summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2017-02-08lib/lz4: remove back-compat wrappersSven Schmidt
2017-02-08lib/decompress_unlz4: change module to work with new LZ4 module versionSven Schmidt
2017-02-08lib: update LZ4 compressor moduleSven Schmidt
2017-02-08lib/test_sort.c: make it explicitly non-modularPaul Gortmaker
2017-02-08lib: move sort self-test into a separate fileArnd Bergmann
2017-02-08lib: add CONFIG_TEST_SORT to enable self-test of sort()Kostenzer Felix
2017-02-08rbtree: use designated initializersKees Cook
2017-02-08find_bit-micro-optimise-find_next__bit-v2Matthew Wilcox
2017-02-08lib/find_bit.c: micro-optimise find_next_*_bitMatthew Wilcox
2017-02-08lib: add module support to atomic64 testsGeert Uytterhoeven
2017-02-08lib: add module support to glob testsGeert Uytterhoeven
2017-02-08lib: add module support to crc32 testsGeert Uytterhoeven
2017-02-08bug: switch data corruption check to __must_checkKees Cook
2017-02-08kasan: add memcg kmem_cache testGreg Thelen
2017-02-08lib/show_mem.c: teach show_mem to work with the given nodemaskMichal Hocko
2017-02-08dma-debug: add comment for failed to check map errorMiles Chen
2017-02-08scatterlist: don't overflow length fieldDavid Dillow
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-17Merge branch 'stable/for-linus-4.10' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
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-10lib/Kconfig.debug: fix frv build failureSudip Mukherjee
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-25Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2016-12-25Merge branch 'smp-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2016-12-25ktime: Get rid of the unionThomas Gleixner
2016-12-25cpu/hotplug: Remove obsolete cpu hotplug register/unregister functionsThomas Gleixner
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds
2016-12-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2016-12-22[iov_iter] fix iterate_all_kinds() on empty iteratorsAl Viro
2016-12-20printk: fix typo in CONSOLE_LOGLEVEL_DEFAULT help textBorislav Petkov
2016-12-19swiotlb: Add swiotlb=noforce debug optionGeert Uytterhoeven
2016-12-19swiotlb: Convert swiotlb_force from int to enumGeert Uytterhoeven
2016-12-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2016-12-15redo: radix tree test suite: fix compilationMatthew Wilcox
2016-12-14radix-tree: ensure counts are initialisedMatthew Wilcox
2016-12-14radix-tree: fix replacement for multiorder entriesMatthew Wilcox
2016-12-14radix-tree: add radix_tree_split_preload()Matthew Wilcox
2016-12-14radix-tree: add radix_tree_splitMatthew Wilcox
2016-12-14radix-tree: add radix_tree_joinMatthew Wilcox
2016-12-14radix-tree: delete radix_tree_range_tag_if_tagged()Matthew Wilcox
2016-12-14radix-tree: delete radix_tree_locate_item()Matthew Wilcox
2016-12-14radix-tree: improve multiorder iteratorsMatthew Wilcox
2016-12-14radix-tree: improve dump outputMatthew Wilcox
2016-12-14radix-tree: make radix_tree_find_next_bit more usefulMatthew Wilcox
2016-12-14radix-tree: create node_tag_set()Matthew Wilcox