messages from 2024-06-19 21:01:12 to 2024-06-21 20:31:45 UTC [more...]
[PATCH net-next v12 00/13] Device Memory TCP
2024-06-21 20:31 UTC (7+ messages)
` [PATCH net-next v12 06/13] page_pool: devmem support
` [PATCH net-next v12 10/13] tcp: RX path for devmem TCP
[RFC PATCH 0/2] riscv: Expose orig_a0 to userspace for ptrace to set the actual a0
2024-06-21 20:20 UTC (8+ messages)
` [RFC PATCH 1/2] riscv: Expose orig_a0 in the user_regs_struct structure
` [RFC PATCH 2/2] riscv: selftests: Add a ptrace test to check a0 of restarted syscall
[PATCH RFC 0/3] add support for mm-local memory allocations
2024-06-21 20:15 UTC (4+ messages)
` [PATCH RFC 1/3] mseal: expose interface to seal / unseal user memory ranges
` [PATCH RFC 2/3] mm/secretmem: implement mm-local kernel allocations
` [PATCH RFC 3/3] drivers/misc: add test driver and selftest for proclocal allocator
[PATCH v2 1/3] Fix userfaultfd_api to return EINVAL as expected
2024-06-21 18:12 UTC (3+ messages)
` [PATCH v2 2/3] Update uffd-stress to handle EINVAL for unset config features
` [PATCH v2 3/3] Turn off test_uffdio_wp if CONFIG_PTE_MARKER_UFFD_WP is not configured
[PATCH v1] selftests/harness: Fix tests timeout and race condition
2024-06-21 18:06 UTC
[PATCH RFC 0/5] mm/gup: Introduce exclusive GUP pinning
2024-06-21 16:54 UTC (48+ messages)
[PATCH HID 00/12] HID: bpf_struct_ops, part 2
2024-06-21 16:26 UTC (17+ messages)
` [PATCH HID 01/12] HID: bpf: fix dispatch_hid_bpf_device_event uninitialized ret value
` [PATCH HID 02/12] HID: add source argument to HID low level functions
` [PATCH HID 03/12] HID: bpf: add HID-BPF hooks for hid_hw_raw_requests
` [PATCH HID 04/12] HID: bpf: prevent infinite recursions with hid_hw_raw_requests hooks
` [PATCH HID 05/12] selftests/hid: add tests for hid_hw_raw_request HID-BPF hooks
` [PATCH HID 06/12] HID: bpf: add HID-BPF hooks for hid_hw_output_report
` [PATCH HID 07/12] selftests/hid: add tests for hid_hw_output_report HID-BPF hooks
` [PATCH HID 08/12] HID: bpf: make hid_bpf_input_report() sleep until the device is ready
` [PATCH HID 09/12] selftests/hid: add wq test for hid_bpf_input_report()
` [PATCH HID 10/12] HID: bpf: allow hid_device_event hooks to inject input reports on self
` [PATCH HID 11/12] selftests/hid: add another test for injecting an event from an event hook
` [PATCH HID 12/12] selftests/hid: add an infinite loop test for hid_bpf_try_input_report
[PATCH v4 0/4] Userspace controls soft-offline pages
2024-06-21 14:43 UTC (8+ messages)
` [PATCH v4 1/4] mm/memory-failure: refactor log format in soft offline code
` [PATCH v4 2/4] mm/memory-failure: userspace controls soft-offlining pages
` [PATCH v4 3/4] selftest/mm: test enable_soft_offline behaviors
` [PATCH v4 4/4] docs: mm: add enable_soft_offline sysctl
[PATCH net-next] selftests: net: change shebang to bash in amt.sh
2024-06-21 13:30 UTC (3+ messages)
[PATCH V4] rcutorture: Add CFcommon.arch for the various arch's need
2024-06-21 12:30 UTC (5+ messages)
[PATCH] selftests/mm: Introduce a test program to assess swap entry allocation for thp_swapout
2024-06-21 11:20 UTC (26+ messages)
[PATCH bpf-next 0/6] use network helpers, part 8
2024-06-21 10:35 UTC (7+ messages)
` [PATCH bpf-next 1/6] selftests/bpf: Use start_server in sockmap_ktls
` [PATCH bpf-next 2/6] selftests/bpf: Use connect_to_fd "
` [PATCH bpf-next 3/6] selftests/bpf: Use start_server_str in sk_lookup
` [PATCH bpf-next 4/6] selftests/bpf: Drop inetaddr_len "
` [PATCH bpf-next 5/6] selftests/bpf: Use connect_to_fd "
` [PATCH bpf-next 6/6] selftests/bpf: Drop make_socket "
[PATCH net-next v4 00/10] net: openvswitch: Add sample multicasting
2024-06-21 10:11 UTC (5+ messages)
` [PATCH net-next v4 07/10] selftests: openvswitch: add emit_sample action
` [PATCH net-next v4 08/10] selftests: openvswitch: add userspace parsing
` [PATCH net-next v4 09/10] selftests: openvswitch: parse trunc action
` [PATCH net-next v4 10/10] selftests: openvswitch: add emit_sample test
[PATCH v5 4/4] KVM: riscv: selftests: Add Svade and Svadu Extension to get-reg-list test
2024-06-21 8:53 UTC (2+ messages)
[PATCH v4 00/14] security: digest_cache LSM
2024-06-21 7:10 UTC (20+ messages)
[PATCH] selftests/futex: Order calls in futex_requeue
2024-06-21 5:45 UTC (2+ messages)
[PATCH bpf-next v6 0/6] use network helpers, part 7
2024-06-21 3:50 UTC (8+ messages)
` [PATCH bpf-next v6 1/6] selftests/bpf: Drop type from network_helper_opts
` [PATCH bpf-next v6 2/6] selftests/bpf: Use connect_to_addr in connect_to_fd_opt
` [PATCH bpf-next v6 3/6] selftests/bpf: Add client_socket helper
` [PATCH bpf-next v6 4/6] selftests/bpf: Drop noconnect from network_helper_opts
` [PATCH bpf-next v6 5/6] selftests/bpf: Use start_server_str in mptcp
` [PATCH bpf-next v6 6/6] selftests/bpf: Use start_server_str in test_tcp_check_syncookie_user
[RFC PATCH v5 00/29] TDX KVM selftests
2024-06-21 2:51 UTC (10+ messages)
[PATCH 0/5] riscv: add support for Zaamo and Zalrsc extensions
2024-06-20 22:52 UTC (3+ messages)
` [PATCH 3/5] riscv: hwprobe: export "
[PATCH bpf-next v5 0/6] use network helpers, part 7
2024-06-20 22:51 UTC (10+ messages)
` [PATCH bpf-next v5 1/6] selftests/bpf: Drop type from network_helper_opts
` [PATCH bpf-next v5 2/6] selftests/bpf: Use connect_to_addr in connect_to_fd_opt
` [PATCH bpf-next v5 3/6] selftests/bpf: Add client_socket helper
` [PATCH bpf-next v5 4/6] selftests/bpf: Drop noconnect from network_helper_opts
[PATCH v10 0/3] KVM: selftests: aarch64: Introduce pmu_event_filter_test
2024-06-20 22:30 UTC (5+ messages)
` [PATCH v10 1/3] KVM: selftests: aarch64: Add helper function for the vpmu vcpu creation
` [PATCH v10 2/3] KVM: selftests: aarch64: Introduce pmu_event_filter_test
[RFC net-next 9/9] bpf: selftests: test disabling GRO by XDP
2024-06-20 22:19 UTC
[PATCH v2] kunit/usercopy: Disable testing on !CONFIG_MMU
2024-06-20 21:13 UTC (2+ messages)
[PATCH] kunit/usercopy: Add missing MODULE_DESCRIPTION()
2024-06-20 21:00 UTC (2+ messages)
[PATCH 0/2] selftest: rtc: Add rtc feature detection and rtc file check
2024-06-20 19:37 UTC (5+ messages)
` [PATCH 1/2] selftest: rtc: Add to check rtc alarm status for alarm related test
` [PATCH 2/2] selftest: rtc: Check if could access /dev/rtc0 before testing
[PATCH v3 0/4] selftests/resctrl: Enable MBM and MBA tests on AMD
2024-06-20 19:11 UTC (13+ messages)
` [PATCH v3 1/4] selftests/resctrl: Rename variables and functions to generic names
` [PATCH v3 2/4] selftests/resctrl: Pass sysfs controller name of the vendor
` [PATCH v3 3/4] selftests/resctrl: Add support for MBM and MBA tests on AMD
` [PATCH v3 4/4] selftests/resctrl: Enable MBA/MBA "
[PATCH v3 0/3] Userspace controls soft-offline pages
2024-06-20 17:25 UTC (4+ messages)
` [PATCH v3 3/3] docs: mm: add enable_soft_offline sysctl
[PATCH net] selftests: virtio_net: add forgotten config options
2024-06-20 14:20 UTC (3+ messages)
[PATCH v2 net-next 0/7] selftests: net: Switch pmtu.sh to use the internal ovs script
2024-06-20 12:56 UTC (8+ messages)
` [PATCH v2 net-next 1/7] selftests: openvswitch: Support explicit tunnel port creation
` [PATCH v2 net-next 2/7] selftests: openvswitch: Refactor actions parsing
` [PATCH v2 net-next 3/7] selftests: openvswitch: Add set() and set_masked() support
` [PATCH v2 net-next 4/7] selftests: openvswitch: Add support for tunnel() key
` [PATCH v2 net-next 5/7] selftests: openvswitch: Support implicit ipv6 arguments
` [PATCH v2 net-next 6/7] selftests: net: Use the provided dpctl rather than the vswitchd for tests
` [PATCH v2 net-next 7/7] selftests: net: add config for openvswitch
[PATCH 0/6] defconfig: drop RT_GROUP_SCHED=y
2024-06-20 12:49 UTC (2+ messages)
` (subset) "
[PATCH 1/2] tools: kernel-chktaint: Fix bashism, simplify code
2024-06-20 11:13 UTC (2+ messages)
[PATCH v3 00/13] riscv: Add support for xtheadvector
2024-06-20 10:06 UTC (15+ messages)
` [PATCH v3 01/13] dt-bindings: riscv: Add xtheadvector ISA extension description
` [PATCH v3 02/13] dt-bindings: cpus: add a thead vlen register length property
` [PATCH v3 03/13] riscv: dts: allwinner: Add xtheadvector to the D1/D1s devicetree
` [PATCH v3 04/13] riscv: Add thead and xtheadvector as a vendor extension
` [PATCH v3 05/13] riscv: vector: Use vlenb from DT for thead
` [PATCH v3 06/13] RISC-V: define the elements of the VCSR vector CSR
` [PATCH v3 07/13] riscv: csr: Add CSR encodings for VCSR_VXRM/VCSR_VXSAT
` [PATCH v3 08/13] riscv: Add xtheadvector instruction definitions
` [PATCH v3 09/13] riscv: vector: Support xtheadvector save/restore
` [PATCH v3 10/13] riscv: hwprobe: Add thead vendor extension probing
` [PATCH v3 11/13] riscv: hwprobe: Document thead vendor extensions and xtheadvector extension
` [PATCH v3 12/13] selftests: riscv: Fix vector tests
` [PATCH v3 13/13] selftests: riscv: Support xtheadvector in "
[PATCH] kselftest: dt: Ignore nodes that have ancestors disabled
2024-06-19 21:33 UTC
[PATCH net-next v3 00/10] net: openvswitch: Add sample multicasting
2024-06-19 21:00 UTC (5+ messages)
` [PATCH net-next v3 07/10] selftests: openvswitch: add emit_sample action
` [PATCH net-next v3 08/10] selftests: openvswitch: add userspace parsing
` [PATCH net-next v3 09/10] selftests: openvswitch: parse trunc action
` [PATCH net-next v3 10/10] selftests: openvswitch: add emit_sample test
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).