linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-08-14 10:13:55 to 2025-08-22 12:15:43 UTC [more...]

[PATCH v2 00/10] powerpc: Implement masked user access
 2025-08-22 12:04 UTC  (4+ messages)
` [PATCH v2 06/10] powerpc/uaccess: Remove {allow/prevent}_{read/write/read_write}_{from/to/}_user()
` [PATCH v2 09/10] powerpc/32: Automatically adapt TASK_SIZE based on constraints

[PATCH] bus: fsl-mc: Replace snprintf with sysfs_emit in sysfs show functions
 2025-08-22 11:57 UTC 

[PATCH v2 00/12] Bump minimum supported version of LLVM for building the kernel to 15.0.0
 2025-08-22 10:01 UTC  (3+ messages)
` [PATCH v2 06/12] powerpc: Drop unnecessary initializations in __copy_inst_from_kernel_nofault()

[PATCH v5 0/2] PCI/AER: Handle Advisory Non-Fatal error
 2025-08-22  1:45 UTC  (3+ messages)

[PATCH v3 0/4] ASoC: fsl: fsl_qmc_audio: Reduce amount of interrupts
 2025-08-21 16:23 UTC  (7+ messages)
` [PATCH v3 1/4] soc: fsl: qmc: Only set completion interrupt when needed
` [PATCH v3 2/4] ASoc: fsl: fsl_qmc_audio: Ensure audio channels are ordered in TDM bus
` [PATCH v3 3/4] ASoC: fsl: fsl_qmc_audio: Only request completion on last channel
` [PATCH v3 4/4] ASoc: fsl: fsl_qmc_audio: Drop struct qmc_dai_chan

[PATCH net-next RESEND v4] ibmvnic: Increase max subcrq indirect entries with fallback
 2025-08-21 13:02 UTC 

[PATCH] selftests/powerpc: fix typos in tm
 2025-08-21  6:22 UTC  (2+ messages)

[PATCH] powerpc/603: Really copy kernel PGD entries into all PGDIRs
 2025-08-21  6:30 UTC 

[PATCH] selftests/powerpc/tm: fix typo on a comment
 2025-08-21  3:29 UTC 

[PATCH 00/19] perf: Rework event_init checks
 2025-08-21  2:53 UTC  (10+ messages)
` [PATCH 18/19] perf: Introduce positive capability for raw events
` [PATCH 19/19] perf: Garbage-collect event_init checks

[powerpc:fixes-test] BUILD SUCCESS 8763d2257f5231cfdfd8a53594647927dbf8bb06
 2025-08-21  0:28 UTC 

[PATCH 0/3] ASoC: Use kcalloc() instead of kzalloc()
 2025-08-20 22:17 UTC  (3+ messages)
` [PATCH 2/3] ASoC: fsl: "

[PATCH] selftests/powerpc/pmu/tm: fix typos in tm-trap
 2025-08-20 20:58 UTC 

[PATCH 00/21] treewide: remove unneeded 'fast_io' parameter in regmap_config
 2025-08-20 17:02 UTC  (5+ messages)
` (subset) "

[PATCH v2 1/1] powerpc/8xx: Drop legacy-of-mm-gpiochip.h header
 2025-08-20 14:10 UTC  (3+ messages)

[PATCH 00/14] Add interface to expose vpa dtl counters via perf
 2025-08-20 11:53 UTC  (19+ 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] powerpc/ps3: Use str_write_read() in ps3stor_read_write_sectors()
 2025-08-20  6:32 UTC  (2+ messages)

[PATCH v3 07/12] arch/powerpc: don't initialize kasan if it's disabled
 2025-08-20  5:34 UTC 

[PATCH] ASoC: imx-hdmi: remove cpu_pdev related code
 2025-08-20  3:16 UTC 

[PATCH] selftests/powerpc: fix spelling errors across test sources
 2025-08-19 19:42 UTC 

[PATCH] macintosh/mac_hid: fix race condition in mac_hid_toggle_emumouse
 2025-08-19  9:10 UTC 

[PATCH v3 1/1] dt-bindings: soc: add vf610 reboot syscon controller
 2025-08-19 21:06 UTC  (2+ messages)

[PATCH v4 00/16] dma-mapping: migrate to physical address-based API
 2025-08-19 19:58 UTC  (22+ messages)
` [PATCH v4 01/16] dma-mapping: introduce new DMA attribute to indicate MMIO memory
` [PATCH v4 02/16] iommu/dma: implement DMA_ATTR_MMIO for dma_iova_link()
` [PATCH v4 03/16] dma-debug: refactor to use physical addresses for page mapping
` [PATCH v4 04/16] dma-mapping: rename trace_dma_*map_page to trace_dma_*map_phys
` [PATCH v4 05/16] iommu/dma: rename iommu_dma_*map_page to iommu_dma_*map_phys
` [PATCH v4 06/16] iommu/dma: extend iommu_dma_*map_phys API to handle MMIO memory
` [PATCH v4 07/16] dma-mapping: convert dma_direct_*map_page to be phys_addr_t based
` [PATCH v4 08/16] kmsan: convert kmsan_handle_dma to use physical addresses
` [PATCH v4 09/16] dma-mapping: handle MMIO flow in dma_map|unmap_page
` [PATCH v4 10/16] xen: swiotlb: Open code map_resource callback
` [PATCH v4 11/16] dma-mapping: export new dma_*map_phys() interface
` [PATCH v4 12/16] mm/hmm: migrate to physical address-based DMA mapping API
` [PATCH v4 13/16] mm/hmm: properly take MMIO path
` [PATCH v4 14/16] block-dma: migrate to dma_map_phys instead of map_page
` [PATCH v4 15/16] block-dma: properly take MMIO path
` [PATCH v4 16/16] nvme-pci: unmap MMIO pages with appropriate interface

[PATCH v2 0/4] ASoC: fsl: fsl_qmc_audio: Reduce amount of interrupts
 2025-08-18  8:18 UTC  (10+ 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 0/5] Add support of IRQs to QUICC ENGINE GPIOs
 2025-08-18 17:26 UTC  (10+ messages)
` [PATCH v2 1/5] soc: fsl: qe: Add an interrupt controller for QUICC Engine Ports
` [PATCH v2 2/5] soc: fsl: qe: Change GPIO driver to a proper platform driver
` [PATCH v2 3/5] soc: fsl: qe: Drop legacy-of-mm-gpiochip.h header from GPIO driver
` [PATCH v2 4/5] soc: fsl: qe: Add support of IRQ in QE GPIO
` [PATCH v2 5/5] dt-bindings: soc: fsl: qe: Add an interrupt controller for QUICC Engine Ports

