public inbox for linuxppc-dev@ozlabs.org
 help / color / mirror / Atom feed
 messages from 2026-04-15 11:14:50 to 2026-04-22 16:16:45 UTC [more...]

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

[PATCH net-deletions v2] net: remove unused ATM protocols and legacy ATM device drivers
 2026-04-22 13:17 UTC  (5+ messages)

New warning in linus/master
 2026-04-22  9:09 UTC  (8+ messages)

[PATCH v2] powerpc/pseries/papr-hvpipe: fix NULL dereference in handle creation
 2026-04-22  8:54 UTC  (3+ messages)

[PATCH v4 0/5] mm: Fix vmemmap optimization accounting and initialization
 2026-04-22  8:14 UTC  (6+ messages)
` [PATCH v4 1/5] mm/sparse-vmemmap: Fix vmemmap accounting underflow
` [PATCH v4 2/5] mm/sparse-vmemmap: Pass @pgmap argument to memory deactivation paths
` [PATCH v4 3/5] mm/sparse-vmemmap: Fix DAX vmemmap accounting with optimization
` [PATCH v4 4/5] mm/mm_init: Fix pageblock migratetype for ZONE_DEVICE compound pages
` [PATCH v4 5/5] mm/mm_init: Fix uninitialized struct pages for ZONE_DEVICE

[PATCH V11 0/4] Rust support for powerpc
 2026-04-22  8:01 UTC  (26+ messages)
` [PATCH V11 1/4] rust: Fix "multiple candidates for rmeta dependency core" error
` [PATCH V11 2/4] powerpc/jump_label: adjust inline asm to be consistent
` [PATCH V11 3/4] rust: Add PowerPC support
` [PATCH V11 4/4] powerpc: Enable Rust for ppc64le

[PATCH 0/2] powerpc: Fix a whole bunch of spelling mistakes
 2026-04-22  7:13 UTC  (9+ messages)
` [PATCH 1/2] powerpc: Add a typos.toml file
` [PATCH 2/2] powerpc: Run typos -w

[PATCH] powerpc/pseries/lparcfg: size the scratch buffer to the system parameter payload
 2026-04-22  4:49 UTC  (2+ messages)

[PATCH v2 0/3] KVM: Fix and clean up kvm_vcpu_map[_readonly]() usages
 2026-04-22  0:27 UTC  (12+ messages)
` [PATCH v2 1/3] KVM: Fix kvm_vcpu_map[_readonly]() function prototypes
` [PATCH v2 2/3] KVM: Move page mapping/unmapping APIs in kvm_host.h
` [PATCH v2 3/3] KVM: Take gpa_t in kvm_vcpu_map[_readonly]()

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

[PATCH] powerpc/perf: Update check for PERF_SAMPLE_DATA_SRC marked events
 2026-04-21 15:06 UTC 

[PATCH] ASoC: fsl_micfil: Add DC output remover control
 2026-04-21 13:00 UTC  (4+ messages)

[PATCH V12 0/4] Rust support for powerpc
 2026-04-21 12:09 UTC  (5+ messages)
` [PATCH V12 1/4] rust: Fix "multiple candidates for rmeta dependency core" error
` [PATCH V12 2/4] powerpc/jump_label: adjust inline asm to be consistent
` [PATCH V12 3/4] rust: Add PowerPC support
` [PATCH V12 4/4] powerpc: Enable Rust for ppc64le

[PATCH net-deletions] net: remove unused ATM protocols and legacy ATM device drivers
 2026-04-21 12:06 UTC  (5+ messages)

[patch 00/38] treewide: Cleanup LATCH, CLOCK_TICK_RATE and get_cycles() [ab]use
 2026-04-21 11:22 UTC  (18+ messages)
