summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2017-06-28locking/refcount: Create unchecked atomic_t implementationKees Cook
2017-06-28dma: Take into account dma_pfn_offsetVladimir Murzin
2017-06-28dma-virt: remove dma_supported and mapping_error methodsChristoph Hellwig
2017-06-28dma-noop: remove dma_supported and mapping_error methodsChristoph Hellwig
2017-06-27vsprintf: Add %p extension "%pOF" for device treePantelis Antoniou
2017-06-24Merge branch 'linus' into sched/core, to pick up fixesIngo Molnar
2017-06-23lib/cmdline.c: fix get_options() overflow while parsing rangesIlya Matveychikov
2017-06-22Merge branch 'linus' into locking/core, to pick up fixesIngo Molnar
2017-06-20percpu_counter: Rename __percpu_counter_add to percpu_counter_add_batchNikolay Borisov
2017-06-20net: manual clean code which call skb_put_[data:zero]yuan linyu
2017-06-20net: introduce __skb_put_[zero, data, u8]yuan linyu
2017-06-20Merge branch 'WIP.sched/core' into sched/coreIngo Molnar
2017-06-19random: warn when kernel uses unseeded randomnessJason A. Donenfeld
2017-06-19rhashtable: use get_random_u32 for hash_rndJason A. Donenfeld
2017-06-16networking: make skb_put & friends return void pointersJohannes Berg
2017-06-16networking: introduce and use skb_put_data()Johannes Berg
2017-06-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-06-15scatterlist: add sg_zero_buffer() helperJohannes Thumshirn
2017-06-15Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2017-06-14test_bpf: Add test to make conditional jump cross a large number of insns.David Daney
2017-06-13networking: use skb_put_zero()Johannes Berg
2017-06-12Merge 4.12-rc5 into char-misc-nextGreg Kroah-Hartman
2017-06-09x86, uaccess: introduce copy_from_iter_flushcache for pmem / cache-bypass ope...Dan Williams
2017-06-09lib: Add crc4 moduleJeremy Kerr
2017-06-08rcu: Move RCU debug Kconfig options to kernel/rcuPaul E. McKenney
2017-06-08rcu: Remove debugfs tracingPaul E. McKenney
2017-06-08rcu: Remove SPARSE_RCU_POINTER Kconfig optionPaul E. McKenney
2017-06-08rcu: Remove the now-obsolete PROVE_RCU_REPEATEDLY Kconfig optionPaul E. McKenney
2017-06-08rcu: Remove *_SLOW_* Kconfig optionsPaul E. McKenney
2017-06-08crypto: Work around deallocated stack frame reference gcc bug on sparc.David Miller
2017-06-08locking/selftest: Add RT-mutex supportPeter Zijlstra
2017-06-08locking/selftest: Remove the bad unlock ordering testPeter Zijlstra
2017-06-08rt_mutex: Add lockdep annotationsPeter Zijlstra
2017-06-05uuid: hoist uuid_is_null() helper from libnvdimmChristoph Hellwig
2017-06-05uuid: hoist helpers uuid_equal() and uuid_copy() from xfsChristoph Hellwig
2017-06-05uuid: don't export guid_index and uuid_indexChristoph Hellwig
2017-06-05uuid: rename uuid typesChristoph Hellwig
2017-05-31bpf: fix stack_depth usage by test_bpf.koAlexei Starovoitov
2017-05-25test_bpf: Add a couple of tests for BPF_JSGE.David Daney
2017-05-25kobject: support passing in variables for synthetic ueventsPeter Rajnoha
2017-05-23sched/core: Enable might_sleep() and smp_processor_id() checks earlyThomas Gleixner
2017-05-19printk: Use the main logbuf in NMI when logbuf_lock is availablePetr Mladek
2017-05-18Merge remote-tracking branch 'mauro-exp/docbook3' into death-to-docbookJonathan Corbet
2017-05-16lib: update location of kgdb documentationMauro Carvalho Chehab
2017-05-16fs: update location of filesystems documentationMauro Carvalho Chehab
2017-05-16lib/raid6: Add log-of-2 table for RAID6 HW requiring disk positionAnup Patel
2017-05-15kill strlen_user()Al Viro
2017-05-15sched/fair, cpumask: Export for_each_cpu_wrap()Peter Zijlstra
2017-05-09Merge tag 'dmaengine-4.12-rc1' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds
2017-05-09Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds