summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | lib/stackdepot: lower the indentation in stack_depot_initAndrey Konovalov2023-02-161-33/+37
| * | | | | | | | lib/stackdepot: annotate init and early init functionsAndrey Konovalov2023-02-161-6/+21
| * | | | | | | | lib/stackdepot: rename stack_depot_disableAndrey Konovalov2023-02-161-10/+10
| * | | | | | | | lib/stackdepot, mm: rename stack_depot_want_early_initAndrey Konovalov2023-02-161-5/+5
| * | | | | | | | lib/stackdepot: use pr_fmt to define message formatAndrey Konovalov2023-02-161-4/+6
| * | | | | | | | lib/stackdepot: put functions in logical orderAndrey Konovalov2023-02-161-157/+157
| * | | | | | | | Merge branch 'mm-hotfixes-stable' into mm-stableAndrew Morton2023-02-101-19/+20
| |\ \ \ \ \ \ \ \
| * | | | | | | | | maple_tree: fix mas_prev() and mas_find() state handlingLiam R. Howlett2023-02-091-1/+5
| * | | | | | | | | maple_tree: fix handle of invalidated state in mas_wr_store_setup()Liam R. Howlett2023-02-091-0/+3
| * | | | | | | | | test_maple_tree: test modifications while iteratingLiam R. Howlett2023-02-091-0/+72
| * | | | | | | | | maple_tree: reduce user error potentialLiam R. Howlett2023-02-091-0/+10
| * | | | | | | | | maple_tree: fix potential rcu issueLiam R. Howlett2023-02-091-1/+1
| * | | | | | | | | mm: move KMEMLEAK's Kconfig items from lib to mmZhaoyang Huang2023-02-021-71/+0
| * | | | | | | | | mm: discard __GFP_ATOMICNeilBrown2023-02-021-4/+4
| * | | | | | | | | maple_tree: fix comment of mte_destroy_walkVernon Yang2023-02-021-2/+2
| * | | | | | | | | maple_tree: remove the parameter entry of mas_preallocateVernon Yang2023-02-021-2/+1
| * | | | | | | | | Sync mm-stable with mm-hotfixes-stable to pick up dependent patchesAndrew Morton2023-01-313-12/+102
| |\ \ \ \ \ \ \ \ \
| * | | | | | | | | | maple_tree: remove GFP_ZERO from kmem_cache_alloc() and kmem_cache_alloc_bulk()Liam Howlett2023-01-181-37/+43
| * | | | | | | | | | maple_tree: refine mab_calc_split functionVernon Yang2023-01-181-3/+2
| * | | | | | | | | | maple_tree: refine ma_state init from mas_start()Vernon Yang2023-01-181-3/+3
| * | | | | | | | | | maple_tree: use macro MA_ROOT_PARENT instead of numberVernon Yang2023-01-181-2/+1
| * | | | | | | | | | maple_tree: use mt_node_max() instead of direct operations mt_max[]Vernon Yang2023-01-181-2/+2
| * | | | | | | | | | maple_tree: remove extra return statementVernon Yang2023-01-181-3/+0
| * | | | | | | | | | maple_tree: remove extra space and blank lineVernon Yang2023-01-181-10/+4
| * | | | | | | | | | lib/test_vmalloc.c: add parameter use_huge for fix_size_alloc_testQinglin Pan2023-01-181-1/+7
* | | | | | | | | | | Merge tag 'modules-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-02-231-6/+5
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | test_kmod: stop kernel-doc warningsRandy Dunlap2023-01-251-6/+5
| | |_|_|_|_|/ / / / / | |/| | | | | | | | |
* | | | | | | | | | | Merge tag 'printk-for-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2023-02-231-8/+14
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | printf: fix errname.c listArnd Bergmann2023-02-151-8/+14
* | | | | | | | | | | | Merge tag 'probes-v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/trac...Linus Torvalds2023-02-231-2/+37
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | test_kprobes: Add recursed kprobe test caseMasami Hiramatsu (Google)2023-02-211-2/+37
| | |_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | |
* | | | | | | | | | | | Merge tag 'linux-kselftest-kunit-6.3-rc1' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2023-02-239-8/+563
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | kunit: Add printf attribute to fail_current_test_implDavid Gow2023-02-082-2/+4
| * | | | | | | | | | | | lib/hashtable_test.c: add test for the hashtable structureRae Moar2023-02-083-0/+331
| * | | | | | | | | | | | kunit: Expose 'static stub' API to redirect functionsDavid Gow2023-02-084-0/+164
| * | | | | | | | | | | | kunit: Add "hooks" to call into KUnit when it's built as a moduleDavid Gow2023-02-085-8/+66
* | | | | | | | | | | | | Merge tag 'nmi.2023.02.14a' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-02-232-0/+13
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | x86/nmi: Print reasons why backtrace NMIs are ignoredPaul E. McKenney2023-01-191-0/+2
| * | | | | | | | | | | | | x86/nmi: Accumulate NMI-progress evidence in exc_nmi()Paul E. McKenney2023-01-191-0/+11
| | |_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | |
* | | | | | | | | | | | | Merge tag '6.3-rc-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2023-02-221-12/+272
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | iov_iter: Add a function to extract a page list from an iteratorDavid Howells2023-02-201-0/+264
| * | | | | | | | | | | | | iov_iter: Define flags to qualify page extraction.David Howells2023-02-201-6/+8
| * | | | | | | | | | | | | splice: Add a func to do a splice from a buffered file without ITER_PIPEDavid Howells2023-02-201-6/+0
| | |_|/ / / / / / / / / / | |/| | | | | | | | | | |
* | | | | | | | | | | | | Merge tag 'docs-6.3' of git://git.lwn.net/linuxLinus Torvalds2023-02-221-2/+0
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | Documentation: Avoid duplicate Kconfig inclusionPeter Foley2023-01-191-2/+0
| | |_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | |
* | | | | | | | | | | | | Merge tag 'net-next-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2023-02-213-23/+47
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2023-02-171-19/+20
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / / / / | | |/| | | | | | | | | | |
| * | | | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-02-094-12/+133
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|/ / / / / / / / / | | |/| | | | | | | | | | |
| * | | | | | | | | | | | | lib/cpumask: update comment for cpumask_local_spread()Yury Norov2023-02-071-4/+22
| * | | | | | | | | | | | | lib/cpumask: reorganize cpumask_local_spread() logicYury Norov2023-02-071-10/+6