Sign in
android-kvm
/
linux
/
eeb78df4063c0b162324a9408ef573b24791871f
/
kernel
80bfab7
net: adopt skb_network_offset() and similar helpers
by Eric Dumazet
· 10 months ago
4b2765a
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
by Jakub Kicinski
· 10 months ago
896880f
bpf: Replace bpf_lpm_trie_key 0-length array with flexible array
by Kees Cook
· 10 months ago
2ab256e
bpf: add is_async_callback_calling_insn() helper
by Benjamin Tissoires
· 10 months ago
dfe6625
bpf: introduce in_sleepable() helper
by Benjamin Tissoires
· 10 months ago
55bad79
bpf: allow more maps in sleepable bpf programs
by Benjamin Tissoires
· 10 months ago
fecc515
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
by Jakub Kicinski
· 10 months ago
3e00083
bpf: Check cfi_stubs before registering a struct_ops type.
by Kui-Feng Lee
· 10 months ago
6714ebb
Merge tag 'net-6.8.0-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
by Linus Torvalds
· 10 months ago
efa80dc
Merge tag 'trace-v6.8-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-trace
by Linus Torvalds
· 10 months ago
fdcd446
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
by Paolo Abeni
· 10 months ago
e78fb4e
ring-buffer: Do not let subbuf be bigger than write mask
by Steven Rostedt (Google)
· 10 months ago
944d5fe
sched/membarrier: reduce the ability to hammer on sys_membarrier
by Linus Torvalds
· 11 months ago
5f2ae60
bpf: Fix an issue due to uninitialized bpf_iter_task
by Yafang Shao
· 10 months ago
0281b91
bpf: Fix racing between bpf_timer_cancel_and_free and bpf_timer_cancel
by Martin KaFai Lau
· 10 months ago
ad645de
Merge tag 'probes-fixes-v6.8-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-trace
by Linus Torvalds
· 10 months ago
9704669
tracing/probes: Fix to search structure fields correctly
by Masami Hiramatsu (Google)
· 10 months ago
975b26a
Merge tag 'wq-for-6.8-rc4-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq
by Linus Torvalds
· 10 months ago
4b6f7c6
Merge tag 'trace-v6.8-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-trace
by Linus Torvalds
· 10 months ago
3738d71
configs/debug: add NET debug config
by Matthieu Baerts (NGI0)
· 11 months ago
73be9a3
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
by Jakub Kicinski
· 10 months ago
682158a
bpf: Fix test verif_scale_strobemeta_subprogs failure due to llvm19
by Yonghong Song
· 10 months ago
57354f5
bpf: improve duplicate source code line detection
by Andrii Nakryiko
· 10 months ago
9b63263
tracing/synthetic: Fix trace_string() return value
by Thorsten Blum
· 10 months ago
a4561f5
bpf: Use O(log(N)) binary search to find line info record
by Andrii Nakryiko
· 10 months ago
2394ac4
tracing: Inform kmemleak of saved_cmdlines allocation
by Steven Rostedt (Google)
· 10 months ago
7cc13ad
bpf: emit source code file name and line number in verifier log
by Andrii Nakryiko
· 11 months ago
879bbe7
bpf: don't infer PTR_TO_CTX for programs with unnamed context type
by Andrii Nakryiko
· 11 months ago
824c58f
bpf: handle bpf_user_pt_regs_t typedef explicitly for PTR_TO_CTX global arg
by Andrii Nakryiko
· 11 months ago
fb5b86cf
bpf: simplify btf_get_prog_ctx_type() into btf_is_prog_ctx_type()
by Andrii Nakryiko
· 11 months ago
32e18e7
bpf: remove check in __cgroup_bpf_run_filter_skb
by Oliver Crumrine
· 11 months ago
1611603
bpf: Create argument information for nullable arguments.
by Kui-Feng Lee
· 11 months ago
6115a0a
bpf: Move __kfunc_param_match_suffix() to btf.c.
by Kui-Feng Lee
· 11 months ago
77c0208
bpf: add btf pointer to struct bpf_ctx_arg_aux.
by Kui-Feng Lee
· 11 months ago
11f5222
bpf: Fix warning for bpf_cpumask in verifier
by Hari Bathini
· 11 months ago
178c546
bpf: Mark bpf_spin_{lock,unlock}() helpers with notrace correctly
by Yonghong Song
· 11 months ago
5b268d1
bpf: Have bpf_rdonly_cast() take a const pointer
by Daniel Xu
· 11 months ago
a6eaa24
tracing: Use ring_buffer_record_is_set_on() in tracer_tracing_is_on()
by Sven Schnelle
· 11 months ago
bdbddb1
tracing: Fix HAVE_DYNAMIC_FTRACE_WITH_REGS ifdef
by Petr Pavlu
· 11 months ago
68bc61c
bpf: Allow compiler to inline most of bpf_local_storage_lookup()
by Marco Elver
· 11 months ago
2766f59
Merge tag 'timers_urgent_for_v6.8_rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 11 months ago
7521f25
Merge tag 'mm-hotfixes-stable-2024-02-10-11-16' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
by Linus Torvalds
· 11 months ago
ca8a667
Merge tag 'trace-v6.8-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-trace
by Linus Torvalds
· 11 months ago
44dc5c4
tracing: Fix wasted memory in saved_cmdlines logic
by Steven Rostedt (Google)
· 11 months ago
a8b9cf6
ftrace: Fix DIRECT_CALLS to use SAVE_REGS by default
by Masami Hiramatsu (Google)
· 12 months ago
3be042c
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
by Jakub Kicinski
· 11 months ago
947e56f
bpf, btf: Check btf for register_bpf_struct_ops
by Geliang Tang
· 11 months ago
9e60b0e
bpf, btf: Add check_btf_kconfigs helper
by Geliang Tang
· 11 months ago
b9a395f
bpf, btf: Fix return value of register_btf_id_dtor_kfuncs
by Geliang Tang
· 11 months ago
9efd24e
kprobes: Remove unnecessary initial values of variables
by Li zeming
· 1 year, 3 months ago
9a571c1
tracing/probes: Fix to set arg size and fmt after setting type from BTF
by Masami Hiramatsu (Google)
· 11 months ago
8c427cc
tracing/probes: Fix to show a parse error for bad type for $comm
by Masami Hiramatsu (Google)
· 11 months ago
c1be35a
exit: wait_task_zombie: kill the no longer necessary spin_lock_irq(siglock)
by Oleg Nesterov
· 11 months ago
f7ec1cd
getrusage: use sig->stats_lock rather than lock_task_sighand()
by Oleg Nesterov
· 11 months ago
daa694e
getrusage: move thread_group_cputime_adjusted() outside of lock_task_sighand()
by Oleg Nesterov
· 11 months ago
e55dad1
bpf: Merge two CONFIG_BPF entries
by Masahiro Yamada
· 11 months ago
dad6a09
hrtimer: Report offline hrtimer enqueue
by Frederic Weisbecker
· 11 months ago
6fceea0
bpf: Transfer RCU lock state between subprog calls
by Kumar Kartikeya Dwivedi
· 11 months ago
a44b133
bpf: Allow calling static subprogs while holding a bpf_spin_lock
by Kumar Kartikeya Dwivedi
· 11 months ago
aac8a59
Revert "workqueue: Override implicit ordered attribute in workqueue_apply_unbound_cpumask()"
by Tejun Heo
· 11 months ago
df9705e
bpf: Remove an unnecessary check.
by Kui-Feng Lee
· 11 months ago
1eb9867
bpf: don't emit warnings intended for global subprogs for static subprogs
by Andrii Nakryiko
· 11 months ago
8f13c34
bpf: handle trusted PTR_TO_BTF_ID_OR_NULL in argument check logic
by Andrii Nakryiko
· 11 months ago
56897d5
Merge tag 'trace-v6.8-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-trace
by Linus Torvalds
· 11 months ago
6efbde20
bpf: Handle scalar spill vs all MISC in stacksafe()
by Eduard Zingerman
· 11 months ago
c1e6148
bpf: Preserve boundaries and track scalars on narrowing fill
by Maxim Mikityanskiy
· 11 months ago
e67ddd9
bpf: Track spilled unbounded scalars
by Maxim Mikityanskiy
· 11 months ago
cf24446
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
by Jakub Kicinski
· 11 months ago
1581e51
bpf: Minor clean-up to sleepable_lsm_hooks BTF set
by Matt Bobrowski
· 11 months ago
1389358
tracing/timerlat: Move hrtimer_init to timerlat_fd open()
by Daniel Bristot de Oliveira
· 11 months ago
6f3189f
bpf: treewide: Annotate BPF kfuncs in BTF
by Daniel Xu
· 11 months ago
66bbea9
ring-buffer: Clean ring_buffer_poll_wait() error return
by Vincent Donnefort
· 11 months ago
8f2b44c
bpf: add arg:nullable tag to be combined with trusted pointers
by Andrii Nakryiko
· 11 months ago
e2b3c4f
bpf: add __arg_trusted global func arg tag
by Andrii Nakryiko
· 11 months ago
6668e81
bpf,token: Use BIT_ULL() to convert the bit mask
by Haiyue Wang
· 11 months ago
9b7bd05
Merge tag 'trace-v6.8-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-trace
by Linus Torvalds
· 11 months ago
6f3d7d5
Merge tag 'mm-hotfixes-stable-2024-01-28-23-21' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
by Linus Torvalds
· 11 months ago
aecaa3e
perf/bpf: Fix duplicate type check
by Florian Lehner
· 11 months ago
add9c58
bpf: move arg:ctx type enforcement check inside the main logic loop
by Andrii Nakryiko
· 11 months ago
648f575
Merge tag 'locking_urgent_for_v6.8_rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 11 months ago
0e4363a
Merge tag 'irq_urgent_for_v6.8_rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 11 months ago
90db544
Merge tag 'timers_urgent_for_v6.8_rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 11 months ago
92046e8
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
by Jakub Kicinski
· 11 months ago
0958b33
tracing/trigger: Fix to return error if failed to alloc snapshot
by Masami Hiramatsu (Google)
· 11 months ago
4dca82d
uprobes: use pagesize-aligned virtual address when replacing pages
by David Hildenbrand
· 11 months ago
e6be8cd
bpf: Fix error checks against bpf_get_btf_vmlinux().
by Kui-Feng Lee
· 11 months ago
3cb9871
Merge tag 'urgent-rcu.2024.01.24a' of https://github.com/neeraju/linux
by Linus Torvalds
· 11 months ago
9a574ea
tick/sched: Preserve number of idle sleeps across CPU hotplug events
by Tim Chen
· 11 months ago
6446495
clocksource: Skip watchdog check for large watchdog intervals
by Jiri Wiesner
· 11 months ago
6c1752e
bpf: Support symbolic BPF FS delegation mount options
by Andrii Nakryiko
· 11 months ago
aeaa97b
bpf: Fail BPF_TOKEN_CREATE if no delegation option was set on BPF FS
by Andrii Nakryiko
· 11 months ago
f568a3d
bpf,lsm: Add BPF token LSM hooks
by Andrii Nakryiko
· 11 months ago
a2431c7
bpf,lsm: Refactor bpf_map_alloc/bpf_map_free LSM hooks
by Andrii Nakryiko
· 11 months ago
1b67772
bpf,lsm: Refactor bpf_prog_alloc/bpf_prog_free LSM hooks
by Andrii Nakryiko
· 11 months ago
d79a354
bpf: Consistently use BPF token throughout BPF verifier logic
by Andrii Nakryiko
· 11 months ago
bbc1d24
bpf: Take into account BPF token when fetching helper protos
by Andrii Nakryiko
· 11 months ago
caf8f28
bpf: Add BPF token support to BPF_PROG_LOAD command
by Andrii Nakryiko
· 11 months ago
9ea7c4b
bpf: Add BPF token support to BPF_BTF_LOAD command
by Andrii Nakryiko
· 11 months ago
a177fc2
bpf: Add BPF token support to BPF_MAP_CREATE command
by Andrii Nakryiko
· 11 months ago
35f96de
bpf: Introduce BPF token object
by Andrii Nakryiko
· 11 months ago
Next »