linux-arch.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-10-17 09:08:52 to 2022-10-26 17:09:57 UTC [more...]

[PATCH v3 0/7] kbuild: various cleanups
 2022-10-26 17:09 UTC  (11+ messages)
` [PATCH v3 6/7] kbuild: use obj-y instead extra-y for objects placed at the head
` [PATCH v3 7/7] kbuild: remove head-y syntax

[PATCH] kbuild: treat char as always signed
 2022-10-26 15:41 UTC  (49+ messages)
    ` [PATCH v2] kbuild: treat char as always unsigned
  ` make ctype ascii only? (was [PATCH] kbuild: treat char as always signed)

[PATCH 0/2] Fix MSR access errors during kexec in root partition
 2022-10-26 14:58 UTC  (5+ messages)
` [PATCH 1/2] x86/hyperv: fix invalid writes to MSRs during root partition kexec
` [PATCH 2/2] clocksource/drivers/hyperv: add data structure for reference TSC MSR

[PATCH] asm-generic/io: Add _RET_IP_ to MMIO trace for more accurate debug info
 2022-10-26 13:47 UTC  (3+ messages)

[PATCH V13 0/4] mm/sparse-vmemmap: Generalise helpers and enable for LoongArch
 2022-10-26 13:44 UTC  (8+ messages)
` [PATCH V13 1/4] MIPS&LoongArch&NIOS2: Adjust prototypes of p?d_init()
` [PATCH V13 2/4] LoongArch: Add sparse memory vmemmap support
` [PATCH V13 3/4] mm/sparse-vmemmap: Generalise vmemmap_populate_hugepages()
` [PATCH V13 4/4] LoongArch: Enable ARCH_WANT_HUGETLB_PAGE_OPTIMIZE_VMEMMAP

[PATCH v9 0/8] KVM: mm: fd-based approach for supporting KVM
 2022-10-25 16:17 UTC  (11+ messages)
` [PATCH v9 1/8] mm: Introduce memfd_restricted system call to create restricted user memory
` [PATCH v9 2/8] KVM: Extend the memslot to support fd-based private memory
` [PATCH v9 3/8] KVM: Add KVM_EXIT_MEMORY_FAULT exit
` [PATCH v9 4/8] KVM: Use gfn instead of hva for mmu_notifier_retry
` [PATCH v9 5/8] KVM: Register/unregister the guest private memory regions
` [PATCH v9 6/8] KVM: Update lpage info when private/shared memory are mixed
` [PATCH v9 7/8] KVM: Handle page fault for private memory
` [PATCH v9 8/8] KVM: Enable and expose KVM_MEM_PRIVATE

[RFC PATCH] text_poke/ftrace/x86: Allow text_poke() to be called in early boot
 2022-10-25 10:28 UTC  (7+ messages)

[PATCH V6 00/11] riscv: Add GENERIC_ENTRY support and related features
 2022-10-25  9:47 UTC  (14+ messages)
` [PATCH V6 01/11] riscv: elf_kexec: Fixup compile warning
` [PATCH V6 04/11] compiler_types.h: Add __noinstr_section() for noinstr

[PATCH V2 1/2] LoongArch: Add alternative runtime patching mechanism
 2022-10-25  2:43 UTC  (2+ messages)
` [PATCH V2 2/2] LoongArch: Use alternative to optimize libraries

[PATCH 00/12] Add PCI pass-thru support to Hyper-V Confidential VMs
 2022-10-24 15:36 UTC  (16+ messages)
` [PATCH 01/12] x86/ioremap: Fix page aligned size calculation in __ioremap_caller()
` [PATCH 02/12] x86/ioapic: Gate decrypted mapping on cc_platform_has() attribute
` [PATCH 03/12] x86/hyperv: Reorder code in prep for subsequent patch
` [PATCH 04/12] Drivers: hv: Explicitly request decrypted in vmap_pfn() calls
` [PATCH 05/12] x86/hyperv: Change vTOM handling to use standard coco mechanisms
` [PATCH 06/12] swiotlb: Remove bounce buffer remapping for Hyper-V
` [PATCH 07/12] Drivers: hv: vmbus: Remove second mapping of VMBus monitor pages
` [PATCH 08/12] Drivers: hv: vmbus: Remove second way of mapping ring buffers
` [PATCH 09/12] hv_netvsc: Remove second mapping of send and recv buffers
` [PATCH 10/12] Drivers: hv: Don't remap addresses that are above shared_gpa_boundary
` [PATCH 11/12] PCI: hv: Add hypercalls to read/write MMIO space
` [PATCH 12/12] PCI: hv: Enable PCI pass-thru devices in Confidential VMs

[PATCH 1/2] LoongArch: Add alternative runtime patching mechanism
 2022-10-24 14:57 UTC  (4+ messages)
` [PATCH 2/2] LoongArch: Use alternative to optimize libraries

