开源镜像站
帮助
下载
动态
GitHub
index
:
linux-next.git
akpm
akpm-base
fs-current
fs-next
master
pending-fixes
stable
Linux kernel latest source
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
Age
Commit message (
Expand
)
Author
2025-11-24
bpf: specify the old and new poke_type for bpf_arch_text_poke
Menglong Dong
2025-11-24
ftrace: Introduce FTRACE_OPS_FL_JMP
Menglong Dong
2025-11-24
bpf: cleanup aux->used_maps after jit
Anton Protopopov
2025-11-21
bpf: support nested rcu critical sections
Puranjay Mohan
2025-11-21
bpf: correct stack liveness for tail calls
Eduard Zingerman
2025-11-21
bpf: properly verify tail call behavior
Martin Teichmann
2025-11-21
bpf: Add a check to make static analysers happy
Anton Protopopov
2025-11-18
bpf: Replace bpf memory allocator with kmalloc_nolock() in local storage
Amery Hung
2025-11-18
bpf: Save memory alloction info in bpf_local_storage
Amery Hung
2025-11-18
bpf: Remove smap argument from bpf_selem_free()
Amery Hung
2025-11-18
bpf: Always charge/uncharge memory when allocating/unlinking storage elements
Amery Hung
2025-11-17
bpf: Fix invalid prog->stats access when update_effective_progs fails
Pu Lehui
2025-11-14
bpf: don't skip other information if xlated_prog_insns is skipped
Altgelt, Max (Nextron)
2025-11-14
bpf: verifier: Move desc->imm setup to sort_kfunc_descs_by_imm_off()
Puranjay Mohan
2025-11-14
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf after 6.18-rc5+
Alexei Starovoitov
2025-11-14
Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
Linus Torvalds
2025-11-14
bpf: Handle return value of ftrace_set_filter_ip in register_fentry
Menglong Dong
2025-11-14
bpf: Add missing checks to avoid verbose verifier log
Eduard Zingerman
2025-11-14
bpf: Prevent nesting overflow in bpf_try_get_buffers
Sahil Chandna
2025-11-14
bpf: account for current allocated stack depth in widen_imprecise_scalars()
Eduard Zingerman
2025-11-13
Merge tag 'pm-6.18-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...
Linus Torvalds
2025-11-13
Merge branch 'pm-sleep'
Rafael J. Wysocki
2025-11-13
bpf: Free special fields when update [lru_,]percpu_hash maps
Leon Hwang
2025-11-12
bpf: Adjust return value for queue destruction in rqspinlock
Kumar Kartikeya Dwivedi
2025-11-09
kho: warn and exit when unpreserved page wasn't preserved
Pratyush Yadav
2025-11-09
kho: fix unpreservation of higher-order vmalloc preservations
Pratyush Yadav
2025-11-09
kho: fix out-of-bounds access of vmalloc chunk
Pratyush Yadav
2025-11-09
gcov: add support for GCC 15
Peter Oberparleiter
2025-11-09
kho: allocate metadata directly from the buddy allocator
Pasha Tatashin
2025-11-09
kho: increase metadata bitmap size to PAGE_SIZE
Pasha Tatashin
2025-11-09
kho: warn and fail on metadata or preserved memory in scratch area
Pasha Tatashin
2025-11-08
Merge tag 'sched-urgent-2025-11-08' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2025-11-08
Merge tag 'perf-urgent-2025-11-08' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2025-11-08
Merge tag 'locking-urgent-2025-11-08' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2025-11-07
Merge tag 'trace-v6.18-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2025-11-07
PM: hibernate: Fix style issues in save_compressed_image()
Mario Limonciello (AMD)
2025-11-07
PM: hibernate: Use atomic64_t for compressed_size variable
Mario Limonciello (AMD)
2025-11-07
PM: hibernate: Emit an error when image writing fails
Mario Limonciello (AMD)
2025-11-06
tracing: Fix memory leaks in create_field_var()
Zilin Guan
2025-11-06
ring-buffer: Do not warn in ring_buffer_map_get_reader() when reader catches up
Steven Rostedt
2025-11-06
bpf: Use kmalloc_nolock() in range tree
Puranjay Mohan
2025-11-07
tracing: tprobe-events: Fix to put tracepoint_user when disable the tprobe
Masami Hiramatsu (Google)
2025-11-07
tracing: tprobe-events: Fix to register tracepoint correctly
Masami Hiramatsu (Google)
2025-11-06
futex: Optimize per-cpu reference counting
Peter Zijlstra
2025-11-06
sched/fair: Prevent cfs_rq from being unthrottled with zero runtime_remaining
Aaron Lu
2025-11-05
bpf: disasm: add support for BPF_JMP|BPF_JA|BPF_X
Anton Protopopov
2025-11-05
bpf, x86: add support for indirect jumps
Anton Protopopov
2025-11-05
bpf: support instructions arrays with constants blinding
Anton Protopopov
2025-11-05
bpf, x86: add new map type: instructions array
Anton Protopopov
2025-11-04
bpf: add _impl suffix for bpf_stream_vprintk() kfunc
Mykyta Yatsenko
[next]