linux-arch.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-10-11 15:59:48 to 2017-10-18 13:40:22 UTC [more...]

[PATCH v3.16.y] percpu: make this_cpu_generic_read() atomic w.r.t. interrupts
 2017-10-18 13:40 UTC 

[PATCH v3.2.y] percpu: make this_cpu_generic_read() atomic w.r.t. interrupts
 2017-10-18 13:37 UTC 

[PATCH v3.10.y] percpu: make this_cpu_generic_read() atomic w.r.t. interrupts
 2017-10-18 13:36 UTC  (2+ messages)

[PATCH v3.16.y] percpu: make this_cpu_generic_read() atomic w.r.t. interrupts
 2017-10-18 13:35 UTC 

[PATCH v4.1.y] percpu: make this_cpu_generic_read() atomic w.r.t. interrupts
 2017-10-18 13:33 UTC 

[PATCH v4.4.y] percpu: make this_cpu_generic_read() atomic w.r.t. interrupts
 2017-10-18 13:32 UTC 

[PATCH v3 00/28] ARM Scalable Vector Extension (SVE)
 2017-10-18 13:23 UTC  (94+ messages)
` [PATCH v3 02/28] arm64: KVM: Hide unsupported AArch64 CPU features from guests
` [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

[PATCH 1/3] bpf: Don't check for current being NULL
 2017-10-16 22:31 UTC  (4+ messages)

[Part1 PATCH v6 15/17] percpu: Introduce DEFINE_PER_CPU_DECRYPTED
 2017-10-16 15:34 UTC 

(unknown),
 2017-10-15 12:04 UTC 

[PATCH resend] asm-generic: don't #include <linux/atomic.h> in qspinlock_types.h
 2017-10-14  0:06 UTC 

[GIT PULL membarrier/urgent] membarrier commits for 4.14
 2017-10-13 16:12 UTC  (12+ messages)
` [GIT PULL v2 "
  ` [PATCH tip/sched/membarrier 1/5] membarrier: Provide register expedited private command
  ` [PATCH tip/sched/membarrier 2/5] membarrier: selftest: Test private expedited cmd
  ` [PATCH tip/sched/membarrier 3/5] membarrier: Document scheduler barrier requirements
  ` [PATCH tip/sched/membarrier 4/5] membarrier: Remove unused code for architectures without membarrier hooks
  ` [PATCH tip/sched/membarrier 5/5] Fix: membarrier: Handle CLONE_VM + !CLONE_THREAD correctly on powerpc

(unknown),
 2017-10-13  6:16 UTC 

[PATCH v1 00/27] x86: PIE support and option to extend KASLR randomization
 2017-10-12 20:02 UTC  (33+ 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  (35+ messages)
    ` [PATCH RFC tip/core/rcu 0/15] Remove to-be-unneeded smp_read_barrier_depends()

[PATCH RFC tip/core/rcu 12/15] lib/assoc_array: Remove smp_read_barrier_depends()
 2017-10-11 12:58 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).