linux-arch.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-05-11 07:02:09 to 2023-05-16 11:10:35 UTC [more...]

[PATCH v4 00/41] treewide: Remove I/O port accessors for HAS_IOPORT=n
 2023-05-16 11:06 UTC  (30+ messages)
` [PATCH v4 01/41] kgdb: add HAS_IOPORT dependency
` [PATCH v4 02/41] ata: add HAS_IOPORT dependencies
` [PATCH v4 03/41] char: impi, tpm: depend on HAS_IOPORT
` [PATCH v4 04/41] comedi: add HAS_IOPORT dependencies
` [PATCH v4 05/41] counter: "
` [PATCH v4 06/41] /dev/port: don't compile file operations without CONFIG_DEVPORT
` [PATCH v4 07/41] drm: handle HAS_IOPORT dependencies
` [PATCH v4 08/41] firmware: dmi-sysfs: handle HAS_IOPORT=n
` [PATCH v4 09/41] gpio: add HAS_IOPORT dependencies
` [PATCH v4 10/41] hwmon: "
` [PATCH v4 11/41] i2c: "
` [PATCH v4 12/41] iio: ad7606: Kconfig: "
` [PATCH v4 14/41] Input: gameport: add ISA and "
` [PATCH v4 15/41] leds: add "
` [PATCH v4 16/41] media: "
` [PATCH v4 17/41] misc: "
` [PATCH v4 20/41] net: handle "
` [PATCH v4 21/41] parport: PC style parport depends on HAS_IOPORT
` [PATCH v4 22/41] PCI: Make quirk using inw() depend "
` [PATCH v4 23/41] PCI/sysfs: Make I/O resource "
` [PATCH v4 24/41] pcmcia: add HAS_IOPORT dependencies
` [PATCH v4 26/41] pnp: "
` [PATCH v4 29/41] scsi: "
` [PATCH v4 32/41] staging: "
` [PATCH v4 37/41] fbdev: atyfb: Remove unused clock determination
` [PATCH v4 38/41] video: handle HAS_IOPORT dependencies
` [PATCH v4 39/41] watchdog: add "
` [PATCH v4 40/41] wireless: "

[RFC PATCH V6 00/14] x86/hyperv/sev: Add AMD sev-snp enlightened guest support on hyperv
 2023-05-16 10:29 UTC  (21+ messages)
` [RFC PATCH V6 01/14] x86/sev: Add a #HV exception handler
` [RFC PATCH V6 02/14] x86/sev: Add Check of #HV event in path
` [RFC PATCH V6 03/14] x86/sev: Add AMD sev-snp enlightened guest support on hyperv
` [RFC PATCH V6 04/14] x86/sev: optimize system vector processing invoked from #HV exception
` [RFC PATCH V6 05/14] x86/hyperv: Add sev-snp enlightened guest static key
` [RFC PATCH V6 06/14] x86/hyperv: Mark Hyper-V vp assist page unencrypted in SEV-SNP enlightened guest
` [RFC PATCH V6 07/14] x86/hyperv: Set Virtual Trust Level in VMBus init message
` [RFC PATCH V6 08/14] x86/hyperv: Use vmmcall to implement Hyper-V hypercall in sev-snp enlightened guest
` [RFC PATCH V6 09/14] clocksource/drivers/hyper-v: decrypt hyperv tsc page "
` [RFC PATCH V6 10/14] hv: vmbus: Mask VMBus pages unencrypted for "
` [RFC PATCH V6 11/14] drivers: hv: Decrypt percpu hvcall input arg page in "
` [RFC PATCH V6 12/14] x86/hyperv: Initialize cpu and memory for "
` [RFC PATCH V6 13/14] x86/hyperv: Add smp support for sev-snp guest
  ` [EXTERNAL] "
