linux-arch.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-06-07 19:17:43 to 2017-06-12 03:28:06 UTC [more...]

[PATCH 00/27] kbuild, arch: complete UAPI de-coupling and cleanup scripts/Makefile.headersinst
 2017-06-12  3:27 UTC  (36+ messages)
` [PATCH 01/27] kbuild: remove useless $(gen) variable in Makefile.headersinst
` [PATCH 02/27] kbuild: fix comment about dst of headers_{install,check}_all
` [PATCH 03/27] kbuild: pass dst= to Makefile.headersinst from top Makefile
` [PATCH 04/27] arm64: move generic-y of exported headers to uapi/asm/Kbuild
` [PATCH 05/27] ARM: "
` [PATCH 06/27] arc: "
` [PATCH 07/27] blackfin: "
` [PATCH 08/27] c6x: "
` [PATCH 09/27] cris: "
` [PATCH 10/27] h8300: "
` [PATCH 11/27] hexagon: "
` [PATCH 13/27] m32r: "
` [PATCH 14/27] m68k: "
` [PATCH 15/27] metag: "
` [PATCH 16/27] nios2: remove unneeded arch/nios2/include/(generated/)asm/signal.h
` [PATCH 17/27] nios2: move generic-y of exported headers to uapi/asm/Kbuild
` [PATCH 18/27] openrisc: "
` [PATCH 19/27] parisc: "
` [PATCH 20/27] sh: "
` [PATCH 21/27] sparc: "
` [PATCH 23/27] unicore32: "
` [PATCH 24/27] xtensa: "
` [PATCH 25/27] kbuild: do not include old-kbuild-file from Makefile.headersinst
` [PATCH 26/27] kbuild: split exported generic header creation into uapi-asm-generic
` [PATCH 27/27] kbuild: remove wrapper files handling from Makefile.headersinst

[PATCH v6 00/34] x86: Secure Memory Encryption (AMD)
 2017-06-11 19:44 UTC  (93+ messages)
` [PATCH v6 04/34] x86/CPU/AMD: Add the Secure Memory Encryption CPU feature
` [PATCH v6 05/34] x86/CPU/AMD: Handle SME reduction in physical address size
` [PATCH v6 06/34] x86/mm: Add Secure Memory Encryption (SME) support
` [PATCH v6 09/34] x86/mm: Simplify p[gum]d_page() macros
` [PATCH v6 10/34] x86, x86/mm, x86/xen, olpc: Use __va() against just the physical address in cr3
              ` [Xen-devel] "
` [PATCH v6 13/34] x86/mm: Add support for early encrypt/decrypt of memory
` [PATCH v6 14/34] x86/mm: Insure that boot memory areas are mapped properly
` [PATCH v6 18/34] x86/efi: Update EFI pagetable creation to work with SME
` [PATCH v6 20/34] x86, mpparse: Use memremap to map the mpf and mpc data
` [PATCH v6 25/34] swiotlb: Add warnings for use of bounce buffers with SME
` [PATCH v6 26/34] iommu/amd: Allow the AMD IOMMU to work with memory encryption
  ` [PATCH v6 27/34] x86, realmode: Check for memory encryption on the APs
  ` [PATCH v6 31/34] x86/mm: Use proper encryption attributes with /dev/mem
  ` [PATCH v6 32/34] x86/mm: Add support to encrypt the kernel in-place
` [PATCH v6 28/34] x86, drm, fbdev: Do not specify encrypted memory for video mappings
` [PATCH v6 29/34] kvm: x86: svm: Support Secure Memory Encryption within KVM
` [PATCH v6 30/34] x86/mm, kexec: Allow kexec to be used with SME
` [PATCH v6 33/34] x86/boot: Add early cmdline parsing for options with arguments
` [PATCH v6 34/34] x86/mm: Add support to make use of Secure Memory Encryption

(unknown),
 2017-06-10  5:53 UTC 

RISC-V Linux Port v2
 2017-06-09 21:58 UTC  (32+ messages)
  ` [PATCH 03/17] base: fix order of OF initialization
  ` [PATCH 06/17] pci: Add generic pcibios_{fixup_bus,align_resource}
  ` [PATCH 08/17] dts: include documentation for the RISC-V interrupt controllers
  ` [PATCH 10/17] irqchip: New RISC-V PLIC Driver
  ` [PATCH 13/17] RISC-V: Add include subdirectory

Unify the various copies of libgcc into lib
 2017-06-09 19:53 UTC  (5+ messages)
` Unify the various copies of libgcc into lib v2
  ` [PATCH 7/7] MIPS: Use generic libgcc intrinsics

(unknown),
 2017-06-09 17:38 UTC 

[PATCH v4 0/2] tty: add TIOCGPTPEER ioctl
 2017-06-09 10:24 UTC  (10+ messages)
` [PATCH v4 2/2] "

[PATCH v2] refcount: Create unchecked atomic_t implementation
 2017-06-09  7:20 UTC  (14+ messages)

[PATCH 0/5] move everyone over to thin archives
 2017-06-09  5:24 UTC  (9+ messages)
` [PATCH 1/5] kbuild: thin archives final link close --whole-archives option
` [PATCH 2/5] kbuild: thin archives use P option to ar
` [PATCH 3/5] sh: thin archives fix linking
` [PATCH 4/5] x86/um: thin archives build fix
` [PATCH 5/5] kbuild: thin archives make default for all archs

[PATCH v5 0/9] locking/rwsem: Enable reader optimistic spinning
 2017-06-08 18:49 UTC  (3+ messages)

RISC-V Linux Port v2
 2017-06-08 18:16 UTC  (5+ messages)

[PATCH 0/4][V3] Improve watchdog config for arch watchdogs
 2017-06-08 16:05 UTC  (7+ messages)
` [PATCH 3/4] watchdog: Split up config options

CPU_BIG_ENDIAN in generic code (was: Re: [PATCH v3 3/7] arch/sparc: Define config parameter CPU_BIG_ENDIAN)
 2017-06-08 14:36 UTC  (12+ messages)
          ` CPU_BIG_ENDIAN in generic code

[PATCHv7 00/14] x86: 5-level paging enabling for v4.13, Part 4
 2017-06-08 14:18 UTC  (10+ messages)
` [PATCHv7 03/14] x86/boot/efi: Cleanup initialization of GDT entries
` [PATCHv7 04/14] x86/boot/efi: Fix __KERNEL_CS definition of GDT entry on 64-bit configuration
` [PATCHv7 05/14] x86/boot/efi: Define __KERNEL32_CS GDT on 64-bit configurations

[PATCH v5 0/6] kernel.h: container_of() pointer checking
 2017-06-08 14:07 UTC  (3+ messages)
` [PATCH v5 1/6] asm-generic/bug.h: declare struct pt_regs; before function prototype

[RFC PATCH v2 0/6] Signal frame expansion support
 2017-06-08  8:46 UTC  (7+ messages)
` [RFC PATCH v2 1/6] arm64: signal: Refactor sigcontext parsing in rt_sigreturn
  ` [RFC PATCH v2 4/6] arm64: signal: Allocate extra sigcontext space as needed

[PATCH v6 19/34] x86/mm: Add support to access boot related data in the clear
 2017-06-08  4:24 UTC  (3+ messages)

RISC-V Linux Port v2
 2017-06-07 21:54 UTC  (3+ messages)

[PATCH 09/17] clocksource/timer-riscv: New RISC-V Clocksource
 2017-06-07 20:16 UTC 

[PATCH 5/7] sh: Use lib/ashldi3,ashrdi3,lshrdi3}.c
 2017-06-07 19:27 UTC  (3+ messages)


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