summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'mm-nonmm-stable-2022-10-11' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2022-10-12154-618/+1145
|\
| * include/linux/entry-common.h: remove has_signal comment of arch_do_signal_or_...Tiezhu Yang2022-10-111-1/+0
| * proc: test how it holds up with mapping'less processAlexey Dobriyan2022-10-113-0/+388
| * mailmap: update Frank Rowand email addressFrank Rowand2022-10-111-0/+1
| * ia64: mca: use strscpy() is more robust and saferxu xin2022-10-111-1/+1
| * init/Kconfig: fix unmet direct dependenciesRen Zhijie2022-10-111-0/+1
| * ia64: update config filesLukas Bulwahn2022-10-115-10/+0
| * nilfs2: replace WARN_ONs by nilfs_error for checkpoint acquisition failureRyusuke Konishi2022-10-111-4/+10
| * fork: remove duplicate included header filesXu Panda2022-10-111-1/+0
| * init/main.c: remove unnecessary (void*) conversionsZhou jie2022-10-031-2/+2
| * proc: mark more files as permanentAlexey Dobriyan2022-10-038-6/+37
| * nilfs2: remove the unneeded result variableye xingchen2022-10-031-3/+1
| * nilfs2: delete unnecessary checks before brelse()Minghao Chi2022-10-031-4/+2
| * checkpatch: warn for non-standard fixes tag styleNiklas Söderlund2022-10-032-0/+51
| * usr/gen_init_cpio.c: remove unnecessary -1 values from int fileLi zeming2022-10-031-1/+1
| * ipc/msg: mitigate the lock contention with percpu counterJiebin Sun2022-10-034-19/+43
| * percpu: add percpu_counter_add_local and percpu_counter_sub_localJiebin Sun2022-10-031-0/+32
| * fs/ocfs2: fix repeated words in commentswangjianli2022-10-031-1/+1
| * relay: use kvcalloc to alloc page array in relay_alloc_page_arraywuchi2022-10-031-4/+1
| * proc: make config PROC_CHILDREN depend on PROC_FSLukas Bulwahn2022-10-031-0/+1
| * fs: uninline inode_maybe_inc_iversion()Andrew Morton2022-10-032-45/+47
| * firmware: google: test spinlock on panic path to avoid lockupsGuilherme G. Piccoli2022-10-031-0/+9
| * ipc: mqueue: remove unnecessary conditionalsJingyu Wang2022-10-031-2/+1
| * init.h: fix spelling typo in commentJiangshan Yi2022-10-031-1/+1
| * fs/ocfs2/suballoc.h: fix spelling typo in commentJiangshan Yi2022-10-031-1/+1
| * ocfs2: replace zero-length arrays with DECLARE_FLEX_ARRAY() helperGustavo A. R. Silva2022-10-031-4/+4
| * latencytop: use the last element of latency_record of systemwuchi2022-09-111-2/+2
| * kernel/utsname_sysctl.c: print kernel archPetr Vorel2022-09-112-0/+12
| * checkpatch: handle FILE pointer typeMickaël Salaün2022-09-111-1/+5
| * asm-generic: make parameter types consistent in _unaligned_be48()Andy Shevchenko2022-09-111-1/+1
| * kernel/profile.c: simplify duplicated code in profile_setup()wuchi2022-09-111-18/+14
| * ntfs: check overflow when iterating ATTR_RECORDsHawkins Jiawei2022-09-111-0/+8
| * ntfs: fix out-of-bounds read in ntfs_attr_find()Hawkins Jiawei2022-09-111-4/+16
| * ntfs: fix use-after-free in ntfs_attr_find()Hawkins Jiawei2022-09-111-0/+7
| * initramfs: mark my_inptr as __initdatawuchi2022-09-111-1/+1
| * fail_function: fix wrong use of fei_attr_remove()Yang Yingliang2022-09-111-1/+1
| * fail_function: refactor code of checking return value of register_kprobe()Yang Yingliang2022-09-111-6/+5
| * fail_function: switch to memdup_user_nul() helperYang Yingliang2022-09-111-9/+4
| * smpboot: use atomic_try_cmpxchg in cpu_wait_death and cpu_report_deathUros Bizjak2022-09-111-7/+8
| * task_work: use try_cmpxchg in task_work_add, task_work_cancel_match and task_...Uros Bizjak2022-09-111-7/+9
| * lib: move from strlcpy with unused retval to strscpyWolfram Sang2022-09-111-1/+1
| * init: move from strlcpy with unused retval to strscpyWolfram Sang2022-09-112-4/+4
| * reiserfs: move from strlcpy with unused retval to strscpyWolfram Sang2022-09-111-2/+2
| * ocfs2: move from strlcpy with unused retval to strscpyWolfram Sang2022-09-112-3/+3
| * ia64: move from strlcpy with unused retval to strscpyWolfram Sang2022-09-111-1/+1
| * alpha: move from strlcpy with unused retval to strscpyWolfram Sang2022-09-111-2/+2
| * bitops: use try_cmpxchg in set_mask_bits and bit_clear_unlessUros Bizjak2022-09-111-5/+6
| * hfs: replace kmap() with kmap_local_page() in btree.cFabio M. De Francesco2022-09-111-14/+16
| * hfs: replace kmap() with kmap_local_page() in bnode.cFabio M. De Francesco2022-09-111-20/+12
| * hfs: unmap the page in the "fail_page" labelFabio M. De Francesco2022-09-111-0/+1