aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
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
2025-07-19panic: clean up code for console replayFeng Tang1-9/+9
2025-07-19kdump: wait for DMA to finish when using CMAJiri Bohac1-0/+15
2025-07-19kdump: implement reserve_crashkernel_cmaJiri Bohac1-0/+52
2025-07-19Add a new optional ",cma" suffix to the crashkernel= command line optionJiri Bohac1-2/+14
2025-07-19tracing: Add down_write(trace_event_sem) when adding trace eventSteven Rostedt1-0/+5
2025-07-19Merge tag 'sched_ext-for-6.16-rc6-fixes' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2-5/+9
2025-07-19Merge tag 'cgroup-for-6.16-rc6-fixes' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2-19/+4
2025-07-19cgroup: Add compatibility option for content of /proc/cgroupsMichal Koutný1-2/+12
2025-07-18tracing/osnoise: Fix crash in timerlat_dump_stack()Tomas Glozar1-1/+1
2025-07-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf after rc6Alexei Starovoitov17-74/+73
2025-07-18Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds2-4/+9
2025-07-18vdso/vsyscall: Update auxiliary clock data in the datapageThomas Weißschuh3-0/+57
2025-07-18vdso: Introduce aux_clock_resolution_ns()Thomas Weißschuh1-2/+4
2025-07-18rcu: Fix delayed execution of hurry callbacksTze-nan Wu1-1/+1
2025-07-17fork: reorder function qualifiers for copy_clone_args_from_userDishank Jogi1-1/+1
2025-07-17smp: Document preemption and stop_machine() mutual exclusionJoel Fernandes1-9/+17
2025-07-17btf: Fix virt_to_phys() on arm64 when mmapping BTFLorenz Bauer1-1/+1
2025-07-17PM: hibernate: Fix up white space that does not follow coding styleDarshan Rathod1-6/+6
2025-07-17sched_ext: idle: Handle migration-disabled tasks in idle selectionAndrea Righi1-1/+1
2025-07-17sched_ext: Fix scx_bpf_reenqueue_local() referenceChristian Loehle1-1/+1
2025-07-17workqueue: Use atomic_try_cmpxchg_relaxed() in tryinc_node_nr_active()Uros Bizjak1-8/+5
2025-07-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski5-23/+11
2025-07-17Revert "cgroup_freezer: cgroup_freezing: Check if not frozen"Chen Ridong1-7/+1
2025-07-17sched,freezer: Remove unnecessary warning in __thaw_taskChen Ridong1-12/+3
2025-07-17Merge back earlier material related to system sleepRafael J. Wysocki3-4/+16
2025-07-17cgroup: llist: avoid memory tears for llist_nodeShakeel Butt1-1/+27
2025-07-17Merge tag 'pm-6.16-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds1-4/+1