public inbox for linuxppc-dev@ozlabs.org 
 help / color / mirror / Atom feed
 messages from 2026-05-05 08:47:52 to 2026-05-09 13:56:19 UTC [more...]

[PATCH 0/3] PCI: dwc: Cache PCIe capability offset and simplify drivers
 2026-05-09 13:51 UTC  (4+ messages)
` [PATCH 1/3] PCI: dwc: Add pcie_cap field and helper in designware header
` [PATCH 2/3] PCI: dwc: Use cached PCIe capability offset in core
` [PATCH 3/3] PCI: dwc: Simplify platform drivers using cached capability offset

[PATCH] MAINTAINERS: Demote myself to reviewer
 2026-05-09 12:50 UTC 

[PATCH v6 net-next 00/15] Add preliminary NETC switch support for i.MX94
 2026-05-09 10:29 UTC  (16+ messages)
` [PATCH v6 net-next 01/15] dt-bindings: net: dsa: update the description of 'dsa,member' property
` [PATCH v6 net-next 02/15] dt-bindings: net: dsa: add NETC switch
` [PATCH v6 net-next 03/15] net: enetc: add pre-boot initialization for i.MX94 switch
` [PATCH v6 net-next 04/15] net: enetc: add basic operations to the FDB table
` [PATCH v6 net-next 05/15] net: enetc: add support for the "Add" operation to VLAN filter table
` [PATCH v6 net-next 06/15] net: enetc: add support for the "Update" operation to buffer pool table
` [PATCH v6 net-next 07/15] net: enetc: add support for "Add" and "Delete" operations to IPFT
` [PATCH v6 net-next 08/15] net: enetc: add multiple command BD rings support
` [PATCH v6 net-next 09/15] net: dsa: add NETC switch tag support
` [PATCH v6 net-next 10/15] net: dsa: netc: introduce NXP NETC switch driver for i.MX94
` [PATCH v6 net-next 11/15] net: dsa: netc: add phylink MAC operations
` [PATCH v6 net-next 12/15] net: dsa: netc: add FDB, STP, MTU, port setup and host flooding support
` [PATCH v6 net-next 13/15] net: dsa: netc: initialize buffer pool table and implement flow-control
` [PATCH v6 net-next 14/15] net: dsa: netc: add support for the standardized counters
` [PATCH v6 net-next 15/15] net: dsa: netc: add support for ethtool private statistics

[GIT PULL] Please pull powerpc/linux.git powerpc-7.1-2 tag
 2026-05-09  5:17 UTC 

[PATCH v3 0/9] pseries/papr-hvpipe: Fix deadlock, races and misc cleanups
 2026-05-09  4:09 UTC  (3+ messages)

[PATCH v3 net] net: wan: fsl_ucc_hdlc: free tx_skbuff in uhdlc_memclean
 2026-05-09  1:50 UTC  (2+ messages)

[PATCH v7 00/24] PCI: Convert all dynamic sysfs attributes to static
 2026-05-08 23:00 UTC  (26+ messages)
