messages from 2025-02-26 16:57:51 to 2025-03-07 23:29:59 UTC [more...]
[PATCH v5 00/10] Introduce /dev/mshv root partition driver
2025-03-07 23:29 UTC (78+ 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 hyperv-next v5 00/11] arm64: hyperv: Support Virtual Trust Level Boot
2025-03-07 22:03 UTC (12+ 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-07 15:28 UTC (17+ 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
[RFC PATCH v2 00/22] TSM: Secure VFIO, TDISP, SEV TIO
2025-03-07 15:17 UTC (22+ messages)
` [RFC PATCH v2 14/22] iommufd: Add TIO calls
` [RFC PATCH v2 20/22] sev-guest: Stop changing encrypted page state for TDISP devices
[PATCH v2 0/6] module: Introduce hash-based integrity checking
2025-03-06 8:10 UTC (4+ messages)
` [PATCH v2 6/6] "
[PATCH 0/4] barrier: Introduce smp_cond_load_*_timeout()
2025-03-06 7:58 UTC (8+ messages)
` [PATCH 1/4] asm-generic: barrier: Add smp_cond_load_relaxed_timewait()
` [PATCH 3/4] arm64: "
[PATCH 0/7] hyperv: Introduce new way to manage hypercall args
2025-03-05 17:24 UTC (16+ messages)
` [PATCH 1/7] x86/hyperv: Fix output argument to hypercall that changes page visibility
` [PATCH 2/7] Drivers: hv: Introduce hv_hvcall_*() functions for hypercall arguments
` [PATCH 3/7] x86/hyperv: Use hv_hvcall_*() to set up hypercall arguments -- part 1
` [PATCH 4/7] x86/hyperv: Use hv_hvcall_*() to set up hypercall arguments -- part 2
` [PATCH 5/7] Drivers: hv: Use hv_hvcall_*() to set up hypercall arguments
` [PATCH 6/7] PCI: "
` [PATCH 7/7] Drivers: hv: Replace hyperv_pcpu_input/output_arg with hyperv_pcpu_arg
[PATCH 0/3] Drop explicit --hash-style= setting for new
2025-03-05 13:27 UTC (2+ messages)
` Ping: "
[PATCH RFC v2 00/29] Address Space Isolation (ASI)
2025-03-05 13:12 UTC (10+ messages)
` [PATCH RFC v2 02/29] x86: Create CONFIG_MITIGATION_ADDRESS_SPACE_ISOLATION
` [PATCH RFC v2 03/29] mm: asi: Introduce ASI core API
` [PATCH RFC v2 25/29] mm: asi: Restricted execution fore bare-metal processes
[PATCH 00/19] vdso: Rework struct vdso_time_data and introduce struct vdso_clock
2025-03-03 11:11 UTC (24+ messages)
` [PATCH 01/19] vdso: Introduce vdso/cache.h
` [PATCH 02/19] arm64: Make asm/cache.h compatible with vDSO
` [PATCH 03/19] vdso: Make vdso_time_data cacheline aligned
` [PATCH 04/19] vdso/datapage: Define for vdso_data to make rework of vdso possible
` [PATCH 05/19] vdso/helpers: Prepare introduction of struct vdso_clock
` [PATCH 06/19] vdso/gettimeofday: "
` [PATCH 07/19] vdso/gettimeofday: Prepare do_hres() for "
` [PATCH 08/19] vdso/gettimeofday: Prepare do_hres_timens() "
` [PATCH 09/19] vdso/gettimeofday: Prepare do_coarse() "
` [PATCH 10/19] vdso/gettimeofday: Prepare do_coarse_timens() "
` [PATCH 11/19] vdso/gettimeofday: Prepare helper functions "
` [PATCH 12/19] vdso/vsyscall: Prepare "
` [PATCH 13/19] vdso/namespace: Rename timens_setup_vdso_data() to reflect new vdso_clock struct
` [PATCH 14/19] time/namespace: Prepare introduction of struct vdso_clock
` [PATCH 15/19] x86/vdso: "
` [PATCH 16/19] arm64/vdso: "
` [PATCH 17/19] powerpc/vdso: "
` [PATCH 18/19] vdso: Move arch related data before basetime
` [PATCH 19/19] vdso: Rework struct vdso_time_data and introduce struct vdso_clock
[PATCH *-next 00/18] Remove weird and needless 'return' for void APIs
2025-03-03 11:30 UTC (8+ messages)
` [PATCH *-next 14/18] PM: wakeup: Remove needless return in three "
` [PATCH *-next 15/18] mfd: db8500-prcmu: "
[PATCH v7 0/6] ptrace: introduce PTRACE_SET_SYSCALL_INFO API
2025-03-03 11:20 UTC (3+ messages)
` [PATCH v7 2/6] syscall.h: add syscall_set_arguments()
` [PATCH v7 3/6] syscall.h: introduce syscall_set_nr()
[arnd-asm-generic:asm-generic] BUILD SUCCESS 9e81c965742c2a9a28cf59416fee40e7cb1b773e
2025-03-02 21:13 UTC
[PATCH v3] fs: introduce getfsxattrat and setfsxattrat syscalls
2025-03-02 12:20 UTC (5+ messages)
[arnd-asm-generic:asm-generic] BUILD REGRESSION 3a5810be18b2c47e348ca10635500c535e4edd44
2025-03-01 18:13 UTC
[arnd-asm-generic:master 1/3] ld.lld: error: undefined symbol: __ioread64_lo_hi
2025-02-28 22:31 UTC
[arnd-asm-generic:asm-generic] BUILD REGRESSION 55d422e4e5bf7aece2038533451a9bd5e5181e95
2025-02-28 17:51 UTC
[arnd-asm-generic:master 1/3] include/linux/io-64-nonatomic-lo-hi.h:132:21: error: implicit declaration of function '__iowrite64be_lo_hi'; did you mean 'iowrite64be_lo_hi'?
2025-02-28 17:23 UTC (2+ messages)
[PATCH v7 0/8] x86/module: use large ROX pages for text allocations
2025-02-28 13:55 UTC (4+ messages)
` [PATCH v7 7/8] execmem: add support for cache of large ROX pages
[PATCH v9 2/9] preempt: Introduce __preempt_count_{sub, add}_return()
2025-02-28 9:24 UTC (4+ messages)
[arnd-asm-generic:master 1/3] include/linux/io-64-nonatomic-lo-hi.h:114:19: error: implicit declaration of function '__iowrite64_lo_hi'; did you mean 'iowrite64_lo_hi'?
2025-02-27 23:11 UTC
[PATCH] asm-generic/io.h: rework split ioread64/iowrite64 helpers
2025-02-27 16:50 UTC (3+ messages)
[PATCH 0/2] Add option for generating BTF types of global variables
2025-02-26 16:57 UTC (7+ messages)
` [PATCH 2/2] btf: Add the option to include global variable types
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).