index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Documentation
/
openrisc
/
features.rst
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
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-12
latencytop: use the last element of latency_record of system
wuchi
1
-2
/
+2
2022-09-12
kernel/utsname_sysctl.c: print kernel arch
Petr Vorel
2
-0
/
+12
2022-09-12
checkpatch: handle FILE pointer type
Mickaël Salaün
1
-1
/
+5
2022-09-12
asm-generic: make parameter types consistent in _unaligned_be48()
Andy Shevchenko
1
-1
/
+1
2022-09-12
kernel/profile.c: simplify duplicated code in profile_setup()
wuchi
1
-18
/
+14
2022-09-12
ntfs: check overflow when iterating ATTR_RECORDs
Hawkins Jiawei
1
-0
/
+8
2022-09-12
ntfs: fix out-of-bounds read in ntfs_attr_find()
Hawkins Jiawei
1
-4
/
+16
2022-09-12
ntfs: fix use-after-free in ntfs_attr_find()
Hawkins Jiawei
1
-0
/
+7
2022-09-12
initramfs: mark my_inptr as __initdata
wuchi
1
-1
/
+1
2022-09-12
fail_function: fix wrong use of fei_attr_remove()
Yang Yingliang
1
-1
/
+1
2022-09-12
fail_function: refactor code of checking return value of register_kprobe()
Yang Yingliang
1
-6
/
+5
2022-09-12
fail_function: switch to memdup_user_nul() helper
Yang Yingliang
1
-9
/
+4
2022-09-12
smpboot: use atomic_try_cmpxchg in cpu_wait_death and cpu_report_death
Uros Bizjak
1
-7
/
+8
2022-09-12
task_work: use try_cmpxchg in task_work_add, task_work_cancel_match and task_...
Uros Bizjak
1
-7
/
+9
2022-09-12
lib: move from strlcpy with unused retval to strscpy
Wolfram Sang
1
-1
/
+1
2022-09-12
init: move from strlcpy with unused retval to strscpy
Wolfram Sang
2
-4
/
+4
2022-09-12
reiserfs: move from strlcpy with unused retval to strscpy
Wolfram Sang
1
-2
/
+2
2022-09-12
ocfs2: move from strlcpy with unused retval to strscpy
Wolfram Sang
2
-3
/
+3
2022-09-12
ia64: move from strlcpy with unused retval to strscpy
Wolfram Sang
1
-1
/
+1
2022-09-12
alpha: move from strlcpy with unused retval to strscpy
Wolfram Sang
1
-2
/
+2
2022-09-12
bitops: use try_cmpxchg in set_mask_bits and bit_clear_unless
Uros Bizjak
1
-5
/
+6
2022-09-12
hfs: replace kmap() with kmap_local_page() in btree.c
Fabio M. De Francesco
1
-14
/
+16
2022-09-12
hfs: replace kmap() with kmap_local_page() in bnode.c
Fabio M. De Francesco
1
-20
/
+12
2022-09-12
hfs: unmap the page in the "fail_page" label
Fabio M. De Francesco
1
-0
/
+1
2022-09-12
kexec: replace kmap() with kmap_local_page()
Fabio M. De Francesco
1
-4
/
+4
2022-09-12
iversion: use atomic64_try_cmpxchg)
Uros Bizjak
1
-23
/
+9
2022-09-12
aio: use atomic_try_cmpxchg in __get_reqs_available
Uros Bizjak
1
-6
/
+3
2022-09-12
buffer: use try_cmpxchg in discard_buffer
Uros Bizjak
1
-9
/
+5
2022-09-12
epoll: use try_cmpxchg in list_add_tail_lockless
Uros Bizjak
1
-1
/
+1
2022-09-12
ia64: fix clock_getres(CLOCK_MONOTONIC) to report ITC frequency
Sergei Trofimovich
2
-1
/
+27
2022-09-12
fs/qnx6: delete unnecessary checks before brelse()
Minghao Chi
1
-4
/
+2
2022-09-12
kernel: exit: cleanup release_thread()
Kefeng Wang
33
-118
/
+7
2022-09-12
proc: save LOC in vsyscall test
Brian Foster
1
-40
/
+16
2022-09-12
llist: use try_cmpxchg in llist_add_batch and llist_del_first
Uros Bizjak
1
-8
/
+4
2022-09-12
panic, kexec: make __crash_kexec() NMI safe
Valentin Schneider
4
-20
/
+30
2022-09-12
kexec: turn all kexec_mutex acquisitions into trylocks
Valentin Schneider
3
-6
/
+15
2022-09-12
lib/cmdline: avoid page fault in next_arg
Neel Natu
1
-1
/
+1
2022-09-12
checkpatch: add kmap and kmap_atomic to the deprecated list
Ira Weiny
1
-0
/
+2
2022-09-12
fs/isofs: replace kmap() with kmap_local_page()
Fabio M. De Francesco
1
-10
/
+10
2022-09-12
treewide: defconfig: address renamed CONFIG_DEBUG_INFO=y
Arnd Bergmann
38
-38
/
+38
[next]