summaryrefslogtreecommitdiffstats
path: root/lib (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | | | lib/stackdepot: allow users to evict stack tracesAndrey Konovalov2023-12-111-1/+36
| * | | | | | | | | | | | lib/stackdepot: add refcount for recordsAndrey Konovalov2023-12-111-2/+10
| * | | | | | | | | | | | lib/stackdepot, kasan: add flags to __stack_depot_save and renameAndrey Konovalov2023-12-111-5/+11
| * | | | | | | | | | | | lib/stackdepot: use list_head for stack record linksAndrey Konovalov2023-12-111-37/+50
| * | | | | | | | | | | | lib/stackdepot: use read/write lockAndrey Konovalov2023-12-111-41/+46
| * | | | | | | | | | | | lib/stackdepot: store free stack records in a freelistAndrey Konovalov2023-12-111-49/+82
| * | | | | | | | | | | | lib/stackdepot: store next pool pointer in new_poolAndrey Konovalov2023-12-111-1/+5
| * | | | | | | | | | | | lib/stackdepot: rename next_pool_required to new_pool_requiredAndrey Konovalov2023-12-111-25/+24
| * | | | | | | | | | | | lib/stackdepot: rework helpers for depot_alloc_stackAndrey Konovalov2023-12-111-37/+49
| * | | | | | | | | | | | lib/stackdepot: fix and clean-up atomic annotationsAndrey Konovalov2023-12-111-15/+14
| * | | | | | | | | | | | lib/stackdepot: use fixed-sized slots for stack recordsAndrey Konovalov2023-12-112-4/+19
| * | | | | | | | | | | | lib/stackdepot: add depot_fetch_stack helperAndrey Konovalov2023-12-111-17/+28
| * | | | | | | | | | | | lib/stackdepot: drop valid bit from handlesAndrey Konovalov2023-12-111-5/+2
| * | | | | | | | | | | | lib/stackdepot: simplify __stack_depot_saveAndrey Konovalov2023-12-111-5/+4
| * | | | | | | | | | | | lib/stackdepot: check disabled flag when fetchingAndrey Konovalov2023-12-111-1/+1
| * | | | | | | | | | | | lib/stackdepot: print disabled message only if truly disabledAndrey Konovalov2023-12-111-9/+15
| * | | | | | | | | | | | kasan: default to inline instrumentationPaul Heidekrüger2023-12-111-1/+1
| * | | | | | | | | | | | maple_tree: preserve the tree attributes when destroying maple treePeng Zhang2023-12-111-1/+1
| * | | | | | | | | | | | maple_tree: update check_forking() and bench_forking()Peng Zhang2023-12-111-59/+58
| * | | | | | | | | | | | maple_tree: skip other tests when BENCH is enabledPeng Zhang2023-12-111-4/+4
| * | | | | | | | | | | | maple_tree: introduce interfaces __mt_dup() and mtree_dup()Peng Zhang2023-12-111-0/+274
| * | | | | | | | | | | | maple_tree: add mt_free_one() and mt_attr() helpersPeng Zhang2023-12-111-1/+11
| | |/ / / / / / / / / / | |/| | | | | | | | | |
* | | | | | | | | | | | Merge tag 'slab-for-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/vba...Linus Torvalds2024-01-094-11/+5
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | mm/slab: remove CONFIG_SLAB from all Kconfig and MakefileVlastimil Babka2023-12-054-11/+5
| | |_|_|_|_|_|_|/ / / / | |/| | | | | | | | | |
* | | | | | | | | | | | Merge tag 'core-debugobjects-2024-01-08' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2024-01-091-122/+78
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | debugobjects: Stop accessing objects after releasing hash bucket lockAndrzej Hajda2023-11-221-122/+78
| | |_|_|_|_|/ / / / / / | |/| | | | | | | | | |
* | | | | | | | | | | | Merge tag 'vfs-6.8.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2024-01-081-13/+0
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | |
| * | | | | | | | | | | iov_iter: replace import_single_range() with import_ubuf()Jens Axboe2023-12-051-13/+0
| * | | | | | | | | | | iov_iter: remove unused 'iov' argument from import_single_range()Jens Axboe2023-12-051-1/+1
| | |/ / / / / / / / / | |/| | | | | | | | |
* | | | | | | | | | | Merge tag 'mm-hotfixes-stable-2023-12-27-15-00' of git://git.kernel.org/pub/s...Linus Torvalds2023-12-281-0/+11
|\ \ \ \ \ \ \ \ \ \ \ | | |_|_|/ / / / / / / | |/| | | / / / / / / | |_|_|_|/ / / / / / |/| | | | | | | | |
| * | | | | | | | | maple_tree: do not preallocate nodes for slot storesSidhartha Kumar2023-12-201-0/+11
| | |_|/ / / / / / | |/| | | | | | |
| * | | | | | | | Merge branch 'master' into mm-hotfixes-stableAndrew Morton2023-12-076-12/+62
| |\ \ \ \ \ \ \ \ | | | |_|_|/ / / / | | |/| | | | | |
* | | | | | | | | Merge tag 'printk-for-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2023-12-221-3/+8
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | lib/vsprintf: Fix %pfwf when current node refcount == 0Herve Codina2023-12-061-3/+8
* | | | | | | | | | ida: Fix crash in ida_free when the bitmap is emptyMatthew Wilcox (Oracle)2023-12-212-1/+41
| |_|_|_|_|_|/ / / |/| | | | | | | |
* | | | | | | | | cred: get rid of CONFIG_DEBUG_CREDENTIALSJens Axboe2023-12-151-15/+0
| |_|_|_|_|_|/ / |/| | | | | | |
* | | | | | | | Merge tag 'mm-hotfixes-stable-2023-12-07-18-47' of git://git.kernel.org/pub/s...Linus Torvalds2023-12-081-6/+16
|\ \ \ \ \ \ \ \ | | |/ / / / / / | |/| / / / / / | |_|/ / / / / |/| | | | | |
| * | | | | | lib/group_cpus.c: avoid acquiring cpu hotplug lock in group_cpus_evenlyMing Lei2023-12-071-6/+16
* | | | | | | 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-011-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
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |