linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-10-17 08:50:08 to 2025-10-23 04:04:25 UTC [more...]

[RFC PATCH v3 00/10] paravirt CPUs and push task for less vCPU preemption
 2025-10-23  4:03 UTC  (6+ messages)

[PATCH] powerpc/kdump: Add support for crashkernel CMA reservation
 2025-10-23  2:03 UTC  (4+ messages)

[PATCH v3 00/25] KVM: x86/mmu: TDX post-populate cleanups
 2025-10-22 19:08 UTC  (33+ 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 10/25] KVM: x86/mmu: Drop the return code from kvm_x86_ops.remove_external_spte()
` [PATCH v3 14/25] KVM: TDX: Bug the VM if extended the initial measurement fails
` [PATCH v3 21/25] KVM: TDX: Add tdx_get_cmd() helper to get and validate sub-ioctl command
` [PATCH v3 23/25] KVM: TDX: Use guard() to acquire kvm->lock in tdx_vm_ioctl()
` [PATCH v3 25/25] KVM: TDX: Fix list_add corruption during vcpu_load()

[PATCH v3 00/10] powerpc: Implement masked user access
 2025-10-22 17:05 UTC  (13+ 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

[patch V4 00/12] uaccess: Provide and use scopes for user access
 2025-10-22 15:16 UTC  (18+ messages)
` [patch V4 01/12] ARM: uaccess: Implement missing __get_user_asm_dword()
` [patch V4 02/12] uaccess: Provide ASM GOTO safe wrappers for unsafe_*_user()
` [patch V4 03/12] x86/uaccess: Use unsafe wrappers for ASM GOTO
` [patch V4 04/12] powerpc/uaccess: "
` [patch V4 05/12] riscv/uaccess: "
` [patch V4 06/12] s390/uaccess: "
` [patch V4 07/12] uaccess: Provide scoped user access regions
` [patch V4 08/12] uaccess: Provide put/get_user_scoped()
` [patch V4 09/12] [RFC] coccinelle: misc: Add scoped_$MODE_access() checker script
` [patch V4 10/12] futex: Convert to scoped user access
` [patch V4 11/12] x86/futex: "
` [patch V4 12/12] select: "

[next-20251022] Kernel Boot Warnings at arch/powerpc/kernel/trace/ftrace.c:234
 2025-10-22 14:26 UTC  (5+ messages)

BAR resizing broken in 6.18 (PPC only?)
 2025-10-22 14:09 UTC  (5+ messages)

[PATCH v1 00/23] mm: balloon infrastructure cleanups
 2025-10-22  8:43 UTC  (39+ 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 17/23] mm/balloon_compaction: remove "extern" from functions
  ` [PATCH v1 18/23] mm/vmscan: drop inclusion of balloon_compaction.h
  ` [PATCH v1 19/23] mm: rename balloon_compaction.(c|h) to balloon.(c|h)
  ` [PATCH v1 20/23] mm/kconfig: make BALLOON_COMPACTION depend on MIGRATION
  ` [PATCH v1 21/23] mm: rename CONFIG_BALLOON_COMPACTION to CONFIG_BALLOON_MIGRATION
  ` [PATCH v1 22/23] mm: rename CONFIG_MEMORY_BALLOON -> CONFIG_BALLOON
  ` [PATCH v1 23/23] MAINTAINERS: move memory balloon infrastructure to "MEMORY MANAGEMENT - BALLOON"

[patch V3 00/12] uaccess: Provide and use scopes for user masked access
 2025-10-21 20:52 UTC  (40+ 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] ASoC: fsl_aud2htx: add IEC958_SUBFRAME_LE format in supported list
 2025-10-21 18:52 UTC  (2+ messages)

[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] powerpc/vmlinux.lds: Drop .interp description
 2025-10-21  8:18 UTC  (2+ messages)

[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 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  (2+ messages)

[PATCH v3 00/13] Nesting support for lazy MMU mode
 2025-10-20 10:37 UTC  (7+ messages)
` [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)

[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


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