linux-arch.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-10-14 15:52:52 to 2022-10-24 20:09:56 UTC [more...]

[PATCH V6 00/11] riscv: Add GENERIC_ENTRY support and related features
 2022-10-24 12:14 UTC  (9+ messages)
` [PATCH V6 04/11] compiler_types.h: Add __noinstr_section() for noinstr

[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] asm-generic/io: Add _RET_IP_ to MMIO trace for more accurate debug info
 2022-10-24 16:09 UTC  (2+ messages)

[PATCH v3 0/7] kbuild: various cleanups
 2022-10-24 18:24 UTC  (6+ 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-24 17:17 UTC  (43+ messages)
    ` [PATCH v2] kbuild: treat char as always unsigned

[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 V13 0/4] mm/sparse-vmemmap: Generalise helpers and enable for LoongArch
 2022-10-24  8:04 UTC  (6+ 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 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  (42+ messages)
` [PATCH v2 03/39] x86/cpufeatures: Add CPU feature flags for shadow stacks
` [PATCH v2 04/39] x86/cpufeatures: Enable CET CR4 bit for shadow stack
` [PATCH v2 05/39] x86/fpu/xstate: Introduce CET MSR and XSAVES supervisor states
` [PATCH v2 10/39] x86/mm: Introduce _PAGE_COW
` [PATCH v2 17/39] mm: Fixup places that call pte_mkwrite() directly
` [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  (7+ messages)
` [PATCH V11 1/4] MIPS&LoongArch&NIOS2: Adjust prototypes of p?d_init()
` [PATCH V11 2/4] LoongArch: Add sparse memory vmemmap support
` [PATCH V11 3/4] mm/sparse-vmemmap: Generalise vmemmap_populate_hugepages()
` [PATCH V11 4/4] LoongArch: Enable ARCH_WANT_HUGETLB_PAGE_OPTIMIZE_VMEMMAP

[RFC PATCH 0/8] mm: ioremap: Convert architectures to take GENERIC_IOREMAP way (Alternative)
 2022-10-19  0:25 UTC  (14+ messages)
` [RFC PATCH 3/8] mm/ioremap: Define generic_ioremap_prot() and generic_iounmap()
` [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

[PATCH V7 00/12] riscv: Add GENERIC_ENTRY support and related features
 2022-10-15 11:47 UTC  (13+ messages)
` [PATCH V7 01/12] riscv: elf_kexec: Fixup compile warning
` [PATCH V7 02/12] riscv: compat_syscall_table: "
` [PATCH V7 03/12] riscv: ptrace: Remove duplicate operation
` [PATCH V7 04/12] compiler_types.h: Add __noinstr_section() for noinstr
` [PATCH V7 05/12] riscv: traps: Add noinstr to prevent instrumentation inserted
` [PATCH V7 06/12] riscv: convert to generic entry
` [PATCH V7 07/12] riscv: Support HAVE_IRQ_EXIT_ON_IRQ_STACK
` [PATCH V7 08/12] riscv: Support HAVE_SOFTIRQ_ON_OWN_STACK
` [PATCH V7 09/12] riscv: Add support for STACKLEAK gcc plugin
` [PATCH V7 10/12] riscv: Add config of thread stack size
` [PATCH V7 11/12] riscv: remove extra level wrappers of trace_hardirqs_{on,off}
` [PATCH V7 12/12] riscv: Typo fixup for addi -> andi in comment

[PATCH] Revert "x86/unwind/orc: Don't skip the first frame for inactive tasks"
 2022-10-14 22:44 UTC  (6+ messages)

[GIT PULL] asm-generic: arch/alpha regression fix for 6.1
 2022-10-14 20:50 UTC  (2+ messages)

[PATCH v3 1/2] kbuild: move -Werror from KBUILD_CFLAGS to KBUILD_CPPFLAGS
 2022-10-14 20:21 UTC  (4+ 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).