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-07-07
bpf: attribute __arg_untrusted for global function parameters
Eduard Zingerman
2
-5
/
+39
2025-07-07
bpf: rdonly_untrusted_mem for btf id walk pointer leafs
Eduard Zingerman
2
-0
/
+11
2025-07-07
bpf: make makr_btf_ld_reg return error for unexpected reg types
Eduard Zingerman
1
-20
/
+39
2025-07-07
refscale: Check that nreaders and loops multiplication doesn't overflow
Artem Sadovnikov
1
-3
/
+7
2025-07-07
rcu/nocb: Dump gp state even if rdp gp itself is not offloaded
Frederic Weisbecker
2
-2
/
+4
2025-07-06
Merge tag 'sched_urgent_for_v6.16_rc5' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
3
-16
/
+21
2025-07-06
Merge tag 'perf_urgent_for_v6.16_rc5' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-3
/
+3
2025-07-06
smp: Wait only if work was enqueued
Rik van Riel
1
-1
/
+7
2025-07-04
Merge branch 'pm-sleep'
Rafael J. Wysocki
4
-10
/
+2
2025-07-04
lib/crypto: sha256: Make library API use strongly-typed contexts
Eric Biggers
1
-5
/
+5
2025-07-04
watchdog/perf: Provide function for adjusting the event period
Yicong Yang
1
-0
/
+22
2025-07-04
sched/deadline: Fix dl_server runtime calculation formula
kuyo chang
1
-5
/
+5
2025-07-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Paolo Abeni
4
-12
/
+13
2025-07-03
bpf: Avoid putting struct bpf_scc_callchain variables on the stack
Yonghong Song
1
-18
/
+18
2025-07-03
bpf: Reduce stack frame size by using env->insn_buf for bpf insns
Yonghong Song
1
-98
/
+92
2025-07-03
bpf: Simplify assignment to struct bpf_insn pointer in do_misc_fixups()
Yonghong Song
1
-2
/
+2
2025-07-03
bpf: Avoid warning on unexpected map for tail call
Paul Chaignon
1
-2
/
+2
2025-07-03
bpf: Report rqspinlock deadlocks/timeout to BPF stderr
Kumar Kartikeya Dwivedi
1
-0
/
+23
2025-07-03
bpf: Report may_goto timeout to BPF stderr
Kumar Kartikeya Dwivedi
1
-1
/
+19
2025-07-03
bpf: Add dump_stack() analogue to print to BPF stderr
Kumar Kartikeya Dwivedi
1
-0
/
+48
2025-07-03
bpf: Add function to find program from stack trace
Kumar Kartikeya Dwivedi
1
-0
/
+33
2025-07-03
bpf: Ensure RCU lock is held around bpf_prog_ksym_find
Kumar Kartikeya Dwivedi
2
-3
/
+13
2025-07-03
bpf: Add function to extract program source info
Kumar Kartikeya Dwivedi
1
-0
/
+47
2025-07-03
bpf: Introduce BPF standard streams
Kumar Kartikeya Dwivedi
6
-1
/
+511
2025-07-03
bpf: Refactor bprintf buffer support
Kumar Kartikeya Dwivedi
1
-15
/
+11
2025-07-03
bpf: Add show_fdinfo for kprobe_multi
Tao Chen
1
-0
/
+27
2025-07-03
bpf: Add show_fdinfo for uprobe_multi
Tao Chen
1
-0
/
+44
2025-07-03
bpf: Show precise link_type for {uprobe,kprobe}_multi fdinfo
Tao Chen
2
-7
/
+12
2025-07-03
bpf: Add bpf_dynptr_memset() kfunc
Ihor Solodrai
1
-0
/
+47
2025-07-03
PM: sleep: console: Fix the black screen issue
tuhaowen
1
-1
/
+6
2025-07-03
irqdomain: Add device pointer to irq_domain_info and msi_domain_info
Thomas Gleixner
2
-1
/
+3
2025-07-03
Merge tag 'ktime-get-clock-ts64-for-ptp' of git://git.kernel.org/pub/scm/linu...
Paolo Abeni
1
-0
/
+33
2025-07-03
Merge tag 'ktime-get-clock-ts64-for-ptp' into timers/ptp
Thomas Gleixner
1
-0
/
+34
2025-07-03
timekeeping: Provide ktime_get_clock_ts64()
Thomas Gleixner
1
-0
/
+33
2025-07-03
perf: Revert to requiring CAP_SYS_ADMIN for uprobes
Peter Zijlstra
1
-1
/
+1
2025-07-02
bpf: Avoid warning on multiple referenced args in call
Paul Chaignon
1
-4
/
+4
2025-07-02
bpf: avoid jump misprediction for PTR_TO_MEM | PTR_UNTRUSTED
Eduard Zingerman
1
-1
/
+1
2025-07-02
smp: Defer check for local execution in smp_call_function_many_cond()
Yury Norov [NVIDIA]
1
-7
/
+3
2025-07-02
bpf: Mark cgroup_subsys_state->cgroup RCU safe
Song Liu
1
-0
/
+5
2025-07-02
bpf: Introduce bpf_cgroup_read_xattr to read xattr of cgroup's node
Song Liu
1
-0
/
+3
2025-07-02
tracing: tprobe-events: Register tracepoint when enable tprobe event
Masami Hiramatsu (Google)
1
-165
/
+217
2025-07-02
tracing: fprobe-events: Register fprobe-events only when it is enabled
Masami Hiramatsu (Google)
2
-121
/
+121
2025-07-02
tracing: tprobe-events: Support multiple tprobes on the same tracepoint
Masami Hiramatsu (Google)
1
-50
/
+201
2025-07-02
tracing: tprobe-events: Remove mod field from tprobe-event
Masami Hiramatsu (Google)
1
-14
/
+9
2025-07-02
tracing: probe-events: Cleanup entry-arg storing code
Masami Hiramatsu (Google)
1
-59
/
+69
2025-07-01
bpf: Reject %p% format string in bprintf-like helpers
Paul Chaignon
1
-3
/
+8
2025-07-01
bpf: Warn on internal verifier errors
Paul Chaignon
1
-109
/
+102
2025-07-01
lib/group_cpus: Let group_cpu_evenly() return the number of initialized masks
Daniel Wagner
1
-6
/
+5
2025-07-01
time/timecounter: Fix the lie that struct cyclecounter is const
Greg Kroah-Hartman
1
-1
/
+1
2025-07-01
sched/core: Fix migrate_swap() vs. hotplug
Peter Zijlstra
2
-10
/
+15
[prev]
[next]