Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | lib/stackdepot, mm: rename stack_depot_want_early_init | Andrey Konovalov | 2023-02-17 | 1 | -5/+5 | |
| * | | | | | | | lib/stackdepot: use pr_fmt to define message format | Andrey Konovalov | 2023-02-17 | 1 | -4/+6 | |
| * | | | | | | | lib/stackdepot: put functions in logical order | Andrey Konovalov | 2023-02-17 | 1 | -157/+157 | |
| * | | | | | | | Merge branch 'mm-hotfixes-stable' into mm-stable | Andrew Morton | 2023-02-11 | 1 | -19/+20 | |
| |\ \ \ \ \ \ \ | ||||||
| * | | | | | | | | maple_tree: fix mas_prev() and mas_find() state handling | Liam R. Howlett | 2023-02-10 | 1 | -1/+5 | |
| * | | | | | | | | maple_tree: fix handle of invalidated state in mas_wr_store_setup() | Liam R. Howlett | 2023-02-10 | 1 | -0/+3 | |
| * | | | | | | | | test_maple_tree: test modifications while iterating | Liam R. Howlett | 2023-02-10 | 1 | -0/+72 | |
| * | | | | | | | | maple_tree: reduce user error potential | Liam R. Howlett | 2023-02-10 | 1 | -0/+10 | |
| * | | | | | | | | maple_tree: fix potential rcu issue | Liam R. Howlett | 2023-02-10 | 1 | -1/+1 | |
| * | | | | | | | | mm: move KMEMLEAK's Kconfig items from lib to mm | Zhaoyang Huang | 2023-02-03 | 1 | -71/+0 | |
| * | | | | | | | | mm: discard __GFP_ATOMIC | NeilBrown | 2023-02-03 | 1 | -4/+4 | |
| * | | | | | | | | maple_tree: fix comment of mte_destroy_walk | Vernon Yang | 2023-02-03 | 1 | -2/+2 | |
| * | | | | | | | | maple_tree: remove the parameter entry of mas_preallocate | Vernon Yang | 2023-02-03 | 1 | -2/+1 | |
| * | | | | | | | | Sync mm-stable with mm-hotfixes-stable to pick up dependent patches | Andrew Morton | 2023-02-01 | 3 | -12/+102 | |
| |\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | maple_tree: remove GFP_ZERO from kmem_cache_alloc() and kmem_cache_alloc_bulk() | Liam Howlett | 2023-01-19 | 1 | -37/+43 | |
| * | | | | | | | | | maple_tree: refine mab_calc_split function | Vernon Yang | 2023-01-19 | 1 | -3/+2 | |
| * | | | | | | | | | maple_tree: refine ma_state init from mas_start() | Vernon Yang | 2023-01-19 | 1 | -3/+3 | |
| * | | | | | | | | | maple_tree: use macro MA_ROOT_PARENT instead of number | Vernon Yang | 2023-01-19 | 1 | -2/+1 | |
| * | | | | | | | | | maple_tree: use mt_node_max() instead of direct operations mt_max[] | Vernon Yang | 2023-01-19 | 1 | -2/+2 | |
| * | | | | | | | | | maple_tree: remove extra return statement | Vernon Yang | 2023-01-19 | 1 | -3/+0 | |
| * | | | | | | | | | maple_tree: remove extra space and blank line | Vernon Yang | 2023-01-19 | 1 | -10/+4 | |
| * | | | | | | | | | lib/test_vmalloc.c: add parameter use_huge for fix_size_alloc_test | Qinglin Pan | 2023-01-19 | 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 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | kunit: Add printf attribute to fail_current_test_impl | David Gow | 2023-02-09 | 2 | -2/+4 | |
| * | | | | | | | | | | | | lib/hashtable_test.c: add test for the hashtable structure | Rae Moar | 2023-02-08 | 3 | -0/+331 | |
| * | | | | | | | | | | | | kunit: Expose 'static stub' API to redirect functions | David Gow | 2023-02-08 | 4 | -0/+164 | |
| * | | | | | | | | | | | | kunit: Add "hooks" to call into KUnit when it's built as a module | David Gow | 2023-02-08 | 5 | -8/+66 | |
* | | | | | | | | | | | | | Merge tag 'nmi.2023.02.14a' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2023-02-23 | 2 | -0/+13 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | x86/nmi: Print reasons why backtrace NMIs are ignored | Paul E. McKenney | 2023-01-20 | 1 | -0/+2 | |
| * | | | | | | | | | | | | | x86/nmi: Accumulate NMI-progress evidence in exc_nmi() | Paul E. McKenney | 2023-01-20 | 1 | -0/+11 | |
| | |_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | Merge tag '6.3-rc-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6 | Linus Torvalds | 2023-02-23 | 1 | -12/+272 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | iov_iter: Add a function to extract a page list from an iterator | David Howells | 2023-02-21 | 1 | -0/+264 | |
| * | | | | | | | | | | | | | iov_iter: Define flags to qualify page extraction. | David Howells | 2023-02-21 | 1 | -6/+8 | |
| * | | | | | | | | | | | | | splice: Add a func to do a splice from a buffered file without ITER_PIPE | David Howells | 2023-02-21 | 1 | -6/+0 | |
| | |_|/ / / / / / / / / / | |/| | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | Merge tag 'docs-6.3' of git://git.lwn.net/linux | Linus Torvalds | 2023-02-22 | 1 | -2/+0 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | Documentation: Avoid duplicate Kconfig inclusion | Peter Foley | 2023-01-19 | 1 | -2/+0 | |
| | |_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | Merge tag 'net-next-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/net... | Linus Torvalds | 2023-02-22 | 3 | -23/+47 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ \ \ \ \ | Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 2023-02-17 | 1 | -19/+20 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / / / / | | |/| | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 2023-02-09 | 4 | -12/+133 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|/ / / / / / / / / | | |/| | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | lib/cpumask: update comment for cpumask_local_spread() | Yury Norov | 2023-02-08 | 1 | -4/+22 | |
| * | | | | | | | | | | | | | lib/cpumask: reorganize cpumask_local_spread() logic | Yury Norov | 2023-02-08 | 1 | -10/+6 | |
| * | | | | | | | | | | | | | cpumask: improve on cpumask_local_spread() locality | Yury Norov | 2023-02-08 | 1 | -10/+2 | |
| * | | | | | | | | | | | | | lib/find: introduce find_nth_and_andnot_bit | Yury Norov | 2023-02-08 | 1 | -0/+9 | |
| * | | | | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 2023-02-02 | 5 | -17/+39 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ |