linux-arch.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-10-24 09:30:26 to 2017-11-06 08:56:55 UTC [more...]

[PATCH v9 00/51] powerpc, mm: Memory Protection Keys
 2017-11-06  8:56 UTC  (4+ messages)
` [PATCH v9 01/51] mm, powerpc, x86: define VM_PKEY_BITx bits if CONFIG_ARCH_HAS_PKEYS is enabled
` [PATCH v9 02/51] mm, powerpc, x86: introduce an additional vma bit for powerpc pkey
` [PATCH v9 03/51] powerpc: initial pkey plumbing

[PATCH v10 00/38] x86: Secure Memory Encryption (AMD)
 2017-11-06  7:13 UTC  (8+ messages)
` [PATCH v10 20/38] x86, mpparse: Use memremap to map the mpf and mpc data

MPK: pkey_free and key reuse
 2017-11-05 10:35 UTC  (2+ messages)

[PATCH v5 00/30] ARM Scalable Vector Extension (SVE)
 2017-11-02 19:18 UTC  (62+ messages)
` [PATCH v5 01/30] regset: Add support for dynamically sized regsets
` [PATCH v5 02/30] arm64: fpsimd: Correctly annotate exception helpers called from asm
` [PATCH v5 03/30] arm64: signal: Verify extra data is user-readable in sys_rt_sigreturn
` [PATCH v5 04/30] arm64: KVM: Hide unsupported AArch64 CPU features from guests
` [PATCH v5 05/30] arm64: efi: Add missing Kconfig dependency on KERNEL_MODE_NEON
` [PATCH v5 06/30] arm64: Port deprecated instruction emulation to new sysctl interface
` [PATCH v5 07/30] arm64: fpsimd: Simplify uses of {set,clear}_ti_thread_flag()
` [PATCH v5 08/30] arm64/sve: System register and exception syndrome definitions
` [PATCH v5 09/30] arm64/sve: Low-level SVE architectural state manipulation functions
` [PATCH v5 10/30] arm64/sve: Kconfig update and conditional compilation support
` [PATCH v5 11/30] arm64/sve: Signal frame and context structure definition
` [PATCH v5 12/30] arm64/sve: Low-level CPU setup
` [PATCH v5 13/30] arm64/sve: Core task context handling
` [PATCH v5 14/30] arm64/sve: Support vector length resetting for new processes
` [PATCH v5 15/30] arm64/sve: Signal handling support
` [PATCH v5 16/30] arm64/sve: Backend logic for setting the vector length
` [PATCH v5 17/30] arm64: cpufeature: Move sys_caps_initialised declarations
` [PATCH v5 18/30] arm64/sve: Probe SVE capabilities and usable vector lengths
` [PATCH v5 19/30] arm64/sve: Preserve SVE registers around kernel-mode NEON use
` [PATCH v5 20/30] arm64/sve: Preserve SVE registers around EFI runtime service calls
` [PATCH v5 21/30] arm64/sve: ptrace and ELF coredump support
` [PATCH v5 22/30] arm64/sve: Add prctl controls for userspace vector length management
` [PATCH v5 23/30] arm64/sve: Add sysctl to set the default vector length for new processes
` [PATCH v5 24/30] arm64/sve: KVM: Prevent guests from using SVE
` [PATCH v5 25/30] arm64/sve: KVM: Treat guest SVE use as undefined instruction execution
` [PATCH v5 26/30] arm64/sve: KVM: Hide SVE from CPU features exposed to guests
` [PATCH v5 27/30] arm64/sve: Detect SVE and activate runtime support
` [RFC PATCH v5 29/30] arm64: signal: Report signal frame size to userspace via auxv
` [RFC PATCH v5 30/30] arm64/sve: signal: Include SVE when computing AT_MINSIGSTKSZ
  ` [PATCH v5 28/30] arm64/sve: Add documentation

[PATCH v2] kbuild: clean up *.dtb and *.dtb.S patterns from top-level Makefile
 2017-11-02  9:08 UTC  (6+ messages)

[GIT PULL] signal bug fix for v4.14-rc8
 2017-11-01 22:22 UTC 

[PATCH] [RFC] vm: add a syscall to map a process memory into a pipe
 2017-11-01 17:47 UTC  (5+ messages)

