linux-arch.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-04-23 22:46:50 to 2020-04-29 14:04:25 UTC [more...]

[PATCH v3 00/23] arm64: Memory Tagging Extension user-space support
 2020-04-29 14:04 UTC  (29+ messages)
` [PATCH v3 01/23] arm64: alternative: Allow alternative_insn to always issue the first instruction
` [PATCH v3 10/23] arm64: mte: Handle synchronous and asynchronous tag check faults
` [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 v2 00/20] mm: rework free_area_init*() funcitons
 2020-04-29 12:11 UTC  (42+ messages)
` [PATCH v2 01/20] mm: memblock: replace dereferences of memblock_region.nid with API calls
` [PATCH v2 02/20] mm: make early_pfn_to_nid() and related defintions close to each other
` [PATCH v2 03/20] mm: remove CONFIG_HAVE_MEMBLOCK_NODE_MAP option
` [PATCH v2 04/20] mm: free_area_init: use maximal zone PFNs rather than zone sizes
` [PATCH v2 05/20] mm: use free_area_init() instead of free_area_init_nodes()
` [PATCH v2 06/20] alpha: simplify detection of memory zone boundaries
` [PATCH v2 07/20] arm: "
` [PATCH v2 08/20] arm64: simplify detection of memory zone boundaries for UMA configs
` [PATCH v2 09/20] csky: simplify detection of memory zone boundaries
` [PATCH v2 10/20] m68k: mm: "
` [PATCH v2 11/20] parisc: "
` [PATCH v2 12/20] sparc32: "
` [PATCH v2 13/20] unicore32: "
` [PATCH v2 14/20] xtensa: "
` [PATCH v2 15/20] mm: memmap_init: iterate over memblock regions rather that check each PFN
` [PATCH v2 16/20] mm: remove early_pfn_in_nid() and CONFIG_NODES_SPAN_OTHER_NODES
` [PATCH v2 17/20] mm: free_area_init: allow defining max_zone_pfn in descending order
` [PATCH v2 18/20] mm: clean up free_area_init_node() and its helpers
` [PATCH v2 19/20] mm: simplify find_min_pfn_with_active_regions()
` [PATCH v2 20/20] docs/vm: update memory-models documentation

[PATCH v3 0/4] Introduce the for_each_set_clump macro
 2020-04-28 23:04 UTC  (3+ messages)
` [PATCH v3 1/4] bitops: Introduce the "

[PATCH v8 0/8] powerpc: switch VDSO to C implementation
 2020-04-28 16:05 UTC  (16+ messages)
` [PATCH v8 1/8] powerpc/vdso64: Switch from __get_datapage() to get_datapage inline macro
` [PATCH v8 2/8] powerpc/vdso: Remove __kernel_datapage_offset and simplify __get_datapage()
` [PATCH v8 3/8] powerpc/vdso: Remove unused \tmp param in __get_datapage()
` [PATCH v8 4/8] powerpc/processor: Move cpu_relax() into asm/vdso/processor.h
` [PATCH v8 5/8] powerpc/vdso: Prepare for switching VDSO to generic C implementation
` [PATCH v8 6/8] powerpc/vdso: Switch "
` [PATCH v8 7/8] lib/vdso: force inlining of __cvdso_clock_gettime_common()
` [PATCH v8 8/8] powerpc/vdso: Provide __kernel_clock_gettime64() on vdso32

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

[PATCH v4 2/3] fs: openat2: Extend open_how to allow userspace-selected fds
 2020-04-28 15:35 UTC  (9+ messages)
  ` [fs] ce436509a8: ltp.openat203.fail
    ` [LTP] "

[PATCH 00/12] "Task_isolation" mode
 2020-04-28 14:12 UTC  (5+ messages)
` [PATCH 03/12] task_isolation: userspace hard isolation from kernel

[PATCH 1/2] powerpc: Keep .rela* sections when CONFIG_RELOCATABLE is defined
 2020-04-28 13:21 UTC  (4+ messages)
` [PATCH 2/2] Discard .note.gnu.property sections in generic NOTES

[RFC] ptrace, pidfd: add pidfd_ptrace syscall
 2020-04-28  8:21 UTC  (32+ messages)
` [RFC v2] "

[PATCH 1/2] powerpc: Discard .rela* sections if CONFIG_RELOCATABLE is undefined
 2020-04-28  5:31 UTC  (4+ messages)
` [PATCH 2/2] Discard .note.gnu.property sections in generic NOTES

[PATCH 3/4] lib: logic_pio: Introduce MMIO_LOWER_RESERVED
 2020-04-27 12:21 UTC  (4+ messages)

Why continued silence 2
 2020-04-27 11:41 UTC 

Purchase Order
 2020-04-26 23:44 UTC 

[PATCH 0/3] mm/hugetlb: Add some new arch enabling macros
 2020-04-26  3:01 UTC  (8+ messages)
` [PATCH 3/3] mm/hugetlb: Introduce HAVE_ARCH_CLEAR_HUGEPAGE_FLAGS

[PATCH v2 0/6] Introduce the for_each_set_clump macro
 2020-04-25 19:05 UTC  (4+ messages)
` [PATCH v2 1/6] bitops: Introduce the "
` [PATCH v2 4/6] bitops: Remove code related to for_each_set_clump8

[PATCH 00/21] mm: rework free_area_init*() funcitons
 2020-04-25 16:49 UTC  (10+ messages)
` [PATCH 15/21] mm: memmap_init: iterate over memblock regions rather that check each PFN
` [PATCH 17/21] mm: free_area_init: allow defining max_zone_pfn in descending order

ATTN: My Dear
 2020-04-25  7:42 UTC 

[PATCH 1/6] bitops: Introduce the the for_each_set_clump macro
 2020-04-24 17:59 UTC  (11+ messages)

[PATCH v4 00/11] Rework READ_ONCE() to improve codegen
 2020-04-24 17:43 UTC  (20+ messages)
` [PATCH v4 05/11] arm64: csum: Disable KASAN for do_csum()
` [PATCH v4 07/11] READ_ONCE: Enforce atomicity for {READ,WRITE}_ONCE() memory accesses

[PATCH 0/6] Introduce the for_each_set_clump macro
 2020-04-24 16:28 UTC  (6+ messages)

[PATCH 4/6] bitops: Remove code related to for_each_set_clump8
 2020-04-24 12:28 UTC 

[PATCH v3] io: correct doc-mismatches for io mem ops
 2020-04-24  2:17 UTC  (6+ messages)

2MILLIONEN € SPENDE FÜR SIE
 2020-04-23 22:34 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).