summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | kunit: Add example for using test->privMichal Wajdeczko2023-12-181-0/+15
| * | | | | | | | | | overflow: Replace fake root_device with kunit_devicedavidgow@google.com2023-12-181-3/+2
| * | | | | | | | | | fortify: test: Use kunit_devicedavidgow@google.com2023-12-181-2/+3
| * | | | | | | | | | kunit: Add APIs for managing devicesdavidgow@google.com2023-12-185-2/+336
| * | | | | | | | | | kunit: add ability to run tests after boot using debugfsRae Moar2023-12-182-0/+78
| * | | | | | | | | | kunit: add is_init test attributeRae Moar2023-12-182-1/+65
| * | | | | | | | | | kunit: add example suite to test init suitesRae Moar2023-12-181-0/+37
| * | | | | | | | | | kunit: add KUNIT_INIT_TABLE to init linker sectionRae Moar2023-12-182-13/+77
| * | | | | | | | | | kunit: debugfs: Handle errors from alloc_string_stream()Richard Fitzgerald2023-12-181-5/+25
| * | | | | | | | | | kunit: debugfs: Fix unchecked dereference in debugfs_print_results()Richard Fitzgerald2023-12-181-1/+3
| * | | | | | | | | | kunit: string-stream: Allow ERR_PTR to be passed to string_stream_destroy()Richard Fitzgerald2023-12-181-1/+1
| * | | | | | | | | | kunit: string-stream-test: Avoid cast warning when testing gfp_t flagsRichard Fitzgerald2023-12-181-1/+1
| * | | | | | | | | | kunit: Add a macro to wrap a deferred action functionDavid Gow2023-12-182-6/+5
| | |_|_|_|_|_|_|/ / | |/| | | | | | | |
* | | | | | | | | | Merge tag 'acpi-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds2024-01-091-21/+9
|\ \ \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \ \
| *---. \ \ \ \ \ \ \ \ \ Merge branches 'acpi-osl', 'acpi-bus' and 'acpi-tables'Rafael J. Wysocki2024-01-041-21/+9
| |\ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ / / / / / | |/| | | | | | / / / / / | | | | |_|_|_|/ / / / / | | | |/| | | | | / / / | | | |_|_|_|_|_|/ / / | | |/| | | | | | | |
| | | | * | | | | | | ACPI: tables: Correct and clean up the logic of acpi_parse_entries_array()Yuntao Wang2023-12-061-21/+9
| | | | | |_|_|_|/ / | | | | |/| | | | |
* | | | | | | | | | Merge tag 'mm-nonmm-stable-2024-01-09-10-33' of git://git.kernel.org/pub/scm/...Linus Torvalds2024-01-094-61/+4
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | lib/trace_readwrite.c:: replace asm-generic/io with linux/ioTanzir Hasan2023-12-291-1/+1
| * | | | | | | | | | lib: crc_ccitt_false() is identical to crc_itu_t()Mathis Marion2023-12-291-55/+0
| * | | | | | | | | | lib: add note about process exit message for DEBUG_STACK_USAGEUwe Kleine-König2023-12-291-0/+2
| * | | | | | | | | | kcov: remove stale RANDOMIZE_BASE textMark Rutland2023-12-201-4/+0
| * | | | | | | | | | ida: make 'ida_dump' staticArnd Bergmann2023-12-101-1/+1
* | | | | | | | | | | Merge tag 'mm-stable-2024-01-08-15-31' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2024-01-097-709/+1213
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | mm, treewide: introduce NR_PAGE_ORDERSKirill A. Shutemov2024-01-081-1/+1
| * | | | | | | | | | | lib/stackdepot: add printk_deferred_enter/exit guardsAndrey Konovalov2023-12-291-0/+9
| * | | | | | | | | | | UBSAN: use the kernel panic message markersBorislav Petkov (AMD)2023-12-201-4/+3
| * | | | | | | | | | | maple_tree: avoid checking other gaps after getting the largest gapPeng Zhang2023-12-201-0/+3
| * | | | | | | | | | | maple_tree: fix typos/spellos etcRandy Dunlap2023-12-201-4/+4
| * | | | | | | | | | | lib/maple_tree.c: fix build error due to hotfix alterationAndrew Morton2023-12-201-1/+1
| * | | | | | | | | | | sync mm-stable with mm-hotfixes-stable to pick up depended-upon changesAndrew Morton2023-12-201-0/+11
| |\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | maple_tree: change return type of mas_split_final_node as void.Levi Yun2023-12-121-2/+1
| * | | | | | | | | | | | maple_tree: simplify mas_leaf_set_meta()Peng Zhang2023-12-121-18/+4
| * | | | | | | | | | | | maple_tree: delete one of the two identical checksPeng Zhang2023-12-121-3/+0
| * | | | | | | | | | | | maple_tree: remove an unused parameter for ma_meta_end()Peng Zhang2023-12-121-6/+4
| * | | | | | | | | | | | maple_tree: avoid ascending when mas->min is also the parent's minimumPeng Zhang2023-12-121-3/+5
| * | | | | | | | | | | | maple_tree: move the check forward to avoid static check warningPeng Zhang2023-12-121-1/+1
| * | | | | | | | | | | | maple_tree: remove unused functionJiapeng Chong2023-12-121-29/+0
| * | | | | | | | | | | | maple_tree: mtree_range_walk() clean upLiam R. Howlett2023-12-121-15/+12
| * | | | | | | | | | | | maple_tree: don't find node end in mtree_lookup_walk()Liam R. Howlett2023-12-122-9/+24
| * | | | | | | | | | | | maple_tree: use maple state end for write operationsLiam R. Howlett2023-12-121-22/+24
| * | | | | | | | | | | | maple_tree: remove mas_searchable()Liam R. Howlett2023-12-121-50/+16
| * | | | | | | | | | | | maple_tree: separate ma_state node from statusLiam R. Howlett2023-12-122-274/+374
| * | | | | | | | | | | | 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