index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2022-10-11
ia64: mca: use strscpy() is more robust and safer
xu xin
1
-1
/
+1
2022-10-11
init/Kconfig: fix unmet direct dependencies
Ren Zhijie
1
-0
/
+1
2022-10-11
ia64: update config files
Lukas Bulwahn
5
-10
/
+0
2022-10-11
nilfs2: replace WARN_ONs by nilfs_error for checkpoint acquisition failure
Ryusuke Konishi
1
-4
/
+10
2022-10-11
fork: remove duplicate included header files
Xu Panda
1
-1
/
+0
2022-10-03
init/main.c: remove unnecessary (void*) conversions
Zhou jie
1
-2
/
+2
2022-10-03
proc: mark more files as permanent
Alexey Dobriyan
8
-6
/
+37
2022-10-03
nilfs2: remove the unneeded result variable
ye xingchen
1
-3
/
+1
2022-10-03
nilfs2: delete unnecessary checks before brelse()
Minghao Chi
1
-4
/
+2
2022-10-03
checkpatch: warn for non-standard fixes tag style
Niklas Söderlund
2
-0
/
+51
2022-10-03
usr/gen_init_cpio.c: remove unnecessary -1 values from int file
Li zeming
1
-1
/
+1
2022-10-03
ipc/msg: mitigate the lock contention with percpu counter
Jiebin Sun
4
-19
/
+43
2022-10-03
percpu: add percpu_counter_add_local and percpu_counter_sub_local
Jiebin Sun
1
-0
/
+32
2022-10-03
fs/ocfs2: fix repeated words in comments
wangjianli
1
-1
/
+1
2022-10-03
relay: use kvcalloc to alloc page array in relay_alloc_page_array
wuchi
1
-4
/
+1
2022-10-03
proc: make config PROC_CHILDREN depend on PROC_FS
Lukas Bulwahn
1
-0
/
+1
2022-10-03
fs: uninline inode_maybe_inc_iversion()
Andrew Morton
2
-45
/
+47
2022-10-03
firmware: google: test spinlock on panic path to avoid lockups
Guilherme G. Piccoli
1
-0
/
+9
2022-10-03
ipc: mqueue: remove unnecessary conditionals
Jingyu Wang
1
-2
/
+1
2022-10-03
init.h: fix spelling typo in comment
Jiangshan Yi
1
-1
/
+1
2022-10-03
fs/ocfs2/suballoc.h: fix spelling typo in comment
Jiangshan Yi
1
-1
/
+1
2022-10-03
ocfs2: replace zero-length arrays with DECLARE_FLEX_ARRAY() helper
Gustavo A. R. Silva
1
-4
/
+4
2022-09-11
latencytop: use the last element of latency_record of system
wuchi
1
-2
/
+2
2022-09-11
kernel/utsname_sysctl.c: print kernel arch
Petr Vorel
2
-0
/
+12
2022-09-11
checkpatch: handle FILE pointer type
Mickaël Salaün
1
-1
/
+5
2022-09-11
asm-generic: make parameter types consistent in _unaligned_be48()
Andy Shevchenko
1
-1
/
+1
2022-09-11
kernel/profile.c: simplify duplicated code in profile_setup()
wuchi
1
-18
/
+14
2022-09-11
ntfs: check overflow when iterating ATTR_RECORDs
Hawkins Jiawei
1
-0
/
+8
2022-09-11
ntfs: fix out-of-bounds read in ntfs_attr_find()
Hawkins Jiawei
1
-4
/
+16
2022-09-11
ntfs: fix use-after-free in ntfs_attr_find()
Hawkins Jiawei
1
-0
/
+7
2022-09-11
initramfs: mark my_inptr as __initdata
wuchi
1
-1
/
+1
2022-09-11
fail_function: fix wrong use of fei_attr_remove()
Yang Yingliang
1
-1
/
+1
2022-09-11
fail_function: refactor code of checking return value of register_kprobe()
Yang Yingliang
1
-6
/
+5
2022-09-11
fail_function: switch to memdup_user_nul() helper
Yang Yingliang
1
-9
/
+4
2022-09-11
smpboot: use atomic_try_cmpxchg in cpu_wait_death and cpu_report_death
Uros Bizjak
1
-7
/
+8
2022-09-11
task_work: use try_cmpxchg in task_work_add, task_work_cancel_match and task_...
Uros Bizjak
1
-7
/
+9
2022-09-11
lib: move from strlcpy with unused retval to strscpy
Wolfram Sang
1
-1
/
+1
2022-09-11
init: move from strlcpy with unused retval to strscpy
Wolfram Sang
2
-4
/
+4
2022-09-11
reiserfs: move from strlcpy with unused retval to strscpy
Wolfram Sang
1
-2
/
+2
2022-09-11
ocfs2: move from strlcpy with unused retval to strscpy
Wolfram Sang
2
-3
/
+3
2022-09-11
ia64: move from strlcpy with unused retval to strscpy
Wolfram Sang
1
-1
/
+1
2022-09-11
alpha: move from strlcpy with unused retval to strscpy
Wolfram Sang
1
-2
/
+2
2022-09-11
bitops: use try_cmpxchg in set_mask_bits and bit_clear_unless
Uros Bizjak
1
-5
/
+6
2022-09-11
hfs: replace kmap() with kmap_local_page() in btree.c
Fabio M. De Francesco
1
-14
/
+16
2022-09-11
hfs: replace kmap() with kmap_local_page() in bnode.c
Fabio M. De Francesco
1
-20
/
+12
2022-09-11
hfs: unmap the page in the "fail_page" label
Fabio M. De Francesco
1
-0
/
+1
2022-09-11
kexec: replace kmap() with kmap_local_page()
Fabio M. De Francesco
1
-4
/
+4
2022-09-11
iversion: use atomic64_try_cmpxchg)
Uros Bizjak
1
-23
/
+9
2022-09-11
aio: use atomic_try_cmpxchg in __get_reqs_available
Uros Bizjak
1
-6
/
+3
2022-09-11
buffer: use try_cmpxchg in discard_buffer
Uros Bizjak
1
-9
/
+5
[next]