aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2017-02-22Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 2-2/+7
2017-02-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pml...Gravatar Linus Torvalds 1-1/+1
2017-02-22lib/show_mem.c: teach show_mem to work with the given nodemaskGravatar Michal Hocko 1-2/+2
2017-02-22dma-debug: add comment for failed to check map errorGravatar Miles Chen 1-0/+5
2017-02-22Merge tag 'tty-4.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Gravatar Linus Torvalds 1-0/+10
2017-02-22Merge tag 'char-misc-4.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-30/+62
2017-02-22Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Gravatar Linus Torvalds 1-1/+4
2017-02-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextGravatar Linus Torvalds 8-55/+1787
2017-02-21Merge tag 'usercopy-v4.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-14/+103
2017-02-21usercopy: Add tests for all get_user() sizesGravatar Kees Cook 1-13/+76
2017-02-21Merge tag 'for-4.11/linus-merge-signed' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-8/+131
2017-02-20Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Gravatar Linus Torvalds 2-68/+1
2017-02-20Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 1-0/+25
2017-02-20Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-0/+1
2017-02-20Merge branch 'core-debugobjects-for-linus' of git://git.kernel.org/pub/scm/li...Gravatar Linus Torvalds 1-12/+46
2017-02-20Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 2-16/+1
2017-02-17Merge branch 'for-4.11/block' into for-4.11/linus-mergeGravatar Jens Axboe 1-8/+131
2017-02-17rhashtable: Add nested tablesGravatar Herbert Xu 1-50/+220
2017-02-16usercopy: Adjust tests to deal with SMAP/PANGravatar Kees Cook 1-8/+24
2017-02-16usercopy: add testcases to check zeroing on failureGravatar Hoeun Ryu 1-0/+10
2017-02-10time: Remove CONFIG_TIMER_STATSGravatar Kees Cook 1-14/+0
2017-02-10debugobjects: Improve variable namingGravatar Waiman Long 1-5/+5
2017-02-10refcount_t: Introduce a special purpose refcount typeGravatar Peter Zijlstra 1-0/+13
2017-02-08printk: rename nmi.c and exported apiGravatar Sergey Senozhatsky 1-1/+1
2017-02-06Merge 4.10-rc7 into char-misc-nextGravatar Greg Kroah-Hartman 3-5/+4
2017-02-05debugobjects: Reduce contention on the global pool_lockGravatar Waiman Long 1-9/+23
2017-02-04debugobjects: Scale thresholds with # of CPUsGravatar Waiman Long 1-5/+15
2017-02-04debugobjects: Track number of kmem_cache_alloc/kmem_cache_free doneGravatar Waiman Long 1-0/+10
2017-02-03lib: Introduce priority array area managerGravatar Jiri Pirko 5-0/+787
2017-02-02ext4: move halfmd4 into hash.c directlyGravatar Jason A. Donenfeld 2-68/+1
2017-01-31Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Gravatar Ingo Molnar 1-0/+1
2017-01-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 2-2/+1
2017-01-27sbitmap: add helpers for dumping to a seq_fileGravatar Omar Sandoval 1-0/+91
2017-01-25test_firmware: add test custom fallback triggerGravatar Luis R. Rodriguez 1-0/+45
2017-01-25test_firmware: use device attribute groupsGravatar Luis R. Rodriguez 1-24/+11
2017-01-25test_firmware: move misc_device downGravatar Luis R. Rodriguez 1-6/+6
2017-01-24mm: do not export ioremap_page_range symbol for external moduleGravatar zhong jiang 1-1/+0
2017-01-24radix-tree: fix private list warningsGravatar Matthew Wilcox 1-1/+1
2017-01-23rcu: Enable RCU tracepoints by default to aid in debuggingGravatar Matt Fleming 1-0/+1
2017-01-20timerqueue: Use rb_entry_safe() instead of open-coding itGravatar Geliang Tang 1-2/+1
2017-01-18sbitmap: fix wakeup hang after sbq resizeGravatar Omar Sandoval 1-5/+30
2017-01-18sbitmap: use smp_mb__after_atomic() in sbq_wake_up()Gravatar Omar Sandoval 1-3/+10
2017-01-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 2-26/+34
2017-01-17Merge branch 'stable/for-linus-4.10' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-3/+3
2017-01-16Merge 4.10-rc4 into tty-nextGravatar Greg Kroah-Hartman 2-24/+32
2017-01-15swiotlb: ensure that page-sized mappings are page-alignedGravatar Nikita Yushchenko 1-3/+3
2017-01-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-23/+31
2017-01-14fix a fencepost error in pipe_advance()Gravatar Al Viro 1-23/+31
2017-01-14locking/ww_mutex: Begin kselftests for ww_mutexGravatar Chris Wilson 1-0/+12
2017-01-12Merge branch 'aarch64/for-next/debug-virtual' into aarch64/for-next/coreGravatar Will Deacon 1-1/+4