summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add linux-next specific files for 20220919next-20220919Stephen Rothwell2022-09-194-0/+13222
* Merge branch 'mm-everything' of git://git.kernel.org/pub/scm/linux/kernel/git...Stephen Rothwell2022-09-19357-6682/+63765
|\
| * Merge branch 'mm-nonmm-unstable' into mm-everythingAndrew Morton2022-09-18141-644/+781
| |\
| | * ipc-msg-mitigate-the-lock-contention-with-percpu-counter-checkpatch-fixesAndrew Morton2022-09-182-5/+5
| | * ipc/msg: mitigate the lock contention with percpu counterJiebin Sun2022-09-184-19/+39
| | * percpu: Add percpu_counter_add_local and percpu_counter_sub_localJiebin Sun2022-09-181-0/+32
| | * fork: remove duplicate included header filesXu Panda2022-09-181-1/+0
| | * fs/ocfs2: fix repeated words in commentswangjianli2022-09-181-1/+1
| | * relay: use kvcalloc to alloc page array in relay_alloc_page_arraywuchi2022-09-181-4/+1
| | * proc: make config PROC_CHILDREN depend on PROC_FSLukas Bulwahn2022-09-181-0/+1
| | * fs> uninline inode_maybe_inc_iversion()Andrew Morton2022-09-182-45/+47
| | * firmware: google: test spinlock on panic path to avoid lockupsGuilherme G. Piccoli2022-09-181-0/+9
| | * ipc: mqueue: remove unnecessary conditionalsJingyu Wang2022-09-181-2/+1
| | * init.h: fix spelling typo in commentJiangshan Yi2022-09-181-1/+1
| | * fs/ocfs2/suballoc.h: fix spelling typo in commentJiangshan Yi2022-09-181-1/+1
| | * core_pattern: add CPU specifierOleksandr Natalenko2022-09-183-0/+7
| | * ocfs2: replace zero-length arrays with DECLARE_FLEX_ARRAY() helperGustavo A. R. Silva2022-09-181-4/+4
| | * kbuild: add debug level and macro defs optionsDmitrii Bundin2022-09-182-2/+30
| | * fault-injection: make stacktrace filter works as expectedWei Yongjun2022-09-181-3/+9
| | * fault-injection: make some stack filter attrs more readableWei Yongjun2022-09-181-4/+12
| | * fault-injection: skip stacktrace filtering by defaultWei Yongjun2022-09-181-1/+1
| | * fault-injection: allow stacktrace filter for x86-64Wei Yongjun2022-09-181-1/+0
| | * lib/debugobjects: fix stat count and optimize debug_objects_mem_init.wuchi2022-09-181-0/+10
| | * init/main.c: silence some -Wunused-parameter warningsAndrew Halaney2022-09-181-10/+15
| | * ocfs2: fix ocfs2 corrupt when iputting an inodeWangyan2022-09-181-1/+2
| | * ocfs2: clear links count in ocfs2_mknod() if an error occursWangyan2022-09-181-2/+12
| | * ocfs2: reflink deadlock when clone file to the same directory simultaneouslyGang He2022-09-185-34/+28
| * | mm/damon: rename damon_pageout_score() to damon_cold_score()Kaixu Xia2022-09-184-5/+5
| * | hugetlb: freeze allocated pages before creating hugetlb pagesMike Kravetz2022-09-181-64/+38
| * | mm/page_alloc: fix obsolete comment in deferred_pfn_valid()Miaohe Lin2022-09-181-5/+1
| * | mm/page_alloc: remove obsolete gfpflags_normal_context()Miaohe Lin2022-09-181-23/+0
| * | mm/page_alloc: use costly_order in WARN_ON_ONCE_GFP()Miaohe Lin2022-09-181-1/+1
| * | mm/page_alloc: init local variable buddy_pfnMiaohe Lin2022-09-181-1/+1
| * | mm/page_alloc: use helper macro SZ_1{K,M}Miaohe Lin2022-09-181-5/+5
| * | mm/page_alloc: make boot_nodestats staticMiaohe Lin2022-09-182-3/+1
| * | mm, memory_hotplug: remove obsolete generic_free_nodedata()Miaohe Lin2022-09-181-8/+0
| * | mm/page_alloc: use local variable zone_idx directlyMiaohe Lin2022-09-181-1/+1
| * | mm/page_alloc: add missing is_migrate_isolate() check in set_page_guard()Miaohe Lin2022-09-181-1/+2
| * | mm: remove obsolete pgdat_is_empty()Miaohe Lin2022-09-181-5/+0
| * | mm/page_alloc: fix freeing static percpu memoryMiaohe Lin2022-09-181-2/+4
| * | mm/page_alloc: add __init annotations to init_mem_debugging_and_hardening()Miaohe Lin2022-09-182-2/+2
| * | mm/page_alloc: remove obsolete comment in zone_statistics()Miaohe Lin2022-09-181-2/+0
| * | mm: remove obsolete macro NR_PCP_ORDER_MASK and NR_PCP_ORDER_WIDTHMiaohe Lin2022-09-182-8/+0
| * | mm/page_alloc: make zone_pcp_update() staticMiaohe Lin2022-09-182-12/+11
| * | mm/page_alloc: ensure kswapd doesn't accidentally go to sleepMiaohe Lin2022-09-181-1/+2
| * | mm/page_table_check: fix typosChih-En Lin2022-09-181-2/+2
| * | mm/damon: return void from damon_set_schemes()Kaixu Xia2022-09-185-16/+7
| * | mm/secretmem: add __init annotation to secretmem_init()Xiu Jianfeng2022-09-181-1/+1
| * | mm/damon/lru_sort: change damon_lru_sort_wmarks to staticYang Yingliang2022-09-181-1/+1
| * | mm/damon/reclaim: change damon_reclaim_wmarks to staticYang Yingliang2022-09-181-1/+1