aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
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
2025-07-24tracing: probe: Allocate traceprobe_parse_context from heapMasami Hiramatsu (Google)5-19/+40
2025-07-24tracing: probes: Sort #include alphabeticallyMasami Hiramatsu (Google)6-22/+24
2025-07-23tracing: Deprecate auto-mounting tracefs in debugfsSteven Rostedt2-4/+23
2025-07-23sysctl: rename kern_table -> sysctl_subsys_tableJoel Granados2-12/+11
2025-07-23kernel/sys.c: Move overflow{uid,gid} sysctl into kernel/sys.cJoel Granados2-18/+30
2025-07-23uevent: mv uevent_helper into kobject_uevent.cJoel Granados1-9/+0
2025-07-23sysctl: Remove superfluous includes from kernel/sysctl.cJoel Granados1-20/+0
2025-07-23sysctl: Remove (very) old file changelogJoel Granados1-16/+0
2025-07-23sysctl: Move sysctl_panic_on_stackoverflow to kernel/panic.cJoel Granados2-10/+10
2025-07-23sysctl: move cad_pid into kernel/pid.cJoel Granados2-31/+31
2025-07-23sysctl: Move tainted ctl_table into kernel/panic.cJoel Granados2-49/+50
2025-07-23Input: sysrq: mv sysrq into drivers/tty/sysrq.cJoel Granados1-30/+0
2025-07-23fork: mv threads-max into kernel/fork.cJoel Granados2-8/+19
2025-07-23parisc/power: Move soft-power into power.cJoel Granados1-9/+0
2025-07-23mm: move randomize_va_space into memory.cJoel Granados1-9/+0
2025-07-23rcu: Move rcu_stall related sysctls into rcu/tree_stall.hJoel Granados2-22/+31
2025-07-23locking/rtmutex: Move max_lock_depth into rtmutex.cJoel Granados2-12/+18
2025-07-23module: Move modprobe_path and modules_disabled ctl_tables into the module su...Joel Granados3-21/+32
2025-07-23kcsan: test: Initialize dummy variableMarco Elver1-1/+1
2025-07-22tracing: Fix comment in trace_module_remove_events()Steven Rostedt1-1/+1
2025-07-22tracing: Remove redundant config HAVE_FTRACE_MCOUNT_RECORDSteven Rostedt3-19/+5
2025-07-22tracing: Remove EVENT_FILE_FL_SOFT_MODE flagSteven Rostedt1-12/+12
2025-07-22tracing: Remove pointless memory barriersNam Cao2-13/+0
2025-07-22ftrace: Make DYNAMIC_FTRACE always enabled for architectures that support itSteven Rostedt1-1/+1
2025-07-22fgraph: Keep track of when fgraph_ops are registered or notSteven Rostedt1-3/+13
2025-07-22ring-buffer: Remove ring_buffer_read_prepare_sync()Steven Rostedt3-68/+17
2025-07-22genirq: Teach handle_simple_irq() to resend an in-progress interruptMarc Zyngier1-1/+7
2025-07-22genirq: Prevent migration live lock in handle_edge_irq()Thomas Gleixner1-2/+39
2025-07-22genirq: Split up irq_pm_check_wakeup()Thomas Gleixner3-13/+11