linux-arch.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-10-10 18:38:18 to 2017-10-12 12:56:55 UTC [more...]

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

[PATCH v1 00/27] x86: PIE support and option to extend KASLR randomization
 2017-10-11 21:34 UTC  (29+ messages)
` [PATCH v1 01/27] x86/crypto: Adapt assembly for PIE support
` [PATCH v1 02/27] x86: Use symbol name on bug table "
` [PATCH v1 03/27] x86: Use symbol name in jump "
` [PATCH v1 04/27] x86: Add macro to get symbol address "
` [PATCH v1 05/27] x86: relocate_kernel - Adapt assembly "
` [PATCH v1 06/27] x86/entry/64: "
` [PATCH v1 07/27] x86: pm-trace - "
` [PATCH v1 08/27] x86/CPU: "
` [PATCH v1 09/27] x86/acpi: "
` [PATCH v1 10/27] x86/boot/64: "
` [PATCH v1 11/27] x86/power/64: "
` [PATCH v1 12/27] x86/paravirt: "
` [PATCH v1 13/27] x86/boot/64: Use _text in a global "
` [PATCH v1 14/27] x86/percpu: Adapt percpu "
` [PATCH v1 15/27] compiler: Option to default to hidden symbols
` [PATCH v1 16/27] x86/relocs: Handle PIE relocations
` [PATCH v1 17/27] xen: Adapt assembly for PIE support
` [PATCH v1 18/27] kvm: "
` [PATCH v1 19/27] x86: Support global stack cookie
` [PATCH v1 20/27] x86/ftrace: Adapt function tracing for PIE support
` [PATCH v1 21/27] x86/mm/dump_pagetables: Fix address markers index on x86_64
` [PATCH v1 22/27] x86/modules: Add option to start module section after kernel
` [PATCH v1 23/27] x86/modules: Adapt module loading for PIE support
` [PATCH v1 24/27] x86/mm: Make the x86 GOT read-only
` [PATCH v1 25/27] x86/pie: Add option to build the kernel as PIE
` [PATCH v1 26/27] x86/relocs: Add option to generate 64-bit relocations
` [PATCH v1 27/27] x86/kaslr: Add option to extend KASLR range from 1GB to 3GB

[PATCH v6 00/11] locking/rwsem: Rework rwsem-xadd & enable new rwsem features
 2017-10-11 20:57 UTC  (38+ messages)
` [PATCH v6 01/11] locking/rwsem: relocate rwsem_down_read_failed()
` [PATCH v6 02/11] locking/rwsem: Implement a new locking scheme
` [PATCH v6 03/11] locking/rwsem: Move owner setting code from rwsem.c to rwsem-xadd.h
` [PATCH v6 04/11] locking/rwsem: Remove kernel/locking/rwsem.h
` [PATCH v6 05/11] locking/rwsem: Move rwsem internal function declarations to rwsem-xadd.h
` [PATCH v6 06/11] locking/rwsem: Remove arch specific rwsem files
` [PATCH v6 07/11] locking/rwsem: Implement lock handoff to prevent lock starvation
` [PATCH v6 08/11] locking/rwsem: Enable readers spinning on writer
` [PATCH v6 09/11] locking/rwsem: Enable time-based reader lock stealing
` [PATCH v6 10/11] locking/rwsem: Make rwsem_spin_on_owner() return a tri-state value
` [PATCH v6 11/11] locking/rwsem: Enable count-based spinning on reader

[PATCH RFC tip/core/rcu 12/15] lib/assoc_array: Remove smp_read_barrier_depends()
 2017-10-11 19:59 UTC  (46+ messages)
  ` [PATCH RFC tip/core/rcu 0/15] Remove to-be-unneeded smp_read_barrier_depends()

(unknown),
 2017-10-11  8:20 UTC 

[PATCH 4.13 112/160] percpu: make this_cpu_generic_read() atomic w.r.t. interrupts
 2017-10-10 19:50 UTC  (2+ messages)

[PATCH 4.9 080/105] percpu: make this_cpu_generic_read() atomic w.r.t. interrupts
 2017-10-10 19:50 UTC  (2+ 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).