index
:
Linux Stable
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.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-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
selftests/bpf: Add existing connection bpf_*_ct_lookup() test
Daniel Xu
2022-08-15
2
-0
/
+77
|
*
bpftool: Clear errno after libcap's checks
Quentin Monnet
2022-08-15
1
-0
/
+10
|
*
bpf: Clear up confusion in bpf_skb_adjust_room()'s documentation
Quentin Monnet
2022-08-15
1
-2
/
+4
|
*
bpftool: Fix a typo in a comment
Quentin Monnet
2022-08-15
1
-1
/
+1
|
*
libbpf: Add names for auxiliary maps
Hangbin Liu
2022-08-11
2
-4
/
+4
|
*
libbpf: preserve errno across pr_warn/pr_info/pr_debug
Andrii Nakryiko
2022-08-10
1
-0
/
+5
|
*
selftests/bpf: add destructive kfunc test
Artem Savkov
2022-08-10
2
-0
/
+50
|
*
selftests/xsk: Update poll test cases
Shibin Koikkara Reeny
2022-08-10
2
-40
/
+134
|
*
selftests/bpf: add extra test for using dynptr data slice after release
Joanne Koong
2022-08-09
2
-2
/
+39
|
*
selftests/bpf: Fix vmtest.sh getopts optstring
Daniel Xu
2022-08-09
1
-1
/
+1
|
*
selftests/bpf: Fix vmtest.sh -h to not require root
Daniel Xu
2022-08-09
1
-16
/
+16
|
*
selftests/bpf: Add BPF-helper test for CLOCK_TAI access
Kurt Kanzenbach
2022-08-09
2
-0
/
+98
|
*
bpf: Add BPF-helper for accessing CLOCK_TAI
Jesper Dangaard Brouer
2022-08-09
1
-0
/
+13
|
*
bpf: Improve docstring for BPF_F_USER_BUILD_ID flag
Dave Marchevsky
2022-08-08
1
-2
/
+12
|
*
libbpf: Do not require executable permission for shared libraries
Hengqi Chen
2022-08-08
1
-3
/
+5
|
*
libbpf: Reject legacy 'maps' ELF section
Andrii Nakryiko
2022-08-08
1
-5
/
+3
|
*
selftests/bpf: Clean up sys_nanosleep uses
Joanne Koong
2022-08-08
3
-32
/
+32
|
*
libbpf: Ensure functions with always_inline attribute are inline
James Hilliard
2022-08-04
2
-9
/
+9
|
*
bpftool: Remove BPF_OBJ_NAME_LEN restriction when looking up bpf program by name
Manu Bretelle
2022-08-04
1
-3
/
+12
|
*
libbpf: Initialize err in probe_map_create
Florian Fainelli
2022-08-04
1
-1
/
+1
|
*
libbpf: Skip empty sections in bpf_object__init_global_data_maps
James Hilliard
2022-08-04
1
-0
/
+4
*
|
Merge tag 'net-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...
Linus Torvalds
2022-08-11
15
-45
/
+889
|
\
\
|
*
|
selftests: forwarding: Fix failing tests with old libnet
Ido Schimmel
2022-08-10
3
-24
/
+48
|
*
|
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
Jakub Kicinski
2022-08-10
7
-5
/
+311
|
|
\
\
|
|
*
|
selftests/bpf: Ensure sleepable program is rejected by hash map iter
Hou Tao
2022-08-10
2
-0
/
+15
|
|
*
|
selftests/bpf: Add write tests for sk local storage map iterator
Hou Tao
2022-08-10
2
-4
/
+38
|
|
*
|
selftests/bpf: Add tests for reading a dangling map iter fd
Hou Tao
2022-08-10
1
-0
/
+92
|
|
*
|
bpf: Disallow bpf programs call prog_run command.
Alexei Starovoitov
2022-08-10
1
-2
/
+2
|
|
*
|
selftests/bpf: Add test for prealloc_lru_pop bug
Kumar Kartikeya Dwivedi
2022-08-09
2
-0
/
+70
|
|
*
|
selftests/bpf: Excercise bpf_obj_get_info_by_fd for bpf2bpf
Stanislav Fomichev
2022-08-08
1
-0
/
+95
|
|
|
/
|
*
|
selftests: netfilter: add test case for nf trace infrastructure
Florian Westphal
2022-08-05
1
-5
/
+76
|
*
|
selftests: add few test cases for tap driver
Cezar Bulinaru
2022-08-05
3
-2
/
+437
|
*
|
selftests: mptcp: make sendfile selftest work
Florian Westphal
2022-08-05
1
-9
/
+17
|
|
/
*
|
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2022-08-11
3
-37
/
+45
|
\
\
|
*
|
KVM: selftests: Test all possible "invalid" PERF_CAPABILITIES.LBR_FMT vals
Sean Christopherson
2022-08-10
1
-5
/
+12
|
*
|
KVM: selftests: Use getcpu() instead of sched_getcpu() in rseq_test
Gavin Shan
2022-08-10
1
-15
/
+27
|
*
|
KVM: selftests: Make rseq compatible with glibc-2.35
Gavin Shan
2022-08-10
2
-22
/
+9
|
*
|
selftests: kvm: fix compilation
Paolo Bonzini
2022-08-10
1
-0
/
+2
*
|
|
Merge tag 'cxl-for-6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl/cxl
Linus Torvalds
2022-08-10
4
-83
/
+110
|
\
\
\
|
*
|
|
cxl/hdm: Commit decoder state to hardware
Dan Williams
2022-07-25
1
-0
/
+46
|
*
|
|
cxl/region: Add region creation support
Ben Widawsky
2022-07-21
1
-0
/
+1
|
*
|
|
cxl/core: Define a 'struct cxl_endpoint_decoder'
Dan Williams
2022-07-21
1
-3
/
+7
|
*
|
|
cxl/core: Define a 'struct cxl_switch_decoder'
Dan Williams
2022-07-21
1
-7
/
+16
|
*
|
|
tools/testing/cxl: Fix decoder default state
Dan Williams
2022-07-10
1
-1
/
+0
|
*
|
|
tools/testing/cxl: Add partition support
Dan Williams
2022-07-10
2
-63
/
+28
|
*
|
|
tools/testing/cxl: Expand CFMWS windows
Dan Williams
2022-07-10
1
-5
/
+5
|
*
|
|
tools/testing/cxl: Move cxl_test resources to the top of memory
Dan Williams
2022-07-10
1
-1
/
+2
|
*
|
|
cxl/mem: Convert partition-info to resources
Dan Williams
2022-07-09
1
-1
/
+1
|
*
|
|
cxl/core: Rename ->decoder_range ->hpa_range
Dan Williams
2022-07-09
1
-1
/
+1
|
*
|
|
tools/testing/cxl: Fix cxl_hdm_decode_init() calling convention
Dan Williams
2022-06-28
1
-3
/
+5
[prev]
[next]