summaryrefslogtreecommitdiffstats
path: root/lib
AgeCommit message (Expand)AuthorLines
2017-02-24lib: add module support to glob testsGeert Uytterhoeven-166/+169
2017-02-24lib: add module support to crc32 testsGeert Uytterhoeven-826/+858
2017-02-24bug: switch data corruption check to __must_checkKees Cook-21/+24
2017-02-24kasan: add memcg kmem_cache testGreg Thelen-0/+34
2017-02-24Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/mdLinus Torvalds-0/+1
2017-02-24locking/refcounts: Out-of-line everythingPeter Zijlstra-14/+268
2017-02-23Merge tag 'drm-for-v4.11-less-shouty' of git://people.freedesktop.org/~airlie...Linus Torvalds-0/+320
2017-02-24lib/Kconfig: make PRIME_NUMBERS not user selectable.Dave Airlie-1/+1
2017-02-23Merge tag 'usercopy-v4.11-rc1.fix' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-1/+2
2017-02-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds-1/+1
2017-02-23lib: Remove string from parman config selectionJiri Pirko-1/+1
2017-02-22Merge branch 'akpm' (patches from Andrew)Linus Torvalds-2/+7
2017-02-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pml...Linus Torvalds-1/+1
2017-02-22lib/show_mem.c: teach show_mem to work with the given nodemaskMichal Hocko-2/+2
2017-02-22dma-debug: add comment for failed to check map errorMiles Chen-0/+5
2017-02-22Merge tag 'tty-4.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds-0/+10
2017-02-22Merge tag 'char-misc-4.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-30/+62
2017-02-22usercopy: ARM NOMMU has no 64-bit get_userArnd Bergmann-1/+2
2017-02-22Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds-1/+4
2017-02-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds-55/+1787
2017-02-21Merge tag 'usercopy-v4.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-14/+103
2017-02-21usercopy: Add tests for all get_user() sizesKees Cook-13/+76
2017-02-21Merge tag 'for-4.11/linus-merge-signed' of git://git.kernel.dk/linux-blockLinus Torvalds-8/+131
2017-02-20Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds-68/+1
2017-02-20Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-0/+25
2017-02-20Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-0/+1
2017-02-20Merge branch 'core-debugobjects-for-linus' of git://git.kernel.org/pub/scm/li...Linus Torvalds-12/+46
2017-02-20Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-16/+1
2017-02-17Merge branch 'for-4.11/block' into for-4.11/linus-mergeJens Axboe-8/+131
2017-02-17rhashtable: Add nested tablesHerbert Xu-50/+220
2017-02-16usercopy: Adjust tests to deal with SMAP/PANKees Cook-8/+24
2017-02-16usercopy: add testcases to check zeroing on failureHoeun Ryu-0/+10
2017-02-13idr: Add missing __rcu annotationsMatthew Wilcox-7/+8
2017-02-13radix-tree: Fix __rcu annotationsMatthew Wilcox-59/+68
2017-02-13radix-tree: Add rcu_dereference and rcu_assign_pointer callsMatthew Wilcox-11/+15
2017-02-13radix_tree_iter_resume: Fix out of bounds errorMatthew Wilcox-1/+0
2017-02-13radix-tree: Store a pointer to the root in each nodeMatthew Wilcox-6/+8
2017-02-13radix-tree: Chain preallocated nodes through ->parentMatthew Wilcox-5/+4
2017-02-13ida: Use exceptional entries for small IDAsMatthew Wilcox-6/+89
2017-02-13ida: Move ida_bitmap to a percpu variableMatthew Wilcox-40/+44
2017-02-13Reimplement IDR and IDA using the radix treeMatthew Wilcox-1034/+519
2017-02-13radix-tree: Add radix_tree_iter_deleteMatthew Wilcox-31/+60
2017-02-13radix-tree: Add radix_tree_iter_tag_clear()Matthew Wilcox-28/+40
2017-02-13EXPORT_SYMBOL radix_tree_replace_slotSong Liu-0/+1
2017-02-10time: Remove CONFIG_TIMER_STATSKees Cook-14/+0
2017-02-10debugobjects: Improve variable namingWaiman Long-5/+5
2017-02-10refcount_t: Introduce a special purpose refcount typePeter Zijlstra-0/+13
2017-02-08printk: rename nmi.c and exported apiSergey Senozhatsky-1/+1
2017-02-06Merge 4.10-rc7 into char-misc-nextGreg Kroah-Hartman-5/+4
2017-02-05debugobjects: Reduce contention on the global pool_lockWaiman Long-9/+23