linux-alpha.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-08-23 01:49:08 to 2021-10-12 18:57:46 UTC [more...]

[PATCH v5 00/16] Add TDX Guest Support (shared-mm support)
 2021-10-12 18:57 UTC  (42+ messages)
` [PATCH v5 01/16] x86/mm: Move force_dma_unencrypted() to common code
` [PATCH v5 02/16] x86/tdx: Get TD execution environment information via TDINFO
` [PATCH v5 03/16] x86/tdx: Exclude Shared bit from physical_mask
` [PATCH v5 04/16] x86/tdx: Make pages shared in ioremap()
` [PATCH v5 05/16] x86/tdx: Add helper to do MapGPA hypercall
` [PATCH v5 06/16] x86/tdx: Make DMA pages shared
` [PATCH v5 07/16] x86/kvm: Use bounce buffers for TD guest
` [PATCH v5 08/16] x86/tdx: ioapic: Add shared bit for IOAPIC base address
` [PATCH v5 09/16] x86/tdx: Enable shared memory confidential guest flags for TDX guest
` [PATCH v5 10/16] PCI: Consolidate pci_iomap_range(), pci_iomap_wc_range()
` [PATCH v5 11/16] asm/io.h: Add ioremap_host_shared fallback
` [PATCH v5 12/16] PCI: Add pci_iomap_host_shared(), pci_iomap_host_shared_range()
` [PATCH v5 13/16] PCI: Mark MSI data shared
` [PATCH v5 14/16] virtio: Use shared mappings for virtio PCI devices
` [PATCH v5 15/16] x86/tdx: Implement ioremap_host_shared for x86
` [PATCH v5 16/16] x86/tdx: Add cmdline option to force use of ioremap_host_shared

[PATCH v4 00/11] sections: Unify kernel sections range check and use
 2021-10-03 17:19 UTC  (15+ messages)
` [PATCH v4 01/11] kallsyms: Remove arch specific text and data check
` [PATCH v4 02/11] kallsyms: Fix address-checks for kernel related range
` [PATCH v4 03/11] sections: Move and rename core_kernel_data() to is_kernel_core_data()
` [PATCH v4 04/11] sections: Move is_kernel_inittext() into sections.h
` [PATCH v4 05/11] x86: mm: Rename __is_kernel_text() to is_x86_32_kernel_text()
` [PATCH v4 06/11] sections: Provide internal __is_kernel() and __is_kernel_text() helper
` [PATCH v4 07/11] mm: kasan: Use is_kernel() helper
` [PATCH v4 08/11] extable: Use is_kernel_text() helper
` [PATCH v4 09/11] powerpc/mm: Use core_kernel_text() helper
` [PATCH v4 10/11] microblaze: Use is_kernel_text() helper
` [PATCH v4 11/11] alpha: "

[PATCH v2 0/4] Introduce and use absolute_pointer macro
 2021-10-02 15:30 UTC  (48+ messages)
` [PATCH v2 1/4] compiler.h: Introduce "
` [PATCH v2 2/4] net: i825xx: Use absolute_pointer for memcpy from fixed memory location
` [PATCH v2 3/4] alpha: Move setup.h out of uapi
` [PATCH v2 4/4] alpha: Use absolute_pointer to define COMMAND_LINE
                              ` Newer kernels on the Jensen (was: [PATCH v2 0/4] Introduce and use absolute_pointer macro)
                                  ` Newer kernels on the Jensen (was: [PATCH v2 0/4] Introduce and

[PATCH v2 0/6] memblock: cleanup memblock_free interface
 2021-09-30 22:10 UTC  (9+ messages)
` [PATCH v2 3/6] memblock: drop memblock_free_early_nid() and memblock_free_early()
  ` [PATCH v2 1/6] arch_numa: simplify numa_distance allocation
  ` [PATCH v2 2/6] xen/x86: free_p2m_page: use memblock_free_ptr() to free a virtual pointer
  ` [PATCH v2 4/6] memblock: stop aliasing __memblock_free_late with memblock_free_late
  ` [PATCH v2 5/6] memblock: rename memblock_free to memblock_phys_free
  ` [PATCH v2 6/6] memblock: use memblock_free for freeing virtual pointers

[PATCH v4 00/15] Add TDX Guest Support (shared-mm support)
 2021-09-27  9:07 UTC  (34+ messages)
` [PATCH v4 11/15] pci: Add pci_iomap_shared{,_range}

[PATCHES] alpha asm glue cleanups and fixes
 2021-09-26  9:08 UTC  (14+ messages)
` [PATCH 1/6] alpha: fix TIF_NOTIFY_SIGNAL handling
  ` [PATCH 2/6] alpha: _TIF_ALLWORK_MASK is unused
  ` [PATCH 3/6] alpha: fix syscall entry in !AUDUT_SYSCALL case
  ` [PATCH 4/6] alpha: fix handling of a3 on straced syscalls
  ` [PATCH 5/6] alpha: syscall exit cleanup
  ` [PATCH 6/6] alpha: ret_from_fork can go straight to ret_to_user
  ` [PATCH 7/7] alpha: lazy FPU switching

Newer kernels on the Jensen (was: [PATCH v2 0/4] Introduce and use absolute_pointer macro)
 2021-09-25 18:31 UTC 

[PATCH 0/3] memblock: cleanup memblock_free interface
 2021-09-24  5:32 UTC  (13+ messages)
  ` [PATCH 1/3] arch_numa: simplify numa_distance allocation
  ` [PATCH 2/3] xen/x86: free_p2m_page: use memblock_free_ptr() to free a virtual pointer
  ` [PATCH 3/3] memblock: cleanup memblock_free interface

X11 system lockup with 5.11.0 kernel
 2021-09-23 14:07 UTC  (12+ messages)

[PATCH AUTOSEL 4.4 08/10] alpha: Declare virt_to_phys and virt_to_bus parameter as pointer to volatile
 2021-09-23  3:40 UTC 

[PATCH AUTOSEL 4.9 09/11] alpha: Declare virt_to_phys and virt_to_bus parameter as pointer to volatile
 2021-09-23  3:40 UTC 

[PATCH AUTOSEL 4.14 11/13] alpha: Declare virt_to_phys and virt_to_bus parameter as pointer to volatile
 2021-09-23  3:39 UTC 

[PATCH AUTOSEL 4.19 13/15] alpha: Declare virt_to_phys and virt_to_bus parameter as pointer to volatile
 2021-09-23  3:39 UTC 

[PATCH AUTOSEL 5.4 17/19] alpha: Declare virt_to_phys and virt_to_bus parameter as pointer to volatile
 2021-09-23  3:38 UTC 

[PATCH 0/4] Introduce and use absolute_pointer macro
 2021-09-12 22:58 UTC  (14+ messages)
` [PATCH 1/4] compiler.h: Introduce "
` [PATCH 2/4] net: i825xx: Use absolute_pointer for memcpy on fixed memory location
` [PATCH 3/4] parisc: Use absolute_pointer for memcmp "
` [PATCH 4/4] alpha: Use absolute_pointer for strcmp "

[PATCH] alpha: Declare virt_to_phys and virt_to_bus parameter as pointer to volatile
 2021-09-09  8:13 UTC  (2+ messages)

[PATCH] sparc: Remove usage of the deprecated "pci-dma-compat.h" API
 2021-08-29  9:43 UTC 

[PATCH linux-next] alpha:smp: fix warning comparing pointer to 0
 2021-08-23  2:01 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).