summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'driver-core-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2017-07-041-13/+154
|\
| * kobject: support passing in variables for synthetic ueventsPeter Rajnoha2017-05-251-13/+154
* | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-07-032-1/+33
|\ \
| * \ Merge branch 'linus' into sched/core, to pick up fixesIngo Molnar2017-06-241-3/+3
| |\ \
| * \ \ Merge branch 'WIP.sched/core' into sched/coreIngo Molnar2017-06-202-2/+42
| |\ \ \
| * | | | sched/core: Enable might_sleep() and smp_processor_id() checks earlyThomas Gleixner2017-05-231-1/+1
| * | | | sched/fair, cpumask: Export for_each_cpu_wrap()Peter Zijlstra2017-05-151-0/+32
| | |_|/ | |/| |
* | | | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2017-07-034-28/+122
|\ \ \ \
| * | | | locking/refcount: Create unchecked atomic_t implementationKees Cook2017-06-281-0/+3
| * | | | Merge branch 'linus' into locking/core, to pick up fixesIngo Molnar2017-06-221-2/+4
| |\ \ \ \ | | | |/ / | | |/| |
| * | | | locking/selftest: Add RT-mutex supportPeter Zijlstra2017-06-082-0/+117
| * | | | locking/selftest: Remove the bad unlock ordering testPeter Zijlstra2017-06-081-29/+0Star
| * | | | rt_mutex: Add lockdep annotationsPeter Zijlstra2017-06-081-0/+3
* | | | | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2017-07-032-186/+1Star
|\ \ \ \ \
| * | | | | rcu: Move RCU debug Kconfig options to kernel/rcuPaul E. McKenney2017-06-091-78/+1Star
| * | | | | rcu: Remove debugfs tracingPaul E. McKenney2017-06-091-3/+2Star
| * | | | | rcu: Remove SPARSE_RCU_POINTER Kconfig optionPaul E. McKenney2017-06-092-18/+0Star
| * | | | | rcu: Remove the now-obsolete PROVE_RCU_REPEATEDLY Kconfig optionPaul E. McKenney2017-06-091-14/+0Star
| * | | | | rcu: Remove *_SLOW_* Kconfig optionsPaul E. McKenney2017-06-091-75/+0Star
| |/ / / /
* | | | | Merge branch 'for-4.13/block' of git://git.kernel.dk/linux-blockLinus Torvalds2017-07-031-0/+35
|\ \ \ \ \
| * | | | | scatterlist: add sg_zero_buffer() helperJohannes Thumshirn2017-06-151-0/+35
* | | | | | Merge tag 'uuid-for-4.13' of git://git.infradead.org/users/hch/uuidLinus Torvalds2017-07-033-35/+38
|\| | | | | | |_|_|_|/ |/| | | |
| * | | | uuid: hoist uuid_is_null() helper from libnvdimmChristoph Hellwig2017-06-051-0/+5
| * | | | uuid: hoist helpers uuid_equal() and uuid_copy() from xfsChristoph Hellwig2017-06-051-2/+2
| * | | | uuid: don't export guid_index and uuid_indexChristoph Hellwig2017-06-051-2/+0Star
| * | | | uuid: rename uuid typesChristoph Hellwig2017-06-053-33/+33
| |/ / /
* | / / lib/cmdline.c: fix get_options() overflow while parsing rangesIlya Matveychikov2017-06-241-3/+3
| |/ / |/| |
* | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2017-06-151-2/+4
|\ \ \ | |/ / |/| |
| * | crypto: Work around deallocated stack frame reference gcc bug on sparc.David Miller2017-06-081-2/+4
| |/
* / test_bpf: Add a couple of tests for BPF_JSGE.David Daney2017-05-251-0/+38
|/
* Merge tag 'dmaengine-4.12-rc1' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2017-05-101-2/+2
|\
| * dma-debug: use offset_in_page() macroGeliang Tang2017-04-241-2/+2
* | Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-05-091-0/+2
|\ \
| * | fix braino in generic_file_read_iter()Al Viro2017-05-081-0/+2
* | | Merge tag 'pci-v4.12-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-05-091-3/+3
|\ \ \
| * | | devres: fix devm_ioremap_*() offset parameter kerneldoc descriptionLorenzo Pieralisi2017-04-241-3/+3
| | |/ | |/|
* | | treewide: use kv[mz]alloc* rather than opencoded variantsMichal Hocko2017-05-091-4/+1Star
* | | lib/rhashtable.c: simplify a strange allocation patternMichal Hocko2017-05-091-10/+3Star
* | | lib/zlib_inflate/inftrees.c: fix potential buffer overflowGuenter Roeck2017-05-091-1/+1
* | | lib/fault-inject.c: use correct check for interruptsDmitry Vyukov2017-05-091-1/+1
* | | checkpatch: add ability to find bad uses of vsprintf %p<foo> extensionsJoe Perches2017-05-091-0/+3
* | | lib: add module support to linked list sorting testsGeert Uytterhoeven2017-05-094-152/+155
* | | lib: add module support to array-based sort testsGeert Uytterhoeven2017-05-091-3/+4
* | | Revert "lib/test_sort.c: make it explicitly non-modular"Geert Uytterhoeven2017-05-091-6/+5Star
* | | refcount: change EXPORT_SYMBOL markingsGreg Kroah-Hartman2017-05-061-11/+11
* | | Merge tag 'usb-4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2017-05-051-0/+26
|\ \ \
| * \ \ Merge 4.11-rc5 into usb-nextGreg Kroah-Hartman2017-04-032-0/+11
| |\ \ \
| * | | | lib/string: add sysfs_match_string helperHeikki Krogerus2017-03-231-0/+26
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-05-041-5/+5
|\ \ \ \ \
| * | | | | test_bpf: Use ULL suffix for 64-bit constantsGeert Uytterhoeven2017-05-031-5/+5