[RESEND v2 1/1] dt-bindings: soc: add vf610 reboot syscon controller
 2025-08-19 13:24 UTC  (3+ messages)

[PATCH] gpio: mpc5200: Drop legacy-of-mm-gpiochip.h header
 2025-08-19 13:05 UTC  (3+ messages)
  ` I am no longer with DENX

[PATCH 1/2] powerpc/44x: Change GPIO driver to a proper platform driver
 2025-08-19 13:04 UTC  (3+ messages)
` [PATCH 2/2] powerpc/44x: Drop legacy-of-mm-gpiochip.h header

[powerpc:merge] BUILD SUCCESS ff75f6055d715177e4b8dd3d10091d3a5450ba73
 2025-08-19  4:46 UTC 

[PATCH] powerpc: Remove duplicate definition for ppc_msgsnd_sync()
 2025-08-19  3:20 UTC  (2+ messages)

[PATCH 00/10] Bump minimum supported version of LLVM for building the kernel to 15.0.0
 2025-08-19  0:55 UTC  (3+ messages)
` [PATCH 06/10] powerpc: Drop unnecessary initializations in __copy_inst_from_kernel_nofault()

[PATCH 0/5] PCI: Reduce AER / EEH deviations
 2025-08-18 23:17 UTC  (12+ messages)
` [PATCH 1/5] PCI/AER: Allow drivers to opt in to Bus Reset on Non-Fatal Errors

[PATCH 5/5] PCI/ERR: Remove remnants of .link_reset() callback
 2025-08-18 20:39 UTC 

[PATCH 0/4] Add support of IRQs to QUICC ENGINE GPIOs
 2025-08-18  8:39 UTC  (9+ messages)
` [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 v4 0/2] PCI: Introduce pci_clear/set_config_dword()
 2025-08-18 16:14 UTC  (3+ messages)
` [PATCH v4 1/2] "
` [PATCH v4 2/2] PCI/AER: Use pci_clear/set_config_dword to simplify code

[PATCH] powerpc/cpm2: Drop legacy-of-mm-gpiochip.h header
 2025-08-18 12:14 UTC 

[PATCH v1 0/2] mm: remove MIGRATEPAGE_*
 2025-08-18 11:28 UTC  (4+ messages)
` [PATCH v1 1/2] mm/migrate: remove MIGRATEPAGE_UNMAP

[PATCH] powerpc/8xx: Remove offset in SPRN_M_TWB
 2025-08-18  9:24 UTC 

[PATCH] powerpc/vdso: Include asm/syscalls.h for sys_ni_syscall()
 2025-08-18  9:26 UTC 

[PATCH] mm/numa: Rename memory_add_physaddr_to_nid to memory_get_phys_to_nid
 2025-08-18  8:34 UTC  (5+ messages)

[PATCH v3] PCI/AER: Use pci_clear_and_set_config_dword() to simplify mask updates
 2025-08-17 15:07 UTC  (3+ messages)

[PATCH] powerpc/8xx: Remove left-over instruction and comments in DataStoreTLBMiss handler
 2025-08-16 16:33 UTC 

[PATCH 00/17] Add __attribute_const__ to ffs()-family implementations
 2025-08-15 16:41 UTC  (6+ messages)
` [PATCH 05/17] powerpc: "

[PATCH v4 17/24] riscv: vdso: Deduplicate CFLAGS_REMOVE_* variables
 2025-08-15 15:07 UTC  (2+ messages)

[PATCH v4 18/24] riscv: vdso: Disable LTO for the vDSO
 2025-08-15 15:07 UTC  (2+ messages)

[PATCH v4 06/24] riscv: elf: Move relocation constants to UAPI
 2025-08-15 15:05 UTC  (2+ messages)

[PATCH v4 00/24] vdso: Reject absolute relocations during build
 2025-08-15 10:06 UTC  (3+ messages)

[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 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  (4+ messages)
` [PATCH v16 06/13] mm/page_table_check: Reinstate address parameter in [__]page_table_check_pud_clear()

[PATCH v5 0/3] PCI/ERR: s390/pci: Use pci_uevent_ers() in PCI recovery
 2025-08-14 21:02 UTC  (2+ messages)

[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 v1 00/16] dma-mapping: migrate to physical address-based API
 2025-08-14 14:14 UTC  (9+ messages)
` [PATCH v1 08/16] kmsan: convert kmsan_handle_dma to use physical addresses

[PATCH v2] dt-bindings: powerpc: Drop duplicate fsl/mpic.txt
 2025-08-14 13:51 UTC 

[PATCH] powerpc: Fix resource leak in ls_uart.c
 2025-08-14  8:24 UTC 


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