index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-07-31
unwind deferred: Add unwind_completed mask to stop spurious callbacks
Steven Rostedt
1
-4
/
+15
2025-07-31
unwind deferred: Use bitmask to determine which callbacks to call
Steven Rostedt
1
-19
/
+68
2025-07-31
unwind_user/deferred: Make unwind deferral requests NMI-safe
Steven Rostedt
1
-8
/
+44
2025-07-31
unwind_user/deferred: Add deferred unwinding interface
Josh Poimboeuf
1
-1
/
+155
2025-07-31
unwind_user/deferred: Add unwind cache
Josh Poimboeuf
1
-7
/
+24
2025-07-31
tracing: Replace MAX_PARAM_PREFIX_LEN with MODULE_NAME_LEN
Petr Pavlu
1
-1
/
+1
2025-07-31
module: Remove unnecessary +1 from last_unloaded_module::name size
Petr Pavlu
1
-1
/
+1
2025-07-31
module: Prevent silent truncation of module name in delete_module(2)
Petr Pavlu
1
-4
/
+6
2025-07-31
module: move 'struct module_use' to internal.h
Thomas Weißschuh
1
-0
/
+7
2025-07-30
Merge tag 'drm-next-2025-07-30' of https://gitlab.freedesktop.org/drm/kernel
Linus Torvalds
1
-0
/
+26
2025-07-30
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2
-3
/
+22
2025-07-30
Merge tag 'trace-unused-v6.17' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
3
-1
/
+10
2025-07-30
Merge tag 'trace-rv-6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/tr...
Linus Torvalds
55
-647
/
+2206
2025-07-30
Merge tag 'trace-ringbuffer-v6.17' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
3
-72
/
+118
2025-07-30
Merge tag 'ftrace-v6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/tra...
Linus Torvalds
5
-24
/
+20
2025-07-30
Merge tag 'probes-v6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/tra...
Linus Torvalds
8
-330
/
+636
2025-07-30
Merge tag 'probes-fixes-v6.16' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-2
/
+2
2025-07-30
Merge tag 'rcu.release.v6.17' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
9
-185
/
+502
2025-07-30
Merge tag 'kcsan-20250728-v6.17-rc1' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-1
/
+1
2025-07-30
Merge tag 'kvm-s390-next-6.17-1' of https://git.kernel.org/pub/scm/linux/kern...
Paolo Bonzini
1
-1
/
+2
2025-07-30
Merge tag 'bpf-next-6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/bp...
Linus Torvalds
29
-1514
/
+3592
2025-07-30
Merge tag 'net-next-6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...
Linus Torvalds
3
-6
/
+6
2025-07-30
tracing: Have eprobes have their own config option
Steven Rostedt
2
-1
/
+15
2025-07-29
Merge tag 'sysctl-6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
9
-269
/
+225
2025-07-29
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
1
-0
/
+22
2025-07-29
Merge tag 'locking-core-2025-07-29' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
5
-33
/
+34
2025-07-29
Merge tag 'sched-core-2025-07-28' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
44
-1258
/
+1094
2025-07-29
Merge tag 'x86_bugs_for_v6.17_rc1' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-11
/
+119
2025-07-29
Merge tag 'stop-machine.2025.07.23a' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-9
/
+17
2025-07-29
Merge tag 'core-entry-2025-07-29' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
5
-130
/
+142
2025-07-29
Merge tag 'locking-futex-2025-07-29' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
3
-55
/
+236
2025-07-29
Merge tag 'timers-ptp-2025-07-27' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
9
-131
/
+680
2025-07-29
Merge tag 'timers-core-2025-07-27' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2
-19
/
+12
2025-07-29
Merge tag 'timers-cleanups-2025-07-27' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-1
/
+1
2025-07-29
seccomp: Fix a race with WAIT_KILLABLE_RECV if the tracer replies too fast
Johannes Nixdorf
1
-7
/
+5
2025-07-29
Merge tag 'irq-drivers-2025-07-27' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2
-1
/
+3
2025-07-29
Merge tag 'smp-core-2025-07-27' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-30
/
+14
2025-07-29
Merge tag 'irq-core-2025-07-27' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
7
-59
/
+313
2025-07-29
Merge tag 'driver-core-6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
3
-9
/
+9
2025-07-29
ring-buffer: Make the const read-only 'type' static
Colin Ian King
1
-1
/
+1
2025-07-29
unwind_user/deferred: Add unwind_user_faultable()
Steven Rostedt
3
-1
/
+65
2025-07-29
unwind_user: Add user space unwinding API with frame pointer support
Josh Poimboeuf
3
-0
/
+130
2025-07-29
tracing: Remove "__attribute__()" from the type field of event format
Masami Hiramatsu (Google)
3
-33
/
+127
2025-07-29
Merge tag 'kvm-x86-irqs-6.17' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
1
-2
/
+20
2025-07-29
tracing: fprobe: Fix infinite recursion using preempt_*_notrace()
Masami Hiramatsu (Google)
1
-2
/
+2
2025-07-28
Merge tag 'pm-6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...
Linus Torvalds
4
-10
/
+22
2025-07-28
bpf: Add log for attaching tracing programs to functions in deny list
KaFai Wan
1
-0
/
+2
2025-07-28
bpf: Show precise rejected function when attaching fexit/fmod_ret to __noretu...
KaFai Wan
1
-1
/
+2
2025-07-28
Merge tag 'audit-pr-20250725' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
3
-4
/
+6
2025-07-28
Merge tag 'libcrypto-updates-for-linus' of git://git.kernel.org/pub/scm/linux...
Linus Torvalds
2
-6
/
+6
[prev]
[next]