messages from 2025-08-27 18:56:55 to 2025-09-01 20:20:23 UTC [more...]
[PATCH 0/6] Curve25519 cleanup
2025-09-01 20:18 UTC (3+ messages)
` [PATCH 3/6] lib/crypto: tests: Add Curve25519 benchmark
` [PATCH 4/6] lib/crypto: curve25519: Move a couple functions out-of-line
[PATCH v5 0/7] Add support of IRQs to QUICC ENGINE GPIOs
2025-09-01 12:05 UTC (6+ messages)
` [PATCH v5 2/7] soc: fsl: qe: Change GPIO driver to a proper platform driver
` [PATCH v5 3/7] soc: fsl: qe: Drop legacy-of-mm-gpiochip.h header from GPIO driver
` [PATCH v5 4/7] soc: fsl: qe: Add support of IRQ in QE GPIO
` [PATCH v5 5/7] dt-bindings: soc: fsl: qe: Add an interrupt controller for QUICC Engine Ports
` [PATCH v5 6/7] dt-bindings: soc: fsl: qe: Convert QE GPIO to DT schema
[PATCH v7 0/8] sched/fair: Get rid of sched_domains_curr_level hack for tl->cpumask()
2025-09-01 17:06 UTC (22+ messages)
` [PATCH v7 1/8] "
` [PATCH v7 2/8] powerpc/smp: Rename cpu_corgroup_* to cpu_corgrp_*
` [PATCH v7 4/8] powerpc/smp: Introduce CONFIG_SCHED_MC to guard MC scheduling bits
[PATCH] PCI/AER: Print TLP Log for errors introduced since PCIe r1.1
2025-09-01 15:20 UTC (2+ messages)
[PATCH v3 00/12] cpufreq: use __free() for all cpufreq_cpu_get() references
2025-09-01 15:17 UTC (14+ messages)
` [PATCH v3 01/12] arm64: topology: Use scope-based cleanup helper
` [PATCH v3 02/12] ACPI: processor: thermal: "
` [PATCH v3 03/12] cpufreq: intel_pstate: "
` [PATCH v3 04/12] cpufreq: longhaul: "
` [PATCH v3 05/12] cpufreq: powernv: "
` [PATCH v3 06/12] PM / devfreq: "
` [PATCH v3 07/12] drm/i915: "
` [PATCH v3 08/12] cpufreq: powerpc: macintosh: "
` [PATCH v3 09/12] powercap: dtpm_cpu: "
` [PATCH v3 10/12] thermal: imx: "
` [PATCH v3 11/12] thermal/drivers/ti-soc-thermal: "
` [PATCH v3 12/12] PM: EM: "
[PATCH v2 0/4] nios2: Add architecture support for clone3
2025-09-01 13:51 UTC (16+ messages)
` [PATCH v2 1/4] copy_sighand: Handle architectures where sizeof(unsigned long) < sizeof(u64)
` [PATCH v2 2/4] copy_process: pass clone_flags as u64 across calltree
` [PATCH v2 3/4] arch: copy_thread: pass clone_flags as u64
` [PATCH v2 4/4] nios2: implement architecture-specific portion of sys_clone3
[PATCH] powerpc/32: Restore clearing of MSR[RI] in interrupt_exit_kernel_prepare()
2025-09-01 10:37 UTC
[PATCH] powerpc/pasemi: Add a null pointer check to the pas_setup_mce_regs
2025-09-01 9:10 UTC (2+ messages)
[PATCH] powerpc/83xx: Add a null pointer check to mcu_gpiochip_add
2025-09-01 8:59 UTC (2+ messages)
[PATCH 00/24] PCI: Bridge window selection improvements
2025-09-01 8:38 UTC (7+ messages)
` [PATCH 03/24] MIPS: PCI: Use pci_enable_resources()
[PATCH v2 5/7] powerpc: Stop calling page_address() in free_pages()
2025-09-01 3:47 UTC
[PATCH v4 00/16] dma-mapping: migrate to physical address-based API
2025-08-31 13:12 UTC (34+ messages)
` [PATCH v4 01/16] dma-mapping: introduce new DMA attribute to indicate MMIO memory
` [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 15/16] block-dma: properly take MMIO path
[PATCH 0/8] powerpc/book3s64: Hash / SLB fixes & improvements
2025-08-30 10:11 UTC (19+ messages)
` [RFC 1/8] powerpc/mm: Fix SLB multihit issue during SLB preload
` [RFC 2/8] book3s64/hash: Restrict stress_hpt_struct memblock region to within RMA limit
` [RFC 3/8] book3s64/hash: Fix phys_addr_t printf format in htab_initialize()
` [RFC 4/8] powerpc/ptdump/64: Fix kernel_hash_pagetable dump for ISA v3.00 HPTE format
` [RFC 5/8] powerpc/ptdump: Dump PXX level info for kernel_page_tables
` [RFC 6/8] powerpc/book3s64/slb: Make preload_add return type as void
` [RFC 7/8] powerpc/book3s64/slb: Add no_slb_preload early cmdline param
` [RFC 8/8] powerpc/book3s64/slb: Add slb faults to vmstat
[PATCH 0/4] PCI: Update error recovery documentation
2025-08-30 8:12 UTC (8+ messages)
` [PATCH 1/4] PCI/AER: Sync documentation with code
` [PATCH 2/4] PCI/ERR: "
` [PATCH 3/4] PCI/ERR: Amend documentation with DPC and AER specifics
` [PATCH 4/4] PCI/ERR: Tidy documentation's PCIe nomenclature
[PATCH v4 0/9] powerpc/pseries: Add hypervisor pipe (HVPIPE) suport
2025-08-30 6:03 UTC (10+ messages)
` [PATCH v4 1/9] powerpc/pseries: Define papr-hvpipe ioctl
` [PATCH v4 2/9] powerpc/pseries: Define HVPIPE specific macros
` [PATCH v4 3/9] powerpc/pseries: Add papr-hvpipe char driver for HVPIPE interfaces
` [PATCH v4 4/9] powerpc/pseries: Send payload with ibm,send-hvpipe-msg RTAS
` [PATCH v4 5/9] powerpc/pseries: Receive payload with ibm,receive-hvpipe-msg RTAS
` [PATCH v4 6/9] powerpc/pseries: Wakeup hvpipe FD when the payload is pending
` [PATCH v4 7/9] powerpc/pseries: Enable HVPIPE event message interrupt
` [PATCH v4 8/9] powerpc/pseries: Enable hvpipe with ibm,set-system-parameter RTAS
` [PATCH v4 9/9] powerpc/pseries: HVPIPE changes to support migration
[PATCH 01/02] scripts/gdb/cpus: Add support for get_current_task for powerpc book3s64
2025-08-30 3:45 UTC (2+ messages)
` [PATCH 02/02] scripts/gdb/mm: Add support "
[PATCH v6 0/4] PCI: Add support for resetting the Root Ports in a platform specific way
2025-08-29 23:58 UTC (12+ messages)
` [PATCH v6 2/4] PCI: host-common: Add link down handling for Root Ports
[PATCH v2 00/12] Bump minimum supported version of LLVM for building the kernel to 15.0.0
2025-08-29 22:33 UTC (2+ messages)
[PATCH v5 2/2] PCI/AER: Print UNCOR_STATUS bits that might be ANFE
2025-08-29 21:18 UTC (2+ messages)
[PATCH v3 0/9] powerpc/pseries: Add hypervisor pipe (HVPIPE) suport
2025-08-29 19:59 UTC (19+ messages)
` [PATCH v3 1/9] powerpc/pseries: Define papr-hvpipe ioctl
` [PATCH v3 2/9] powerpc/pseries: Define HVPIPE specific macros
` [PATCH v3 3/9] powerpc/pseries: Add papr-hvpipe char driver for HVPIPE interfaces
` [PATCH v3 4/9] powerpc/pseries: Send payload with ibm,send-hvpipe-msg RTAS
` [PATCH v3 5/9] powerpc/pseries: Receive payload with ibm,receive-hvpipe-msg RTAS
` [PATCH v3 6/9] powerpc/pseries: Wakeup hvpipe FD when the payload is pending
` [PATCH v3 7/9] powerpc/pseries: Enable HVPIPE event message interrupt
` [PATCH v3 8/9] powerpc/pseries: Enable hvpipe with ibm,set-system-parameter RTAS
` [PATCH v3 9/9] powerpc/pseries: HVPIPE changes to support migration
[bpf-next v2 0/5] powerpc64/bpf: Add support for bpf arena and arena atomics
2025-08-29 16:51 UTC (6+ messages)
` [PATCH bpf-next v2 1/5] powerpc64/bpf: Implement PROBE_MEM32 pseudo instructions
` [PATCH bpf-next v2 2/5] powerpc64/bpf: Implement bpf_addr_space_cast instruction
` [PATCH bpf-next v2 3/5] powerpc64/bpf: Introduce bpf_jit_emit_atomic_ops() to emit atomic instructions
` [PATCH bpf-next v2 4/5] powerpc64/bpf: Implement PROBE_ATOMIC instructions
` [PATCH bpf-next v2 5/5] selftests/bpf: Fix arena_spin_lock selftest failure
[GIT PULL] Please pull powerpc/linux.git powerpc-6.17-3 tag
2025-08-29 16:39 UTC (2+ messages)
[PATCH v3 0/6] Add support of IRQs to QUICC ENGINE GPIOs
2025-08-29 10:51 UTC (10+ messages)
` [PATCH v3 5/6] dt-bindings: soc: fsl: qe: Add support of IRQ in QE GPIO
[PATCH 00/14] Add interface to expose vpa dtl counters via perf
2025-08-29 8:35 UTC (13+ messages)
` [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 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] powerpc/pasemi: Fix PCI device reference leak on error path
2025-08-29 6:34 UTC
[PATCH v2 00/18] cpufreq: use __free() for all cpufreq_cpu_get() references
2025-08-29 6:32 UTC (24+ messages)
` [PATCH v2 01/18] arm64: topology: Use __free(put_cpufreq_policy) for policy reference
` [PATCH v2 02/18] KVM: x86: "
` [PATCH v2 03/18] ACPI: processor: thermal: "
` [PATCH v2 04/18] cpufreq: brcmstb-avs-cpufreq: "
` [PATCH v2 05/18] cpufreq: CPPC: "
` [PATCH v2 08/18] cpufreq: mediatek: "
` [PATCH v2 10/18] cpufreq: s5pv210: "
` [PATCH v2 11/18] cpufreq: tegra186: "
[PATCH] powerpc/tools: drop `-o pipefail` in gcc check scripts
2025-08-28 13:32 UTC (2+ messages)
[PATCH 01/14] perf test: Fix a build error in x86 topdown test
2025-08-28 8:24 UTC
[PATCH] defconfig: cleanup orphaned CONFIG_SCHED_DEBUG
2025-08-28 10:38 UTC
[PATCH -resend] powerpc: Use dev_fwnode()
2025-08-28 6:32 UTC (2+ messages)
[PATCH] powerpc/64: Drop unnecessary 'rc' variable
2025-08-28 6:33 UTC (2+ messages)
[PATCH] powerpc: use always-y instead of extra-y in Makefiles
2025-08-28 6:33 UTC (2+ messages)
[PATCH] powerpc: unify two CONFIG_POWERPC64_CPU entries in the same choice block
2025-08-28 6:33 UTC (2+ messages)
[PATCH v2 1/4] powerpc/kvm: Fix ifdef to remove build warning
2025-08-28 6:33 UTC (2+ messages)
[PATCH] KVM: PPC: Fix misleading interrupts comment in kvmppc_prepare_to_enter()
2025-08-28 6:32 UTC (2+ messages)
[PATCH] PCI/AER: Support errors introduced by PCIe r6.0
2025-08-28 6:24 UTC (5+ messages)
[PATCH] powerpc/powernv: Rename pe_level_printk to pe_printk and embed KERN_LEVEL in format
2025-08-28 4:50 UTC (4+ messages)
[PATCH v5 0/2] PCI/AER: Handle Advisory Non-Fatal error
2025-08-28 1:00 UTC (2+ messages)
[PATCH v2 0/9] powerpc/pseries: Add hypervisor pipe (HVPIPE) suport
2025-08-27 18:56 UTC (4+ messages)
` [PATCH v2 3/9] powerpc/pseries: Add papr-hvpipe char driver for HVPIPE interfaces
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).