` [patch 05/38] treewide: Remove CLOCK_TICK_RATE
` [patch 07/38] treewide: Consolidate cycles_t
` [patch 18/38] lib/tests: Replace get_cycles() with ktime_get()
` [patch 27/38] m68k: Select ARCH_HAS_RANDOM_ENTROPY
` [patch 32/38] powerpc/spufs: Use mftb() directly
` [patch 33/38] powerpc: Select ARCH_HAS_RANDOM_ENTROPY
` [patch 35/38] s390: "

[PATCH v3 0/4] mm: Fix vmemmap optimization accounting and initialization
 2026-04-21  9:31 UTC  (13+ messages)
` [PATCH v3 1/4] mm/sparse-vmemmap: Fix vmemmap accounting underflow
` [PATCH v3 2/4] mm/sparse-vmemmap: Pass @pgmap argument to memory deactivation paths
` [PATCH v3 3/4] mm/sparse-vmemmap: Fix DAX vmemmap accounting with optimization
` [PATCH v3 4/4] mm/mm_init: Fix pageblock migratetype for ZONE_DEVICE compound pages

[PATCH] powerpc/8xx: Fix interrupt mask in cpm1_gpiochip_add16()
 2026-04-21  6:26 UTC 

[PATCH AUTOSEL 7.0-5.10] ALSA: aoa/tas: Fix OF node leak on probe failure
 2026-04-20 13:19 UTC  (3+ messages)
` [PATCH AUTOSEL 7.0-6.18] powerpc/64s: Fix _HPAGE_CHG_MASK to include _PAGE_SPECIAL bit
` [PATCH AUTOSEL 7.0-6.12] PCI/DPC: Hold pci_dev reference during error recovery

[PATCH AUTOSEL 7.0-5.10] ALSA: aoa/onyx: Fix OF node leak on probe failure
 2026-04-20 13:08 UTC 

[PATCH v4 00/24] PCI: Convert all dynamic sysfs attributes to static
 2026-04-20  9:47 UTC  (14+ messages)
` [PATCH v4 07/24] PCI/sysfs: Convert PCI resource files to static attributes
` [PATCH v4 12/24] alpha/PCI: Use BAR index in sysfs attr->private instead of resource pointer
` [PATCH v4 13/24] alpha/PCI: Use PCI resource accessor macros
` [PATCH v4 20/24] PCI: Add macros for legacy I/O and memory address space sizes

[PATCH] powerpc/pseries/papr-hvpipe: fix NULL dereference in handle creation
 2026-04-20  9:44 UTC  (2+ messages)

[PATCH v5 00/14] selftests/mm: fix failures and robustness improvements
 2026-04-20  7:26 UTC  (3+ messages)
` [PATCH v5 13/14] selftests/mm: move hwpoison setup into run_test() and silence modprobe output for memory-failure category

[PATCH net v2] ibmveth: Disable GSO for packets with small MSS
 2026-04-20  0:12 UTC  (3+ messages)

[PATCH] powerpc/fadump: Add timeout to RTAS busy-wait loops
 2026-04-19  6:50 UTC  (2+ messages)
` [PATCH v2] "

[PATCH] powerpc/prom: Remove redundant early_init_dt_scan_root() call
 2026-04-18  9:12 UTC 

[PATCH v2 0/3] ASoC: soc-core: Add core support for ignoring suspend on selected DAPM widgets
 2026-04-17 11:14 UTC  (5+ messages)
` [PATCH v2 1/3] ASoC: dapm: Fix widget lookup with prefixed names across DAPM contexts
` [PATCH v2 2/3] ASoC: soc-core: Add core support for ignoring suspend on selected DAPM widgets

[PATCH] powerpc/fadump: reject empty bootargs_append writes
 2026-04-17  9:30 UTC  (3+ messages)

[PATCH] powerpc/perf/hv-gpci: bound sysfs formatting with sysfs_emit_at()
 2026-04-17  7:58 UTC  (2+ messages)

[PATCH] powerpc/eeh: NUL-terminate debugfs command buffers before sscanf()
 2026-04-17  7:52 UTC 

[PATCH] powerpc/powernv: allocate sensor group names to fit the OF node name
 2026-04-17  7:45 UTC 

[PATCH v2 net 0/2] net: enetc: fix command BD ring issues
 2026-04-17  2:40 UTC  (2+ messages)

[PATCH] powerpc/vdso: Drop -DCC_USING_PATCHABLE_FUNCTION_ENTRY from 32-bit flags with clang
 2026-04-16 23:37 UTC  (2+ messages)

[PATCH net] ibmveth: Disable GSO for packets with small MSS
 2026-04-16 19:11 UTC 

[PATCH v2 0/6] mm: Fix vmemmap optimization accounting and initialization
 2026-04-16 17:20 UTC  (16+ messages)
` [PATCH v2 1/6] mm/sparse-vmemmap: Fix vmemmap accounting underflow
` [PATCH v2 2/6] mm/sparse-vmemmap: Pass @pgmap argument to memory deactivation paths
` [PATCH v2 3/6] mm/sparse-vmemmap: Fix DAX vmemmap accounting with optimization
` [PATCH v2 4/6] mm/sparse-vmemmap: Pass @pgmap argument to arch vmemmap_populate()
` [PATCH v2 5/6] mm/sparse-vmemmap: Fix missing architecture-specific page table sync
` [PATCH v2 6/6] mm/mm_init: Fix pageblock migratetype for ZONE_DEVICE compound pages

[PATCH v2] perf dso: Fix kallsyms DSO detection with fallback logic
 2026-04-16  9:16 UTC 

[PATCH v2 1/2] ASoC: dt-bindings: fsl-sai: Document RX/TX BCLK swap support
 2026-04-15 21:51 UTC  (2+ messages)

[PATCH] macintosh: windfarm_core: fix reference leak on failed device registration
 2026-04-15 14:46 UTC 

[PATCH] macintosh: adb: fix reference leak on failed platform device registration
 2026-04-15 14:37 UTC 

[PATCH v1] Bluetooth: btintel_pcie:Support Product level reset
 2026-04-15  7:05 UTC 

[PATCH 00/49] mm: Generalize vmemmap optimization for DAX and HugeTLB
 2026-04-15 11:22 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