` [PATCH v7 01/24] PCI/sysfs: Use PCI resource accessor macros
` [PATCH v7 02/24] PCI: Add pci_resource_is_io() and pci_resource_is_mem() helpers
` [PATCH v7 03/24] PCI/sysfs: Only allow supported resource types in I/O and MMIO helpers
` [PATCH v7 04/24] PCI/sysfs: Split pci_llseek_resource() for device and legacy attributes
` [PATCH v7 05/24] PCI/sysfs: Add CAP_SYS_ADMIN check to __resource_resize_store()
` [PATCH v7 06/24] PCI/sysfs: Add static PCI resource attribute macros
` [PATCH v7 07/24] PCI/sysfs: Convert PCI resource files to static attributes
` [PATCH v7 08/24] PCI/sysfs: Warn about BAR resize failure in __resource_resize_store()
` [PATCH v7 09/24] PCI/sysfs: Add stubs for pci_{create,remove}_sysfs_dev_files()
` [PATCH v7 10/24] PCI/sysfs: Limit pci_sysfs_init() late_initcall compile scope
` [PATCH v7 11/24] alpha/PCI: Add security_locked_down() check to pci_mmap_resource()
` [PATCH v7 12/24] alpha/PCI: Use BAR index in sysfs attr->private instead of resource pointer
` [PATCH v7 13/24] alpha/PCI: Use PCI resource accessor macros
` [PATCH v7 14/24] alpha/PCI: Fix __pci_mmap_fits() overflow for zero-length BARs
` [PATCH v7 15/24] alpha/PCI: Remove WARN from __pci_mmap_fits() and __legacy_mmap_fits()
` [PATCH v7 16/24] alpha/PCI: Add static PCI resource attribute macros
` [PATCH v7 17/24] alpha/PCI: Convert resource files to static attributes
` [PATCH v7 18/24] PCI/sysfs: Remove pci_{create,remove}_sysfs_dev_files()
` [PATCH v7 19/24] PCI: Add macros for legacy I/O and memory address space sizes
` [PATCH v7 20/24] alpha/PCI: Compute legacy size in pci_mmap_legacy_page_range()
` [PATCH v7 21/24] PCI/sysfs: Add __weak pci_legacy_has_sparse() helper
` [PATCH v7 22/24] PCI/sysfs: Convert legacy I/O and memory attributes to static definitions
` [PATCH v7 23/24] PCI/sysfs: Remove pci_create_legacy_files() and pci_sysfs_init()
` [PATCH v7 24/24] PCI/sysfs: Limit BAR resize attribute scope to platforms with PCI mmap

[PATCH 0/5] ibmvfc: make ibmvfc support FPIN messages
 2026-05-08 17:25 UTC  (19+ messages)
` [PATCH 1/5] ibmvfc: add basic FPIN support
` [PATCH 2/5] ibmvfc: Add NOOP command support
` [PATCH 3/5] ibmvfc: make ibmvfc login to fabric
` [PATCH 4/5] ibmvfc: use async sub-queue for FPIN messages
` [PATCH 5/5] ibmvfc: handle extended FPIN events

[PATCH v2] powerpc/pseries/iommu: export DMA window data to user space
 2026-05-08 17:04 UTC  (2+ messages)

[PATCH 00/15 v4] tick/sched: Refactor idle cputime accounting
 2026-05-08 13:16 UTC  (16+ messages)
` [PATCH 01/15] tick/sched: Fix TOCTOU in nohz idle time fetch
` [PATCH 02/15] sched/idle: Handle offlining first in idle loop
` [PATCH 03/15] sched/cputime: Remove superfluous and error prone kcpustat_field() parameter
` [PATCH 04/15] sched/cputime: Correctly support generic vtime idle time
` [PATCH 05/15] powerpc/time: Prepare to stop elapsing in dynticks-idle
` [PATCH 06/15] s390/time: "
` [PATCH 07/15] tick/sched: Unify idle cputime accounting
` [PATCH 08/15] tick/sched: Remove nohz disabled special case in cputime fetch
` [PATCH 09/15] tick/sched: Move dyntick-idle cputime accounting to cputime code
` [PATCH 10/15] tick/sched: Remove unused fields
` [PATCH 11/15] tick/sched: Account tickless idle cputime only when tick is stopped
` [PATCH 12/15] tick/sched: Consolidate idle time fetching APIs
` [PATCH 13/15] sched/cputime: Provide get_cpu_[idle|iowait]_time_us() off-case
` [PATCH 14/15] sched/cputime: Handle idle irqtime gracefully
` [PATCH 15/15] sched/cputime: Handle dyntick-idle steal time correctly

[PATCH] powerpc/hv-gpci: fix preempt count leak in sysfs show paths
 2026-05-08  4:12 UTC 

[powerpc:merge] BUILD SUCCESS 2e16485a3286c4e603873c40d13adc73bdbe3845
 2026-05-07 22:33 UTC 

[PATCH] powerpc/pseries/iommu: export DMA window data to user space
 2026-05-07 17:22 UTC  (3+ messages)

[PATCH v2 net] net: wan: fsl_ucc_hdlc: free tx_skbuff in uhdlc_memclean
 2026-05-07 15:35 UTC  (4+ messages)

