messages from 2017-03-09 04:17:07 to 2017-03-14 21:14:27 UTC [more...]
[RFC PATCH 00/13] Introduce first class virtual address spaces
2017-03-14 21:14 UTC
[PATCHv2 0/7] 5-level paging: prepare generic code
2017-03-14 18:55 UTC (23+ 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,6/7] "
` [PATCHv2 7/7] mm: introduce __p4d_alloc()
[PATCH] mm, gup: fix typo in gup_p4d_range()
2017-03-14 18:36 UTC (9+ messages)
[PATCH 0/6] x86: 5-level paging enabling for v4.12, Part 1
2017-03-14 17:48 UTC (21+ 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 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 "
[RFC PATCH 00/13] Introduce first class virtual address spaces
2017-03-14 16:12 UTC
[PATCH v8 08/11] cryptouser.h: fix include from userland
2017-03-14 12:54 UTC (35+ 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] sock: add SO_RCVQUEUE_SIZE getsockopt
2017-03-14 1:31 UTC (11+ messages)
[RFC PATCH 00/13] Introduce first class virtual address spaces
2017-03-14 1:31 UTC
[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)
[PATCH 0/7] 5-level paging: prepare generic code
2017-03-09 13:59 UTC (11+ 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)
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).