linux-arch.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-04-14 13:13:43 to 2020-04-21 08:39:46 UTC [more...]

[PATCH 00/21] mm: rework free_area_init*() funcitons
 2020-04-21  8:39 UTC  (12+ 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 15/21] mm: memmap_init: iterate over memblock regions rather that check each PFN

[PATCH v1 0/6] arm64: tlb: add support for TTL feature
 2020-04-21  8:30 UTC  (14+ messages)
` [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 00/12] "Task_isolation" mode
 2020-04-21  7:41 UTC  (15+ messages)
` [PATCH v2 "
  ` [PATCH v3 00/13] "
    ` [PATCH v3 03/13] task_isolation: add instruction synchronization memory barrier
          ` [EXT] "

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

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

[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  (6+ messages)
` [PATCH v2 09/33] docs: fix broken references to text files

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

Implement close-on-fork
 2020-04-20 10:25 UTC  (12+ 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

decruft the vmalloc API v2
 2020-04-20  9:27 UTC  (30+ messages)
` [PATCH 05/29] dma-mapping: use vmap insted of reimplementing it
` [PATCH 07/29] powerpc: remove __ioremap_at and __iounmap_at
` [PATCH 11/29] mm: only allow page table mappings for built-in zsmalloc
` [PATCH 13/29] mm: remove vmap_page_range_noflush and vunmap_page_range
` [PATCH 18/29] mm: remove the prot argument from vm_map_ram
` [PATCH 19/29] mm: enforce that vmap can't map pages executable
` [PATCH 21/29] mm: remove the pgprot argument to __vmalloc
` [PATCH 23/29] mm: remove both instances of __vmalloc_node_flags
  ` [PATCH 24/29] mm: remove __vmalloc_node_flags_caller
  ` [PATCH 27/29] arm64: use __vmalloc_node in arch_alloc_vmap_stack
  ` [PATCH 29/29] s390: use __vmalloc_node in stack_alloc
` [PATCH 25/29] mm: switch the test_vmalloc module to use __vmalloc_node
` [PATCH 26/29] mm: remove vmalloc_user_node_flags
` [PATCH 28/29] powerpc: use __vmalloc_node in alloc_vm_stack

[PATCH] arch: split MODULE_ARCH_VERMAGIC definitions out to <asm/vermagic.h>
 2020-04-19 22:43 UTC  (3+ messages)

[PATCH v3 04/13] task_isolation: userspace hard isolation from kernel
 2020-04-19  5:07 UTC  (4+ messages)

Hello Dear Friend!
 2020-04-18 22:07 UTC 

decruft the vmalloc API
 2020-04-16 20:37 UTC  (10+ messages)
` [PATCH 10/28] mm: only allow page table mappings for built-in zsmalloc

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

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

[PATCH lkmm tip/core/rcu 01/10] tools/memory-model: Add recent references
 2020-04-16 10:07 UTC  (20+ messages)
` [PATCH lkmm tip/core/rcu 02/10] tools/memory-model: Fix "conflict" definition
` [PATCH lkmm tip/core/rcu 03/10] Documentation: LKMM: Move MP+onceassign+derefonce to new litmus-tests/rcu/
` [PATCH lkmm tip/core/rcu 04/10] Documentation: LKMM: Add litmus test for RCU GP guarantee where updater frees object
` [PATCH lkmm tip/core/rcu 05/10] Documentation: LKMM: Add litmus test for RCU GP guarantee where reader stores
` [PATCH lkmm tip/core/rcu 06/10] MAINTAINERS: Update maintainers for new Documentaion/litmus-tests/
` [PATCH lkmm tip/core/rcu 07/10] tools/memory-model: Add an exception for limitations on _unless() family
` [PATCH lkmm tip/core/rcu 08/10] Documentation/litmus-tests: Introduce atomic directory
` [PATCH lkmm tip/core/rcu 09/10] Documentation/litmus-tests/atomic: Add a test for atomic_set()
` [PATCH lkmm tip/core/rcu 10/10] Documentation/litmus-tests/atomic: Add a test for smp_mb__after_atomic()

[PATCH v2 0/4] huge vmalloc mappings
 2020-04-16  2:38 UTC  (15+ messages)
` [PATCH v2 4/4] mm/vmalloc: Hugepage "

[PATCH 5/9] x86: make sure _etext includes function sections
 2020-04-15 21:04 UTC 

[PATCH memory-model 0/10] LKMM updates for v5.8
 2020-04-15 18:49 UTC  (2+ messages)

[PATCH v4 00/14] mm: remove __ARCH_HAS_5LEVEL_HACK
 2020-04-14 15:34 UTC  (15+ messages)
` [PATCH v4 01/14] h8300: remove usage of __ARCH_USE_5LEVEL_HACK
` [PATCH v4 02/14] arm: add support for folded p4d page tables
` [PATCH v4 03/14] arm64: "
` [PATCH v4 04/14] hexagon: remove __ARCH_USE_5LEVEL_HACK
` [PATCH v4 05/14] ia64: add support for folded p4d page tables
` [PATCH v4 06/14] nios2: "
` [PATCH v4 07/14] openrisc: "
` [PATCH v4 08/14] powerpc: "
` [PATCH v4 09/14] sh: fault: Modernize printing of kernel messages
` [PATCH v4 10/14] sh: drop __pXd_offset() macros that duplicate pXd_index() ones
` [PATCH v4 11/14] sh: add support for folded p4d page tables
` [PATCH v4 12/14] unicore32: remove __ARCH_USE_5LEVEL_HACK
` [PATCH v4 13/14] asm-generic: remove pgtable-nop4d-hack.h
` [PATCH v4 14/14] mm: remove __ARCH_HAS_5LEVEL_HACK and include/asm-generic/5level-fixup.h


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