linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
 messages from 2026-09-11 02:12:17 to 2026-09-15 00:02:09 UTC [more...]

[PATCH] selftests/powerpc: Fix exec_prot test failure on Hash MMU
 2026-09-15  0:00 UTC  (2+ messages)

[PATCH] powerpc/ps3: Simplify control flow in ps3_{virq,irq_plug}_setup()
 2026-09-14 21:59 UTC 

[PATCH v2 00/40] mm: make VMA flag semantics explicit, eliminate VM_SPECIAL
 2026-09-14 19:57 UTC  (42+ messages)
` [PATCH v2 01/40] mm/vma: fix mmap_prepare file handling, remove file_doesnt_need_get
` [PATCH v2 02/40] mm/vma: predicate setting mmap_prepare VMA fields on new vma alloc
` [PATCH v2 03/40] mm/vma: introduce and use vma_[flags_]can_merge()
` [PATCH v2 04/40] mm: consistently validate VMA state after mmap[_prepare] hooks
` [PATCH v2 05/40] mm/vma: ensure mmap_prepare doesn't set actions on a mergeable vma
` [PATCH v2 06/40] mm: make map_kernel_pages_[prepare,complete] internal and unexported
` [PATCH v2 07/40] mm/vma: tidy up map kernel pages enum values
` [PATCH v2 08/40] mm: add mmap action for discontiguous kernel page mapping
` [PATCH v2 09/40] docs: filesystems: update mmap_prepare docs for discontig kernel pgs
` [PATCH v2 10/40] drivers/usb/mon: update to use mmap_prepare + map kernel pages
` [PATCH v2 11/40] infiniband: update hfi1 to use remap_vmalloc_range()
` [PATCH v2 12/40] selinux: reject writable opens of policy file, drop mmap shared/write check
` [PATCH v2 13/40] ALSA: pcm: use vm_insert_page() to map PCM status page
` [PATCH v2 14/40] bpf: arena: mark arena_map_mmap() mappings VM_MIXEDMAP
` [PATCH v2 15/40] mm/vma: add vma[_flags]_is_kernel_owned() predicates
` [PATCH v2 16/40] mm/vma: only allow mmap to clear VMA_MAYWRITE_BIT if kernel-owned
` [PATCH v2 17/40] mm/vma: add and use vma_[flags]_is_fixed_mapping
` [PATCH v2 18/40] scsi: sg: convert mmap hook to mmap_prepare and rework
` [PATCH v2 19/40] fbdev: defio: assert FBINFO_VIRTFB, drop VM_IO, add VM_MIXEDMAP
` [PATCH v2 20/40] HSI: cmt_speech: convert mmap hook to mmap_prepare, refactor
` [PATCH v2 21/40] mm/gup: error out early on !VMA_MAYREAD_BIT VMAs
` [PATCH v2 22/40] uprobes: remove VM_IO, set VM_MIXEDMAP for mapped kernel pages
` [PATCH v2 23/40] mm/mlock: clear VMA_LOCKED_MASK over mmap callback
` [PATCH v2 24/40] mm/mlock: eliminate weird VMA_IO_BIT abuse and simplify
` [PATCH v2 25/40] mm/vma: enforce that only kernel-owned mappings may set VMA_IO_BIT
` [PATCH v2 26/40] mm: remove VMA_IO_BIT check in vma[_flags]_is_kernel_owned()
` [PATCH v2 27/40] mm: remove hugetlb_inline.h
` [PATCH v2 28/40] mm: rename is_vm_hugetlb_page() to vma_is_hugetlb()
` [PATCH v2 29/40] mm: drop some redundant checks around hugetlb VMAs
` [PATCH v2 30/40] mm/madvise: update is_valid_guard_vma() to use vma_can_merge()
` [PATCH v2 31/40] mm/vma: introduce vma[_flags]_is_persistent()
` [PATCH v2 32/40] mm/uffd: use predicates for userfaultfd checks
` [PATCH v2 33/40] mm/madvise: use predicates for madvise(..., MADV_DOFORK)
` [PATCH v2 34/40] mm: eliminate VMA_SPECIAL_FLAGS usage when hugetlb explicitly tested
` [PATCH v2 35/40] mm: eliminate VMA_SPECIAL_FLAGS check in lru_gen_look_around()
` [PATCH v2 36/40] mm: avoid use of VMA_SPECIAL_FLAGS in migrate_vma_setup()
` [PATCH v2 37/40] mm: eliminate VM_SPECIAL, VMA_SPECIAL_FLAGS
` [PATCH v2 38/40] fuse: dax: do not set VM_MIXEDMAP
` [PATCH v2 39/40] mm/huge_memory: remove vma_is_special_huge()
` [PATCH v2 40/40] mm/vma: introduce and use vma[_flags]_can_gup()

