summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
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
2025-07-17fork: reorder function qualifiers for copy_clone_args_from_userDishank Jogi
2025-07-17smp: Document preemption and stop_machine() mutual exclusionJoel Fernandes
2025-07-17btf: Fix virt_to_phys() on arm64 when mmapping BTFLorenz Bauer
2025-07-17PM: hibernate: Fix up white space that does not follow coding styleDarshan Rathod
2025-07-17sched_ext: idle: Handle migration-disabled tasks in idle selectionAndrea Righi
2025-07-17sched_ext: Fix scx_bpf_reenqueue_local() referenceChristian Loehle
2025-07-17workqueue: Use atomic_try_cmpxchg_relaxed() in tryinc_node_nr_active()Uros Bizjak
2025-07-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-07-17Revert "cgroup_freezer: cgroup_freezing: Check if not frozen"Chen Ridong
2025-07-17sched,freezer: Remove unnecessary warning in __thaw_taskChen Ridong
2025-07-17Merge back earlier material related to system sleepRafael J. Wysocki
2025-07-17cgroup: llist: avoid memory tears for llist_nodeShakeel Butt
2025-07-17Merge tag 'pm-6.16-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds
2025-07-16bpf: Add struct bpf_token_infoTao Chen
2025-07-16bpf: Clean up individual BTF_ID codeFeng Yang
2025-07-16bpf: Update iterators.lskel-big-endian.hIlya Leoshkevich
2025-07-16sched/ext: Prevent update_locked_rq() calls with NULL rqBreno Leitao
2025-07-16tracing/probes: Avoid using params uninitialized in parse_btf_arg()Nathan Chancellor
2025-07-16rcu: Refactor expedited handling check in rcu_read_unlock_special()Joel Fernandes
2025-07-16srcu: Expedite SRCU-fast grace periodsPaul E. McKenney
2025-07-16rcutorture: Remove support for SRCU-litePaul E. McKenney
2025-07-16torture: Remove support for SRCU-litePaul E. McKenney