messages from 2025-10-29 16:34:01 to 2025-11-04 10:20:07 UTC [more...]
[PATCH v3 00/10] powerpc: Implement masked user access
2025-11-04 8:01 UTC (5+ messages)
` [PATCH v3 03/10] uaccess: Add masked_user_{read/write}_access_begin
[patch V5 00/12] uaccess: Provide and use scopes for user access
2025-11-04 6:30 UTC (11+ messages)
` [patch V5 02/12] uaccess: Provide ASM GOTO safe wrappers for unsafe_*_user()
` [patch V5 04/12] powerpc/uaccess: Use unsafe wrappers for ASM GOTO
` [patch V5 07/12] uaccess: Provide scoped user access regions
` [patch V5 08/12] uaccess: Provide put/get_user_inline()
[PATCH] powerpc/cputable: Use pointer from memcpy() call for assignment in set_cur_cpu_spec()
2025-11-04 9:34 UTC (2+ messages)
[PATCH v5] powerpc/kdump: Add support for crashkernel CMA reservation
2025-11-04 9:34 UTC (4+ messages)
[PATCH v4 00/35] sparc64: vdso: Switch to the generic vDSO library
2025-11-04 8:58 UTC (7+ messages)
` [PATCH v4 23/35] vdso/datastore: Map pages through struct page
[PATCH v4 24/35] vdso/datastore: Allocate data pages dynamically
2025-11-04 8:49 UTC (2+ messages)
` [tip: timers/vdso] "
[PATCH 0/2] Export kdump crashkernel CMA ranges
2025-11-04 6:26 UTC (4+ messages)
` [PATCH 1/2] Documentation/ABI: add kexec and kdump sysfs interface
` [PATCH 2/2] crash: export crashkernel CMA reservation to userspace
[PATCH v4 00/28] KVM: x86/mmu: TDX post-populate cleanups
2025-11-04 6:16 UTC (63+ messages)
` [PATCH v4 01/28] KVM: Make support for kvm_arch_vcpu_async_ioctl() mandatory
` [PATCH v4 02/28] KVM: Rename kvm_arch_vcpu_async_ioctl() to kvm_arch_vcpu_unlocked_ioctl()
` [PATCH v4 03/28] KVM: TDX: Drop PROVE_MMU=y sanity check on to-be-populated mappings
` [PATCH v4 04/28] KVM: x86/mmu: Add dedicated API to map guest_memfd pfn into TDP MMU
` [PATCH v4 05/28] KVM: x86/mmu: WARN if KVM attempts to map into an invalid TDP MMU root
` [PATCH v4 06/28] Revert "KVM: x86/tdp_mmu: Add a helper function to walk down the TDP MMU"
` [PATCH v4 07/28] KVM: x86/mmu: Rename kvm_tdp_map_page() to kvm_tdp_page_prefault()
` [PATCH v4 08/28] KVM: TDX: Drop superfluous page pinning in S-EPT management
` [PATCH v4 09/28] KVM: TDX: Return -EIO, not -EINVAL, on a KVM_BUG_ON() condition
` [PATCH v4 10/28] KVM: TDX: Fold tdx_sept_drop_private_spte() into tdx_sept_remove_private_spte()
` [PATCH v4 11/28] KVM: x86/mmu: Drop the return code from kvm_x86_ops.remove_external_spte()
` [PATCH v4 12/28] KVM: TDX: WARN if mirror SPTE doesn't have full RWX when creating S-EPT mapping
` [PATCH v4 13/28] KVM: TDX: Avoid a double-KVM_BUG_ON() in tdx_sept_zap_private_spte()
` [PATCH v4 14/28] KVM: TDX: Use atomic64_dec_return() instead of a poor equivalent
` [PATCH v4 15/28] KVM: TDX: Fold tdx_mem_page_record_premap_cnt() into its sole caller
` [PATCH v4 16/28] KVM: TDX: ADD pages to the TD image while populating mirror EPT entries
` [PATCH v4 17/28] KVM: TDX: Fold tdx_sept_zap_private_spte() into tdx_sept_remove_private_spte()
` [PATCH v4 18/28] KVM: TDX: Combine KVM_BUG_ON + pr_tdx_error() into TDX_BUG_ON()
` [PATCH v4 19/28] KVM: TDX: Derive error argument names from the local variable names
` [PATCH v4 20/28] KVM: TDX: Assert that mmu_lock is held for write when removing S-EPT entries
` [PATCH v4 21/28] KVM: TDX: Add macro to retry SEAMCALLs when forcing vCPUs out of guest
` [PATCH v4 22/28] KVM: TDX: Add tdx_get_cmd() helper to get and validate sub-ioctl command
` [PATCH v4 23/28] KVM: TDX: Convert INIT_MEM_REGION and INIT_VCPU to "unlocked" vCPU ioctl
` [PATCH v4 24/28] KVM: TDX: Use guard() to acquire kvm->lock in tdx_vm_ioctl()
` [PATCH v4 25/28] KVM: TDX: Don't copy "cmd" back to userspace for KVM_TDX_CAPABILITIES
` [PATCH v4 26/28] KVM: TDX: Guard VM state transitions with "all" the locks
` [PATCH v4 27/28] KVM: TDX: Bug the VM if extending the initial measurement fails
` [PATCH v4 28/28] KVM: TDX: Fix list_add corruption during vcpu_load()
[linux-next20251103] Boot Fail on IBM Power Server
2025-11-04 6:10 UTC
[PATCH v2 00/50] tree-in-dcache stuff
2025-11-04 1:43 UTC (17+ messages)
` [PATCH v2 07/50] convert simple_{link,unlink,rmdir,rename,fill_super}() to new primitives
` [External] : "
` [PATCH v2 18/50] convert pstore
` [PATCH v2 22/50] convert efivarfs
[PATCH v4 00/12] Nesting support for lazy MMU mode
2025-11-03 19:23 UTC (31+ messages)
` [PATCH v4 01/12] powerpc/64s: Do not re-activate batched TLB flush
` [PATCH v4 02/12] x86/xen: simplify flush_lazy_mmu()
` [PATCH v4 03/12] powerpc/mm: implement arch_flush_lazy_mmu_mode()
` [PATCH v4 04/12] sparc/mm: "
` [PATCH v4 05/12] mm: introduce CONFIG_ARCH_HAS_LAZY_MMU_MODE
` [PATCH v4 06/12] mm: introduce generic lazy_mmu helpers
` [PATCH v4 07/12] mm: enable lazy_mmu sections to nest
` [PATCH v4 08/12] arm64: mm: replace TIF_LAZY_MMU with in_lazy_mmu_mode()
` [PATCH v4 09/12] powerpc/mm: replace batch->active "
` [PATCH v4 10/12] sparc/mm: "
` [PATCH v4 11/12] x86/xen: use lazy_mmu_state when context-switching
[PPC] Boot problems after the pci-v6.18-changes
2025-11-03 18:28 UTC (7+ messages)
[PATCH v3 0/7] syscore: Pass context data to callbacks
2025-11-03 16:18 UTC (10+ messages)
` [PATCH v3 1/7] "
` [PATCH v3 3/7] bus: mvebu-mbus: Use contextual data instead of global variable
` [PATCH v3 4/7] clk: ingenic: tcu: "
` [PATCH v3 5/7] clk: mvebu: "
` [PATCH v3 6/7] irqchip/irq-imx-gpcv2: "
` [PATCH v3 7/7] soc/tegra: pmc: "
[PATCH] MAINTAINERS : Add myself as reviewer for PPC KVM
2025-11-03 9:42 UTC
[PATCH v2 1/2] sched/core: Option if steal should update CPU capacity
2025-11-03 8:46 UTC (5+ messages)
` [PATCH v2 2/2] powerpc/smp: Disable steal from updating "
[PATCH v4] powerpc: Use shared font data
2025-11-03 7:26 UTC (8+ messages)
[PATCH] KVM: PPC: Use pointer from memcpy() call for assignment in kvmppc_kvm_pv()
2025-11-03 7:11 UTC (4+ messages)
[PATCH] ASoC: fsl_spdif: Constify some structures
2025-11-03 6:32 UTC
[PATCH 01/02] scripts/gdb/cpus: Add support for get_current_task for powerpc book3s64
2025-11-03 4:19 UTC (5+ messages)
` [PATCH 02/02] scripts/gdb/mm: Add support "
[PATCH v4] powerpc/kdump: Add support for crashkernel CMA reservation
2025-11-03 4:06 UTC (6+ messages)
[PATCH 0/8] Generic IRQ entry/exit support for powerpc
2025-11-02 11:53 UTC (9+ messages)
` [PATCH 1/8] powerpc: rename arch_irq_disabled_regs
` [PATCH 2/8] powerpc: Prepare to build with generic entry/exit framework
` [PATCH 3/8] powerpc: introduce arch_enter_from_user_mode
` [PATCH 4/8] powerpc: Introduce syscall exit arch functions
` [PATCH 5/8] powerpc: add exit_flags field in pt_regs
` [PATCH 6/8] powerpc: Prepare for IRQ entry exit
` [PATCH 7/8] powerpc: Enable IRQ generic entry/exit path
` [PATCH 8/8] powerpc: Enable Generic Entry/Exit for syscalls
[PATCH] kbuild: Add '-fms-extensions' to areas with dedicated CFLAGS
2025-11-01 16:55 UTC (2+ messages)
[RESEND PATCH v4 0/2] PCI: Introduce pci_clear/set_config_dword()
2025-11-01 16:22 UTC (3+ messages)
` [RESEND PATCH v4 1/2] "
` [RESEND PATCH v4 2/2] PCI/AER: Use pci_clear/set_config_dword to simplify code
[PATCH RESEND] powerpc/tools: drop `-o pipefail` in gcc check scripts
2025-10-31 20:28 UTC (4+ messages)
[PATCH 0/6 v6] Make ELOG and GHES log and trace consistently
2025-10-31 10:18 UTC (4+ messages)
` [PATCH 2/6 v6] ACPI: extlog: Trace CPER PCI Express Error Section
[PATCH 0/4] powerpc/kdump: Support high crashkernel reservation
2025-10-31 4:53 UTC (3+ messages)
` [PATCH 1/4] powerpc/mmu: do MMU type discovery before "
[next-20251022] Kernel Boot Warnings at arch/powerpc/kernel/trace/ftrace.c:234
2025-10-31 1:07 UTC (9+ messages)
Fwd: Excluded List for "#size-cells" warning
2025-10-30 22:14 UTC (5+ messages)
` "
[PATCH v3 2/7] MIPS: PCI: Use contextual data instead of global variable
2025-10-30 20:10 UTC (5+ messages)
[RFC PATCH v3 00/10] paravirt CPUs and push task for less vCPU preemption
2025-10-30 17:43 UTC (5+ messages)
[PATCH] powerpc/fsl_uli1575: fix device_node reference leak in uli_init()
2025-10-30 15:10 UTC
[PATCH v2 00/11] powerpc/book3s64: Hash / SLB fixes & improvements
2025-10-30 14:57 UTC (12+ messages)
` [PATCH v2 01/11] powerpc/64s/slb: Fix SLB multihit issue during SLB preload
` [PATCH v2 02/11] powerpc/64s/hash: Restrict stress_hpt_struct memblock region to within RMA limit
` [PATCH v2 03/11] powerpc/64s/ptdump: Fix kernel_hash_pagetable dump for ISA v3.00 HPTE format
` [PATCH v2 04/11] powerpc/64s/hash: Fix phys_addr_t printf format in htab_initialize()
` [PATCH v2 05/11] powerpc/64s/hash: Improve hash mmu printk messages
` [PATCH v2 06/11] powerpc/64s/hash: Hash hpt_order should be only available with Hash MMU
` [PATCH v2 07/11] powerpc/64s/hash: Update directMap page counters for Hash
` [PATCH v2 08/11] powerpc/64s/pgtable: Enable directMap counters in meminfo "
` [PATCH v2 09/11] powerpc/ptdump: Dump PXX level info for kernel_page_tables
` [PATCH v2 10/11] powerpc/64s/slb: Make preload_add return type as void
` [PATCH v2 11/11] powerpc/64s/slb: Add no_slb_preload early cmdline param
[PATCH v3 00/25] KVM: x86/mmu: TDX post-populate cleanups
2025-10-30 8:34 UTC (4+ messages)
` [PATCH v3 04/25] KVM: x86/mmu: Add dedicated API to map guest_memfd pfn into TDP MMU
[PATCH] powerpc/pseries: add input size check in ofdt_write
2025-10-30 5:17 UTC
[PATCH 0/2] arch/powerpc: Add missing includes
2025-10-29 20:27 UTC (2+ messages)
[PATCH] powerpc/prom_init: Fixup missing #size-cells on PowerMac media-bay nodes
2025-10-29 17:40 UTC
[PATCH] PCI/ASPM: Enable only L0s and L1 for devicetree platforms
2025-10-29 17:25 UTC (2+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).