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-08
module: Make sure relocations are applied to the per-CPU section
Sebastian Andrzej Siewior
-2
/
+8
2025-07-08
module: Avoid unnecessary return value initialization in move_module()
Petr Pavlu
-2
/
+1
2025-07-08
module: Fix memory deallocation on error path in move_module()
Petr Pavlu
-2
/
+2
2025-07-08
rcu/nocb: Fix possible invalid rdp's->nocb_cb_kthread pointer access
Zqiang
-3
/
+2
2025-07-08
rcu/exp: Warn on QS requested on dying CPU
Frederic Weisbecker
-0
/
+6
2025-07-08
rcu/exp: Remove needless CPU up quiescent state report
Frederic Weisbecker
-45
/
+2
2025-07-08
rcu/exp: Remove confusing needless full barrier on task unblock
Frederic Weisbecker
-1
/
+0
2025-07-08
fold fs_struct->{lock,seq} into a seqlock
Al Viro
-5
/
+5
2025-07-07
bpf: Clean code with bpf_copy_to_user()
Tao Chen
-14
/
+3
2025-07-07
bpf: Fix aux usage after do_check_insn()
Luis Gerhorst
-5
/
+14
2025-07-07
bpf: Fix improper int-to-ptr cast in dump_stack_cb
Kumar Kartikeya Dwivedi
-2
/
+2
2025-07-07
bpf: Fix bounds for bpf_prog_get_file_line linfo loop
Kumar Kartikeya Dwivedi
-1
/
+3
2025-07-07
bpf: support for void/primitive __arg_untrusted global func params
Eduard Zingerman
-4
/
+18
2025-07-07
bpf: attribute __arg_untrusted for global function parameters
Eduard Zingerman
-5
/
+39
2025-07-07
bpf: rdonly_untrusted_mem for btf id walk pointer leafs
Eduard Zingerman
-0
/
+11
2025-07-07
bpf: make makr_btf_ld_reg return error for unexpected reg types
Eduard Zingerman
-20
/
+39
2025-07-07
refscale: Check that nreaders and loops multiplication doesn't overflow
Artem Sadovnikov
-3
/
+7
2025-07-07
rcu/nocb: Dump gp state even if rdp gp itself is not offloaded
Frederic Weisbecker
-2
/
+4
2025-07-06
Merge tag 'sched_urgent_for_v6.16_rc5' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
-16
/
+21
2025-07-06
Merge tag 'perf_urgent_for_v6.16_rc5' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
-3
/
+3
2025-07-06
smp: Wait only if work was enqueued
Rik van Riel
-1
/
+7
2025-07-04
Merge branch 'pm-sleep'
Rafael J. Wysocki
-10
/
+2
2025-07-04
lib/crypto: sha256: Make library API use strongly-typed contexts
Eric Biggers
-5
/
+5
2025-07-04
watchdog/perf: Provide function for adjusting the event period
Yicong Yang
-0
/
+22
2025-07-04
sched/deadline: Fix dl_server runtime calculation formula
kuyo chang
-5
/
+5
2025-07-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Paolo Abeni
-12
/
+13
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
[prev]
[next]