aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2019-01-06Merge tag 'kbuild-v4.21-3' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Gravatar Linus Torvalds 2-4/+3
2019-01-05Merge tag 'for-linus-20190104' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 3-38/+54
2019-01-06kbuild: remove redundant target cleaning on failureGravatar Masahiro Yamada 1-3/+2
2019-01-06jump_label: move 'asm goto' support test to KconfigGravatar Masahiro Yamada 1-1/+1
2019-01-05lib/genalloc.c: include vmalloc.hGravatar Olof Johansson 1-0/+1
2019-01-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-27/+27
2019-01-05Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 2-16/+19
2019-01-04lib/genalloc.c: use vzalloc_node() to allocate the bitmapGravatar Huang Shijie 1-2/+2
2019-01-04lib/find_bit_benchmark.c: align test_find_next_and_bit with othersGravatar Yury Norov 1-6/+5
2019-01-04lib/genalloc.c: fix allocation of aligned buffer from non-aligned chunkGravatar Alexey Skidanov 1-8/+12
2019-01-04make 'user_access_begin()' do 'access_ok()'Gravatar Linus Torvalds 2-8/+10
2019-01-03Remove 'type' argument from access_ok() functionGravatar Linus Torvalds 3-8/+8
2019-01-03Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/shli...Gravatar Jens Axboe 3-38/+54
2019-01-02Merge tag 's390-4.21-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Gravatar Linus Torvalds 1-3/+3
2019-01-01Merge tag 'rtc-4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/abellon...Gravatar Linus Torvalds 2-3/+158
2018-12-31Merge tag 'trace-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Gravatar Linus Torvalds 1-2/+6
2018-12-29Merge tag 'kconfig-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Gravatar Linus Torvalds 1-2/+2
2018-12-29lib: don't depend on linux headers being installed.Gravatar NeilBrown 1-2/+0
2018-12-28Merge tag 'driver-core-4.21-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 2-2/+4
2018-12-28Merge tag 'tty-4.21-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Gravatar Linus Torvalds 4-0/+2087
2018-12-28Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 5-63/+166
2018-12-28Merge tag 'dma-mapping-4.21' of git://git.infradead.org/users/hch/dma-mappingGravatar Linus Torvalds 2-2/+2
2018-12-28Merge tag 'for-4.21/block-20181221' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 2-18/+171
2018-12-28kmemleak: add config to select auto scanGravatar Sri Krishna chowdary 1-0/+15
2018-12-28lib/ioremap: ensure break-before-make is used for huge p4d mappingsGravatar Will Deacon 1-6/+21
2018-12-28lib/ioremap: ensure phys_addr actually corresponds to a physical addressGravatar Will Deacon 1-16/+12
2018-12-28ioremap: rework pXd_free_pYd_page() APIGravatar Will Deacon 1-14/+42
2018-12-28lib/show_mem.c: drop pgdat_resize_lock in show_mem()Gravatar Wei Yang 1-3/+0
2018-12-28mm: convert zone->managed_pages to atomic variableGravatar Arun KS 1-1/+1
2018-12-28debugobjects: call debug_objects_mem_init earilerGravatar Qian Cai 1-5/+3
2018-12-28kasan: add CONFIG_KASAN_GENERIC and CONFIG_KASAN_SW_TAGSGravatar Andrey Konovalov 1-22/+76
2018-12-27Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Gravatar Linus Torvalds 2-9/+52
2018-12-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextGravatar Linus Torvalds 9-38/+1391
2018-12-27Merge tag 'powerpc-4.21-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Gravatar Linus Torvalds 2-0/+16
2018-12-26Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-1/+1
2018-12-26Merge tag 'mips_4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/l...Gravatar Linus Torvalds 1-1/+1
2018-12-22seq_buf: Use size_t for len in seq_buf_puts()Gravatar Michael Ellerman 1-1/+1
2018-12-22seq_buf: Make seq_buf_puts() null-terminate the bufferGravatar Michael Ellerman 1-1/+5
2018-12-22treewide: surround Kconfig file paths with double quotesGravatar Masahiro Yamada 1-2/+2
2018-12-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 3-50/+117
2018-12-20sbitmap: add helpers for add/del wait queue handlingGravatar Jens Axboe 1-4/+26
2018-12-20lib/raid6: add option to skip algo benchmarkingGravatar Daniel Verkamp 2-0/+13
2018-12-20lib/raid6: sort algos in rough performance orderGravatar Daniel Verkamp 1-38/+38
2018-12-20lib/raid6: check for assembler SSSE3 supportGravatar Daniel Verkamp 1-0/+3
2018-12-20raid6/ppc: Fix build for clangGravatar Joel Stanley 1-0/+15
2018-12-19Fonts: New Terminus large console fontGravatar Amanoel Dawod 4-0/+2087
2018-12-18test_rhashtable: remove semaphore usageGravatar Arnd Bergmann 1-13/+19
2018-12-17lib: fix build failure in CONFIG_DEBUG_VIRTUAL testGravatar Christophe Leroy 1-0/+1
2018-12-13XArray: Fix xa_alloc when id exceeds maxGravatar Matthew Wilcox 2-5/+36
2018-12-13iov_iter: introduce hash_and_copy_to_iter helperGravatar Sagi Grimberg 1-0/+16