[PATCH v4 00/28] ARM Scalable Vector Extension (SVE)
 2017-10-31 10:57 UTC  (60+ messages)
` [PATCH v4 01/28] regset: Add support for dynamically sized regsets
` [PATCH v4 02/28] arm64: KVM: Hide unsupported AArch64 CPU features from guests
` [PATCH v4 03/28] arm64: efi: Add missing Kconfig dependency on KERNEL_MODE_NEON
` [PATCH v4 04/28] arm64: Port deprecated instruction emulation to new sysctl interface
` [PATCH v4 05/28] arm64: fpsimd: Simplify uses of {set, clear}_ti_thread_flag()
  ` [PATCH v4 05/28] arm64: fpsimd: Simplify uses of {set,clear}_ti_thread_flag()
` [PATCH v4 06/28] arm64/sve: System register and exception syndrome definitions
` [PATCH v4 07/28] arm64/sve: Low-level SVE architectural state manipulation functions
` [PATCH v4 08/28] arm64/sve: Kconfig update and conditional compilation support
` [PATCH v4 09/28] arm64/sve: Signal frame and context structure definition
` [PATCH v4 10/28] arm64/sve: Low-level CPU setup
` [PATCH v4 11/28] arm64/sve: Core task context handling
` [PATCH v4 12/28] arm64/sve: Support vector length resetting for new processes
` [PATCH v4 13/28] arm64/sve: Signal handling support
` [PATCH v4 14/28] arm64/sve: Backend logic for setting the vector length
` [PATCH v4 15/28] arm64: cpufeature: Move sys_caps_initialised declarations
` [PATCH v4 16/28] arm64/sve: Probe SVE capabilities and usable vector lengths
` [PATCH v4 17/28] arm64/sve: Preserve SVE registers around kernel-mode NEON use
` [PATCH v4 18/28] arm64/sve: Preserve SVE registers around EFI runtime service calls
` [PATCH v4 19/28] arm64/sve: ptrace and ELF coredump support
` [PATCH v4 20/28] arm64/sve: Add prctl controls for userspace vector length management
` [PATCH v4 21/28] arm64/sve: Add sysctl to set the default vector length for new processes
` [PATCH v4 22/28] arm64/sve: KVM: Prevent guests from using SVE
` [PATCH v4 23/28] arm64/sve: KVM: Treat guest SVE use as undefined instruction execution
` [PATCH v4 24/28] arm64/sve: KVM: Hide SVE from CPU features exposed to guests
` [PATCH v4 25/28] arm64/sve: Detect SVE and activate runtime support
` [PATCH v4 26/28] arm64/sve: Add documentation
` [RFC PATCH v4 27/28] arm64: signal: Report signal frame size to userspace via auxv
` [RFC PATCH v4 28/28] arm64/sve: signal: Include SVE when computing AT_MINSIGSTKSZ

[PATCH v3.16.y] percpu: make this_cpu_generic_read() atomic w.r.t. interrupts
 2017-10-30 14:40 UTC  (4+ messages)

Urgent Reply Needed
 2017-10-29  8:40 UTC 

[PATCH v3] lib: optimize cpumask_next_and()
 2017-10-28 13:24 UTC  (3+ messages)
` [PATCH v2] "

[PATCH v10 02/18] x86/boot: Relocate definition of the initial state of CR0
 2017-10-27 20:25 UTC  (2+ messages)

[PATCH v9 02/29] x86/boot: Relocate definition of the initial state of CR0
 2017-10-27 19:02 UTC  (11+ messages)

[PATCH v4] lib: optimize cpumask_next_and()
 2017-10-26 16:00 UTC 

[PATCH v2] lib: optimize cpumask_next_and()
 2017-10-26 12:22 UTC  (14+ messages)
  ` Re "

[PATCH v3] lib: optimize cpumask_next_and()
 2017-10-26 12:18 UTC 

[GIT PULL de-alpha] Make core code not need to know about Alpha for v4.15
 2017-10-25 13:18 UTC  (27+ messages)
` [PATCH 09/19] net: average: Kill off ACCESS_ONCE()
` [PATCH 16/19] linux/compiler.h: Split into compiler.h and compiler-types.h
` [PATCH 17/19] locking/barriers: Kill lockless_dereference

Donation!
 2017-10-25  7:57 UTC 


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