index
:
linux
drm-debug-qxl
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-qemu-fixes
drm-qemu-next
drm-qemu-next-fixes
drm-qxl
drm-udmabuf
drm-udmabuf-fix
drm-virtio-bootfb
host-phys-bits
master
pcie-hotplug
radeonfb-logging
vfio-usb-reset
linux
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'mm-hotfixes-stable-2022-10-11' of git://git.kernel.org/pub/scm/lin...
Linus Torvalds
2022-10-12
6
-24
/
+52
|
\
|
*
nilfs2: fix leak of nilfs_root in case of writer thread creation failure
Ryusuke Konishi
2022-10-11
1
-4
/
+3
|
*
nilfs2: fix NULL pointer dereference at nilfs_bmap_lookup_at_level()
Ryusuke Konishi
2022-10-11
1
-0
/
+2
|
*
nilfs2: fix use-after-free bug of struct nilfs_root
Ryusuke Konishi
2022-10-11
1
-1
/
+16
|
*
mm/damon/core: initialize damon_target->list in damon_new_target()
SeongJae Park
2022-10-11
1
-0
/
+1
|
*
mm/hugetlb: fix races when looking up a CONT-PTE/PMD size hugetlb page
Baolin Wang
2022-10-11
3
-19
/
+30
*
|
Merge tag 'mm-nonmm-stable-2022-10-11' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2022-10-12
154
-618
/
+1145
|
\
\
|
*
|
include/linux/entry-common.h: remove has_signal comment of arch_do_signal_or_...
Tiezhu Yang
2022-10-11
1
-1
/
+0
|
*
|
proc: test how it holds up with mapping'less process
Alexey Dobriyan
2022-10-11
3
-0
/
+388
|
*
|
mailmap: update Frank Rowand email address
Frank Rowand
2022-10-11
1
-0
/
+1
|
*
|
ia64: mca: use strscpy() is more robust and safer
xu xin
2022-10-11
1
-1
/
+1
|
*
|
init/Kconfig: fix unmet direct dependencies
Ren Zhijie
2022-10-11
1
-0
/
+1
|
*
|
ia64: update config files
Lukas Bulwahn
2022-10-11
5
-10
/
+0
|
*
|
nilfs2: replace WARN_ONs by nilfs_error for checkpoint acquisition failure
Ryusuke Konishi
2022-10-11
1
-4
/
+10
|
*
|
fork: remove duplicate included header files
Xu Panda
2022-10-11
1
-1
/
+0
|
*
|
init/main.c: remove unnecessary (void*) conversions
Zhou jie
2022-10-03
1
-2
/
+2
|
*
|
proc: mark more files as permanent
Alexey Dobriyan
2022-10-03
8
-6
/
+37
|
*
|
nilfs2: remove the unneeded result variable
ye xingchen
2022-10-03
1
-3
/
+1
|
*
|
nilfs2: delete unnecessary checks before brelse()
Minghao Chi
2022-10-03
1
-4
/
+2
|
*
|
checkpatch: warn for non-standard fixes tag style
Niklas Söderlund
2022-10-03
2
-0
/
+51
|
*
|
usr/gen_init_cpio.c: remove unnecessary -1 values from int file
Li zeming
2022-10-03
1
-1
/
+1
|
*
|
ipc/msg: mitigate the lock contention with percpu counter
Jiebin Sun
2022-10-03
4
-19
/
+43
|
*
|
percpu: add percpu_counter_add_local and percpu_counter_sub_local
Jiebin Sun
2022-10-03
1
-0
/
+32
|
*
|
fs/ocfs2: fix repeated words in comments
wangjianli
2022-10-03
1
-1
/
+1
|
*
|
relay: use kvcalloc to alloc page array in relay_alloc_page_array
wuchi
2022-10-03
1
-4
/
+1
|
*
|
proc: make config PROC_CHILDREN depend on PROC_FS
Lukas Bulwahn
2022-10-03
1
-0
/
+1
|
*
|
fs: uninline inode_maybe_inc_iversion()
Andrew Morton
2022-10-03
2
-45
/
+47
|
*
|
firmware: google: test spinlock on panic path to avoid lockups
Guilherme G. Piccoli
2022-10-03
1
-0
/
+9
|
*
|
ipc: mqueue: remove unnecessary conditionals
Jingyu Wang
2022-10-03
1
-2
/
+1
|
*
|
init.h: fix spelling typo in comment
Jiangshan Yi
2022-10-03
1
-1
/
+1
|
*
|
fs/ocfs2/suballoc.h: fix spelling typo in comment
Jiangshan Yi
2022-10-03
1
-1
/
+1
|
*
|
ocfs2: replace zero-length arrays with DECLARE_FLEX_ARRAY() helper
Gustavo A. R. Silva
2022-10-03
1
-4
/
+4
|
*
|
latencytop: use the last element of latency_record of system
wuchi
2022-09-11
1
-2
/
+2
|
*
|
kernel/utsname_sysctl.c: print kernel arch
Petr Vorel
2022-09-11
2
-0
/
+12
|
*
|
checkpatch: handle FILE pointer type
Mickaël Salaün
2022-09-11
1
-1
/
+5
|
*
|
asm-generic: make parameter types consistent in _unaligned_be48()
Andy Shevchenko
2022-09-11
1
-1
/
+1
|
*
|
kernel/profile.c: simplify duplicated code in profile_setup()
wuchi
2022-09-11
1
-18
/
+14
|
*
|
ntfs: check overflow when iterating ATTR_RECORDs
Hawkins Jiawei
2022-09-11
1
-0
/
+8
|
*
|
ntfs: fix out-of-bounds read in ntfs_attr_find()
Hawkins Jiawei
2022-09-11
1
-4
/
+16
|
*
|
ntfs: fix use-after-free in ntfs_attr_find()
Hawkins Jiawei
2022-09-11
1
-0
/
+7
|
*
|
initramfs: mark my_inptr as __initdata
wuchi
2022-09-11
1
-1
/
+1
|
*
|
fail_function: fix wrong use of fei_attr_remove()
Yang Yingliang
2022-09-11
1
-1
/
+1
|
*
|
fail_function: refactor code of checking return value of register_kprobe()
Yang Yingliang
2022-09-11
1
-6
/
+5
|
*
|
fail_function: switch to memdup_user_nul() helper
Yang Yingliang
2022-09-11
1
-9
/
+4
|
*
|
smpboot: use atomic_try_cmpxchg in cpu_wait_death and cpu_report_death
Uros Bizjak
2022-09-11
1
-7
/
+8
|
*
|
task_work: use try_cmpxchg in task_work_add, task_work_cancel_match and task_...
Uros Bizjak
2022-09-11
1
-7
/
+9
|
*
|
lib: move from strlcpy with unused retval to strscpy
Wolfram Sang
2022-09-11
1
-1
/
+1
|
*
|
init: move from strlcpy with unused retval to strscpy
Wolfram Sang
2022-09-11
2
-4
/
+4
|
*
|
reiserfs: move from strlcpy with unused retval to strscpy
Wolfram Sang
2022-09-11
1
-2
/
+2
|
*
|
ocfs2: move from strlcpy with unused retval to strscpy
Wolfram Sang
2022-09-11
2
-3
/
+3
[next]