summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'akpm-current/current'Stephen Rothwell2019-06-2711-64/+657
|\
| * lib/test_meminit.c: fix -Wmaybe-uninitialized false positiveArnd Bergmann2019-06-271-24/+26
| * lib/string_helpers: fix some kerneldoc warningsJonathan Corbet2019-06-271-37/+40
| * mm/ioremap: probe platform for p4d huge map supportAnshuman Khandual2019-06-271-0/+2
| * mm/ioremap: check virtual address alignment while creating huge mappingsAnshuman Khandual2019-06-271-0/+9
| * lib: introduce test_meminit moduleAlexander Potapenko2019-06-273-0/+371
| * lib/test_overflow.c: avoid tainting the kernel and fix wrap sizeKees Cook2019-06-271-5/+6
| * lib/test_string.c: add some testcases for strchr and strnchrPeter Rosin2019-06-271-0/+77
| * lib/test_string.c: avoid masking memset16/32/64 failuresPeter Rosin2019-06-271-3/+3
| * lib/string.c: allow searching for NUL with strnchrPeter Rosin2019-06-271-1/+10
| * lib/math/rational.c: fix possible incorrect result from rational fractions he...Trent Piepho2019-06-271-13/+50
| * lib/genalloc.c: rename addr_in_gen_pool to gen_pool_has_addrHuang Shijie2019-06-271-3/+3
| * lib/genalloc.c: export symbol addr_in_gen_poolHuang Shijie2019-06-271-0/+1
| * fs/buffer.c: add debug print for __getblk_gfp() stall problemTetsuo Handa2019-06-271-0/+6
| * lib/test_kasan: add bitops testsMarco Elver2019-06-261-3/+78
* | Merge remote-tracking branch 'xarray/xarray'Stephen Rothwell2019-06-273-4/+60
|\ \
| * | XArray tests: Add check_insertMatthew Wilcox2019-06-021-0/+38
| * | idr: Fix idr_get_next race with idr_removeMatthew Wilcox (Oracle)2019-06-021-2/+12
| * | mm: fix page cache convergence regressionJohannes Weiner2019-05-311-2/+10
* | | Merge remote-tracking branch 'scsi/for-next'Stephen Rothwell2019-06-272-23/+52
|\ \ \
| * | | scsi: lib/sg_pool.c: clear 'first_chunk' in case of no preallocationMing Lei2019-06-201-2/+4
| * | | scsi: lib/sg_pool.c: improve APIs for allocating sg poolMing Lei2019-06-202-23/+50
* | | | Merge remote-tracking branch 'char-misc/char-misc-next'Stephen Rothwell2019-06-271-57/+46
|\ \ \ \
| * \ \ \ Merge 5.2-rc6 into char-misc-nextGreg Kroah-Hartman2019-06-2325-126/+64
| |\ \ \ \ | | | |_|/ | | |/| |
| * | | | fonts: Prefer a bigger font for high resolution screensTakashi Iwai2019-06-201-1/+6
| * | | | fonts: Use BUILD_BUG_ON() for checking empty font tableTakashi Iwai2019-06-201-14/+1
| * | | | fonts: Fix coding styleTakashi Iwai2019-06-201-43/+40
* | | | | Merge remote-tracking branch 'driver-core/driver-core-next'Stephen Rothwell2019-06-273-57/+32
|\ \ \ \ \
| * | | | | lib : kobject: fix refcount imblance on kobject_renameLin Yi2019-06-191-1/+3
| * | | | | fault-inject: clean up debugfs file creation logicGreg Kroah-Hartman2019-06-181-47/+26
| * | | | | lib: dynamic_debug: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-06-181-9/+3
* | | | | | Merge remote-tracking branch 'percpu/for-next'Stephen Rothwell2019-06-271-2/+11
|\ \ \ \ \ \
| * | | | | | percpu_ref: release percpu memory early without PERCPU_REF_ALLOW_REINITRoman Gushchin2019-05-091-2/+11
* | | | | | | Merge remote-tracking branch 'tip/auto-latest'Stephen Rothwell2019-06-278-89/+573
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'core/debugobjects'Ingo Molnar2019-06-251-68/+253
| |\ \ \ \ \ \ \
| | * | | | | | | debugobjects: Move printk out of db->lock critical sectionsWaiman Long2019-06-141-19/+39
| | * | | | | | | debugobjects: Less aggressive freeing of excess debug objectsWaiman Long2019-06-141-12/+49
| | * | | | | | | debugobjects: Reduce number of pool_lock acquisitions in fill_pool()Waiman Long2019-06-141-8/+16
| | * | | | | | | debugobjects: Percpu pool lookahead freeing/allocationWaiman Long2019-06-141-6/+69
| | * | | | | | | debugobjects: Add percpu free poolsWaiman Long2019-06-141-24/+91
| | * | | | | | | debugobjects: No need to check return value of debugfs_create()Greg Kroah-Hartman2019-06-141-12/+2
| | | |_|/ / / / | | |/| | | | |
| * | | | | | | Merge branch 'irq/core'Ingo Molnar2019-06-251-0/+8
| |\ \ \ \ \ \ \
| | * | | | | | | genirq/timings: Add selftest for circular arrayDaniel Lezcano2019-06-121-0/+8
| * | | | | | | | Merge branch 'locking/core'Ingo Molnar2019-06-252-20/+20
| |\ \ \ \ \ \ \ \
| | * | | | | | | | locking/rwsem: Make owner available even if !CONFIG_RWSEM_SPIN_ON_OWNERWaiman Long2019-06-171-4/+4
| | * | | | | | | | Merge tag 'v5.2-rc5' into locking/core, to pick up fixesIngo Molnar2019-06-1721-152/+53
| | |\ \ \ \ \ \ \ \
| | * | | | | | | | | locking/atomic: Use s64 for atomic64Mark Rutland2019-06-031-16/+16
| | | |_|_|_|/ / / / | | |/| | | | | | |
| * | | | | | | | | Merge branch 'sched/core'Ingo Molnar2019-06-251-1/+1
| |\ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ Merge tag 'v5.2-rc6' into sched/core, to refresh the branchIngo Molnar2019-06-2425-100/+39
| | |\ \ \ \ \ \ \ \ \ | | | | |_|_|_|_|/ / / | | | |/| | | | | | |
| | * | | | | | | | | Merge tag 'v5.2-rc5' into sched/core, to pick up fixesIngo Molnar2019-06-1721-152/+53
| | |\ \ \ \ \ \ \ \ \ | | | | |_|/ / / / / / | | | |/| | | | | | |