` [RFC PATCH V6 14/14] x86/hyperv: Add hyperv-specific handling for VMMCALL under SEV-ES

[PATCH 00/12] arch: Make virt_to_pfn into a static inline
 2023-05-16  9:18 UTC  (20+ messages)
` [PATCH 01/12] fs/proc/kcore.c: Pass a pointer to virt_addr_valid()
` [PATCH 02/12] m68k: Pass a pointer to virt_to_pfn() virt_to_page()
` [PATCH 03/12] ARC: init: Pass a pointer to virt_to_pfn() in init
` [PATCH 04/12] riscv: mm: init: Pass a pointer to virt_to_page()
` [PATCH 05/12] cifs: "
` [PATCH 06/12] cifs: Pass a pointer to virt_to_page() in cifsglob
` [PATCH 07/12] netfs: Pass a pointer to virt_to_page()
` [PATCH 08/12] arm64: vdso: Pass (void *) "
` [PATCH 09/12] asm-generic/page.h: Make pfn accessors static inlines
` [PATCH 10/12] ARM: mm: Make virt_to_pfn() a static inline
` [PATCH 11/12] arm64: memory: "
` [PATCH 12/12] m68k/mm: Make pfn accessors static inlines

[PATCH v2 0/7] GenieZone hypervisor drivers
 2023-05-16  7:53 UTC  (24+ messages)
` [PATCH v2 1/7] docs: geniezone: Introduce GenieZone hypervisor
` [PATCH v2 2/7] dt-bindings: hypervisor: Add MediaTek "
` [PATCH v2 3/7] virt: geniezone: Introduce GenieZone hypervisor support
` [PATCH v2 5/7] virt: geniezone: Add irqchip support for virtual interrupt injection

[PATCH v5 RESEND 00/17] mm: ioremap: Convert architectures to take GENERIC_IOREMAP way
 2023-05-16  7:07 UTC  (35+ messages)
` [PATCH v5 RESEND 01/17] asm-generic/iomap.h: remove ARCH_HAS_IOREMAP_xx macros
` [PATCH v5 RESEND 02/17] hexagon: mm: Convert to GENERIC_IOREMAP
` [PATCH v5 RESEND 03/17] openrisc: mm: remove unneeded early ioremap code
` [PATCH v5 RESEND 04/17] mm/ioremap: Define generic_ioremap_prot() and generic_iounmap()
` [PATCH v5 RESEND 05/17] mm: ioremap: allow ARCH to have its own ioremap method definition
` [PATCH v5 RESEND 06/17] mm/ioremap: add slab availability checking in ioremap_prot
` [PATCH v5 RESEND 07/17] arc: mm: Convert to GENERIC_IOREMAP
` [PATCH v5 RESEND 08/17] ia64: "
` [PATCH v5 RESEND 09/17] openrisc: "
` [PATCH v5 RESEND 10/17] s390: "
` [PATCH v5 RESEND 11/17] sh: "
` [PATCH v5 RESEND 12/17] xtensa: "
` [PATCH v5 RESEND 13/17] parisc: "
` [PATCH v5 RESEND 14/17] mm/ioremap: Consider IOREMAP space in generic ioremap
` [PATCH v5 RESEND 15/17] powerpc: mm: Convert to GENERIC_IOREMAP
` [PATCH v5 RESEND 16/17] arm64 : mm: add wrapper function ioremap_prot()
` [PATCH v5 RESEND 17/17] mm: ioremap: remove unneeded ioremap_allowed and iounmap_allowed

[PATCH v5 00/26] Remove COMMAND_LINE_SIZE from uapi
 2023-05-16  0:53 UTC  (3+ messages)
` [PATCH v5 14/26] alpha: Remove empty <uapi/asm/setup.h>

[RFC PATCH] kallsyms: Avoid weak references for kallsyms symbols
 2023-05-15 21:29 UTC  (2+ messages)

[PATCH v2 00/34] Split ptdesc from struct page
 2023-05-15 19:11 UTC  (4+ messages)
` [PATCH v2 30/34] sh: Convert pte_free_tlb() to use ptdescs

[RFC PATCH v2] fs/xattr: add *at family syscalls
 2023-05-15 14:20 UTC  (6+ messages)

