Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | lib/genalloc: use try_cmpxchg in {set,clear}_bits_ll | Uros Bizjak | 2023-02-02 | 1 | -10/+8 | |
| * | | | | | | | lib: add Dhrystone benchmark test | Geert Uytterhoeven | 2023-02-02 | 6 | -0/+938 | |
| * | | | | | | | lib/percpu_counter: percpu_counter_add_batch() overflow/underflow | Manfred Spraul | 2023-02-02 | 1 | -10/+15 | |
| * | | | | | | | error-injection: remove EI_ETYPE_NONE | Masami Hiramatsu (Google) | 2023-02-02 | 1 | -1/+1 | |
* | | | | | | | | Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 2023-02-23 | 6 | -473/+492 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | maple_tree: reduce stack usage with gcc-9 and earlier | Arnd Bergmann | 2023-02-16 | 1 | -2/+9 | |
| * | | | | | | | | lib/stackdepot: move documentation comments to stackdepot.h | Andrey Konovalov | 2023-02-16 | 1 | -87/+0 | |
| * | | | | | | | | lib/stackdepot: various comments clean-ups | Andrey Konovalov | 2023-02-16 | 1 | -61/+59 | |
| * | | | | | | | | lib/stackdepot: annotate racy pool_index accesses | Andrey Konovalov | 2023-02-16 | 1 | -4/+13 | |
| * | | | | | | | | lib/stacktrace, kasan, kmsan: rework extra_bits interface | Andrey Konovalov | 2023-02-16 | 1 | -9/+33 | |
| * | | | | | | | | lib/stackdepot: rename next_pool_inited to next_pool_required | Andrey Konovalov | 2023-02-16 | 1 | -9/+21 | |
| * | | | | | | | | lib/stackdepot: annotate depot_init_pool and depot_alloc_stack | Andrey Konovalov | 2023-02-16 | 1 | -10/+24 | |
| * | | | | | | | | lib/stacktrace: drop impossible WARN_ON for depot_init_pool | Andrey Konovalov | 2023-02-16 | 1 | -7/+5 | |
| * | | | | | | | | lib/stackdepot: rename init_stack_pool | Andrey Konovalov | 2023-02-16 | 1 | -5/+5 | |
| * | | | | | | | | lib/stackdepot: rename handle and pool constants | Andrey Konovalov | 2023-02-16 | 1 | -29/+27 | |
| * | | | | | | | | lib/stackdepot: rename slab to pool | Andrey Konovalov | 2023-02-16 | 1 | -53/+53 | |
| * | | | | | | | | lib/stackdepot: rename hash table constants and variables | Andrey Konovalov | 2023-02-16 | 1 | -21/+21 | |
| * | | | | | | | | lib/stackdepot: reorder and annotate global variables | Andrey Konovalov | 2023-02-16 | 1 | -10/+17 | |
| * | | | | | | | | lib/stackdepot: lower the indentation in stack_depot_init | Andrey Konovalov | 2023-02-16 | 1 | -33/+37 | |
| * | | | | | | | | lib/stackdepot: annotate init and early init functions | Andrey Konovalov | 2023-02-16 | 1 | -6/+21 | |
| * | | | | | | | | lib/stackdepot: rename stack_depot_disable | Andrey Konovalov | 2023-02-16 | 1 | -10/+10 | |
| * | | | | | | | | lib/stackdepot, mm: rename stack_depot_want_early_init | Andrey Konovalov | 2023-02-16 | 1 | -5/+5 | |
| * | | | | | | | | lib/stackdepot: use pr_fmt to define message format | Andrey Konovalov | 2023-02-16 | 1 | -4/+6 | |
| * | | | | | | | | lib/stackdepot: put functions in logical order | Andrey Konovalov | 2023-02-16 | 1 | -157/+157 | |
| * | | | | | | | | Merge branch 'mm-hotfixes-stable' into mm-stable | Andrew Morton | 2023-02-10 | 1 | -19/+20 | |
| |\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | maple_tree: fix mas_prev() and mas_find() state handling | Liam R. Howlett | 2023-02-09 | 1 | -1/+5 | |
| * | | | | | | | | | maple_tree: fix handle of invalidated state in mas_wr_store_setup() | Liam R. Howlett | 2023-02-09 | 1 | -0/+3 | |
| * | | | | | | | | | test_maple_tree: test modifications while iterating | Liam R. Howlett | 2023-02-09 | 1 | -0/+72 | |
| * | | | | | | | | | maple_tree: reduce user error potential | Liam R. Howlett | 2023-02-09 | 1 | -0/+10 | |
| * | | | | | | | | | maple_tree: fix potential rcu issue | Liam R. Howlett | 2023-02-09 | 1 | -1/+1 | |
| * | | | | | | | | | mm: move KMEMLEAK's Kconfig items from lib to mm | Zhaoyang Huang | 2023-02-02 | 1 | -71/+0 | |
| * | | | | | | | | | mm: discard __GFP_ATOMIC | NeilBrown | 2023-02-02 | 1 | -4/+4 | |
| * | | | | | | | | | maple_tree: fix comment of mte_destroy_walk | Vernon Yang | 2023-02-02 | 1 | -2/+2 | |
| * | | | | | | | | | maple_tree: remove the parameter entry of mas_preallocate | Vernon Yang | 2023-02-02 | 1 | -2/+1 | |
| * | | | | | | | | | Sync mm-stable with mm-hotfixes-stable to pick up dependent patches | Andrew Morton | 2023-01-31 | 3 | -12/+102 | |
| |\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | maple_tree: remove GFP_ZERO from kmem_cache_alloc() and kmem_cache_alloc_bulk() | Liam Howlett | 2023-01-18 | 1 | -37/+43 | |
| * | | | | | | | | | | maple_tree: refine mab_calc_split function | Vernon Yang | 2023-01-18 | 1 | -3/+2 | |
| * | | | | | | | | | | maple_tree: refine ma_state init from mas_start() | Vernon Yang | 2023-01-18 | 1 | -3/+3 | |
| * | | | | | | | | | | maple_tree: use macro MA_ROOT_PARENT instead of number | Vernon Yang | 2023-01-18 | 1 | -2/+1 | |
| * | | | | | | | | | | maple_tree: use mt_node_max() instead of direct operations mt_max[] | Vernon Yang | 2023-01-18 | 1 | -2/+2 | |
| * | | | | | | | | | | maple_tree: remove extra return statement | Vernon Yang | 2023-01-18 | 1 | -3/+0 | |
| * | | | | | | | | | | maple_tree: remove extra space and blank line | Vernon Yang | 2023-01-18 | 1 | -10/+4 | |
| * | | | | | | | | | | lib/test_vmalloc.c: add parameter use_huge for fix_size_alloc_test | Qinglin Pan | 2023-01-18 | 1 | -1/+7 | |
* | | | | | | | | | | | Merge tag 'modules-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2023-02-23 | 1 | -6/+5 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | test_kmod: stop kernel-doc warnings | Randy Dunlap | 2023-01-25 | 1 | -6/+5 | |
| | |_|_|_|_|/ / / / / | |/| | | | | | | | | | ||||||
* | | | | | | | | | | | Merge tag 'printk-for-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/p... | Linus Torvalds | 2023-02-23 | 1 | -8/+14 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | printf: fix errname.c list | Arnd Bergmann | 2023-02-15 | 1 | -8/+14 | |
* | | | | | | | | | | | | Merge tag 'probes-v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/trac... | Linus Torvalds | 2023-02-23 | 1 | -2/+37 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | test_kprobes: Add recursed kprobe test case | Masami Hiramatsu (Google) | 2023-02-21 | 1 | -2/+37 | |
| | |_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | ||||||
* | | | | | | | | | | | | Merge tag 'linux-kselftest-kunit-6.3-rc1' of git://git.kernel.org/pub/scm/lin... | Linus Torvalds | 2023-02-23 | 9 | -8/+563 | |
|\ \ \ \ \ \ \ \ \ \ \ \ |