[PATCH] arch: crash: Remove duplicate declaration in smp.h
 2022-10-24 10:07 UTC  (3+ messages)

[PATCH 0/2] Enable ARCH_WANT_HUGETLB_PAGE_OPTIMIZE_VMEMMAP & fixup race condition on PG_dcache_clean
 2022-10-24  8:02 UTC  (5+ messages)
` [PATCH 1/2] riscv: Fixup race condition on PG_dcache_clean in flush_icache_pte
` [PATCH 2/2] riscv: Enable ARCH_WANT_HUGETLB_PAGE_OPTIMIZE_VMEMMAP

[PATCH] uapi/asm-generic: fix repeated words in comments
 2022-10-22  6:48 UTC 

[PATCH v7 18/43] instrumented.h: add KMSAN support
 2022-10-22  6:24 UTC  (14+ messages)

[PATCH V12 0/4] mm/sparse-vmemmap: Generalise helpers and enable for LoongArch
 2022-10-21 14:08 UTC  (8+ messages)
` [PATCH V12 1/4] MIPS&LoongArch&NIOS2: Adjust prototypes of p?d_init()
` [PATCH V12 2/4] LoongArch: Add sparse memory vmemmap support
` [PATCH V12 3/4] mm/sparse-vmemmap: Generalise vmemmap_populate_hugepages()
` [PATCH V12 4/4] LoongArch: Enable ARCH_WANT_HUGETLB_PAGE_OPTIMIZE_VMEMMAP

[PATCH v2 00/39] Shadowstacks for userspace
 2022-10-20 22:57 UTC  (27+ messages)
` [PATCH v2 05/39] x86/fpu/xstate: Introduce CET MSR and XSAVES supervisor states
` [PATCH v2 24/39] x86/cet/shstk: Add user-mode shadow stack support
` [PATCH v2 26/39] x86/cet/shstk: Introduce routines modifying shstk
` [PATCH v2 27/39] x86/cet/shstk: Handle signals for shadow stack
` [PATCH v2 33/39] x86/cpufeatures: Limit shadow stack to Intel CPUs

upgrade the orphan section warning to a hard link error
 2022-10-20 17:53 UTC  (4+ messages)

[PATCH V5 0/2] riscv: kexec: Fxiup crash_save percpu and machine_kexec_mask_interrupts
 2022-10-20 14:16 UTC  (3+ messages)
` [PATCH V5 1/2] riscv: kexec: Fixup irq controller broken in kexec crash path
` [PATCH V5 2/2] riscv: kexec: Fixup crash_smp_send_stop without multi cores

[RFC PATCH] mm: Introduce new MADV_NOMOVABLE behavior
 2022-10-20  7:15 UTC  (7+ messages)

[PATCH memory-model 0/5] LKMM updates for v6.2
 2022-10-19 23:06 UTC  (6+ messages)
` [PATCH memory-model 1/5] tools/memory-model: Weaken ctrl dependency definition in explanation.txt
` [PATCH memory-model 2/5] docs/memory-barriers.txt: Add a missed closing parenthesis
` [PATCH memory-model 3/5] docs/memory-barriers.txt/kokr: introduce io_stop_wc() and add implementation for ARM64
` [PATCH memory-model 4/5] docs/memory-barriers.txt/kokr: Add memory barrier dma_mb()
` [PATCH memory-model 5/5] docs/memory-barriers.txt/kokr: Fix confusing name of 'data dependency barrier'

[PATCH V11 0/4] mm/sparse-vmemmap: Generalise helpers and enable for LoongArch
 2022-10-19  2:00 UTC  (4+ messages)
` [PATCH V11 1/4] MIPS&LoongArch&NIOS2: Adjust prototypes of p?d_init()

[RFC PATCH 0/8] mm: ioremap: Convert architectures to take GENERIC_IOREMAP way (Alternative)
 2022-10-19  0:25 UTC  (10+ messages)
` [RFC PATCH 7/8] mm/ioremap: Consider IOREMAP space in generic ioremap

[PATCH v4] locking/memory-barriers.txt: Improve documentation for writel() example
 2022-10-18 20:33 UTC  (10+ messages)

[PATCH V4] LoongArch: Add unaligned access support
 2022-10-18 11:30 UTC 

[PATCH V3] LoongArch: Add unaligned access support
 2022-10-18  1:59 UTC  (4+ messages)

[PATCH v2 0/9] gpio: Get rid of ARCH_NR_GPIOS (v2)
 2022-10-17 12:11 UTC  (12+ messages)
` [PATCH v2 7/9] x86: Remove CONFIG_ARCH_NR_GPIO


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