linux-arch.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-02-02 05:51:27 to 2023-02-07 12:47:04 UTC [more...]

[RFC PATCH 00/32] ACPI/arm64: add support for virtual cpuhotplug
 2023-02-07 12:46 UTC  (41+ messages)
` [RFC PATCH 01/32] ia64: Fix build error due to switch case label appearing next to declaration
` [RFC PATCH 02/32] ACPI: Move ACPI_HOTPLUG_CPU to be enabled per architecture
` [RFC PATCH 03/32] drivers: base: Use present CPUs in GENERIC_CPU_DEVICES
` [RFC PATCH 04/32] drivers: base: Allow parts of GENERIC_CPU_DEVICES to be overridden
` [RFC PATCH 05/32] drivers: base: Move cpu_dev_init() after node_dev_init()
` [RFC PATCH 06/32] arm64: setup: Switch over to GENERIC_CPU_DEVICES using arch_register_cpu()
` [RFC PATCH 07/32] ia64/topology: Switch over to GENERIC_CPU_DEVICES
` [RFC PATCH 08/32] x86/topology: "
` [RFC PATCH 09/32] LoongArch: "
` [RFC PATCH 10/32] arch_topology: Make register_cpu_capacity_sysctl() tolerant to late CPUs
` [RFC PATCH 11/32] ACPI: processor: Add support for processors described as container packages
` [RFC PATCH 12/32] ACPI: processor: Register CPUs that are online, but not described in the DSDT
` [RFC PATCH 13/32] ACPI: processor: Register all CPUs from acpi_processor_get_info()
` [RFC PATCH 14/32] ACPI: Rename ACPI_HOTPLUG_CPU to include 'present'
` [RFC PATCH 15/32] ACPI: Move acpi_bus_trim_one() before acpi_scan_hot_remove()
` [RFC PATCH 16/32] ACPI: Rename acpi_processor_hotadd_init and remove pre-processor guards
` [RFC PATCH 17/32] ACPI: Add post_eject to struct acpi_scan_handler for cpu hotplug
` [RFC PATCH 18/32] ACPI: Check _STA present bit before making CPUs not present
` [RFC PATCH 19/32] ACPI: Warn when the present bit changes but the feature is not enabled
` [RFC PATCH 20/32] drivers: base: Implement weak arch_unregister_cpu()
` [RFC PATCH 21/32] LoongArch: Use the __weak version of arch_unregister_cpu()
` [RFC PATCH 22/32] arm64: acpi: Move get_cpu_for_acpi_id() to a header
` [RFC PATCH 23/32] ACPICA: Add new MADT GICC flags fields [code first?]
` [RFC PATCH 24/32] arm64, irqchip/gic-v3, ACPI: Move MADT GICC enabled check into a helper
` [RFC PATCH 25/32] irqchip/gic-v3: Don't return errors from gic_acpi_match_gicc()
` [RFC PATCH 26/32] irqchip/gic-v3: Add support for ACPI's disabled but 'online capable' CPUs
` [RFC PATCH 27/32] arm64: psci: Ignore DENIED CPUs
` [RFC PATCH 28/32] ACPI: add support to register CPUs based on the _STA enabled bit
` [RFC PATCH 29/32] KVM: arm64: Pass hypercalls to userspace
` [RFC PATCH 30/32] KVM: arm64: Pass PSCI calls "
` [RFC PATCH 31/32] arm64: document virtual CPU hotplug's expectations
` [RFC PATCH 32/32] cpumask: Add enabled cpumask for present CPUs that can be brought online

[PATCH v5 00/14] Add PCI pass-thru support to Hyper-V Confidential VMs
 2023-02-07 12:41 UTC  (7+ messages)
` [PATCH v5 06/14] x86/ioremap: Support hypervisor specified range to map as encrypted

[PATCH] LoongArch: Make -mstrict-align be configurable
 2023-02-07 10:32 UTC  (18+ messages)

remove arch/sh
 2023-02-07  9:06 UTC  (24+ messages)
` [PATCH 01/22] gpu/drm: remove the shmobile drm driver
` [PATCH 02/22] usb: remove the dead USB_OHCI_SH option

[RFC][PATCHSET] VM_FAULT_RETRY fixes
 2023-02-07  3:07 UTC  (31+ messages)
` [PATCH 04/10] m68k: fix livelock in uaccess
` [PATCH 08/10] parisc: "
` [PATCH 09/10] riscv: "
        ` [loongarch oddities] Re: [RFC][PATCHSET] VM_FAULT_RETRY fixes

Current LKMM patch disposition
 2023-02-06 21:29 UTC  (12+ messages)

[RFC PATCH V3 00/16] x86/hyperv/sev: Add AMD sev-snp enlightened guest support on hyperv
 2023-02-06 20:11 UTC  (26+ messages)
` [RFC PATCH V3 03/16] x86/hyperv: Set Virtual Trust Level in vmbus init message
` [RFC PATCH V3 06/16] x86/hyperv: decrypt vmbus pages for sev-snp enlightened guest
` [RFC PATCH V3 07/16] drivers: hv: Decrypt percpu hvcall input arg page in "
` [RFC PATCH V3 08/16] x86/hyperv: Initialize cpu and memory for "
` [RFC PATCH V3 10/16] x86/hyperv: Add smp support for sev-snp guest
` [RFC PATCH V3 12/16] x86/sev: Add a #HV exception handler
` [RFC PATCH V3 16/16] x86/sev: Fix interrupt exit code paths from #HV exception

