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-07-03
bpf: Avoid putting struct bpf_scc_callchain variables on the stack
Yonghong Song
-18
/
+18
2025-07-03
bpf: Reduce stack frame size by using env->insn_buf for bpf insns
Yonghong Song
-98
/
+92
2025-07-03
bpf: Simplify assignment to struct bpf_insn pointer in do_misc_fixups()
Yonghong Song
-2
/
+2
2025-07-03
bpf: Avoid warning on unexpected map for tail call
Paul Chaignon
-2
/
+2
2025-07-03
bpf: Report rqspinlock deadlocks/timeout to BPF stderr
Kumar Kartikeya Dwivedi
-0
/
+23
2025-07-03
bpf: Report may_goto timeout to BPF stderr
Kumar Kartikeya Dwivedi
-1
/
+19
2025-07-03
bpf: Add dump_stack() analogue to print to BPF stderr
Kumar Kartikeya Dwivedi
-0
/
+48
2025-07-03
bpf: Add function to find program from stack trace
Kumar Kartikeya Dwivedi
-0
/
+33
2025-07-03
bpf: Ensure RCU lock is held around bpf_prog_ksym_find
Kumar Kartikeya Dwivedi
-3
/
+13
2025-07-03
bpf: Add function to extract program source info
Kumar Kartikeya Dwivedi
-0
/
+47
2025-07-03
bpf: Introduce BPF standard streams
Kumar Kartikeya Dwivedi
-1
/
+511
2025-07-03
bpf: Refactor bprintf buffer support
Kumar Kartikeya Dwivedi
-15
/
+11
2025-07-03
bpf: Add show_fdinfo for kprobe_multi
Tao Chen
-0
/
+27
2025-07-03
bpf: Add show_fdinfo for uprobe_multi
Tao Chen
-0
/
+44
2025-07-03
bpf: Show precise link_type for {uprobe,kprobe}_multi fdinfo
Tao Chen
-7
/
+12
2025-07-03
bpf: Add bpf_dynptr_memset() kfunc
Ihor Solodrai
-0
/
+47
2025-07-03
PM: sleep: console: Fix the black screen issue
tuhaowen
-1
/
+6
2025-07-03
irqdomain: Add device pointer to irq_domain_info and msi_domain_info
Thomas Gleixner
-1
/
+3
2025-07-03
Merge tag 'ktime-get-clock-ts64-for-ptp' of git://git.kernel.org/pub/scm/linu...
Paolo Abeni
-0
/
+33
2025-07-03
Merge tag 'ktime-get-clock-ts64-for-ptp' into timers/ptp
Thomas Gleixner
-0
/
+34
2025-07-03
timekeeping: Provide ktime_get_clock_ts64()
Thomas Gleixner
-0
/
+33
2025-07-03
perf: Revert to requiring CAP_SYS_ADMIN for uprobes
Peter Zijlstra
-1
/
+1
2025-07-02
bpf: Avoid warning on multiple referenced args in call
Paul Chaignon
-4
/
+4
2025-07-02
bpf: avoid jump misprediction for PTR_TO_MEM | PTR_UNTRUSTED
Eduard Zingerman
-1
/
+1
2025-07-02
smp: Defer check for local execution in smp_call_function_many_cond()
Yury Norov [NVIDIA]
-7
/
+3
2025-07-02
bpf: Mark cgroup_subsys_state->cgroup RCU safe
Song Liu
-0
/
+5
2025-07-02
bpf: Introduce bpf_cgroup_read_xattr to read xattr of cgroup's node
Song Liu
-0
/
+3
2025-07-02
tracing: tprobe-events: Register tracepoint when enable tprobe event
Masami Hiramatsu (Google)
-165
/
+217
2025-07-02
tracing: fprobe-events: Register fprobe-events only when it is enabled
Masami Hiramatsu (Google)
-121
/
+121
2025-07-02
tracing: tprobe-events: Support multiple tprobes on the same tracepoint
Masami Hiramatsu (Google)
-50
/
+201
2025-07-02
tracing: tprobe-events: Remove mod field from tprobe-event
Masami Hiramatsu (Google)
-14
/
+9
2025-07-02
tracing: probe-events: Cleanup entry-arg storing code
Masami Hiramatsu (Google)
-59
/
+69
2025-07-01
bpf: Reject %p% format string in bprintf-like helpers
Paul Chaignon
-3
/
+8
2025-07-01
bpf: Warn on internal verifier errors
Paul Chaignon
-109
/
+102
2025-07-01
lib/group_cpus: Let group_cpu_evenly() return the number of initialized masks
Daniel Wagner
-6
/
+5
2025-07-01
time/timecounter: Fix the lie that struct cyclecounter is const
Greg Kroah-Hartman
-1
/
+1
2025-07-01
sched/core: Fix migrate_swap() vs. hotplug
Peter Zijlstra
-10
/
+15
2025-07-01
sched: Fix preemption string of preempt_dynamic_none
Thomas Weißschuh
-1
/
+1
2025-06-30
Merge tag 'entry-split-for-arm' into core/entry
Thomas Gleixner
-117
/
+119
2025-06-30
entry: Split generic entry into generic exception and syscall entry
Jinjie Ruan
-117
/
+119
2025-06-30
perf/core: Fix the WARN_ON_ONCE is out of lock protected region
Luo Gengkun
-2
/
+2
2025-06-29
Merge tag 'perf_urgent_for_v6.16_rc4' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
-5
/
+5
2025-06-28
Merge tag 'trace-v6.16-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
-7
/
+7
2025-06-27
Merge tag 'mm-hotfixes-stable-2025-06-27-16-56' of git://git.kernel.org/pub/s...
Linus Torvalds
-0
/
+1
2025-06-27
tracing: Fix filter logic error
Edward Adam Davis
-7
/
+7
2025-06-27
bpf: guard BTF_ID_FLAGS(bpf_cgroup_read_xattr) with CONFIG_BPF_LSM
Eduard Zingerman
-1
/
+1
2025-06-27
timekeeping: Provide interface to control auxiliary clocks
Thomas Gleixner
-0
/
+116
2025-06-27
timekeeping: Provide update for auxiliary timekeepers
Thomas Gleixner
-0
/
+19
2025-06-27
timekeeping: Provide adjtimex() for auxiliary clocks
Thomas Gleixner
-0
/
+16
2025-06-27
timekeeping: Prepare do_adtimex() for auxiliary clocks
Thomas Gleixner
-3
/
+33
[prev]
[next]