messages from 2025-10-15 09:14:21 to 2025-10-21 13:02:01 UTC [more...]
[PATCH v1 00/23] mm: balloon infrastructure cleanups
2025-10-21 12:59 UTC (17+ messages)
` [PATCH v1 01/23] vmw_balloon: adjust BALLOON_DEFLATE when deflating while migrating
` [PATCH v1 02/23] vmw_balloon: remove vmballoon_compaction_init()
` [PATCH v1 03/23] powerpc/pseries/cmm: remove cmm_balloon_compaction_init()
` [PATCH v1 04/23] mm/balloon_compaction: centralize basic page migration handling
` [PATCH v1 05/23] mm/balloon_compaction: centralize adjust_managed_page_count() handling
` [PATCH v1 06/23] vmw_balloon: stop using the balloon_dev_info lock
` [PATCH v1 07/23] mm/balloon_compaction: use a device-independent balloon (list) lock
` [PATCH v1 08/23] mm/balloon_compaction: remove dependency on page lock
` [PATCH v1 09/23] mm/balloon_compaction: make balloon_mops static
` [PATCH v1 10/23] mm/balloon_compaction: drop fs.h include from balloon_compaction.h
` [PATCH v1 11/23] drivers/virtio/virtio_balloon: stop using balloon_page_push/pop()
` [PATCH v1 12/23] mm/balloon_compaction: remove balloon_page_push/pop()
` [PATCH v1 13/23] mm/balloon_compaction: fold balloon_mapping_gfp_mask() into balloon_page_alloc()
` [PATCH v1 14/23] mm/balloon_compaction: move internal helpers to memory_compaction.c
` [PATCH v1 15/23] mm/balloon_compaction: assert that the balloon_pages_lock is held
` [PATCH v1 16/23] mm/balloon_compaction: mark remaining functions for having proper kerneldoc
[PATCH v1 0/2] powerpc/pseries/cmm: two smaller fixes
2025-10-21 10:06 UTC (3+ messages)
` [PATCH v1 1/2] powerpc/pseries/cmm: call balloon_devinfo_init() also without CONFIG_BALLOON_COMPACTION
` [PATCH v1 2/2] powerpc/pseries/cmm: adjust BALLOON_MIGRATE when migrating pages
[PATCH] ASoC: fsl_aud2htx: add IEC958_SUBFRAME_LE format in supported list
2025-10-21 9:09 UTC
[PATCH] powerpc/vmlinux.lds: Drop .interp description
2025-10-21 8:18 UTC (2+ messages)
[PATCH v3 00/10] powerpc: Implement masked user access
2025-10-21 6:34 UTC (12+ messages)
` [PATCH v3 01/10] iter: Avoid barrier_nospec() in copy_from_user_iter()
` [PATCH v3 02/10] uaccess: Add speculation barrier to copy_from_user_iter()
` [PATCH v3 03/10] uaccess: Add masked_user_{read/write}_access_begin
` [PATCH v3 04/10] powerpc/uaccess: Move barrier_nospec() out of allow_read_{from/write}_user()
` [PATCH v3 05/10] powerpc/uaccess: Remove unused size and from parameters from allow_access_user()
` [PATCH v3 06/10] powerpc/uaccess: Remove {allow/prevent}_{read/write/read_write}_{from/to/}_user()
` [PATCH v3 07/10] powerpc/uaccess: Refactor user_{read/write/}_access_begin()
` [PATCH v3 08/10] powerpc/32s: Fix segments setup when TASK_SIZE is not a multiple of 256M
` [PATCH v3 09/10] powerpc/32: Automatically adapt TASK_SIZE based on constraints
` [PATCH v3 10/10] powerpc/uaccess: Implement masked user access
[RFC PATCH v3 00/10] paravirt CPUs and push task for less vCPU preemption
2025-10-21 6:10 UTC (4+ messages)
[PATCH v3 00/25] KVM: x86/mmu: TDX post-populate cleanups
2025-10-21 4:06 UTC (35+ messages)
` [PATCH v3 01/25] KVM: Make support for kvm_arch_vcpu_async_ioctl() mandatory
` [PATCH v3 02/25] KVM: Rename kvm_arch_vcpu_async_ioctl() to kvm_arch_vcpu_unlocked_ioctl()
` [PATCH v3 03/25] KVM: TDX: Drop PROVE_MMU=y sanity check on to-be-populated mappings
` [PATCH v3 04/25] KVM: x86/mmu: Add dedicated API to map guest_memfd pfn into TDP MMU
` [PATCH v3 05/25] Revert "KVM: x86/tdp_mmu: Add a helper function to walk down the TDP MMU"
` [PATCH v3 06/25] KVM: x86/mmu: Rename kvm_tdp_map_page() to kvm_tdp_page_prefault()
` [PATCH v3 07/25] KVM: TDX: Drop superfluous page pinning in S-EPT management
` [PATCH v3 08/25] KVM: TDX: Return -EIO, not -EINVAL, on a KVM_BUG_ON() condition
` [PATCH v3 09/25] KVM: TDX: Fold tdx_sept_drop_private_spte() into tdx_sept_remove_private_spte()
` [PATCH v3 10/25] KVM: x86/mmu: Drop the return code from kvm_x86_ops.remove_external_spte()
` [PATCH v3 11/25] KVM: TDX: Avoid a double-KVM_BUG_ON() in tdx_sept_zap_private_spte()
` [PATCH v3 12/25] KVM: TDX: Use atomic64_dec_return() instead of a poor equivalent
` [PATCH v3 13/25] KVM: TDX: Fold tdx_mem_page_record_premap_cnt() into its sole caller
` [PATCH v3 14/25] KVM: TDX: Bug the VM if extended the initial measurement fails
` [PATCH v3 15/25] KVM: TDX: ADD pages to the TD image while populating mirror EPT entries
` [PATCH v3 16/25] KVM: TDX: Fold tdx_sept_zap_private_spte() into tdx_sept_remove_private_spte()
` [PATCH v3 17/25] KVM: TDX: Combine KVM_BUG_ON + pr_tdx_error() into TDX_BUG_ON()
` [PATCH v3 18/25] KVM: TDX: Derive error argument names from the local variable names
` [PATCH v3 19/25] KVM: TDX: Assert that mmu_lock is held for write when removing S-EPT entries
` [PATCH v3 20/25] KVM: TDX: Add macro to retry SEAMCALLs when forcing vCPUs out of guest
` [PATCH v3 21/25] KVM: TDX: Add tdx_get_cmd() helper to get and validate sub-ioctl command
` [PATCH v3 22/25] KVM: TDX: Convert INIT_MEM_REGION and INIT_VCPU to "unlocked" vCPU ioctl
` [PATCH v3 23/25] KVM: TDX: Use guard() to acquire kvm->lock in tdx_vm_ioctl()
` [PATCH v3 24/25] KVM: TDX: Guard VM state transitions with "all" the locks
` [PATCH v3 25/25] KVM: TDX: Fix list_add corruption during vcpu_load()
[PATCH v6 0/5] PCI/AER: Report fatal errors of RCiEP and EP if link recoverd
2025-10-21 1:51 UTC (19+ messages)
` [PATCH v6 3/5] "
` [PATCH v6 4/5] PCI/ERR: Use pcie_aer_is_native() to check for native AER control
` [PATCH v6 5/5] PCI/AER: Clear both AER fatal and non-fatal status
[patch V3 00/12] uaccess: Provide and use scopes for user masked access
2025-10-20 18:28 UTC (32+ messages)
` [patch V3 01/12] ARM: uaccess: Implement missing __get_user_asm_dword()
` [patch V3 02/12] uaccess: Provide ASM GOTO safe wrappers for unsafe_*_user()
` [patch V3 03/12] x86/uaccess: Use unsafe wrappers for ASM GOTO
` [patch V3 04/12] powerpc/uaccess: "
` [patch V3 05/12] riscv/uaccess: "
` [patch V3 06/12] s390/uaccess: "
` [patch V3 07/12] uaccess: Provide scoped masked user access regions
` [patch V3 08/12] uaccess: Provide put/get_user_masked()
` [patch V3 09/12] [RFC] coccinelle: misc: Add scoped_masked_$MODE_access() checker script
` [patch V3 10/12] futex: Convert to scoped masked user access
` [patch V3 11/12] x86/futex: "
` [patch V3 12/12] select: "
[PATCH 0/6 v5] Make ELOG and GHES log and trace consistently
2025-10-20 16:37 UTC (9+ messages)
` [PATCH 1/6 v5] ACPI: extlog: Trace CPER Non-standard Section Body
` [PATCH 2/6 v5] ACPI: extlog: Trace CPER PCI Express Error Section
` [PATCH 3/6 v5] acpi/ghes: Select ACPI_APEI_PCIEAER for GHES
` [PATCH 4/6 v5] acpi/ghes: Add helper for CPER CXL protocol errors checks
` [PATCH 5/6 v5] acpi/ghes: Add helper to copy CXL protocol error info to work struct
` [PATCH 6/6 v5] ACPI: extlog: Trace CPER CXL Protocol Error Section
[PATCH v5 00/14] Remove DMA map_page/map_resource and their unmap callbacks
2025-10-20 16:27 UTC (7+ messages)
` [PATCH v5 09/14] parisc: Convert DMA map_page to map_phys interface
` [PATCH v5 11/14] sparc: Use physical address DMA mapping
` [PATCH v5 12/14] x86: Use physical address for "
` [PATCH v5 13/14] xen: swiotlb: Convert mapping routine to rely on physical address
` [PATCH v5 14/14] dma-mapping: remove unused map_page callback
[PATCH v3 00/13] Nesting support for lazy MMU mode
2025-10-20 10:37 UTC (10+ messages)
` [PATCH v3 02/13] x86/xen: simplify flush_lazy_mmu()
` [PATCH v3 05/13] mm: introduce CONFIG_ARCH_LAZY_MMU
` [PATCH v3 06/13] mm: introduce generic lazy_mmu helpers
[PATCH] sched/deadline: stop dl_server before CPU goes offline
2025-10-20 6:08 UTC (4+ messages)
[PATCH v4 15/19] lib/crc32: make crc32c() go directly to lib
2025-10-19 16:23 UTC (4+ messages)
[PATCH 00/17] Add __attribute_const__ to ffs()-family implementations
2025-10-19 6:50 UTC (3+ messages)
` [PATCH 03/17] csky: "
[PPC] t1024rdb: CONFIG_KERNEL_START=0x0 equivalent for ppc64 (Kernel 3.16.85)
2025-10-18 9:58 UTC (3+ messages)
BAR resizing broken in 6.18 (PPC only?)
2025-10-18 18:09 UTC (5+ messages)
[GIT PULL] Please pull powerpc/linux.git powerpc-6.18-2 tag
2025-10-18 17:27 UTC (2+ messages)
[PATCH] powerpc/pseries/msi: Fix NULL pointer dereference at irq domain teardown
2025-10-18 5:33 UTC (2+ messages)
[PATCH] powerpc, ocxl: Fix extraction of struct xive_irq_data
2025-10-18 5:33 UTC (2+ messages)
powerpc/fadump: skip parameter area allocation when fadump is disabled
2025-10-18 5:33 UTC (2+ messages)
[PATCH] defconfig: cleanup orphaned CONFIG_SCHED_DEBUG
2025-10-18 3:59 UTC (2+ messages)
[PATCH 0/2] Fix AST2500 graphics on ppc64 systems in big-endian mode
2025-10-17 18:18 UTC (3+ messages)
` [PATCH 1/2] PCI: Add CONFIG_PCI_ARCH_ENDIAN_AUTOSWAP
` [PATCH 2/2] drm/ast: Fix framebuffer color swapping on ppc64 systems
Kernel failing to build on 32-bit powerpc
2025-10-17 7:25 UTC (3+ messages)
[PPC] Boot problems after the pci-v6.18-changes
2025-10-17 5:35 UTC (19+ messages)
[PATCH v2 0/2] drivers/base/node: fold node register and unregister functions
2025-10-17 5:25 UTC (7+ messages)
` [PATCH v2 1/2] drivers/base/node: Fold register_node() into register_one_node()
[PATCH v2 2/2] drivers/base/node: Fold unregister_node() into unregister_one_node()
2025-10-17 5:17 UTC (3+ messages)
[mainline]Kernel Boot Warings at arch/powerpc/mm/mem.c:341
2025-10-16 14:30 UTC (3+ messages)
[PATCH] crash: let architecture decide crash memory export to iomem_resource
2025-10-16 14:28 UTC
[powerpc:merge] BUILD SUCCESS a297f72c4951fc34e347371a31a6a48160bc67d4
2025-10-16 10:20 UTC
[PATCH] arch/powerpc: Remove .interp section in vmlinux
2025-10-16 6:06 UTC (8+ messages)
PATCH: Fix typo recommand in comment
2025-10-01 14:42 UTC
[PATCH v3 00/21] paravirt: cleanup and reorg
2025-10-15 16:02 UTC (3+ messages)
` [PATCH v3 05/21] paravirt: Remove asm/paravirt_api_clock.h
[PATCH] powerpc: kgdb: Remove OUTBUFMAX constant
2025-10-15 9:52 UTC (4+ 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).