summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'akpm-current/current'Stephen Rothwell2019-02-0613-494/+851
|\
| * lib/ubsan: default UBSAN_ALIGNMENT to not setAnders Roxell2019-02-061-5/+9
| * lib/test_ubsan.c: VLA no longer used in kernelOlof Johansson2019-02-061-10/+1
| * lib/div64.c: off by one in shiftStanislaw Gruszka2019-02-061-2/+2
| * lib/genalloc.c: rename addr_in_gen_pool to gen_pool_has_addrHuang Shijie2019-02-061-3/+3
| * lib/genalloc.c: export symbol addr_in_gen_poolHuang Shijie2019-02-061-0/+1
| * fs/buffer.c: add debug print for __getblk_gfp() stall problemTetsuo Handa2019-02-061-0/+6
| * mm/page_owner: move config option to mm/Kconfig.debugChangbin Du2019-02-051-17/+0
| * Drop flex_arraysKent Overstreet2019-02-052-399/+1
| * Generic radix treesKent Overstreet2019-02-052-1/+219
| * vmalloc-add-test-driver-to-analyse-vmalloc-allocator-fixUladzislau Rezki2019-02-051-3/+6
| * vmalloc: add test driver to analyse vmalloc allocatorUladzislau Rezki (Sony)2019-02-053-0/+561
| * mm: replace all open encodings for NUMA_NO_NODEAnshuman Khandual2019-02-051-1/+2
| * lib/debugobjects.c: move printk out of db lock critical sectionsWaiman Long2019-02-051-22/+44
| * kasan: remove use after scope bugs detection.Andrey Ryabinin2019-02-053-35/+0
* | Merge remote-tracking branch 'kspp-gustavo/for-next/kspp'Stephen Rothwell2019-02-066-1/+21
|\ \
| * | ASN.1: mark expected switch fall-throughGustavo A. R. Silva2019-01-291-0/+4
| * | lib/cmdline.c: mark expected switch fall-throughsGustavo A. R. Silva2019-01-291-0/+5
| * | lib: zstd: Mark expected switch fall-throughsGustavo A. R. Silva2019-01-294-1/+12
* | | Merge remote-tracking branch 'xarray/xarray'Stephen Rothwell2019-02-062-9/+11
|\ \ \
| * | | XArray: Update xa_erase family descriptionsMatthew Wilcox2019-02-041-9/+8
| * | | XArray tests: RCU lock prohibits GFP_KERNELMatthew Wilcox2019-02-041-0/+3
| | |/ | |/|
* | | Merge remote-tracking branch 'livepatching/for-next'Stephen Rothwell2019-02-0610-1/+664
|\ \ \
| * | | selftests/livepatch: add DYNAMIC_DEBUG config dependencyJoe Lawrence2019-02-011-0/+1
| * | | selftests/livepatch: introduce testsJoe Lawrence2019-01-1110-1/+663
* | | | Merge remote-tracking branch 'char-misc/char-misc-next'Stephen Rothwell2019-02-062-5/+136
|\ \ \ \
| * \ \ \ Merge 5.0-rc4 into char-misc-nextGreg Kroah-Hartman2019-01-284-61/+103
| |\ \ \ \
| * | | | | iomap: introduce io{read|write}64_{lo_hi|hi_lo}Logan Gunthorpe2019-01-221-0/+132
| * | | | | iomap: Use non-raw io functions for io{read|write}XXbeLogan Gunthorpe2019-01-221-4/+4
| * | | | | lkdtm: Do not depend on BLOCK and clean up headersKees Cook2019-01-091-1/+0
| | |_|_|/ | |/| | |
* | | | | Merge remote-tracking branch 'driver-core/driver-core-next'Stephen Rothwell2019-02-063-9/+6
|\ \ \ \ \
| * | | | | devres: always use dev_name() in devm_ioremap_resource()Sergei Shtylyov2019-01-311-3/+1
| * | | | | kobject: drop newline from msg stringBo YU2019-01-221-3/+3
| * | | | | kobject: to repalce printk with pr_* styleBo YU2019-01-221-3/+2
| * | | | | kobject: make kset_get_ownership() 'static'Eric Biggers2019-01-221-1/+1
| |/ / / /
* | | | | Merge remote-tracking branch 'printk/for-next'Stephen Rothwell2019-02-061-0/+17
|\ \ \ \ \
| * | | | | printk: Add caller information to printk() output.Tetsuo Handa2018-12-181-0/+17
* | | | | | Merge remote-tracking branch 'compiler-attributes/compiler-attributes'Stephen Rothwell2019-02-061-2/+2
|\ \ \ \ \ \
| * | | | | | lib/crc32.c: mark crc32_le_base/__crc32c_le_base aliases as __pureMiguel Ojeda2019-01-251-2/+2
| | |/ / / / | |/| | | |
* | | | | | Merge remote-tracking branch 'net/master'Stephen Rothwell2019-02-061-8/+15
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | lib/test_rhashtable: Make test_insert_dup() allocate its hash table dynamicallyBart Van Assche2019-01-311-8/+15
| | |_|/ / | |/| | |
* | | | | lib/test_kmod.c: potential double free in error handlingDan Carpenter2019-02-011-1/+1
|/ / / /
* | | | Merge tag 'xarray-5.0-rc3' of git://git.infradead.org/users/willy/linux-daxLinus Torvalds2019-01-222-50/+99
|\ \ \ \
| * | | | XArray tests: Check mark 2 gets squashedMatthew Wilcox2019-01-141-3/+3
| * | | | XArray: Honour reserved entries in xa_insertMatthew Wilcox2019-01-062-3/+46
| * | | | XArray: Permit storing 2-byte-aligned pointersMatthew Wilcox2019-01-062-9/+43
| * | | | XArray: Change xa_for_each iteratorMatthew Wilcox2019-01-061-6/+5
| * | | | XArray: Turn xa_init_flags into a static inlineMatthew Wilcox2019-01-061-29/+0
| * | | | XArray tests: Add RCU lockingMatthew Wilcox2019-01-061-0/+2
| |/ / /
* | | | fix int_sqrt64() for very large numbersFlorian La Roche2019-01-211-1/+1