aboutsummaryrefslogtreecommitdiffstats
path: root/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-07-28Merge tag 'hardening-v6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds5-19/+26
2025-07-28Merge tag 'execve-v6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/kee...Linus Torvalds1-1/+1
2025-07-28Merge tag 'for-6.17/block-20250728' of git://git.kernel.dk/linuxLinus Torvalds2-6/+30
2025-07-29tracing: trace_fprobe: Fix typo of the semicolonMasami Hiramatsu (Google)1-1/+1
2025-07-28Merge tag 'vfs-6.17-rc1.bpf' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-0/+8
2025-07-28Merge tag 'vfs-6.17-rc1.pidfs' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-6/+6
2025-07-28rv: Add opid per-cpu monitorGabriele Monaco7-0/+309
2025-07-28rv: Add nrp and sssw per-task monitorsGabriele Monaco12-0/+502
2025-07-28rv: Replace tss and sncid monitors with more complete stsGabriele Monaco14-335/+299
2025-07-28sched: Adapt sched tracepoints for RV task modelGabriele Monaco6-13/+20
2025-07-28rv: Retry when da monitor detects race conditionsGabriele Monaco2-0/+29
2025-07-28rv: Adjust monitor dependenciesGabriele Monaco4-4/+4
2025-07-28rv: Use strings in da monitors tracepointsGabriele Monaco1-38/+38
2025-07-28rv: Remove trailing whitespace from tracepoint stringGabriele Monaco1-4/+4
2025-07-28Merge tag 'vfs-6.17-rc1.coredump' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+1
2025-07-28bpf: Fix various typos in verifier.c commentsSuchit Karunakaran1-5/+5
2025-07-28bpf: Add third round of bounds deductionPaul Chaignon1-0/+1
2025-07-28bpf: Improve bounds when s64 crosses sign boundaryPaul Chaignon1-0/+52
2025-07-28rv: Fix wrong type cast in reactors_show() and monitor_reactor_show()Nam Cao1-2/+2
2025-07-28rv: Fix wrong type cast in monitors_show()Nam Cao1-1/+1
2025-07-27bpf: Simplify bounds refinement from s32Paul Chaignon1-14/+0
2025-07-27Merge tag 'timers-urgent-2025-07-27' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-1/+1
2025-07-26kstack_erase: Add -mgeneral-regs-only to silence Clang warningsKees Cook1-0/+1
2025-07-26bpf: Move bpf_jit_get_prog_name() to core.cPuranjay Mohan1-0/+7
2025-07-26umd: Remove usermode driver frameworkThomas Weißschuh3-196/+0
2025-07-26bpf/preload: Don't select USERMODE_DRIVERThomas Weißschuh1-1/+0
2025-07-25rv: Remove struct rv_monitor::reactingNam Cao1-14/+5
2025-07-25rv: Remove rv_reactor's reference counterNam Cao3-38/+2
2025-07-25rv: Merge struct rv_reactor_def into struct rv_reactorNam Cao2-62/+39
2025-07-25rv: Merge struct rv_monitor_def into struct rv_monitorNam Cao3-168/+132
2025-07-25rv: Remove unused field in struct rv_monitor_defNam Cao1-1/+0
2025-07-24Merge tag 'mm-hotfixes-stable-2025-07-24-18-03' of git://git.kernel.org/pub/s...Linus Torvalds1-2/+3
2025-07-24net: Create separate gro_flush_normal functionSamiullah Khawaja1-2/+1
2025-07-24tracing: Call trace_ftrace_test_filter() for the eventSteven Rostedt1-0/+4
2025-07-24Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski1-4/+4
2025-07-24resource: fix false warning in __request_region()Akinobu Mita1-2/+3
2025-07-24x86: Handle KCOV __init vs inline mismatchesKees Cook1-2/+2
2025-07-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski10-31/+30
2025-07-24rv: Return init error when registering monitorsGabriele Monaco9-18/+9
2025-07-24verification/rvgen: Organise Kconfig entries for nested monitorsGabriele Monaco1-0/+5
2025-07-24tools/dot2c: Fix generated files going over 100 column limitGabriele Monaco1-2/+12
2025-07-24tracing: Have eprobes handle arraysSteven Rostedt1-4/+9
2025-07-23bpf: Reject narrower access to pointer ctx fieldsPaul Chaignon1-4/+4
2025-07-23tracing: arm: arm64: Hide trace events ipi_raise, ipi_entry and ipi_exitSteven Rostedt1-0/+6
2025-07-23Merge branches 'rcu-exp.23.07.2025', 'rcu.22.07.2025', 'torture-scripts.16.07...Neeraj Upadhyay (AMD)8-132/+487
2025-07-24tracing: probes: Add a kerneldoc for traceprobe_parse_event_name()Masami Hiramatsu (Google)1-1/+19
2025-07-24tracing: uprobe-event: Allocate string buffers from heapMasami Hiramatsu (Google)1-9/+19
2025-07-24tracing: eprobe-event: Allocate string buffers from heapMasami Hiramatsu (Google)1-4/+18
2025-07-24tracing: kprobe-event: Allocate string buffers from heapMasami Hiramatsu (Google)1-14/+25
2025-07-24tracing: fprobe-event: Allocate string buffers from heapMasami Hiramatsu (Google)1-13/+26