summaryrefslogtreecommitdiffstats
path: root/lib
AgeCommit message (Expand)Author
2019-03-01kasan: turn off asan-stack for clang-8 and earlierArnd Bergmann
2019-02-20Merge branch 'fixes-v5.1-rc6' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2019-02-16Merge tag 'compiler-attributes-for-linus-v5.0-rc7' of git://github.com/ojeda/...Linus Torvalds
2019-02-15assoc_array: Fix shortcut creationDavid Howells
2019-02-15lib/crc32.c: mark crc32_le_base/__crc32c_le_base aliases as __pureMiguel Ojeda
2019-02-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2019-02-01lib/test_kmod.c: potential double free in error handlingDan Carpenter
2019-01-31lib/test_rhashtable: Make test_insert_dup() allocate its hash table dynamicallyBart Van Assche
2019-01-22Merge tag 'xarray-5.0-rc3' of git://git.infradead.org/users/willy/linux-daxLinus Torvalds
2019-01-21fix int_sqrt64() for very large numbersFlorian La Roche
2019-01-15sbitmap: Protect swap_lock from hardirqMing Lei
2019-01-14XArray tests: Check mark 2 gets squashedMatthew Wilcox
2019-01-15sbitmap: Protect swap_lock from softirqsSteven Rostedt (VMware)
2019-01-06XArray: Honour reserved entries in xa_insertMatthew Wilcox
2019-01-06XArray: Permit storing 2-byte-aligned pointersMatthew Wilcox
2019-01-06XArray: Change xa_for_each iteratorMatthew Wilcox
2019-01-06XArray: Turn xa_init_flags into a static inlineMatthew Wilcox
2019-01-06XArray tests: Add RCU lockingMatthew Wilcox
2019-01-06Merge tag 'kbuild-v4.21-3' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds
2019-01-05Merge tag 'for-linus-20190104' of git://git.kernel.dk/linux-blockLinus Torvalds
2019-01-06kbuild: remove redundant target cleaning on failureMasahiro Yamada
2019-01-06jump_label: move 'asm goto' support test to KconfigMasahiro Yamada
2019-01-05lib/genalloc.c: include vmalloc.hOlof Johansson
2019-01-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2019-01-05Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2019-01-04lib/genalloc.c: use vzalloc_node() to allocate the bitmapHuang Shijie
2019-01-04lib/find_bit_benchmark.c: align test_find_next_and_bit with othersYury Norov
2019-01-04lib/genalloc.c: fix allocation of aligned buffer from non-aligned chunkAlexey Skidanov
2019-01-04make 'user_access_begin()' do 'access_ok()'Linus Torvalds
2019-01-03Remove 'type' argument from access_ok() functionLinus Torvalds
2019-01-03Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/shli...Jens Axboe
2019-01-02Merge tag 's390-4.21-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds
2019-01-01Merge tag 'rtc-4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/abellon...Linus Torvalds
2018-12-31Merge tag 'trace-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds
2018-12-29Merge tag 'kconfig-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds
2018-12-29lib: don't depend on linux headers being installed.NeilBrown
2018-12-28Merge tag 'driver-core-4.21-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2018-12-28Merge tag 'tty-4.21-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2018-12-28Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2018-12-28Merge tag 'dma-mapping-4.21' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds
2018-12-28Merge tag 'for-4.21/block-20181221' of git://git.kernel.dk/linux-blockLinus Torvalds
2018-12-28kmemleak: add config to select auto scanSri Krishna chowdary
2018-12-28lib/ioremap: ensure break-before-make is used for huge p4d mappingsWill Deacon
2018-12-28lib/ioremap: ensure phys_addr actually corresponds to a physical addressWill Deacon
2018-12-28ioremap: rework pXd_free_pYd_page() APIWill Deacon
2018-12-28lib/show_mem.c: drop pgdat_resize_lock in show_mem()Wei Yang
2018-12-28mm: convert zone->managed_pages to atomic variableArun KS
2018-12-28debugobjects: call debug_objects_mem_init earilerQian Cai
2018-12-28kasan: add CONFIG_KASAN_GENERIC and CONFIG_KASAN_SW_TAGSAndrey Konovalov
2018-12-27Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds