summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add linux-next specific files for 20220923next-20220923Stephen Rothwell2022-09-234-0/+14745
* Revert "coding-style.rst: document BUG() and WARN() rules ("do not crash the ...Stephen Rothwell2022-09-231-61/+0
* fix up for "mm/hwpoison: introduce per-memory_block hwpoison counter"Stephen Rothwell2022-09-231-0/+4
* Merge branch 'mm-everything' of git://git.kernel.org/pub/scm/linux/kernel/git...Stephen Rothwell2022-09-23379-7072/+64342
|\
| * Merge branch 'mm-nonmm-unstable' into mm-everythingAndrew Morton2022-09-21160-682/+1015
| |\
| | * checkpatch: warn on usage of VM_BUG_ON() and other BUG variantsDavid Hildenbrand2022-09-211-3/+3
| | * coding-style.rst: document BUG() and WARN() rules ("do not crash the kernel")David Hildenbrand2022-09-211-0/+61
| | * fs/ntfs3: fix negative shift size in true_sectors_per_clst()Tetsuo Handa2022-09-211-1/+1
| | * proc: mark more files as permanentAlexey Dobriyan2022-09-218-6/+37
| | * nilfs2: Remove the unneeded result variableye xingchen2022-09-211-3/+1
| | * nilfs2: delete unnecessary checks before brelse()Minghao Chi2022-09-211-4/+2
| | * checkpatch: warn for non-standard fixes tag styleNiklas Söderlund2022-09-212-0/+51
| | * usr/gen_init_cpio.c: remove unnecessary -1 values from int fileLi zeming2022-09-211-1/+1
| | * debugfs: fix error when writing negative value to atomic_t debugfs fileAkinobu Mita2022-09-213-14/+43
| | * lib/notifier-error-inject: fix error when writing -errno to debugfs fileAkinobu Mita2022-09-211-1/+1
| | * libfs: add DEFINE_SIMPLE_ATTRIBUTE_SIGNED for signed valueAkinobu Mita2022-09-212-5/+29
| | * aAndrew Morton2022-09-211-2/+6
| | * ipc/msg: avoid negative value by overflow in msginfoJiebin Sun2022-09-211-2/+2
| | * ipc-msg-mitigate-the-lock-contention-with-percpu-counter-checkpatch-fixesAndrew Morton2022-09-212-5/+5
| | * ipc/msg: mitigate the lock contention with percpu counterJiebin Sun2022-09-214-19/+39
| | * percpu: Add percpu_counter_add_local and percpu_counter_sub_localJiebin Sun2022-09-211-0/+32
| | * fork: remove duplicate included header filesXu Panda2022-09-211-1/+0
| | * fs/ocfs2: fix repeated words in commentswangjianli2022-09-211-1/+1
| | * relay: use kvcalloc to alloc page array in relay_alloc_page_arraywuchi2022-09-211-4/+1
| | * proc: make config PROC_CHILDREN depend on PROC_FSLukas Bulwahn2022-09-211-0/+1
| | * fs> uninline inode_maybe_inc_iversion()Andrew Morton2022-09-212-45/+47
| | * firmware: google: test spinlock on panic path to avoid lockupsGuilherme G. Piccoli2022-09-211-0/+9
| | * ipc: mqueue: remove unnecessary conditionalsJingyu Wang2022-09-211-2/+1
| | * init.h: fix spelling typo in commentJiangshan Yi2022-09-211-1/+1
| | * fs/ocfs2/suballoc.h: fix spelling typo in commentJiangshan Yi2022-09-211-1/+1
| | * core_pattern: add CPU specifierOleksandr Natalenko2022-09-213-0/+7
| | * ocfs2: replace zero-length arrays with DECLARE_FLEX_ARRAY() helperGustavo A. R. Silva2022-09-211-4/+4
| | * kbuild: add debug level and macro defs optionsDmitrii Bundin2022-09-212-2/+30
| | * fault-injection: make stacktrace filter works as expectedWei Yongjun2022-09-211-3/+9
| | * fault-injection: make some stack filter attrs more readableWei Yongjun2022-09-211-4/+12
| | * fault-injection: skip stacktrace filtering by defaultWei Yongjun2022-09-211-1/+1
| | * fault-injection: allow stacktrace filter for x86-64Wei Yongjun2022-09-211-1/+0
| | * lib/debugobjects: fix stat count and optimize debug_objects_mem_init.wuchi2022-09-211-0/+10
| | * init/main.c: silence some -Wunused-parameter warningsAndrew Halaney2022-09-211-10/+15
| | * ocfs2: fix ocfs2 corrupt when iputting an inodeWangyan2022-09-211-1/+2
| | * ocfs2: clear links count in ocfs2_mknod() if an error occursWangyan2022-09-211-2/+12
| | * ocfs2: reflink deadlock when clone file to the same directory simultaneouslyGang He2022-09-215-34/+28
| * | mm: memcontrol: make cgroup_memory_noswap a static keyKairui Song2022-09-211-8/+19
| * | mm: memcontrol: use memcg_kmem_enabled in count_objcg_eventKairui Song2022-09-211-1/+1
| * | mm/damon: deduplicate damon_{reclaim,lru_sort}_apply_parameters()Kaixu Xia2022-09-214-22/+42
| * | mm/damon/sysfs: return 'err' value when call kstrtoul() failedXin Hao2022-09-211-32/+14
| * | mm/hwpoison: introduce per-memory_block hwpoison counterNaoya Horiguchi2022-09-216-31/+57
| * | mm/hwpoison: pass pfn to num_poisoned_pages_*()Naoya Horiguchi2022-09-213-9/+9
| * | mm/hwpoison: move definitions of num_poisoned_pages_* to memory-failure.cNaoya Horiguchi2022-09-214-24/+18
| * | mm,hwpoison,hugetlb,memory_hotplug: hotremove memory section with hwpoisoned ...Naoya Horiguchi2022-09-213-6/+14