summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* treewide: add checks for the return value of memblock_alloc*()Mike Rapoport2019-02-011-0/+3
* Merge branch 'akpm-current/current'Stephen Rothwell2019-02-0114-495/+852
|\
| * lib/ubsan: default UBSAN_ALIGNMENT to not setAnders Roxell2019-02-011-5/+9
| * lib/test_ubsan.c: VLA no longer used in kernelOlof Johansson2019-02-011-10/+1
| * lib/div64.c: off by one in shiftStanislaw Gruszka2019-02-011-2/+2
| * lib/genalloc.c: rename addr_in_gen_pool to gen_pool_has_addrHuang Shijie2019-02-011-3/+3
| * lib/genalloc.c: export symbol addr_in_gen_poolHuang Shijie2019-02-011-0/+1
| * fs/buffer.c: add debug print for __getblk_gfp() stall problemTetsuo Handa2019-02-011-0/+6
| * mm/page_owner: move config option to mm/Kconfig.debugChangbin Du2019-01-311-17/+0
| * Drop flex_arraysKent Overstreet2019-01-312-399/+1
| * Generic radix treesKent Overstreet2019-01-312-1/+219
| * vmalloc-add-test-driver-to-analyse-vmalloc-allocator-fixUladzislau Rezki2019-01-311-3/+6
| * vmalloc: add test driver to analyse vmalloc allocatorUladzislau Rezki (Sony)2019-01-313-0/+561
| * mm: replace all open encodings for NUMA_NO_NODEAnshuman Khandual2019-01-311-1/+2
| * lib/debugobjects.c: move printk out of db lock critical sectionsWaiman Long2019-01-311-22/+44
| * kasan: remove use after scope bugs detection.Andrey Ryabinin2019-01-313-35/+0
| * lib/test_kmod.c: potential double free in error handlingDan Carpenter2019-01-311-1/+1
* | Merge remote-tracking branch 'kspp-gustavo/for-next/kspp'Stephen Rothwell2019-02-016-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 'livepatching/for-next'Stephen Rothwell2019-02-0110-1/+663
|\ \ \
| * | | selftests/livepatch: introduce testsJoe Lawrence2019-01-1110-1/+663
* | | | Merge remote-tracking branch 'char-misc/char-misc-next'Stephen Rothwell2019-02-012-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-013-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-011-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-011-2/+2
|\ \ \ \ \
| * | | | | lib/crc32.c: mark crc32_le_base/__crc32c_le_base aliases as __pureMiguel Ojeda2019-01-251-2/+2
| | |/ / / | |/| | |
* | | | | lib/test_rhashtable: Make test_insert_dup() allocate its hash table dynamicallyBart Van Assche2019-01-311-8/+15
| |_|/ / |/| | |
* | | | 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
* | | | sbitmap: Protect swap_lock from hardirqMing Lei2019-01-151-2/+3
* | | | sbitmap: Protect swap_lock from softirqsSteven Rostedt (VMware)2019-01-151-10/+2
|/ / /
* | | Merge tag 'kbuild-v4.21-3' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds2019-01-062-4/+3
|\ \ \
| * | | kbuild: remove redundant target cleaning on failureMasahiro Yamada2019-01-061-3/+2