linux-arch.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-06-06 15:08:53 to 2021-06-09 16:14:26 UTC [more...]

[RFC] LKMM: Add volatile_if()
 2021-06-09 16:13 UTC  (69+ messages)

[PATCH v2 0/3] arm64: Enable BTI for the executable as well as the interpreter
 2021-06-09 15:17 UTC  (7+ messages)
` [PATCH v2 1/3] elf: Allow architectures to parse properties on the main executable
` [PATCH v2 2/3] arm64: Enable BTI for main executable as well as the interpreter
` [PATCH v2 3/3] elf: Remove has_interp property from arch_adjust_elf_prot()

Proposal
 2021-06-09 12:10 UTC 

[PATCH v2 0/9] Remove DISCINTIGMEM memory model
 2021-06-09 14:50 UTC  (7+ messages)
` [PATCH v2 8/9] mm: replace CONFIG_NEED_MULTIPLE_NODES with CONFIG_NUMA

[RFC PATCH V3 00/11] x86/Hyper-V: Add Hyper-V Isolation VM support
 2021-06-09 12:49 UTC  (25+ messages)
` [RFC PATCH V3 01/11] x86/HV: Initialize GHCB page in Isolation VM
` [RFC PATCH V3 04/11] HV: Add Write/Read MSR registers via ghcb
` [RFC PATCH V3 05/11] HV: Add ghcb hvcall support for SNP VM
` [RFC PATCH V3 08/11] swiotlb: Add bounce buffer remap address setting function
` [RFC PATCH V3 09/11] HV/IOMMU: Enable swiotlb bounce buffer for Isolation VM
` [RFC PATCH V3 10/11] HV/Netvsc: Add Isolation VM support for netvsc driver
` [RFC PATCH V3 11/11] HV/Storvsc: Add Isolation VM support for storvsc driver

[PATCH RFC 0/3] riscv: Add DMA_COHERENT support
 2021-06-09 12:43 UTC  (22+ messages)

[PATCH 0/9] Remove DISCINTIGMEM memory model
 2021-06-09 10:58 UTC  (17+ messages)
` [PATCH 1/9] alpha: remove DISCONTIGMEM and NUMA
` [PATCH 2/9] arc: update comment about HIGHMEM implementation
` [PATCH 3/9] arc: remove support for DISCONTIGMEM
` [PATCH 5/9] mm: remove CONFIG_DISCONTIGMEM
` [PATCH 6/9] arch, mm: remove stale mentions of DISCONIGMEM
` [PATCH 7/9] docs: remove description of DISCONTIGMEM
` [PATCH 8/9] mm: replace CONFIG_NEED_MULTIPLE_NODES with CONFIG_NUMA
` [PATCH 9/9] mm: replace CONFIG_FLAT_NODE_MEM_MAP with CONFIG_FLATMEM

Maintainers / Kernel Summit 2021 planning kick-off
 2021-06-09 10:37 UTC  (7+ messages)

[PATCH V2] mm/thp: Define default pmd_pgtable()
 2021-06-09  8:50 UTC  (3+ messages)

[PATCH v3 0/9] Remove DISCONTIGMEM memory model
 2021-06-09  6:52 UTC  (12+ messages)
` [PATCH v3 1/9] alpha: remove DISCONTIGMEM and NUMA
` [PATCH v3 2/9] arc: update comment about HIGHMEM implementation
` [PATCH v3 3/9] arc: remove support for DISCONTIGMEM
` [PATCH v3 4/9] m68k: "
` [PATCH v3 5/9] mm: remove CONFIG_DISCONTIGMEM
` [PATCH v3 6/9] arch, mm: remove stale mentions of DISCONIGMEM
` [PATCH v3 7/9] docs: remove description of DISCONTIGMEM
` [PATCH v3 8/9] mm: replace CONFIG_NEED_MULTIPLE_NODES with CONFIG_NUMA
` [PATCH v3 9/9] mm: replace CONFIG_FLAT_NODE_MEM_MAP with CONFIG_FLATMEM

[asm-generic:clkdev] BUILD SUCCESS 5617c9125bb66a923f3560d5739eb7f3a21c00b5
 2021-06-09  3:12 UTC 

[PATCH V2 1/2] riscv: Cleanup unused functions
 2021-06-09  0:18 UTC  (2+ messages)

[PATCH v8 0/8] Fork brute force attack mitigation
 2021-06-08 23:38 UTC  (3+ messages)

[PATCH v9 00/20] Add support for 32-bit tasks on asymmetric AArch32 systems
 2021-06-08 18:03 UTC  (21+ messages)
