summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add linux-next specific files for 20220928next-20220928Mark Brown2022-09-284-0/+16178
* Merge branch 'mm-everything' of git://git.kernel.org/pub/scm/linux/kernel/git...Mark Brown2022-09-28281-4289/+9909
|\
| * Merge branch 'mm-nonmm-unstable' into mm-everythingAndrew Morton2022-09-26159-679/+951
| |\
| | * fs/ntfs3: fix negative shift size in true_sectors_per_clst()Tetsuo Handa2022-09-261-1/+1
| | * proc: mark more files as permanentAlexey Dobriyan2022-09-268-6/+37
| | * nilfs2: Remove the unneeded result variableye xingchen2022-09-261-3/+1
| | * nilfs2: delete unnecessary checks before brelse()Minghao Chi2022-09-261-4/+2
| | * checkpatch: warn for non-standard fixes tag styleNiklas Söderlund2022-09-262-0/+51
| | * usr/gen_init_cpio.c: remove unnecessary -1 values from int fileLi zeming2022-09-261-1/+1
| | * debugfs: fix error when writing negative value to atomic_t debugfs fileAkinobu Mita2022-09-263-14/+43
| | * lib/notifier-error-inject: fix error when writing -errno to debugfs fileAkinobu Mita2022-09-261-1/+1
| | * libfs: add DEFINE_SIMPLE_ATTRIBUTE_SIGNED for signed valueAkinobu Mita2022-09-262-5/+29
| | * aAndrew Morton2022-09-261-2/+6
| | * ipc/msg: avoid negative value by overflow in msginfoJiebin Sun2022-09-261-2/+2
| | * ipc-msg-mitigate-the-lock-contention-with-percpu-counter-checkpatch-fixesAndrew Morton2022-09-262-5/+5
| | * ipc/msg: mitigate the lock contention with percpu counterJiebin Sun2022-09-264-19/+39
| | * percpu: Add percpu_counter_add_local and percpu_counter_sub_localJiebin Sun2022-09-261-0/+32
| | * fork: remove duplicate included header filesXu Panda2022-09-261-1/+0
| | * fs/ocfs2: fix repeated words in commentswangjianli2022-09-261-1/+1
| | * relay: use kvcalloc to alloc page array in relay_alloc_page_arraywuchi2022-09-261-4/+1
| | * proc: make config PROC_CHILDREN depend on PROC_FSLukas Bulwahn2022-09-261-0/+1
| | * fs> uninline inode_maybe_inc_iversion()Andrew Morton2022-09-262-45/+47
| | * firmware: google: test spinlock on panic path to avoid lockupsGuilherme G. Piccoli2022-09-261-0/+9
| | * ipc: mqueue: remove unnecessary conditionalsJingyu Wang2022-09-261-2/+1
| | * init.h: fix spelling typo in commentJiangshan Yi2022-09-261-1/+1
| | * fs/ocfs2/suballoc.h: fix spelling typo in commentJiangshan Yi2022-09-261-1/+1
| | * core_pattern: add CPU specifierOleksandr Natalenko2022-09-263-0/+7
| | * ocfs2: replace zero-length arrays with DECLARE_FLEX_ARRAY() helperGustavo A. R. Silva2022-09-261-4/+4
| | * kbuild: add debug level and macro defs optionsDmitrii Bundin2022-09-262-2/+30
| | * fault-injection: make stacktrace filter works as expectedWei Yongjun2022-09-261-3/+9
| | * fault-injection: make some stack filter attrs more readableWei Yongjun2022-09-261-4/+12
| | * fault-injection: skip stacktrace filtering by defaultWei Yongjun2022-09-261-1/+1
| | * fault-injection: allow stacktrace filter for x86-64Wei Yongjun2022-09-261-1/+0
| | * lib/debugobjects: fix stat count and optimize debug_objects_mem_init.wuchi2022-09-261-0/+10
| | * init/main.c: silence some -Wunused-parameter warningsAndrew Halaney2022-09-261-10/+15
| | * ocfs2: fix ocfs2 corrupt when iputting an inodeWangyan2022-09-261-1/+2
| | * ocfs2: clear links count in ocfs2_mknod() if an error occursWangyan2022-09-261-2/+12
| | * ocfs2: reflink deadlock when clone file to the same directory simultaneouslyGang He2022-09-265-34/+28
| * | mm: vmscan: fix extreme overreclaim and swap floodsJohannes Weiner2022-09-261-6/+4
| * | kasan: fix array-bounds warnings in testsAndrey Konovalov2022-09-261-1/+8
| * | lib/test_meminit: add checks for the allocation functionsXiaoke Wang2022-09-261-0/+21
| * | ACPI: HMAT: release platform device in case of platform_device_add_data() fai...Lin Yujun2022-09-261-2/+2
| * | mm: memcontrol: drop dead CONFIG_MEMCG_SWAP config symbolJohannes Weiner2022-09-2613-22/+10
| * | mm: memcontrol: use do_memsw_account() in a few more placesJohannes Weiner2022-09-261-10/+10
| * | mm: memcontrol: deprecate swapaccounting=0 modeJohannes Weiner2022-09-262-46/+10
| * | mm: memcontrol: don't allocate cgroup swap arrays when memcg is disabledJohannes Weiner2022-09-262-0/+9
| * | mm/secretmem: remove reduntant return valueXiu Jianfeng2022-09-261-4/+2
| * | mm/hugetlb: add available_huge_pages() funcXin Hao2022-09-261-5/+9
| * | mm: remove unused inline functions from include/linux/mm_inline.hGaosheng Cui2022-09-261-11/+0
| * | selftests/vm: add selftest for MADV_COLLAPSE of uffd-minor memoryZach O'Keefe2022-09-262-38/+134