linux-arch.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-03-15 17:18:16 to 2017-03-22 14:15:04 UTC [more...]

[PATCH 00/17] PCI resource mmap cleanup
 2017-03-22 14:15 UTC  (32+ messages)
` [PATCH 01/17] pci: Fix pci_mmap_fits() for HAVE_PCI_RESOURCE_TO_USER platforms
` [PATCH 02/17] pci: Fix another sanity check bug in /proc/pci mmap
` [PATCH 03/17] pci: Only allow WC mmap on prefetchable resources
` [PATCH 04/17] pci: Add arch_can_pci_mmap_wc() macro
` [PATCH 05/17] pci: Move multiple declarations of pci_mmap_page_range() to <linux/pci.h>
` [PATCH 06/17] pci: Add HAVE_PCI_MMAP_IO to architectures which can mmap() I/O space
` [PATCH 07/17] pci: Use BAR index in sysfs attr->private instead of resource pointer
` [PATCH 08/17] pci: Add BAR index argument to pci_mmap_page_range()
` [PATCH 09/17] pci: Add pci_mmap_resource_range() and use it for ARM64
` [PATCH 10/17] arm: Use generic pci_mmap_resource_range()
` [PATCH 11/17] cris: "
` [PATCH 12/17] mips: "
` [PATCH 13/17] mn10300: "
` [PATCH 14/17] parisc: "
` [PATCH 15/17] sh: "
` [PATCH 16/17] unicore: "
` [PATCH 17/17] arm64: Do not expose PCI mmap through procfs

[PATCH 0/6] x86: 5-level paging enabling for v4.12, Part 2
 2017-03-22  7:31 UTC  (19+ messages)
` [PATCH 1/6] x86/kexec: Add 5-level paging support
` [PATCH 2/6] x86/efi: "
` [PATCH 3/6] x86/mm/pat: "
` [PATCH 4/6] x86/kasan: Prepare clear_pgds() to switch to <asm-generic/pgtable-nop4d.h>
` [PATCH 5/6] x86/xen: Change __xen_pgd_walk() and xen_cleanmfnmap() to support p4d
` [PATCH 6/6] x86: Convert the rest of the code to support p4d_t

[PATCH v2 0/4] ioremap() tidy-up
 2017-03-21 19:59 UTC  (14+ messages)
` [PATCH v2 1/4] asm-generic/io.h: Fix "IOMMU" typos
` [PATCH v2 2/4] asm-generic/io.h: Remove unused generic __ioremap() definition
` [PATCH v2 3/4] asm-generic/io.h: Simplify ioremap() comments
` [PATCH v2 4/4] asm-generic/io.h: Drop ioremap_uc() stub for systems with MMU

[PATCH 00/20] PCI: fix config and I/O Address space memory mappings
 2017-03-21 16:53 UTC  (36+ messages)
` [PATCH 02/20] PCI: fix pci_remap_iospace() remap attribute
` [PATCH 03/20] asm-generic/io.h: add PCI config space remap interface
` [PATCH 05/20] ARM: implement pci_remap_cfgspace() interface

[PATCH 00/26] x86: 5-level paging enabling for v4.12
 2017-03-20 18:38 UTC  (19+ messages)
` [PATCH 26/26] x86/mm: allow to have userspace mappings above 47-bits

[PATCH v1 0/3] ioremap() tidy-up
 2017-03-20 18:17 UTC  (9+ messages)
` [PATCH v1 1/3] asm-generic/io.h: Fix "IOMMU" typos
` [PATCH v1 2/3] asm-generic/io.h: Remove unused generic __ioremap() definition
` [PATCH v1 3/3] asm-generic/io.h: Simplify ioremap() comments

[PATCHv3 00/16] set_memory_* functions header refactor
 2017-03-20 17:20 UTC  (7+ messages)
` [PATCHv3 13/16] ALSA: Use set_memory.h header
  ` [PATCHv3 15/16] video: vermilion: "

[PATCH v2] generic syscalls: Wire up statx syscall
 2017-03-20 14:11 UTC  (9+ messages)

[PATCH 1/3] arm64: enable pci resource mapping using sysfs
 2017-03-20 10:28 UTC  (9+ messages)

[PATCH 0/6] x86: 5-level paging enabling for v4.12, Part 1
 2017-03-15 15:42 UTC  (7+ messages)

[RFC PATCH v4 00/28] x86: Secure Memory Encryption (AMD)
 2017-03-17 22:58 UTC  (16+ messages)
` [RFC PATCH v4 14/28] Add support to access boot related data in the clear
` [RFC PATCH v4 15/28] Add support to access persistent memory "
` [RFC PATCH v4 24/28] x86: Access the setup data through debugfs decrypted
` [RFC PATCH v4 25/28] x86: Access the setup data through sysfs decrypted

[PATCH 0/7] Switch x86 to generic get_user_pages_fast() implementation
 2017-03-17 17:27 UTC  (27+ messages)
` [PATCH 1/7] mm: Drop arch_pte_access_permitted() mmu hook
` [PATCH 2/7] mm/gup: Move permission checks into helpers
` [PATCH 3/7] mm/gup: Move page table entry dereference into helper
` [PATCH 4/7] mm/gup: Make pages referenced during generic get_user_pages_fast()
` [PATCH 5/7] mm/gup: Implement dev_pagemap logic in "
` [PATCH 6/7] mm/gup: Provide hook to check if __GUP_fast() is allowed for the range
` [PATCH 7/7] x86/mm: Switch to generic get_user_page_fast() implementation
  ` [PATCHv2 "

15745 linux-arch
 2017-03-17  8:28 UTC 

[RFC PATCH 00/13] Introduce first class virtual address spaces
 2017-03-16 17:50 UTC  (5+ messages)

[RFC PATCH 00/13] Introduce first class virtual address spaces
 2017-03-15 23:18 UTC 

[RFC PATCH 00/13] Introduce first class virtual address spaces
 2017-03-15 21:30 UTC 

[PATCH v2 2/4] pci: Add arch_can_pci_mmap_wc() macro
 2017-03-15 21:25 UTC  (4+ messages)

[PATCH v2 1/4] arm64: enable pci resource mapping using sysfs
 2017-03-15 21:23 UTC  (2+ messages)

[PATCH v2 4/4] arm64: Do not expose PCI mmap through procfs
 2017-03-15 20:42 UTC  (2+ messages)

[PATCH v2 3/4] pci: Move multiple declarations of pci_mmap_page_range() to <linux/pci.h>
 2017-03-15 20:42 UTC  (2+ messages)

[RFC PATCH 00/13] Introduce first class virtual address spaces
 2017-03-15 19:44 UTC 

[PATCH 2/3] pci: Add arch_can_pci_mmap_wc() macro
 2017-03-15 17:17 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).