[PATCH] Revert "scripts/faddr2line: Combine three readelf calls into one"
 2026-09-14 19:00 UTC  (2+ messages)

[PATCHv3] dmaengine: fsldma: convert to platform_get_irq_optional()
 2026-09-14 15:49 UTC  (2+ messages)

[PATCHv2] dmaengine: bestcomm: make gen_bd init helpers static
 2026-09-14 14:23 UTC  (3+ messages)

[PATCH] macintosh: therm_adt746x: fix memory leak on kthread failure
 2026-09-14 14:21 UTC 

[PATCH] macintosh: rack-meter: fix i2s device node reference leak
 2026-09-14 14:14 UTC 

[PATCH] crypto: powerpc/vmx - clean up includes, metadata, and p8_init()
 2026-09-14 13:19 UTC  (3+ messages)

[Linux PPC] Disable PREEMPT
 2026-09-14 10:58 UTC  (13+ messages)

[PATCH] powerpc/boot: Simplify serial console control flow
 2026-09-14 10:41 UTC 

[PATCH v3 00/11] mm: Switch device DAX to section-based vmemmap optimization
 2026-09-14  7:51 UTC  (17+ messages)
` [PATCH v3 01/11] mm/sparse-vmemmap: introduce CONFIG_SPARSEMEM_VMEMMAP_OPTIMIZATION
` [PATCH v3 02/11] mm/sparse-vmemmap: factor out shared vmemmap tail page allocation
` [PATCH v3 03/11] mm/sparse-vmemmap: open-code init_compound_tail()
` [PATCH v3 04/11] mm/sparse-vmemmap: prepare DAX vmemmap population for compound page orders
` [PATCH v3 05/11] mm/sparse-vmemmap: set compound page order for device DAX
` [PATCH v3 06/11] mm/sparse-vmemmap: switch device DAX to shared tail vmemmap pages
` [PATCH v3 07/11] mm/sparse-vmemmap: move vmemmap optimization helpers to a public header
` [PATCH v3 08/11] powerpc/mm: switch device DAX to shared tail vmemmap pages
` [PATCH v3 09/11] mm/sparse-vmemmap: drop the extra tail page from device DAX reservation
` [PATCH v3 10/11] mm/sparse-vmemmap: drop unused section_nr_vmemmap_pages() arguments
` [PATCH v3 11/11] Documentation/mm: update DAX vmemmap deduplication docs

[PATCH] selftests/powerpc: use MAP_FAILED instead of (void *)-1 in tm-signal-context-force-tm
 2026-09-14  7:21 UTC  (2+ messages)

[PATCH] selftests/powerpc/tm: Fix tcheck() reading uninitialised CR value
 2026-09-14  7:21 UTC  (2+ messages)

powerpc/kexec_file: print configured kernel command line
 2026-09-14  7:21 UTC  (2+ messages)

[PATCH] KVM: Nullify irqfd->producer when add_producer() fails
 2026-09-14  7:20 UTC  (3+ messages)
` [PATCH] KVM: PPC: Book3S HV: Set irqfd->producer only on success

[PATCH] powerpc/prom: Remove redundant early_init_dt_scan_root() call
 2026-09-14  7:21 UTC  (2+ messages)

[PATCH] powerpc/pasemi: Add a null pointer check to the pas_setup_mce_regs
 2026-09-14  7:20 UTC  (2+ messages)

[PATCH] powerpc/pseries/htmdump: Fix leak in htmdump_init_debugfs
 2026-09-14  7:20 UTC  (2+ messages)

