linux-arch.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-03-20 09:15:50 to 2017-03-27 12:20:11 UTC [more...]

[PATCH v9 00/11] uapi: export all headers under uapi directories
 2017-03-27 12:20 UTC  (29+ messages)
` [PATCH v10 "
  ` [PATCH v10 01/11] h8300: put bitsperlong.h in uapi
  ` [PATCH v10 07/11] btrfs_tree.h: fix include from userland
  ` [PATCH v10 11/11] uapi: export all arch specifics directories
      ` [PATCH v11 00/12] uapi: export all headers under uapi directories
          ` [PATCH v11 01/12] h8300: put bitsperlong.h in uapi
          ` [PATCH v11 02/12] nios2: put setup.h "
          ` [PATCH v11 04/12] Makefile.headersinst: cleanup input files
        ` [PATCH v11 03/12] x86: stop exporting msr-index.h to userland
        ` [PATCH v11 06/12] uapi: includes linux/types.h before exporting files

[PATCH 0/6] x86: 5-level paging enabling for v4.12, Part 2
 2017-03-27  6:34 UTC  (11+ messages)
` [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 v3 0/7] Add memsetN functions
 2017-03-27  5:01 UTC  (25+ messages)
` [PATCH v3 1/7] Add multibyte memset functions
` [PATCH v3 2/7] ARM: Implement memset16, memset32 & memset64
` [PATCH v3 3/7] x86: "
` [PATCH v3 4/7] alpha: Add support for memset16
` [PATCH v3 5/7] zram: Convert to using memset_l
` [PATCH v3 6/7] sym53c8xx_2: Convert to use memset32
` [PATCH v3 7/7] vga: Optimise console scrolling

Splat during resume
 2017-03-26 10:10 UTC  (11+ messages)

[PATCH] uapi: fix another asm/shmbuf.h userspace compilation error
 2017-03-26  3:30 UTC  (11+ messages)
` [PATCH 0/5] uapi: fix userspace compilation of asm/ ipc headers
  ` [PATCH 1/5] uapi: fix asm/ipcbuf.h userspace compilation errors
  ` [PATCH 2/5] uapi: fix asm/msgbuf.h "
  ` [PATCH 3/5] uapi: fix asm/sembuf.h "
  ` [PATCH 4/5] uapi: fix asm/shmbuf.h "
  ` [PATCH 5/5] uapi: fix another asm/shmbuf.h userspace compilation error

[PATCH v6 0/4] Application Data Integrity feature introduced by SPARC M7
 2017-03-24 18:45 UTC  (4+ messages)
` [PATCH v6 2/4] mm: Add functions to support extra actions on swap in/out

[PATCH 00/17] PCI resource mmap cleanup
 2017-03-24 17:04 UTC  (51+ 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 18/17] x86: Use generic pci_mmap_resource_range()

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

[PATCH] vmlinux.lds: add __clkevt_of_table to kernel
 2017-03-24  8:54 UTC  (2+ messages)

[RFC PATCH v4 00/28] x86: Secure Memory Encryption (AMD)
 2017-03-23 21:02 UTC  (5+ messages)
` [RFC PATCH v4 15/28] Add support to access persistent memory in the clear

[PATCH 00/20] PCI: fix config and I/O Address space memory mappings
 2017-03-22 16:29 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 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 v1 0/3] ioremap() tidy-up
 2017-03-20 18:17 UTC  (4+ messages)

[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  (5+ messages)

[PATCH 1/3] arm64: enable pci resource mapping using sysfs
 2017-03-20 10:28 UTC  (7+ 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).