` [PATCH v9 01/20] arm64: cpuinfo: Split AArch32 registers out into a separate struct
` [PATCH v9 02/20] arm64: Allow mismatched 32-bit EL0 support
` [PATCH v9 03/20] KVM: arm64: Kill 32-bit vCPUs on systems with mismatched "
` [PATCH v9 04/20] arm64: Kill 32-bit applications scheduled on 64-bit-only CPUs
` [PATCH v9 05/20] sched: Introduce task_cpu_possible_mask() to limit fallback rq selection
` [PATCH v9 06/20] cpuset: Don't use the cpu_possible_mask as a last resort for cgroup v1
` [PATCH v9 07/20] cpuset: Honour task_cpu_possible_mask() in guarantee_online_cpus()
` [PATCH v9 08/20] cpuset: Cleanup cpuset_cpus_allowed_fallback() use in select_fallback_rq()
` [PATCH v9 09/20] sched: Reject CPU affinity changes based on task_cpu_possible_mask()
` [PATCH v9 10/20] sched: Introduce task_struct::user_cpus_ptr to track requested affinity
` [PATCH v9 11/20] sched: Split the guts of sched_setaffinity() into a helper function
` [PATCH v9 12/20] sched: Allow task CPU affinity to be restricted on asymmetric systems
` [PATCH v9 13/20] sched: Introduce dl_task_check_affinity() to check proposed affinity
` [PATCH v9 14/20] arm64: Implement task_cpu_possible_mask()
` [PATCH v9 15/20] arm64: exec: Adjust affinity for compat tasks with mismatched 32-bit EL0
` [PATCH v9 16/20] arm64: Prevent offlining first CPU with 32-bit EL0 on mismatched system
` [PATCH v9 17/20] arm64: Advertise CPUs capable of running 32-bit applications in sysfs
` [PATCH v9 18/20] arm64: Hook up cmdline parameter to allow mismatched 32-bit EL0
` [PATCH v9 19/20] arm64: Remove logic to kill 32-bit tasks on 64-bit-only cores
` [PATCH v9 20/20] Documentation: arm64: describe asymmetric 32-bit support

[PATCH v4 0/4] shoot lazy tlbs
 2021-06-08 16:20 UTC  (14+ messages)
` [PATCH v4 1/4] lazy tlb: introduce lazy mm refcount helper functions
` [PATCH v4 2/4] lazy tlb: allow lazy tlb mm refcounting to be configurable
` [PATCH v4 3/4] lazy tlb: shoot lazies, a non-refcounting lazy tlb option
` [PATCH v4 4/4] powerpc/64s: enable MMU_LAZY_TLB_SHOOTDOWN

[PATCH] madvise.2: Document MADV_POPULATE_READ and MADV_POPULATE_WRITE
 2021-06-08 16:00 UTC 

[PATCH v1 0/2] arm64: Enable BTI for the executable as well as the interpreter
 2021-06-08 15:42 UTC  (10+ messages)
` [PATCH v1 2/2] arm64: Enable BTI for main "

[RFC] LKMM: Add volatile_if()
 2021-06-08 12:48 UTC  (11+ messages)

[PATCH RFC 0/3] riscv: Add DMA_COHERENT support
 2021-06-08 12:26 UTC  (3+ messages)

[PATCH] mm/thp: Define default pmd_pgtable()
 2021-06-08  7:48 UTC  (3+ messages)

[PATCH v8 00/19] Add support for 32-bit tasks on asymmetric AArch32 systems
 2021-06-07 22:52 UTC  (13+ messages)
` [PATCH v8 05/19] sched: Introduce task_cpu_possible_mask() to limit fallback rq selection
` [PATCH v8 06/19] cpuset: Don't use the cpu_possible_mask as a last resort for cgroup v1
` [PATCH v8 08/19] sched: Reject CPU affinity changes based on task_cpu_possible_mask()
` [PATCH v8 11/19] sched: Allow task CPU affinity to be restricted on asymmetric systems

[PATCH] all: remove GENERIC_FIND_FIRST_BIT
 2021-06-07 15:39 UTC  (2+ messages)

[RFC PATCH v2 00/11] riscv: Add DMA_COHERENT support for Allwinner D1
 2021-06-07 12:39 UTC  (35+ messages)
` [RFC PATCH v2 06/11] riscv: pgtable: Add DMA_COHERENT with custom PTE attributes
` [RFC PATCH v2 09/11] riscv: soc: Initial DTS for Allwinner D1 NeZha board
` [RFC PATCH v2 10/11] riscv: soc: Add Allwinner SoC kconfig option
` [RFC PATCH v2 11/11] riscv: soc: Allwinner D1 GMAC driver only for temp use

[PATCH RFC 0/3] riscv: Add DMA_COHERENT support
 2021-06-07  5:13 UTC  (9+ messages)

LoongArch (was: Re: [PATCH V2 2/4] PCI: Move loongson pci quirks to quirks.c)
 2021-06-07  0:51 UTC  (2+ messages)


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