[PATCH] selftests/powerpc/pmu/ebb: fix lost_exception_test hang with sched yield change
 2026-09-14  7:20 UTC  (2+ messages)

[PATCH v2] powerpc/entry: Fix double accounting of user time on interrupt entry
 2026-09-14  7:20 UTC  (2+ messages)

[PATCH v4 0/5] dma: swiotlb: Centralize default pool policy and sizing
 2026-09-14  7:01 UTC  (6+ messages)
` [PATCH v4 1/5] dma: swiotlb: Centralize default pool policy selection
` [PATCH v4 2/5] dma: swiotlb: Centralize minimal pool sizing
` [PATCH v4 3/5] dma: swiotlb: Centralize memory-encryption "
` [PATCH v4 4/5] dma: swiotlb: Add an overridable architecture pool opt-out
` [PATCH v4 5/5] dma: swiotlb: Remove SWIOTLB_ANY

[PATCH] ASoC: fsl_asrc: check the second front-end DMA channel
 2026-09-13 12:51 UTC 

[PATCH 0/6] mm: Unify Device DAX and HugeTLB vmemmap population paths
 2026-09-13  8:37 UTC  (7+ messages)
` [PATCH 1/6] mm/sparse-vmemmap: drop VMEMMAP_POPULATE_DAX
` [PATCH 2/6] mm/sparse-vmemmap: support device DAX in common vmemmap path
` [PATCH 3/6] mm/sparse-vmemmap: drop Device DAX-specific population path
` [PATCH 4/6] mm/sparse-vmemmap: remove the unused ptpfn argument
` [PATCH 5/6] powerpc/mm: make vmemmap_populate_compound_pages() static
` [PATCH 6/6] mm/sparse-vmemmap: open-code vmemmap_populate_address()

[PATCH 08/14] mfd: remove unused aat2870 driver
 2026-09-13  8:33 UTC  (6+ messages)

[PATCH V2] powerpc/kasan: require memintrinsic prefix support for KASAN
 2026-09-12 18:55 UTC  (2+ messages)

[PATCH] powerpc/kasan: require memintrinsic prefix support for KASAN
 2026-09-12 18:53 UTC  (5+ messages)

[PATCH 5.15 415/935] perf tests stat_bpf_counters: Fix usage of == to address shellcheck warning
 2026-09-12  6:57 UTC 

[PATCH v4 0/2] powerpc: Add ARCH_WARN_ASM and KUnit tests for Rust WARN() support
 2026-09-12 17:59 UTC  (4+ messages)
` [PATCH v4 1/2] powerpc/bug: Add ARCH_WARN_ASM and refactor _EMIT_BUG_ENTRY for Rust support
` [PATCH v4 2/2] rust: kernel: Add KUnit tests for powerpc ARCH_WARN_ASM bug table emission

[PATCH 6.1 0493/1191] perf tests stat_bpf_counters: Fix usage of == to address shellcheck warning
 2026-09-12  6:56 UTC  (2+ messages)
` [PATCH 6.1 0649/1191] tty: hvsi: remove an extra variable from hvsi_write()

[GIT PULL] Please pull powerpc/linux.git powerpc-7.3-3 tag
 2026-09-12 15:16 UTC  (2+ messages)

[PATCH v4] ppc/fadump: collect dump when CPU_STATE_DATA is less than reserved
 2026-09-12 12:33 UTC  (2+ messages)

[PATCH 6.18 0015/1518] PCI: Introduce PCI_SLOT_PLACEHOLDER constant for slot_nr placeholder value
 2026-09-12  6:36 UTC 

[PATCH] dmaengine: bestcomm: make gen_bd init helpers static
 2026-09-12  9:24 UTC  (2+ messages)

[powerpc:merge] BUILD SUCCESS 2a0bdd1b03b21c53093da2c55edb630f4fde7d9a
 2026-09-12  4:01 UTC 

[PATCH 00/60] KVM Planes + SEV-SNP Support
 2026-09-11 17:54 UTC  (3+ messages)
