linux-arch.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-01-30 12:47:19 to 2019-02-07 19:07:17 UTC [more...]

[PATCH-tip 00/22] locking/rwsem: Rework rwsem-xadd & enable new rwsem features
 2019-02-07 19:07 UTC  (14+ messages)
` [PATCH-tip 01/22] locking/qspinlock_stat: Introduce a generic lockevent counting APIs
` [PATCH-tip 02/22] locking/lock_events: Make lock_events available for all archs & other locks
` [PATCH-tip 03/22] locking/rwsem: Relocate rwsem_down_read_failed()
` [PATCH-tip 04/22] locking/rwsem: Remove arch specific rwsem files
` [PATCH-tip 05/22] locking/rwsem: Move owner setting code from rwsem.c to rwsem.h
` [PATCH-tip 06/22] locking/rwsem: Rename kernel/locking/rwsem.h
` [PATCH-tip 07/22] locking/rwsem: Move rwsem internal function declarations to rwsem-xadd.h
` [PATCH-tip 08/22] locking/rwsem: Add debug check for __down_read*()
` [PATCH-tip 09/22] locking/rwsem: Enhance DEBUG_RWSEMS_WARN_ON() macro
` [PATCH-tip 10/22] locking/rwsem: Enable lock event counting
` [PATCH-tip 11/22] locking/rwsem: Implement a new locking scheme
` [PATCH-tip 12/22] locking/rwsem: Implement lock handoff to prevent lock starvation
` [PATCH-tip 13/22] locking/rwsem: Remove rwsem_wake() wakeup optimization

[PATCH v3 1/7] dump_stack: Support adding to the dump stack arch description
 2019-02-07 12:46 UTC  (14+ messages)
` [PATCH v3 2/7] powerpc: Add PVR & CPU name to "
` [PATCH v3 3/7] powerpc/64: Add logical PVR to the "
` [PATCH v3 4/7] powerpc: Add device-tree model to "
` [PATCH v3 5/7] powerpc: Add ppc_md.name "
` [PATCH v3 6/7] powerpc/powernv: Add opal details "
` [PATCH v3 7/7] powerpc/pseries: Add firmware "

use generic DMA mapping code in powerpc V4
 2019-02-07  4:34 UTC  (34+ messages)

linux-next: tracebacks in workqueue.c/__flush_work()
 2019-02-06 16:38 UTC  (10+ messages)

[PATCH net-next v5 00/12] net: y2038-safe socket timestamps
 2019-02-06 11:58 UTC  (18+ messages)
` [PATCH net-next v5 04/12] sockopt: Rename SO_TIMESTAMP* to SO_TIMESTAMP*_OLD
` [PATCH net-next v5 09/12] socket: Add SO_TIMESTAMPING_NEW
` [PATCH net-next v5 11/12] socket: Rename SO_RCVTIMEO/ SO_SNDTIMEO with _OLD suffixes
` [PATCH net-next v5 12/12] sock: Add SO_RCVTIMEO_NEW and SO_SNDTIMEO_NEW

[PATCH] KVM: export <linux/kvm_para.h> and <asm/kvm_para.h> iif KVM is supported
 2019-02-06 10:58 UTC  (4+ messages)

[PATCH] KVM: export <linux/kvm_para.h> and <asm/kvm_para.h> for all architectures
 2019-02-06  5:21 UTC  (4+ messages)

[PATCH 0/3] Add NUMA-awareness to qspinlock
 2019-02-05 21:12 UTC  (28+ messages)
` [PATCH 1/3] locking/qspinlock: Make arch_mcs_spin_unlock_contended more generic
` [PATCH 2/3] locking/qspinlock: Introduce CNA into the slow path of qspinlock
` [PATCH 3/3] locking/qspinlock: Introduce starvation avoidance into CNA

[PATCH v7 00/28] New macros for assembler symbols
 2019-02-05  8:07 UTC  (62+ messages)
