summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2023-12-11lib/stackdepot: adjust DEPOT_POOLS_CAP for KMSANAndrey Konovalov1-0/+10
2023-12-11lib/stackdepot: allow users to evict stack tracesAndrey Konovalov1-1/+36
2023-12-11lib/stackdepot: add refcount for recordsAndrey Konovalov1-2/+10
2023-12-11lib/stackdepot, kasan: add flags to __stack_depot_save and renameAndrey Konovalov1-5/+11
2023-12-11lib/stackdepot: use list_head for stack record linksAndrey Konovalov1-37/+50
2023-12-11lib/stackdepot: use read/write lockAndrey Konovalov1-41/+46
2023-12-11lib/stackdepot: store free stack records in a freelistAndrey Konovalov1-49/+82
2023-12-11lib/stackdepot: store next pool pointer in new_poolAndrey Konovalov1-1/+5
2023-12-11lib/stackdepot: rename next_pool_required to new_pool_requiredAndrey Konovalov1-25/+24
2023-12-11lib/stackdepot: rework helpers for depot_alloc_stackAndrey Konovalov1-37/+49
2023-12-11lib/stackdepot: fix and clean-up atomic annotationsAndrey Konovalov1-15/+14
2023-12-11lib/stackdepot: use fixed-sized slots for stack recordsAndrey Konovalov2-4/+19
2023-12-11lib/stackdepot: add depot_fetch_stack helperAndrey Konovalov1-17/+28
2023-12-11lib/stackdepot: drop valid bit from handlesAndrey Konovalov1-5/+2
2023-12-11lib/stackdepot: simplify __stack_depot_saveAndrey Konovalov1-5/+4
2023-12-11lib/stackdepot: check disabled flag when fetchingAndrey Konovalov1-1/+1
2023-12-11lib/stackdepot: print disabled message only if truly disabledAndrey Konovalov1-9/+15
2023-12-11kasan: default to inline instrumentationPaul Heidekrüger1-1/+1
2023-12-11maple_tree: preserve the tree attributes when destroying maple treePeng Zhang1-1/+1
2023-12-11maple_tree: update check_forking() and bench_forking()Peng Zhang1-59/+58
2023-12-11maple_tree: skip other tests when BENCH is enabledPeng Zhang1-4/+4
2023-12-11maple_tree: introduce interfaces __mt_dup() and mtree_dup()Peng Zhang1-0/+274
2023-12-11maple_tree: add mt_free_one() and mt_attr() helpersPeng Zhang1-1/+11
2023-12-07Merge branch 'master' into mm-hotfixes-stableAndrew Morton6-12/+62
2023-12-07lib/group_cpus.c: avoid acquiring cpu hotplug lock in group_cpus_evenlyMing Lei1-6/+16
2023-12-03Merge tag 'probes-fixes-v6.7-rc3' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-0/+17
2023-12-02Merge tag 'acpi-6.7-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds1-1/+1
2023-12-02Merge tag 'bcachefs-2023-11-29' of https://evilpiepirate.org/git/bcachefsLinus Torvalds1-2/+3
2023-12-01Merge branch 'acpi-tables'Rafael J. Wysocki1-1/+1
2023-12-01lib: objpool: fix head overrun on RK3588 SBCwuqiang.matt1-0/+17
2023-12-01Merge tag 'linux_kselftest-kunit-fixes-6.7-rc4' of git://git.kernel.org/pub/s...Linus Torvalds2-3/+41
2023-11-26Merge tag 'parisc-for-6.7-rc3' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-6/+0
2023-11-25parisc: Drop the HP-UX ENOSYM and EREMOTERELEASE error codesHelge Deller1-6/+0
2023-11-24Merge tag 'vfs-6.7-rc3.fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+1
2023-11-24closures: CLOSURE_CALLBACK() to fix type punningKent Overstreet1-2/+3
2023-11-22ACPI: Fix ARM32 platforms compile issue introduced by fw_table changesDave Jiang1-1/+1
2023-11-18iov_iter: fix copy_page_to_iter_nofault()Omar Sandoval1-1/+1
2023-11-15Merge tag 'zstd-linus-v6.7-rc2' of https://github.com/terrelln/linuxLinus Torvalds1-1/+1
2023-11-15zstd: Fix array-index-out-of-bounds UBSAN warningNick Terrell1-1/+1
2023-11-14kunit: test: Avoid cast warning when adding kfree() as an actionRichard Fitzgerald1-1/+1
2023-11-14kunit: Reset suite counter right before running testsMichal Wajdeczko1-2/+2
2023-11-14kunit: Warn if tests are slowMaxime Ripard1-0/+38
2023-11-10lib: test_objpool: make global variables staticwuqiang.matt1-3/+3
2023-11-07Merge tag 'bcachefs-2023-11-5' of https://evilpiepirate.org/git/bcachefsLinus Torvalds1-2/+7
2023-11-05Merge tag 'cxl-for-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl/cxlLinus Torvalds3-0/+193
2023-11-03Merge tag 'powerpc-6.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds1-1/+1
2023-11-03Merge tag 'trace-v6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/trace...Linus Torvalds1-15/+13
2023-11-03Merge tag 'printk-for-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds1-13/+12
2023-11-03Merge tag 'bitmap-for-6.7' of https://github.com/norov/linuxLinus Torvalds5-684/+549
2023-11-03Merge tag 'mm-nonmm-stable-2023-11-02-14-08' of git://git.kernel.org/pub/scm/...Linus Torvalds1-1/+1