linux-arch.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-04-04 22:43:59 to 2017-04-11 12:29:12 UTC [more...]

[PATCH v3 00/32] PCI: fix config and I/O Address space memory mappings
 2017-04-11 12:29 UTC  (25+ messages)
` [PATCH v3 01/32] PCI: remove __weak tag from pci_remap_iospace()
` [PATCH v3 02/32] asm-generic/pgtable.h: introduce pgprot_nonposted remap attribute
` [PATCH v3 03/32] PCI: fix pci_remap_iospace() "
` [PATCH v3 04/32] asm-generic: add ioremap_nopost() remap interface
` [PATCH v3 05/32] alpha: include default ioremap_nopost() implementation
` [PATCH v3 08/32] cris: "
` [PATCH v3 09/32] frv: "
` [PATCH v3 10/32] hexagon: "
` [PATCH v3 11/32] ia64: "
` [PATCH v3 12/32] m32r: "
` [PATCH v3 13/32] m68k: "
` [PATCH v3 14/32] metag: "
` [PATCH v3 15/32] microblaze: "
` [PATCH v3 18/32] nios2: "
` [PATCH v3 19/32] openrisc: "
` [PATCH v3 21/32] powerpc: "
` [PATCH v3 22/32] s390: "
` [PATCH v3 23/32] sh: "
` [PATCH v3 24/32] sparc: "
` [PATCH v3 26/32] unicore32: "
` [PATCH v3 27/32] x86: "
` [PATCH v3 28/32] xtensa: "
` [PATCH v3 29/32] arm64: implement ioremap_nopost() interface
` [PATCH v3 32/32] lib: implement Devres "

[PATCH 0/8] x86: 5-level paging enabling for v4.12, Part 4
 2017-04-11 11:46 UTC  (44+ messages)
` [PATCH 1/8] x86/boot/64: Rewrite startup_64 in C
` [PATCH 2/8] x86/boot/64: Rename init_level4_pgt and early_level4_pgt
` [PATCH 3/8] x86/boot/64: Add support of additional page table level during early boot
` [PATCH 4/8] x86/mm: Add sync_global_pgds() for configuration with 5-level paging
` [PATCH 5/8] x86/mm: Make kernel_physical_mapping_init() support "
` [PATCH 6/8] x86/mm: Add support for 5-level paging for KASLR
` [PATCH 7/8] x86: Enable 5-level paging support
` [PATCH 8/8] x86/mm: Allow to have userspace mappings above 47-bits
        ` [PATCHv2 "
            ` [PATCHv3 "

[PATCH v10 00/11] uapi: export all headers under uapi directories
 2017-04-11  2:40 UTC  (5+ messages)
` [PATCH v11 00/12] "
  ` [PATCH v11 08/12] cryptouser.h: fix include from userland

"Consolidate get_dma_ops" breaks Xen on ARM
 2017-04-11  1:14 UTC  (3+ messages)

[RFC PATCH 0/3] arm64: queued spinlocks and rw-locks
 2017-04-10 21:35 UTC  (5+ messages)
` [PATCH 1/3] kernel/locking: #include <asm/spinlock.h> in qrwlock.c
` [PATCH 2/3] asm-generic: don't #include <linux/atomic.h> in qspinlock_types.h
` [PATCH 3/3] arm64/locking: qspinlocks and qrwlocks support

[PATCH V10 00/12] IOMMU probe deferral support
 2017-04-10 13:25 UTC  (39+ messages)
  ` [PATCH V10 03/12] of: dma: Move range size workaround to of_dma_get_range()
  ` [PATCH V10 06/12] of: device: Fix overflow of coherent_dma_mask

[RFC PATCH 0/5] Consolidate init_task handling
 2017-04-10 12:16 UTC  (11+ messages)
` [RFC PATCH 1/5] Construct init thread stack in the linker script rather than by union
` [RFC PATCH 2/5] Unroll INIT_TASK() in init/init_task.c
` [RFC PATCH 3/5] Unroll various INIT_* macros
` [RFC PATCH 4/5] Unroll the INIT_SIGNALS and INIT_SIGHAND macros
` [RFC PATCH 5/5] Unroll INIT_STRUCT_PID

[PATCH V11 00/11] IOMMU probe deferral support
 2017-04-10 11:56 UTC  (25+ messages)
` [PATCH V11 01/11] iommu/of: Refactor of_iommu_configure() for error handling
` [PATCH V11 02/11] iommu/of: Prepare for deferred IOMMU configuration
` [PATCH V11 03/11] of: dma: Make of_dma_deconfigure() public
` [PATCH V11 04/11] ACPI/IORT: Add function to check SMMUs drivers presence
` [PATCH V11 05/11] of: device: Fix overflow of coherent_dma_mask
  ` [PATCH V11 06/11] of/acpi: Configure dma operations at probe time for platform/amba/pci bus devices
  ` [PATCH V11 07/11] iommu: of: Handle IOMMU lookup failure with deferred probing or error
  ` [PATCH V11 08/11] drivers: acpi: "
  ` [PATCH V11 09/11] arm64: dma-mapping: Remove the notifier trick to handle early setting of dma_ops
  ` [PATCH V11 10/11] iommu/arm-smmu: Clean up early-probing workarounds
  ` [PATCH V11 11/11] ACPI/IORT: Remove linker section for IORT entries probing

(unknown),
 2017-04-09  2:11 UTC 

[RFC] why do we still keep __{get,put}_user_unaligned()?
 2017-04-08 18:54 UTC  (3+ messages)
` [PATCH] remove compat_sys_getdents64() (was Re: [RFC] why do we still keep __{get,put}_user_unaligned()?)

[RFC][PATCH] spin loop arch primitives for busy waiting
 2017-04-07 16:13 UTC  (18+ messages)

[RFC 0/9] ARMv8.3 pointer authentication userspace support
 2017-04-07 15:41 UTC  (4+ messages)
` [RFC 8/9] arm64/kvm: context-switch PAC registers

[RFC][CFT][PATCHSET v1] uaccess unification
 2017-04-07  0:35 UTC  (12+ messages)
` ia64 exceptions (Re: [RFC][CFT][PATCHSET v1] uaccess unification)
` [RFC][CFT][PATCHSET v2] uaccess unification

[RFC PATCH] arm64: futex: Fix undefined behaviour with FUTEX_OP_OPARG_SHIFT usage
 2017-04-06 14:48 UTC 

(unknown),
 2017-04-06 14:05 UTC 

PCI enumeration without a BIOS
 2017-04-06  2:22 UTC  (11+ messages)

[PATCH 00/26] x86: 5-level paging enabling for v4.12
 2017-04-05 15:32 UTC  (7+ messages)
` [PATCH 21/26] x86/mm: add support of additional page table level during early boot

[PATCH 00/17] PCI resource mmap cleanup
 2017-04-05  7:22 UTC  (7+ messages)
` [PATCH 04/17] pci: Add arch_can_pci_mmap_wc() macro


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