Linux-arch Archive mirror
 help / color / mirror / Atom feed
 messages from 2017-02-17 14:13:13 to 2017-02-26 18:29:27 UTC [more...]

[PATCH] uapi: fix asm/ipcbuf.h userspace compilation errors
 2017-02-26 18:29 UTC 

[PATCH] uapi: fix asm/signal.h userspace compilation errors
 2017-02-26  1:01 UTC  (2+ messages)

[RFC PATCH v4 00/28] x86: Secure Memory Encryption (AMD)
 2017-02-25 17:10 UTC  (92+ messages)
` [RFC PATCH v4 02/28] x86: Set the write-protect cache mode for full PAT support
` [RFC PATCH v4 05/28] x86: Add Secure Memory Encryption (SME) support
` [RFC PATCH v4 06/28] x86: Add support to enable SME during early boot processing
` [RFC PATCH v4 07/28] x86: Provide general kernel support for memory encryption
` [RFC PATCH v4 08/28] x86: Extend the early_memremap support with additional attrs
` [RFC PATCH v4 09/28] x86: Add support for early encryption/decryption of memory
` [RFC PATCH v4 10/28] x86: Insure that boot memory areas are mapped properly
` [RFC PATCH v4 11/28] x86: Add support to determine the E820 type of an address
` [RFC PATCH v4 13/28] efi: Update efi_mem_type() to return defined EFI mem types
` [RFC PATCH v4 14/28] Add support to access boot related data in the clear
` [RFC PATCH v4 16/28] x86: Add support for changing memory encryption attribute
` [RFC PATCH v4 18/28] x86: DMA support for memory encryption
` [RFC PATCH v4 19/28] swiotlb: Add warnings for use of bounce buffers with SME
` [RFC PATCH v4 26/28] x86: Allow kexec to be used "

[PATCH] asm-generic: Force cast get_user() setting x to 0
 2017-02-25  1:24 UTC  (2+ messages)

[PATCH v5 7/8] uapi: export all headers under uapi directories
 2017-02-24 16:49 UTC  (23+ messages)
` [PATCH v6 0/8] "
  ` [PATCH v6 7/8] "
          ` [PATCH v7 0/8] "
            ` [PATCH v7 1/8] h8300: put bitsperlong.h in uapi
            ` [PATCH v7 2/8] nios2: put setup.h "
            ` [PATCH v7 3/8] x86: stop exporting msr-index.h to userland
            ` [PATCH v7 4/8] Makefile.headersinst: cleanup input files
            ` [PATCH v7 5/8] Makefile.headersinst: remove destination-y option
            ` [PATCH v7 6/8] uapi: includes linux/types.h before exporting files
            ` [PATCH v7 7/8] uapi: export all headers under uapi directories
            ` [PATCH v7 8/8] uapi: export all arch specifics directories

[PATCH v4 09/24] openrisc: add optimized atomic operations
 2017-02-24  4:32 UTC  (2+ messages)

RE:
 2017-02-23 15:09 UTC 

[PATCHv3 00/33] 5-level paging
 2017-02-21 12:42 UTC  (94+ messages)
` [PATCHv3 01/33] x86/cpufeature: Add 5-level paging detection
` [PATCHv3 02/33] asm-generic: introduce 5level-fixup.h
` [PATCHv3 03/33] asm-generic: introduce __ARCH_USE_5LEVEL_HACK
` [PATCHv3 04/33] arch, mm: convert all architectures to use 5level-fixup.h
` [PATCHv3 05/33] asm-generic: introduce <asm-generic/pgtable-nop4d.h>
` [PATCHv3 06/33] mm: convert generic code to 5-level paging
` [PATCHv3 07/33] mm: introduce __p4d_alloc()
` [PATCHv3 08/33] x86: basic changes into headers for 5-level paging
` [PATCHv3 09/33] x86: trivial portion of 5-level paging conversion
` [PATCHv3 10/33] x86/gup: add 5-level paging support
` [PATCHv3 11/33] x86/ident_map: "
` [PATCHv3 12/33] x86/mm: add support of p4d_t in vmalloc_fault()
` [PATCHv3 13/33] x86/power: support p4d_t in hibernate code
` [PATCHv3 14/33] x86/kexec: support p4d_t
` [PATCHv3 15/33] x86/efi: handle p4d in EFI pagetables
` [PATCHv3 16/33] x86/mm/pat: handle additional page table
` [PATCHv3 17/33] x86/kasan: prepare clear_pgds() to switch to <asm-generic/pgtable-nop4d.h>
` [PATCHv3 18/33] x86/xen: convert __xen_pgd_walk() and xen_cleanmfnmap() to support p4d
` [PATCHv3 19/33] x86: convert the rest of the code to support p4d_t
` [PATCHv3 20/33] x86: detect 5-level paging support
` [PATCHv3 21/33] x86/asm: remove __VIRTUAL_MASK_SHIFT==47 assert
` [PATCHv3 22/33] x86/mm: define virtual memory map for 5-level paging
` [PATCHv3 23/33] x86/paravirt: make paravirt code support "
` [PATCHv3 24/33] x86/mm: basic defines/helpers for CONFIG_X86_5LEVEL
` [PATCHv3 25/33] x86/dump_pagetables: support 5-level paging
` [PATCHv3 26/33] x86/kasan: extend to "
` [PATCHv3 27/33] x86/espfix: "
` [PATCHv3 28/33] x86/mm: add support of additional page table level during early boot
` [PATCHv3 29/33] x86/mm: add sync_global_pgds() for configuration with 5-level paging
` [PATCHv3 30/33] x86/mm: make kernel_physical_mapping_init() support "
` [PATCHv3 31/33] x86/mm: add support for 5-level paging for KASLR
` [PATCHv3 32/33] x86: enable 5-level paging support
` [PATCHv3 33/33] mm, x86: introduce PR_SET_MAX_VADDR and PR_GET_MAX_VADDR

[PATCH v5 0/2] x86/kvm: Reduce vcpu_is_preempted() overhead
 2017-02-21 11:49 UTC  (10+ messages)
` [PATCH v5 1/2] x86/paravirt: Change vcp_is_preempted() arg type to long
` [PATCH v5 2/2] x86/kvm: Provide optimized version of vcpu_is_preempted() for x86-64

[RFC 1/7] arch: add __ro_mostly_after_init section marker
 2017-02-21  6:29 UTC  (6+ messages)
  ` [kernel-hardening] "


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 read-only IMAP folder(s) and NNTP newsgroup(s).