Show patches with: Archived = No       |   16170 patches
« 1 2 ... 8 9 10161 162 »
Patch Series A/R/T S/W/F Date Submitter Delegate State
[RFC,09/28] x86/tools: Remove special relocation handling for per-CPU variables x86: Rely on toolchain for relocatable code - - - --- 2024-09-25 Ard Biesheuvel New
[RFC,08/28] scripts/kallsyms: Remove support for absolute per-CPU variables x86: Rely on toolchain for relocatable code - - - --- 2024-09-25 Ard Biesheuvel New
[RFC,07/28] scripts/kallsyms: Avoid 0x0 as the relative base x86: Rely on toolchain for relocatable code - - - --- 2024-09-25 Ard Biesheuvel New
[RFC,06/28] x86/percpu: Get rid of absolute per-CPU variable placement x86: Rely on toolchain for relocatable code - 1 - --- 2024-09-25 Ard Biesheuvel New
[RFC,05/28] x86: Define the stack protector guard symbol explicitly x86: Rely on toolchain for relocatable code - - - --- 2024-09-25 Ard Biesheuvel New
[RFC,04/28] x86/boot: Permit GOTPCREL relocations for x86_64 builds x86: Rely on toolchain for relocatable code - - - --- 2024-09-25 Ard Biesheuvel New
[RFC,03/28] x86/tools: Use mmap() to simplify relocs host tool x86: Rely on toolchain for relocatable code - - - --- 2024-09-25 Ard Biesheuvel New
[RFC,02/28] Documentation: Bump minimum GCC version to 8.1 x86: Rely on toolchain for relocatable code 3 - - --- 2024-09-25 Ard Biesheuvel New
[RFC,01/28] x86/pvh: Call C code via the kernel virtual mapping x86: Rely on toolchain for relocatable code - 1 1 --- 2024-09-25 Ard Biesheuvel New
x86/defns: Fix typo in comment "Porection" -> "Protection" x86/defns: Fix typo in comment "Porection" -> "Protection" 1 - - --- 2024-09-25 Frediano Ziglio New
[v2,6/6] x86/alternative: build time check feature is in range xen/livepatch: improvements to loading - - - --- 2024-09-25 Roger Pau Monné Superseded
[v2,5/6] x86/alternatives: do not BUG during apply xen/livepatch: improvements to loading - 1 - --- 2024-09-25 Roger Pau Monné Superseded
[v2,4/6] xen/livepatch: do Xen build-id check earlier xen/livepatch: improvements to loading - - - --- 2024-09-25 Roger Pau Monné Superseded
[v2,3/6] xen/livepatch: simplify and unify logic in prepare_payload() xen/livepatch: improvements to loading - 1 - --- 2024-09-25 Roger Pau Monné Superseded
[v2,2/6] xen/livepatch: zero pointer to temporary load buffer xen/livepatch: improvements to loading - - - --- 2024-09-25 Roger Pau Monné Superseded
[v2,1/6] xen/livepatch: remove useless check for duplicated sections xen/livepatch: improvements to loading - 1 - --- 2024-09-25 Roger Pau Monné Superseded
[v4,4/4] x86/boot: Improve MBI2 structure check x86/boot: Reduce assembly code - - - --- 2024-09-25 Frediano Ziglio Superseded
[v4,3/4] x86/boot: Rewrite EFI/MBI2 code partly in C x86/boot: Reduce assembly code - - - --- 2024-09-25 Frediano Ziglio Superseded
[v4,2/4] x86/boot: Refactor BIOS/PVH start x86/boot: Reduce assembly code - - - --- 2024-09-25 Frediano Ziglio Superseded
[v4,1/4] x86/boot: Initialise BSS sooner x86/boot: Reduce assembly code - 1 - --- 2024-09-25 Frediano Ziglio Superseded
[v3,5/5] xen/common: move device initialization code to common code Move {acpi_}device_init() and device_get_class() to common code - 1 - --- 2024-09-24 Oleksii Kurochko Superseded
[v3,4/5] xen/riscv: add section for device information in linker script Move {acpi_}device_init() and device_get_class() to common code - - - --- 2024-09-24 Oleksii Kurochko Superseded
[v3,3/5] xen/ppc: add section for device information in linker script Move {acpi_}device_init() and device_get_class() to common code 1 - - --- 2024-09-24 Oleksii Kurochko Superseded
[v3,2/5] xen/arm: use {DT,ACPI}_DEV_INFO for device info sections Move {acpi_}device_init() and device_get_class() to common code - - - --- 2024-09-24 Oleksii Kurochko Superseded
[v3,1/5] xen: define ACPI and DT device info sections macros Move {acpi_}device_init() and device_get_class() to common code - - - --- 2024-09-24 Oleksii Kurochko Superseded
[v2,2/2] xen: move per-cpu area management into common code Move percpu code to common - - - --- 2024-09-24 Oleksii Kurochko New
[v2,1/2] xen: introduce common macros for per-CPU sections defintion Move percpu code to common 2 - - --- 2024-09-24 Oleksii Kurochko New
[v1,6/6] xen/arm: dom0less: Add a background PCI ECAM mmio region xen/arm: Add Virtio-PCI for dom0less on ARM - 1 - --- 2024-09-24 Edgar E. Iglesias New
[v1,5/6] xen/arm: io: Add a read-const writes-ignored mmio handler xen/arm: Add Virtio-PCI for dom0less on ARM - 1 - --- 2024-09-24 Edgar E. Iglesias New
[v1,4/6] xen/arm: io: Add support for mmio background regions xen/arm: Add Virtio-PCI for dom0less on ARM - 1 - --- 2024-09-24 Edgar E. Iglesias New
[v1,3/6] xen/arm: create dom0less virtio-pci DT node xen/arm: Add Virtio-PCI for dom0less on ARM - - - --- 2024-09-24 Edgar E. Iglesias New
[v1,2/6] xen/arm: Reserve resources for virtio-pci xen/arm: Add Virtio-PCI for dom0less on ARM - - - --- 2024-09-24 Edgar E. Iglesias New
[v1,1/6] xen/arm: Decrease size of the 2nd ram bank xen/arm: Add Virtio-PCI for dom0less on ARM - - - --- 2024-09-24 Edgar E. Iglesias New
x86/boot: Further simplify CR4 handling in dom0_construct_pv() x86/boot: Further simplify CR4 handling in dom0_construct_pv() - - - --- 2024-09-24 Andrew Cooper Superseded
[v3,4/4] x86/boot: Improve MBI2 structure check x86/boot: Reduce assembly code - - - --- 2024-09-24 Frediano Ziglio Superseded
[v3,3/4] x86/boot: Rewrite EFI/MBI2 code partly in C x86/boot: Reduce assembly code - - - --- 2024-09-24 Frediano Ziglio Superseded
[v3,2/4] x86/boot: Refactor BIOS/PVH start x86/boot: Reduce assembly code - - - --- 2024-09-24 Frediano Ziglio Superseded
[v3,1/4] x86/boot: Initialise BSS sooner x86/boot: Reduce assembly code - - - --- 2024-09-24 Frediano Ziglio Superseded
Fix XEN_SYSCTL_numainfo[node].memsize for memory holes Fix XEN_SYSCTL_numainfo[node].memsize for memory holes - - - --- 2024-09-24 Bernhard Kaindl New
[v4] docs: fusa: Add Assumption of Use (AOU) [v4] docs: fusa: Add Assumption of Use (AOU) - 2 - --- 2024-09-24 Ayan Kumar Halder New
[KERNEL,v10,3/3] xen/privcmd: Add new syscall to get gsi from dev Support device passthrough when dom0 is PVH on Xen - 1 - --- 2024-09-24 Jiqian Chen Superseded
[KERNEL,v10,2/3] xen/pvh: Setup gsi for passthrough device Support device passthrough when dom0 is PVH on Xen - 1 - --- 2024-09-24 Jiqian Chen Superseded
[KERNEL,v10,1/3] xen/pci: Add a function to reset device for xen Support device passthrough when dom0 is PVH on Xen - 1 - --- 2024-09-24 Jiqian Chen Superseded
[v3] x86/efi: Use generic PE/COFF structures [v3] x86/efi: Use generic PE/COFF structures 2 - - --- 2024-09-23 Milan Djokic New
x86/cpufeature: Reposition cpu_has_{lfence_dispatch,nscb} x86/cpufeature: Reposition cpu_has_{lfence_dispatch,nscb} - 1 - --- 2024-09-23 Andrew Cooper New
tools/libxs: Style consistency improvements tools/libxs: Style consistency improvements - 1 - --- 2024-09-23 Andrew Cooper New
x86: enable long section names for xen.efi x86: enable long section names for xen.efi 1 1 - --- 2024-09-23 Jan Beulich New
[v2,4/4] hw/arm: xenpvh: Enable PCI for ARM PVH hw/arm: xenpvh: Enable PCI for ARM PVH - 1 - --- 2024-09-23 Edgar E. Iglesias New
[v2,3/4] hw/xen: xenpvh: Add pci-intx-irq-base property hw/arm: xenpvh: Enable PCI for ARM PVH 1 - - --- 2024-09-23 Edgar E. Iglesias New
[v2,2/4] hw/xen: xenpvh: Disable buffered IOREQs for ARM hw/arm: xenpvh: Enable PCI for ARM PVH - 1 - --- 2024-09-23 Edgar E. Iglesias New
[v2,1/4] hw/xen: Expose handle_bufioreq in xen_register_ioreq hw/arm: xenpvh: Enable PCI for ARM PVH - 1 - --- 2024-09-23 Edgar E. Iglesias New
x86/APIC: Remove x2APIC pure cluster mode x86/APIC: Remove x2APIC pure cluster mode 1 1 - --- 2024-09-23 Matthew Barnes New
[3/3] x86/alternatives: relax apply BUGs during runtime xen/livepatch: improvements to loading - - - --- 2024-09-20 Roger Pau Monné Superseded
[2/3] xen/livepatch: do build-id check earlier xen/livepatch: improvements to loading - - - --- 2024-09-20 Roger Pau Monné Superseded
[2/3] xen/livepatch: do Xen build-id check earlier Untitled series #891664 - - - --- 2024-09-20 Roger Pau Monné New
[1/3] xen/livepatch: simplify and unify logic in prepare_payload() xen/livepatch: improvements to loading - - - --- 2024-09-20 Roger Pau Monné Superseded
[v1,2/2] xen: move per-cpu area management into common code Move percpu code to common - - - --- 2024-09-19 Oleksii Kurochko Superseded
[v1,1/2] xen: introduce common macros for per-CPU sections defintion Move percpu code to common 2 - - --- 2024-09-19 Oleksii Kurochko Superseded
x86/shutdown: mask LVTERR ahead of offlining CPUs x86/shutdown: mask LVTERR ahead of offlining CPUs - - - --- 2024-09-19 Roger Pau Monné New
[10/10] xen/arm: ffa: Add indirect message support xen/arm: ffa: Improvements and fixes - - - --- 2024-09-19 Bertrand Marquis Superseded
[09/10] xen/arm: ffa: Remove per VM notif_enabled xen/arm: ffa: Improvements and fixes - - - --- 2024-09-19 Bertrand Marquis Superseded
[08/10] xen/arm: ffa: move message function into ffa_msg.c xen/arm: ffa: Improvements and fixes - - - --- 2024-09-19 Bertrand Marquis Superseded
[07/10] xen/arm: ffa: Transmit RXTX buffers to the SPMC xen/arm: ffa: Improvements and fixes - - - --- 2024-09-19 Bertrand Marquis Superseded
[06/10] xen/arm: ffa: Use bit 15 convention for SPs xen/arm: ffa: Improvements and fixes - - - --- 2024-09-19 Bertrand Marquis Superseded
[05/10] xen/arm: ffa: Rework partition info get xen/arm: ffa: Improvements and fixes - - - --- 2024-09-19 Bertrand Marquis Superseded
[04/10] xen/arm: ffa: Fine granular call support xen/arm: ffa: Improvements and fixes - - - --- 2024-09-19 Bertrand Marquis Superseded
[03/10] xen/arm: ffa: fix version negotiation xen/arm: ffa: Improvements and fixes - - - --- 2024-09-19 Bertrand Marquis Superseded
[02/10] xen/arm: ffa: Rework feature discovery xen/arm: ffa: Improvements and fixes - - - --- 2024-09-19 Bertrand Marquis Superseded
[01/10] xen/arm: ffa: Rework firmware discovery xen/arm: ffa: Improvements and fixes - - - --- 2024-09-19 Bertrand Marquis Superseded
[4/4] dt-overlay: Support target-path being root node xen/arm: dt overlay fixes - - - --- 2024-09-19 Michal Orzel Superseded
[3/4] dt-overlay: Remove ASSERT_UNREACHABLE from add_nodes() xen/arm: dt overlay fixes 1 1 - --- 2024-09-19 Michal Orzel Superseded
[2/4] device-tree: Remove __init from unflatten_dt_alloc() xen/arm: dt overlay fixes - 1 - --- 2024-09-19 Michal Orzel Superseded
[1/4] dt-overlay: Fix NULL pointer dereference xen/arm: dt overlay fixes - 1 - --- 2024-09-19 Michal Orzel Superseded
[v4,3/3] x86: Align output sections for UEFI CA memory mitigation requirements x86: Satisfy requirements for UEFI CA memory mitigation requirements - - - --- 2024-09-19 Frediano Ziglio New
[v4,2/3] x86: Split output sections for UEFI CA memory mitigation requirements x86: Satisfy requirements for UEFI CA memory mitigation requirements 1 - - --- 2024-09-19 Frediano Ziglio New
[v4,1/3] x86: Put trampoline in separate .init.trampoline section x86: Satisfy requirements for UEFI CA memory mitigation requirements - - - --- 2024-09-19 Frediano Ziglio New
[v2] docs/misra: add R17.2 and R18.2 [v2] docs/misra: add R17.2 and R18.2 1 - - --- 2024-09-18 Stefano Stabellini New
[v2,4/4] xen/arm: mpu: Implement a dummy enable_secondary_cpu_mm Enable early bootup of AArch64 MPU systems - - - --- 2024-09-18 Ayan Kumar Halder Superseded
[v2,3/4] xen/arm: mpu: Create boot-time MPU protection regions Enable early bootup of AArch64 MPU systems - - - --- 2024-09-18 Ayan Kumar Halder Superseded
[v2,2/4] xen/arm: mpu: Define Xen start address for MPU systems Enable early bootup of AArch64 MPU systems - - - --- 2024-09-18 Ayan Kumar Halder Superseded
[v2,1/4] xen/arm: mpu: Introduce choice between MMU and MPU Enable early bootup of AArch64 MPU systems - - - --- 2024-09-18 Ayan Kumar Halder Superseded
[v2] x86/traps: Re-enable interrupts after reading cr2 in the #PF handler [v2] x86/traps: Re-enable interrupts after reading cr2 in the #PF handler 1 - - --- 2024-09-18 Alejandro Vallejo Superseded
[v2,4/4] x86/boot: Improve MBI2 structure check x86/boot: Reduce assembly code - - - --- 2024-09-18 Frediano Ziglio Superseded
[v2,3/4] x86/boot: Rewrite EFI/MBI2 code partly in C x86/boot: Reduce assembly code - - - --- 2024-09-18 Frediano Ziglio Superseded
[v2,2/4] x86/boot: Refactor BIOS/PVH start x86/boot: Reduce assembly code - - - --- 2024-09-18 Frediano Ziglio Superseded
[v2,1/4] x86/boot: Initialise BSS sooner x86/boot: Reduce assembly code - - - --- 2024-09-18 Frediano Ziglio Superseded
[XEN,v2] x86/mwait-idle: add dependency on general Intel CPU support [XEN,v2] x86/mwait-idle: add dependency on general Intel CPU support 1 - - --- 2024-09-18 Sergiy Kibrik New
[XEN,v5] x86/intel: optional build of PSR support [XEN,v5] x86/intel: optional build of PSR support - - - --- 2024-09-18 Sergiy Kibrik Superseded
xen/pciback: fix cast to restricted pci_ers_result_t and pci_power_t xen/pciback: fix cast to restricted pci_ers_result_t and pci_power_t - 1 - --- 2024-09-17 Min-Hua Chen Accepted
[v2,5/5] xen/common: move device initialization code to common code Move {acpi_}device_init() and device_get_class() to common code - - - --- 2024-09-17 Oleksii Kurochko Superseded
[v2,4/5] xen/riscv: add section for device information in linker script Move {acpi_}device_init() and device_get_class() to common code - - - --- 2024-09-17 Oleksii Kurochko Superseded
[v2,3/5] xen/ppc: add section for device information in linker script Move {acpi_}device_init() and device_get_class() to common code 1 - - --- 2024-09-17 Oleksii Kurochko Superseded
[v2,2/5] xen/arm: use {DT,ACPI}_DEV_INFO for device info sections Move {acpi_}device_init() and device_get_class() to common code - - - --- 2024-09-17 Oleksii Kurochko Superseded
[v2,1/5] xen: define ACPI and DT device info sections macros Move {acpi_}device_init() and device_get_class() to common code - - - --- 2024-09-17 Oleksii Kurochko Superseded
[v2] docs: fusa: Add requirements for emulated uart [v2] docs: fusa: Add requirements for emulated uart - 1 - --- 2024-09-17 Ayan Kumar Halder New
hw/xen: Remove deadcode hw/xen: Remove deadcode 1 2 - --- 2024-09-17 Dr. David Alan Gilbert New
docs/misra: add R17.2 and R18.2 docs/misra: add R17.2 and R18.2 - - - --- 2024-09-16 Stefano Stabellini Superseded
[v2] xen/acpi: upload power and performance related data from a PVH dom0 [v2] xen/acpi: upload power and performance related data from a PVH dom0 - - - --- 2024-09-16 Jason Andryuk New
[v1,4/4] hw/arm: xenpvh: Enable PCI for ARM PVH hw/arm: xenpvh: Enable PCI for ARM PVH - 1 - --- 2024-09-16 Edgar E. Iglesias Superseded
[v1,3/4] hw/xen: xenpvh: Add pci-intx-irq-base property hw/arm: xenpvh: Enable PCI for ARM PVH 1 - - --- 2024-09-16 Edgar E. Iglesias Superseded
« 1 2 ... 8 9 10161 162 »