summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorLines
2025-07-15kexec_core: Fix error code path in the KEXEC_JUMP flowRafael J. Wysocki-2/+1
2025-07-15PM: suspend: clean up redundant filesystems_freeze/thaw() handlingZihuan Zhang-3/+1
2025-07-15PM: suspend: Drop a misplaced pm_restore_gfp_mask() callRafael J. Wysocki-1/+0
2025-07-15kprobes: Add missing kerneldoc for __get_insn_slotPeng Jiang-2/+6
2025-07-14lockdep: Speed up lockdep_unregister_key() with expedited RCU synchronizationBreno Leitao-2/+10
2025-07-14locking/mutex: Remove redundant #ifdefsRan Xiaokai-4/+0
2025-07-14locking/lockdep: Change 'static const' variables to enum valuesArnd Bergmann-8/+10
2025-07-14locking/lockdep: Avoid struct return in lock_stats()Arnd Bergmann-16/+13
2025-07-14lib/crypto: sha1: Rename sha1_init() to sha1_init_raw()Eric Biggers-1/+1
2025-07-14sched: Start blocked_on chain processing in find_proxy_task()Peter Zijlstra-26/+135
2025-07-14sched: Fix proxy/current (push,pull)abilityValentin Schneider-0/+37
2025-07-14sched: Add an initial sketch of the find_proxy_task() functionJohn Stultz-6/+121
2025-07-14sched: Fix runtime accounting w/ split exec & sched contextsJohn Stultz-14/+28
2025-07-14sched: Move update_curr_task logic into update_curr_seJohn Stultz-17/+9
2025-07-14locking/mutex: Add p->blocked_on wrappers for correctness checksValentin Schneider-25/+19
2025-07-14locking/mutex: Rework task_struct::blocked_onPeter Zijlstra-8/+44
2025-07-14sched: Add CONFIG_SCHED_PROXY_EXEC & boot argument to enable/disableJohn Stultz-0/+41
2025-07-14Merge branch 'tip/sched/urgent'Peter Zijlstra-189/+267
2025-07-14sched/topology: Remove sched_domain_topology_level::flagsK Prateek Nayak-12/+13
2025-07-14smpboot: introduce SDTL_INIT() helper to tidy sched topology setupLi Chen-16/+8
2025-07-14sched/deadline: Fix accounting after global limits changeJuri Lelli-1/+9
2025-07-14sched/deadline: Reset extra_bw to max_bw when clearing root domainsJuri Lelli-0/+7
2025-07-14sched/deadline: Initialize dl_servers after SMPJuri Lelli-18/+33
2025-07-14sched: Change nr_uninterruptible type to unsigned longAruna Ramakrishna-2/+2
2025-07-13mm/page_alloc: add support for initializing pageblock as isolatedZi Yan-2/+2
2025-07-13kernel,cpuset: use node-notifier instead of memory-notifierOscar Salvador-1/+1
2025-07-13mm, madvise: extract mm code from prctl_set_vma() to mm/madvise.cVlastimil Babka-49/+1
2025-07-13Merge tag 'perf_urgent_for_v6.16_rc6' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-7/+7
2025-07-12Merge branch 'mm-hotfixes-stable' into mm-stable to pick up changes whichAndrew Morton-11/+2
2025-07-12Merge tag 'mm-hotfixes-stable-2025-07-11-16-16' of git://git.kernel.org/pub/s...Linus Torvalds-11/+2
2025-07-11locking/rwsem: Use OWNER_NONSPINNABLE directly instead of OWNER_SPINNABLEJinliang Zheng-3/+1
2025-07-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-1/+4
2025-07-11panic: Fix up description of vpanic()Nam Cao-1/+1
2025-07-11bpf: Remove attach_type in bpf_tracing_linkTao Chen-3/+2
2025-07-11bpf: Remove attach_type in bpf_netns_linkTao Chen-5/+3
2025-07-11bpf: Remove location field in tcx_linkTao Chen-7/+6
2025-07-11bpf: Remove attach_type in bpf_cgroup_linkTao Chen-7/+6
2025-07-11bpf: Add attach_type field to bpf_linkTao Chen-26/+40
2025-07-11bpf: Forget ranges when refining tnum after JSETPaul Chaignon-0/+4
2025-07-11bpf/arena: add bpf_arena_reserve_pages kfuncEmil Tsalapatis-0/+43
2025-07-11cpu: Define attack vectorsDavid Kaplan-11/+119
2025-07-11Merge tag 'dma-mapping-6.16-2025-07-11' of git://git.kernel.org/pub/scm/linux...Linus Torvalds-1/+4
2025-07-11futex: Remove support for IMMUTABLESebastian Andrzej Siewior-33/+3
2025-07-11futex: Make futex_private_hash_get() staticSebastian Andrzej Siewior-3/+1
2025-07-11futex: Use RCU-based per-CPU reference counting instead of rcuref_tPeter Zijlstra-19/+232
2025-07-11irqdomain: Export irq_domain_free_irqs_top()Nam Cao-0/+1
2025-07-11Merge back earlier changes related to system suspend and hibernationRafael J. Wysocki-1/+15
2025-07-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-35/+37
2025-07-10PM: hibernate: shrink shmem pages after dev_pm_ops.prepare()Samuel Zhang-0/+26
2025-07-10printk: kunit: Fix __counted_by() in struct prbtest_rbdataPetr Mladek-20/+27