[PATCH 0/6] KVM: PPC: Handle CPU compatibility mode for nested guests
 2026-05-07 15:20 UTC  (19+ messages)
` [PATCH 1/6] KVM: PPC: Book3S HV: Validate arch_compat against host compatibility mode
` [PATCH 2/6] KVM: PPC: Introduce KVM_CAP_PPC_COMPAT_CAPS and KVM_PPC_GET_COMPAT_CAPS
` [PATCH 3/6] KVM: PPC: Wire up KVM_PPC_GET_COMPAT_CAPS ioctl
` [PATCH 4/6] KVM: PPC: Book3S HV: Implement compat CPU capability retrieval for KVM on PowerVM
` [PATCH 5/6] KVM: PPC: Book3S HV: Add support for compat CPU capabilities for KVM on PowerNV
` [PATCH 6/6] KVM: PPC: Document KVM_PPC_GET_COMPAT_CAPS ioctl

[PATCH 0/3] MCE robustness fixes and LKDTM powerpc enhancements
 2026-05-07 13:36 UTC  (5+ messages)
` [PATCH 1/3] powerpc/time: remove preempt_disable/enable from arch_irq_work_raise()
` [PATCH 2/3] lkdtm/powerpc: add isync after slbmte to enforce SLB update ordering
` [PATCH 3/3] lkdtm/powerpc: add PPC_RADIX_TLBIEL test for radix MCE validation

[PATCH v5 net-next 00/15] Add preliminary NETC switch support for i.MX94
 2026-05-07 12:44 UTC  (24+ messages)
` [PATCH v5 net-next 02/15] dt-bindings: net: dsa: add NETC switch
` [PATCH v5 net-next 04/15] net: enetc: add basic operations to the FDB table
` [PATCH v5 net-next 06/15] net: enetc: add support for the "Update" operation to buffer pool table
` [PATCH v5 net-next 09/15] net: dsa: add NETC switch tag support
` [PATCH v5 net-next 10/15] net: dsa: netc: introduce NXP NETC switch driver for i.MX94
` [PATCH v5 net-next 11/15] net: dsa: netc: add phylink MAC operations
` [PATCH v5 net-next 12/15] net: dsa: netc: add FDB, STP, MTU, port setup and host flooding support
` [PATCH v5 net-next 13/15] net: dsa: netc: initialize buffer pool table and implement flow-control
` [PATCH v5 net-next 14/15] net: dsa: netc: add support for the standardized counters
` [PATCH v5 net-next 15/15] net: dsa: netc: add support for ethtool private statistics

[PATCH v3] powerpc/g5: Enable all windfarms by default
 2026-05-07 12:50 UTC  (8+ messages)

[PATCH v2] KVM: PPC: Book3S HV: Add H_FAC_UNAVAIL mapping for tracing exits
 2026-05-07  9:42 UTC  (3+ messages)

[PATCH v2 0/3] KVM: Fix and clean up kvm_vcpu_map[_readonly]() usages
 2026-05-07  8:18 UTC  (5+ messages)

[PATCH] powerpc/fadump: Add timeout to RTAS busy-wait loops
 2026-05-07  8:08 UTC  (8+ messages)
` [PATCH v2] "
  ` [PATCH v3] "

[PATCH V5 1/2] powerpc tools perf: Initialize error code in auxtrace_record_init function
 2026-05-07  6:13 UTC  (4+ messages)
` [PATCH V5 2/2] tools/perf: Add kernel-doc comment to auxtrace_record__init() function

[PATCH] powerpc/pseries/iommu: Add TCEs for 16GB pages when RAM is pre-mapped
 2026-05-07  4:44 UTC  (6+ messages)

