index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
bucket_locks.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2023-04-03
lib/vsprintf: Use isodigit() for the octal number check
Andy Shevchenko
1
-1
/
+1
2023-03-27
Remove orphaned CONFIG_PRINTK_SAFE_LOG_BUF_SHIFT
Marc Aurèle La France
5
-28
/
+0
2023-02-23
msm/fbdev: fix unused variable warning with clang.
Dave Airlie
1
-1
/
+1
2023-02-22
bpf: add missing header file include
Linus Torvalds
1
-0
/
+1
2023-02-22
gfs2: Convert gfs2_page_add_databufs to folios
Andreas Gruenbacher
3
-8
/
+8
2023-02-22
gfs2: jdata writepage fix
Andreas Gruenbacher
1
-2
/
+1
2023-02-21
uaccess: Add speculation barrier to copy_from_user()
Dave Hansen
3
-2
/
+11
2023-02-21
smackfs: Added check catlen
Denis Arefev
1
-3
/
+14
2023-02-21
page_pool: add a comment explaining the fragment counter usage
Ilias Apalodimas
1
-0
/
+10
2023-02-21
net: ethtool: fix __ethtool_dev_mm_supported() implementation
Vladimir Oltean
1
-1
/
+1
2023-02-21
ethtool: pse-pd: Fix double word in comments
Bo Liu
1
-1
/
+1
2023-02-21
xsk: add linux/vmalloc.h to xsk.c
Xuan Zhuo
1
-0
/
+1
2023-02-21
drm/fb-helper: Remove drm_fb_helper_unprepare() from drm_fb_helper_fini()
Thomas Zimmermann
10
-3
/
+17
2023-02-21
sefltests: netdevsim: wait for devlink instance after netns removal
Jiri Pirko
1
-0
/
+18
2023-02-21
selftest: fib_tests: Always cleanup before exit
Roxana Nicolescu
1
-0
/
+2
2023-02-21
update internal module version number for cifs.ko
Steve French
1
-1
/
+1
2023-02-21
cifs: update ip_addr for ses only for primary chan setup
Shyam Prasad N
1
-7
/
+11
2023-02-21
cifs: use tcon allocation functions even for dummy tcon
Shyam Prasad N
1
-2
/
+2
2023-02-21
cifs: use the least loaded channel for sending requests
Shyam Prasad N
1
-4
/
+29
2023-02-21
net/mlx5e: Align IPsec ASO result memory to be as required by hardware
Leon Romanovsky
1
-1
/
+1
2023-02-21
net/mlx5e: TC, Set CT miss to the specific ct action instance
Paul Blakey
5
-24
/
+82
2023-02-21
net/mlx5e: Rename CHAIN_TO_REG to MAPPED_OBJ_TO_REG
Paul Blakey
5
-14
/
+14
2023-02-21
net/mlx5: Refactor tc miss handling to a single function
Paul Blakey
4
-227
/
+231
2023-02-21
net/mlx5: Kconfig: Make tc offload depend on tc skb extension
Paul Blakey
5
-15
/
+2
2023-02-21
net/sched: flower: Support hardware miss to tc action
Paul Blakey
1
-1
/
+12
2023-02-21
net/sched: flower: Move filter handle initialization earlier
Paul Blakey
1
-27
/
+35
2023-02-21
net/sched: cls_api: Support hardware miss to tc action
Paul Blakey
7
-27
/
+236
2023-02-21
net/sched: Rename user cookie and act cookie
Paul Blakey
6
-32
/
+32
2023-02-21
sfc: fix builds without CONFIG_RTC_LIB
Alejandro Lucero
1
-1
/
+1
2023-02-21
sfc: clean up some inconsistent indentings
Yang Li
1
-2
/
+2
2023-02-21
net/mlx4_en: Introduce flexible array to silence overflow warning
Kees Cook
2
-11
/
+12
2023-02-21
cifs: DIO to/from KVEC-type iterators should now work
David Howells
1
-20
/
+0
2023-02-21
cifs: Remove unused code
David Howells
1
-606
/
+0
2023-02-21
cifs: Build the RDMA SGE list directly from an iterator
David Howells
2
-93
/
+63
2023-02-21
cifs: Change the I/O paths to use an iterator rather than a page list
David Howells
14
-1091
/
+1133
2023-02-21
net: lan966x: Fix possible deadlock inside PTP
Horatiu Vultur
1
-2
/
+2
2023-02-21
net/ulp: Remove redundant ->clone() test in inet_clone_ulp().
Kuniyuki Iwashima
1
-2
/
+1
2023-02-21
MAINTAINERS: Add Miquel Raynal as additional maintainer for ieee802154
Stefan Schmidt
1
-0
/
+1
2023-02-21
MAINTAINERS: Switch maintenance for mrf24j40 driver over
Stefan Schmidt
1
-2
/
+2
2023-02-21
MAINTAINERS: Switch maintenance for mcr20a driver over
Stefan Schmidt
1
-2
/
+2
2023-02-21
MAINTAINERS: Switch maintenance for cc2520 driver over
Stefan Schmidt
1
-2
/
+2
2023-02-21
tracing/eprobe: no need to check for negative ret value for snprintf
Quanfa Fu
1
-8
/
+4
2023-02-21
test_kprobes: Add recursed kprobe test case
Masami Hiramatsu (Google)
1
-2
/
+37
2023-02-21
tracing/probe: add a char type to show the character value of traced arguments
Donglin Peng
5
-2
/
+53
2023-02-21
selftests/ftrace: Fix probepoint testcase to ignore __pfx_* symbols
Masami Hiramatsu (Google)
1
-1
/
+1
2023-02-21
selftests/ftrace: Fix eprobe syntax test case to check filter support
Masami Hiramatsu (Google)
1
-1
/
+3
2023-02-21
tracing/eprobe: Fix to add filter on eprobe description in README file
Masami Hiramatsu (Google)
1
-1
/
+1
2023-02-21
x86/kprobes: Fix arch_check_optimized_kprobe check within optimized_kprobe range
Yang Jihong
3
-2
/
+3
2023-02-21
x86/kprobes: Fix __recover_optprobed_insn check optimizing logic
Yang Jihong
3
-3
/
+4
2023-02-21
kprobes: Fix to handle forcibly unoptimized kprobes on freeing_list
Masami Hiramatsu (Google)
1
-13
/
+10
[next]