aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2017-07-06Merge branch 'for-4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/p...Gravatar Linus Torvalds 2-5/+5
2017-07-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextGravatar Linus Torvalds 2-10/+60
2017-07-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pml...Gravatar Linus Torvalds 1-0/+3
2017-07-03Merge tag 'docs-4.13' of git://git.lwn.net/linuxGravatar Linus Torvalds 2-2/+2
2017-07-03Merge tag 'char-misc-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 3-0/+55
2017-07-03Merge tag 'driver-core-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-13/+154
2017-07-03Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 2-1/+33
2017-07-03Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 4-28/+122
2017-07-03Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 2-186/+1
2017-07-03Merge branch 'for-4.13/block' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-0/+35
2017-07-03Merge tag 'uuid-for-4.13' of git://git.infradead.org/users/hch/uuidGravatar Linus Torvalds 3-35/+38
2017-07-03Merge branch 'for-4.13' into for-linusGravatar Petr Mladek 1-0/+3
2017-06-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-3/+3
2017-06-28locking/refcount: Create unchecked atomic_t implementationGravatar Kees Cook 1-0/+3
2017-06-24Merge branch 'linus' into sched/core, to pick up fixesGravatar Ingo Molnar 1-3/+3
2017-06-23lib/cmdline.c: fix get_options() overflow while parsing rangesGravatar Ilya Matveychikov 1-3/+3
2017-06-22Merge branch 'linus' into locking/core, to pick up fixesGravatar Ingo Molnar 1-2/+4
2017-06-20percpu_counter: Rename __percpu_counter_add to percpu_counter_add_batchGravatar Nikolay Borisov 2-5/+5
2017-06-20net: manual clean code which call skb_put_[data:zero]Gravatar yuan linyu 1-5/+1
2017-06-20net: introduce __skb_put_[zero, data, u8]Gravatar yuan linyu 1-1/+1
2017-06-20Merge branch 'WIP.sched/core' into sched/coreGravatar Ingo Molnar 2-2/+42
2017-06-16networking: make skb_put & friends return void pointersGravatar Johannes Berg 1-1/+1
2017-06-16networking: introduce and use skb_put_data()Gravatar Johannes Berg 1-1/+1
2017-06-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-2/+4
2017-06-15scatterlist: add sg_zero_buffer() helperGravatar Johannes Thumshirn 1-0/+35
2017-06-15Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Gravatar Linus Torvalds 1-2/+4
2017-06-14test_bpf: Add test to make conditional jump cross a large number of insns.Gravatar David Daney 1-0/+32
2017-06-13networking: use skb_put_zero()Gravatar Johannes Berg 1-2/+1
2017-06-12Merge 4.12-rc5 into char-misc-nextGravatar Greg Kroah-Hartman 1-0/+38
2017-06-09lib: Add crc4 moduleGravatar Jeremy Kerr 3-0/+55
2017-06-08rcu: Move RCU debug Kconfig options to kernel/rcuGravatar Paul E. McKenney 1-78/+1
2017-06-08rcu: Remove debugfs tracingGravatar Paul E. McKenney 1-3/+2
2017-06-08rcu: Remove SPARSE_RCU_POINTER Kconfig optionGravatar Paul E. McKenney 2-18/+0
2017-06-08rcu: Remove the now-obsolete PROVE_RCU_REPEATEDLY Kconfig optionGravatar Paul E. McKenney 1-14/+0
2017-06-08rcu: Remove *_SLOW_* Kconfig optionsGravatar Paul E. McKenney 1-75/+0
2017-06-08crypto: Work around deallocated stack frame reference gcc bug on sparc.Gravatar David Miller 1-2/+4
2017-06-08locking/selftest: Add RT-mutex supportGravatar Peter Zijlstra 2-0/+117
2017-06-08locking/selftest: Remove the bad unlock ordering testGravatar Peter Zijlstra 1-29/+0
2017-06-08rt_mutex: Add lockdep annotationsGravatar Peter Zijlstra 1-0/+3
2017-06-05uuid: hoist uuid_is_null() helper from libnvdimmGravatar Christoph Hellwig 1-0/+5
2017-06-05uuid: hoist helpers uuid_equal() and uuid_copy() from xfsGravatar Christoph Hellwig 1-2/+2
2017-06-05uuid: don't export guid_index and uuid_indexGravatar Christoph Hellwig 1-2/+0
2017-06-05uuid: rename uuid typesGravatar Christoph Hellwig 3-33/+33
2017-05-31bpf: fix stack_depth usage by test_bpf.koGravatar Alexei Starovoitov 1-1/+24
2017-05-25test_bpf: Add a couple of tests for BPF_JSGE.Gravatar David Daney 1-0/+38
2017-05-25kobject: support passing in variables for synthetic ueventsGravatar Peter Rajnoha 1-13/+154
2017-05-23sched/core: Enable might_sleep() and smp_processor_id() checks earlyGravatar Thomas Gleixner 1-1/+1
2017-05-19printk: Use the main logbuf in NMI when logbuf_lock is availableGravatar Petr Mladek 1-0/+3
2017-05-18Merge remote-tracking branch 'mauro-exp/docbook3' into death-to-docbookGravatar Jonathan Corbet 2-2/+2
2017-05-16lib: update location of kgdb documentationGravatar Mauro Carvalho Chehab 1-1/+1