linux-arch.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-07-03 15:37:43 to 2020-07-09 06:51:19 UTC [more...]

[RFC PATCH v5 0/2] arm64: tlb: add support for TLBI RANGE instructions
 2020-07-09  6:51 UTC  (6+ messages)
` [RFC PATCH v5 1/2] arm64: tlb: Detect the ARMv8.4 TLBI RANGE feature
` [RFC PATCH v5 2/2] arm64: tlb: Use the TLBI RANGE feature in arm64

[PATCH V4 0/4] mm/debug_vm_pgtable: Add some more tests
 2020-07-09  6:11 UTC  (16+ messages)
` [PATCH V4 1/4] mm/debug_vm_pgtable: Add tests validating arch helpers for core MM features
` [PATCH V4 2/4] mm/debug_vm_pgtable: Add tests validating advanced arch page table helpers
  ` [mm/debug_vm_pgtable] a97a171093: BUG:unable_to_handle_page_fault_for_address
` [PATCH V4 3/4] mm/debug_vm_pgtable: Add debug prints for individual tests
` [PATCH V4 4/4] Documentation/mm: Add descriptions for arch page table helpers

[PATCH] vmlinux.lds: consider .text.{hot|unlikely}.* part of .text too
 2020-07-09  5:43 UTC  (7+ messages)
` [PATCH v2] vmlinux.lds: add PGO and AutoFDO input sections

[PATCH v3 0/6] powerpc: queued spinlocks and rwlocks
 2020-07-08 23:58 UTC  (31+ messages)
` [PATCH v3 1/6] powerpc/powernv: must include hvcall.h to get PAPR defines
` [PATCH v3 2/6] powerpc/pseries: move some PAPR paravirt functions to their own file
` [PATCH v3 3/6] powerpc: move spinlock implementation to simple_spinlock
` [PATCH v3 4/6] powerpc/64s: implement queued spinlocks and rwlocks
` [PATCH v3 5/6] powerpc/pseries: implement paravirt qspinlocks for SPLPAR
` [PATCH v3 6/6] powerpc/qspinlock: optimised atomic_try_cmpxchg_lock that adds the lock hint

[PATCH v19 00/12] Landlock LSM
 2020-07-08 17:50 UTC  (48+ messages)
` [PATCH v19 01/12] landlock: Add object management
` [PATCH v19 02/12] landlock: Add ruleset and domain management
` [PATCH v19 03/12] landlock: Set up the security framework and manage credentials
` [PATCH v19 04/12] landlock: Add ptrace restrictions
` [PATCH v19 05/12] LSM: Infrastructure management of the superblock
` [PATCH v19 06/12] fs,security: Add sb_delete hook
` [PATCH v19 07/12] landlock: Support filesystem access-control
` [PATCH v19 08/12] landlock: Add syscall implementation
` [PATCH v19 09/12] arch: Wire up landlock() syscall
` [PATCH v19 10/12] selftests/landlock: Add initial tests
` [PATCH v19 11/12] samples/landlock: Add a sandbox manager example
` [PATCH v19 12/12] landlock: Add user and kernel documentation

[PATCH] powerpc: select ARCH_HAS_MEMBARRIER_SYNC_CORE
 2020-07-08 14:12 UTC  (7+ messages)

[PATCH -next] Documentation/vm: fix tables in arch_pgtable_helpers
 2020-07-08 13:21 UTC  (8+ messages)

My Dear Beloved One,
 2020-07-08 12:33 UTC 

[PATCH v6 00/26] arm64: Memory Tagging Extension user-space support
 2020-07-08 12:17 UTC  (32+ messages)
` [PATCH v6 06/26] mm: Add PG_arch_2 page flag
` [PATCH v6 07/26] mm: Preserve the PG_arch_* flags in __split_huge_page_tail()
` [PATCH v6 08/26] arm64: mte: Clear the tags when a page is mapped in user-space with PROT_MTE
` [PATCH v6 09/26] arm64: mte: Tags-aware copy_{user_,}highpage() implementations
` [PATCH v6 10/26] arm64: Avoid unnecessary clear_user_page() indirection
` [PATCH v6 11/26] arm64: mte: Tags-aware aware memcmp_pages() implementation
` [PATCH v6 12/26] mm: Introduce arch_calc_vm_flag_bits()
` [PATCH v6 13/26] arm64: mte: Add PROT_MTE support to mmap() and mprotect()
` [PATCH v6 14/26] mm: Introduce arch_validate_flags()
` [PATCH v6 15/26] arm64: mte: Validate the PROT_MTE request via arch_validate_flags()
` [PATCH v6 16/26] mm: Allow arm64 mmap(PROT_MTE) on RAM-based files
` [PATCH v6 17/26] arm64: mte: Allow user control of the tag check mode via prctl()
` [PATCH v6 18/26] arm64: mte: Allow user control of the generated random tags "
` [PATCH v6 19/26] arm64: mte: Restore the GCR_EL1 register after a suspend
` [PATCH v6 20/26] arm64: mte: Add PTRACE_{PEEK,POKE}MTETAGS support
` [PATCH v6 21/26] fs: Handle intra-page faults in copy_mount_options()
` [PATCH v6 22/26] mm: Add arch hooks for saving/restoring tags
` [PATCH v6 23/26] arm64: mte: Enable swap of tagged pages
` [PATCH v6 24/26] arm64: mte: Save tags when hibernating
` [PATCH v6 25/26] arm64: mte: Kconfig entry
` [PATCH v6 26/26] arm64: mte: Add Memory Tagging Extension documentation

[RFC PATCH v3 0/2] arm64: tlb: add support for TLBI RANGE instructions
 2020-07-08  9:01 UTC  (8+ messages)
` [RFC PATCH v4 2/2] arm64: tlb: Use the TLBI RANGE feature in arm64

[PATCH v5 00/12] kunit: create a centralized executor to dispatch all KUnit tests
 2020-07-08  4:38 UTC  (9+ messages)
` [PATCH v5 01/12] vmlinux.lds.h: add linker section for KUnit test suites
` [PATCH v5 08/12] init: main: add KUnit to kernel init

[PATCH 00/22] add support for Clang LTO
 2020-07-07 17:30 UTC  (11+ messages)

[RESEND PATCH v5 0/6] arm64: tlb: add support for TTL feature
 2020-07-07 13:49 UTC  (2+ messages)

[PATCH 1/5] selftests/powerpc: Add test of stack expansion logic
 2020-07-07  6:53 UTC  (9+ messages)
` [PATCH 3/5] selftests/powerpc: Update the stack expansion test
` [RFC PATCH 4/5] powerpc/mm: Remove custom stack expansion checking

[PATCH 00/22] add support for Clang LTO
 2020-07-06 23:41 UTC  (19+ messages)

[PATCH] Replace HTTP links with HTTPS ones: LKMM
 2020-07-06 21:36 UTC  (2+ messages)

[PATCH] asm-generic/mmiowb: Get cpu in mmiowb_set_pending
 2020-07-06  8:08 UTC  (9+ messages)

[RFC][PATCH] avoid refcounting the lazy tlb mm struct
 2020-07-06  7:23 UTC 

[PATCH v2 0/6] powerpc: queued spinlocks and rwlocks
 2020-07-06  0:30 UTC  (6+ messages)
` [PATCH v2 5/6] powerpc/pseries: implement paravirt qspinlocks for SPLPAR

[PATCH] Replace HTTP links with HTTPS ones: MMU gather and TLB invalidation
 2020-07-05 10:54 UTC 

Ich grüße dich im Namen des Herrn
 2020-07-04 18:59 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).