summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* lib/stackdepot: adjust DEPOT_POOLS_CAP for KMSANAndrey Konovalov2023-12-101-0/+10
* lib/stackdepot: allow users to evict stack tracesAndrey Konovalov2023-12-101-1/+36
* lib/stackdepot: add refcount for recordsAndrey Konovalov2023-12-101-2/+10
* lib/stackdepot, kasan: add flags to __stack_depot_save and renameAndrey Konovalov2023-12-101-5/+11
* lib/stackdepot: use list_head for stack record linksAndrey Konovalov2023-12-101-37/+50
* lib/stackdepot: use read/write lockAndrey Konovalov2023-12-101-41/+46
* lib/stackdepot: store free stack records in a freelistAndrey Konovalov2023-12-101-49/+82
* lib/stackdepot: store next pool pointer in new_poolAndrey Konovalov2023-12-101-1/+5
* lib/stackdepot: rename next_pool_required to new_pool_requiredAndrey Konovalov2023-12-101-25/+24
* lib/stackdepot: rework helpers for depot_alloc_stackAndrey Konovalov2023-12-101-37/+49
* lib/stackdepot: fix and clean-up atomic annotationsAndrey Konovalov2023-12-101-15/+14
* lib/stackdepot: use fixed-sized slots for stack recordsAndrey Konovalov2023-12-102-4/+19
* lib/stackdepot: add depot_fetch_stack helperAndrey Konovalov2023-12-101-17/+28
* lib/stackdepot: drop valid bit from handlesAndrey Konovalov2023-12-101-5/+2
* lib/stackdepot: simplify __stack_depot_saveAndrey Konovalov2023-12-101-5/+4
* lib/stackdepot: check disabled flag when fetchingAndrey Konovalov2023-12-101-1/+1
* lib/stackdepot: print disabled message only if truly disabledAndrey Konovalov2023-12-101-9/+15
* kasan: default to inline instrumentationPaul Heidekrüger2023-12-101-1/+1
* maple_tree: preserve the tree attributes when destroying maple treePeng Zhang2023-12-101-1/+1
* maple_tree: update check_forking() and bench_forking()Peng Zhang2023-12-101-59/+58
* maple_tree: skip other tests when BENCH is enabledPeng Zhang2023-12-101-4/+4
* maple_tree: introduce interfaces __mt_dup() and mtree_dup()Peng Zhang2023-12-101-0/+274
* maple_tree: add mt_free_one() and mt_attr() helpersPeng Zhang2023-12-101-1/+11
* Merge branch 'master' into mm-hotfixes-stableAndrew Morton2023-12-066-12/+62
|\
| * Merge tag 'probes-fixes-v6.7-rc3' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2023-12-031-0/+17
| |\
| | * lib: objpool: fix head overrun on RK3588 SBCwuqiang.matt2023-12-011-0/+17
| * | Merge tag 'acpi-6.7-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds2023-12-021-1/+1
| |\ \
| | * \ Merge branch 'acpi-tables'Rafael J. Wysocki2023-12-011-1/+1
| | |\ \ | | | |/ | | |/|
| | | * ACPI: Fix ARM32 platforms compile issue introduced by fw_table changesDave Jiang2023-11-221-1/+1
| * | | Merge tag 'bcachefs-2023-11-29' of https://evilpiepirate.org/git/bcachefsLinus Torvalds2023-12-021-2/+3
| |\ \ \
| | * | | closures: CLOSURE_CALLBACK() to fix type punningKent Overstreet2023-11-241-2/+3
| | | |/ | | |/|
| * | | Merge tag 'linux_kselftest-kunit-fixes-6.7-rc4' of git://git.kernel.org/pub/s...Linus Torvalds2023-12-012-3/+41
| |\ \ \ | | |_|/ | |/| |
| | * | kunit: test: Avoid cast warning when adding kfree() as an actionRichard Fitzgerald2023-11-141-1/+1
| | * | kunit: Reset suite counter right before running testsMichal Wajdeczko2023-11-141-2/+2
| | * | kunit: Warn if tests are slowMaxime Ripard2023-11-141-0/+38
| * | | Merge tag 'parisc-for-6.7-rc3' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2023-11-261-6/+0
| |\ \ \
| | * | | parisc: Drop the HP-UX ENOSYM and EREMOTERELEASE error codesHelge Deller2023-11-251-6/+0
| | | |/ | | |/|
* | / | lib/group_cpus.c: avoid acquiring cpu hotplug lock in group_cpus_evenlyMing Lei2023-12-061-6/+16
|/ / /
* | | Merge tag 'vfs-6.7-rc3.fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2023-11-241-1/+1
|\ \ \ | |/ / |/| |
| * | iov_iter: fix copy_page_to_iter_nofault()Omar Sandoval2023-11-181-1/+1
| |/
* | Merge tag 'zstd-linus-v6.7-rc2' of https://github.com/terrelln/linuxLinus Torvalds2023-11-141-1/+1
|\ \ | |/ |/|
| * zstd: Fix array-index-out-of-bounds UBSAN warningNick Terrell2023-11-141-1/+1
* | lib: test_objpool: make global variables staticwuqiang.matt2023-11-101-3/+3
* | Merge tag 'bcachefs-2023-11-5' of https://evilpiepirate.org/git/bcachefsLinus Torvalds2023-11-071-2/+7
|\ \
| * | closures: Fix race in closure_sync()Kent Overstreet2023-10-301-0/+3
| * | closures: Better memory barriersKent Overstreet2023-10-301-2/+4
* | | Merge tag 'cxl-for-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl/cxlLinus Torvalds2023-11-043-0/+193
|\ \ \
| * | | lib/fw_table: Remove acpi_parse_entries_array() exportDan Williams2023-11-021-1/+0
| * | | acpi: Move common tables helper functions to common libDave Jiang2023-10-273-0/+194
* | | | Merge tag 'powerpc-6.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2023-11-031-1/+1
|\ \ \ \