index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
Age
Commit message (
Expand
)
Author
Lines
2025-07-28
Merge tag 'vfs-6.17-rc1.coredump' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
-1
/
+1
2025-07-28
bpf: Fix various typos in verifier.c comments
Suchit Karunakaran
-5
/
+5
2025-07-28
bpf: Add third round of bounds deduction
Paul Chaignon
-0
/
+1
2025-07-28
bpf: Improve bounds when s64 crosses sign boundary
Paul Chaignon
-0
/
+52
2025-07-28
rv: Fix wrong type cast in reactors_show() and monitor_reactor_show()
Nam Cao
-2
/
+2
2025-07-28
rv: Fix wrong type cast in monitors_show()
Nam Cao
-1
/
+1
2025-07-28
bugs/core: Reorganize fields in the first line of WARNING output, add ->comm[...
Ingo Molnar
-7
/
+9
2025-07-27
bpf: Simplify bounds refinement from s32
Paul Chaignon
-14
/
+0
2025-07-27
Merge tag 'timers-urgent-2025-07-27' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
-1
/
+1
2025-07-26
kstack_erase: Add -mgeneral-regs-only to silence Clang warnings
Kees Cook
-0
/
+1
2025-07-26
bpf: Move bpf_jit_get_prog_name() to core.c
Puranjay Mohan
-0
/
+7
2025-07-26
umd: Remove usermode driver framework
Thomas Weißschuh
-196
/
+0
2025-07-26
bpf/preload: Don't select USERMODE_DRIVER
Thomas Weißschuh
-1
/
+0
2025-07-25
rv: Remove struct rv_monitor::reacting
Nam Cao
-14
/
+5
2025-07-25
rv: Remove rv_reactor's reference counter
Nam Cao
-38
/
+2
2025-07-25
rv: Merge struct rv_reactor_def into struct rv_reactor
Nam Cao
-62
/
+39
2025-07-25
rv: Merge struct rv_monitor_def into struct rv_monitor
Nam Cao
-168
/
+132
2025-07-25
rv: Remove unused field in struct rv_monitor_def
Nam Cao
-1
/
+0
2025-07-24
Merge tag 'mm-hotfixes-stable-2025-07-24-18-03' of git://git.kernel.org/pub/s...
Linus Torvalds
-2
/
+3
2025-07-24
net: Create separate gro_flush_normal function
Samiullah Khawaja
-2
/
+1
2025-07-24
tracing: Call trace_ftrace_test_filter() for the event
Steven Rostedt
-0
/
+4
2025-07-24
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
-4
/
+4
2025-07-24
resource: fix false warning in __request_region()
Akinobu Mita
-2
/
+3
2025-07-24
x86: Handle KCOV __init vs inline mismatches
Kees Cook
-2
/
+2
2025-07-24
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
-31
/
+30
2025-07-24
rv: Return init error when registering monitors
Gabriele Monaco
-18
/
+9
2025-07-24
verification/rvgen: Organise Kconfig entries for nested monitors
Gabriele Monaco
-0
/
+5
2025-07-24
tools/dot2c: Fix generated files going over 100 column limit
Gabriele Monaco
-2
/
+12
2025-07-24
tracing: Have eprobes handle arrays
Steven Rostedt
-4
/
+9
2025-07-23
bpf: Reject narrower access to pointer ctx fields
Paul Chaignon
-4
/
+4
2025-07-23
tracing: arm: arm64: Hide trace events ipi_raise, ipi_entry and ipi_exit
Steven Rostedt
-0
/
+6
2025-07-23
Merge branches 'rcu-exp.23.07.2025', 'rcu.22.07.2025', 'torture-scripts.16.07...
Neeraj Upadhyay (AMD)
-132
/
+487
2025-07-24
tracing: probes: Add a kerneldoc for traceprobe_parse_event_name()
Masami Hiramatsu (Google)
-1
/
+19
2025-07-24
tracing: uprobe-event: Allocate string buffers from heap
Masami Hiramatsu (Google)
-9
/
+19
2025-07-24
tracing: eprobe-event: Allocate string buffers from heap
Masami Hiramatsu (Google)
-4
/
+18
2025-07-24
tracing: kprobe-event: Allocate string buffers from heap
Masami Hiramatsu (Google)
-14
/
+25
2025-07-24
tracing: fprobe-event: Allocate string buffers from heap
Masami Hiramatsu (Google)
-13
/
+26
2025-07-24
tracing: probe: Allocate traceprobe_parse_context from heap
Masami Hiramatsu (Google)
-19
/
+40
2025-07-24
tracing: probes: Sort #include alphabetically
Masami Hiramatsu (Google)
-22
/
+24
2025-07-23
tracing: Deprecate auto-mounting tracefs in debugfs
Steven Rostedt
-4
/
+23
2025-07-23
sysctl: rename kern_table -> sysctl_subsys_table
Joel Granados
-12
/
+11
2025-07-23
kernel/sys.c: Move overflow{uid,gid} sysctl into kernel/sys.c
Joel Granados
-18
/
+30
2025-07-23
uevent: mv uevent_helper into kobject_uevent.c
Joel Granados
-9
/
+0
2025-07-23
sysctl: Remove superfluous includes from kernel/sysctl.c
Joel Granados
-20
/
+0
2025-07-23
sysctl: Remove (very) old file changelog
Joel Granados
-16
/
+0
2025-07-23
sysctl: Move sysctl_panic_on_stackoverflow to kernel/panic.c
Joel Granados
-10
/
+10
2025-07-23
sysctl: move cad_pid into kernel/pid.c
Joel Granados
-31
/
+31
2025-07-23
sysctl: Move tainted ctl_table into kernel/panic.c
Joel Granados
-49
/
+50
2025-07-23
Input: sysrq: mv sysrq into drivers/tty/sysrq.c
Joel Granados
-30
/
+0
2025-07-23
fork: mv threads-max into kernel/fork.c
Joel Granados
-8
/
+19
[prev]
[next]