linux-arch.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-12-18 07:51:47 to 2020-01-07 16:54:07 UTC [more...]

[RFT 00/13] iomap: Constify ioreadX() iomem argument
 2020-01-07 16:53 UTC  (5+ messages)
` [RFT 01/13] iomap: Constify ioreadX() iomem argument (as in generic implementation)
` [RFT 02/13] alpha: "
` [RFT 02/13] sh: "
` [RFT 03/13] alpha: "

[PATCH 1/2] riscv: Fixup obvious bug for fp-regs reset
 2020-01-07 16:15 UTC  (25+ messages)
` [PATCH 2/2] riscv: Add vector ISA support

[PATCH v6][RESEND] clocksource/drivers: Suspend/resume Hyper-V clocksource for hibernation
 2020-01-06 22:43 UTC  (2+ messages)

[PATCH v6][RESEND] x86/hyperv: Suspend/resume the hypercall page for hibernation
 2020-01-06 22:42 UTC  (2+ messages)

[RFC v1 0/6] kunit: create a centralized executor to dispatch all KUnit tests
 2020-01-06 22:40 UTC  (3+ messages)

[PATCH v8 0/5] Add NUMA-awareness to qspinlock
 2020-01-06 15:48 UTC  (20+ messages)
` [PATCH v8 1/5] locking/qspinlock: Rename mcs lock/unlock macros and make them more generic
` [PATCH v8 2/5] locking/qspinlock: Refactor the qspinlock slow path
` [PATCH v8 3/5] locking/qspinlock: Introduce CNA into the slow path of qspinlock
` [PATCH v8 4/5] locking/qspinlock: Introduce starvation avoidance into CNA
` [PATCH v8 5/5] locking/qspinlock: Introduce the shuffle reduction optimization "

[PATCH 2/2] proc: convert everything to "struct proc_ops"
 2020-01-06 15:17 UTC  (5+ messages)

[PATCH v4 00/10] Add Kernel Concurrency Sanitizer (KCSAN)
 2020-01-06 12:46 UTC  (6+ messages)
` [PATCH v4 01/10] kcsan: Add Kernel Concurrency Sanitizer infrastructure

[patch V2 00/17] entry: Provide generic implementation for host and guest entry/exit work
 2020-01-06  4:11 UTC  (4+ messages)
` [patch V2 09/17] x86/entry: Remove _TIF_NOHZ from _TIF_WORK_SYSCALL_ENTRY

[PATCH 0/2] fix recent nds32 build breakage
 2019-12-30 10:21 UTC  (14+ messages)
` [PATCH 1/2] asm-generic/nds32: don't redefine cacheflush primitives
` [PATCH 2/2] nds32: fix build failure caused by page table folding updates

[PATCH 1/5] MAINTAINERS: csky: Add mailing list for csky
 2019-12-30  8:23 UTC  (10+ messages)
` [PATCH 2/5] csky: Initial stack protector support
` [PATCH 3/5] csky: Tightly-Coupled Memory or Sram support
` [PATCH 4/5] csky: Separate fixaddr_init from highmem
` [PATCH 5/5] csky/mm: Fixup export invalid_pte_table symbol

[PATCH] mm/hugetlb: ensure signedness of large numbers
 2019-12-29  1:31 UTC  (4+ messages)

[PATCH 00/22] arm64: Memory Tagging Extension user-space support
 2019-12-27 14:34 UTC  (11+ messages)
` [PATCH 19/22] arm64: mte: Allow user control of the tag check mode via prctl()
    ` [PATCH] arm64: mte: Clear SCTLR_EL1.TCF0 on exec
` [PATCH 22/22] arm64: mte: Add Memory Tagging Extension documentation

[PATCH 13/22] arm64: mte: Handle synchronous and asynchronous tag check faults
 2019-12-20  1:36 UTC  (3+ messages)
` [PATCH] arm64: mte: Do not service syscalls after async tag fault

[PATCH 4.4 077/162] sched/core, x86: Make struct thread_info arch specific again
 2019-12-19 18:33 UTC 

use generic DMA mapping code in powerpc V4
 2019-12-19 13:54 UTC  (6+ messages)

[RFC PATCH v3 00/12] Unify SMP stop generic logic to common code
 2019-12-19 12:19 UTC  (26+ messages)
