index
:
linux.git
iio/light/color-sensors
sunxi/cedar/a33-support
sunxi/cedar/mmio-trace
sunxi/cedrus/jpeg-base
sunxi/cedrus/jpeg-nv16
sunxi/platform/irq-debounce
Linux kernel
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
Age
Commit message (
Expand
)
Author
2024-03-07
net: move skbuff_cache(s) to net_hotdata
Eric Dumazet
2024-03-07
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2024-03-07
Merge tag 'net-6.8-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...
Linus Torvalds
2024-03-05
cpumap: Zero-initialise xdp_rxq_info struct before running XDP program
Toke Høiland-Jørgensen
2024-03-05
bpf: check bpf_func_state->callback_depth when pruning states
Eduard Zingerman
2024-03-05
Merge tag 'cgroup-for-6.8-rc7-fixes' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2024-03-04
net: adopt skb_network_offset() and similar helpers
Eric Dumazet
2024-03-02
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
2024-03-01
Merge tag 'probes-fixes-v6.8-rc5' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2024-03-01
fprobe: Fix to allocate entry_data_size buffer with rethook instances
Masami Hiramatsu (Google)
2024-02-29
bpf: Replace bpf_lpm_trie_key 0-length array with flexible array
Kees Cook
2024-02-29
cgroup/cpuset: Fix retval in update_cpumask()
Kamalesh Babulal
2024-02-28
cgroup/cpuset: Fix a memory leak in update_exclusive_cpumask()
Waiman Long
2024-02-22
bpf: add is_async_callback_calling_insn() helper
Benjamin Tissoires
2024-02-22
bpf: introduce in_sleepable() helper
Benjamin Tissoires
2024-02-22
bpf: allow more maps in sleepable bpf programs
Benjamin Tissoires
2024-02-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2024-02-22
bpf: Check cfi_stubs before registering a struct_ops type.
Kui-Feng Lee
2024-02-22
Merge tag 'net-6.8.0-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...
Linus Torvalds
2024-02-22
Merge tag 'trace-v6.8-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/t...
Linus Torvalds
2024-02-22
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Paolo Abeni
2024-02-21
ring-buffer: Do not let subbuf be bigger than write mask
Steven Rostedt (Google)
2024-02-20
sched/membarrier: reduce the ability to hammer on sys_membarrier
Linus Torvalds
2024-02-19
bpf: Fix an issue due to uninitialized bpf_iter_task
Yafang Shao
2024-02-19
bpf: Fix racing between bpf_timer_cancel_and_free and bpf_timer_cancel
Martin KaFai Lau
2024-02-17
Merge tag 'probes-fixes-v6.8-rc4' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2024-02-17
tracing/probes: Fix to search structure fields correctly
Masami Hiramatsu (Google)
2024-02-16
Merge tag 'wq-for-6.8-rc4-fixes' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2024-02-16
Merge tag 'trace-v6.8-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/t...
Linus Torvalds
2024-02-15
configs/debug: add NET debug config
Matthieu Baerts (NGI0)
2024-02-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2024-02-15
bpf: Fix test verif_scale_strobemeta_subprogs failure due to llvm19
Yonghong Song
2024-02-15
bpf: improve duplicate source code line detection
Andrii Nakryiko
2024-02-15
tracing/synthetic: Fix trace_string() return value
Thorsten Blum
2024-02-14
bpf: Use O(log(N)) binary search to find line info record
Andrii Nakryiko
2024-02-14
tracing: Inform kmemleak of saved_cmdlines allocation
Steven Rostedt (Google)
2024-02-13
bpf: emit source code file name and line number in verifier log
Andrii Nakryiko
2024-02-13
bpf: don't infer PTR_TO_CTX for programs with unnamed context type
Andrii Nakryiko
2024-02-13
bpf: handle bpf_user_pt_regs_t typedef explicitly for PTR_TO_CTX global arg
Andrii Nakryiko
2024-02-13
bpf: simplify btf_get_prog_ctx_type() into btf_is_prog_ctx_type()
Andrii Nakryiko
2024-02-13
bpf: remove check in __cgroup_bpf_run_filter_skb
Oliver Crumrine
2024-02-13
bpf: Create argument information for nullable arguments.
Kui-Feng Lee
2024-02-13
bpf: Move __kfunc_param_match_suffix() to btf.c.
Kui-Feng Lee
2024-02-13
bpf: add btf pointer to struct bpf_ctx_arg_aux.
Kui-Feng Lee
2024-02-13
bpf: Fix warning for bpf_cpumask in verifier
Hari Bathini
2024-02-13
bpf: Mark bpf_spin_{lock,unlock}() helpers with notrace correctly
Yonghong Song
2024-02-13
bpf: Have bpf_rdonly_cast() take a const pointer
Daniel Xu
2024-02-13
tracing: Use ring_buffer_record_is_set_on() in tracer_tracing_is_on()
Sven Schnelle
2024-02-13
tracing: Fix HAVE_DYNAMIC_FTRACE_WITH_REGS ifdef
Petr Pavlu
2024-02-11
bpf: Allow compiler to inline most of bpf_local_storage_lookup()
Marco Elver
[next]