linux-arch.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-05-10 07:54:40 to 2020-05-12 23:00:26 UTC [more...]

sort out the flush_icache_range mess
 2020-05-12 23:00 UTC  (96+ messages)
` [PATCH 01/31] arm: fix the flush_icache_range arguments in set_fiq_handler
` [PATCH 02/31] arm64: fix the flush_icache_range arguments in machine_kexec
` [PATCH 03/31] MIPS: unexport __flush_icache_user_range
` [PATCH 04/31] nds32: unexport flush_icache_page
` [PATCH 05/31] powerpc: unexport flush_icache_user_range
` [PATCH 06/31] unicore32: remove flush_cache_user_range
` [PATCH 07/31] asm-generic: fix the inclusion guards for cacheflush.h
` [PATCH 08/31] asm-generic: don't include <linux/mm.h> in cacheflush.h
` [PATCH 09/31] asm-generic: improve the flush_dcache_page stub
` [PATCH 10/31] alpha: use asm-generic/cacheflush.h
` [PATCH 11/31] arm64: "
` [PATCH 12/31] c6x: "
` [PATCH 13/31] hexagon: "
` [PATCH 14/31] ia64: "
` [PATCH 15/31] microblaze: "
` [PATCH 16/31] m68knommu: "
` [PATCH 17/31] openrisc: "
` [PATCH 18/31] powerpc: "
` [PATCH 19/31] riscv: "
` [PATCH 20/31] arm,sparc,unicore32: remove flush_icache_user_range
` [PATCH 21/31] mm: rename flush_icache_user_range to flush_icache_user_page
` [PATCH 22/31] asm-generic: add a flush_icache_user_range stub
` [PATCH 23/31] sh: implement flush_icache_user_range
` [PATCH 24/31] xtensa: "
` [PATCH 25/31] arm: rename flush_cache_user_range to flush_icache_user_range
` [PATCH 26/31] m68k: implement flush_icache_user_range
` [PATCH 27/31] exec: only build read_code when needed
` [PATCH 28/31] exec: use flush_icache_user_range in read_code
` [PATCH 29/31] binfmt_flat: use flush_icache_user_range
` [PATCH 30/31] nommu: use flush_icache_user_range in brk and mmap
` [PATCH 31/31] module: move the set_fs hack for flush_icache_range to m68k

[PATCH 00/12] mm: consolidate definitions of page table accessors
 2020-05-12 19:24 UTC  (15+ messages)
` [PATCH 01/12] mm: don't include asm/pgtable.h if linux/mm.h is already included
` [PATCH 02/12] mm: introduce include/linux/pgtable.h
` [PATCH 03/12] mm: reorder includes after introduction of linux/pgtable.h
` [PATCH 04/12] csky: replace definitions of __pXd_offset() with pXd_index()
` [PATCH 05/12] m68k/mm/motorola: move comment about page table allocation funcitons
` [PATCH 06/12] m68k/mm: move {cache, nocahe}_page() definitions close to their user
` [PATCH 07/12] x86/mm: simplify init_trampoline() and surrounding logic
` [PATCH 08/12] mm: pgtable: add shortcuts for accessing kernel PMD and PTE
` [PATCH 09/12] mm: consolidate pte_index() and pte_offset_*() definitions
` [PATCH 10/12] mm: consolidate pmd_index() and pmd_offset() definitions
` [PATCH 11/12] mm: consolidate pud_index() and pud_offset() definitions
` [PATCH 12/12] mm: consolidate pgd_index() and pgd_offset{_k}() definitions

[PATCH v3 00/23] arm64: Memory Tagging Extension user-space support
 2020-05-12 19:05 UTC  (9+ messages)
` [PATCH v3 19/23] arm64: mte: Add PTRACE_{PEEK,POKE}MTETAGS support
` [PATCH v3 23/23] arm64: mte: Add Memory Tagging Extension documentation

[PATCH 00/14] prctl.2 man page updates for Linux 5.6
 2020-05-12 16:41 UTC  (24+ messages)
` [PATCH 01/14] prctl.2: tfix clarify that prctl can apply to threads
` [PATCH 03/14] prctl.2: tfix mis-description of thread ID values in procfs
` [PATCH 04/14] prctl.2: srcfix add comments for navigation
  ` [PATCH 02/14] prctl.2: Add health warning
  ` [PATCH 05/14] prctl.2: tfix listing order of prctls
  ` [PATCH 06/14] prctl.2: ffix quotation mark tweaks
  ` [PATCH 07/14] prctl.2: Document removal of Intel MPX prctls
  ` [PATCH 09/14] prctl.2: tfix minor punctuation in SPECULATION_CTRL prctls
  ` [PATCH 10/14] prctl.2: Add PR_SPEC_INDIRECT_BRANCH for "
  ` [PATCH 12/14] prctl.2: Clarify the unsupported hardware case of EINVAL
` [PATCH 08/14] prctl.2: Work around bogus constant "maxsig" in PR_SET_PDEATHSIG
` [PATCH 11/14] prctl.2: Add PR_SPEC_DISABLE_NOEXEC for SPECULATION_CTRL prctls
` [PATCH 13/14] prctl.2: Add SVE prctls (arm64)
` [PATCH 14/14] prctl.2: Add PR_PAC_RESET_KEYS (arm64)

[RFC PATCH 0/7] mm: Get rid of vmalloc_sync_(un)mappings()
 2020-05-12 15:13 UTC  (36+ messages)

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

[PATCH V3 0/3] mm/hugetlb: Add some new generic fallbacks
 2020-05-11 20:22 UTC  (10+ messages)
` [PATCH V3 2/3] mm/hugetlb: Define a generic fallback for is_hugepage_only_range()
` [PATCH V3 3/3] mm/hugetlb: Define a generic fallback for arch_clear_hugepage_flags()

Good Day
 2020-05-11 17:06 UTC 

[PATCH v4 00/14] mm: remove __ARCH_HAS_5LEVEL_HACK
 2020-05-11 14:15 UTC  (8+ messages)
` [PATCH v4 02/14] arm: add support for folded p4d page tables

[PATCH v2 0/6] arm64: tlb: add support for TTL feature
 2020-05-11 12:41 UTC  (3+ messages)

[RFC PATCH v3 0/2] arm64: tlb: add support for TLBI RANGE instructions
 2020-05-11 12:25 UTC  (5+ messages)
` [RFC PATCH v3 1/2] arm64: tlb: Detect the ARMv8.4 TLBI RANGE feature

[PATCH v5 0/4] Introduce the for_each_set_clump macro
 2020-05-10 19:05 UTC  (8+ 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).