messages from 2017-03-13 22:14:03 to 2017-03-20 10:22:59 UTC [more...]
[PATCH 00/20] PCI: fix config and I/O Address space memory mappings
2017-03-20 10:22 UTC (16+ messages)
` [PATCH 02/20] PCI: fix pci_remap_iospace() remap attribute
` [PATCH 03/20] asm-generic/io.h: add PCI config space remap interface
[PATCHv3 00/16] set_memory_* functions header refactor
2017-03-20 9:27 UTC (4+ messages)
` [PATCHv3 13/16] ALSA: Use set_memory.h header
[PATCH 00/26] x86: 5-level paging enabling for v4.12
2017-03-20 9:15 UTC (15+ messages)
` [PATCH 26/26] x86/mm: allow to have userspace mappings above 47-bits
[PATCH 0/6] x86: 5-level paging enabling for v4.12, Part 1
2017-03-15 15:42 UTC (14+ 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 v1 0/3] ioremap() tidy-up
2017-03-17 22:00 UTC (7+ 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
[PATCH 0/6] x86: 5-level paging enabling for v4.12, Part 2
2017-03-17 19:49 UTC (15+ 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 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)
[PATCH v2] generic syscalls: Wire up statx syscall
2017-03-16 9:48 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 (3+ messages)
[PATCH 1/3] arm64: enable pci resource mapping using sysfs
2017-03-15 19:18 UTC (5+ messages)
[PATCH 2/3] pci: Add arch_can_pci_mmap_wc() macro
2017-03-15 17:18 UTC (3+ messages)
` [PATCH 3/3] pci: Move multiple declarations of pci_mmap_page_range() to <linux/pci.h>
(unknown),
2017-03-15 7:30 UTC
[RFC PATCH] sock: add SO_RCVQUEUE_SIZE getsockopt
2017-03-14 22:11 UTC (9+ messages)
[RFC PATCH 00/13] Introduce first class virtual address spaces
2017-03-14 21:14 UTC
[PATCHv2 6/7] mm: convert generic code to 5-level paging
2017-03-14 18:55 UTC (6+ messages)
` [PATCHv2,6/7] "
[PATCH] mm, gup: fix typo in gup_p4d_range()
2017-03-14 18:36 UTC (3+ messages)
[RFC PATCH 00/13] Introduce first class virtual address spaces
2017-03-14 16:18 UTC (28+ messages)
` [RFC PATCH 01/13] mm: Add mm_struct argument to 'mmap_region'
` [RFC PATCH 02/13] mm: Add mm_struct argument to 'do_mmap' and 'do_mmap_pgoff'
` [RFC PATCH 03/13] mm: Rename 'unmap_region' and add mm_struct argument
` [RFC PATCH 04/13] mm: Add mm_struct argument to 'get_unmapped_area' and 'vm_unmapped_area'
` [RFC PATCH 05/13] mm: Add mm_struct argument to 'mm_populate' and '__mm_populate'
` [RFC PATCH 06/13] mm/mmap: Export 'vma_link' and 'find_vma_links' to mm subsystem
` [RFC PATCH 07/13] kernel/fork: Split and export 'mm_alloc' and 'mm_init'
` [RFC PATCH 08/13] kernel/fork: Define explicitly which mm_struct to duplicate during fork
` [RFC PATCH 09/13] mm/memory: Add function to one-to-one duplicate page ranges
` [RFC PATCH 10/13] mm: Introduce first class virtual address spaces
` [RFC PATCH 11/13] mm/vas: Introduce VAS segments - shareable address space regions
` [RFC PATCH 12/13] mm/vas: Add lazy-attach support for first class virtual address spaces
` [RFC PATCH 13/13] fs/proc: Add procfs "
[PATCH v8 08/11] cryptouser.h: fix include from userland
2017-03-14 12:54 UTC (32+ messages)
` [PATCH v9 00/11] uapi: export all headers under uapi directories
` [PATCH v10 "
` [PATCH v10 01/11] h8300: put bitsperlong.h in uapi
` [PATCH v10 02/11] nios2: put setup.h "
` [PATCH v10 03/11] x86: stop exporting msr-index.h to userland
` [PATCH v10 04/11] Makefile.headersinst: cleanup input files
` [PATCH v10 05/11] Makefile.headersinst: remove destination-y option
` [PATCH v10 06/11] uapi: includes linux/types.h before exporting files
` [PATCH v10 07/11] btrfs_tree.h: fix include from userland
` [PATCH v10 08/11] cryptouser.h: "
` [PATCH v10 09/11] smc_diag.h: "
` [PATCH v10 10/11] uapi: export all headers under uapi directories
` [PATCH v10 11/11] uapi: export all arch specifics directories
[RFC PATCH 00/13] Introduce first class virtual address spaces
2017-03-14 1:31 UTC
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).