summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2017-02-08printk: rename nmi.c and exported apiSergey Senozhatsky
2017-02-07radix-tree: Add radix_tree_iter_deleteMatthew Wilcox
2017-02-07radix-tree: Add radix_tree_iter_tag_clear()Matthew Wilcox
2017-02-06initify: Mark functions with the __unverified_nocapture attributeEmese Revfy
2017-02-06initify: Mark functions with the __nocapture attributeEmese Revfy
2017-02-06Merge 4.10-rc7 into char-misc-nextGreg Kroah-Hartman
2017-02-05debugobjects: Reduce contention on the global pool_lockWaiman Long
2017-02-04debugobjects: Scale thresholds with # of CPUsWaiman Long
2017-02-04debugobjects: Track number of kmem_cache_alloc/kmem_cache_free doneWaiman Long
2017-02-03lib: Introduce priority array area managerJiri Pirko
2017-02-02ext4: move halfmd4 into hash.c directlyJason A. Donenfeld
2017-02-01Merge tag 'drm-misc-next-2017-01-30' of git://anongit.freedesktop.org/git/drm...Dave Airlie
2017-01-31Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar
2017-01-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-01-27radix tree: constify some pointersMatthew Wilcox
2017-01-27Merge branch 'master' into for-nextJens Axboe
2017-01-27Merge branch 'for-4.11/block' into for-nextJens Axboe
2017-01-27sbitmap: add helpers for dumping to a seq_fileOmar Sandoval
2017-01-27Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Dave Airlie
2017-01-25test_firmware: add test custom fallback triggerLuis R. Rodriguez
2017-01-25test_firmware: use device attribute groupsLuis R. Rodriguez
2017-01-25test_firmware: move misc_device downLuis R. Rodriguez
2017-01-24mm: do not export ioremap_page_range symbol for external modulezhong jiang
2017-01-24radix-tree: fix private list warningsMatthew Wilcox
2017-01-23rcu: Enable RCU tracepoints by default to aid in debuggingMatt Fleming
2017-01-23lib/prime_numbers: Suppress warn on kmalloc failureChris Wilson
2017-01-20timerqueue: Use rb_entry_safe() instead of open-coding itGeliang Tang
2017-01-18Merge branch 'for-linus' into for-nextJens Axboe
2017-01-18Merge branch 'for-4.11/block' into for-nextJens Axboe
2017-01-18sbitmap: fix wakeup hang after sbq resizeOmar Sandoval
2017-01-18sbitmap: use smp_mb__after_atomic() in sbq_wake_up()Omar Sandoval
2017-01-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-01-17Merge branch 'stable/for-linus-4.10' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2017-01-16Merge 4.10-rc4 into tty-nextGreg Kroah-Hartman
2017-01-15swiotlb: ensure that page-sized mappings are page-alignedNikita Yushchenko
2017-01-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2017-01-14fix a fencepost error in pipe_advance()Al Viro
2017-01-14locking/ww_mutex: Begin kselftests for ww_mutexChris Wilson
2017-01-12serial: do not accept sysrq characters via serial portFelix Fietkau
2017-01-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-01-11lib/Kconfig.debug: Add ARCH_HAS_DEBUG_VIRTUALLaura Abbott
2017-01-10lib/Kconfig.debug: fix frv build failureSudip Mukherjee
2017-01-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-01-09siphash: implement HalfSipHash1-3 for hash tablesJason A. Donenfeld
2017-01-09siphash: add cryptographically secure PRFJason A. Donenfeld
2017-01-09Merge tag 'drm-misc-next-2016-12-30' of git://anongit.freedesktop.org/git/drm...Dave Airlie
2017-01-07mm: workingset: fix use-after-free in shadow node shrinkerJohannes Weiner
2017-01-06Merge branch 'stable/for-linus-4.10' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2017-01-06swiotlb: Export swiotlb_max_segment to usersKonrad Rzeszutek Wilk
2016-12-27lib: Add a simple prime number generatorChris Wilson