aboutsummaryrefslogtreecommitdiffstats
path: root/lib (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-02-04XArray: Update xa_erase family descriptionsMatthew Wilcox1-9/+8
2019-02-04XArray tests: RCU lock prohibits GFP_KERNELMatthew Wilcox1-0/+3
2019-02-04refcount_t: Add ACQUIRE ordering on success for dec(sub)_and_test() variantsElena Reshetova1-5/+13
2019-02-01lib/test_kmod.c: potential double free in error handlingDan Carpenter1-1/+1
2019-02-01selftests/livepatch: add DYNAMIC_DEBUG config dependencyJoe Lawrence1-0/+1
2019-01-31devres: always use dev_name() in devm_ioremap_resource()Sergei Shtylyov1-3/+1
2019-01-31lib/test_rhashtable: Make test_insert_dup() allocate its hash table dynamicallyBart Van Assche1-8/+15
2019-01-28Merge 5.0-rc4 into char-misc-nextGreg Kroah-Hartman4-61/+103
2019-01-22kobject: drop newline from msg stringBo YU1-3/+3
2019-01-22kobject: to repalce printk with pr_* styleBo YU1-3/+2
2019-01-22kobject: make kset_get_ownership() 'static'Eric Biggers1-1/+1
2019-01-22iomap: introduce io{read|write}64_{lo_hi|hi_lo}Logan Gunthorpe1-0/+132
2019-01-22iomap: Use non-raw io functions for io{read|write}XXbeLogan Gunthorpe1-4/+4
2019-01-22Merge tag 'xarray-5.0-rc3' of git://git.infradead.org/users/willy/linux-daxLinus Torvalds2-50/+99
2019-01-21fix int_sqrt64() for very large numbersFlorian La Roche1-1/+1
2019-01-15sbitmap: Protect swap_lock from hardirqMing Lei1-2/+3
2019-01-14XArray tests: Check mark 2 gets squashedMatthew Wilcox1-3/+3
2019-01-15sbitmap: Protect swap_lock from softirqsSteven Rostedt (VMware)1-10/+2
2019-01-11selftests/livepatch: introduce testsJoe Lawrence10-1/+663
2019-01-09lkdtm: Do not depend on BLOCK and clean up headersKees Cook1-1/+0
2019-01-06XArray: Honour reserved entries in xa_insertMatthew Wilcox2-3/+46
2019-01-06XArray: Permit storing 2-byte-aligned pointersMatthew Wilcox2-9/+43
2019-01-06XArray: Change xa_for_each iteratorMatthew Wilcox1-6/+5
2019-01-06XArray: Turn xa_init_flags into a static inlineMatthew Wilcox1-29/+0
2019-01-06XArray tests: Add RCU lockingMatthew Wilcox1-0/+2
2019-01-06Merge tag 'kbuild-v4.21-3' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuildLinus Torvalds2-4/+3
2019-01-05Merge tag 'for-linus-20190104' of git://git.kernel.dk/linux-blockLinus Torvalds3-38/+54
2019-01-06kbuild: remove redundant target cleaning on failureMasahiro Yamada1-3/+2
2019-01-06jump_label: move 'asm goto' support test to KconfigMasahiro Yamada1-1/+1
2019-01-05lib/genalloc.c: include vmalloc.hOlof Johansson1-0/+1
2019-01-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-27/+27
2019-01-05Merge branch 'akpm' (patches from Andrew)Linus Torvalds2-16/+19
2019-01-04lib/genalloc.c: use vzalloc_node() to allocate the bitmapHuang Shijie1-2/+2
2019-01-04lib/find_bit_benchmark.c: align test_find_next_and_bit with othersYury Norov1-6/+5
2019-01-04lib/genalloc.c: fix allocation of aligned buffer from non-aligned chunkAlexey Skidanov1-8/+12
2019-01-04make 'user_access_begin()' do 'access_ok()'Linus Torvalds2-8/+10
2019-01-03Remove 'type' argument from access_ok() functionLinus Torvalds3-8/+8
2019-01-03Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/md into for-linusJens Axboe3-38/+54
2019-01-02Merge tag 's390-4.21-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds1-3/+3
2019-01-01Merge tag 'rtc-4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linuxLinus Torvalds2-3/+158
2018-12-31Merge tag 'trace-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus Torvalds1-2/+6
2018-12-29Merge tag 'kconfig-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuildLinus Torvalds1-2/+2
2018-12-29lib: don't depend on linux headers being installed.NeilBrown1-2/+0
2018-12-28Merge tag 'driver-core-4.21-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds2-2/+4
2018-12-28Merge tag 'tty-4.21-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds4-0/+2087
2018-12-28Merge branch 'akpm' (patches from Andrew)Linus Torvalds5-63/+166
2018-12-28Merge tag 'dma-mapping-4.21' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2-2/+2
2018-12-28Merge tag 'for-4.21/block-20181221' of git://git.kernel.dk/linux-blockLinus Torvalds2-18/+171
2018-12-28kmemleak: add config to select auto scanSri Krishna chowdary1-0/+15
2018-12-28lib/ioremap: ensure break-before-make is used for huge p4d mappingsWill Deacon1-6/+21