messages from 2017-03-02 00:20:22 to 2017-03-06 13:58:21 UTC [more...]
[PATCHv4 00/33] 5-level paging
2017-03-06 13:53 UTC (57+ messages)
` [PATCHv4 01/33] x86/cpufeature: Add 5-level paging detection
` [PATCHv4 02/33] asm-generic: introduce 5level-fixup.h
` [PATCHv4 03/33] asm-generic: introduce __ARCH_USE_5LEVEL_HACK
` [PATCHv4 04/33] arch, mm: convert all architectures to use 5level-fixup.h
` [PATCHv4 05/33] asm-generic: introduce <asm-generic/pgtable-nop4d.h>
` [PATCHv4 06/33] mm: convert generic code to 5-level paging
` [PATCHv4 07/33] mm: introduce __p4d_alloc()
` [PATCHv4 08/33] x86: basic changes into headers for 5-level paging
` [PATCHv4 09/33] x86: trivial portion of 5-level paging conversion
` [PATCHv4 10/33] x86/gup: add 5-level paging support
` [PATCHv4 11/33] x86/ident_map: "
` [PATCHv4 12/33] x86/mm: add support of p4d_t in vmalloc_fault()
` [PATCHv4 13/33] x86/power: support p4d_t in hibernate code
` [PATCHv4 14/33] x86/kexec: support p4d_t
` [PATCHv4 15/33] x86/efi: handle p4d in EFI pagetables
` [PATCHv4 16/33] x86/mm/pat: handle additional page table
` [PATCHv4 17/33] x86/kasan: prepare clear_pgds() to switch to <asm-generic/pgtable-nop4d.h>
` [PATCHv4 18/33] x86/xen: convert __xen_pgd_walk() and xen_cleanmfnmap() to support p4d
` [PATCHv4 19/33] x86: convert the rest of the code to support p4d_t
` [PATCHv4 20/33] x86: detect 5-level paging support
` [PATCHv4 21/33] x86/asm: remove __VIRTUAL_MASK_SHIFT==47 assert
` [PATCHv4 22/33] x86/mm: define virtual memory map for 5-level paging
` [PATCHv4 23/33] x86/paravirt: make paravirt code support "
` [PATCHv4 24/33] x86/mm: basic defines/helpers for CONFIG_X86_5LEVEL
` [PATCHv4 25/33] x86/dump_pagetables: support 5-level paging
` [PATCHv4 26/33] x86/kasan: extend to "
` [PATCHv4 27/33] x86/espfix: "
` [PATCHv4 28/33] x86/mm: add support of additional page table level during early boot
` [PATCHv4 29/33] x86/mm: add sync_global_pgds() for configuration with 5-level paging
` [PATCHv4 30/33] x86/mm: make kernel_physical_mapping_init() support "
` [PATCHv4 31/33] x86/mm: add support for 5-level paging for KASLR
` [PATCHv4 32/33] x86: enable 5-level paging support
` [PATCHv4 33/33] x86/mm: allow to have userspace mappigs above 47-bits
[PATCH 1/3] futex: remove duplicated code
2017-03-06 1:52 UTC (20+ messages)
[PATCHv2 00/14] set_memory_* functions header refactor
2017-03-05 3:01 UTC (63+ messages)
` [PATCHv2 01/14] treewide: Move set_memory_* functions away from cacheflush.h
` [PATCHv2 02/14] arm: Use set_memory.h header
` [PATCHv2 03/14] arm64: "
` [PATCHv2 04/14] s390: "
` [PATCHv2 05/14] x86: "
` [PATCHv2 06/14] agp: "
` [PATCHv2 07/14] drm: "
` [PATCHv2 08/14] intel_th: "
` [PATCHv2 09/14] watchdog: hpwdt: "
` [PATCHv2 10/14] bpf: "
` [PATCHv2 11/14] module: "
` [PATCHv2 12/14] PM / hibernate: "
` [PATCHv2 14/14] treewide: Decouple cacheflush.h and set_memory.h
[PATCH] uapi: fix asm/signal.h userspace compilation errors
2017-03-04 1:23 UTC (11+ messages)
` [PATCH v2] "
` [PATCH 1/2] uapi: introduce __kernel_uapi_size_t
[PATCH v8 08/11] cryptouser.h: fix include from userland
2017-03-03 17:07 UTC (29+ messages)
` [PATCH v9 00/11] uapi: export all headers under uapi directories
` [PATCH v9 01/11] h8300: put bitsperlong.h in uapi
` [PATCH v9 02/11] nios2: put setup.h "
` [PATCH v9 03/11] x86: stop exporting msr-index.h to userland
` [PATCH v9 04/11] Makefile.headersinst: cleanup input files
` [PATCH v9 05/11] Makefile.headersinst: remove destination-y option
` [PATCH v9 06/11] uapi: includes linux/types.h before exporting files
` [PATCH v9 07/11] btrfs_tree.h: fix include from userland
` [PATCH v9 08/11] cryptouser.h: "
` [PATCH v9 09/11] smc_diag.h: "
` [PATCH v9 10/11] uapi: export all headers under uapi directories
` [PATCH v9 11/11] uapi: export all arch specifics directories
[RFC PATCH v4 00/28] x86: Secure Memory Encryption (AMD)
2017-03-03 9:52 UTC (17+ messages)
` [RFC PATCH v4 11/28] x86: Add support to determine the E820 type of an address
` [RFC PATCH v4 19/28] swiotlb: Add warnings for use of bounce buffers with SME
` [RFC PATCH v4 27/28] x86: Add support to encrypt the kernel in-place
[PATCH 00/20] PCI: fix config and I/O Address space memory mappings
2017-03-02 20:08 UTC (21+ messages)
` [PATCH 07/20] PCI: implement Devres interface to map PCI config space
` [PATCH 14/20] PCI: hisi: update PCI config space remap function
[PATCH] uapi: fix asm/ipcbuf.h userspace compilation errors
2017-03-02 13:14 UTC (9+ messages)
` [PATCH 1/3] uapi: fix asm/msgbuf.h "
` [PATCH 2/3] uapi: fix asm/sembuf.h "
` [PATCH 3/3] uapi: fix asm/shmbuf.h "
[PATCH] uapi: fix another asm/shmbuf.h userspace compilation error
2017-03-02 13:07 UTC (4+ 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).