linux-arch.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-10-18 09:32:09 to 2017-10-27 10:50:59 UTC [more...]

[PATCH v4 00/28] ARM Scalable Vector Extension (SVE)
 2017-10-27 10:50 UTC  (10+ 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 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 09/28] arm64/sve: Signal frame and context structure definition
` [PATCH v4 11/28] arm64/sve: Core task context handling
` [PATCH v4 13/28] arm64/sve: Signal handling support
` [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] lib: optimize cpumask_next_and()
 2017-10-26 16:00 UTC 

[PATCH v3] lib: optimize cpumask_next_and()
 2017-10-26 15:52 UTC  (2+ messages)
` [PATCH v2] "

[PATCH v9 02/29] x86/boot: Relocate definition of the initial state of CR0
 2017-10-26 12:55 UTC  (9+ messages)

[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  (53+ messages)
` [PATCH 01/19] dm integrity: Kill off ACCESS_ONCE()
` [PATCH 02/19] EDAC, altera: "
` [PATCH 03/19] firmware/ivc: "
` [PATCH 04/19] fs: dcache: "
` [PATCH 05/19] fs: ncpfs: "
` [PATCH 06/19] media: dvb_ringbuffer: "
` [PATCH 07/19] net: netlink/netfilter: "
` [PATCH 08/19] net/ipv4/tcp_input.c: "
` [PATCH 09/19] net: average: "
` [PATCH 10/19] samples: mic/mpssd/mpssd.c: "
` [PATCH 11/19] selftests/powerpc: "
` [PATCH 12/19] workqueue: "
` [PATCH 13/19] rcutorture: formal: Prepare for ACCESS_ONCE() removal
` [PATCH 14/19] doc: filesystems: Kill off ACCESS_ONCE()
` [PATCH 15/19] mm: "
` [PATCH 16/19] linux/compiler.h: Split into compiler.h and compiler-types.h
` [PATCH 17/19] locking/barriers: Kill lockless_dereference
` [PATCH 18/19] alpha: atomics: Add smp_read_barrier_depends() to release/relaxed atomics
` [PATCH 19/19] COCCINELLE: treewide: kill off ACCESS_ONCE()

Donation!
 2017-10-25  7:57 UTC 

[PATCH] lib: optimize cpumask_next_and()
 2017-10-23 16:33 UTC  (3+ messages)

[PATCH v1 00/27] x86: PIE support and option to extend KASLR randomization
 2017-10-20 17:52 UTC  (19+ messages)
` [PATCH v1 01/27] x86/crypto: Adapt assembly for PIE support
` [PATCH v1 06/27] x86/entry/64: "
` [PATCH v1 15/27] compiler: Option to default to hidden symbols

[PATCH v9 00/10] Application Data Integrity feature introduced by SPARC M7
 2017-10-20 16:57 UTC  (6+ messages)
` [PATCH v9 01/10] signals, sparc: Add signal codes for ADI violations
` [PATCH v9 02/10] mm, swap: Add infrastructure for saving page metadata as well on swap

[Part1 PATCH v7 15/17] percpu: Introduce DEFINE_PER_CPU_DECRYPTED
 2017-10-20 14:30 UTC  (2+ messages)

x86: PIE support and option to extend KASLR randomization
 2017-10-20  8:13 UTC  (11+ messages)

[GIT PULL urgent-membarrier] membarrier commits for 4.14
 2017-10-19 20:24 UTC  (4+ messages)

Regression: x86/mm: Add Secure Memory Encryption (SME) support
 2017-10-19 19:36 UTC  (4+ messages)

[PATCH 0/4][PoC][RFC] Add rlimit-resources change notification mechanism
 2017-10-19 18:19 UTC  (22+ messages)
    ` [PATCH 1/4][PoC][RFC] sched: Allow to get() and put() signal struct
    ` [PATCH 2/4][PoC][RFC] Add rlimit-events framework
    ` [PATCH 3/4][PoC][RFC] Connect rlimit-events with process life cycle
    ` [PATCH 4/4][PoC][RFC] Allow to trace fd usage with rlimit-events

[PATCH-tip v7 00/15] locking/rwsem: Rework rwsem-xadd & enable new rwsem features
 2017-10-19 15:21 UTC  (29+ messages)
` [PATCH-tip v7 01/15] locking/rwsem: relocate rwsem_down_read_failed()
` [PATCH-tip v7 02/15] locking/rwsem: Implement a new locking scheme
` [PATCH-tip v7 03/15] locking/rwsem: Move owner setting code from rwsem.c to rwsem-xadd.h
` [PATCH-tip v7 04/15] locking/rwsem: Remove kernel/locking/rwsem.h
` [PATCH-tip v7 05/15] locking/rwsem: Move rwsem internal function declarations to rwsem-xadd.h
` [PATCH-tip v7 06/15] locking/rwsem: Remove arch specific rwsem files
` [PATCH-tip v7 07/15] locking/rwsem: Implement lock handoff to prevent lock starvation
` [PATCH-tip v7 08/15] locking/rwsem: Enable readers spinning on writer
` [PATCH-tip v7 09/15] locking/rwsem: Make rwsem_spin_on_owner() return a tri-state value
` [PATCH-tip v7 10/15] locking/rwsem: Enable count-based spinning on reader
` [PATCH-tip v7 11/15] locking/rwsem: Remove rwsem_wake spinlock optimization
` [PATCH-tip v7 12/15] locking/rwsem: Eliminate redundant writer wakeup calls
` [PATCH-tip v7 13/15] locking/rwsem: Improve fairness to writers
` [PATCH-tip v7 14/15] locking/rwsem: Make waiting writer to optimistically spin for the lock
` [PATCH-tip v7 15/15] locking/rwsem: Wake up all readers in wait queue

[PATCH 4.4 01/46] percpu: make this_cpu_generic_read() atomic w.r.t. interrupts
 2017-10-19 13:48 UTC  (2+ messages)

[PATCH v4.4.y] percpu: make this_cpu_generic_read() atomic w.r.t. interrupts
 2017-10-19  9:25 UTC  (2+ messages)

[PATCH v3.16.y] percpu: make this_cpu_generic_read() atomic w.r.t. interrupts
 2017-10-19  9:24 UTC  (3+ messages)

[PATCH v3 00/28] ARM Scalable Vector Extension (SVE)
 2017-10-18 19:22 UTC  (38+ messages)
` [PATCH v3 02/28] arm64: KVM: Hide unsupported AArch64 CPU features from guests
` [PATCH v3 19/28] arm64/sve: ptrace and ELF coredump support
` [PATCH v3 22/28] arm64/sve: KVM: Prevent guests from using SVE
` [PATCH v3 24/28] arm64/sve: KVM: Hide SVE from CPU features exposed to guests
` [PATCH v3 26/28] arm64/sve: Add documentation

[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 


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