index
:
pub/scm/linux/kernel/git/joro/linux.git
master
Misc Development Tree
Joerg Roedel
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
Age
Commit message (
Expand
)
Author
Files
Lines
9 days
bpf: Mark signal tracepoint siginfo arguments as scalar
Kumar Kartikeya Dwivedi
1
-0
/
+3
9 days
bpf: Fix NULL-ptr-deref in btf_var_show()
Jiayuan Chen
1
-1
/
+9
9 days
bpf: Fix NULL-ptr-deref when showing a void BTF type
Jiayuan Chen
1
-1
/
+8
9 days
bpf: Reject key-less BTF for hash maps
Jiayuan Chen
1
-0
/
+6
9 days
ring-buffer: Allow splice reads on static buffers
Vincent Donnefort
1
-9
/
+2
10 days
bpf: reject BPF_PSEUDO_FUNC reference to the main program
Eduard Zingerman
1
-0
/
+9
10 days
kprobes: Protect kprobe_blacklist with RCU
Masami Hiramatsu (Google)
1
-4
/
+10
10 days
tracing/probes: Fix use-after-free on field name/type of events with multiple...
Henry Martin
2
-1
/
+49
10 days
tracing/probes: Fix code indent in get_bitoffset_of_field()
Masami Hiramatsu (Google)
1
-5
/
+5
10 days
tracing/probes: Fix BTF kflag check for anonymous struct member access
Masami Hiramatsu (Google)
3
-11
/
+16
10 days
tracing/probes: Fix anon_stack check for unnamed bitfields in btf_find_struct...
Masami Hiramatsu (Google)
1
-6
/
+6
10 days
tracing: Take trace_array reference when opening options file
Steven Rostedt
1
-4
/
+63
10 days
bpf: backtracking shouldn't clear outer frame R1-R5 for callbacks
Eduard Zingerman
1
-20
/
+17
10 days
ftrace: Synchronize the initialization of ftrace_ops
Steven Rostedt
1
-2
/
+11
10 days
bpf: backtrack_insn(): Handle ld_{abs,ind} subprog exit edge
Eduard Zingerman
1
-6
/
+19
11 days
printk/nbcon: Change nbcon_irq_work to IRQ_WORK_LAZY
John Ogness
1
-1
/
+1
11 days
printk/nbcon: Flush nbcon_irq_work in nbcon_free()
John Ogness
1
-0
/
+2
11 days
locking/lockdep: Invalidate stale class_cache entries for zapped classes
Eric Dumazet
1
-8
/
+42
11 days
perf: Fix use-after-free when perf mmap() revival races with the last munmap()
Yilin Zhang
1
-10
/
+10
11 days
perf/core: Skip empty AUX records with only format flags
Leo Yan
1
-2
/
+7
11 days
sched/fair: Avoid creating misfits during cache-aware balancing
Tim Chen
1
-5
/
+45
11 days
sched/fair: Use cfs_rq->h_curr in distribute_cfs_runtime()
Wanwu Li
1
-1
/
+1
11 days
sched/fair: Use cfs_rq->h_curr in throttle_cfs_rq()
Wanwu Li
1
-2
/
+2
11 days
sched/core: Skip rq->avg_idle update without a valid idle_stamp
Shubhang Kaushik (Ampere)
1
-2
/
+8
11 days
sched/rt,dl: Skip migrate-disabled tasks when picking a push candidate
Seiji Nishikawa
2
-4
/
+4
11 days
sched/fair: Use update_curr_eevdf() for the remaining root cfs_rq callers
Zhan Xusheng
1
-2
/
+2
11 days
ftrace: Take trace_array reference before accessing its ftrace_ops
Steven Rostedt
4
-24
/
+42
11 days
tracing: Have show_event_filters/triggers files take trace array ref
Steven Rostedt
1
-4
/
+24
12 days
uprobes: guard trace cleanup against error pointers
Andi Kleen
1
-2
/
+2
12 days
Merge tag 'wq-for-7.3-rc1-fixes' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-9
/
+21
12 days
Merge tag 'cgroup-for-7.3-rc1-fixes' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2
-14
/
+31
12 days
Merge tag 'sched_ext-for-7.3-rc1-fixes' of git://git.kernel.org/pub/scm/linux...
Linus Torvalds
2
-15
/
+57
12 days
Merge tag 'xfs-fixes-7.3-rc2' of gitolite.kernel.org:/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
1
-1
/
+18
12 days
workqueue: reject watchdog thresholds that overflow jiffies
Jiacheng Xu
1
-0
/
+3
12 days
sched_ext: Fix missing @slice and @vtime descriptions in finish_dispatch() ke...
Liang Luo
1
-0
/
+2
12 days
sched_ext: Fix several comment issues
Wanwu Li
2
-6
/
+6
12 days
cgroup: fix spurious SIGKILL of CLONE_INTO_CGROUP children
Etienne Perot
1
-4
/
+2
13 days
reboot: fix cad_pid use-after-free race
Cen Zhang (Microsoft)
2
-4
/
+27
13 days
Merge tag 'locking-urgent-2026-08-30' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-6
/
+6
13 days
Merge tag 'trace-v7.3-2' of git://git.kernel.org/pub/scm/linux/kernel/git/tra...
Linus Torvalds
6
-6
/
+20
14 days
interrupt: Disable interrupt before modifying hardirq_disable counter
Boqun Feng
1
-13
/
+4
2026-08-28
bpf: don't downgrade half-dead scalar zero spills to STACK_ZERO
Eduard Zingerman
1
-7
/
+4
2026-08-27
ring-buffer: Stop remote reader update when page swap fails
Ivan Immanuel Shaji
1
-2
/
+5
2026-08-27
tracing: Fix retry exhaustion in simple ring buffer reader swap
Ivan Immanuel Shaji
1
-2
/
+2
2026-08-27
tracing/user_events: Clear copied tracing state before fork duplication
Jérémy Jean
1
-0
/
+3
2026-08-27
Merge tag 'dma-mapping-7.3-2026-08-27' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-7
/
+9
2026-08-27
Merge tag 'mm-stable-2026-08-26-15-22' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2
-8
/
+52
2026-08-26
bpf: check_cond_jmp_op(): properly infer if register is null
Eduard Zingerman
1
-3
/
+6
2026-08-26
Merge tag 'nfs-for-7.3-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
Linus Torvalds
1
-0
/
+24
2026-08-26
Merge tag 'pm-7.3-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...
Linus Torvalds
1
-2
/
+13
[prev]
[next]