summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
13 daysmm: move randomize_va_space into memory.cJoel Granados
13 daysrcu: Move rcu_stall related sysctls into rcu/tree_stall.hJoel Granados
13 dayslocking/rtmutex: Move max_lock_depth into rtmutex.cJoel Granados
13 daysmodule: Move modprobe_path and modules_disabled ctl_tables into the module su...Joel Granados
13 dayskcsan: test: Initialize dummy variableMarco Elver
13 daystracing: Fix comment in trace_module_remove_events()Steven Rostedt
13 daystracing: Remove redundant config HAVE_FTRACE_MCOUNT_RECORDSteven Rostedt
13 daystracing: Remove EVENT_FILE_FL_SOFT_MODE flagSteven Rostedt
13 daystracing: Remove pointless memory barriersNam Cao
13 daysftrace: Make DYNAMIC_FTRACE always enabled for architectures that support itSteven Rostedt
13 daysfgraph: Keep track of when fgraph_ops are registered or notSteven Rostedt
13 daysring-buffer: Remove ring_buffer_read_prepare_sync()Steven Rostedt
13 daysgenirq: Teach handle_simple_irq() to resend an in-progress interruptMarc Zyngier
14 daysgenirq: Prevent migration live lock in handle_edge_irq()Thomas Gleixner
14 daysgenirq: Split up irq_pm_check_wakeup()Thomas Gleixner
14 daysgenirq: Move irq_wait_for_poll() to call siteThomas Gleixner
14 daysgenirq: Remove pointless local variableThomas Gleixner
14 daystimekeeping: Zero initialize system_counterval when querying time from phc dr...Markus Blöchl
14 daysrcu: Document concurrent quiescent state reporting for offline CPUsJoel Fernandes
14 daysrcu: Document separation of rcu_state and rnp's gp_seqJoel Fernandes
14 daysrcu: 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
2025-07-21stackleak: Rename STACKLEAK to KSTACK_ERASEKees Cook
2025-07-21bpf: Use ERR_CAST instead of ERR_PTR(PTR_ERR(...))Yonghong Song
2025-07-21PM: cpufreq: powernv/tracing: Move powernv_throttle trace eventSteven Rostedt
2025-07-21entry: Add arch_in_rcu_eqs()Mark Rutland
2025-07-20Merge tag 'trace-v6.16-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2025-07-20Merge tag 'sched-urgent-2025-07-20' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2025-07-19hung_task: extend hung task blocker tracking to rwsemsLance Yang
2025-07-19locking/rwsem: make owner helpers globally availableLance Yang
2025-07-19panic: add note that panic_print sysctl interface is deprecatedFeng Tang
2025-07-19panic: add 'panic_sys_info=' setup option for kernel cmdlineFeng Tang
2025-07-19panic: add 'panic_sys_info' sysctl to take human readable string parameterFeng Tang
2025-07-19panic: generalize panic_print's function to show sys infoFeng Tang
2025-07-19panic: clean up code for console replayFeng Tang
2025-07-19kdump: wait for DMA to finish when using CMAJiri Bohac
2025-07-19kdump: implement reserve_crashkernel_cmaJiri Bohac
2025-07-19Add a new optional ",cma" suffix to the crashkernel= command line optionJiri Bohac
2025-07-19tracing: Add down_write(trace_event_sem) when adding trace eventSteven Rostedt
2025-07-19Merge tag 'sched_ext-for-6.16-rc6-fixes' of git://git.kernel.org/pub/scm/linu...Linus Torvalds
2025-07-19Merge tag 'cgroup-for-6.16-rc6-fixes' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2025-07-19cgroup: Add compatibility option for content of /proc/cgroupsMichal Koutný
2025-07-18tracing/osnoise: Fix crash in timerlat_dump_stack()Tomas Glozar
2025-07-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf after rc6Alexei Starovoitov
2025-07-18Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds
2025-07-18vdso/vsyscall: Update auxiliary clock data in the datapageThomas Weißschuh
2025-07-18vdso: Introduce aux_clock_resolution_ns()Thomas Weißschuh
2025-07-18rcu: Fix delayed execution of hurry callbacksTze-nan Wu