summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | debugobj, workqueue: remove keventd_up() usageTejun Heo2016-09-171-1/+1
* | | | | | Merge tag 'driver-core-4.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2016-12-131-3/+3
|\ \ \ \ \ \
| * \ \ \ \ \ Merge 4.9-rc3 into driver-core-nextGreg Kroah-Hartman2016-10-303-2/+4
| |\ \ \ \ \ \
| * | | | | | | kobject: improve function-level documentationJulia Lawall2016-10-281-3/+3
| | |/ / / / / | |/| | | | |
* | | | | | | Merge branch 'for-4.10/block' of git://git.kernel.dk/linux-blockLinus Torvalds2016-12-132-0/+48
|\ \ \ \ \ \ \
| * | | | | | | parser: add u64 number parserJames Smart2016-12-061-0/+47
| * | | | | | | block,fs: untangle fs.h and blk_types.hChristoph Hellwig2016-11-011-0/+1
| |/ / / / / /
* | | | | | | Merge tag 'docs-4.10' of git://git.lwn.net/linuxLinus Torvalds2016-12-121-1/+1
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge tag 'v4.9-rc4' into soundJonathan Corbet2016-11-184-3/+5
| |\ \ \ \ \ \ \ | | | |_|_|_|/ / | | |/| | | | |
| * | | | | | | docs: fix locations of several documents that got movedMauro Carvalho Chehab2016-10-241-1/+1
| | |/ / / / / | |/| | | | |
* | | | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2016-12-124-112/+240
|\ \ \ \ \ \ \
| * | | | | | | lib/ida: document locking requirements a bit betterDaniel Vetter2016-12-121-0/+11
| * | | | | | | lib/rbtree.c: fix typo in comment of ____rb_erase_colorJie Chen2016-12-121-4/+19
| * | | | | | | lib/Kconfig.debug: make CONFIG_STRICT_DEVMEM depend on CONFIG_DEVMEMDave Young2016-12-121-1/+1
| * | | | | | | printk: add Kconfig option to set default console loglevelOlof Johansson2016-12-121-0/+19
| * | | | | | | mm: workingset: move shadow entry tracking to radix tree exceptional trackingJohannes Weiner2016-12-121-19/+6
| * | | | | | | lib: radix-tree: update callback for changing leaf nodesJohannes Weiner2016-12-121-13/+29
| * | | | | | | lib: radix-tree: add entry deletion support to __radix_tree_replace()Johannes Weiner2016-12-121-111/+116
| * | | | | | | lib: radix-tree: check accounting of existing slot replacement usersJohannes Weiner2016-12-121-14/+49
| * | | | | | | lib: radix-tree: native accounting of exceptional entriesJohannes Weiner2016-12-121-3/+43
* | | | | | | | Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-12-122-24/+26
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | lib/radix-tree: Convert to hotplug state machineSebastian Andrzej Siewior2016-11-091-13/+12
| * | | | | | | lib/percpu_counter: Convert to hotplug state machineSebastian Andrzej Siewior2016-11-091-11/+14
| | |/ / / / / | |/| | | | |
* | | | | | | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2016-12-121-1/+1
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'linus' into locking/core, to pick up fixesIngo Molnar2016-12-113-1/+43
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'locking/urgent' into locking/core, to pick up dependent fixesIngo Molnar2016-12-021-33/+33
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge branch 'linus' into locking/core, to pick up fixesIngo Molnar2016-11-223-1/+8
| |\ \ \ \ \ \ \ \ \
| * | | | | | | | | | locking/core: Remove cpu_relax_lowlatency() usersChristian Borntraeger2016-11-161-1/+1
| | |_|_|/ / / / / / | |/| | | | | | | |
* | | | | | | | | | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-12-122-72/+42
|\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar2016-11-232-72/+42
| |\ \ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / / | |/| | | | | | | | |
| | | | | | | | | | |
| | | \ \ \ \ \ \ \ \
| | *-. \ \ \ \ \ \ \ \ Merge branches 'doc.2016.11.14a', 'fixes.2016.11.14a', 'list.2016.10.31a' and...Paul E. McKenney2016-11-142-72/+42
| | |\ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|/ / / / / | | |/| | | | | | | | |
| | | | * | | | | | | | bug: Avoid Kconfig warning for BUG_ON_DATA_CORRUPTIONArnd Bergmann2016-10-311-1/+1
| | | | * | | | | | | | lib/Kconfig.debug: Fix typo in select statementValentin Rothberg2016-10-311-1/+1
| | | | * | | | | | | | bug: Provide toggle for BUG on data corruptionKees Cook2016-10-312-35/+32
| | | | * | | | | | | | list: Split list_del() debug checking into separate functionKees Cook2016-10-311-30/+23
| | | | * | | | | | | | rculist: Consolidate DEBUG_LIST for list_add_rcu()Kees Cook2016-10-311-19/+0
| | | | * | | | | | | | list: Split list_add() debug checking into separate functionKees Cook2016-10-311-25/+23
| | | |/ / / / / / / / | | |/| | | | | | | |
| | | * | | | | | | | rcu: RCU_TRACE enables event tracing as well as debugfsNikolay Borisov2016-11-141-1/+2
| | |/ / / / / / / /
* | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-12-101-33/+33
|\ \ \ \ \ \ \ \ \ \ | | |_|_|_|/ / / / / | |/| | | | | | | |
| * | | | | | | | | Revert "radix tree test suite: fix compilation"Linus Torvalds2016-12-091-0/+1
| * | | | | | | | | radix tree test suite: fix compilationMatthew Wilcox2016-12-071-1/+0
| * | | | | | | | | Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2016-12-071-33/+33
| |\ \ \ \ \ \ \ \ \ | | | |_|_|/ / / / / | | |/| | | | | | |
| | * | | | | | | | locking/selftest: Fix output since KERN_CONT changesMichael Ellerman2016-11-251-33/+33
| | |/ / / / / / /
* | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-12-032-0/+37
|\| | | | | | | |
| * | | | | | | | kasan: support use-after-scope detectionDmitry Vyukov2016-11-301-0/+29
| * | | | | | | | lib/debugobjects: export for use in modulesChris Wilson2016-11-301-0/+8
| | |_|_|_|_|_|/ | |/| | | | | |
* | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-11-261-1/+6
|\| | | | | | |
| * | | | | | | mpi: Fix NULL ptr dereference in mpi_powm() [ver #3]Andrey Ryabinin2016-11-251-1/+6
| |/ / / / / /
* | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-11-222-1/+6
|\| | | | | |
| * | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds2016-11-211-0/+3
| |\ \ \ \ \ \