aboutsummaryrefslogtreecommitdiffstats
path: root/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-07-14sched: Start blocked_on chain processing in find_proxy_task()Peter Zijlstra3-26/+135
2025-07-14sched: Fix proxy/current (push,pull)abilityValentin Schneider3-0/+37
2025-07-14sched: Add an initial sketch of the find_proxy_task() functionJohn Stultz2-6/+121
2025-07-14sched: Fix runtime accounting w/ split exec & sched contextsJohn Stultz1-14/+28
2025-07-14sched: Move update_curr_task logic into update_curr_seJohn Stultz1-17/+9
2025-07-14locking/mutex: Add p->blocked_on wrappers for correctness checksValentin Schneider3-25/+19
2025-07-14locking/mutex: Rework task_struct::blocked_onPeter Zijlstra4-8/+44
2025-07-14sched: Add CONFIG_SCHED_PROXY_EXEC & boot argument to enable/disableJohn Stultz2-0/+41
2025-07-14Merge branch 'tip/sched/urgent'Peter Zijlstra34-189/+267
2025-07-14sched/topology: Remove sched_domain_topology_level::flagsK Prateek Nayak2-12/+13
2025-07-14smpboot: introduce SDTL_INIT() helper to tidy sched topology setupLi Chen1-16/+8
2025-07-14sched/deadline: Fix accounting after global limits changeJuri Lelli2-1/+9
2025-07-14sched/deadline: Reset extra_bw to max_bw when clearing root domainsJuri Lelli1-0/+7
2025-07-14sched/deadline: Initialize dl_servers after SMPJuri Lelli3-18/+33
2025-07-14sched: Change nr_uninterruptible type to unsigned longAruna Ramakrishna2-2/+2
2025-07-13mm/page_alloc: add support for initializing pageblock as isolatedZi Yan1-2/+2
2025-07-13kernel,cpuset: use node-notifier instead of memory-notifierOscar Salvador1-1/+1
2025-07-13mm, madvise: extract mm code from prctl_set_vma() to mm/madvise.cVlastimil Babka1-49/+1
2025-07-13Merge tag 'perf_urgent_for_v6.16_rc6' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-7/+7
2025-07-12Merge branch 'mm-hotfixes-stable' into mm-stable to pick up changes whichAndrew Morton2-11/+2
2025-07-12Merge tag 'mm-hotfixes-stable-2025-07-11-16-16' of git://git.kernel.org/pub/s...Linus Torvalds2-11/+2
2025-07-11locking/rwsem: Use OWNER_NONSPINNABLE directly instead of OWNER_SPINNABLEJinliang Zheng1-3/+1
2025-07-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+4
2025-07-11panic: Fix up description of vpanic()Nam Cao1-1/+1
2025-07-11bpf: Remove attach_type in bpf_tracing_linkTao Chen1-3/+2
2025-07-11bpf: Remove attach_type in bpf_netns_linkTao Chen1-5/+3
2025-07-11bpf: Remove location field in tcx_linkTao Chen1-7/+6
2025-07-11bpf: Remove attach_type in bpf_cgroup_linkTao Chen1-7/+6
2025-07-11bpf: Add attach_type field to bpf_linkTao Chen8-26/+40
2025-07-11bpf: Forget ranges when refining tnum after JSETPaul Chaignon1-0/+4
2025-07-11bpf/arena: add bpf_arena_reserve_pages kfuncEmil Tsalapatis1-0/+43
2025-07-11cpu: Define attack vectorsDavid Kaplan1-11/+119
2025-07-11Merge tag 'dma-mapping-6.16-2025-07-11' of git://git.kernel.org/pub/scm/linux...Linus Torvalds1-1/+4
2025-07-11futex: Remove support for IMMUTABLESebastian Andrzej Siewior1-33/+3
2025-07-11futex: Make futex_private_hash_get() staticSebastian Andrzej Siewior2-3/+1
2025-07-11futex: Use RCU-based per-CPU reference counting instead of rcuref_tPeter Zijlstra2-19/+232
2025-07-11irqdomain: Export irq_domain_free_irqs_top()Nam Cao1-0/+1
2025-07-11Merge back earlier changes related to system suspend and hibernationRafael J. Wysocki2-1/+15
2025-07-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski9-35/+37
2025-07-10PM: hibernate: shrink shmem pages after dev_pm_ops.prepare()Samuel Zhang1-0/+26
2025-07-10printk: kunit: Fix __counted_by() in struct prbtest_rbdataPetr Mladek1-20/+27
2025-07-10printk: ringbuffer: Explain why the KUnit test ignores failed writesPetr Mladek1-0/+13
2025-07-10PM: sleep: add kernel parameter to disable asynchronous suspend/resumeTudor Ambarus1-0/+9
2025-07-09kthread: update comment for __to_kthreadJiazi Li1-6/+5
2025-07-09fork: clean up ifdef logic around stack allocationPasha Tatashin1-11/+11
2025-07-09uprobes: revert ref_ctr_offset in uprobe_unregister error pathJiri Olsa1-2/+2
2025-07-09exit: fix misleading comment in forget_original_parent()Fushuai Wang1-6/+1
2025-07-09kcov: fix typo in comment of kcov_fault_in_areaWei Nanxin1-1/+1
2025-07-09relayfs: support a counter tracking if data is too big to writeJason Xing1-8/+10
2025-07-09blktrace: use rbuf->stats.full as a drop indicator in relayfsJason Xing1-20/+2