index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
linux
Age
Commit message (
Expand
)
Author
Files
Lines
2022-09-29
bpf: Parameterize task iterators.
Kui-Feng Lee
1
-0
/
+25
2022-09-27
bpf: Enforce W^X for bpf trampoline
Song Liu
1
-1
/
+0
2022-09-27
bpf: use bpf_prog_pack for bpf_dispatcher
Song Liu
2
-1
/
+7
2022-09-27
kprobes: Add new KPROBE_FLAG_ON_FUNC_ENTRY kprobe flag
Jiri Olsa
1
-0
/
+1
2022-09-22
bpf: Prevent bpf program recursion for raw tracepoint probes
Jiri Olsa
1
-0
/
+6
2022-09-22
bpf: Add bpf_lookup_*_key() and bpf_key_put() kfuncs
Roberto Sassu
2
-0
/
+16
2022-09-22
KEYS: Move KEY_LOOKUP_ to include/linux/key.h and define KEY_LOOKUP_ALL
Roberto Sassu
1
-0
/
+6
2022-09-22
bpf: Export bpf_dynptr_get_size()
Roberto Sassu
1
-0
/
+1
2022-09-22
btf: Allow dynamic pointer parameters in kfuncs
Roberto Sassu
2
-0
/
+14
2022-09-22
bpf: Add bpf_user_ringbuf_drain() helper
David Vernet
1
-2
/
+9
2022-09-22
bpf: Define new BPF_MAP_TYPE_USER_RINGBUF map type
David Vernet
1
-0
/
+1
2022-09-21
bpf: Move nf_conn extern declarations to filter.h
Daniel Xu
1
-0
/
+6
2022-09-16
bpf: Move bpf_dispatcher function out of ftrace locations
Jiri Olsa
1
-0
/
+7
2022-09-16
bpf: Use bpf_capable() instead of CAP_SYS_ADMIN for blinding decision
Yauheni Kaliuta
1
-1
/
+1
2022-09-15
bpf: Add verifier check for BPF_PTR_POISON retval and arg
Dave Marchevsky
1
-0
/
+3
2022-09-11
bpf: Add verifier support for custom callback return range
Dave Marchevsky
1
-0
/
+1
2022-09-11
bpf: Add stub for btf_struct_access()
Daniel Xu
1
-0
/
+9
2022-09-08
bpf: Add helper macro bpf_for_each_reg_in_vstate
Kumar Kartikeya Dwivedi
1
-0
/
+21
2022-09-07
bpf: Add zero_map_value to zero map value with special fields
Kumar Kartikeya Dwivedi
1
-0
/
+19
2022-09-07
bpf: Add copy_map_value_long to copy to remote percpu memory
Kumar Kartikeya Dwivedi
1
-19
/
+33
2022-09-07
bpf/verifier: allow kfunc to return an allocated mem
Benjamin Tissoires
3
-1
/
+20
2022-09-07
bpf: split btf_check_subprog_arg_match in two
Benjamin Tissoires
1
-0
/
+2
2022-09-07
bpf: Allow struct argument in trampoline based programs
Yonghong Song
1
-0
/
+4
2022-09-07
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Paolo Abeni
11
-13
/
+111
2022-09-05
bpf: Optimize rcu_barrier usage between hash map and bpf_mem_alloc.
Alexei Starovoitov
1
-0
/
+2
2022-09-05
bpf: Add percpu allocation support to bpf_mem_alloc.
Alexei Starovoitov
1
-1
/
+1
2022-09-05
bpf: Introduce any context BPF specific memory allocator.
Alexei Starovoitov
1
-0
/
+26
2022-09-05
net: phy: Add 1000BASE-KX interface mode
Sean Anderson
1
-0
/
+4
2022-09-05
net: pcs: add new PCS driver for altera TSE PCS
Maxime Chevallier
1
-0
/
+17
2022-09-03
bpf: net: Change do_ipv6_getsockopt() to take the sockptr_t argument
Martin KaFai Lau
1
-2
/
+2
2022-09-03
bpf: net: Change do_ip_getsockopt() to take the sockptr_t argument
Martin KaFai Lau
2
-5
/
+5
2022-09-03
bpf: net: Change sk_getsockopt() to take the sockptr_t argument
Martin KaFai Lau
2
-2
/
+6
2022-09-02
bpf, tnums: Warn against the usage of tnum_in(tnum_range(), ...)
Shung-Hsi Yu
1
-2
/
+18
2022-09-02
net: remove netif_tx_napi_add()
Jakub Kicinski
1
-2
/
+0
2022-09-02
net: bql: add more documentation
Eric Dumazet
1
-6
/
+26
2022-09-01
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
13
-17
/
+51
2022-09-01
mm/rmap: Fix anon_vma->degree ambiguity leading to double-reuse
Jann Horn
1
-2
/
+5
2022-08-31
Merge tag 'fscache-fixes-20220831' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-2
/
+2
2022-08-31
Merge tag 'lsm-pr-20220829' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
3
-0
/
+9
2022-08-31
fscache: fix misdocumented parameter
Khalid Masum
1
-2
/
+2
2022-08-31
thunderbolt: Show link type for XDomain connections too
Mika Westerberg
1
-0
/
+2
2022-08-30
netlink: add helpers for extack attr presence checking
Jakub Kicinski
1
-0
/
+11
2022-08-30
netlink: add support for ext_ack missing attributes
Jakub Kicinski
1
-0
/
+13
2022-08-29
tracing: Define the is_signed_type() macro once
Bart Van Assche
3
-3
/
+6
2022-08-29
ethernet: Add helpers to recognize addresses mapped to IP multicast
Casper Andersson
1
-0
/
+22
2022-08-29
genetlink: start to validate reserved header bytes
Jakub Kicinski
1
-0
/
+1
2022-08-29
Merge tag 'mm-hotfixes-stable-2022-08-28' of git://git.kernel.org/pub/scm/lin...
Linus Torvalds
2
-5
/
+23
2022-08-29
Revert "memcg: cleanup racy sum avoidance code"
Shakeel Butt
1
-2
/
+13
2022-08-29
mm: re-allow pinning of zero pfns (again)
Alex Williamson
1
-3
/
+10
2022-08-26
wait_on_bit: add an acquire memory barrier
Mikulas Patocka
3
-5
/
+6
[next]