[PATCH v3 00/11] Introduce cmpxchg128() -- aka. the demise of cmpxchg_double()
 2023-05-15  9:42 UTC  (14+ messages)
` [PATCH v3 01/11] cyrpto/b128ops: Remove struct u128
` [PATCH v3 02/11] types: Introduce [us]128
` [PATCH v3 03/11] arch: Introduce arch_{,try_}_cmpxchg128{,_local}()
` [PATCH v3 04/11] instrumentation: Wire up cmpxchg128()
` [PATCH v3 05/11] percpu: Wire up cmpxchg128
` [PATCH v3 06/11] x86,amd_iommu: Replace cmpxchg_double()
` [PATCH v3 07/11] x86,intel_iommu: "
` [PATCH v3 08/11] slub: "
` [PATCH v3 09/11] mm/slub: Fold slab_update_freelist()
` [PATCH v3 10/11] arch: Remove cmpxchg_double
` [PATCH v3 11/11] s390/cpum_sf: Convert to cmpxchg128()

[PATCH] cachestat: wire up cachestat for other architectures
 2023-05-12 21:47 UTC  (13+ messages)
` [PATCH] arm64: wire up cachestat for arm64

[PATCH 0/4] riscv: enable HAVE_LD_DEAD_CODE_DATA_ELIMINATION
 2023-05-12 15:39 UTC  (11+ messages)
` [PATCH 1/4] riscv: vmlinux-xip.lds.S: remove .alternative section
` [PATCH 2/4] riscv: move HAVE_RETHOOK to keep entries sorted
` [PATCH 3/4] vmlinux.lds.h: use correct .init.data.* section name
` [PATCH 4/4] riscv: enable HAVE_LD_DEAD_CODE_DATA_ELIMINATION

[PATCH v7 0/7] fbdev: Move framebuffer I/O helpers to <asm/fb.h>
 2023-05-12 11:45 UTC  (10+ messages)
` [PATCH v7 1/7] fbdev/hitfb: Cast I/O offset to address
` [PATCH v7 2/7] fbdev/matrox: Remove trailing whitespaces
` [PATCH v7 3/7] ipu-v3: Include <linux/io.h>
` [PATCH v7 4/7] fbdev: Include <linux/io.h> in various drivers
` [PATCH v7 5/7] fbdev: Include <linux/fb.h> instead of <asm/fb.h>
` [PATCH v7 6/7] fbdev: Move framebuffer I/O helpers into <asm/fb.h>
` [PATCH v7 7/7] fbdev: Rename fb_mem*() helpers

[PATCH v3 0/7] GenieZone hypervisor drivers
 2023-05-12 11:09 UTC  (9+ messages)
` [PATCH v3 1/7] docs: geniezone: Introduce GenieZone hypervisor
` [PATCH v3 2/7] dt-bindings: hypervisor: Add MediaTek "
` [PATCH v3 3/7] virt: geniezone: Introduce GenieZone hypervisor support
` [PATCH v3 4/7] virt: geniezone: Add vcpu support
` [PATCH v3 5/7] virt: geniezone: Add irqchip support for virtual interrupt injection
` [PATCH v3 6/7] virt: geniezone: Add irqfd support
` [PATCH v3 7/7] virt: geniezone: Add ioeventfd support

[PATCH v2] arch: fix broken BuildID for arm64 and riscv
 2023-05-12 10:10 UTC  (2+ messages)

[PATCH v6 0/6] fbdev: Move framebuffer I/O helpers to <asm/fb.h>
 2023-05-12 10:04 UTC  (12+ messages)
` [PATCH v6 1/6] fbdev/matrox: Remove trailing whitespaces

[PATCH v6 5/6] fbdev: Move framebuffer I/O helpers into <asm/fb.h>
 2023-05-11 13:40 UTC  (11+ messages)

[RFC PATCH V5 00/15] x86/hyperv/sev: Add AMD sev-snp enlightened guest support on hyperv
 2023-05-11 13:25 UTC  (4+ messages)
` [RFC PATCH V5 11/15] x86/sev: Add a #HV exception handler


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