linux-arch.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-04-19 21:18:10 to 2020-04-22 23:41:49 UTC [more...]

[PATCH 00/21] mm: rework free_area_init*() funcitons
 2020-04-22 23:41 UTC  (20+ messages)
` [PATCH 01/21] mm: memblock: replace dereferences of memblock_region.nid with API calls
` [PATCH 02/21] mm: make early_pfn_to_nid() and related defintions close to each other
` [PATCH 03/21] mm: remove CONFIG_HAVE_MEMBLOCK_NODE_MAP option
` [PATCH 04/21] mm: free_area_init: use maximal zone PFNs rather than zone sizes
` [PATCH 15/21] mm: memmap_init: iterate over memblock regions rather that check each PFN

[PATCH 0/4] arm64: MTE swap and hibernation support
 2020-04-22 18:34 UTC  (8+ messages)
` [PATCH 1/4] mm: Add PG_ARCH_2 page flag
` [PATCH 2/4] mm: Add arch hooks for saving/restoring tags
` [PATCH 3/4] arm64: mte: Enable swap of tagged pages
` [PATCH 4/4] arm64: mte: Save tags when hibernating

Implement close-on-fork
 2020-04-22 16:55 UTC  (38+ messages)
` [PATCH 1/4] fs: "
` [PATCH 2/4] fs: Add O_CLOFORK flag for open(2) and dup3(2)
` [PATCH 3/4] fs: Add F_DUPFD_CLOFORK to fcntl(2)
` [PATCH 4/4] net: Add SOCK_CLOFORK

[PATCH] io: correct documentation mismatches for io memcpy
 2020-04-22 16:42 UTC  (2+ messages)

[PATCH v10 00/13] arm64: Branch Target Identification support
 2020-04-22 16:29 UTC  (5+ messages)

[PATCH v2] arch: split MODULE_ARCH_VERMAGIC definitions out to <asm/vermagic.h>
 2020-04-22 16:06 UTC  (6+ messages)

[PATCH v4 00/11] Rework READ_ONCE() to improve codegen
 2020-04-22 14:54 UTC  (36+ messages)
` [PATCH v4 01/11] compiler/gcc: Raise minimum GCC version for kernel builds to 4.8
` [PATCH v4 02/11] netfilter: Avoid assigning 'const' pointer to non-const pointer
` [PATCH v4 03/11] net: tls: "
` [PATCH v4 04/11] fault_inject: Don't rely on "return value" from WRITE_ONCE()
` [PATCH v4 05/11] arm64: csum: Disable KASAN for do_csum()
` [PATCH v4 06/11] READ_ONCE: Simplify implementations of {READ,WRITE}_ONCE()
` [PATCH v4 07/11] READ_ONCE: Enforce atomicity for {READ,WRITE}_ONCE() memory accesses
` [PATCH v4 08/11] READ_ONCE: Drop pointer qualifiers when reading from scalar types
` [PATCH v4 09/11] locking/barriers: Use '__unqual_scalar_typeof' for load-acquire macros
` [PATCH v4 10/11] arm64: barrier: Use '__unqual_scalar_typeof' for acquire/release macros
` [PATCH v4 11/11] gcov: Remove old GCC 3.4 support

[PATCH 00/12] "Task_isolation" mode
 2020-04-22 12:08 UTC  (16+ messages)
` [PATCH v2 "
  ` [PATCH v3 00/13] "
    ` [PATCH v3 03/13] task_isolation: add instruction synchronization memory barrier
        ` [EXT] "
    ` [PATCH v3 07/13] task_isolation: arch/arm64: enable task isolation functionality

[PATCH v1 0/6] arm64: tlb: add support for TTL feature
 2020-04-22  2:13 UTC  (25+ messages)
` [PATCH v1 1/6] arm64: Detect the ARMv8.4 "
` [PATCH v1 4/6] tlb: mmu_gather: add tlb_set_*_range APIs
` [PATCH v1 5/6] mm: tlb: Provide flush_*_tlb_range wrappers
` [PATCH v1 6/6] arm64: tlb: Set the TTL field in flush_tlb_range

[PATCH v2 1/5] uaccess: Add user_read_access_begin/end and user_write_access_begin/end
 2020-04-21 18:34 UTC  (8+ messages)
` [PATCH v2 5/5] uaccess: Rename user_access_begin/end() to user_full_access_begin/end()

