linux-arch.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-08-12 10:37:18 to 2020-08-21 10:50:56 UTC [more...]

[PATCH 0/3] add fault injection to user memory access functions
 2020-08-21 10:49 UTC  (2+ messages)
` [PATCH 1/3] lib, include/linux: add usercopy failure capability

[PATCH v5 0/8] huge vmalloc mappings
 2020-08-21 10:39 UTC  (18+ messages)
` [PATCH v5 1/8] mm/vmalloc: fix vmalloc_to_page for huge vmap mappings
` [PATCH v5 2/8] mm: apply_to_pte_range warn and fail if a large pte is encountered
` [PATCH v5 3/8] mm/vmalloc: rename vmap_*_range vmap_pages_*_range
` [PATCH v5 4/8] lib/ioremap: rename ioremap_*_range to vmap_*_range
` [PATCH v5 5/8] mm: HUGE_VMAP arch support cleanup
` [PATCH v5 6/8] mm: Move vmap_range from lib/ioremap.c to mm/vmalloc.c
` [PATCH v5 7/8] mm/vmalloc: add vmap_range_noflush variant
` [PATCH v5 8/8] mm/vmalloc: Hugepage vmalloc mappings

[PATCH v2 00/13] mm/debug_vm_pgtable fixes
 2020-08-21  8:51 UTC 

[REGRESSION] x86/entry: Tracer no longer has opportunity to change the syscall number at entry via orig_ax
 2020-08-21  0:35 UTC  (5+ messages)

[PATCHv2] PCI: Add pci_iounmap
 2020-08-20 21:55 UTC  (2+ messages)

[PATCH 1/2 v3] rseq/membarrier: add MEMBARRIER_CMD_PRIVATE_EXPEDITED_RSEQ
 2020-08-20 17:42 UTC  (2+ messages)

[PATCH v7 00/26] arm64: Memory Tagging Extension user-space support
 2020-08-20 17:27 UTC  (16+ messages)
` [PATCH v7 22/29] arm64: mte: ptrace: Add PTRACE_{PEEK,POKE}MTETAGS support
` [PATCH v7 29/29] arm64: mte: Add Memory Tagging Extension documentation

[PATCH v4 0/6] mm: introduce memfd_secret system call to create "secret" memory areas
 2020-08-20 15:52 UTC  (16+ messages)
` [PATCH v4 1/6] mm: add definition of PMD_PAGE_ORDER
` [PATCH v4 2/6] mmap: make mlock_future_check() global
` [PATCH v4 3/6] mm: introduce memfd_secret system call to create "secret" memory areas
` [PATCH v4 4/6] arch, mm: wire up memfd_secret system call were relevant
` [PATCH v4 5/6] mm: secretmem: use PMD-size pages to amortize direct map fragmentation
` [PATCH v4 6/6] mm: secretmem: add ability to reserve memory at boot

[RFC/RFT PATCH 0/6] Unify NUMA implementation between ARM64 & RISC-V
 2020-08-20  3:20 UTC  (12+ messages)
` [RFC/RFT PATCH 1/6] numa: Move numa implementation to common code
` [RFC/RFT PATCH 2/6] arm64, numa: Change the numa init function name to be generic
` [RFC/RFT PATCH 3/6] arm64, numa: Move pcibus_to_node definition to generic numa code
` [RFC/RFT PATCH 4/6] riscv: Separate memory init from paging init
` [RFC/RFT PATCH 5/6] riscv: Add support pte_protnone and pmd_protnone if CONFIG_NUMA_BALANCING
` [RFC/RFT PATCH 6/6] riscv: Add numa support for riscv64 platform

[PATCH] PCI: Add pci_iounmap
 2020-08-19 21:46 UTC  (3+ messages)

[PATCH v3 00/17] memblock: seasonal cleaning^w cleanup
 2020-08-19 20:48 UTC  (21+ messages)
` [PATCH v3 01/17] KVM: PPC: Book3S HV: simplify kvm_cma_reserve()
` [PATCH v3 02/17] dma-contiguous: simplify cma_early_percent_memory()
` [PATCH v3 03/17] arm, xtensa: simplify initialization of high memory pages
` [PATCH v3 04/17] arm64: numa: simplify dummy_numa_init()
` [PATCH v3 05/17] h8300, nds32, openrisc: simplify detection of memory extents
` [PATCH v3 06/17] riscv: drop unneeded node initialization
` [PATCH v3 07/17] mircoblaze: drop unneeded NUMA and sparsemem initializations
` [PATCH v3 08/17] memblock: make for_each_memblock_type() iterator private
` [PATCH v3 09/17] memblock: make memblock_debug and related functionality private
` [PATCH v3 10/17] memblock: reduce number of parameters in for_each_mem_range()
` [PATCH v3 11/17] arch, mm: replace for_each_memblock() with for_each_mem_pfn_range()
` [PATCH v3 12/17] arch, drivers: replace for_each_membock() with for_each_mem_range()
` [PATCH v3 13/17] x86/setup: simplify initrd relocation and reservation
` [PATCH v3 14/17] x86/setup: simplify reserve_crashkernel()
` [PATCH v3 15/17] memblock: remove unused memblock_mem_size()
` [PATCH v3 16/17] memblock: implement for_each_reserved_mem_region() using __next_mem_region()
` [PATCH v3 17/17] memblock: use separate iterators for memory and reserved regions

