summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-06-301-3/+3
| |\ \ \ \ \
| * | | | | | net: manual clean code which call skb_put_[data:zero]yuan linyu2017-06-201-5/+1
| * | | | | | net: introduce __skb_put_[zero, data, u8]yuan linyu2017-06-201-1/+1
| * | | | | | networking: make skb_put & friends return void pointersJohannes Berg2017-06-161-1/+1
| * | | | | | networking: introduce and use skb_put_data()Johannes Berg2017-06-161-1/+1
| * | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-06-151-2/+4
| |\ \ \ \ \ \ | | | |_|/ / / | | |/| | | |
| * | | | | | test_bpf: Add test to make conditional jump cross a large number of insns.David Daney2017-06-141-0/+32
| * | | | | | networking: use skb_put_zero()Johannes Berg2017-06-131-2/+1
| * | | | | | bpf: fix stack_depth usage by test_bpf.koAlexei Starovoitov2017-05-311-1/+24
| | |_|_|_|/ | |/| | | |
* | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pml...Linus Torvalds2017-07-051-0/+3
|\ \ \ \ \ \
| * \ \ \ \ \ Merge branch 'for-4.13' into for-linusPetr Mladek2017-07-031-0/+3
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| | * | | | | printk: Use the main logbuf in NMI when logbuf_lock is availablePetr Mladek2017-05-191-0/+3
* | | | | | | Merge tag 'docs-4.13' of git://git.lwn.net/linuxLinus Torvalds2017-07-032-2/+2
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge remote-tracking branch 'mauro-exp/docbook3' into death-to-docbookJonathan Corbet2017-05-182-2/+2
| |\ \ \ \ \ \ \ | | |_|_|_|_|/ / | |/| | | | | |
| | * | | | | | lib: update location of kgdb documentationMauro Carvalho Chehab2017-05-161-1/+1
| | * | | | | | fs: update location of filesystems documentationMauro Carvalho Chehab2017-05-161-1/+1
* | | | | | | | Merge tag 'char-misc-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2017-07-033-0/+55
|\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge 4.12-rc5 into char-misc-nextGreg Kroah-Hartman2017-06-121-0/+38
| |\ \ \ \ \ \ \ \ | | | |_|/ / / / / | | |/| | | | | |
| * | | | | | | | lib: Add crc4 moduleJeremy Kerr2017-06-093-0/+55
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Merge tag 'driver-core-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2017-07-031-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/+0
| * | | | | | | | 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/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | rcu: Move RCU debug Kconfig options to kernel/rcuPaul E. McKenney2017-06-081-78/+1
| * | | | | | | | rcu: Remove debugfs tracingPaul E. McKenney2017-06-081-3/+2
| * | | | | | | | rcu: Remove SPARSE_RCU_POINTER Kconfig optionPaul E. McKenney2017-06-082-18/+0
| * | | | | | | | rcu: Remove the now-obsolete PROVE_RCU_REPEATEDLY Kconfig optionPaul E. McKenney2017-06-081-14/+0
| * | | | | | | | rcu: Remove *_SLOW_* Kconfig optionsPaul E. McKenney2017-06-081-75/+0
| |/ / / / / / /
* | | | | | | | 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/+0
| * | | | | | uuid: rename uuid typesChristoph Hellwig2017-06-053-33/+33
| |/ / / / /
* | / / / / lib/cmdline.c: fix get_options() overflow while parsing rangesIlya Matveychikov2017-06-231-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-091-2/+2
|\ \ \ | |/ / |/| |