summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* lib/test_meminit: destroy cache in kmem_cache_alloc_bulk() testAndrey Konovalov2022-01-271-0/+1
* mm/hmm.c: allow VM_MIXEDMAP to work with hmm_range_faultAlistair Popple2022-01-271-0/+24
* kunit: Don't crash if no parameters are generatedDavid Gow2022-01-271-8/+10
* lib/mpi: Add the return value check of kcalloc()Zizhuang Deng2022-01-271-0/+2
* lib/logic_iomem: Fix operation on 32-bitJohannes Berg2022-01-271-3/+3
* lib/logic_iomem: Fix 32-bit buildJohannes Berg2022-01-271-6/+7
* siphash: use _unaligned version by defaultArnd Bergmann2021-12-081-6/+6
* printk: restore flushing of NMI buffers on remote CPUs after NMI backtracesNicholas Piggin2021-11-251-0/+6
* string: uninline memcpy_and_padGuenter Roeck2021-11-211-0/+20
* dyndbg: make dyndbg a known cli paramAndrew Halaney2021-11-181-0/+12
* bpf/tests: Fix error in tail call limit testsJohan Almbladh2021-11-181-10/+27
* crypto: sm4 - Do not change section of ck and sboxNathan Chancellor2021-11-181-2/+2
* lib/xz: Validate the value before assigning it to an enum variableLasse Collin2021-11-181-3/+3
* lib/xz: Avoid overlapping memcpy() with invalid input with in-place decompres...Lasse Collin2021-11-182-3/+20
* iov_iter: Fix iov_iter_get_pages{,_alloc} page fault return valueAndreas Gruenbacher2021-11-181-2/+3
* kfence: default to dynamic branch instead of static keys modeMarco Elver2021-11-121-11/+15
* 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