summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski2021-12-081-0/+1
|\
| * bpf: Make CONFIG_DEBUG_INFO_BTF depend upon CONFIG_BPF_SYSCALLKumar Kartikeya Dwivedi2021-12-021-0/+1
* | siphash: use _unaligned version by defaultArnd Bergmann2021-11-291-6/+6
* | parisc: Increase FRAME_WARN to 2048 bytes on pariscHelge Deller2021-11-221-2/+3
* | kasan: test: silence intentional read overflow warningsKees Cook2021-11-201-0/+2
* | Merge tag 'zstd-for-linus-5.16-rc1' of git://github.com/terrelln/linuxLinus Torvalds2021-11-184-2/+21
|\ \
| * | lib: zstd: Don't add -O3 to cflagsNick Terrell2021-11-181-2/+0
| * | lib: zstd: Don't inline functions in zstd_opt.cNick Terrell2021-11-182-0/+19
| * | lib: zstd: Fix unused variable warningNick Terrell2021-11-181-0/+2
* | | Merge tag 'printk-for-5.16-fixup' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2021-11-181-0/+6
|\ \ \ | |/ / |/| |
| * | Merge branch 'rework/printk_safe-removal' into for-linusPetr Mladek2021-11-181-0/+6
| |\ \
| | * | printk: restore flushing of NMI buffers on remote CPUs after NMI backtracesNicholas Piggin2021-11-101-0/+6
* | | | Merge tag 'zstd-for-linus-v5.16' of git://github.com/terrelln/linuxLinus Torvalds2021-11-1366-11874/+24495
|\ \ \ \ | |_|_|/ |/| | |
| * | | lib: zstd: Add cast to silence clang's -Wbitwise-instead-of-logicalNathan Chancellor2021-11-081-1/+1
| * | | lib: zstd: Upgrade to latest upstream zstd version 1.4.10Nick Terrell2021-11-0865-11944/+24453
| * | | lib: zstd: Add decompress_sources.h for decompress_unzstdNick Terrell2021-11-082-5/+24
| * | | lib: zstd: Add kernel-specific APINick Terrell2021-11-083-92/+185
* | | | mm/migrate.c: remove MIGRATE_PFN_LOCKEDAlistair Popple2021-11-111-3/+2
* | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-11-093-9/+51
|\ \ \ \ | |/ / / |/| | |
| * | | 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
* | | | Merge tag 'kbuild-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2021-11-081-0/+4
|\ \ \ \
| * | | | isystem: delete global -isystem compile optionAlexey Dobriyan2021-09-221-0/+4
* | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-11-068-53/+85
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | 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 'driver-core-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2021-11-042-35/+27
|\ \ \ \ \
| * | | | | dyndbg: refine verbosity 1-4 summary-detailJim Cromie2021-10-211-11/+14
| * | | | | Merge 5.15-rc6 into driver-core-nextGreg Kroah-Hartman2021-10-182-3/+3
| |\| | | |
| * | | | | dyndbg: fix spurious vNpr_info changeJim Cromie2021-10-151-1/+1
| * | | | | dyndbg: no vpr-info on empty queriesJim Cromie2021-10-141-2/+4
| * | | | | dyndbg: vpr-info on remove-module complete, not startingJim Cromie2021-10-141-2/+2
| * | | | | dyndbg: Remove support for ddebug_query paramAndrew Halaney2021-10-141-25/+0
| * | | | | dyndbg: make dyndbg a known cli paramAndrew Halaney2021-10-141-0/+12
| * | | | | dyndbg: show module in vpr-info in dd-exec-queriesJim Cromie2021-10-131-1/+1
| * | | | | Merge 5.15-rc4 into driver-core-nextGreg Kroah-Hartman2021-10-047-11/+91
| |\ \ \ \ \
| * | | | | | kobject: unexport kobject_create() in kobject.hQu Wenruo2021-09-141-1/+1
* | | | | | | string: uninline memcpy_and_padGuenter Roeck2021-11-031-0/+20