linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-08-15 09:07:53 to 2025-08-25 13:59:47 UTC [more...]

[PATCH v3 0/6] Add support of IRQs to QUICC ENGINE GPIOs
 2025-08-25 13:02 UTC  (8+ messages)
` [PATCH v3 2/6] soc: fsl: qe: Change GPIO driver to a proper platform driver
` [PATCH v3 4/6] soc: fsl: qe: Add support of IRQ in QE GPIO
` [PATCH v3 5/6] dt-bindings: "
` [PATCH v3 6/6] dt-bindings: soc: fsl: qe: Add an interrupt controller for QUICC Engine Ports

[PATCH 0/6] KVM: Export KVM-internal symbols for sub-modules only
 2025-08-25 13:59 UTC  (2+ messages)

[PATCH v1] cpufreq: use __free() for all cpufreq_cpu_get() references
 2025-08-25 11:28 UTC  (2+ messages)

[PATCH v3 00/11] mm: vm_normal_page*() improvements
 2025-08-25 12:31 UTC  (3+ messages)
` [PATCH v3 08/11] mm/memory: convert print_bad_pte() to print_bad_page_map()

Ozlabs patchwork notification not working anymore
 2025-08-25  9:54 UTC  (4+ messages)

[PATCH v2 00/10] powerpc: Implement masked user access
 2025-08-25 10:18 UTC  (19+ messages)
` [PATCH v2 01/10] iter: Avoid barrier_nospec() in copy_from_user_iter()
` [PATCH v2 02/10] uaccess: Add speculation barrier to copy_from_user_iter()
` [PATCH v2 03/10] uaccess: Add masked_user_{read/write}_access_begin
` [PATCH v2 04/10] powerpc/uaccess: Move barrier_nospec() out of allow_read_{from/write}_user()
` [PATCH v2 05/10] powerpc/uaccess: Remove unused size and from parameters from allow_access_user()
` [PATCH v2 06/10] powerpc/uaccess: Remove {allow/prevent}_{read/write/read_write}_{from/to/}_user()
` [PATCH v2 07/10] powerpc/uaccess: Refactor user_{read/write/}_access_begin()
` [PATCH v2 08/10] powerpc/32s: Fix segments setup when TASK_SIZE is not a multiple of 256M
` [PATCH v2 09/10] powerpc/32: Automatically adapt TASK_SIZE based on constraints
` [PATCH v2 10/10] powerpc/uaccess: Implement masked user access

[PATCH v2] bus: fsl-mc: Check return value of platform_get_resource()
 2025-08-25  9:34 UTC 

[PATCH v2 0/9] powerpc/pseries: Add hypervisor pipe (HVPIPE) suport
 2025-08-25  9:31 UTC  (8+ messages)
` [PATCH v2 4/9] powerpc/pseries: Send payload with ibm,send-hvpipe-msg RTAS
` [PATCH v2 9/9] powerpc/pseries: HVPIPE changes to support migration

[powerpc:merge] BUILD SUCCESS 0bc42b06664d82d3d9c4f5f54a5960b3760c7cd6
 2025-08-25  7:37 UTC 

[PATCH] bus: fsl-mc: Check return value of platform_get_resource()
 2025-08-25  6:21 UTC  (3+ messages)

[PATCH] scsi: Use string choices helpers
 2025-08-24 18:44 UTC 

Apply commit 5a821e2d69e2 ("powerpc/boot: Fix build with gcc 15") to stable kernels
 2025-08-24  9:01 UTC  (2+ messages)

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

[PATCH v5 2/2] PCI/AER: Print UNCOR_STATUS bits that might be ANFE
 2025-08-22 17:27 UTC  (2+ messages)

[PATCH v5 1/2] PCI/AER: Clear UNCOR_STATUS bits that might be ANFE
 2025-08-22 17:20 UTC  (2+ messages)

[PATCH 00/24] PCI: Bridge window selection improvements
 2025-08-22 15:04 UTC  (26+ messages)
` [PATCH 01/24] m68k/PCI: Use pci_enable_resources() in pcibios_enable_device()
` [PATCH 02/24] sparc/PCI: Remove pcibios_enable_device() as they do nothing extra
` [PATCH 03/24] MIPS: PCI: Use pci_enable_resources()
` [PATCH 04/24] PCI: Move find_bus_resource_of_type() earlier
` [PATCH 05/24] PCI: Refactor find_bus_resource_of_type() logic checks
` [PATCH 06/24] PCI: Always claim bridge window before its setup
` [PATCH 07/24] PCI: Disable non-claimed bridge window
` [PATCH 08/24] PCI: Use pci_release_resource() instead of release_resource()
` [PATCH 09/24] PCI: Enable bridge even if bridge window fails to assign
` [PATCH 10/24] PCI: Preserve bridge window resource type flags
` [PATCH 11/24] PCI: Add defines for bridge window indexing
` [PATCH 12/24] PCI: Add bridge window selection functions
` [PATCH 13/24] PCI: Fix finding bridge window in pci_reassign_bridge_resources()
` [PATCH 14/24] PCI: Warn if bridge window cannot be released when resizing BAR
` [PATCH 15/24] PCI: Use pbus_select_window() during BAR resize
` [PATCH 16/24] PCI: Use pbus_select_window_for_type() during IO window sizing
` [PATCH 17/24] PCI: Rename resource variable from r to res
` [PATCH 18/24] PCI: Use pbus_select_window() in space available checker
` [PATCH 19/24] PCI: Use pbus_select_window_for_type() during mem window sizing
` [PATCH 20/24] PCI: Refactor distributing available memory to use loops
` [PATCH 21/24] PCI: Refactor remove_dev_resources() to use pbus_select_window()
` [PATCH 22/24] PCI: Add pci_setup_one_bridge_window()
` [PATCH 23/24] PCI: Pass bridge window to pci_bus_release_bridge_resources()
` [PATCH 24/24] PCI: Alter misleading recursion "

[PATCH v2] bus: fsl-mc: Replace snprintf and sprintf with sysfs_emit in sysfs show functions
 2025-08-22 12:43 UTC 

[PATCH] bus: fsl-mc: Replace snprintf with sysfs_emit in sysfs show functions
 2025-08-22 12:29 UTC  (2+ messages)

[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 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  (3+ 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  (6+ messages)
` [PATCH 02/14] powerpc/vpa_dtl: "

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


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