` [RFC PATCH v3 01/12] smp: add generic SMP-stop support "
` [RFC PATCH v3 02/12] smp: unify crash_ and smp_send_stop() logic
` [RFC PATCH v3 03/12] smp: coordinate concurrent crash/smp stop calls
` [RFC PATCH v3 04/12] smp: address races of starting CPUs while stopping
` [RFC PATCH v3 05/12] arm64: smp: use generic SMP stop common code
` [RFC PATCH v3 06/12] arm64: smp: use SMP crash-stop "
` [RFC PATCH v3 07/12] arm64: smp: add arch specific cpu parking helper
` [RFC PATCH v3 08/12] x86: smp: use generic SMP stop common code
` [RFC PATCH v3 09/12] x86: smp: use SMP crash-stop "
` [RFC PATCH v3 10/12] arm: smp: use generic SMP stop "
` [RFC PATCH v3 11/12] arm: smp: use SMP crash-stop "
` [RFC PATCH v3 12/12] sparc64: smp: use generic SMP stop "

[GIT PULL] Please pull powerpc/linux.git powerpc-5.5-2 tag (topic/kasan-bitops)
 2019-12-19 12:11 UTC  (22+ messages)
  ` READ_ONCE() + STACKPROTECTOR_STRONG == :/ (was Re: [GIT PULL] Please pull powerpc/linux.git powerpc-5.5-2 tag (topic/kasan-bitops))

[PATCH v15 00/24] selftests, powerpc, x86: Memory Protection Keys
 2019-12-19 11:39 UTC  (60+ messages)
` [PATCH v15 01/23] selftests/x86/pkeys: Move selftests to arch-neutral directory
` [PATCH v15 02/23] selftests/vm/pkeys: Rename all references to pkru to a generic name
` [PATCH v15 03/23] selftests/vm/pkeys: Move generic definitions to header file
` [PATCH v15 04/23] selftests/vm/pkeys: Move some definitions to arch-specific header
` [PATCH v15 05/23] selftests/vm/pkeys: Make gcc check arguments of sigsafe_printf()
` [PATCH v15 06/23] selftests/vm/pkeys: Typecast the pkey register
` [PATCH v15 07/23] selftests: vm: pkeys: Add helpers for pkey bits
` [PATCH v15 08/23] selftests/vm/pkeys: Fix pkey_disable_clear()
` [PATCH v15 09/23] selftests/vm/pkeys: Fix assertion in pkey_disable_set/clear()
` [PATCH v15 10/23] selftests/vm/pkeys: Fix alloc_random_pkey() to make it really random
` [PATCH v15 11/23] selftests: vm: pkeys: Use the correct huge page size
` [PATCH v15 12/23] selftests/vm/pkeys: Introduce generic pkey abstractions
` [PATCH v15 13/23] selftests/vm/pkeys: Introduce powerpc support
` [PATCH v15 14/23] selftests/vm/pkeys: Fix assertion in test_pkey_alloc_exhaust()
` [PATCH v15 15/23] selftests/vm/pkeys: Improve checks to determine pkey support
` [PATCH v15 16/23] selftests/vm/pkeys: Associate key on a mapped page and detect access violation
` [PATCH v15 17/23] selftests/vm/pkeys: Associate key on a mapped page and detect write violation
` [PATCH v15 18/23] selftests/vm/pkeys: Detect write violation on a mapped access-denied-key page
` [PATCH v15 19/23] selftests/vm/pkeys: Introduce a sub-page allocator
` [PATCH v15 20/23] selftests/vm/pkeys: Test correct behaviour of pkey-0
` [PATCH v15 21/23] selftests/vm/pkeys: Fix number of reserved powerpc pkeys
` [PATCH v15 22/23] selftests/vm/pkeys: Override access right definitions on powerpc
` [PATCH v15 23/23] selftests: vm: pkeys: Use the correct page size "

[PATCH v2 1/3] powerpc/mmu_gather: Enable RCU_TABLE_FREE even for !SMP case
 2019-12-18 14:15 UTC  (15+ messages)
` [PATCH v2 2/3] mm/mmu_gather: Invalidate TLB correctly on batch allocation failure and flush
` [PATCH v2 3/3] asm-generic/tlb: Avoid potential double flush


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