summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2017-01-31lib/vsprintf.c: remove %Z supportAlexey Dobriyan
2017-01-31Merge branch 'akpm-current/current'Stephen Rothwell
2017-01-31Merge remote-tracking branch 'idr/idr-4.11'Stephen Rothwell
2017-01-31Merge remote-tracking branch 'char-misc/char-misc-next'Stephen Rothwell
2017-01-31Merge remote-tracking branch 'tty/tty-next'Stephen Rothwell
2017-01-31Merge remote-tracking branch 'rcu/rcu/next'Stephen Rothwell
2017-01-31Merge remote-tracking branch 'tip/auto-latest'Stephen Rothwell
2017-01-31Merge remote-tracking branch 'md/for-next'Stephen Rothwell
2017-01-31Merge remote-tracking branch 'block/for-next'Stephen Rothwell
2017-01-31Merge remote-tracking branch 'drm-misc/for-linux-next'Stephen Rothwell
2017-01-31Merge remote-tracking branch 'drm/drm-next'Stephen Rothwell
2017-01-31Merge remote-tracking branch 'net-next/master'Stephen Rothwell
2017-01-31Merge remote-tracking branch 'printk/for-next'Stephen Rothwell
2017-01-31Merge remote-tracking branch 'arm/for-next'Stephen Rothwell
2017-01-30Merge branch 'timers/core'Ingo Molnar
2017-01-30Merge branch 'locking/core'Ingo Molnar
2017-01-30Merge branches 'fixes' and 'misc' into for-nextRussell King
2017-01-29radix-tree: Store a pointer to the root in each nodeMatthew Wilcox
2017-01-29radix-tree: Chain preallocated nodes through ->parentMatthew Wilcox
2017-01-29ida: Use exceptional entries for small IDAsMatthew Wilcox
2017-01-29ida: Move ida_bitmap to a percpu variableMatthew Wilcox
2017-01-29Reimplement IDR and IDA using the radix treeMatthew Wilcox
2017-01-29radix-tree: Add radix_tree_iter_deleteMatthew Wilcox
2017-01-29radix-tree: Add radix_tree_iter_tag_clear()Matthew Wilcox
2017-01-28EXPORT_SYMBOL radix_tree_replace_slotSong Liu
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-26lib/fonts/Kconfig: keep non-Sparc fonts listed togetherRandy Dunlap
2017-01-26lib/decompress_unlz4: change module to work with new LZ4 module versionSven Schmidt
2017-01-26lib: update LZ4 compressor moduleSven Schmidt
2017-01-26lib: move sort self-test into a separate fileArnd Bergmann
2017-01-26lib: add CONFIG_TEST_SORT to enable self-test of sort()Kostenzer Felix
2017-01-26rbtree: use designated initializersKees Cook
2017-01-26find_bit-micro-optimise-find_next__bit-v2Matthew Wilcox
2017-01-26lib/find_bit.c: micro-optimise find_next_*_bitMatthew Wilcox
2017-01-26lib: add module support to atomic64 testsGeert Uytterhoeven
2017-01-26lib: add module support to glob testsGeert Uytterhoeven
2017-01-26lib: add module support to crc32 testsGeert Uytterhoeven
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-25kasan: add memcg kmem_cache testGreg Thelen
2017-01-25lib/show_mem.c: teach show_mem to work with the given nodemaskMichal Hocko
2017-01-25debugobjects: reduce contention on the global pool_lockWaiman Long
2017-01-25debugobjects: scale thresholds with # of CPUsWaiman Long
2017-01-25debugobjects: track number of kmem_cache_alloc/kmem_cache_free doneWaiman Long