[PATCH v3 00/23] arm64: Memory Tagging Extension user-space support
 2020-04-21 16:45 UTC  (27+ messages)
` [PATCH v3 01/23] arm64: alternative: Allow alternative_insn to always issue the first instruction
` [PATCH v3 02/23] arm64: mte: system register definitions
` [PATCH v3 03/23] arm64: mte: CPU feature detection and initial sysreg configuration
` [PATCH v3 04/23] arm64: mte: Use Normal Tagged attributes for the linear map
` [PATCH v3 05/23] arm64: mte: Assembler macros and default architecture for .S files
` [PATCH v3 06/23] arm64: mte: Tags-aware clear_page() implementation
` [PATCH v3 07/23] arm64: mte: Tags-aware copy_page() implementation
` [PATCH v3 08/23] arm64: Tags-aware memcmp_pages() implementation
` [PATCH v3 09/23] arm64: mte: Add specific SIGSEGV codes
` [PATCH v3 10/23] arm64: mte: Handle synchronous and asynchronous tag check faults
` [PATCH v3 11/23] mm: Introduce arch_calc_vm_flag_bits()
` [PATCH v3 12/23] arm64: mte: Add PROT_MTE support to mmap() and mprotect()
` [PATCH v3 13/23] mm: Introduce arch_validate_flags()
` [PATCH v3 14/23] arm64: mte: Validate the PROT_MTE request via arch_validate_flags()
` [PATCH v3 15/23] mm: Allow arm64 mmap(PROT_MTE) on RAM-based files
` [PATCH v3 16/23] arm64: mte: Allow user control of the tag check mode via prctl()
` [PATCH v3 17/23] arm64: mte: Allow user control of the generated random tags "
` [PATCH v3 18/23] arm64: mte: Restore the GCR_EL1 register after a suspend
` [PATCH v3 19/23] arm64: mte: Add PTRACE_{PEEK,POKE}MTETAGS support
` [PATCH v3 20/23] fs: Allow copy_mount_options() to access user-space in a single pass
` [PATCH v3 21/23] arm64: mte: Check the DT memory nodes for MTE support
` [PATCH v3 22/23] arm64: mte: Kconfig entry
` [PATCH v3 23/23] arm64: mte: Add Memory Tagging Extension documentation

[PATCH] arch: split MODULE_ARCH_VERMAGIC definitions out to <asm/vermagic.h>
 2020-04-21 16:16 UTC  (8+ messages)

[PATCH 00/12] "Task_isolation" mode
 2020-04-21 15:21 UTC 

[PATCH 0/6] Silence some instances of -Wtautological-compare and enable globally
 2020-04-21  4:32 UTC  (3+ messages)

[PATCH V17 0/2] mm/debug: Add tests validating architecture page table helpers
 2020-04-21  2:34 UTC  (4+ messages)
` [PATCH V17 2/2] "

[PATCH v2 00/33] Documentation fixes for Kernel 5.8
 2020-04-20 21:43 UTC  (3+ messages)

[PATCH v4 0/3] Support userspace-selected fds
 2020-04-20 21:14 UTC  (8+ messages)
` [PATCH v4 2/3] fs: openat2: Extend open_how to allow "

[kernel-hardening] [PATCH 09/38] usercopy: Mark kmalloc caches as usercopy caches
 2020-04-20 17:43 UTC  (17+ messages)

[RFC][Qusetion] the value of cleared_(ptes|pmds|puds|p4ds) in struct mmu_gather
 2020-04-20 16:20 UTC  (5+ messages)

decruft the vmalloc API v2
 2020-04-20  9:27 UTC  (7+ messages)
` [PATCH 24/29] mm: remove __vmalloc_node_flags_caller
` [PATCH 26/29] mm: remove vmalloc_user_node_flags


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