summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* mm/scatterlist: replace the !preemptible warning in sg_miter_stop()Thomas Gleixner2021-11-091-7/+4
* lib: uninline simple_strntoull() as wellAlexey Dobriyan2021-11-091-2/+1
* lib, stackdepot: add helper to print stack entries into bufferImran Khan2021-11-091-0/+25
* lib, stackdepot: add helper to print stack entriesImran Khan2021-11-091-0/+18
* lib, stackdepot: check stackdepot handle before accessing slabsImran Khan2021-11-091-0/+3
* kfence: default to dynamic branch instead of static keys modeMarco Elver2021-11-061-11/+15
* stacktrace: move filter_irq_stacks() to kernel/stacktrace.cMarco Elver2021-11-061-24/+0
* mm/memory_hotplug: remove CONFIG_MEMORY_HOTPLUG_SPARSEDavid Hildenbrand2021-11-061-1/+1
* memblock: use memblock_free for freeing virtual pointersMike Rapoport2021-11-062-2/+2
* memblock: rename memblock_free to memblock_phys_freeMike Rapoport2021-11-061-1/+1
* memblock: drop memblock_free_early_nid() and memblock_free_early()Mike Rapoport2021-11-061-1/+1
* lib/test_vmalloc.c: use swap() to make code cleanerChangcheng Deng2021-11-061-4/+2
* kasan: test: bypass __alloc_size checksKees Cook2021-11-062-1/+9
* kasan: test: add memcpy test that avoids out-of-bounds writePeter Collingbourne2021-11-061-1/+17
* lib/stackdepot: introduce __stack_depot_save()Marco Elver2021-11-061-6/+37
* lib/stackdepot: remove unused function argumentMarco Elver2021-11-061-5/+4
* Merge tag 'linux-kselftest-kunit-fixes-5.15-rc6' of git://git.kernel.org/pub/...Linus Torvalds2021-10-112-3/+3
|\
| * bitfield: build kunit tests without structleak pluginArnd Bergmann2021-10-061-1/+1
| * kunit: fix reference count leak in kfree_at_endXiyu Yang2021-10-011-2/+2
* | lib/zlib_inflate/inffast: check config in C to avoid unused function warningPaul Menzel2021-09-241-7/+6
* | xtensa: increase size of gcc stack frame checkGuenter Roeck2021-09-241-1/+1
* | kasan: fix Kconfig check of CC_HAS_WORKING_NOSANITIZE_ADDRESSMarco Elver2021-09-241-0/+2
* | Merge tag 'net-5.15-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2021-09-231-1/+1
|\ \
| * | net: update NXP copyright textVladimir Oltean2021-09-171-1/+1
* | | pci_iounmap'2: Electric Boogaloo: try to make sense of it allLinus Torvalds2021-09-191-0/+43
* | | Merge tag 'iov_iter.3-5.15-2021-09-17' of git://git.kernel.dk/linux-blockLinus Torvalds2021-09-171-0/+36
|\ \ \ | |/ / |/| |
| * | iov_iter: add helper to save iov_iter stateJens Axboe2021-09-141-0/+36
* | | memblock: introduce saner 'memblock_free_ptr()' interfaceLinus Torvalds2021-09-141-1/+1
* | | Merge branch 'gcc-min-version-5.1' (make gcc-5.1 the minimum version)Linus Torvalds2021-09-131-1/+1
|\ \ \ | |_|/ |/| |
| * | Kconfig.debug: drop GCC 5+ version check for DWARF5Nick Desaulniers2021-09-131-1/+1
* | | Merge tag 'trace-v5.15-3' of git://git.kernel.org/pub/scm/linux/kernel/git/ro...Linus Torvalds2021-09-111-4/+4
|\ \ \ | |_|/ |/| |
| * | bootconfig: Rename xbc_node_find_child() to xbc_node_find_subkey()Masami Hiramatsu2021-09-091-4/+4
* | | Merge tag 'for-linus-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2021-09-091-7/+9
|\ \ \ | |_|/ |/| |
| * | lib/logic_iomem: fix sparse warningsJohannes Berg2021-08-261-7/+9
* | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-09-088-32/+37
|\ \ \
| * | | Kconfig.debug: drop selecting non-existing HARDLOCKUP_DETECTOR_ARCHLukas Bulwahn2021-09-081-1/+0
| * | | lib/iov_iter.c: fix kernel-doc warningsRandy Dunlap2021-09-081-2/+6
| * | | lib/dump_stack: correct kernel-doc notationRandy Dunlap2021-09-081-1/+2
| * | | lib/test: convert test_sort.c to use KUnitDaniel Latypov2021-09-082-23/+22
| * | | math: RATIONAL_KUNIT_TEST should depend on RATIONAL instead of selecting itGeert Uytterhoeven2021-09-081-2/+1
| * | | math: make RATIONAL tristateGeert Uytterhoeven2021-09-082-1/+4
| * | | mm: introduce PAGEFLAGS_MASK to replace ((1UL << NR_PAGEFLAGS) - 1)Muchun Song2021-09-082-2/+2
| |/ /
* | | lib/test_scanf: split up number parsing test routinesLinus Torvalds2021-09-061-8/+71
* | | Merge tag 'denywrite-for-5.15' of git://github.com/davidhildenbrand/linuxLinus Torvalds2021-09-041-3/+2
|\ \ \
| * | | mm: remove VM_DENYWRITEDavid Hildenbrand2021-09-031-3/+2
| |/ /
* | | Merge tag 'kbuild-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2021-09-035-5/+6
|\ \ \
| * | | Makefile: remove stale cc-option checksNick Desaulniers2021-09-031-0/+2
| * | | isystem: ship and use stdarg.hAlexey Dobriyan2021-08-194-5/+4
* | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-09-034-38/+72
|\ \ \ \
| * | | | kasan: test: avoid corrupting memory in kasan_rcu_uafAndrey Konovalov2021-09-031-1/+1