aboutsummaryrefslogtreecommitdiffstats
path: root/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2025-07-22genirq: Move irq_wait_for_poll() to call siteThomas Gleixner3-46/+26
2025-07-22genirq: Remove pointless local variableThomas Gleixner1-3/+1
2025-07-22timekeeping: Zero initialize system_counterval when querying time from phc dr...Markus Blöchl1-1/+1
2025-07-22rcu: Document concurrent quiescent state reporting for offline CPUsJoel Fernandes1-1/+18
2025-07-22rcu: Document separation of rcu_state and rnp's gp_seqJoel Fernandes1-0/+4
2025-07-22rcu: Document GP init vs hotplug-scan ordering requirementsJoel Fernandes1-0/+8
2025-07-21configs/hardening: Enable CONFIG_INIT_ON_FREE_DEFAULT_ONKees Cook1-0/+3
2025-07-21configs/hardening: Enable CONFIG_KSTACK_ERASEKees Cook1-0/+3
2025-07-21stackleak: Rename stackleak_track_stack to __sanitizer_cov_stack_depthKees Cook1-2/+2
2025-07-21stackleak: Rename STACKLEAK to KSTACK_ERASEKees Cook3-15/+15
2025-07-21bpf: Use ERR_CAST instead of ERR_PTR(PTR_ERR(...))Yonghong Song1-2/+2
2025-07-21PM: cpufreq: powernv/tracing: Move powernv_throttle trace eventSteven Rostedt1-1/+0
2025-07-21entry: Add arch_in_rcu_eqs()Mark Rutland1-1/+2
2025-07-20Merge tag 'trace-v6.16-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2-1/+6
2025-07-20Merge tag 'sched-urgent-2025-07-20' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-2/+2
2025-07-19hung_task: extend hung task blocker tracking to rwsemsLance Yang2-5/+41
2025-07-19locking/rwsem: make owner helpers globally availableLance Yang1-7/+7
2025-07-19panic: add note that panic_print sysctl interface is deprecatedFeng Tang1-8/+13
2025-07-19panic: add 'panic_sys_info=' setup option for kernel cmdlineFeng Tang1-0/+9
2025-07-19panic: add 'panic_sys_info' sysctl to take human readable string parameterFeng Tang1-0/+7
2025-07-19panic: generalize panic_print's function to show sys infoFeng Tang1-32/+4