[PATCH v3 0/6] Support TDX guests on Hyper-V
 2023-02-06 19:24 UTC  (7+ messages)
` [PATCH v3 1/6] x86/tdx: Retry TDVMCALL_MAP_GPA() when needed
` [PATCH v3 2/6] x86/tdx: Support vmalloc() for tdx_enc_status_changed()
` [PATCH v3 3/6] x86/hyperv: Add hv_isolation_type_tdx() to detect TDX guests
` [PATCH v3 4/6] x86/hyperv: Support hypercalls for "
` [PATCH v3 5/6] Drivers: hv: vmbus: Support "
` [PATCH v3 6/6] x86/hyperv: Fix serial console interrupts for "

[PATCH v2 00/10] Introduce cmpxchg128() -- aka. the demise of cmpxchg_double()
 2023-02-06 13:20 UTC  (29+ messages)
` [PATCH v2 01/10] cyrpto/b128ops: Remove struct u128
` [PATCH v2 02/10] types: Introduce [us]128
` [PATCH v2 03/10] arch: Introduce arch_{,try_}_cmpxchg128{,_local}()
` [PATCH v2 04/10] instrumentation: Wire up cmpxchg128()
` [PATCH v2 05/10] percpu: Wire up cmpxchg128
` [PATCH v2 06/10] x86,amd_iommu: Replace cmpxchg_double()
` [PATCH v2 07/10] x86,intel_iommu: "
` [PATCH v2 08/10] slub: "
` [PATCH v2 09/10] arch: Remove cmpxchg_double
` [PATCH v2 10/10] s390/cpum_sf: Convert to cmpxchg128()

[syzbot] kernel BUG in process_one_work
 2023-02-06  9:23 UTC 

[PATCH V2] riscv: kprobe: Fixup misaligned load text
 2023-02-06  8:15 UTC  (2+ messages)

[PATCH] riscv: kprobe: Fixup misaligned load text
 2023-02-06  3:10 UTC  (7+ messages)

[PATCH -next V16 0/7] riscv: Add GENERIC_ENTRY support
 2023-02-05 14:04 UTC  (11+ messages)
` [PATCH -next V16 1/7] compiler_types.h: Add __noinstr_section() for noinstr
` [PATCH -next V16 2/7] riscv: ptrace: Remove duplicate operation
` [PATCH -next V16 3/7] riscv: entry: Add noinstr to prevent instrumentation inserted
` [PATCH -next V16 4/7] riscv: entry: Convert to generic entry
` [PATCH -next V16 5/7] riscv: entry: Remove extra level wrappers of trace_hardirqs_{on,off}
` [PATCH -next V16 6/7] riscv: entry: Consolidate ret_from_kernel_thread into ret_from_fork
` [PATCH -next V16 7/7] riscv: entry: Consolidate general regs saving/restoring

[PATCH] riscv: Cleanup rv32_defconfig
 2023-02-05 13:33 UTC 

[syzbot] kernel BUG in __tlb_remove_page_size (2)
 2023-02-04 13:36 UTC 

[PATCH v5 00/39] Shadow stacks for userspace
 2023-02-04 10:37 UTC  (7+ messages)
` [PATCH v5 07/39] x86: Add user control-protection fault handler

[PATCH RFC] tools/memory-model: Restrict to-r to read-read address dependency
 2023-02-04  1:51 UTC  (3+ messages)

[PATCH v2 0/4] mm, arch: add generic implementation of pfn_valid() for FLATMEM
 2023-02-03 14:33 UTC  (9+ messages)
` [PATCH v2 1/4] arm: include asm-generic/memory_model.h from page.h rather than memory.h
` [PATCH v2 2/4] m68k: use asm-generic/memory_model.h for both MMU and !MMU
` [PATCH v2 3/4] mips: drop definition of pfn_valid() for DISCONTIGMEM
` [PATCH v2 4/4] mm, arch: add generic implementation of pfn_valid() for FLATMEM

[PATCH] locking/atomic: cmpxchg: Make __generic_cmpxchg_local compare against zero-extended 'old' value
 2023-02-03 14:32 UTC  (2+ messages)

[PATCH v7 0/5] shoot lazy tlbs (lazy tlb refcount scalability improvement)
 2023-02-03  7:18 UTC  (6+ messages)
` [PATCH v7 1/5] kthread: simplify kthread_use_mm refcounting
` [PATCH v7 2/5] lazy tlb: introduce lazy tlb mm refcount helper functions
` [PATCH v7 3/5] lazy tlb: allow lazy tlb mm refcounting to be configurable
` [PATCH v7 4/5] lazy tlb: shoot lazies, non-refcounting lazy tlb mm reference handling scheme
` [PATCH v7 5/5] powerpc/64s: enable MMU_LAZY_TLB_SHOOTDOWN

API for setting multiple PTEs at once
 2023-02-02 23:27 UTC  (4+ messages)

[PATCH V2] riscv: kprobe: Fixup kernel panic when probing an illegal position
 2023-02-02 17:30 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).