summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
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
2025-07-16rcu: Fix rcu_read_unlock() deadloop due to IRQ workJoel Fernandes
2025-07-16rcu: Enable rcu_normal_wake_from_gp on small systemsUladzislau Rezki (Sony)
2025-07-16rcu: Protect ->defer_qs_iw_pending from data racePaul E. McKenney
2025-07-15blktrace: add zoned block commands to blk_fill_rwbsJohannes Thumshirn
2025-07-15kexec_core: Drop redundant pm_restore_gfp_mask() callRafael J. Wysocki
2025-07-15kexec_core: Fix error code path in the KEXEC_JUMP flowRafael J. Wysocki
2025-07-15PM: suspend: clean up redundant filesystems_freeze/thaw() handlingZihuan Zhang
2025-07-15PM: suspend: Drop a misplaced pm_restore_gfp_mask() callRafael J. Wysocki
2025-07-15kprobes: Add missing kerneldoc for __get_insn_slotPeng Jiang
2025-07-14lockdep: Speed up lockdep_unregister_key() with expedited RCU synchronizationBreno Leitao
2025-07-14locking/mutex: Remove redundant #ifdefsRan Xiaokai
2025-07-14locking/lockdep: Change 'static const' variables to enum valuesArnd Bergmann
2025-07-14locking/lockdep: Avoid struct return in lock_stats()Arnd Bergmann
2025-07-14lib/crypto: sha1: Rename sha1_init() to sha1_init_raw()Eric Biggers
2025-07-14sched: Start blocked_on chain processing in find_proxy_task()Peter Zijlstra
2025-07-14sched: Fix proxy/current (push,pull)abilityValentin Schneider
2025-07-14sched: Add an initial sketch of the find_proxy_task() functionJohn Stultz
2025-07-14sched: Fix runtime accounting w/ split exec & sched contextsJohn Stultz
2025-07-14sched: Move update_curr_task logic into update_curr_seJohn Stultz
2025-07-14locking/mutex: Add p->blocked_on wrappers for correctness checksValentin Schneider
2025-07-14locking/mutex: Rework task_struct::blocked_onPeter Zijlstra
2025-07-14sched: Add CONFIG_SCHED_PROXY_EXEC & boot argument to enable/disableJohn Stultz
2025-07-14Merge branch 'tip/sched/urgent'Peter Zijlstra
2025-07-14sched/topology: Remove sched_domain_topology_level::flagsK Prateek Nayak
2025-07-14smpboot: introduce SDTL_INIT() helper to tidy sched topology setupLi Chen
2025-07-14sched/deadline: Fix accounting after global limits changeJuri Lelli
2025-07-14sched/deadline: Reset extra_bw to max_bw when clearing root domainsJuri Lelli
2025-07-14sched/deadline: Initialize dl_servers after SMPJuri Lelli