[PATCH v2 00/11] Introduce kernel_clone(), kill _do_fork()
 2020-08-19 20:02 UTC  (14+ messages)
` [PATCH v2 01/11] fork: introduce kernel_clone()
` [PATCH v2 02/11] h8300: switch to kernel_clone()
` [PATCH v2 03/11] ia64: "
` [PATCH v2 04/11] m68k: "
` [PATCH v2 05/11] nios2: "
` [PATCH v2 06/11] sparc: "
` [PATCH v2 07/11] x86: "
` [PATCH v2 08/11] kprobes: "
` [PATCH v2 09/11] kgdbts: "
` [PATCH v2 10/11] tracing: "
` [PATCH v2 11/11] sched: remove _do_fork()

[PATCH 00/11] Introduce kernel_clone(), kill _do_fork()
 2020-08-19 16:24 UTC  (25+ messages)
` [PATCH 01/11] fork: introduce kernel_clone()
` [PATCH 02/11] h8300: switch to kernel_clone()
` [PATCH 03/11] ia64: "
` [PATCH 04/11] m68k: "
` [PATCH 05/11] nios2: "
` [PATCH 06/11] sparc: "
` [PATCH 07/11] x86: "
` [PATCH 08/11] kprobes: "
` [PATCH 09/11] kgdbts: "
` [PATCH 10/11] tracing: "
` [PATCH 11/11] sched: remove _do_fork()

[PATCH 1/2] lockdep: improve current->(hard|soft)irqs_enabled synchronisation with actual irq state
 2020-08-19 15:39 UTC  (10+ messages)

remove the last set_fs() in common code, and remove it for x86 and powerpc
 2020-08-19  7:22 UTC  (38+ messages)
` [PATCH 01/11] mem: remove duplicate ops for /dev/zero and /dev/null
` [PATCH 02/11] fs: don't allow kernel reads and writes without iter ops
` [PATCH 03/11] fs: don't allow splice read/write without explicit ops
` [PATCH 04/11] uaccess: add infrastructure for kernel builds with set_fs()
` [PATCH 05/11] test_bitmap: skip user bitmap tests for !CONFIG_SET_FS
` [PATCH 06/11] lkdtm: disable set_fs-based "
` [PATCH 07/11] x86: move PAGE_OFFSET, TASK_SIZE & friends to page_{32,64}_types.h
` [PATCH 08/11] x86: make TASK_SIZE_MAX usable from assembly code
` [PATCH 09/11] x86: remove address space overrides using set_fs()
` [PATCH 10/11] powerpc: use non-set_fs based maccess routines
` [PATCH 11/11] powerpc: remove address space overrides using set_fs()
        ` iter and normal ops on /dev/zero & co, was Re: remove the last set_fs() in common code, and remove it for x86 and powerpc

Hello
 2020-08-19  3:58 UTC 

[PATCH] bitops, kcsan: Partially revert instrumentation for non-atomic bitops
 2020-08-18 16:26 UTC  (3+ messages)

Flushing transparent hugepages
 2020-08-18 16:08 UTC  (2+ messages)

[PATCH v5 00/36] Warn on orphan section placement
 2020-08-17 22:06 UTC  (4+ messages)
` [PATCH v5 23/36] arm/build: Explicitly keep .ARM.attributes sections

[PATCH v4 0/8] huge vmalloc mappings
 2020-08-17 13:23 UTC  (10+ messages)
` [PATCH v4 1/8] mm/vmalloc: fix vmalloc_to_page for huge vmap mappings
` [PATCH v4 2/8] mm: apply_to_pte_range warn and fail if a large pte is encountered
` [PATCH v4 3/8] mm/vmalloc: rename vmap_*_range vmap_pages_*_range
` [PATCH v4 4/8] lib/ioremap: rename ioremap_*_range to vmap_*_range
` [PATCH v4 5/8] mm: HUGE_VMAP arch support cleanup
` [PATCH v4 6/8] mm: Move vmap_range from lib/ioremap.c to mm/vmalloc.c
` [PATCH v4 7/8] mm/vmalloc: add vmap_range_noflush variant
` [PATCH v4 8/8] mm/vmalloc: Hugepage vmalloc mappings

[TECH TOPIC] Planning code obsolescence
 2020-08-16 12:53 UTC  (2+ messages)

[PATCH 0/8] kcsan: Compound read-write instrumentation
 2020-08-14 12:34 UTC  (8+ messages)
` [PATCH 8/8] locking/atomics: Use read-write instrumentation for atomic RMWs

[PATCH v20 00/12] Landlock LSM
 2020-08-13 20:29 UTC  (7+ messages)
` [PATCH v20 05/12] LSM: Infrastructure management of the superblock
` [PATCH v20 08/12] landlock: Add syscall implementations

INFO: task hung in pipe_release (2)
 2020-08-13  3:57 UTC 

[PATCH v3 0/8] huge vmalloc mappings
 2020-08-12 16:18 UTC  (4+ messages)
` [PATCH v3 8/8] mm/vmalloc: Hugepage "


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