messages from 2025-03-04 19:15:59 to 2025-03-13 13:50:22 UTC [more...]
[PATCH v2 00/13] arch, mm: reduce code duplication in mem_init()
2025-03-13 13:49 UTC
[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 v4 00/14] Add support for suppressing warning backtraces
2025-03-13 12:25 UTC (16+ 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: "
[RFC PATCH v2 00/22] TSM: Secure VFIO, TDISP, SEV TIO
2025-03-13 11:01 UTC (34+ messages)
` [RFC PATCH v2 06/22] KVM: X86: Define tsm_get_vmid
` [RFC PATCH v2 12/22] iommufd: Allow mapping from guest_memfd
` [RFC PATCH v2 14/22] iommufd: Add TIO calls
[PATCH v5 00/10] Introduce /dev/mshv root partition driver
2025-03-13 7:34 UTC (54+ messages)
` [PATCH v5 01/10] hyperv: Convert Hyper-V status codes to strings
` [PATCH v5 02/10] x86/mshyperv: Add support for extended Hyper-V features
` [PATCH v5 03/10] arm64/hyperv: Add some missing functions to arm64
` [PATCH v5 04/10] hyperv: Introduce hv_recommend_using_aeoi()
` [PATCH v5 05/10] acpi: numa: Export node_to_pxm()
` [PATCH v5 06/10] Drivers/hv: Export some functions for use by root partition module
` [PATCH v5 07/10] Drivers: hv: Introduce per-cpu event ring tail
` [PATCH v5 08/10] x86: hyperv: Add mshv_handler irq handler and setup function
` [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 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 hyperv-next v5 00/11] arm64: hyperv: Support Virtual Trust Level Boot
2025-03-13 5:10 UTC (49+ messages)
` [PATCH hyperv-next v5 01/11] arm64: kvm, smccc: Introduce and use API for detectting hypervisor presence
` [PATCH hyperv-next v5 02/11] arm64: hyperv: Use SMCCC to detect "
` [PATCH hyperv-next v5 03/11] Drivers: hv: Enable VTL mode for arm64
` [PATCH hyperv-next v5 04/11] Drivers: hv: Provide arch-neutral implementation of get_vtl()
` [PATCH hyperv-next v5 05/11] arm64: hyperv: Initialize the Virtual Trust Level field
` [PATCH hyperv-next v5 06/11] arm64, x86: hyperv: Report the VTL the system boots in
` [PATCH hyperv-next v5 07/11] dt-bindings: microsoft,vmbus: Add interrupts and DMA coherence
` [PATCH hyperv-next v5 08/11] Drivers: hv: vmbus: Get the IRQ number from DeviceTree
` [PATCH hyperv-next v5 09/11] Drivers: hv: vmbus: Introduce hv_get_vmbus_root_device()
` [PATCH hyperv-next v5 10/11] ACPI: irq: Introduce acpi_get_gsi_dispatcher()
` [PATCH hyperv-next v5 11/11] PCI: hv: Get vPCI MSI IRQ domain from DeviceTree
[PATCH 00/13] arch, mm: reduce code duplication in mem_init()
2025-03-12 16:09 UTC (31+ messages)
` [PATCH 01/13] arm: mem_init: use memblock_phys_free() to free DMA memory on SA1111
` [PATCH 02/13] csky: move setup_initrd() to setup.c
` [PATCH 03/13] hexagon: move initialization of init_mm.context init to paging_init()
` [PATCH 04/13] MIPS: consolidate mem_init() for NUMA machines
` [PATCH 05/13] MIPS: make setup_zero_pages() use memblock
` [PATCH 06/13] nios2: move pr_debug() about memory start and end to setup_arch()
` [PATCH 07/13] s390: make setup_zero_pages() use memblock
` [PATCH 08/13] xtensa: split out printing of virtual memory layout to a function
` [PATCH 09/13] arch, mm: set max_mapnr when allocating memory map for FLATMEM
` [PATCH 10/13] arch, mm: set high_memory in free_area_init()
` [PATCH 11/13] arch, mm: streamline HIGHMEM freeing
` [PATCH 12/13] arch, mm: introduce arch_mm_preinit
` [PATCH 13/13] arch, mm: make releasing of memory to page allocator more explicit
[PATCH 0/4] barrier: Introduce smp_cond_load_*_timeout()
2025-03-12 6:34 UTC (10+ messages)
` [PATCH 1/4] asm-generic: barrier: Add smp_cond_load_relaxed_timewait()
` [PATCH 3/4] arm64: "
[PATCH v11 00/27] riscv control-flow integrity for usermode
2025-03-10 14:52 UTC (28+ messages)
` [PATCH v11 01/27] mm: VM_SHADOW_STACK definition for riscv
` [PATCH v11 02/27] dt-bindings: riscv: zicfilp and zicfiss in dt-bindings (extensions.yaml)
` [PATCH v11 03/27] riscv: zicfiss / zicfilp enumeration
` [PATCH v11 04/27] riscv: zicfiss / zicfilp extension csr and bit definitions
` [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 12/27] riscv: Implements arch agnostic shadow stack prctls
` [PATCH v11 13/27] prctl: arch-agnostic prctl for indirect branch tracking
` [PATCH v11 14/27] riscv/traps: Introduce software check exception
` [PATCH v11 15/27] riscv: signal: abstract header saving for setup_sigcontext
` [PATCH v11 16/27] riscv/signal: save and restore of shadow stack for signal
` [PATCH v11 17/27] riscv/kernel: update __show_regs to print shadow stack register
` [PATCH v11 18/27] riscv/ptrace: riscv cfi status and state via ptrace and in core files
` [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 22/27] riscv: kernel command line option to opt out of user cfi
` [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 0/3] Drop explicit --hash-style= setting for new
2025-03-10 2:13 UTC (3+ messages)
` Ping: "
[PATCH 0/7] hyperv: Introduce new way to manage hypercall args
2025-03-10 0:22 UTC (4+ messages)
` [PATCH 1/7] x86/hyperv: Fix output argument to hypercall that changes page visibility
[arnd-asm-generic:master 4/4] include/asm-generic/io.h:878:18: error: conflicting types for 'ioread64'; have 'u64(const void *)' {aka 'long long unsigned int(const void *)'}
2025-03-08 23:10 UTC
[arnd-asm-generic:asm-generic] BUILD SUCCESS 51d1826adbe1b018cf4ba8120dc04848d88438e6
2025-03-08 22:43 UTC
[PATCH v2 0/6] module: Introduce hash-based integrity checking
2025-03-06 8:10 UTC (4+ messages)
` [PATCH v2 6/6] "
[PATCH 6/7] PCI: hv: Use hv_hvcall_*() to set up hypercall arguments
2025-03-05 17:24 UTC (3+ messages)
[PATCH RFC v2 00/29] Address Space Isolation (ASI)
2025-03-05 13:12 UTC (4+ messages)
` [PATCH RFC v2 02/29] x86: Create CONFIG_MITIGATION_ADDRESS_SPACE_ISOLATION
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).