summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* lib/bitmap: introduce bitmap_replace() helperAndy Shevchenko2019-11-292-0/+50
* lib/test_bitmap: fix comment about this fileAndy Shevchenko2019-11-291-1/+1
* lib/test_bitmap: move exp1 and exp2 upper for others to useAndy Shevchenko2019-11-291-21/+20
* lib/test_bitmap: rename exp to exp1 to avoid ambiguous nameAndy Shevchenko2019-11-291-22/+22
* lib/test_bitmap: name EXP_BYTES properlyAndy Shevchenko2019-11-291-5/+5
* lib/test_bitmap: undefine macros after useAndy Shevchenko2019-11-291-0/+4
* lib/test_bitmap: force argument of bitmap_parselist_user() to proper address ...Andy Shevchenko2019-11-291-1/+1
* lib/test_bitmap.c: add for_each_set_clump8 test casesWilliam Breathitt Gray2019-11-291-0/+65
* bitops: introduce the for_each_set_clump8 macroWilliam Breathitt Gray2019-11-291-0/+14
* kernel-hacking: move DEBUG_FS to 'Generic Kernel Debugging Instruments'Changbin Du2019-11-291-12/+12
* kernel-hacking: move DEBUG_BUGVERBOSE to 'printk and dmesg options'Changbin Du2019-11-291-9/+9
* kernel-hacking: create a submenu for scheduler debugging optionsChangbin Du2019-11-291-0/+4
* kernel-hacking: move SCHED_STACK_END_CHECK after DEBUG_STACK_USAGEChangbin Du2019-11-291-12/+12
* kernel-hacking: move Oops into 'Lockups and Hangs'Changbin Du2019-11-291-29/+29
* kernel-hacking: move kernel testing and coverage options to same submenuChangbin Du2019-11-291-246/+251
* kernel-hacking: group kernel data structures debugging togetherChangbin Du2019-11-291-10/+14
* kernel-hacking: create submenu for arch special debugging optionsChangbin Du2019-11-291-0/+4
* kernel-hacking: group sysrq/kgdb/ubsan into 'Generic Kernel Debugging Instrum...Changbin Du2019-11-291-6/+10
* lib/genalloc.c: rename addr_in_gen_pool to gen_pool_has_addrHuang Shijie2019-11-291-3/+3
* lib/genalloc.c: export symbol addr_in_gen_poolHuang Shijie2019-11-291-0/+1
* Merge branch 'akpm-current/current'Stephen Rothwell2019-11-298-78/+259
|\
| * lib/ubsan: don't serialize UBSAN reportJulien Grall2019-11-231-41/+23
| * lib/math/rational.c: fix possible incorrect result from rational fractions he...Trent Piepho2019-11-231-13/+50
| * lib/test_meminit.c: add bulk alloc/free testsLaura Abbott2019-11-231-1/+19
| * lib-optimize-cpumask_local_spread-v3-fixAndrew Morton2019-11-231-1/+1
| * lib-optimize-cpumask_local_spread-v3yuqi jin2019-11-231-3/+12
| * lib: optimize cpumask_local_spread()yuqi jin2019-11-231-12/+81
| * fs/buffer.c: add debug print for __getblk_gfp() stall problemTetsuo Handa2019-11-231-0/+6
| * kasan: add test for vmallocDaniel Axtens2019-11-231-0/+26
| * kasan: support backing vmalloc space with real shadow memoryDaniel Axtens2019-11-231-0/+16
| * vsprintf: inline call to ptr_to_hashvalJoel Fernandes2019-11-231-2/+7
| * rss_stat-add-support-to-detect-rss-updates-of-external-mm-fixAndrew Morton2019-11-231-1/+0
| * rss_stat: add support to detect RSS updates of external mmJoel Fernandes (Google)2019-11-231-11/+25
* | Merge remote-tracking branch 'hyperv/hyperv-next'Stephen Rothwell2019-11-291-0/+7
|\ \
| * | drivers: hv: vmbus: Introduce latency testingBranden Bonaby2019-11-211-0/+7
* | | Merge remote-tracking branch 'xarray/xarray'Stephen Rothwell2019-11-292-3/+27
|\ \ \
| * | | XArray: Fix xas_pause at ULONG_MAXMatthew Wilcox (Oracle)2019-11-082-3/+27
* | | | Merge remote-tracking branch 'y2038/y2038'Stephen Rothwell2019-11-292-2/+3
|\ \ \ \
| * \ \ \ Merge tag 'y2038-cleanups-5.5' of git://git.kernel.org/pub/scm/linux/kernel/g...Arnd Bergmann2019-11-156-51/+88
| |\ \ \ \
| | * | | | y2038: vdso: change time_t to __kernel_old_time_tArnd Bergmann2019-11-151-2/+2
| | | |/ / | | |/| |
| * | | | compat_ioctl: reimplement SG_IO handlingArnd Bergmann2019-10-231-0/+1
* | | | | Merge remote-tracking branch 'tip/auto-latest'Stephen Rothwell2019-11-293-0/+121
|\ \ \ \ \
| * \ \ \ \ Merge branch 'locking/core'Ingo Molnar2019-11-263-241/+40
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'locking/kcsan'Ingo Molnar2019-11-263-0/+121
| |\ \ \ \ \ \
| | * | | | | | kcsan: Improve various small stylistic detailsIngo Molnar2019-11-201-9/+7
| | * | | | | | Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar2019-11-193-0/+123
| | |\ \ \ \ \ \ | | | |_|_|_|_|/ | | |/| | | | |
| | | * | | | | kcsan: Add Kernel Concurrency Sanitizer infrastructureMarco Elver2019-11-163-0/+123
| * | | | | | | Merge branch 'linus' into x86/urgent, to resolve semantic merge conflictIngo Molnar2019-11-2637-49/+13742
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'x86/iopl' into x86/asm, to resolve conflictsIngo Molnar2019-11-2516-78/+312
| |\ \ \ \ \ \ \ \ | | | |/ / / / / / | | |/| | | | | |
* | | | | | | | | Merge remote-tracking branch 'mfd/for-mfd-next'Stephen Rothwell2019-11-291-0/+19
|\ \ \ \ \ \ \ \ \