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-03-04
perf/core: Merge struct pmu::pmu_disable_count into struct perf_cpu_pmu_conte...
Peter Zijlstra
1
-8
/
+4
2025-03-04
perf/core: Simplify perf_event_alloc()
Peter Zijlstra
1
-37
/
+22
2025-03-04
perf/core: Simplify perf_init_event()
Peter Zijlstra
1
-19
/
+12
2025-03-04
perf/core: Simplify perf_pmu_register()
Peter Zijlstra
1
-42
/
+29
2025-03-04
perf/core: Simplify the perf_pmu_register() error path
Peter Zijlstra
1
-37
/
+30
2025-03-04
perf/core: Simplify the perf_event_alloc() error path
Peter Zijlstra
1
-69
/
+69
2025-03-04
perf/hw_breakpoint: Return EOPNOTSUPP for unsupported breakpoint type
Saket Kumar Bhaskar
1
-2
/
+3
2025-03-03
genirq/msi: Expose MSI message data in debugfs
Hans Zhang
1
-0
/
+19
2025-03-03
Merge tag 'v6.14-rc5' into x86/core, to pick up fixes
Ingo Molnar
21
-207
/
+288
2025-03-03
sched_ext: Merge branch 'for-6.14-fixes' into for-6.15
Tejun Heo
2
-7
/
+13
2025-03-03
sched_ext: Validate prev_cpu in scx_bpf_select_cpu_dfl()
Andrea Righi
1
-0
/
+3
2025-03-03
Merge tag 'probes-fixes-v6.14-rc4' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2
-2
/
+23
2025-03-03
PM: hibernate: Avoid deadlock in hibernate_compressor_param_set()
Lizhi Xu
1
-3
/
+3
2025-03-03
tracing: probe-events: Remove unused MAX_ARG_BUF_LEN macro
Masami Hiramatsu (Google)
1
-1
/
+0
2025-03-01
Merge branch 'perf/urgent' into perf/core, to pick up dependent patches and f...
Ingo Molnar
20
-160
/
+231
2025-03-01
perf/core: Fix perf_pmu_register() vs. perf_init_event()
Peter Zijlstra
1
-2
/
+26
2025-03-01
perf/core: Fix pmus_lock vs. pmus_srcu ordering
Peter Zijlstra
1
-2
/
+2
2025-03-01
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-2
/
+2
2025-03-01
watch_queue: fix pipe accounting mismatch
Eric Sandeen
1
-0
/
+9
2025-03-01
vhost: return task creation error instead of NULL
Keith Busch
1
-2
/
+2
2025-02-28
Merge tag 'sched-urgent-2025-02-28' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-1
/
+1
2025-02-28
Merge tag 'perf-urgent-2025-02-28' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2
-14
/
+32
2025-02-28
Merge tag 'trace-v6.14-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2
-30
/
+27
2025-02-28
Merge tag 'for-joerg' of git://git.kernel.org/pub/scm/linux/kernel/git/jgg/io...
Joerg Roedel
1
-0
/
+1
2025-02-27
ftrace: Avoid potential division by zero in function_stat_show()
Nikolay Kuratov
1
-15
/
+12
2025-02-27
tracing: Fix bad hist from corrupting named_triggers list
Steven Rostedt
1
-15
/
+15
2025-02-27
sched/core: Prevent rescheduling when interrupts are disabled
Thomas Gleixner
1
-1
/
+1
2025-02-27
x86/bpf: Fix BPF percpu accesses
Brian Gerst
1
-1
/
+1
2025-02-27
Change inode_operations.mkdir to return struct dentry *
NeilBrown
1
-4
/
+4
2025-02-27
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
16
-110
/
+142
2025-02-27
bpf: Use try_alloc_pages() to allocate pages for bpf needs.
Alexei Starovoitov
2
-6
/
+22
2025-02-27
cgroup/rstat: Fix forceidle time in cpu.stat
Abel Wu
1
-16
/
+13
2025-02-27
bpf: cpumap: switch to napi_skb_cache_get_bulk()
Alexander Lobakin
1
-9
/
+6
2025-02-27
bpf: cpumap: reuse skb array instead of a linked list to chain skbs
Alexander Lobakin
1
-58
/
+61
2025-02-27
bpf: cpumap: switch to GRO from netif_receive_skb_list()
Alexander Lobakin
1
-3
/
+43
2025-02-27
Merge patch series "prep patches for my mkdir series"
Christian Brauner
37
-276
/
+512
2025-02-26
trace/osnoise: Add trace events for samples
Tomas Glozar
1
-39
/
+16
2025-02-27
tracing: fprobe-events: Log error for exceeding the number of entry args
Masami Hiramatsu (Google)
2
-1
/
+7
2025-02-27
tracing: tprobe-events: Reject invalid tracepoint name
Masami Hiramatsu (Google)
2
-0
/
+14
2025-02-27
tracing: tprobe-events: Fix a memory leak when tprobe with $retval
Masami Hiramatsu (Google)
1
-0
/
+2
2025-02-26
Merge tag 'wq-for-6.14-rc4-fixes' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-1
/
+3
2025-02-26
Merge tag 'sched_ext-for-6.14-rc4-fixes' of git://git.kernel.org/pub/scm/linu...
Linus Torvalds
1
-4
/
+7
2025-02-26
perf: Remove unnecessary parameter of security check
Luo Gengkun
2
-9
/
+9
2025-02-26
bpf: Fix deadlock between rcu_tasks_trace and event_mutex.
Alexei Starovoitov
1
-3
/
+4
2025-02-26
posix-clock: Remove duplicate compat ioctl() handler
Thomas Weißschuh
1
-23
/
+1
2025-02-26
genirq: Remove IRQ_EDGE_EOI_HANDLER
Michael Ellerman
2
-51
/
+0
2025-02-26
static_call_inline: Provide trampoline address when updating sites
Christophe Leroy
1
-1
/
+1
2025-02-26
rseq: Update kernel fields in lockstep with CONFIG_DEBUG_RSEQ=y
Michael Jeanson
1
-40
/
+40
2025-02-26
futex: Use a hashmask instead of hashsize
Sebastian Andrzej Siewior
1
-10
/
+11
2025-02-26
x86/cfi: Add 'cfi=warn' boot option
Peter Zijlstra
1
-1
/
+3
[prev]
[next]