messages from 2025-03-10 23:42:05 to 2025-03-14 21:40:36 UTC [more...]
[PATCH v12 00/28] riscv control-flow integrity for usermode
2025-03-14 21:39 UTC (27+ messages)
` [PATCH v12 01/28] mm: VM_SHADOW_STACK definition for riscv
` [PATCH v12 02/28] dt-bindings: riscv: zicfilp and zicfiss in dt-bindings (extensions.yaml)
` [PATCH v12 03/28] riscv: zicfiss / zicfilp enumeration
` [PATCH v12 04/28] riscv: zicfiss / zicfilp extension csr and bit definitions
` [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 07/28] riscv mm: manufacture shadow stack pte
` [PATCH v12 08/28] riscv mmu: teach pte_mkwrite to manufacture shadow stack PTEs
` [PATCH v12 09/28] riscv mmu: write protect and shadow stack
` [PATCH v12 10/28] riscv/mm: Implement map_shadow_stack() syscall
` [PATCH v12 11/28] riscv/shstk: If needed allocate a new shadow stack on clone
` [PATCH v12 12/28] riscv: Implements arch agnostic shadow stack prctls
` [PATCH v12 13/28] prctl: arch-agnostic prctl for indirect branch tracking
` [PATCH v12 14/28] riscv: Implements arch agnostic indirect branch tracking prctls
` [PATCH v12 15/28] riscv/traps: Introduce software check exception
` [PATCH v12 16/28] riscv: signal: abstract header saving for setup_sigcontext
` [PATCH v12 17/28] riscv/signal: save and restore of shadow stack for signal
` [PATCH v12 18/28] riscv/kernel: update __show_regs to print shadow stack register
` [PATCH v12 19/28] riscv/ptrace: riscv cfi status and state via ptrace and in core files
` [PATCH v12 20/28] riscv/hwprobe: zicfilp / zicfiss enumeration in hwprobe
` [PATCH v12 21/28] riscv: Add Firmware Feature SBI extensions definitions
` [PATCH v12 22/28] riscv: enable kernel access to shadow stack memory via FWFT sbi call
` [PATCH v12 23/28] riscv: kernel command line option to opt out of user cfi
` [PATCH v12 24/28] arch/riscv: compile vdso with landing pad
` [PATCH v12 25/28] riscv: create a config for shadow stack and landing pad instr support
` [PATCH v12 26/28] riscv: Documentation for landing pad / indirect branch tracking
[PATCH 00/41] treewide: Replace __ASSEMBLY__ with __ASSEMBLER__ in header files
2025-03-14 20:47 UTC (47+ messages)
` [PATCH 01/41] uapi: Replace __ASSEMBLY__ with __ASSEMBLER__ in uapi headers
` [PATCH 02/41] include: Replace __ASSEMBLY__ with __ASSEMBLER__ in non-uapi headers
` [PATCH 03/41] alpha: Replace __ASSEMBLY__ with __ASSEMBLER__ in the alpha headers
` [PATCH 04/41] arc: Replace __ASSEMBLY__ with __ASSEMBLER__ in uapi headers
` [PATCH 05/41] arc: Replace __ASSEMBLY__ with __ASSEMBLER__ in the non-uapi headers
` [PATCH 06/41] arm: Replace __ASSEMBLY__ with __ASSEMBLER__ in uapi headers
` [PATCH 07/41] arm: Replace __ASSEMBLY__ with __ASSEMBLER__ in non-uapi headers
` [PATCH 08/41] arm64: Replace __ASSEMBLY__ with __ASSEMBLER__ in uapi headers
` [PATCH 09/41] arm64: Replace __ASSEMBLY__ with __ASSEMBLER__ in non-uapi headers
` [PATCH 10/41] csky: Replace __ASSEMBLY__ with __ASSEMBLER__ in uapi header
` [PATCH 11/41] csky: Replace __ASSEMBLY__ with __ASSEMBLER__ in non-uapi headers
` [PATCH 12/41] hexagon: Replace __ASSEMBLY__ with __ASSEMBLER__ in uapi headers
` [PATCH 13/41] hexagon: Replace __ASSEMBLY__ with __ASSEMBLER__ in non-uapi headers
` [PATCH 14/41] loongarch: Replace __ASSEMBLY__ with __ASSEMBLER__ in the loongarch headers
` [PATCH 15/41] m68k: Replace __ASSEMBLY__ with __ASSEMBLER__ in uapi headers
` [PATCH 16/41] m68k: Replace __ASSEMBLY__ with __ASSEMBLER__ in non-uapi headers
` [PATCH 17/41] microblaze: Replace __ASSEMBLY__ with __ASSEMBLER__ in uapi headers
` [PATCH 18/41] microblaze: Replace __ASSEMBLY__ with __ASSEMBLER__ in non-uapi headers
` [PATCH 19/41] mips: Replace __ASSEMBLY__ with __ASSEMBLER__ in the mips headers
` [PATCH 20/41] nios2: Replace __ASSEMBLY__ with __ASSEMBLER__ in uapi headers
` [PATCH 21/41] nios2: Replace __ASSEMBLY__ with __ASSEMBLER__ in non-uapi headers
` [PATCH 22/41] openrisc: Replace __ASSEMBLY__ with __ASSEMBLER__ in uapi headers
` [PATCH 23/41] openrisc: Replace __ASSEMBLY__ with __ASSEMBLER__ in non-uapi headers
` [PATCH 24/41] parisc: Replace __ASSEMBLY__ with __ASSEMBLER__ in uapi headers
` [PATCH 25/41] parisc: Replace __ASSEMBLY__ with __ASSEMBLER__ in non-uapi headers
` [PATCH 26/41] powerpc: Replace __ASSEMBLY__ with __ASSEMBLER__ in uapi headers
` [PATCH 27/41] powerpc: Replace __ASSEMBLY__ with __ASSEMBLER__ in non-uapi headers
` [PATCH 28/41] riscv: Replace __ASSEMBLY__ with __ASSEMBLER__ in uapi headers
` [PATCH 29/41] riscv: Replace __ASSEMBLY__ with __ASSEMBLER__ in non-uapi headers
` [PATCH 30/41] s390/uapi: Replace __ASSEMBLY__ with __ASSEMBLER__ in uapi headers
` [PATCH 31/41] s390x: Replace __ASSEMBLY__ with __ASSEMBLER__ in non-uapi headers
` [PATCH 32/41] sh: Replace __ASSEMBLY__ with __ASSEMBLER__ in the SuperH headers
` [PATCH 33/41] sparc: Replace __ASSEMBLY__ with __ASSEMBLER__ in uapi headers
` [PATCH 34/41] sparc: Replace __ASSEMBLY__ with __ASSEMBLER__ in non-uapi headers
` [PATCH 35/41] um: Replace __ASSEMBLY__ with __ASSEMBLER__ in the usermode headers
` [PATCH 36/41] x86: Replace __ASSEMBLY__ with __ASSEMBLER__ in uapi headers
` [PATCH 37/41] x86: Replace __ASSEMBLY__ with __ASSEMBLER__ in non-uapi headers
` [PATCH 38/41] xtensa: Replace __ASSEMBLY__ with __ASSEMBLER__ in uapi headers
` [PATCH 39/41] xtensa: Replace __ASSEMBLY__ with __ASSEMBLER__ in non-uapi headers
` [PATCH 40/41] scripts/dtc: Update fdt.h to the latest version
` [PATCH 41/41] treewide: Stop defining __ASSEMBLY__ for assembler files
[PATCH v6 00/10] Introduce /dev/mshv root partition driver
2025-03-14 19:28 UTC (11+ messages)
` [PATCH v6 01/10] hyperv: Log hypercall status codes as strings
` [PATCH v6 02/10] x86/mshyperv: Add support for extended Hyper-V features
` [PATCH v6 03/10] arm64/hyperv: Add some missing functions to arm64
` [PATCH v6 04/10] hyperv: Introduce hv_recommend_using_aeoi()
` [PATCH v6 05/10] acpi: numa: Export node_to_pxm()
` [PATCH v6 06/10] Drivers: hv: Export some functions for use by root partition module
` [PATCH v6 07/10] Drivers: hv: Introduce per-cpu event ring tail
` [PATCH v6 08/10] x86: hyperv: Add mshv_handler() irq handler and setup function
` [PATCH v6 09/10] hyperv: Add definitions for root partition driver to hv headers
` [PATCH v6 10/10] Drivers: hv: Introduce mshv_root module to expose /dev/mshv to VMMs
[PATCH v5 00/10] Introduce /dev/mshv root partition driver
2025-03-14 19:25 UTC (19+ messages)
` [PATCH v5 02/10] x86/mshyperv: Add support for extended Hyper-V features
` [PATCH v5 07/10] Drivers: hv: Introduce per-cpu event ring tail
` [PATCH v5 09/10] hyperv: Add definitions for root partition driver to hv headers
` [PATCH v5 10/10] Drivers: hv: Introduce mshv_root module to expose /dev/mshv to VMMs
[PATCH v11 00/27] riscv control-flow integrity for usermode
2025-03-14 16:19 UTC (40+ messages)
` [PATCH v11 01/27] mm: VM_SHADOW_STACK definition for riscv
` [PATCH v11 03/27] riscv: zicfiss / zicfilp enumeration
` [PATCH v11 05/27] riscv: usercfi state for task and save/restore of CSR_SSP on trap entry/exit
` [PATCH v11 06/27] riscv/mm : ensure PROT_WRITE leads to VM_READ | VM_WRITE
` [PATCH v11 07/27] riscv mm: manufacture shadow stack pte
` [PATCH v11 08/27] riscv mmu: teach pte_mkwrite to manufacture shadow stack PTEs
` [PATCH v11 09/27] riscv mmu: write protect and shadow stack
` [PATCH v11 10/27] riscv/mm: Implement map_shadow_stack() syscall
` [PATCH v11 11/27] riscv/shstk: If needed allocate a new shadow stack on clone
` [PATCH v11 13/27] prctl: arch-agnostic prctl for indirect branch tracking
` [PATCH v11 14/27] riscv/traps: Introduce software check exception
` [PATCH v11 19/27] riscv/hwprobe: zicfilp / zicfiss enumeration in hwprobe
` [PATCH v11 20/27] riscv: Add Firmware Feature SBI extensions definitions
` [PATCH v11 21/27] riscv: enable kernel access to shadow stack memory via FWFT sbi call
` [PATCH v11 23/27] arch/riscv: compile vdso with landing pad
` [PATCH v11 24/27] riscv: create a config for shadow stack and landing pad instr support
` [PATCH v11 25/27] riscv: Documentation for landing pad / indirect branch tracking
` [PATCH v11 26/27] riscv: Documentation for shadow stack on riscv
` [PATCH v11 27/27] kselftest/riscv: kselftest for user mode cfi
[PATCH v2 00/13] arch, mm: reduce code duplication in mem_init()
2025-03-14 9:25 UTC (18+ messages)
` [PATCH v2 01/13] arm: mem_init: use memblock_phys_free() to free DMA memory on SA1111
` [PATCH v2 02/13] csky: move setup_initrd() to setup.c
` [PATCH v2 03/13] hexagon: move initialization of init_mm.context init to paging_init()
` [PATCH v2 04/13] MIPS: consolidate mem_init() for NUMA machines
` [PATCH v2 05/13] MIPS: make setup_zero_pages() use memblock
` [PATCH v2 06/13] nios2: move pr_debug() about memory start and end to setup_arch()
` [PATCH v2 07/13] s390: make setup_zero_pages() use memblock
` [PATCH v2 08/13] xtensa: split out printing of virtual memory layout to a function
` [PATCH v2 09/13] arch, mm: set max_mapnr when allocating memory map for FLATMEM
` [PATCH v2 10/13] arch, mm: set high_memory in free_area_init()
` [PATCH v2 11/13] arch, mm: streamline HIGHMEM freeing
` [PATCH v2 12/13] arch, mm: introduce arch_mm_preinit
` [PATCH v2 13/13] arch, mm: make releasing of memory to page allocator more explicit
[RFC PATCH v2 00/22] TSM: Secure VFIO, TDISP, SEV TIO
2025-03-14 3:28 UTC (20+ messages)
` [RFC PATCH v2 06/22] KVM: X86: Define tsm_get_vmid
` [RFC PATCH v2 07/22] coco/tsm: Add tsm and tsm-host modules
` [RFC PATCH v2 12/22] iommufd: Allow mapping from guest_memfd
` [RFC PATCH v2 14/22] iommufd: Add TIO calls
[PATCH v4 00/14] Add support for suppressing warning backtraces
2025-03-13 22:05 UTC (21+ messages)
` [PATCH v4 01/14] bug/kunit: Core "
` [PATCH v4 02/14] kunit: bug: Count suppressed "
` [PATCH v4 03/14] kunit: Add test cases for backtrace warning suppression
` [PATCH v4 04/14] kunit: Add documentation for warning backtrace suppression API
` [PATCH v4 05/14] drm: Suppress intentional warning backtraces in scaling unit tests
` [PATCH v4 06/14] x86: Add support for suppressing warning backtraces
` [PATCH v4 07/14] arm64: "
` [PATCH v4 08/14] loongarch: "
` [PATCH v4 09/14] parisc: "
` [PATCH v4 10/14] s390: "
` [PATCH v4 11/14] sh: "
` [PATCH v4 12/14] sh: Move defines needed "
` [PATCH v4 13/14] riscv: Add support "
` [PATCH v4 14/14] powerpc: "
[PATCH hyperv-next v5 00/11] arm64: hyperv: Support Virtual Trust Level Boot
2025-03-13 18:46 UTC (17+ messages)
` [PATCH hyperv-next v5 03/11] Drivers: hv: Enable VTL mode for arm64
` [PATCH hyperv-next v5 08/11] Drivers: hv: vmbus: Get the IRQ number from DeviceTree
` [PATCH hyperv-next v5 11/11] PCI: hv: Get vPCI MSI IRQ domain "
[PATCH] codetag: Avoid unused alloc_tags sections/symbols
2025-03-13 18:07 UTC (3+ messages)
[PATCH *-next 00/18] Remove weird and needless 'return' for void APIs
2025-03-13 13:03 UTC (3+ messages)
` [PATCH *-next 15/18] mfd: db8500-prcmu: Remove needless return in three "
` (subset) "
[PATCH v2 0/6] hyperv: Introduce new way to manage hypercall args
2025-03-13 6:19 UTC (7+ messages)
` [PATCH v2 1/6] Drivers: hv: Introduce hv_hvcall_*() functions for hypercall arguments
` [PATCH v2 2/6] x86/hyperv: Use hv_hvcall_*() to set up hypercall arguments -- part 1
` [PATCH v2 3/6] x86/hyperv: Use hv_hvcall_*() to set up hypercall arguments -- part 2
` [PATCH v2 4/6] Drivers: hv: Use hv_hvcall_*() to set up hypercall arguments
` [PATCH v2 5/6] PCI: "
` [PATCH v2 6/6] Drivers: hv: Replace hyperv_pcpu_input/output_arg with hyperv_pcpu_arg
[PATCH 00/13] arch, mm: reduce code duplication in mem_init()
2025-03-12 16:09 UTC (18+ messages)
` [PATCH 05/13] MIPS: make setup_zero_pages() use memblock
` [PATCH 07/13] s390: "
` [PATCH 10/13] arch, mm: set high_memory in free_area_init()
[RFC PATCH v2 14/22] iommufd: Add TIO calls
2025-03-12 10:41 UTC (13+ messages)
[PATCH 0/4] barrier: Introduce smp_cond_load_*_timeout()
2025-03-12 6:34 UTC (6+ messages)
` [PATCH 1/4] asm-generic: barrier: Add smp_cond_load_relaxed_timewait()
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 NNTP newsgroup(s).