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

[RFC PATCH 00/13] Introduce first class virtual address spaces
 2017-03-13 22:14 UTC  (14+ 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] mm, gup: fix typo in gup_p4d_range()
 2017-03-13 20:55 UTC  (7+ messages)

[PATCH 0/6] x86: 5-level paging enabling for v4.12, Part 1
 2017-03-13 19:46 UTC  (14+ messages)
` [PATCH 1/6] x86/mm: Extend headers with basic definitions to support 5-level paging
` [PATCH 2/6] x86/mm: Convert trivial cases of page table walk to "
` [PATCH 3/6] x86/gup: Add 5-level paging support
` [PATCH 4/6] x86/ident_map: "
` [PATCH 5/6] x86/vmalloc: "
` [PATCH 6/6] x86/power: "

[RFC PATCH] sock: add SO_RCVQUEUE_SIZE getsockopt
 2017-03-13 19:39 UTC  (7+ messages)

[PATCH v8 08/11] cryptouser.h: fix include from userland
 2017-03-13 16:57 UTC  (8+ messages)
` [PATCH v9 00/11] uapi: export all headers under uapi directories

[PATCH v2] generic syscalls: Wire up statx syscall
 2017-03-13 14:45 UTC  (2+ messages)

[PATCH 00/26] x86: 5-level paging enabling for v4.12
 2017-03-13  7:49 UTC  (57+ messages)
` [PATCH 01/26] x86: basic changes into headers for 5-level paging
` [PATCH 02/26] x86: trivial portion of 5-level paging conversion
` [PATCH 03/26] x86/gup: add 5-level paging support
` [PATCH 04/26] x86/ident_map: "
` [PATCH 05/26] x86/mm: add support of p4d_t in vmalloc_fault()
` [PATCH 06/26] x86/power: support p4d_t in hibernate code
` [PATCH 07/26] x86/kexec: support p4d_t
` [PATCH 08/26] x86/efi: handle p4d in EFI pagetables
` [PATCH 09/26] x86/mm/pat: handle additional page table
` [PATCH 10/26] x86/kasan: prepare clear_pgds() to switch to <asm-generic/pgtable-nop4d.h>
` [PATCH 11/26] x86/xen: convert __xen_pgd_walk() and xen_cleanmfnmap() to support p4d
` [PATCH 12/26] x86: convert the rest of the code to support p4d_t
` [PATCH 13/26] x86: detect 5-level paging support
` [PATCH 14/26] x86/asm: remove __VIRTUAL_MASK_SHIFT==47 assert
` [PATCH 15/26] x86/mm: define virtual memory map for 5-level paging
` [PATCH 16/26] x86/paravirt: make paravirt code support "
` [PATCH 17/26] x86/mm: basic defines/helpers for CONFIG_X86_5LEVEL
` [PATCH 18/26] x86/dump_pagetables: support 5-level paging
` [PATCH 19/26] x86/kasan: extend to "
` [PATCH 20/26] x86/espfix: "
` [PATCH 21/26] x86/mm: add support of additional page table level during early boot
` [PATCH 22/26] x86/mm: add sync_global_pgds() for configuration with 5-level paging
` [PATCH 23/26] x86/mm: make kernel_physical_mapping_init() support "
` [PATCH 24/26] x86/mm: add support for 5-level paging for KASLR
` [PATCH 25/26] x86: enable 5-level paging support
` [PATCH 26/26] x86/mm: allow to have userspace mappings above 47-bits

[PATCH] generic syscalls: Wire up statx syscall
 2017-03-10 21:51 UTC 

[PATCH 03/20] asm-generic: Drop getrlimit and setrlimit syscalls from default list
 2017-03-10 18:09 UTC  (3+ messages)

[PATCHv2 0/7] 5-level paging: prepare generic code
 2017-03-09 20:26 UTC  (18+ messages)
` [PATCHv2 1/7] x86/cpufeature: Add 5-level paging detection
` [PATCHv2 2/7] asm-generic: introduce 5level-fixup.h
` [PATCHv2 3/7] asm-generic: introduce __ARCH_USE_5LEVEL_HACK
` [PATCHv2 4/7] arch, mm: convert all architectures to use 5level-fixup.h
` [PATCHv2 5/7] asm-generic: introduce <asm-generic/pgtable-nop4d.h>
` [PATCHv2 6/7] mm: convert generic code to 5-level paging
` [PATCHv2 7/7] mm: introduce __p4d_alloc()

[PATCH 0/7] 5-level paging: prepare generic code
 2017-03-09 13:59 UTC  (19+ messages)
` [PATCH 6/7] mm: convert generic code to 5-level paging

[PATCH 1/3] futex: remove duplicated code
 2017-03-09  4:36 UTC  (6+ messages)

[RFC PATCH v4 00/28] x86: Secure Memory Encryption (AMD)
 2017-03-08 15:05 UTC  (24+ messages)
` [RFC PATCH v4 14/28] Add support to access boot related data in the clear
` [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
` [RFC PATCH v4 26/28] x86: Allow kexec to be used with SME
` [RFC PATCH v4 28/28] x86: Add support to make use of Secure Memory Encryption

[PATCHv3 00/16] set_memory_* functions header refactor
 2017-03-07 20:55 UTC  (34+ messages)
` [PATCHv3 01/16] treewide: Move set_memory_* functions away from cacheflush.h
` [PATCHv3 02/16] arm: Use set_memory.h header
` [PATCHv3 03/16] arm64: "
` [PATCHv3 04/16] s390: "
` [PATCHv3 05/16] x86: "
` [PATCHv3 06/16] agp: "
` [PATCHv3 07/16] drm: "
` [PATCHv3 08/16] intel_th: "
` [PATCHv3 09/16] watchdog: hpwdt: "
` [PATCHv3 10/16] bpf: "
` [PATCHv3 11/16] module: "
` [PATCHv3 12/16] PM / hibernate: "
` [PATCHv3 13/16] ALSA: "
` [PATCHv3 14/16] misc: sram: "
` [PATCHv3 15/16] video: vermilion: "
  ` [PATCHv3 16/16] treewide: Decouple cacheflush.h and set_memory.h

[PATCHv4 00/33] 5-level paging
 2017-03-07 18:45 UTC  (10+ messages)
` [PATCHv4 18/33] x86/xen: convert __xen_pgd_walk() and xen_cleanmfnmap() to support p4d
        ` [Xen-devel] "


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