linux-arch.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-05-14 14:49:55 to 2020-05-15 22:43:56 UTC [more...]

[PATCH v10 00/26] Control-flow Enforcement: Shadow Stack
 2020-05-15 22:43 UTC  (11+ messages)
` [PATCH v10 01/26] Documentation/x86: Add CET description

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

[PATCH v3 0/7] mm: Get rid of vmalloc_sync_(un)mappings()
 2020-05-15 20:01 UTC  (20+ messages)
` [PATCH v3 1/7] mm: Add functions to track page directory modifications
` [PATCH v3 2/7] mm/vmalloc: Track which page-table levels were modified
` [PATCH v3 3/7] mm/ioremap: "
` [PATCH v3 4/7] x86/mm/64: Implement arch_sync_kernel_mappings()
` [PATCH v3 5/7] x86/mm/32: "
` [PATCH v3 6/7] mm: Remove vmalloc_sync_(un)mappings()
` [PATCH v3 7/7] x86/mm: Remove vmalloc faulting

[PATCH v2] Implement close-on-fork
 2020-05-15 18:43 UTC  (31+ messages)
` [PATCH v2 1/4] fs: "
` [PATCH v2 2/4] fs: Add O_CLOFORK flag for open(2) and dup3(2)
` [PATCH v2 3/4] fs: Add F_DUPFD_CLOFORK to fcntl(2)
` [PATCH v2 4/4] net: Add SOCK_CLOFORK

[PATCH v4 00/14] mm: remove __ARCH_HAS_5LEVEL_HACK
 2020-05-15 18:40 UTC  (3+ messages)
` [PATCH v4 03/14] arm64: add support for folded p4d page tables

[PATCH 00/14] Move the ReST files from Documentation/*.txt
 2020-05-15 17:54 UTC  (3+ messages)
` [PATCH 03/14] docs: fix references for DMA*.txt files

[PATCH v4 00/26] arm64: Memory Tagging Extension user-space support
 2020-05-15 17:16 UTC  (28+ messages)
` [PATCH v4 01/26] arm64: mte: system register definitions
` [PATCH v4 02/26] arm64: mte: CPU feature detection and initial sysreg configuration
` [PATCH v4 03/26] arm64: mte: Use Normal Tagged attributes for the linear map
` [PATCH v4 04/26] arm64: mte: Add specific SIGSEGV codes
` [PATCH v4 05/26] arm64: mte: Handle synchronous and asynchronous tag check faults
` [PATCH v4 06/26] mm: Add PG_ARCH_2 page flag
` [PATCH v4 07/26] arm64: mte: Clear the tags when a page is mapped in user-space with PROT_MTE
` [PATCH v4 08/26] arm64: mte: Tags-aware copy_page() implementation
` [PATCH v4 09/26] arm64: mte: Tags-aware aware memcmp_pages() implementation
` [PATCH v4 10/26] mm: Introduce arch_calc_vm_flag_bits()
` [PATCH v4 11/26] arm64: mte: Add PROT_MTE support to mmap() and mprotect()
` [PATCH v4 12/26] mm: Introduce arch_validate_flags()
` [PATCH v4 13/26] arm64: mte: Validate the PROT_MTE request via arch_validate_flags()
` [PATCH v4 14/26] mm: Allow arm64 mmap(PROT_MTE) on RAM-based files
` [PATCH v4 15/26] arm64: mte: Allow user control of the tag check mode via prctl()
` [PATCH v4 16/26] arm64: mte: Allow user control of the generated random tags "
` [PATCH v4 17/26] arm64: mte: Restore the GCR_EL1 register after a suspend
` [PATCH v4 18/26] arm64: mte: Add PTRACE_{PEEK,POKE}MTETAGS support
` [PATCH v4 19/26] fs: Handle intra-page faults in copy_mount_options()
` [PATCH v4 20/26] mm: Add arch hooks for saving/restoring tags
` [PATCH v4 21/26] arm64: mte: Enable swap of tagged pages
` [PATCH v4 22/26] arm64: mte: Save tags when hibernating
` [PATCH v4 23/26] arm64: mte: Check the DT memory nodes for MTE support
` [PATCH v4 24/26] arm64: mte: Introduce early param to disable "
` [PATCH v4 25/26] arm64: mte: Kconfig entry
` [PATCH v4 26/26] arm64: mte: Add Memory Tagging Extension documentation

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

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

[PATCH v3 00/23] arm64: Memory Tagging Extension user-space support
 2020-05-15 12:53 UTC  (14+ messages)
` [PATCH v3 23/23] arm64: mte: Add Memory Tagging Extension documentation

[PATCH v6 0/4] Introduce the for_each_set_clump macro
 2020-05-15 11:32 UTC  (8+ messages)
` [PATCH v6 1/4] bitops: Introduce the "

[PATCH v2 0/3] io.h, logic_pio: Allow barriers for inX() and outX() be overridden
 2020-05-15  7:07 UTC  (2+ messages)

[PATCH bpf-next 1/6] bpf: implement BPF ring buffer and verifier support for it
 2020-05-14 23:06 UTC  (7+ messages)

[PATCH v17 00/10] Landlock LSM
 2020-05-14 19:37 UTC  (13+ messages)
` [PATCH v17 05/10] fs,landlock: Support filesystem access-control

[PATCH] asm-generic: Update kernel documentation in io.h
 2020-05-14 17:31 UTC  (2+ messages)

spende von 2.000.000,00 Euro
 2020-05-14 16:35 UTC 

[RFC PATCH v3 0/2] arm64: tlb: add support for TLBI RANGE instructions
 2020-05-14 15:28 UTC  (4+ messages)
` [RFC PATCH v3 2/2] arm64: tlb: Use the TLBI RANGE feature in arm64


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