messages from 2025-08-12 11:07:53 to 2025-08-15 09:07:53 UTC [more...]
[PATCH v6 0/4] PCI: Add support for resetting the Root Ports in a platform specific way
2025-08-15 9:07 UTC (5+ messages)
[PATCH 00/14] Add interface to expose vpa dtl counters via perf
2025-08-15 8:34 UTC (15+ messages)
` [PATCH 01/14] powerpc/time: Expose boot_tb via accessor
` [PATCH 02/14] powerpc/vpa_dtl: Add interface to expose vpa dtl counters via perf
` [PATCH 03/14] docs: ABI: sysfs-bus-event_source-devices-vpa-dtl: Document sysfs event format entries for vpa_dtl pmu
` [PATCH 04/14] powerpc/perf/vpa-dtl: Add support to setup and free aux buffer for capturing DTL data
` [PATCH 05/14] powerpc/perf/vpa-dtl: Add support to capture DTL data in aux buffer
` [PATCH 06/14] powerpc/perf/vpa-dtl: Handle the writing of perf record when aux wake up is needed
` [PATCH 07/14] tools/perf: Add basic CONFIG_AUXTRACE support for VPA pmu on powerpc
` [PATCH 08/14] tools/perf: process auxtrace events and display in perf report -D
` [PATCH 09/14] tools/perf: Add event name as vpa-dtl of PERF_TYPE_SYNTH type to present DTL samples
` [PATCH 10/14] tools/perf: Allocate and setup aux buffer queue to help co-relate with other events across CPU's
` [PATCH 11/14] tools/perf: Process the DTL entries in queue and deliver samples
` [PATCH 12/14] tools/perf: Add support for printing synth event details via default callback
` [PATCH 13/14] tools/perf: Enable perf script to present the DTL entries
` [PATCH 14/14] powerpc/perf/vpa-dtl: Add documentation for VPA dispatch trace log PMU
[PATCH v3 00/16] dma-mapping: migrate to physical address-based API
2025-08-15 5:10 UTC (19+ messages)
` [PATCH v3 01/16] dma-mapping: introduce new DMA attribute to indicate MMIO memory
` [PATCH v3 02/16] iommu/dma: implement DMA_ATTR_MMIO for dma_iova_link()
` [PATCH v3 03/16] dma-debug: refactor to use physical addresses for page mapping
` [PATCH v3 04/16] dma-mapping: rename trace_dma_*map_page to trace_dma_*map_phys
` [PATCH v3 05/16] iommu/dma: rename iommu_dma_*map_page to iommu_dma_*map_phys
` [PATCH v3 06/16] iommu/dma: extend iommu_dma_*map_phys API to handle MMIO memory
` [PATCH v3 07/16] dma-mapping: convert dma_direct_*map_page to be phys_addr_t based
` [PATCH v3 08/16] kmsan: convert kmsan_handle_dma to use physical addresses
` [PATCH v3 09/16] dma-mapping: handle MMIO flow in dma_map|unmap_page
` [PATCH v3 10/16] xen: swiotlb: Open code map_resource callback
` [PATCH v3 11/16] dma-mapping: export new dma_*map_phys() interface
` [PATCH v3 12/16] mm/hmm: migrate to physical address-based DMA mapping API
` [PATCH v3 13/16] mm/hmm: properly take MMIO path
` [PATCH v3 14/16] block-dma: migrate to dma_map_phys instead of map_page
` [PATCH v3 15/16] block-dma: properly take MMIO path
` [PATCH v3 16/16] nvme-pci: unmap MMIO pages with appropriate interface
[PATCH v16 00/13] Support page table check on PowerPC
2025-08-14 23:24 UTC (22+ messages)
` [PATCH v16 01/13] arm64/mm: Add addr parameter to __set_ptes_anysz()
` [PATCH v16 02/13] arm64/mm: Add addr parameter to __ptep_get_and_clear_anysz()
` [PATCH v16 03/13] mm/page_table_check: Reinstate address parameter in [__]page_table_check_pud[s]_set()
` [PATCH v16 04/13] mm/page_table_check: Reinstate address parameter in [__]page_table_check_pmd[s]_set()
` [PATCH v16 05/13] mm/page_table_check: Provide addr parameter to page_table_check_ptes_set()
` [PATCH v16 06/13] mm/page_table_check: Reinstate address parameter in [__]page_table_check_pud_clear()
` [PATCH v16 07/13] mm/page_table_check: Reinstate address parameter in [__]page_table_check_pmd_clear()
` [PATCH v16 08/13] mm/page_table_check: Reinstate address parameter in [__]page_table_check_pte_clear()
` [PATCH v16 09/13] mm: Provide address parameter to p{te,md,ud}_user_accessible_page()
` [PATCH v16 10/13] powerpc: mm: Add pud_pfn() stub
` [PATCH v16 11/13] powerpc: mm: Implement *_user_accessible_page() for ptes
` [PATCH v16 12/13] powerpc: mm: Use set_pte_at_unchecked() for internal usages
` [PATCH v16 13/13] powerpc: mm: Support page table check
[PATCH v5 0/3] PCI/ERR: s390/pci: Use pci_uevent_ers() in PCI recovery
2025-08-14 21:02 UTC (3+ messages)
[PATCH 0/5] PCI: Reduce AER / EEH deviations
2025-08-14 20:31 UTC (18+ messages)
` [PATCH 1/5] PCI/AER: Allow drivers to opt in to Bus Reset on Non-Fatal Errors
` [PATCH 2/5] PCI/ERR: Fix uevent on failure to recover
` [PATCH 3/5] PCI/ERR: Notify drivers "
` [PATCH 4/5] PCI/ERR: Update device error_state already after reset
` [PATCH 5/5] PCI/ERR: Remove remnants of .link_reset() callback
[PATCH v3 0/2] powerpc: pci-ioda: Rework pnv_ioda_pick_m64_pe()
2025-08-14 19:09 UTC (3+ messages)
` [PATCH v3 1/2] powerpc: pci-ioda: use bitmap_alloc() in pnv_ioda_pick_m64_pe()
` [PATCH v3 2/2] powerpc: pci-ioda: Optimize pnv_ioda_pick_m64_pe()
[PATCH v2 00/16] dma-mapping: migrate to physical address-based API
2025-08-14 17:43 UTC (19+ messages)
` [PATCH v2 01/16] dma-mapping: introduce new DMA attribute to indicate MMIO memory
` [PATCH v2 02/16] iommu/dma: implement DMA_ATTR_MMIO for dma_iova_link()
` [PATCH v2 03/16] dma-debug: refactor to use physical addresses for page mapping
` [PATCH v2 04/16] dma-mapping: rename trace_dma_*map_page to trace_dma_*map_phys
` [PATCH v2 05/16] iommu/dma: rename iommu_dma_*map_page to iommu_dma_*map_phys
` [PATCH v2 06/16] iommu/dma: extend iommu_dma_*map_phys API to handle MMIO memory
` [PATCH v2 07/16] dma-mapping: convert dma_direct_*map_page to be phys_addr_t based
` [PATCH v2 08/16] kmsan: convert kmsan_handle_dma to use physical addresses
` [PATCH v2 09/16] dma-mapping: handle MMIO flow in dma_map|unmap_page
` [PATCH v2 10/16] xen: swiotlb: Open code map_resource callback
` [PATCH v2 11/16] dma-mapping: export new dma_*map_phys() interface
` [PATCH v2 12/16] mm/hmm: migrate to physical address-based DMA mapping API
` [PATCH v2 13/16] mm/hmm: properly take MMIO path
` [PATCH v2 14/16] block-dma: migrate to dma_map_phys instead of map_page
` [PATCH v2 15/16] block-dma: properly take MMIO path
` [PATCH v2 16/16] nvme-pci: unmap MMIO pages with appropriate interface
[PATCH 00/21] treewide: remove unneeded 'fast_io' parameter in regmap_config
2025-08-14 14:18 UTC (5+ messages)
` [PATCH 21/21] ASoC: "
` (subset) [PATCH 00/21] treewide: "
[PATCH v1 00/16] dma-mapping: migrate to physical address-based API
2025-08-14 14:14 UTC (12+ messages)
` [PATCH v1 08/16] kmsan: convert kmsan_handle_dma to use physical addresses
` [PATCH v1 16/16] nvme-pci: unmap MMIO pages with appropriate interface
[PATCH v2] dt-bindings: powerpc: Drop duplicate fsl/mpic.txt
2025-08-14 13:51 UTC
[PATCH v4 00/24] vdso: Reject absolute relocations during build
2025-08-14 13:43 UTC (4+ messages)
[PATCH] powerpc: Fix resource leak in ls_uart.c
2025-08-14 8:24 UTC
[PATCH] powerpc/mm: Fix SLB multihit issue during SLB preload
2025-08-14 9:25 UTC
[bpf-next 0/6] bpf,powerpc: Add support for bpf arena and arena atomics
2025-08-14 8:54 UTC (3+ messages)
` [bpf-next 2/6] bpf,powerpc: Implement PROBE_MEM32 pseudo instructions
[PATCH v2 1/1] powerpc/8xx: Drop legacy-of-mm-gpiochip.h header
2025-08-14 8:33 UTC (2+ messages)
[PATCH 00/19] perf: Rework event_init checks
2025-08-14 8:04 UTC (22+ messages)
` [PATCH 01/19] perf/arm-cmn: Fix event validation
` [PATCH 02/19] perf/hisilicon: Fix group validation
` [PATCH 03/19] perf/imx8_ddr: "
` [PATCH 04/19] perf/starfive: "
` [PATCH 05/19] iommu/vt-d: Fix perfmon "
` [PATCH 06/19] ARM: l2x0: Fix "
` [PATCH 07/19] ARM: imx: Fix MMDC PMU "
` [PATCH 08/19] perf/arm_smmu_v3: Improve "
` [PATCH 09/19] perf/qcom: "
` [PATCH 10/19] perf/arm-ni: Improve event validation
` [PATCH 11/19] perf/arm-cci: Tidy up "
` [PATCH 12/19] perf: Ignore event state for group validation
` [PATCH 13/19] perf: Add helper for checking grouped events
` [PATCH 14/19] perf: Clean up redundant group validation
` [PATCH 15/19] perf: Simplify "
` [PATCH 16/19] perf: Introduce positive capability for sampling
` [PATCH 17/19] perf: Retire PERF_PMU_CAP_NO_INTERRUPT
` [PATCH 18/19] perf: Introduce positive capability for raw events
` [PATCH 19/19] perf: Garbage-collect event_init checks
[PATCH v2 0/4] ASoC: fsl: fsl_qmc_audio: Reduce amount of interrupts
2025-08-14 7:45 UTC (12+ messages)
` [PATCH v2 1/4] soc: fsl: qmc: Only set completion interrupt when needed
` [PATCH v2 2/4] ASoc: fsl: fsl_qmc_audio: Ensure audio channels are ordered in TDM bus
` [PATCH v2 3/4] ASoC: fsl: fsl_qmc_audio: Only request completion on last channel
` [PATCH v2 4/4] ASoc: fsl: fsl_qmc_audio: Drop struct qmc_dai_chan
"Failed to create device link (0x124)" for Intel Management Engine Interface on Xe graphics
2025-08-14 6:29 UTC
[PATCH v2 0/2] powerpc: pci-ioda: Rework pnv_ioda_pick_m64_pe()
2025-08-14 0:43 UTC (4+ messages)
` [PATCH v2 1/2] powerpc: pci-ioda: use bitmap_alloc() in pnv_ioda_pick_m64_pe()
[PATCH] powerpc: Remove duplicate definition for ppc_msgsnd_sync()
2025-08-13 12:23 UTC
[PATCH RESEND] powerpc/rtas: Replace one-element array with flexible array member
2025-08-13 10:30 UTC
[PATCH 0/4] Add support of IRQs to QUICC ENGINE GPIOs
2025-08-13 7:49 UTC (13+ messages)
` [PATCH 1/4] soc: fsl: qe: Add an interrupt controller for QUICC Engine Ports
` [PATCH 2/4] soc: fsl: qe: Change GPIO driver to a proper platform driver
` [PATCH 3/4] soc: fsl: qe: Add support of IRQ in QE GPIO
` [PATCH 4/4] dt-bindings: soc: fsl: qe: Add an interrupt controller for QUICC Engine Ports
[PATCH v1 0/2] mm: remove MIGRATEPAGE_*
2025-08-13 5:05 UTC (5+ messages)
` [PATCH v1 1/2] mm/migrate: remove MIGRATEPAGE_UNMAP
` [PATCH v1 2/2] treewide: remove MIGRATEPAGE_SUCCESS
[PATCH v2 0/9] powerpc/pseries: Add hypervisor pipe (HVPIPE) suport
2025-08-12 22:57 UTC (10+ messages)
` [PATCH v2 1/9] powerpc/pseries: Define papr-hvpipe ioctl
` [PATCH v2 2/9] powerpc/pseries: Define HVPIPE specific macros
` [PATCH v2 3/9] powerpc/pseries: Add papr-hvpipe char driver for HVPIPE interfaces
` [PATCH v2 4/9] powerpc/pseries: Send payload with ibm,send-hvpipe-msg RTAS
` [PATCH v2 5/9] powerpc/pseries: Receive payload with ibm,receive-hvpipe-msg RTAS
` [PATCH v2 6/9] powerpc/pseries: Wakeup hvpipe FD when the payload is pending
` [PATCH v2 7/9] powerpc/pseries: Enable HVPIPE event message interrupt
` [PATCH v2 8/9] powerpc/pseries: Enable hvpipe with ibm,set-system-parameter RTAS
` [PATCH v2 9/9] powerpc/pseries: HVPIPE changes to support migration
[PATCH v3 00/11] mm: vm_normal_page*() improvements
2025-08-12 19:43 UTC (17+ messages)
` [PATCH v3 05/11] mm/huge_memory: mark PMD mappings of the huge zero folio special
` [PATCH v3 06/11] powerpc/ptdump: rename "struct pgtable_level" to "struct ptdump_pglevel"
` [PATCH v3 07/11] mm/rmap: convert "enum rmap_level" to "enum pgtable_level"
` [PATCH v3 08/11] mm/memory: convert print_bad_pte() to print_bad_page_map()
` [PATCH v3 09/11] mm/memory: factor out common code from vm_normal_page_*()
` [PATCH v3 10/11] mm: introduce and use vm_normal_page_pud()
` [PATCH v3 11/11] mm: rename vm_ops->find_special_page() to vm_ops->find_normal_page()
[PATCH 0/6] KVM: Export KVM-internal symbols for sub-modules only
2025-08-12 19:40 UTC (3+ messages)
` [PATCH 1/6] KVM: s390/vfio-ap: Use kvm_is_gpa_in_memslot() instead of open coded equivalent
[RFC v2 0/9] cpu avoid state and push task mechanism
2025-08-12 18:40 UTC (3+ messages)
` [RFC v2 6/9] sched/core: Push current task out if CPU is marked as avoid
[PATCH v2 0/1] powerpc, arm64: move preempt dynamic key into kernel/sched
2025-08-12 18:21 UTC (3+ messages)
` [PATCH v2 1/1] sched: preempt: Move dynamic keys "
[PATCH v2 00/12] mm/kasan: make kasan=on|off work for all three modes
2025-08-12 13:39 UTC
[PATCH 0/4] mm/kasan: remove kasan_arch_is_ready()
2025-08-12 13:09 UTC (5+ messages)
` [PATCH 1/4] arch/loongarch: "
` [PATCH 2/4] arch/powerpc: "
` [PATCH 3/4] arch/um: "
` [PATCH 4/4] mm/kasan: "
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).