index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
Age
Commit message (
Expand
)
Author
Lines
2025-09-25
PM: hibernate: Add pm_hibernation_mode_is_suspend()
Mario Limonciello (AMD)
-0
/
+11
2025-09-25
PM: hibernate: Fix hybrid-sleep
Mario Limonciello (AMD)
-0
/
+4
2025-09-25
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
-7
/
+43
2025-09-25
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
Linus Torvalds
-1
/
+2
2025-09-25
sched: Make migrate_{en,dis}able() inline
Menglong Dong
-49
/
+27
2025-09-25
sched/deadline: Fix dl_server behaviour
Peter Zijlstra
-23
/
+33
2025-09-25
sched/deadline: Fix dl_server getting stuck
Peter Zijlstra
-21
/
+2
2025-09-25
ns: drop assert
Christian Brauner
-2
/
+0
2025-09-25
ns: move ns type into struct ns_common
Christian Brauner
-15
/
+13
2025-09-25
nstree: make struct ns_tree private
Christian Brauner
-0
/
+14
2025-09-24
Merge tag 'probes-fixes-v6.17-rc7' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
-3
/
+8
2025-09-24
kcfi: Rename CONFIG_CFI_CLANG to CONFIG_CFI
Kees Cook
-5
/
+5
2025-09-24
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
-0
/
+13
2025-09-24
Merge branch 'for-next/uprobes' into for-next/core
Will Deacon
-1
/
+1
2025-09-25
tracing: dynevent: Add a missing lockdown check on dynevent
Masami Hiramatsu (Google)
-0
/
+4
2025-09-24
tracing: fprobe: Fix to remove recorded module addresses from filter
Masami Hiramatsu (Google)
-3
/
+4
2025-09-24
uprobe: Do not emulate/sstep original instruction when ip is changed
Jiri Olsa
-0
/
+7
2025-09-24
bpf: Allow uprobe program to change context registers
Jiri Olsa
-2
/
+11
2025-09-24
futex: Use correct exit on failure from futex_hash_allocate_default()
Sebastian Andrzej Siewior
-1
/
+1
2025-09-23
Revert "sched_ext: Use rhashtable_lookup() instead of rhashtable_lookup_fast()"
Tejun Heo
-1
/
+1
2025-09-23
Merge branch 'bpf-next/xdp_pull_data' into 'bpf-next/master'
Martin KaFai Lau
-0
/
+13
2025-09-23
Merge branch 'bpf-next/xdp_pull_data' into 'bpf-next/net'
Martin KaFai Lau
-0
/
+13
2025-09-23
kho: make sure page being restored is actually from KHO
Pratyush Yadav
-7
/
+34
2025-09-23
kho: move sanity checks to kho_restore_page()
Pratyush Yadav
-14
/
+14
2025-09-23
bpf: Clear packet pointers after changing packet data in kfuncs
Amery Hung
-0
/
+13
2025-09-23
sched_ext: Merge branch 'for-6.17-fixes' into for-6.18
Tejun Heo
-7
/
+33
2025-09-23
bpf: Allow union argument in trampoline based programs
Leon Hwang
-4
/
+4
2025-09-23
sched_ext: Misc updates around scx_sched instance pointer
Tejun Heo
-22
/
+40
2025-09-23
sched_ext: Drop scx_kf_exit() and scx_kf_error()
Tejun Heo
-63
/
+88
2025-09-23
sched_ext: Add the @sch parameter to scx_dsq_insert_preamble/commit()
Tejun Heo
-7
/
+22
2025-09-23
sched_ext: Drop kf_cpu_valid()
Tejun Heo
-31
/
+48
2025-09-23
sched_ext: Add the @sch parameter to ext_idle helpers
Tejun Heo
-15
/
+94
2025-09-23
sched_ext: Add the @sch parameter to __bstr_format()
Tejun Heo
-7
/
+21
2025-09-23
sched_ext: Separate out scx_kick_cpu() and add @sch to it
Tejun Heo
-16
/
+27
2025-09-23
sched_ext: Add SCX_EFLAG_INITIALIZED to indicate successful ops.init()
Tejun Heo
-0
/
+14
2025-09-23
sched_ext: Use bitfields for boolean warning flags
Tejun Heo
-2
/
+2
2025-09-23
sched_ext: Fix stray scx_root usage in task_can_run_on_remote_rq()
Tejun Heo
-2
/
+1
2025-09-23
sched_ext: Use rhashtable_lookup() instead of rhashtable_lookup_fast()
Tejun Heo
-1
/
+1
2025-09-23
bpf, x86: Add support for signed arena loads
Kumar Kartikeya Dwivedi
-3
/
+8
2025-09-23
sched_ext: Verify RCU protection in scx_bpf_cpu_curr()
Andrea Righi
-1
/
+1
2025-09-23
tracing: dynevent: Add a missing lockdown check on dynevent
Masami Hiramatsu (Google)
-0
/
+4
2025-09-23
tracing/osnoise: Fix slab-out-of-bounds in _parse_integer_limit()
Wang Liang
-1
/
+2
2025-09-23
tracing: replace use of system_wq with system_percpu_wq
Marco Crivellari
-1
/
+1
2025-09-23
bpf: task work scheduling kfuncs
Mykyta Yatsenko
-2
/
+290
2025-09-23
bpf: extract map key pointer calculation
Mykyta Yatsenko
-17
/
+13
2025-09-23
bpf: bpf task work plumbing
Mykyta Yatsenko
-18
/
+189
2025-09-23
bpf: verifier: permit non-zero returns from async callbacks
Mykyta Yatsenko
-3
/
+2
2025-09-23
bpf: htab: extract helper for freeing special structs
Mykyta Yatsenko
-12
/
+12
2025-09-23
bpf: extract generic helper from process_timer_func()
Mykyta Yatsenko
-11
/
+36
2025-09-23
bpf: refactor special field-type detection
Mykyta Yatsenko
-51
/
+33
[prev]
[next]