summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2025-07-24rv: Return init error when registering monitorsGabriele Monaco
2025-07-24verification/rvgen: Organise Kconfig entries for nested monitorsGabriele Monaco
2025-07-24tools/dot2c: Fix generated files going over 100 column limitGabriele Monaco
2025-07-24tracing: Have eprobes handle arraysSteven Rostedt
2025-07-23bpf: Reject narrower access to pointer ctx fieldsPaul Chaignon
2025-07-23tracing: arm: arm64: Hide trace events ipi_raise, ipi_entry and ipi_exitSteven Rostedt
2025-07-23Merge branches 'rcu-exp.23.07.2025', 'rcu.22.07.2025', 'torture-scripts.16.07...Neeraj Upadhyay (AMD)
2025-07-24tracing: probes: Add a kerneldoc for traceprobe_parse_event_name()Masami Hiramatsu (Google)
2025-07-24tracing: uprobe-event: Allocate string buffers from heapMasami Hiramatsu (Google)
2025-07-24tracing: eprobe-event: Allocate string buffers from heapMasami Hiramatsu (Google)
2025-07-24tracing: kprobe-event: Allocate string buffers from heapMasami Hiramatsu (Google)
2025-07-24tracing: fprobe-event: Allocate string buffers from heapMasami Hiramatsu (Google)
2025-07-24tracing: probe: Allocate traceprobe_parse_context from heapMasami Hiramatsu (Google)
2025-07-24tracing: probes: Sort #include alphabeticallyMasami Hiramatsu (Google)
2025-07-23tracing: Deprecate auto-mounting tracefs in debugfsSteven Rostedt
2025-07-23sysctl: rename kern_table -> sysctl_subsys_tableJoel Granados
2025-07-23kernel/sys.c: Move overflow{uid,gid} sysctl into kernel/sys.cJoel Granados
2025-07-23uevent: mv uevent_helper into kobject_uevent.cJoel Granados
2025-07-23sysctl: Remove superfluous includes from kernel/sysctl.cJoel Granados
2025-07-23sysctl: Remove (very) old file changelogJoel Granados
2025-07-23sysctl: Move sysctl_panic_on_stackoverflow to kernel/panic.cJoel Granados
2025-07-23sysctl: move cad_pid into kernel/pid.cJoel Granados
2025-07-23sysctl: Move tainted ctl_table into kernel/panic.cJoel Granados
2025-07-23Input: sysrq: mv sysrq into drivers/tty/sysrq.cJoel Granados
2025-07-23fork: mv threads-max into kernel/fork.cJoel Granados
2025-07-23parisc/power: Move soft-power into power.cJoel Granados
2025-07-23mm: move randomize_va_space into memory.cJoel Granados
2025-07-23rcu: Move rcu_stall related sysctls into rcu/tree_stall.hJoel Granados
2025-07-23locking/rtmutex: Move max_lock_depth into rtmutex.cJoel Granados
2025-07-23module: Move modprobe_path and modules_disabled ctl_tables into the module su...Joel Granados
2025-07-23kcsan: test: Initialize dummy variableMarco Elver
2025-07-22tracing: Fix comment in trace_module_remove_events()Steven Rostedt
2025-07-22tracing: Remove redundant config HAVE_FTRACE_MCOUNT_RECORDSteven Rostedt
2025-07-22tracing: Remove EVENT_FILE_FL_SOFT_MODE flagSteven Rostedt
2025-07-22tracing: Remove pointless memory barriersNam Cao
2025-07-22ftrace: Make DYNAMIC_FTRACE always enabled for architectures that support itSteven Rostedt
2025-07-22fgraph: Keep track of when fgraph_ops are registered or notSteven Rostedt
2025-07-22ring-buffer: Remove ring_buffer_read_prepare_sync()Steven Rostedt
2025-07-22genirq: Teach handle_simple_irq() to resend an in-progress interruptMarc Zyngier
2025-07-22genirq: Prevent migration live lock in handle_edge_irq()Thomas Gleixner
2025-07-22genirq: Split up irq_pm_check_wakeup()Thomas Gleixner
2025-07-22genirq: Move irq_wait_for_poll() to call siteThomas Gleixner
2025-07-22genirq: Remove pointless local variableThomas Gleixner
2025-07-22timekeeping: Zero initialize system_counterval when querying time from phc dr...Markus Blöchl
2025-07-22rcu: Document concurrent quiescent state reporting for offline CPUsJoel Fernandes
2025-07-22rcu: Document separation of rcu_state and rnp's gp_seqJoel Fernandes
2025-07-22rcu: Document GP init vs hotplug-scan ordering requirementsJoel Fernandes
2025-07-21configs/hardening: Enable CONFIG_INIT_ON_FREE_DEFAULT_ONKees Cook
2025-07-21configs/hardening: Enable CONFIG_KSTACK_ERASEKees Cook
2025-07-21stackleak: Rename stackleak_track_stack to __sanitizer_cov_stack_depthKees Cook