summaryrefslogtreecommitdiffstats
path: root/tools/testing
AgeCommit message (Expand)AuthorLines
2023-06-28Merge tag 'v6.5-rc1-sysctl-next' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-27/+88
2023-06-28Merge tag 'v6.5-rc1-modules-next' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-3/+1
2023-06-28Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-313/+1025
2023-06-28selftests/user_events: Add test cases when event is disabledsunliming-0/+4
2023-06-28selftests/user_events: Enable the event before write_fault test in ftrace sel...sunliming-0/+4
2023-06-27Merge tag 'hardening-v6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-0/+5
2023-06-27Merge tag 'landlock-6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-28/+369
2023-06-27Merge tag 'linux-kselftest-next-6.5-rc1' of git://git.kernel.org/pub/scm/linu...Linus Torvalds-45/+144
2023-06-27Merge tag 'linux-kselftest-kunit-6.5-rc1' of git://git.kernel.org/pub/scm/lin...Linus Torvalds-4/+10
2023-06-27Merge tag 'nolibc.2023.06.22a' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-49/+218
2023-06-27Merge tag 'rcu.2023.06.22a' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-3/+3
2023-06-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-0/+1
2023-06-26Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds-4/+194
2023-06-26Merge tag 'asoc-v6.5' of https://git.kernel.org/pub/scm/linux/kernel/git/broo...Takashi Iwai-11/+83
2023-06-26Merge branch 'for-next' into for-linusTakashi Iwai-9/+528
2023-06-25Merge branch 'for-6.5/cxl-rch-eh' into for-6.5/cxlDan Williams-35/+45
2023-06-25Merge branch 'for-6.5/cxl-perf' into for-6.5/cxlDan Williams-0/+1
2023-06-25Merge branch 'for-6.5/cxl-type-2' into for-6.5/cxlDan Williams-104/+79
2023-06-25Merge branch 'for-6.5/cxl-fwupd' into for-6.5/cxlDan Williams-9/+183
2023-06-25Merge branch 'for-6.5/cxl-background' into for-6.5/cxlDan Williams-0/+52
2023-06-25tools/testing/cxl: add firmware update emulation to CXL memdevsVishal Verma-0/+160
2023-06-25tools/testing/cxl: Use named effects for the Command Effect LogVishal Verma-9/+23
2023-06-25tools/testing/cxl: Fix command effects for inject/clear poisonVishal Verma-2/+2
2023-06-25cxl/test: Add Secure Erase opcode supportDavidlohr Bueso-0/+27
2023-06-25cxl/test: Add Sanitize opcode supportDavidlohr Bueso-0/+25
2023-06-25Revert "cxl/port: Enable the HDM decoder capability for switch ports"Dan Williams-16/+0
2023-06-25cxl/port: Rename CXL_DECODER_{EXPANDER, ACCELERATOR} => {HOSTONLYMEM, DEVMEM}Dan Williams-3/+3
2023-06-25cxl/mbox: Move mailbox related driver state to its own data structureDan Williams-19/+24
2023-06-25tools/testing/cxl: Remove unused @cxlds argumentDan Williams-47/+39
2023-06-25cxl: Rename 'uport' to 'uport_dev'Dan Williams-15/+15
2023-06-25cxl/rch: Prepare for caching the MMIO mapped PCIe AER capabilityDan Williams-1/+3
2023-06-25cxl/acpi: Probe RCRB later during RCH downstream port creationRobert Richter-21/+29
2023-06-24selftests: mptcp: connect: fix comment typoYueh-Shun Li-1/+1
2023-06-24selftests: mptcp: add pm_nl_set_endpoint helperGeliang Tang-113/+122
2023-06-24selftests: mptcp: drop sflags parameterGeliang Tang-17/+22
2023-06-24selftests: mptcp: drop addr_nr_ns1/2 parametersGeliang Tang-73/+103
2023-06-24selftests: mptcp: drop test_linkfail parameterGeliang Tang-93/+99
2023-06-24selftests: mptcp: set FAILING_LINKS in run_testsGeliang Tang-6/+6
2023-06-24selftests: mptcp: check subflow and addr infosGeliang Tang-21/+23
2023-06-24selftests: mptcp: test userspace pm out of transferGeliang Tang-46/+99
2023-06-24selftests: rtnetlink: remove netdevsim device after ipsec offload testSabrina Dubroca-0/+1
2023-06-24Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski-174/+1313
2023-06-23selftests: cgroup: fix unexpected failure on test_memcg_sockHaifeng Xu-1/+4
2023-06-23Merge mm-hotfixes-stable into mm-stable to pick up depended-upon changes.Andrew Morton-10/+37
2023-06-23Merge branch 'for-next/feat_s1pie' into for-next/coreCatalin Marinas-1/+52
2023-06-23Merge branches 'for-next/kpti', 'for-next/missing-proto-warn', 'for-next/iss2...Catalin Marinas-3/+142
2023-06-23kselftest/arm64: Add a test case for TPIDR2 restoreMark Brown-1/+87
2023-06-23selftests/ftrace: Add new test case which checks for optimized probesAkanksha J N-0/+34
2023-06-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-85/+531
2023-06-22Merge tag 'net-6.4-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds-28/+228