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

[GIT PULL de-alpha] Make core code not need to know about Alpha for v4.15
 2017-10-23 21:07 UTC  (16+ 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 06/19] media: dvb_ringbuffer: "
` [PATCH 08/19] net/ipv4/tcp_input.c: "
` [PATCH 11/19] selftests/powerpc: "
` [PATCH 12/19] workqueue: "
` [PATCH 13/19] rcutorture: formal: Prepare for ACCESS_ONCE() removal
` [PATCH 15/19] mm: 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
` [PATCH 19/19] COCCINELLE: treewide: kill off ACCESS_ONCE()

[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  (20+ 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  (87+ 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 13/28] arm64/sve: Signal handling support
` [PATCH v3 16/28] arm64/sve: Probe SVE capabilities and usable vector lengths
` [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 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 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 


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