linux-arch.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-03-06 10:15:23 to 2023-03-14 11:03:59 UTC [more...]

[RFC PATCH 00/32] ACPI/arm64: add support for virtual cpuhotplug
 2023-03-14 11:02 UTC  (4+ messages)

[PATCH v7 00/41] Shadow stacks for userspace
 2023-03-14  7:19 UTC  (86+ messages)
` [PATCH v7 21/41] mm: Add guard pages around a shadow stack
` [PATCH v7 22/41] mm/mmap: Add shadow stack pages to memory accounting
` [PATCH v7 24/41] mm: Don't allow write GUPs to shadow stack memory
` [PATCH v7 25/41] x86/mm: Introduce MAP_ABOVE4G
` [PATCH v7 26/41] mm: Warn on shadow stack memory in wrong vma
` [PATCH v7 27/41] x86/mm: Warn if create Write=0,Dirty=1 with raw prot
` [PATCH v7 28/41] x86: Introduce userspace API for shadow stack
` [PATCH v7 30/41] x86/shstk: Handle thread "
` [PATCH v7 31/41] x86/shstk: Introduce routines modifying shstk
` [PATCH v7 32/41] x86/shstk: Handle signals for shadow stack
` [PATCH v7 33/41] x86/shstk: Introduce map_shadow_stack syscall
` [PATCH v7 34/41] x86/shstk: Support WRSS for userspace
` [PATCH v7 38/41] x86/fpu: Add helper for initing features
` [PATCH v7 39/41] x86: Add PTRACE interface for shadow stack
` [PATCH v7 40/41] x86/shstk: Add ARCH_SHSTK_UNLOCK

[PATCH v4 0/4] arch/*/io.h: remove ioremap_uc in some architectures
 2023-03-14  2:56 UTC  (15+ messages)
` [PATCH v4 1/4] video: fbdev: atyfb: only use ioremap_uc() on i386 and ia64
` [PATCH v4 2/4] mips: add <asm-generic/io.h> including
` [PATCH v4 3/4] arch/*/io.h: remove ioremap_uc in some architectures
` [PATCH v4 4/4] mips: io: remove duplicated codes

[PATCH v2 0/2] Hyper-V VTL support
 2023-03-13 18:16 UTC  (10+ messages)
` [PATCH v2 1/2] x86/init: Make get/set_rtc_noop() public
` [PATCH v2 2/2] x86/hyperv: VTL support for Hyper-V

[PATCH v2 0/5] Remove #ifdef CONFIG_* from uapi headers (2023 edition)
 2023-03-13 15:16 UTC  (8+ messages)
` [PATCH v2 1/5] Move COMPAT_ATM_ADDPARTY to net/atm/svc.c
` [PATCH v2 2/5] Move ep_take_care_of_epollwakeup() to fs/eventpoll.c
` [PATCH v2 3/5] Move bp_type_idx to include/linux/hw_breakpoint.h
` [PATCH v2 4/5] pktcdvd: Remove CONFIG_CDROM_PKTCDVD_WCACHE from uapi header
` [PATCH v2 5/5] scripts: Update the CONFIG_* ignore list in headers_install.sh

[PATCH v2] irq domain: drop IRQ_DOMAIN_HIERARCHY option, make it always on
 2023-03-13  2:39 UTC 

[PATCH] mm/mmu_gather: send tlb_remove_table_smp_sync IPI only to MM CPUs
 2023-03-12 20:25 UTC  (2+ messages)

[PATCH V2] LoongArch: Provide kernel fpu functions
 2023-03-11  8:10 UTC  (4+ messages)

[linux-next:master] BUILD REGRESSION 24469a0e5052ba01a35a15f104717a82b7a4798b
 2023-03-10 23:40 UTC 

[RFC PATCH V3 00/16] x86/hyperv/sev: Add AMD sev-snp enlightened guest support on hyperv
 2023-03-10 16:19 UTC  (15+ messages)
` [RFC PATCH V3 12/16] x86/sev: Add a #HV exception handler
` [RFC PATCH V3 13/16] x86/sev: Add Check of #HV event in path
` [RFC PATCH V3 16/16] x86/sev: Fix interrupt exit code paths from #HV exception

[PATCH v5 06/14] x86/ioremap: Support hypervisor specified range to map as encrypted
 2023-03-10 10:05 UTC  (20+ messages)

[PATCH 1/2] asm-generic/io.h: suppress endianness warnings for readq() and writeq()
 2023-03-10  9:30 UTC  (2+ messages)

[PATCH V4] LoongArch: Provide kernel fpu functions
 2023-03-10  8:33 UTC  (3+ messages)

[PATCH 0/2] riscv: asid: switch to alternative way to fix stale TLB entries
 2023-03-10  2:30 UTC  (2+ messages)

[PATCH] LoongArch: Provide kernel fpu functions
 2023-03-09 16:43 UTC  (9+ messages)

[PATCH v3 00/34] New page table range API
 2023-03-09 11:09 UTC  (10+ messages)
` [PATCH v3 08/34] arm64: Implement the new "
` [PATCH v3 13/34] m68k: "

[PATCH v6 00/13] Add PCI pass-thru support to Hyper-V Confidential VMs
 2023-03-09  2:40 UTC  (14+ messages)
` [PATCH v6 01/13] x86/ioremap: Add hypervisor callback for private MMIO mapping in coco VM
` [PATCH v6 02/13] x86/hyperv: Reorder code to facilitate future work
` [PATCH v6 03/13] Drivers: hv: Explicitly request decrypted in vmap_pfn() calls
` [PATCH v6 04/13] x86/mm: Handle decryption/re-encryption of bss_decrypted consistently
` [PATCH v6 05/13] init: Call mem_encrypt_init() after Hyper-V hypercall init is done
` [PATCH v6 06/13] x86/hyperv: Change vTOM handling to use standard coco mechanisms
` [PATCH v6 07/13] swiotlb: Remove bounce buffer remapping for Hyper-V
` [PATCH v6 08/13] Drivers: hv: vmbus: Remove second mapping of VMBus monitor pages
` [PATCH v6 09/13] Drivers: hv: vmbus: Remove second way of mapping ring buffers
` [PATCH v6 10/13] hv_netvsc: Remove second mapping of send and recv buffers
` [PATCH v6 11/13] Drivers: hv: Don't remap addresses that are above shared_gpa_boundary
` [PATCH v6 12/13] PCI: hv: Add hypercalls to read/write MMIO space
` [PATCH v6 13/13] PCI: hv: Enable PCI pass-thru devices in Confidential VMs

[PATCH v10 9/9] KVM: Enable and expose KVM_MEM_PRIVATE
 2023-03-08  7:40 UTC  (3+ messages)

[PATCH v5 00/26] Remove COMMAND_LINE_SIZE from uapi
 2023-03-07 21:41 UTC  (22+ messages)
` [PATCH v5 08/26] parisc: "
` [PATCH v5 09/26] powerpc: "
` [PATCH v5 10/26] sparc: "
` [PATCH v5 11/26] xtensa: "
` [PATCH v5 12/26] riscv: "
` [PATCH v5 13/26] asm-generic: "
` [PATCH v5 14/26] alpha: Remove empty <uapi/asm/setup.h>
` [PATCH v5 15/26] arc: "
` [PATCH v5 16/26] m68k: "
` [PATCH v5 17/26] arm64: "
` [PATCH v5 18/26] microblaze: "
` [PATCH v5 19/26] sparc: "
` [PATCH v5 20/26] parisc: "
` [PATCH v5 21/26] x86: "
` [PATCH v5 22/26] xtensa: "
` [PATCH v5 23/26] powerpc: "
` [PATCH v5 24/26] mips: "
` [PATCH v5 25/26] s390: "
` [PATCH v5 26/26] riscv: "

[PATCH v10 9/9] KVM: Enable and expose KVM_MEM_PRIVATE
 2023-03-07 20:27 UTC  (3+ messages)

[PATCH v3 00/51] cpuidle,rcu: Clean up the mess
 2023-03-07 16:40 UTC  (3+ messages)
` [PATCH v3 07/51] cpuidle,psci: Push RCU-idle into driver

[PATCH v7 01/41] Documentation/x86: Add CET shadow stack description
 2023-03-07 16:14 UTC  (13+ messages)

[PATCH v3 0/2] arch/*/io.h: remove ioremap_uc in some architectures
 2023-03-07  7:17 UTC  (8+ messages)
` [PATCH v3 2/2] "

[PATCH V3] LoongArch: Provide kernel fpu functions
 2023-03-07  1:44 UTC  (10+ messages)

[PATCH 01/10] alpha: fix livelock in uaccess
 2023-03-07  0:48 UTC  (2+ messages)


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).