index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-07-14
sched: Start blocked_on chain processing in find_proxy_task()
Peter Zijlstra
3
-26
/
+135
2025-07-14
sched: Fix proxy/current (push,pull)ability
Valentin Schneider
3
-0
/
+37
2025-07-14
sched: Add an initial sketch of the find_proxy_task() function
John Stultz
2
-6
/
+121
2025-07-14
sched: Fix runtime accounting w/ split exec & sched contexts
John Stultz
1
-14
/
+28
2025-07-14
sched: Move update_curr_task logic into update_curr_se
John Stultz
1
-17
/
+9
2025-07-14
locking/mutex: Add p->blocked_on wrappers for correctness checks
Valentin Schneider
3
-25
/
+19
2025-07-14
locking/mutex: Rework task_struct::blocked_on
Peter Zijlstra
4
-8
/
+44
2025-07-14
sched: Add CONFIG_SCHED_PROXY_EXEC & boot argument to enable/disable
John Stultz
2
-0
/
+41
2025-07-14
Merge branch 'tip/sched/urgent'
Peter Zijlstra
34
-189
/
+267
2025-07-14
sched/topology: Remove sched_domain_topology_level::flags
K Prateek Nayak
2
-12
/
+13
2025-07-14
smpboot: introduce SDTL_INIT() helper to tidy sched topology setup
Li Chen
1
-16
/
+8
2025-07-14
sched/deadline: Fix accounting after global limits change
Juri Lelli
2
-1
/
+9
2025-07-14
sched/deadline: Reset extra_bw to max_bw when clearing root domains
Juri Lelli
1
-0
/
+7
2025-07-14
sched/deadline: Initialize dl_servers after SMP
Juri Lelli
3
-18
/
+33
2025-07-14
sched: Change nr_uninterruptible type to unsigned long
Aruna Ramakrishna
2
-2
/
+2
2025-07-13
mm/page_alloc: add support for initializing pageblock as isolated
Zi Yan
1
-2
/
+2
2025-07-13
kernel,cpuset: use node-notifier instead of memory-notifier
Oscar Salvador
1
-1
/
+1
2025-07-13
mm, madvise: extract mm code from prctl_set_vma() to mm/madvise.c
Vlastimil Babka
1
-49
/
+1
2025-07-13
Merge tag 'perf_urgent_for_v6.16_rc6' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-7
/
+7
2025-07-12
Merge branch 'mm-hotfixes-stable' into mm-stable to pick up changes which
Andrew Morton
2
-11
/
+2
2025-07-12
Merge tag 'mm-hotfixes-stable-2025-07-11-16-16' of git://git.kernel.org/pub/s...
Linus Torvalds
2
-11
/
+2
2025-07-11
locking/rwsem: Use OWNER_NONSPINNABLE directly instead of OWNER_SPINNABLE
Jinliang Zheng
1
-3
/
+1
2025-07-11
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-1
/
+4
2025-07-11
panic: Fix up description of vpanic()
Nam Cao
1
-1
/
+1
2025-07-11
bpf: Remove attach_type in bpf_tracing_link
Tao Chen
1
-3
/
+2
2025-07-11
bpf: Remove attach_type in bpf_netns_link
Tao Chen
1
-5
/
+3
2025-07-11
bpf: Remove location field in tcx_link
Tao Chen
1
-7
/
+6
2025-07-11
bpf: Remove attach_type in bpf_cgroup_link
Tao Chen
1
-7
/
+6
2025-07-11
bpf: Add attach_type field to bpf_link
Tao Chen
8
-26
/
+40
2025-07-11
bpf: Forget ranges when refining tnum after JSET
Paul Chaignon
1
-0
/
+4
2025-07-11
bpf/arena: add bpf_arena_reserve_pages kfunc
Emil Tsalapatis
1
-0
/
+43
2025-07-11
cpu: Define attack vectors
David Kaplan
1
-11
/
+119
2025-07-11
Merge tag 'dma-mapping-6.16-2025-07-11' of git://git.kernel.org/pub/scm/linux...
Linus Torvalds
1
-1
/
+4
2025-07-11
futex: Remove support for IMMUTABLE
Sebastian Andrzej Siewior
1
-33
/
+3
2025-07-11
futex: Make futex_private_hash_get() static
Sebastian Andrzej Siewior
2
-3
/
+1
2025-07-11
futex: Use RCU-based per-CPU reference counting instead of rcuref_t
Peter Zijlstra
2
-19
/
+232
2025-07-11
irqdomain: Export irq_domain_free_irqs_top()
Nam Cao
1
-0
/
+1
2025-07-11
Merge back earlier changes related to system suspend and hibernation
Rafael J. Wysocki
2
-1
/
+15
2025-07-10
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
9
-35
/
+37
2025-07-10
PM: hibernate: shrink shmem pages after dev_pm_ops.prepare()
Samuel Zhang
1
-0
/
+26
2025-07-10
printk: kunit: Fix __counted_by() in struct prbtest_rbdata
Petr Mladek
1
-20
/
+27
2025-07-10
printk: ringbuffer: Explain why the KUnit test ignores failed writes
Petr Mladek
1
-0
/
+13
2025-07-10
PM: sleep: add kernel parameter to disable asynchronous suspend/resume
Tudor Ambarus
1
-0
/
+9
2025-07-09
kthread: update comment for __to_kthread
Jiazi Li
1
-6
/
+5
2025-07-09
fork: clean up ifdef logic around stack allocation
Pasha Tatashin
1
-11
/
+11
2025-07-09
uprobes: revert ref_ctr_offset in uprobe_unregister error path
Jiri Olsa
1
-2
/
+2
2025-07-09
exit: fix misleading comment in forget_original_parent()
Fushuai Wang
1
-6
/
+1
2025-07-09
kcov: fix typo in comment of kcov_fault_in_area
Wei Nanxin
1
-1
/
+1
2025-07-09
relayfs: support a counter tracking if data is too big to write
Jason Xing
1
-8
/
+10
2025-07-09
blktrace: use rbuf->stats.full as a drop indicator in relayfs
Jason Xing
1
-20
/
+2
[prev]
[next]