messages from 2025-09-02 14:34:57 to 2025-09-06 10:08:09 UTC [more...]
[PATCH 0/2] powerpc: Fix integer underflow & leak
2025-09-06 10:07 UTC (2+ messages)
[PATCH v3 0/2] powerpc: Replace __ASSEMBLY__ with __ASSEMBLER__ in header files
2025-09-06 10:07 UTC (2+ messages)
[PATCH] powerpc/xmon: replace sizeof calculations with ARRAY_SIZE macro
2025-09-06 10:07 UTC (2+ messages)
[PATCH v2] kbuild: Add missing $(objtree) prefix to powerpc crtsavres.o artifact
2025-09-06 10:07 UTC (2+ messages)
[PATCH] powerpc/qspinlock: Add spinlock contention tracepoint
2025-09-06 10:07 UTC (3+ messages)
` [PATCH v2] "
[PATCH RFC] powerpc: Panic on jump label code patching failure
2025-09-06 6:42 UTC (4+ messages)
[PATCH v5 0/6] cpufreq: use __free() for all cpufreq_cpu_get() references
2025-09-05 20:17 UTC (12+ messages)
` [PATCH v5 1/6] arm64: topology: Use scope-based cleanup helper
` [PATCH v5 2/6] ACPI: processor: thermal: "
` [PATCH v5 3/6] cpufreq: intel_pstate: "
` [PATCH v5 4/6] PM / devfreq: "
` [PATCH v5 5/6] drm/i915: "
` [PATCH v5 6/6] PM: EM: "
[PATCH v3 0/7] Cleanup free_pages() misuse
2025-09-05 18:02 UTC (16+ messages)
` [PATCH v3 1/7] mm/page_alloc: Add kernel-docs for free_pages()
` [PATCH v3 2/7] aoe: Stop calling page_address() in free_page()
` [PATCH v3 3/7] x86: Stop calling page_address() in free_pages()
` [PATCH v3 4/7] riscv: "
` [PATCH v3 5/7] powerpc: "
` [PATCH v3 6/7] arm64: "
` [PATCH v3 7/7] virtio_balloon: "
[PATCH v4 00/16] dma-mapping: migrate to physical address-based API
2025-09-05 17:43 UTC (11+ messages)
` [PATCH v4 14/16] block-dma: migrate to dma_map_phys instead of map_page
` [PATCH v4 03/16] dma-debug: refactor to use physical addresses for page mapping
[PATCH v5 00/16] dma-mapping: migrate to physical address-based API
2025-09-05 16:50 UTC (19+ messages)
` [PATCH v5 01/16] dma-mapping: introduce new DMA attribute to indicate MMIO memory
` [PATCH v5 02/16] iommu/dma: implement DMA_ATTR_MMIO for dma_iova_link()
` [PATCH v5 03/16] dma-debug: refactor to use physical addresses for page mapping
` [PATCH v5 04/16] dma-mapping: rename trace_dma_*map_page to trace_dma_*map_phys
` [PATCH v5 05/16] iommu/dma: rename iommu_dma_*map_page to iommu_dma_*map_phys
` [PATCH v5 06/16] iommu/dma: implement DMA_ATTR_MMIO for iommu_dma_(un)map_phys()
` [PATCH v5 07/16] dma-mapping: convert dma_direct_*map_page to be phys_addr_t based
` [PATCH v5 08/16] kmsan: convert kmsan_handle_dma to use physical addresses
` [PATCH v5 09/16] dma-mapping: implement DMA_ATTR_MMIO for dma_(un)map_page_attrs()
` [PATCH v5 10/16] xen: swiotlb: Open code map_resource callback
` [PATCH v5 11/16] dma-mapping: export new dma_*map_phys() interface
` [PATCH v5 12/16] mm/hmm: migrate to physical address-based DMA mapping API
` [PATCH v5 13/16] mm/hmm: properly take MMIO path
` [PATCH v5 14/16] block-dma: migrate to dma_map_phys instead of map_page
` [PATCH v5 15/16] block-dma: properly take MMIO path
` [PATCH v5 16/16] nvme-pci: unmap MMIO pages with appropriate interface
[PATCH 0/7] Nesting support for lazy MMU mode
2025-09-05 15:52 UTC (22+ messages)
` [PATCH 1/7] mm: remove arch_flush_lazy_mmu_mode()
` [PATCH 2/7] mm: introduce local state for lazy_mmu sections
` [PATCH 3/7] arm64: mm: fully support nested "
` [PATCH 4/7] x86/xen: support nested lazy_mmu sections (again)
` [PATCH 5/7] powerpc/mm: support nested lazy_mmu sections
` [PATCH 6/7] sparc/mm: "
` [PATCH 7/7] mm: update lazy_mmu documentation
Kernel v6.17-rc4 with STATIC_CALL_SELFTEST=y enabled fails to boot at early stage (PowerMac G4 DP)
2025-09-05 14:30 UTC (15+ messages)
` [PATCH] powerpc/32: Remove PAGE_KERNEL_TEXT to fix startup failure
[PATCH v4 00/10] cpufreq: use __free() for all cpufreq_cpu_get() references
2025-09-05 10:21 UTC (33+ messages)
` [PATCH v4 01/10] arm64: topology: Use scope-based cleanup helper
` [PATCH v4 02/10] ACPI: processor: thermal: "
` [PATCH v4 03/10] cpufreq: intel_pstate: "
` [PATCH v4 04/10] cpufreq: powernv: "
` [PATCH v4 05/10] PM / devfreq: "
` [PATCH v4 06/10] drm/i915: "
` [PATCH v4 07/10] powercap: dtpm_cpu: "
` [PATCH v4 08/10] thermal: imx: "
` [PATCH v4 09/10] thermal/drivers/ti-soc-thermal: "
` [PATCH v4 10/10] PM: EM: "
[PATCH] tty: remove redundant condition checks
2025-09-05 9:49 UTC (2+ messages)
[linux-next20250903] Kernel OOPs at perf_callchain_user
2025-09-05 4:44 UTC
[PATCH v2 net-next 0/3] ptp: add pulse signal loopback support for debugging
2025-09-05 3:07 UTC (4+ messages)
` [PATCH v2 net-next 1/3] ptp: add debugfs interfaces to loop back the periodic output signal
` [PATCH v2 net-next 2/3] ptp: netc: add the periodic output signal loopback support
` [PATCH v2 net-next 3/3] ptp: qoriq: convert to use generic interfaces to set loopback mode
[PATCH net-next 0/3] ptp: add pulse signal loopback support for debugging
2025-09-05 2:25 UTC (14+ messages)
` [PATCH net-next 1/3] ptp: add debugfs interfaces to loop back the periodic output signal
` [PATCH net-next 2/3] ptp: netc: add the periodic output signal loopback support
` [PATCH net-next 3/3] ptp: qoriq: covert to use generic interfaces to set loopback mode
[PATCH] PCI/AER: Fix NULL pointer access by aer_info
2025-09-04 18:25 UTC
[patch V2 06/37] rseq: Simplify the event notification
2025-09-04 17:19 UTC
[PATCH 5.4 only v2] powerpc: boot: Remove leading zero in label in udelay()
2025-09-04 16:05 UTC (3+ messages)
` Patch "powerpc: boot: Remove leading zero in label in udelay()" has been added to the 5.4-stable tree
[PATCH] PCI/AER: Print TLP Log for errors introduced since PCIe r1.1
2025-09-04 15:09 UTC (3+ messages)
[PATCH v6 0/4] PCI: Add support for resetting the Root Ports in a platform specific way
2025-09-04 14:03 UTC (7+ messages)
[PATCH] selftests/powerpc/pmu/: Add check_extended_reg_test to .gitignore
2025-09-04 12:44 UTC
[bpf-next v2 0/5] powerpc64/bpf: Add support for bpf arena and arena atomics
2025-09-04 10:34 UTC (8+ messages)
` [PATCH bpf-next v2 1/5] powerpc64/bpf: Implement PROBE_MEM32 pseudo instructions
` [PATCH bpf-next v2 5/5] selftests/bpf: Fix arena_spin_lock selftest failure
[PATCH bpf-next v3 0/4] powerpc64/bpf: Add support for bpf arena and arena atomics
2025-09-04 10:08 UTC (5+ messages)
` [PATCH bpf-next v3 1/4] powerpc64/bpf: Implement PROBE_MEM32 pseudo instructions
` [PATCH bpf-next v3 2/4] powerpc64/bpf: Implement bpf_addr_space_cast instruction
` [PATCH bpf-next v3 3/4] powerpc64/bpf: Introduce bpf_jit_emit_atomic_ops() to emit atomic instructions
` [PATCH bpf-next v3 4/4] powerpc64/bpf: Implement PROBE_ATOMIC instructions
[PATCH 0/6] Curve25519 cleanup
2025-09-04 8:10 UTC (5+ messages)
` [PATCH 1/6] crypto: curve25519 - Remove kpp support
` [PATCH 5/6] lib/crypto: curve25519: Consolidate into single module
[PATCH 00/14] Add interface to expose vpa dtl counters via perf
2025-09-04 7:25 UTC (4+ messages)
` [PATCH 02/14] powerpc/vpa_dtl: "
[PATCH] powerpc64/modules: fix ool-ftrace-stub vs. livepatch relocation corruption
2025-09-04 2:37 UTC (2+ messages)
[PATCH v6 0/2] kasan: unify kasan_enabled() and remove arch-specific implementations
2025-09-04 0:24 UTC (5+ messages)
` [PATCH v6 1/2] kasan: introduce ARCH_DEFER_KASAN and unify static key across modes
[PATCH 5.4 only] powerpc: boot: Remove unnecessary zero in label in udelay()
2025-09-03 21:19 UTC (4+ messages)
[PATCH v2 0/3] powerpc: Cleanup and convert to MSI parent domain
2025-09-03 14:07 UTC (2+ messages)
[PATCH v3 00/12] cpufreq: use __free() for all cpufreq_cpu_get() references
2025-09-03 11:43 UTC (19+ messages)
` [PATCH v3 02/12] ACPI: processor: thermal: Use scope-based cleanup helper
` [PATCH v3 03/12] cpufreq: intel_pstate: "
` [PATCH v3 04/12] cpufreq: longhaul: "
` [PATCH v3 08/12] cpufreq: powerpc: macintosh: "
` [PATCH v3 09/12] powercap: dtpm_cpu: "
` [PATCH v3 12/12] PM: EM: "
[PATCH] powerpc/32: Restore clearing of MSR[RI] in interrupt_exit_kernel_prepare()
2025-09-03 9:28 UTC (2+ messages)
[PATCH v5 0/7] Add support of IRQs to QUICC ENGINE GPIOs
2025-09-03 4:58 UTC (4+ messages)
` [PATCH v5 6/7] dt-bindings: soc: fsl: qe: Convert QE GPIO to DT schema
next-20250901 drivers bluetooth bpa10x.c:77:33: error: array type has incomplete element type 'struct h4_recv_pkt'
2025-09-02 14:56 UTC (2+ messages)
[PATCH] powerpc/pasemi: Fix PCI device reference leak on error path
2025-09-02 14:34 UTC (2+ messages)
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).