summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2025-07-29Merge tag 'driver-core-6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2025-07-29ring-buffer: Make the const read-only 'type' staticColin Ian King
2025-07-29unwind_user/deferred: Add unwind_user_faultable()Steven Rostedt
2025-07-29unwind_user: Add user space unwinding API with frame pointer supportJosh Poimboeuf
2025-07-29tracing: Remove "__attribute__()" from the type field of event formatMasami Hiramatsu (Google)
2025-07-29Merge tag 'kvm-x86-irqs-6.17' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini
2025-07-29tracing: fprobe: Fix infinite recursion using preempt_*_notrace()Masami Hiramatsu (Google)
2025-07-28Merge tag 'pm-6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds
2025-07-28bpf: Add log for attaching tracing programs to functions in deny listKaFai Wan
2025-07-28bpf: Show precise rejected function when attaching fexit/fmod_ret to __noretu...KaFai Wan
2025-07-28Merge tag 'audit-pr-20250725' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2025-07-28Merge tag 'libcrypto-updates-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2025-07-28Merge tag 'hardening-v6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2025-07-28Merge tag 'execve-v6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/kee...Linus Torvalds
2025-07-28Merge tag 'for-6.17/block-20250728' of git://git.kernel.dk/linuxLinus Torvalds
2025-07-29tracing: trace_fprobe: Fix typo of the semicolonMasami Hiramatsu (Google)
2025-07-28Merge tag 'vfs-6.17-rc1.bpf' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2025-07-28Merge tag 'vfs-6.17-rc1.pidfs' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2025-07-28rv: Add opid per-cpu monitorGabriele Monaco
2025-07-28rv: Add nrp and sssw per-task monitorsGabriele Monaco
2025-07-28rv: Replace tss and sncid monitors with more complete stsGabriele Monaco
2025-07-28sched: Adapt sched tracepoints for RV task modelGabriele Monaco
2025-07-28rv: Retry when da monitor detects race conditionsGabriele Monaco
2025-07-28rv: Adjust monitor dependenciesGabriele Monaco
2025-07-28rv: Use strings in da monitors tracepointsGabriele Monaco
2025-07-28rv: Remove trailing whitespace from tracepoint stringGabriele Monaco
2025-07-28Merge tag 'vfs-6.17-rc1.coredump' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2025-07-28bpf: Fix various typos in verifier.c commentsSuchit Karunakaran
2025-07-28bpf: Add third round of bounds deductionPaul Chaignon
2025-07-28bpf: Improve bounds when s64 crosses sign boundaryPaul Chaignon
2025-07-28rv: Fix wrong type cast in reactors_show() and monitor_reactor_show()Nam Cao
2025-07-28rv: Fix wrong type cast in monitors_show()Nam Cao
2025-07-27bpf: Simplify bounds refinement from s32Paul Chaignon
2025-07-27Merge tag 'timers-urgent-2025-07-27' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2025-07-26kstack_erase: Add -mgeneral-regs-only to silence Clang warningsKees Cook
2025-07-26bpf: Move bpf_jit_get_prog_name() to core.cPuranjay Mohan
2025-07-26umd: Remove usermode driver frameworkThomas Weißschuh
2025-07-26bpf/preload: Don't select USERMODE_DRIVERThomas Weißschuh
2025-07-25rv: Remove struct rv_monitor::reactingNam Cao
2025-07-25rv: Remove rv_reactor's reference counterNam Cao
2025-07-25rv: Merge struct rv_reactor_def into struct rv_reactorNam Cao
2025-07-25rv: Merge struct rv_monitor_def into struct rv_monitorNam Cao
2025-07-25rv: Remove unused field in struct rv_monitor_defNam Cao
2025-07-24Merge tag 'mm-hotfixes-stable-2025-07-24-18-03' of git://git.kernel.org/pub/s...Linus Torvalds
2025-07-24net: Create separate gro_flush_normal functionSamiullah Khawaja
2025-07-24tracing: Call trace_ftrace_test_filter() for the eventSteven Rostedt
2025-07-24Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2025-07-24resource: fix false warning in __request_region()Akinobu Mita
2025-07-24x86: Handle KCOV __init vs inline mismatchesKees Cook
2025-07-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski