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-09-24
Merge branch 'for-next/uprobes' into for-next/core
Will Deacon
1
-1
/
+1
2025-09-25
tracing: dynevent: Add a missing lockdown check on dynevent
Masami Hiramatsu (Google)
1
-0
/
+4
2025-09-24
tracing: fprobe: Fix to remove recorded module addresses from filter
Masami Hiramatsu (Google)
1
-3
/
+4
2025-09-24
uprobe: Do not emulate/sstep original instruction when ip is changed
Jiri Olsa
1
-0
/
+7
2025-09-24
bpf: Allow uprobe program to change context registers
Jiri Olsa
2
-2
/
+11
2025-09-24
futex: Use correct exit on failure from futex_hash_allocate_default()
Sebastian Andrzej Siewior
1
-1
/
+1
2025-09-23
Revert "sched_ext: Use rhashtable_lookup() instead of rhashtable_lookup_fast()"
Tejun Heo
1
-1
/
+1
2025-09-23
Merge branch 'bpf-next/xdp_pull_data' into 'bpf-next/master'
Martin KaFai Lau
1
-0
/
+13
2025-09-23
Merge branch 'bpf-next/xdp_pull_data' into 'bpf-next/net'
Martin KaFai Lau
1
-0
/
+13
2025-09-23
kho: make sure page being restored is actually from KHO
Pratyush Yadav
1
-7
/
+34
2025-09-23
kho: move sanity checks to kho_restore_page()
Pratyush Yadav
1
-14
/
+14
2025-09-23
bpf: Clear packet pointers after changing packet data in kfuncs
Amery Hung
1
-0
/
+13
2025-09-23
sched_ext: Merge branch 'for-6.17-fixes' into for-6.18
Tejun Heo
3
-7
/
+33
2025-09-23
bpf: Allow union argument in trampoline based programs
Leon Hwang
1
-4
/
+4
2025-09-23
sched_ext: Misc updates around scx_sched instance pointer
Tejun Heo
1
-22
/
+40
2025-09-23
sched_ext: Drop scx_kf_exit() and scx_kf_error()
Tejun Heo
2
-63
/
+88
2025-09-23
sched_ext: Add the @sch parameter to scx_dsq_insert_preamble/commit()
Tejun Heo
1
-7
/
+22
2025-09-23
sched_ext: Drop kf_cpu_valid()
Tejun Heo
2
-31
/
+48
2025-09-23
sched_ext: Add the @sch parameter to ext_idle helpers
Tejun Heo
1
-15
/
+94
2025-09-23
sched_ext: Add the @sch parameter to __bstr_format()
Tejun Heo
1
-7
/
+21
2025-09-23
sched_ext: Separate out scx_kick_cpu() and add @sch to it
Tejun Heo
1
-16
/
+27
2025-09-23
sched_ext: Add SCX_EFLAG_INITIALIZED to indicate successful ops.init()
Tejun Heo
2
-0
/
+14
2025-09-23
sched_ext: Use bitfields for boolean warning flags
Tejun Heo
1
-2
/
+2
2025-09-23
sched_ext: Fix stray scx_root usage in task_can_run_on_remote_rq()
Tejun Heo
1
-2
/
+1
2025-09-23
sched_ext: Use rhashtable_lookup() instead of rhashtable_lookup_fast()
Tejun Heo
1
-1
/
+1
2025-09-23
bpf, x86: Add support for signed arena loads
Kumar Kartikeya Dwivedi
1
-3
/
+8
2025-09-23
sched_ext: Verify RCU protection in scx_bpf_cpu_curr()
Andrea Righi
1
-1
/
+1
2025-09-23
tracing: dynevent: Add a missing lockdown check on dynevent
Masami Hiramatsu (Google)
1
-0
/
+4
2025-09-23
tracing/osnoise: Fix slab-out-of-bounds in _parse_integer_limit()
Wang Liang
1
-1
/
+2
2025-09-23
tracing: replace use of system_wq with system_percpu_wq
Marco Crivellari
1
-1
/
+1
2025-09-23
bpf: task work scheduling kfuncs
Mykyta Yatsenko
1
-2
/
+290
2025-09-23
bpf: extract map key pointer calculation
Mykyta Yatsenko
1
-17
/
+13
2025-09-23
bpf: bpf task work plumbing
Mykyta Yatsenko
6
-18
/
+189
2025-09-23
bpf: verifier: permit non-zero returns from async callbacks
Mykyta Yatsenko
1
-3
/
+2
2025-09-23
bpf: htab: extract helper for freeing special structs
Mykyta Yatsenko
1
-12
/
+12
2025-09-23
bpf: extract generic helper from process_timer_func()
Mykyta Yatsenko
1
-11
/
+36
2025-09-23
bpf: refactor special field-type detection
Mykyta Yatsenko
1
-51
/
+33
2025-09-23
tracing: Remove redundant 0 value initialization
Liao Yuanhong
1
-1
/
+0
2025-09-23
tracing/osnoise: Use for_each_online_cpu() instead of for_each_cpu()
Fushuai Wang
1
-2
/
+2
2025-09-23
tracing: Use vmalloc_array() to improve code
Qianfeng Rong
1
-1
/
+1
2025-09-23
tracing: Have syscall trace events show "0x" for values greater than 10
Steven Rostedt
1
-3
/
+9
2025-09-23
tracing: Replace syscall RCU pointer assignment with READ/WRITE_ONCE()
Steven Rostedt
2
-10
/
+8
2025-09-23
VFS: rename kern_path_locked() and related functions.
NeilBrown
1
-2
/
+2
2025-09-23
VFS/audit: introduce kern_path_parent() for audit
NeilBrown
2
-7
/
+7
2025-09-23
Merge branch 'torture.2025.08.14a' into HEAD
Paul E. McKenney
3
-11
/
+27
2025-09-23
Merge branch 'srcu-next.2025.08.21a' into HEAD
Paul E. McKenney
2
-3
/
+11
2025-09-23
rcu: WQ_UNBOUND added to sync_wq workqueue
Marco Crivellari
1
-1
/
+1
2025-09-23
rcu: WQ_PERCPU added to alloc_workqueue users
Marco Crivellari
1
-1
/
+1
2025-09-23
rcu: replace use of system_wq with system_percpu_wq
Marco Crivellari
1
-2
/
+2
2025-09-23
genirq/msi: Remove msi_post_free()
Nam Cao
1
-3
/
+0
[prev]
[next]