` [PATCH 29/60] kvm: Implement KVM_CREATE_PLANE ioctl

[PATCH v5 0/8] Generic IRQ entry/exit support for powerpc
 2026-09-11 20:54 UTC  (13+ messages)

[PATCH v3 00/12] mm: make userland page table freeing RCU-safe
 2026-09-11 19:36 UTC  (13+ messages)
` [PATCH v3 01/12] mm/huge_memory: zap deposited page tables after an RCU grace period
` [PATCH v3 02/12] mm: enable MMU_GATHER_RCU_TABLE_FREE for most 2-level architectures
` [PATCH v3 03/12] mm: enable MMU_GATHER_RCU_TABLE_FREE for MMU riscv
` [PATCH v3 04/12] mm: enable MMU_GATHER_RCU_TABLE_FREE for MMU arm
` [PATCH v3 05/12] mm: enable MMU_GATHER_RCU_TABLE_FREE for arc, microblaze, xtensa
` [PATCH v3 06/12] mm: enable MMU_GATHER_RCU_TABLE_FREE for sparc64
` [PATCH v3 07/12] mm: enable MMU_GATHER_RCU_TABLE_FREE for m68k-coldfire
` [PATCH v3 08/12] mm: enable MMU_GATHER_RCU_TABLE_FREE for sh-X2
` [PATCH v3 09/12] mm: enable MMU_GATHER_RCU_TABLE_FREE for m68k-motorola
` [PATCH v3 10/12] mm: enable MMU_GATHER_RCU_TABLE_FREE for sparc32
` [PATCH v3 11/12] mm: make userland page table freeing RCU-safe
` [PATCH v3 12/12] mm: change the contract for free_pgtables(), update docs

[BUG] PCIe passthrough of USB controller unstable / data corruption on PowerNV
 2026-09-11 18:00 UTC 

[PATCH 00/39] mm: make VMA flag semantics explicit, eliminate VM_SPECIAL
 2026-09-11 15:05 UTC  (9+ messages)
` [PATCH 11/39] selinux: reject writable opens of policy file, drop mmap shared/write check
` [PATCH 18/39] fbdev: defio: assert FBINFO_VIRTFB, drop VM_IO, add VM_MIXEDMAP

[PATCH v3 0/3] Bring includes in linux/kmod.h up to date
 2026-09-11 14:46 UTC  (4+ messages)
` [PATCH v3 1/3] umh, treewide: Explicitly include linux/umh.h where needed
` [PATCH v3 2/3] time/jiffies: Include linux/sysctl.h for proc_int_u2k_conv_uop(),
` [PATCH v3 3/3] module: Bring includes in linux/kmod.h up to date

[RFC PATCH 0/8] PCI/IOV: Initialize virtual functions in parallel
 2026-09-11 12:34 UTC  (9+ messages)
` [RFC PATCH 1/8] PCI/IOV: Split virtfn bus handling out of pci_iov_add_virtfn()
` [RFC PATCH 2/8] PCI/IOV: Create virtfn buses up front in sriov_add_vfs()
` [RFC PATCH 3/8] PCI/PM: Convert pci_bridge_d3_update() recursion to iteration
` [RFC PATCH 4/8] PCI/PM: Serialize pci_bridge_d3_update()
` [RFC PATCH 5/8] powerpc/pci: Serialize pcibios_bus_add_device()
` [RFC PATCH 6/8] PCI/IOV: Let sriov_add_vfs() own the failure unwind
` [RFC PATCH 7/8] PCI/IOV: Initialize virtual functions in parallel
` [RFC PATCH 8/8] PCI: Probe inline from node-local workqueue workers

[PATCH V3] powerpc/bug: Add ARCH_WARN_ASM and refactor _EMIT_BUG_ENTRY for Rust support
 2026-09-11  5:24 UTC  (7+ messages)

[mainline]ppc64le: NULL pointer dereference in sparse_init_subsection_map when crash is triggered with FADUMP enabled
 2026-09-11 12:56 UTC  (2+ messages)

[PATCH 6.18.y 1/2] PCI: Introduce PCI_SLOT_PLACEHOLDER constant for slot_nr placeholder value
 2026-09-11 12:32 UTC  (2+ messages)
` Patch "PCI: Introduce PCI_SLOT_PLACEHOLDER constant for slot_nr placeholder value" has been added to the 6.18-stable tree

[mainline]kdump fails to save vmcore when crash is manually triggered
 2026-09-11 11:25 UTC  (2+ messages)

[PATCH 00/14] mfd: unused driver purge
 2026-09-11  7:24 UTC  (3+ messages)
` [PATCH 01/14] mfd: remove unused 88pm80x driver