powernv_rng_read: Oops: Kernel access of bad area, sig: 11 [#1]
 2026-05-07  2:40 UTC  (2+ messages)

[PATCH v4 0/3] ASoC: soc-core: Add core support for ignoring suspend on selected DAPM widgets
 2026-05-07  1:36 UTC  (4+ messages)
` [PATCH v4 1/3] ASoC: dapm: Fix widget lookup with prefixed names across DAPM contexts
` [PATCH v4 2/3] ASoC: soc-core: Add core support for ignoring suspend on selected DAPM widgets
` [PATCH v4 3/3] ASoC: fsl: imx-rpmsg: Switch to core ignore-suspend-widgets support

[PATCH net] net: wan: fsl_ucc_hdlc: return NETDEV_TX_OK if skb was freed
 2026-05-06 23:14 UTC  (4+ messages)

BUG: KASAN: null-ptr-deref in ar_context_release+0x3c/0x11c [firewire_ohci]
 2026-05-06 22:47 UTC  (2+ messages)

[PATCH 00/11] PCI: pci_resource_alignment() improvement + cleanups
 2026-05-06 18:14 UTC  (2+ messages)

[PATCH v6 24/24] PCI/sysfs: Limit BAR resize attribute scope to platforms with PCI mmap
 2026-05-06 17:48 UTC  (4+ messages)

[powerpc:fixes-test] BUILD SUCCESS f583bd5f64d40e083dde5bb22846c4d93e59d471
 2026-05-06 14:48 UTC 

[PATCH v1 0/6] objtool: Fixup alternate feature relative addresses
 2026-05-06 14:42 UTC  (17+ messages)
` [PATCH v1 1/6] objtool/powerpc: Add build-time fixup of alternate feature branch targets
` [PATCH v1 4/6] objtool/powerpc: Skip jump destination analysis and unnanotated intra-function call warnings for --ftr-fixup
` [PATCH v1 5/6] kbuild: Add objtool integration for PowerPC feature fixups
` [PATCH v1 6/6] powerpc: Enable build-time feature fixup processing by default

[PATCH] powerpc: fix dead default for GUEST_STATE_BUFFER_TEST
 2026-05-07 13:46 UTC  (4+ messages)

[PATCH V2] powerpc/text-patching: simplify the implementation of ppc_kallsyms_lookup_name()
 2026-05-06  8:44 UTC  (3+ messages)

[PATCH net] net: wan: fsl_ucc_hdlc: free tx_skbuff in uhdlc_memclean
 2026-05-06  8:27 UTC  (5+ messages)

[PATCH v2] lib/crypto: powerpc/md5: Drop powerpc optimized MD5 code
 2026-05-06  3:00 UTC 

[PATCH net] net: wan: fsl_ucc_hdlc: fix indentation error
 2026-05-05 23:48 UTC  (4+ messages)

[PATCH v6 04/24] PCI/sysfs: Use BAR length in pci_llseek_resource() when attr->size is zero
 2026-05-05 23:19 UTC  (3+ messages)

[PATCH] lib/crypto: powerpc/md5: Drop powerpc optimized MD5 code
 2026-05-05 17:14 UTC  (7+ messages)

[PATCH net] net: wan: fsl_uhdlc_hdlc: fix dma_rmb usage in hdlc_rx_done
 2026-05-05 10:11 UTC  (5+ messages)

[PATCH v5 00/14] module: Introduce hash-based integrity checking
 2026-05-05  9:05 UTC  (15+ messages)
` [PATCH v5 01/14] kbuild: generate module BTF based on vmlinux.unstripped
` [PATCH v5 02/14] lockdown: Make the relationship to MODULE_SIG a dependency
` [PATCH v5 03/14] kbuild: rename the strip_relocs command
` [PATCH v5 04/14] module: Drop pointless debugging message
` [PATCH v5 05/14] module: Make mod_verify_sig() static
` [PATCH v5 06/14] module: Switch load_info::len to size_t
` [PATCH v5 07/14] module: Make module authentication usable without MODULE_SIG
` [PATCH v5 08/14] module: Move authentication logic into dedicated new file
` [PATCH v5 09/14] module: Move signature type check out of mod_check_sig()
` [PATCH v5 10/14] module: Prepare for additional module authentication mechanisms
` [PATCH v5 11/14] module: update timestamp of modules.order after modules are built
` [PATCH v5 12/14] module: Introduce hash-based integrity checking
` [PATCH v5 13/14] kbuild: move handling of module stripping to Makefile.lib
` [PATCH v5 14/14] kbuild: make CONFIG_MODULE_HASHES compatible with module stripping


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox