messages from 2025-04-24 00:28:21 to 2025-04-26 05:58:56 UTC [more...]
[PATCH v2 00/22] iommufd: Add vIOMMU infrastructure (Part-4 vCMDQ)
2025-04-26 5:57 UTC (5+ messages)
` [PATCH v2 01/22] iommufd/viommu: Add driver-allocated vDEVICE support
` [PATCH v2 02/22] iommu: Pass in a driver-level user data structure to viommu_alloc op
` [PATCH v2 03/22] iommufd/viommu: Allow driver-specific user data for a vIOMMU object
` [PATCH v2 04/22] iommu: Add iommu_copy_struct_to_user helper
[PATCH v4 00/14] Add support for suppressing warning backtraces
2025-04-26 2:32 UTC (2+ messages)
[PATCH net 1/2] net: mscc: ocelot: delete PVID VLAN when readding it as non-PVID
2025-04-26 2:00 UTC (4+ messages)
` [PATCH net 2/2] selftests: net: bridge_vlan_aware: test untagged/8021p-tagged with and without PVID
[PATCH v10 0/5] KVM: selftests: Add LoongArch support
2025-04-26 0:34 UTC (3+ messages)
` [PATCH v10 2/5] KVM: selftests: Add KVM selftests header files for LoongArch
[PATCH v5 net-next 00/15] AccECN protocol patch series
2025-04-26 0:32 UTC (3+ messages)
[RFC PATCH 00/39] 1G page support for guest_memfd
2025-04-25 22:45 UTC (16+ messages)
` [RFC PATCH 13/39] KVM: guest_memfd: Make guest mem use guest mem inodes instead of anonymous inodes
` [RFC PATCH 39/39] KVM: guest_memfd: Dynamically split/reconstruct HugeTLB page
[PATCH] kunit: configs: Enable coverage of the bitfield packing library
2025-04-25 22:19 UTC
[PATCH v2 security-next 0/4] Introducing Hornet LSM
2025-04-25 21:44 UTC (15+ messages)
` [PATCH v2 security-next 1/4] security: "
[PATCH v12 net-next 0/5] DUALPI2 patch
2025-04-25 21:17 UTC (8+ messages)
` [PATCH v12 net-next 1/5] Documentation: netlink: specs: tc: Add DualPI2 specification
` [PATCH v12 net-next 3/5] sched: Struct definition and parsing of dualpi2 qdisc
[PATCH net-next v12 0/9] Device memory TCP TX
2025-04-25 20:47 UTC (10+ messages)
` [PATCH net-next v12 1/9] netmem: add niov->type attribute to distinguish different net_iov types
` [PATCH net-next v12 2/9] net: add get_netmem/put_netmem support
` [PATCH net-next v12 3/9] net: devmem: TCP tx netlink api
` [PATCH net-next v12 4/9] net: devmem: Implement TX path
` [PATCH net-next v12 5/9] net: add devmem TCP TX documentation
` [PATCH net-next v12 6/9] net: enable driver support for netmem TX
` [PATCH net-next v12 7/9] gve: add netmem TX support to GVE DQO-RDA mode
` [PATCH net-next v12 8/9] net: check for driver support in netmem TX
` [PATCH net-next v12 9/9] selftests: ncdevmem: Implement devmem TCP TX
[PATCH net-next v4 0/3] Fix netdevim to correctly mark NAPI IDs
2025-04-25 19:01 UTC (6+ messages)
` [PATCH net-next v4 2/3] selftests: drv-net: Factor out ksft C helpers
` [PATCH net-next v4 3/3] selftests: drv-net: Test that NAPI ID is non-zero
[PATCH v12 00/28] riscv control-flow integrity for usermode
2025-04-25 16:39 UTC (27+ messages)
` [PATCH v12 05/28] riscv: usercfi state for task and save/restore of CSR_SSP on trap entry/exit
` [PATCH v12 06/28] riscv/mm : ensure PROT_WRITE leads to VM_READ | VM_WRITE
` [PATCH v12 10/28] riscv/mm: Implement map_shadow_stack() syscall
` [PATCH v12 12/28] riscv: Implements arch agnostic shadow stack prctls
[PATCH net-next] selftests: net: exit cleanly on SIGTERM / timeout
2025-04-25 15:17 UTC
[PATCH 0/3] RISC-V KVM selftests improvements
2025-04-25 14:20 UTC (10+ messages)
` [PATCH 1/3] KVM: riscv: selftests: Add stval to exception handling
` [PATCH 2/3] KVM: riscv: selftests: Decode stval to identify exact exception type
` [PATCH 3/3] KVM: riscv: selftests: Add vector extension tests
[PATCH v4 00/38] Mediated vPMU 4.0 for x86
2025-04-25 13:56 UTC (12+ messages)
` [PATCH v4 05/38] perf: Add generic exclude_guest support
` [PATCH v4 09/38] perf: Add switch_guest_ctx() interface
` [PATCH v4 10/38] perf/x86: Support switch_guest_ctx interface
[PATCH RFC bpf-next 0/4] bpf, arm64: support up to 12 arguments
2025-04-25 9:23 UTC (11+ messages)
` [PATCH RFC bpf-next 1/4] bpf: add struct largest member size in func model
[PATCH bpf-next v2] bpf: Allow XDP dev-bound programs to perform XDP_REDIRECT into maps
2025-04-25 7:49 UTC (10+ messages)
[PATCH v6 00/14] riscv: add SBI FWFT misaligned exception delegation support
2025-04-25 7:46 UTC (17+ messages)
` [PATCH v6 01/14] riscv: sbi: add Firmware Feature (FWFT) SBI extensions definitions
` [PATCH v6 02/14] riscv: sbi: remove useless parenthesis
` [PATCH v6 03/14] riscv: sbi: add new SBI error mappings
` [PATCH v6 04/14] riscv: sbi: add FWFT extension interface
` [PATCH v6 05/14] riscv: sbi: add SBI FWFT extension calls
` [PATCH v6 06/14] riscv: misaligned: request misaligned exception from SBI
` [PATCH v6 07/14] riscv: misaligned: use on_each_cpu() for scalar misaligned access probing
` [PATCH v6 08/14] riscv: misaligned: use correct CONFIG_ ifdef for misaligned_access_speed
` [PATCH v6 09/14] riscv: misaligned: move emulated access uniformity check in a function
` [PATCH v6 10/14] riscv: misaligned: add a function to check misalign trap delegability
` [PATCH v6 11/14] RISC-V: KVM: add SBI extension init()/deinit() functions
` [PATCH v6 12/14] RISC-V: KVM: add SBI extension reset callback
` [PATCH v6 13/14] RISC-V: KVM: add support for FWFT SBI extension
` [PATCH v6 14/14] RISC-V: KVM: add support for SBI_FWFT_MISALIGNED_DELEG
[PATCH bpf-next v1 0/2] ktls, sockmap: Fix missing uncharge operation and add selfttest
2025-04-25 5:59 UTC (3+ messages)
` [PATCH bpf-next v1 1/2] ktls, sockmap: Fix missing uncharge operation
` [PATCH bpf-next v1 2/2] selftests/bpf: Add test to cover sockmap with ktls
[PATCH net 1/2] net/devmem: Reject insufficiently large dmabuf pools
2025-04-25 0:37 UTC (11+ messages)
[PATCH v1] selftests: iou-zcrx: Get the page size at runtime
2025-04-25 0:00 UTC (9+ messages)
[PATCH 0/4] selftest: can: Start importing selftests from can-tests
2025-04-24 23:02 UTC (18+ messages)
` [PATCH 1/4] selftests: can: Import tst-filter "
` [PATCH 2/4] selftests: can: use kselftest harness in test_raw_filter
` [PATCH 3/4] selftests: can: Use fixtures "
` [PATCH 4/4] selftests: can: Document test_raw_filter test cases
Call for Participation: Automated Testing Summit 2025 @ OSS NA
2025-04-24 21:16 UTC
[PATCH v3 00/32] kselftest harness and nolibc compatibility
2025-04-24 20:06 UTC (4+ messages)
[PATCH v3 0/8] perform /proc/pid/maps read and PROCMAP_QUERY under RCU
2025-04-24 17:44 UTC (11+ messages)
` [PATCH v3 7/8] mm/maps: read proc/pid/maps "
[PATCH v13 00/28] riscv control-flow integrity for usermode
2025-04-24 16:41 UTC (32+ messages)
` [PATCH v13 01/28] mm: VM_SHADOW_STACK definition for riscv
` [PATCH v13 02/28] dt-bindings: riscv: zicfilp and zicfiss in dt-bindings (extensions.yaml)
` [PATCH v13 03/28] riscv: zicfiss / zicfilp enumeration
` [PATCH v13 04/28] riscv: zicfiss / zicfilp extension csr and bit definitions
` [PATCH v13 05/28] riscv: usercfi state for task and save/restore of CSR_SSP on trap entry/exit
` [PATCH v13 06/28] riscv/mm : ensure PROT_WRITE leads to VM_READ | VM_WRITE
` [PATCH v13 07/28] riscv mm: manufacture shadow stack pte
` [PATCH v13 08/28] riscv mmu: teach pte_mkwrite to manufacture shadow stack PTEs
` [PATCH v13 09/28] riscv mmu: write protect and shadow stack
` [PATCH v13 10/28] riscv/mm: Implement map_shadow_stack() syscall
` [PATCH v13 11/28] riscv/shstk: If needed allocate a new shadow stack on clone
` [PATCH v13 12/28] riscv: Implements arch agnostic shadow stack prctls
` [PATCH v13 13/28] prctl: arch-agnostic prctl for indirect branch tracking
` [PATCH v13 14/28] riscv: Implements arch agnostic indirect branch tracking prctls
` [PATCH v13 15/28] riscv/traps: Introduce software check exception
` [PATCH v13 16/28] riscv: signal: abstract header saving for setup_sigcontext
` [PATCH v13 17/28] riscv/signal: save and restore of shadow stack for signal
` [PATCH v13 18/28] riscv/kernel: update __show_regs to print shadow stack register
` [PATCH v13 19/28] riscv/ptrace: riscv cfi status and state via ptrace and in core files
` [PATCH v13 20/28] riscv/hwprobe: zicfilp / zicfiss enumeration in hwprobe
` [PATCH v13 21/28] riscv: kernel command line option to opt out of user cfi
` [PATCH v13 22/28] riscv: Add Firmware Feature SBI extensions definitions
` [PATCH v13 23/28] riscv: enable kernel access to shadow stack memory via FWFT sbi call
` [PATCH v13 24/28] arch/riscv: compile vdso with landing pad
` [PATCH v13 25/28] riscv: create a config for shadow stack and landing pad instr support
` [PATCH v13 26/28] riscv: Documentation for landing pad / indirect branch tracking
` [PATCH v13 27/28] riscv: Documentation for shadow stack on riscv
` [PATCH v13 28/28] kselftest/riscv: kselftest for user mode cfi
[PATCH v1 00/16] iommufd: Add vIOMMU infrastructure (Part-4 vCMDQ)
2025-04-24 15:54 UTC (17+ messages)
` [PATCH v1 15/16] iommu/tegra241-cmdqv: Add user-space use support
[PATCH v5 00/13] riscv: add SBI FWFT misaligned exception delegation support
2025-04-24 13:04 UTC (15+ messages)
` [PATCH v5 03/13] riscv: sbi: add FWFT extension interface
` [PATCH v5 04/13] riscv: sbi: add SBI FWFT extension calls
` [PATCH v5 05/13] riscv: misaligned: request misaligned exception from SBI
` [PATCH v5 13/13] RISC-V: KVM: add support for SBI_FWFT_MISALIGNED_DELEG
[PATCH 0/3] tools/nolibc: make all headers usable directly
2025-04-24 12:59 UTC (5+ messages)
` [PATCH 1/3] tools/nolibc: add target to check header usability
` [PATCH 2/3] tools/nolibc: include nolibc.h early from all header files
` [PATCH 3/3] selftests/nolibc: always run nolibc header check
[PATCH 0/2] selftests: ublk: misc fixes
2025-04-24 12:31 UTC (2+ messages)
` (subset) "
[PATCH net-next v10 0/9] Device memory TCP TX
2025-04-24 9:06 UTC (5+ messages)
` [PATCH net-next v10 3/9] net: devmem: TCP tx netlink api
[PATCH] selftests/mm: compaction_test: Support platform with huge mount of memory
2025-04-24 6:28 UTC (4+ messages)
[PATCH] selftests/pidfd: align stack to fix SP alignment exception
2025-04-24 6:11 UTC (5+ messages)
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