summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorLines
2025-07-30Merge tag 'ftrace-v6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/tra...Linus Torvalds-24/+20
2025-07-30Merge tag 'probes-v6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/tra...Linus Torvalds-330/+636
2025-07-30Merge tag 'probes-fixes-v6.16' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-2/+2
2025-07-30Merge tag 'rcu.release.v6.17' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-185/+502
2025-07-30Merge tag 'kcsan-20250728-v6.17-rc1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-1/+1
2025-07-30Merge tag 'kvm-s390-next-6.17-1' of https://git.kernel.org/pub/scm/linux/kern...Paolo Bonzini-1/+2
2025-07-30Merge tag 'bpf-next-6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/bp...Linus Torvalds-1514/+3592
2025-07-30Merge tag 'net-next-6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds-6/+6
2025-07-30tracing: Have eprobes have their own config optionSteven Rostedt-1/+15
2025-07-29Merge tag 'sysctl-6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-269/+225
2025-07-29Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds-0/+22
2025-07-29Merge tag 'locking-core-2025-07-29' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-33/+34
2025-07-29Merge tag 'sched-core-2025-07-28' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-1258/+1094
2025-07-29Merge tag 'x86_bugs_for_v6.17_rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-11/+119
2025-07-29Merge tag 'stop-machine.2025.07.23a' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-9/+17
2025-07-29Merge tag 'core-entry-2025-07-29' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-130/+142
2025-07-29Merge tag 'locking-futex-2025-07-29' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-55/+236
2025-07-29Merge tag 'timers-ptp-2025-07-27' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-131/+680
2025-07-29Merge tag 'timers-core-2025-07-27' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-19/+12
2025-07-29Merge tag 'timers-cleanups-2025-07-27' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-1/+1
2025-07-29seccomp: Fix a race with WAIT_KILLABLE_RECV if the tracer replies too fastJohannes Nixdorf-7/+5
2025-07-29Merge tag 'irq-drivers-2025-07-27' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-1/+3
2025-07-29Merge tag 'smp-core-2025-07-27' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-30/+14
2025-07-29Merge tag 'irq-core-2025-07-27' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-59/+313
2025-07-29Merge tag 'driver-core-6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-9/+9
2025-07-29ring-buffer: Make the const read-only 'type' staticColin Ian King-1/+1
2025-07-29unwind_user/deferred: Add unwind_user_faultable()Steven Rostedt-1/+65
2025-07-29unwind_user: Add user space unwinding API with frame pointer supportJosh Poimboeuf-0/+130
2025-07-29tracing: Remove "__attribute__()" from the type field of event formatMasami Hiramatsu (Google)-33/+127
2025-07-29Merge tag 'kvm-x86-irqs-6.17' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini-2/+20
2025-07-29tracing: fprobe: Fix infinite recursion using preempt_*_notrace()Masami Hiramatsu (Google)-2/+2
2025-07-28Merge tag 'pm-6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds-10/+22
2025-07-28bpf: Add log for attaching tracing programs to functions in deny listKaFai Wan-0/+2
2025-07-28bpf: Show precise rejected function when attaching fexit/fmod_ret to __noretu...KaFai Wan-1/+2
2025-07-28Merge tag 'audit-pr-20250725' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-4/+6
2025-07-28Merge tag 'libcrypto-updates-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds-6/+6
2025-07-28Merge tag 'hardening-v6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-19/+26
2025-07-28Merge tag 'execve-v6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/kee...Linus Torvalds-1/+1
2025-07-28Merge tag 'for-6.17/block-20250728' of git://git.kernel.dk/linuxLinus Torvalds-6/+30
2025-07-29tracing: trace_fprobe: Fix typo of the semicolonMasami Hiramatsu (Google)-1/+1
2025-07-28Merge tag 'vfs-6.17-rc1.bpf' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-0/+8
2025-07-28Merge tag 'vfs-6.17-rc1.pidfs' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-6/+6
2025-07-28rv: Add opid per-cpu monitorGabriele Monaco-0/+309
2025-07-28rv: Add nrp and sssw per-task monitorsGabriele Monaco-0/+502
2025-07-28rv: Replace tss and sncid monitors with more complete stsGabriele Monaco-335/+299
2025-07-28sched: Adapt sched tracepoints for RV task modelGabriele Monaco-13/+20
2025-07-28rv: Retry when da monitor detects race conditionsGabriele Monaco-0/+29
2025-07-28rv: Adjust monitor dependenciesGabriele Monaco-4/+4
2025-07-28rv: Use strings in da monitors tracepointsGabriele Monaco-38/+38
2025-07-28rv: Remove trailing whitespace from tracepoint stringGabriele Monaco-4/+4