` [PATCH v7 01/28] linkage: new "
` [PATCH v7 03/28] x86/asm/suspend: use SYM_DATA for data
` [PATCH v7 04/28] x86/asm: annotate relocate_kernel
` [PATCH v7 05/28] x86/asm/entry: annotate THUNKs
` [PATCH v7 06/28] x86/asm: annotate local pseudo-functions
` [PATCH v7 07/28] x86/asm/crypto: annotate local functions
` [PATCH v7 08/28] x86/boot/compressed: "
` [PATCH v7 09/28] x86/asm: annotate aliases
` [PATCH v7 10/28] x86/asm/entry: annotate interrupt symbols properly
` [PATCH v7 11/28] x86/asm/head: annotate data appropriatelly
` [PATCH v7 12/28] x86/boot/compressed: "
` [PATCH v7 13/28] um: "
` [PATCH v7 14/28] xen/pvh: "
` [PATCH v7 15/28] x86/asm/purgatory: start using annotations
` [PATCH v7 16/28] x86/asm: do not annotate functions by GLOBAL
` [PATCH v7 17/28] x86/asm: use SYM_INNER_LABEL instead of GLOBAL
` [PATCH v7 18/28] x86/asm/realmode: use SYM_DATA_* "
` [PATCH v7 19/28] x86/asm: kill the last GLOBAL user and remove the macro
` [PATCH v7 20/28] x86/asm: make some functions local
` [PATCH v7 21/28] x86/asm/ftrace: mark function_hook as function
` [PATCH v7 22/28] x86_64/asm: add ENDs to some functions and relabel with SYM_CODE_*
` [PATCH v7 23/28] x86_64/asm: change all ENTRY+END to SYM_CODE_*
` [PATCH v7 25/28] x86_32/asm: add ENDs to some functions and relabel with SYM_CODE_*
` [PATCH v7 26/28] x86_32/asm: change all ENTRY+END to SYM_CODE_*
` [PATCH v7 27/28] x86_32/asm: change all ENTRY+ENDPROC to SYM_FUNC_*
` [PATCH v7 28/28] x86/asm: replace WEAK uses by SYM_INNER_LABEL_ALIGN

[PATCH 3.16 004/305] x86/mm: Simplify p[g4um]d_page() macros
 2019-02-03 13:45 UTC  (2+ messages)

[PATCH] Rename include/{uapi => }/asm-generic/shmparam.h really
 2019-02-03  1:44 UTC  (2+ messages)

[PATCH v10 01/25] arm64: Fix HCR.TGE status for NMI contexts
 2019-02-02 14:38 UTC  (3+ messages)

[PATCH v6 00/27] x86: PIE support and option to extend KASLR randomization
 2019-02-01 17:35 UTC  (16+ messages)
` [PATCH v6 15/27] compiler: Option to default to hidden symbols
` [PATCH v6 24/27] x86/mm: Make the x86 GOT read-only

[PATCH net-next v4 04/12] sockopt: Rename SO_TIMESTAMP* to SO_TIMESTAMP*_OLD
 2019-02-01 15:43 UTC  (8+ messages)
` [PATCH net-next v4 09/12] socket: Add SO_TIMESTAMPING_NEW
` [PATCH net-next v4 11/12] socket: Rename SO_RCVTIMEO/ SO_SNDTIMEO with _OLD suffixes
` [PATCH net-next v4 12/12] sock: Add SO_RCVTIMEO_NEW and SO_SNDTIMEO_NEW

[PATCH v4 1/3] fs: hoist EFSCORRUPTED definition into uapi header
 2019-01-31 20:39 UTC  (8+ messages)
` [PATCH v4 3/3] fs: let filldir_t return bool instead of an error code

[PATCH v9 01/26] arm64: Fix HCR.TGE status for NMI contexts
 2019-01-31  9:53 UTC  (15+ messages)

[PATCH] csky: fixup dead loop in show_stack
 2019-01-31  7:02 UTC  (2+ messages)

[PATCH v3 0/4] locking/qspinlock: Handle > 4 nesting levels
 2019-01-30 16:25 UTC  (5+ 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).