linux-arch.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-09-29 16:06:37 to 2017-10-10 09:59:42 UTC [more...]

[PATCH RFC tip/core/rcu 0/15] Remove to-be-unneeded smp_read_barrier_depends()
 2017-10-10  9:59 UTC  (36+ messages)
` [PATCH RFC tip/core/rcu 01/15] doc: READ_ONCE() now implies smp_barrier_depends()
` [PATCH RFC tip/core/rcu 02/15] mn10300: READ_ONCE() now implies smp_read_barrier_depends()
` [PATCH RFC tip/core/rcu 03/15] drivers/net/ethernet/qlogic/qed: Fix __qed_spq_block() ordering
` [PATCH RFC tip/core/rcu 04/15] fs/dcache: Use release-acquire for name/length update
` [PATCH RFC tip/core/rcu 05/15] percpu: READ_ONCE() now implies smp_read_barrier_depends()
` [PATCH RFC tip/core/rcu 06/15] rcu: Adjust read-side accessor comments for READ_ONCE()
` [PATCH RFC tip/core/rcu 07/15] rtnetlink: Update now-misleading smp_read_barrier_depends() comment
` [PATCH RFC tip/core/rcu 08/15] seqlock: Remove now-redundant smp_read_barrier_depends()
` [PATCH RFC tip/core/rcu 09/15] uprobes: "
` [PATCH RFC tip/core/rcu 10/15] locking: Remove smp_read_barrier_depends() from queued_spin_lock_slowpath()
` [PATCH RFC tip/core/rcu 11/15] tracepoint: Remove smp_read_barrier_depends() from comment
` [PATCH RFC tip/core/rcu 12/15] lib/assoc_array: Remove smp_read_barrier_depends()
` [PATCH RFC tip/core/rcu 13/15] mm/ksm: Remove now-redundant smp_read_barrier_depends()
` [PATCH RFC tip/core/rcu 14/15] netfilter: "
` [PATCH RFC tip/core/rcu 15/15] keyring: "

[PATCH] bitfield: Use __ffs64(x) to fix missing __ffsdi2()
 2017-10-10  7:03 UTC  (10+ messages)

[PATCH v2 00/28] ARM Scalable Vector Extension (SVE)
 2017-10-09 16:20 UTC  (40+ messages)
` [PATCH v2 10/28] arm64/sve: Low-level CPU setup
` [PATCH v2 11/28] arm64/sve: Core task context handling
` [PATCH v2 14/28] arm64/sve: Backend logic for setting the vector length
` [PATCH v2 26/28] arm64/sve: Add documentation

[RFC PATCH v3] membarrier: provide core serialization
 2017-10-09  8:32 UTC  (4+ messages)

[renesas:topic/rcar-gen3-z-clk-v3 2/6] rcar-gen3-cpg.c:undefined reference to `__ffsdi2'
 2017-10-09  8:26 UTC  (4+ messages)

[PATCH tip/core/rcu 1/3] membarrier: Provide register expedited private command
 2017-10-07 15:10 UTC  (34+ messages)
` [PATCH tip/core/rcu 2/3] membarrier: selftest: Test private expedited cmd

[RFC PATCH for 4.14 1/2] membarrier: Remove unused code for architectures without membarrier hooks
 2017-10-06 21:53 UTC  (5+ messages)
` [RFC PATCH v2 for 4.14 2/2] Fix: membarrier: Handle CLONE_VM + !CLONE_THREAD correctly on powerpc

x86: PIE support and option to extend KASLR randomization
 2017-10-06 10:39 UTC  (11+ messages)

(unknown),
 2017-10-06  2:19 UTC 

[RFC PATCH for 4.14 1/2] membarrier: Remove unused code for architectures without membarrier hooks
 2017-10-05 22:32 UTC  (4+ messages)
` [RFC PATCH for 4.14 2/2] Fix: membarrier: Handle CLONE_VM + !CLONE_THREAD correctly on powerpc

[RFC PATCH 0/2] Missing READ_ONCE in core and arch-specific pgtable code leading to crashes
 2017-10-05 20:09 UTC  (24+ messages)
` [RFC PATCH 1/2] arm64: mm: Use READ_ONCE/WRITE_ONCE when accessing page tables

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

[GIT PULL membarrier/urgent] membarrier commits for 4.14
 2017-10-04 22:05 UTC 

[PATCH v9 02/29] x86/boot: Relocate definition of the initial state of CR0
 2017-10-04  3:54 UTC  (2+ messages)

Cash Statement of Account 10/03/2017
 2017-10-03 19:15 UTC 

[PATCH REBASED 0/6] rwsem: Implement down_read_killable()
 2017-10-03  9:03 UTC  (17+ messages)
` [PATCH REBASED 3/6] s390: Add __down_read_killable()
` [PATCH REBASED 4/6] x86: "
` [PATCH REBASED 5/6] rwsem: Add down_read_killable()
` [PATCH REBASED 6/6] fs: Use killable down_read() in iterate_dir()

x86: PIE support and option to extend KASLR randomization
 2017-10-02 20:28 UTC  (12+ messages)

Regression: x86/mm: Add Secure Memory Encryption (SME) support
 2017-10-02 16:30 UTC  (3+ messages)

(unknown),
 2017-10-02 15:35 UTC 

[PATCH v5 for 4.14 1/3] membarrier: Provide register expedited private command
 2017-09-30 17:36 UTC  (5+ messages)
` [PATCH for 4.14 2/3] membarrier: selftest: Test private expedited cmd


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