linux-arch.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-01-16 06:46:09 to 2020-01-20 17:59:08 UTC [more...]

[PATCH v2 00/10] Impveovements for random.h/archrandom.h
 2020-01-20 17:59 UTC  (6+ messages)

[PATCH 1/5] include/linux: Add instrumented.h infrastructure
 2020-01-20 16:52 UTC  (36+ messages)
` [PATCH 2/5] asm-generic, atomic-instrumented: Use generic instrumented.h
` [PATCH 3/5] asm-generic, kcsan: Add KCSAN instrumentation for bitops
` [PATCH 4/5] iov_iter: Use generic instrumented.h
` [PATCH 5/5] copy_to_user, copy_from_user: "

[PATCH -rcu] asm-generic, kcsan: Add KCSAN instrumentation for bitops
 2020-01-20 15:11 UTC  (13+ messages)

[PATCH 1/2] mm: add helpers pmdp_modify_prot_start/commit
 2020-01-20 15:05 UTC  (4+ messages)

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

HELLO
 2020-01-19 18:44 UTC 

HELLO
 2020-01-19 18:44 UTC 

[PATCH v4 0/9] Fixup page directory freeing
 2020-01-18 11:04 UTC  (28+ messages)
` [PATCH v4 1/9] powerpc/mmu_gather: Enable RCU_TABLE_FREE even for !SMP case
` [PATCH v4 2/9] mm/mmu_gather: Invalidate TLB correctly on batch allocation failure and flush
` [PATCH v4 3/9] asm-generic/tlb: Avoid potential double flush
` [PATCH v4 4/9] asm-gemeric/tlb: Remove stray function declarations
` [PATCH v4 5/9] asm-generic/tlb: Add missing CONFIG symbol
` [PATCH v4 6/9] asm-generic/tlb: Rename HAVE_RCU_TABLE_FREE
` [PATCH v4 7/9] asm-generic/tlb: Rename HAVE_MMU_GATHER_PAGE_SIZE
` [PATCH v4 8/9] asm-generic/tlb: Rename HAVE_MMU_GATHER_NO_GATHER
` [PATCH v4 9/9] asm-generic/tlb: Provide MMU_GATHER_TABLE_FREE

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

[PATCH v2 0/2] microblaze: Enable CMA
 2020-01-17 20:41 UTC  (14+ messages)
` [PATCH v2 1/2] asm-generic: Make dma-contiguous.h a mandatory include/asm header

Spende von 2 Millionen Euro
 2020-01-16 20:42 UTC 

Spende von 2 Millionen Euro
 2020-01-16 18:42 UTC 

[PATCH AUTOSEL 4.4 035/174] rtc: cmos: ignore bogus century byte
 2020-01-16 17:40 UTC  (2+ messages)

[PATCH V2 1/4] riscv: Separate patch for cflags and aflags
 2020-01-16 14:30 UTC  (5+ messages)
` [PATCH V2 2/4] riscv: Rename __switch_to_aux -> fpu
` [PATCH V2 3/4] riscv: Extending cpufeature.c to detect V-extension
` [PATCH V2 4/4] riscv: Add vector ISA support

[RFC 0/4] Switching ARC to optimized generic strncpy_from_user
 2020-01-16 11:43 UTC  (6+ messages)
` [RFC 1/4] asm-generic/uaccess: don't define inline functions if noinline lib/* in use

[PATCH v3 2/2] arch: wire-up clone3() syscall
 2020-01-16 11:25 UTC  (5+ messages)
      ` clone3 on ARC (was Re: [PATCH v3 2/2] arch: wire-up clone3() syscall)

[PATCH] ARC: wireup clone3 syscall
 2020-01-16 11:19 UTC  (3+ messages)

[PATCH v15 00/24] selftests, powerpc, x86: Memory Protection Keys
 2020-01-16  8:33 UTC  (4+ messages)
` [PATCH v15 23/23] selftests: vm: pkeys: Use the correct page size on powerpc


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