summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | selftests/powerpc/copyloops: Add memmove_64 testRitesh Harjani2022-02-126-1/+77
| |/ / / /
* | | | | Merge tag 'cxl-for-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl...Linus Torvalds2022-03-248-195/+383
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | tools/testing/cxl: Add a physical_node linkDan Williams2022-02-081-2/+19
| * | | | tools/testing/cxl: Enumerate mock decodersDan Williams2022-02-081-20/+98
| * | | | tools/testing/cxl: Mock one level of switchesDan Williams2022-02-081-41/+97
| * | | | tools/testing/cxl: Fix root port to host bridge assignmentDan Williams2022-02-081-1/+1
| * | | | tools/testing/cxl: Mock dvsec_ranges()Dan Williams2022-02-081-0/+10
| * | | | cxl/mem: Add the cxl_mem driverBen Widawsky2022-02-082-0/+16
| * | | | cxl/memdev: Add numa_node attributeDan Williams2022-02-081-0/+1
| * | | | cxl/pci: Emit device serial numberDan Williams2022-02-081-0/+1
| * | | | cxl/pci: Implement wait for media activeBen Widawsky2022-02-081-0/+8
| * | | | cxl/core/port: Remove @host argument for dport + decoder enumerationDan Williams2022-02-083-30/+21
| * | | | cxl/port: Add a driver for 'struct cxl_port' objectsBen Widawsky2022-02-082-2/+5
| * | | | cxl/core/hdm: Add CXL standard decoder enumeration to the coreDan Williams2022-02-084-0/+86
| * | | | cxl/core: Generalize dport enumeration in the coreDan Williams2022-02-085-128/+71
| * | | | cxl/port: Up-level cxl_add_dport() locking requirements to the callerDan Williams2022-02-081-0/+4
| * | | | cxl/pmem: Introduce a find_cxl_root() helperDan Williams2022-02-082-26/+0
| * | | | cxl/core/port: Rename bus.c to port.cDan Williams2022-02-081-1/+1
| |/ / /
* | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2022-03-241-3/+2
|\ \ \ \
| * | | | linux/types.h: remove unnecessary __bitwise__Bjorn Helgaas2022-03-231-3/+2
* | | | | Merge tag 'net-next-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2022-03-24299-3793/+16411
|\ \ \ \ \
| * \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-03-232-7/+140
| |\ \ \ \ \
| | * | | | | selftest: net: Test IPv4 PMTU exceptions with DSCP and ECNGuillaume Nault2022-03-181-4/+137
| | * | | | | af_unix: Support POLLPRI for OOB.Kuniyuki Iwashima2022-03-181-3/+3
| * | | | | | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2022-03-2278-600/+4011
| |\ \ \ \ \ \
| | * | | | | | selftests/bpf: Fix kprobe_multi test.Alexei Starovoitov2022-03-221-1/+3
| | * | | | | | bpftool: Fix a bug in subskeleton code generationYonghong Song2022-03-211-1/+0
| | * | | | | | libbpf: Close fd in bpf_object__reuse_mapHengqi Chen2022-03-211-1/+1
| | * | | | | | bpftool: Fix print error when show bpf mapYafang Shao2022-03-211-5/+2
| | * | | | | | selftests/bpf/test_lirc_mode2.sh: Exit with proper codeHangbin Liu2022-03-211-1/+4
| | * | | | | | selftests/bpf: Test skipping stacktraceNamhyung Kim2022-03-202-0/+131
| | * | | | | | selftests/bpf: Fix test for 4-byte load from remote_port on big-endianJakub Sitnicki2022-03-201-2/+8
| | * | | | | | selftests/bpf: Fix u8 narrow load checks for bpf_sk_lookup remote_portJakub Sitnicki2022-03-201-2/+1
| | * | | | | | selftests/bpf: Test for associating multiple elements with the local storageJoanne Koong2022-03-201-0/+19
| | * | | | | | libbpf: Avoid NULL deref when initializing map BTF infoAndrii Nakryiko2022-03-201-0/+3
| | * | | | | | bpftool: Add BPF_TRACE_KPROBE_MULTI to attach type names tableAndrii Nakryiko2022-03-181-1/+1
| | * | | | | | selftests/bpf: Fix test for 4-byte load from dst_port on big-endianJakub Sitnicki2022-03-181-1/+7
| | * | | | | | selftests/bpf: Use constants for socket states in sock_fields testJakub Sitnicki2022-03-181-5/+5
| | * | | | | | selftests/bpf: Check dst_port only on the client socketJakub Sitnicki2022-03-181-0/+4
| | * | | | | | selftests/bpf: Fix error reporting from sock_fields programsJakub Sitnicki2022-03-181-1/+1
| | * | | | | | selftests/bpf: Test subskeleton functionalityDelyan Kratunov2022-03-176-2/+194
| | * | | | | | bpftool: Add support for subskeletonsDelyan Kratunov2022-03-173-85/+542
| | * | | | | | libbpf: Add subskeleton scaffoldingDelyan Kratunov2022-03-173-21/+149
| | * | | | | | libbpf: Init btf_{key,value}_type_id on internal map openDelyan Kratunov2022-03-171-1/+14
| | * | | | | | libbpf: .text routines are subprograms in strict modeDelyan Kratunov2022-03-172-0/+11
| | * | | | | | selftests/bpf: Add cookie test for bpf_program__attach_kprobe_multi_optsJiri Olsa2022-03-171-0/+68
| | * | | | | | selftests/bpf: Add attach test for bpf_program__attach_kprobe_multi_optsJiri Olsa2022-03-171-11/+193
| | * | | | | | selftests/bpf: Add kprobe_multi bpf_cookie testJiri Olsa2022-03-172-19/+131
| | * | | | | | selftests/bpf: Add kprobe_multi attach testJiri Olsa2022-03-173-0/+243
| | * | | | | | libbpf: Add bpf_program__attach_kprobe_multi_opts functionJiri Olsa2022-03-173-0/+184