summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-10-03fs/ocfs2: fix repeated words in commentswangjianli
2022-10-03relay: use kvcalloc to alloc page array in relay_alloc_page_arraywuchi
2022-10-03proc: make config PROC_CHILDREN depend on PROC_FSLukas Bulwahn
2022-10-03fs: uninline inode_maybe_inc_iversion()Andrew Morton
2022-10-03firmware: google: test spinlock on panic path to avoid lockupsGuilherme G. Piccoli
2022-10-03ipc: mqueue: remove unnecessary conditionalsJingyu Wang
2022-10-03init.h: fix spelling typo in commentJiangshan Yi
2022-10-03fs/ocfs2/suballoc.h: fix spelling typo in commentJiangshan Yi
2022-10-03ocfs2: replace zero-length arrays with DECLARE_FLEX_ARRAY() helperGustavo A. R. Silva
2022-09-11latencytop: use the last element of latency_record of systemwuchi
2022-09-11kernel/utsname_sysctl.c: print kernel archPetr Vorel
2022-09-11checkpatch: handle FILE pointer typeMickaël Salaün
2022-09-11asm-generic: make parameter types consistent in _unaligned_be48()Andy Shevchenko
2022-09-11kernel/profile.c: simplify duplicated code in profile_setup()wuchi
2022-09-11ntfs: check overflow when iterating ATTR_RECORDsHawkins Jiawei
2022-09-11ntfs: fix out-of-bounds read in ntfs_attr_find()Hawkins Jiawei
2022-09-11ntfs: fix use-after-free in ntfs_attr_find()Hawkins Jiawei
2022-09-11initramfs: mark my_inptr as __initdatawuchi
2022-09-11fail_function: fix wrong use of fei_attr_remove()Yang Yingliang
2022-09-11fail_function: refactor code of checking return value of register_kprobe()Yang Yingliang
2022-09-11fail_function: switch to memdup_user_nul() helperYang Yingliang
2022-09-11smpboot: use atomic_try_cmpxchg in cpu_wait_death and cpu_report_deathUros Bizjak
2022-09-11task_work: use try_cmpxchg in task_work_add, task_work_cancel_match and task_...Uros Bizjak
2022-09-11lib: move from strlcpy with unused retval to strscpyWolfram Sang
2022-09-11init: move from strlcpy with unused retval to strscpyWolfram Sang
2022-09-11reiserfs: move from strlcpy with unused retval to strscpyWolfram Sang
2022-09-11ocfs2: move from strlcpy with unused retval to strscpyWolfram Sang
2022-09-11ia64: move from strlcpy with unused retval to strscpyWolfram Sang
2022-09-11alpha: move from strlcpy with unused retval to strscpyWolfram Sang
2022-09-11bitops: use try_cmpxchg in set_mask_bits and bit_clear_unlessUros Bizjak
2022-09-11hfs: replace kmap() with kmap_local_page() in btree.cFabio M. De Francesco
2022-09-11hfs: replace kmap() with kmap_local_page() in bnode.cFabio M. De Francesco
2022-09-11hfs: unmap the page in the "fail_page" labelFabio M. De Francesco
2022-09-11kexec: replace kmap() with kmap_local_page()Fabio M. De Francesco
2022-09-11iversion: use atomic64_try_cmpxchg)Uros Bizjak
2022-09-11aio: use atomic_try_cmpxchg in __get_reqs_availableUros Bizjak
2022-09-11buffer: use try_cmpxchg in discard_bufferUros Bizjak
2022-09-11epoll: use try_cmpxchg in list_add_tail_locklessUros Bizjak
2022-09-11ia64: fix clock_getres(CLOCK_MONOTONIC) to report ITC frequencySergei Trofimovich
2022-09-11fs/qnx6: delete unnecessary checks before brelse()Minghao Chi
2022-09-11kernel: exit: cleanup release_thread()Kefeng Wang
2022-09-11proc: save LOC in vsyscall testBrian Foster
2022-09-11llist: use try_cmpxchg in llist_add_batch and llist_del_firstUros Bizjak
2022-09-11panic, kexec: make __crash_kexec() NMI safeValentin Schneider
2022-09-11kexec: turn all kexec_mutex acquisitions into trylocksValentin Schneider
2022-09-11lib/cmdline: avoid page fault in next_argNeel Natu
2022-09-11checkpatch: add kmap and kmap_atomic to the deprecated listIra Weiny
2022-09-11fs/isofs: replace kmap() with kmap_local_page()Fabio M. De Francesco
2022-09-11treewide: defconfig: address renamed CONFIG_DEBUG_INFO=yArnd Bergmann
2022-09-11ipc/util.c: cleanup and improve sysvipc_find_ipc()Manfred Spraul