summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | maple_tree: clean up inlines for some functionsLiam R. Howlett2023-12-121-39/+39
| * | | | | | | | | maple_tree: use cached node end in mas_destroy()Liam R. Howlett2023-12-121-1/+1
| * | | | | | | | | maple_tree: use cached node end in mas_next()Liam R. Howlett2023-12-121-6/+8
| * | | | | | | | | maple_tree: add end of node tracking to the maple stateLiam R. Howlett2023-12-121-0/+7
| * | | | | | | | | maple_tree: make mas_erase() more robustLiam R. Howlett2023-12-121-1/+1
| * | | | | | | | | maple_tree: remove unnecessary default labels from switch statementsLiam R. Howlett2023-12-121-7/+2
| * | | | | | | | | kasan: record and report more informationJuntong Deng2023-12-101-0/+21
| * | | | | | | | | 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 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-081-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-271-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-066-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-061-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
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | |