aboutsummaryrefslogtreecommitdiffstats
path: root/lib
AgeCommit message (Expand)Author
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-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
2018-12-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2018-12-27Merge tag 'powerpc-4.21-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
2018-12-26Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2018-12-26Merge tag 'mips_4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/l...Linus Torvalds
2018-12-22seq_buf: Use size_t for len in seq_buf_puts()Michael Ellerman
2018-12-22seq_buf: Make seq_buf_puts() null-terminate the bufferMichael Ellerman
2018-12-22treewide: surround Kconfig file paths with double quotesMasahiro Yamada
2018-12-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-12-20sbitmap: add helpers for add/del wait queue handlingJens Axboe
2018-12-20raid6/ppc: Fix build for clangJoel Stanley
2018-12-19Fonts: New Terminus large console fontAmanoel Dawod
2018-12-18test_rhashtable: remove semaphore usageArnd Bergmann
2018-12-17lib: fix build failure in CONFIG_DEBUG_VIRTUAL testChristophe Leroy
2018-12-13XArray: Fix xa_alloc when id exceeds maxMatthew Wilcox
2018-12-13iov_iter: introduce hash_and_copy_to_iter helperSagi Grimberg
2018-12-13iov_iter: pass void csum pointer to csum_and_copy_to_iterSagi Grimberg
2018-12-11sbitmap: flush deferred clears for resize and shallow getsJens Axboe
2018-12-10lib/vsprintf: Print time and date in human readable format via %ptAndy Shevchenko
2018-12-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-12-09sbitmap: silence bogus lockdep IRQ warningJens Axboe
2018-12-06arch: switch the default on ARCH_HAS_SG_CHAINChristoph Hellwig