[PATCH 7/7] powerpc/word-at-a-time: Instrument load_unaligned_zeropad()
 2026-09-11  7:03 UTC 

[powerpc:fixes-test] BUILD SUCCESS 9e5c53d75c560a058abef0e4338c5e3e52cb432a
 2026-09-11  6:42 UTC 

[PATCH v10 0/9] scsi: ibmvfc: make ibmvfc support FPIN messages
 2026-09-11  6:00 UTC  (11+ messages)
` [PATCH v10 1/9] scsi: ibmvfc: add basic FPIN support
` [PATCH v10 2/9] scsi: ibmvfc: add NOOP command support
` [PATCH v10 3/9] scsi: ibmvfc: add FPIN extended flag and async sub-CRQ queue handle
` [PATCH v10 4/9] scsi: ibmvfc: extend async event handlers for async sub-CRQ events
` [PATCH v10 5/9] scsi: ibmvfc: add interrupt routine for asynchronous sub CRQ
` [PATCH v10 6/9] scsi: ibmvfc: extend channel reg/dereg helpers for async sub-CRQ
` [PATCH v10 7/9] scsi: ibmvfc: fix IRQ leak and guard deregister on channel reg failure
` [PATCH v10 8/9] scsi: ibmvfc: register and use asynchronous sub CRQ for events
` [PATCH v10 9/9] scsi: ibmvfc: handle extended FPIN events

[PATCH] soc: fsl: qe: drop GPIOD_FLAGS_BIT_NONEXCLUSIVE
 2026-09-11  5:22 UTC  (2+ messages)

[PATCH v2] bus: fsl-mc: register the object drivers after misc_class exists
 2026-09-11  5:22 UTC  (2+ messages)

[RFC 0/3] KVM: PPC: BE guest-exit fixes and nestedv2 vCPU limit
 2026-09-11  4:56 UTC  (4+ messages)
` [RFC 1/3] KVM: PPC: Book3S HV: Read EX_DSISR as a 32-bit field on guest exit
` [RFC 2/3] KVM: PPC: Book3S: Don't call __ffs() on an empty pending_exceptions bitmap
` [RFC 3/3] KVM: PPC: Book3S HV nestedv2: cap max vcpus to PAPR limit

[PATCH v4 0/3] KVM: selftests: add powerpc support
 2026-09-11  4:48 UTC  (4+ messages)
` [PATCH v4 1/3] KVM: PPC: selftests: add support for powerpc
` [PATCH v4 2/3] KVM: selftests: Enable kvm_create_max_vcpus test "
` [PATCH v4 3/3] KVM: selftests: Don't limit LE dirty-bitmap bitops to s390x

[PATCH v6] mm: retry page faults once under the per-VMA lock
 2026-09-11  2:56 UTC 

[PATCH v9 0/9] scsi: ibmvfc: make ibmvfc support FPIN messages
 2026-09-11  2:19 UTC  (10+ messages)
` [PATCH v9 1/9] scsi: ibmvfc: add basic FPIN support
` [PATCH v9 2/9] scsi: ibmvfc: add NOOP command support
` [PATCH v9 3/9] scsi: ibmvfc: add FPIN extended flag and async sub-CRQ queue handle
` [PATCH v9 4/9] scsi: ibmvfc: extend async event handlers for async sub-CRQ events
` [PATCH v9 5/9] scsi: ibmvfc: add interrupt routine for asynchronous sub CRQ
` [PATCH v9 6/9] scsi: ibmvfc: extend channel reg/dereg helpers for async sub-CRQ
` [PATCH v9 7/9] scsi: ibmvfc: fix IRQ leak and guard deregister on channel reg failure
` [PATCH v9 8/9] scsi: ibmvfc: register and use asynchronous sub CRQ for events
` [PATCH v9 9/9] scsi: ibmvfc: handle extended FPIN events

[PATCH v8 0/9] scsi: ibmvfc: make ibmvfc support FPIN messages
 2026-09-11  2:12 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).