summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2022-10-11init/Kconfig: fix unmet direct dependenciesRen Zhijie1-0/+1
2022-10-11ia64: update config filesLukas Bulwahn5-10/+0
2022-10-11nilfs2: replace WARN_ONs by nilfs_error for checkpoint acquisition failureRyusuke Konishi1-4/+10
2022-10-11fork: remove duplicate included header filesXu Panda1-1/+0
2022-10-03init/main.c: remove unnecessary (void*) conversionsZhou jie1-2/+2
2022-10-03proc: mark more files as permanentAlexey Dobriyan8-6/+37
2022-10-03nilfs2: remove the unneeded result variableye xingchen1-3/+1
2022-10-03nilfs2: delete unnecessary checks before brelse()Minghao Chi1-4/+2
2022-10-03checkpatch: warn for non-standard fixes tag styleNiklas Söderlund2-0/+51
2022-10-03usr/gen_init_cpio.c: remove unnecessary -1 values from int fileLi zeming1-1/+1
2022-10-03ipc/msg: mitigate the lock contention with percpu counterJiebin Sun4-19/+43
2022-10-03percpu: add percpu_counter_add_local and percpu_counter_sub_localJiebin Sun1-0/+32
2022-10-03fs/ocfs2: fix repeated words in commentswangjianli1-1/+1
2022-10-03relay: use kvcalloc to alloc page array in relay_alloc_page_arraywuchi1-4/+1
2022-10-03proc: make config PROC_CHILDREN depend on PROC_FSLukas Bulwahn1-0/+1
2022-10-03fs: uninline inode_maybe_inc_iversion()Andrew Morton2-45/+47
2022-10-03firmware: google: test spinlock on panic path to avoid lockupsGuilherme G. Piccoli1-0/+9
2022-10-03ipc: mqueue: remove unnecessary conditionalsJingyu Wang1-2/+1
2022-10-03init.h: fix spelling typo in commentJiangshan Yi1-1/+1
2022-10-03fs/ocfs2/suballoc.h: fix spelling typo in commentJiangshan Yi1-1/+1
2022-10-03ocfs2: replace zero-length arrays with DECLARE_FLEX_ARRAY() helperGustavo A. R. Silva1-4/+4
2022-09-11latencytop: use the last element of latency_record of systemwuchi1-2/+2
2022-09-11kernel/utsname_sysctl.c: print kernel archPetr Vorel2-0/+12
2022-09-11checkpatch: handle FILE pointer typeMickaël Salaün1-1/+5
2022-09-11asm-generic: make parameter types consistent in _unaligned_be48()Andy Shevchenko1-1/+1
2022-09-11kernel/profile.c: simplify duplicated code in profile_setup()wuchi1-18/+14
2022-09-11ntfs: check overflow when iterating ATTR_RECORDsHawkins Jiawei1-0/+8
2022-09-11ntfs: fix out-of-bounds read in ntfs_attr_find()Hawkins Jiawei1-4/+16
2022-09-11ntfs: fix use-after-free in ntfs_attr_find()Hawkins Jiawei1-0/+7
2022-09-11initramfs: mark my_inptr as __initdatawuchi1-1/+1
2022-09-11fail_function: fix wrong use of fei_attr_remove()Yang Yingliang1-1/+1
2022-09-11fail_function: refactor code of checking return value of register_kprobe()Yang Yingliang1-6/+5
2022-09-11fail_function: switch to memdup_user_nul() helperYang Yingliang1-9/+4
2022-09-11smpboot: use atomic_try_cmpxchg in cpu_wait_death and cpu_report_deathUros Bizjak1-7/+8
2022-09-11task_work: use try_cmpxchg in task_work_add, task_work_cancel_match and task_...Uros Bizjak1-7/+9
2022-09-11lib: move from strlcpy with unused retval to strscpyWolfram Sang1-1/+1
2022-09-11init: move from strlcpy with unused retval to strscpyWolfram Sang2-4/+4
2022-09-11reiserfs: move from strlcpy with unused retval to strscpyWolfram Sang1-2/+2
2022-09-11ocfs2: move from strlcpy with unused retval to strscpyWolfram Sang2-3/+3
2022-09-11ia64: move from strlcpy with unused retval to strscpyWolfram Sang1-1/+1
2022-09-11alpha: move from strlcpy with unused retval to strscpyWolfram Sang1-2/+2
2022-09-11bitops: use try_cmpxchg in set_mask_bits and bit_clear_unlessUros Bizjak1-5/+6
2022-09-11hfs: replace kmap() with kmap_local_page() in btree.cFabio M. De Francesco1-14/+16
2022-09-11hfs: replace kmap() with kmap_local_page() in bnode.cFabio M. De Francesco1-20/+12
2022-09-11hfs: unmap the page in the "fail_page" labelFabio M. De Francesco1-0/+1
2022-09-11kexec: replace kmap() with kmap_local_page()Fabio M. De Francesco1-4/+4
2022-09-11iversion: use atomic64_try_cmpxchg)Uros Bizjak1-23/+9
2022-09-11aio: use atomic_try_cmpxchg in __get_reqs_availableUros Bizjak1-6/+3
2022-09-11buffer: use try_cmpxchg in discard_bufferUros Bizjak1-9/+5
2022-09-11epoll: use try_cmpxchg in list_add_tail_locklessUros Bizjak1-1/+1