开源镜像站
帮助
动态
GitHub
index
:
lwn.git
alabaster
automarkup
doc/4.4
doc/4.8-fixes
doc/4.9
doc/asciidoc
doc/sphinx
docs-fixes
docs-mw
docs-next
docs-next-merge
header-removal
master
next
Linux kernel documentation tree maintained by Jonathan Corbet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
Age
Commit message (
Expand
)
Author
2023-05-15
bpf: fix calculation of subseq_idx during precision backtracking
Andrii Nakryiko
2023-05-15
bpf: Remove anonymous union in bpf_kfunc_call_arg_meta
Dave Marchevsky
2023-05-13
bpf: Don't EFAULT for {g,s}setsockopt with wrong optlen
Stanislav Fomichev
2023-05-12
bpf: Address KCSAN report on bpf_lru_list
Martin KaFai Lau
2023-05-06
bpf: verifier: Accept dynptr mem as mem in helpers
Daniel Rosenberg
2023-05-06
bpf: Allow NULL buffers in bpf_dynptr_slice(_rw)
Daniel Rosenberg
2023-05-06
bpf: Add bpf_task_under_cgroup() kfunc
Feng Zhou
2023-05-04
bpf: support precision propagation in the presence of subprogs
Andrii Nakryiko
2023-05-04
bpf: fix mark_all_scalars_precise use in mark_chain_precision
Andrii Nakryiko
2023-05-04
bpf: fix propagate_precision() logic for inner frames
Andrii Nakryiko
2023-05-04
bpf: maintain bitmasks across all active frames in __mark_chain_precision
Andrii Nakryiko
2023-05-04
bpf: improve precision backtrack logging
Andrii Nakryiko
2023-05-04
bpf: encapsulate precision backtracking bookkeeping
Andrii Nakryiko
2023-05-04
bpf: mark relevant stack slots scratched for register read instructions
Andrii Nakryiko
2023-05-02
bpf: Print a warning only if writing to unprivileged_bpf_disabled.
Kui-Feng Lee
2023-04-27
bpf: Add bpf_dynptr_clone
Joanne Koong
2023-04-27
bpf: Add bpf_dynptr_size
Joanne Koong
2023-04-27
bpf: Add bpf_dynptr_is_null and bpf_dynptr_is_rdonly
Joanne Koong
2023-04-27
bpf: Add bpf_dynptr_adjust
Joanne Koong
2023-04-26
Merge tag 'net-next-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
2023-04-26
Merge tag 'v6.4-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...
Linus Torvalds
2023-04-25
Merge tag 'pm-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...
Linus Torvalds
2023-04-25
Merge tag 'slab-for-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/vba...
Linus Torvalds
2023-04-25
Merge tag 'livepatching-for-6.4' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2023-04-25
Merge tag 'printk-for-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/p...
Linus Torvalds
2023-04-25
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
2023-04-25
Merge tag 'timers-core-2023-04-24' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2023-04-25
Merge tag 'irq-core-2023-04-24' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2023-04-25
Merge tag 'core-entry-2023-04-24' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2023-04-24
Merge tag 'pull-fd' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
2023-04-24
bpf: Add __rcu_read_{lock,unlock} into btf id deny list
Yafang Shao
2023-04-24
bpf: Disable bpf_refcount_acquire kfunc calls until race conditions are fixed
Dave Marchevsky
2023-04-24
Merge tag 'v6.4/pidfd.file' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2023-04-24
Merge tag 'v6.4/kernel.user_worker' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2023-04-24
Merge tag 'rcu.6.4.april5.2023.3' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2023-04-24
Merge tag 'locktorture.2023.04.04a' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2023-04-24
Merge tag 'kcsan.2023.04.04a' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2023-04-24
Merge branch 'for-6.4/doc' into for-linus
Petr Mladek
2023-04-21
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
2023-04-21
bpf: minimal support for programs hooked into netfilter framework
Florian Westphal
2023-04-21
bpf: add bpf_link support for BPF_NETFILTER programs
Florian Westphal
2023-04-21
bpf: Don't EFAULT for getsockopt with optval=NULL
Stanislav Fomichev
2023-04-21
bpf: Fix bpf_refcount_acquire's refcount_t address calculation
Dave Marchevsky
2023-04-21
bpf: Fix race between btf_put and btf_idr walk.
Alexei Starovoitov
2023-04-21
posix-cpu-timers: Implement the missing timer_wait_running callback
Thomas Gleixner
2023-04-20
cgroup_get_from_fd(): switch to fdget_raw()
Al Viro
2023-04-20
bpf: switch to fdget_raw()
Al Viro
2023-04-20
convert setns(2) to fdget()/fdput()
Al Viro
2023-04-20
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2023-04-20
Merge tag 'net-6.3-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...
Linus Torvalds
[next]