summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-10-04ipc/msg: mitigate the lock contention with percpu counterJiebin Sun4-19/+43
2022-10-04percpu: add percpu_counter_add_local and percpu_counter_sub_localJiebin Sun1-0/+32
2022-10-04fs/ocfs2: fix repeated words in commentswangjianli1-1/+1
2022-10-04relay: use kvcalloc to alloc page array in relay_alloc_page_arraywuchi1-4/+1
2022-10-04proc: make config PROC_CHILDREN depend on PROC_FSLukas Bulwahn1-0/+1
2022-10-04fs: uninline inode_maybe_inc_iversion()Andrew Morton2-45/+47
2022-10-04firmware: google: test spinlock on panic path to avoid lockupsGuilherme G. Piccoli1-0/+9
2022-10-04ipc: mqueue: remove unnecessary conditionalsJingyu Wang1-2/+1
2022-10-04init.h: fix spelling typo in commentJiangshan Yi1-1/+1
2022-10-04fs/ocfs2/suballoc.h: fix spelling typo in commentJiangshan Yi1-1/+1
2022-10-04ocfs2: replace zero-length arrays with DECLARE_FLEX_ARRAY() helperGustavo A. R. Silva1-4/+4
2022-09-12latencytop: use the last element of latency_record of systemwuchi1-2/+2
2022-09-12kernel/utsname_sysctl.c: print kernel archPetr Vorel2-0/+12
2022-09-12checkpatch: handle FILE pointer typeMickaël Salaün1-1/+5
2022-09-12asm-generic: make parameter types consistent in _unaligned_be48()Andy Shevchenko1-1/+1
2022-09-12kernel/profile.c: simplify duplicated code in profile_setup()wuchi1-18/+14
2022-09-12ntfs: check overflow when iterating ATTR_RECORDsHawkins Jiawei1-0/+8
2022-09-12ntfs: fix out-of-bounds read in ntfs_attr_find()Hawkins Jiawei1-4/+16
2022-09-12ntfs: fix use-after-free in ntfs_attr_find()Hawkins Jiawei1-0/+7
2022-09-12initramfs: mark my_inptr as __initdatawuchi1-1/+1
2022-09-12fail_function: fix wrong use of fei_attr_remove()Yang Yingliang1-1/+1
2022-09-12fail_function: refactor code of checking return value of register_kprobe()Yang Yingliang1-6/+5
2022-09-12fail_function: switch to memdup_user_nul() helperYang Yingliang1-9/+4
2022-09-12smpboot: use atomic_try_cmpxchg in cpu_wait_death and cpu_report_deathUros Bizjak1-7/+8
2022-09-12task_work: use try_cmpxchg in task_work_add, task_work_cancel_match and task_...Uros Bizjak1-7/+9
2022-09-12lib: move from strlcpy with unused retval to strscpyWolfram Sang1-1/+1
2022-09-12init: move from strlcpy with unused retval to strscpyWolfram Sang2-4/+4
2022-09-12reiserfs: move from strlcpy with unused retval to strscpyWolfram Sang1-2/+2
2022-09-12ocfs2: move from strlcpy with unused retval to strscpyWolfram Sang2-3/+3
2022-09-12ia64: move from strlcpy with unused retval to strscpyWolfram Sang1-1/+1
2022-09-12alpha: move from strlcpy with unused retval to strscpyWolfram Sang1-2/+2
2022-09-12bitops: use try_cmpxchg in set_mask_bits and bit_clear_unlessUros Bizjak1-5/+6
2022-09-12hfs: replace kmap() with kmap_local_page() in btree.cFabio M. De Francesco1-14/+16
2022-09-12hfs: replace kmap() with kmap_local_page() in bnode.cFabio M. De Francesco1-20/+12
2022-09-12hfs: unmap the page in the "fail_page" labelFabio M. De Francesco1-0/+1
2022-09-12kexec: replace kmap() with kmap_local_page()Fabio M. De Francesco1-4/+4
2022-09-12iversion: use atomic64_try_cmpxchg)Uros Bizjak1-23/+9
2022-09-12aio: use atomic_try_cmpxchg in __get_reqs_availableUros Bizjak1-6/+3
2022-09-12buffer: use try_cmpxchg in discard_bufferUros Bizjak1-9/+5
2022-09-12epoll: use try_cmpxchg in list_add_tail_locklessUros Bizjak1-1/+1
2022-09-12ia64: fix clock_getres(CLOCK_MONOTONIC) to report ITC frequencySergei Trofimovich2-1/+27
2022-09-12fs/qnx6: delete unnecessary checks before brelse()Minghao Chi1-4/+2
2022-09-12kernel: exit: cleanup release_thread()Kefeng Wang33-118/+7
2022-09-12proc: save LOC in vsyscall testBrian Foster1-40/+16
2022-09-12llist: use try_cmpxchg in llist_add_batch and llist_del_firstUros Bizjak1-8/+4
2022-09-12panic, kexec: make __crash_kexec() NMI safeValentin Schneider4-20/+30
2022-09-12kexec: turn all kexec_mutex acquisitions into trylocksValentin Schneider3-6/+15
2022-09-12lib/cmdline: avoid page fault in next_argNeel Natu1-1/+1
2022-09-12checkpatch: add kmap and kmap_atomic to the deprecated listIra Weiny1-0/+2
2022-09-12fs/isofs: replace kmap() with kmap_local_page()Fabio M. De Francesco1-10/+10