LinuxPPC-Dev Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-07-06 12:46:58 to 2026-07-08 14:34:30 UTC [more...]

[PATCH v2 0/4] powerpc/kdump: Support high crashkernel reservation
 2026-07-08 14:33 UTC  (3+ messages)
` [PATCH v2 1/4] powerpc/mmu: do MMU type discovery before "
` [PATCH v2 2/4] powerpc: move to 64-bit RTAS

[PATCH] powerpc/configs: enable CONFIG_RAS to fix EDAC support
 2026-07-08 14:27 UTC 

[patch 00/18] entry: Consolidate and rework syscall entry handling
 2026-07-08 14:07 UTC  (25+ messages)
` [patch 01/18] powerpc: Move stack randomization after syscall_enter_from_user_mode()
` [patch 02/18] randomize_kstack: Provide add_random_kstack_offset_irqsoff()
` [patch 03/18] entry: Provide [syscall_]enter_from_user_mode_randomize_stack()
` [patch 04/18] loongarch/syscall: Use syscall_enter_from_user_mode_randomize_stack()
` [patch 05/18] powerpc/syscall: "
` [patch 06/18] riscv/syscall: "
` [patch 07/18] s390/syscall: Use enter_from_user_mode_randomize_stack()
` [patch 08/18] x86/syscall: Use [syscall_]enter_from_user_mode_randomize_stack()
` [patch 09/18] entry: Remove syscall_enter_from_user_mode()
` [patch 10/18] entry: Use syscall number instead of rereading it
` [patch 11/18] seccomp, treewide: Rename and convert __secure_computing() to return boolean
` [patch 12/18] ptrace, treewide: Rename ptrace_report_syscall_entry() to ptrace_report_syscall_permit_entry()
` [patch 13/18] entry: Make trace_syscall_enter() return type bool
` [patch 14/18] entry: Make return type of syscall_trace_enter() bool
` [patch 15/18] x86/entry: Make syscall functions static
` [patch 16/18] x86/entry: Get rid of the sys_ni_syscall() indirection
` [patch 17/18] x86/entry: Simplify the syscall number logic
` [patch 18/18] entry, treewide: Make syscall_enter_from_user_mode[_work]() indicate syscall execution

[PATCH v3 0/3] selftests/mm: avoid false failures in hugetlb and KSM tests
 2026-07-08 13:55 UTC  (7+ messages)
` [PATCH v3 1/3] selftests/mm: handle EINVAL when configuring gigantic hugepages
` [PATCH v3 2/3] selftests/mm: fix ksm NUMA merge test for systems with memoryless NUMA nodes
` [PATCH v3 3/3] selftests/mm: fix ternary operator precedence in ksm_tests

[PATCH v7 00/22] dma-mapping: Track shared DMA state through direct, pool and swiotlb paths
 2026-07-08 12:11 UTC  (9+ messages)
` [PATCH v7 08/22] coco: arm64: s390: powerpc: Mark secure guests with CC_ATTR_GUEST_MEM_ENCRYPT
` [PATCH v7 16/22] dma-direct: make dma_direct_map_phys() honor DMA_ATTR_CC_SHARED

[PATCH v4] perf dso: Fix kallsyms DSO detection with fallback logic
 2026-07-08 11:26 UTC 

[PATCH v3 00/20] driver core: count references of the platform device's fwnode, not OF node
 2026-07-08 11:11 UTC  (15+ messages)
` [PATCH v3 02/20] driver core: platform: provide platform_device_set_of_node()
` [PATCH v3 05/20] driver core: update kerneldoc for platform_device_alloc()
` [PATCH v3 09/20] iommu/fsl: use platform_device_set_of_node()
` [PATCH v3 18/20] usb: musb: use platform_device_set_of_node_from_dev()
` [PATCH v3 19/20] reset: rzg2l: "
` [PATCH v3 20/20] driver core: platform: count references to all kinds of firmware nodes

test_bitmap fails on ppc/ppc64 on kernels v7.1.3, v7.2-rc2
 2026-07-08 10:52 UTC  (6+ messages)

[kvm-unit-tests PATCH 0/6] powerpc improvements
 2026-07-08 10:51 UTC  (7+ messages)
` [kvm-unit-tests PATCH 1/6] powerpc: add pmu tests
` [kvm-unit-tests PATCH 2/6] configure: Make arch_libdir a first-class entity
` [kvm-unit-tests PATCH 3/6] powerpc: Remove remnants of ppc64 directory and build structure
` [kvm-unit-tests PATCH 4/6] powerpc: gitlab CI update
` [kvm-unit-tests PATCH 5/6] scripts/arch-run.bash: Fix run_panic() success exit status
` [kvm-unit-tests PATCH 6/6] powerpc: Add a panic test

[PATCH v2 00/10] soc: fsl: qe: QE PIC improvement and add support of IRQs to QUICC ENGINE GPIOs
 2026-07-08 10:15 UTC  (11+ messages)
` [PATCH v2 01/10] soc: fsl: qe: Add chained_irq_{enter,exit}() calls in cascade handler
` [PATCH v2 02/10] dt-bindings: soc: fsl: qe: Set #interrupt-cells to 2 to support interrupt type encoding
` [PATCH v2 03/10] dt-bindings: soc: fsl: qe: Convert QE GPIO to DT schema
` [PATCH v2 04/10] dt-bindings: soc: fsl: qe: Add support of IRQ in QE GPIO
` [PATCH v2 05/10] soc: fsl: qe: Use generic_handle_domain_irq()
` [PATCH v2 06/10] soc: fsl: qe: Iterate over all pending interrupts in cascade handler
` [PATCH v2 07/10] soc: fsl: qe: Handle spurious interrupts
` [PATCH v2 08/10] soc: fsl: qe: Convert to generic IRQ chip
` [PATCH v2 09/10] soc: fsl: qe: Rename irq variable to parent_irq
` [PATCH v2 10/10] soc: fsl: qe: Add support of IRQs in QE GPIO

[PATCH RFC] RAS: hwerr_tracking: move recoverable hardware error tracking out of vmcoreinfo
 2026-07-08 10:13 UTC  (5+ messages)

[PATCH] ASoC: fsl_sai: Fix spurious BCLK on resume by clearing BYP
 2026-07-08  9:34 UTC  (3+ messages)

[PATCH V17 0/7] Rust Support for powerpc
 2026-07-08  8:39 UTC  (9+ messages)
` [PATCH V17 1/7] rust: Fix "multiple candidates for rmeta dependency core" error
` [PATCH V17 2/7] dma-resv: Fix undefined symbol when CONFIG_DMA_SHARED_BUFFER is disabled
` [PATCH V17 3/7] powerpc/jump_label: adjust inline asm to be consistent
` [PATCH V17 4/7] rust/powerpc: Set min rustc version for powerpc
` [PATCH V17 5/7] rust: Make __udivdi3() and __umoddi3() panic
` [PATCH V17 6/7] rust: Add PowerPC support
` [PATCH V17 7/7] powerpc: Enable Rust for ppc64le

[PATCH v2] powerpc/powernv: Cache OPAL check_token() results
 2026-07-08  8:32 UTC  (3+ messages)

[PATCH 00/12] soc: fsl: qe: QE PIC improvement and add support of IRQs to QUICC ENGINE GPIOs
 2026-07-08  8:20 UTC  (7+ messages)
` [PATCH 02/12] dt-bindings: soc: fsl: qe: Set #interrupt-cells to 2 to support interrupt type encoding
` [PATCH 04/12] dt-bindings: soc: fsl: qe: Add support of IRQ in QE GPIO

[PATCH V17 0/8] Rust Support for powerpc
 2026-07-08  8:18 UTC  (3+ messages)
` [PATCH V17 1/8] powerpc/syscall: Fix syscall skip handling for seccomp and ptrace

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

[PATCH v2 0/3] selftests/mm: avoid false failures in hugetlb and KSM tests
 2026-07-08  7:01 UTC  (6+ messages)
` [PATCH v2 1/3] selftests/mm: handle EINVAL when configuring gigantic hugepages

[PATCH] usb: phy: fsl-usb: clear fsl_otg_dev after freeing it
 2026-07-08  6:45 UTC 

[PATCH] perf data convert json: Fix trace_seq memory leak in process_sample_event()
 2026-07-08  6:05 UTC  (8+ messages)

[PATCH] powerpc/970: fix nap return address corruption on async interrupt exit
 2026-07-08  5:34 UTC  (3+ messages)

[PATCH 1/1] powerpc/eeh: Prevent EEH false positives on PMCSR reads in D3cold
 2026-07-08  4:42 UTC  (2+ messages)

[powerpc:merge] BUILD SUCCESS f9955df41cbe85e84f79e0b59fd91f4f1dc78a29
 2026-07-08  2:48 UTC 

[PATCH 00/13] convert more vm_flags_t users to vma_flags_t
 2026-07-08  2:36 UTC  (17+ messages)
` [PATCH 02/13] mm/vma: update do_mmap() to use vma_flags_t
` [PATCH 03/13] mm: convert __get_unmapped_area() "
` [PATCH 04/13] mm: update generic_get_unmapped_area[_topdown]() "
` [PATCH 05/13] mm: prefer mm->def_vma_flags in mm logic
` [PATCH 06/13] mm/vma: convert vm_pgprot_modify() to use vma_flags_t and rename
` [PATCH 07/13] mm/vma: rename vma_get_page_prot to vma_flags_to_page_prot
` [PATCH 08/13] mm: introduce vma_get_page_prot() and use it

[PATCH 2/2] powerpc/pseries: Skip vpa_init() for boot cpu in smp_setup_cpu()
 2026-07-08  1:58 UTC 

[PATCH 1/2] powerpc/pseries: Ensure vpa,slb_shadow & dtl are unregistered during crash
 2026-07-08  1:58 UTC 

[PATCH v8] mm: pgtable: free kernel page tables via RCU to fix ptdump UAF
 2026-07-07 17:08 UTC  (3+ messages)

[PATCH v2 00/11] lib/cpumask: get rid of cpumap_print_to_pagebuf()
 2026-07-07 18:42 UTC  (2+ messages)

[PATCH 00/42] of: reserved_mem: Introduce devres helpers and convert drivers
 2026-07-07 18:06 UTC  (20+ messages)
` [PATCH 03/42] firmware: qcom: scm: Use devm_of_reserved_mem_device_init()
` [PATCH 06/42] media: synopsys: hdmirx: "
` [PATCH 08/42] drm: logicvc: "
` [PATCH 17/42] drm: ingenic: "
` [PATCH 20/42] drm: xlnx: zynqmp_dpsub: "
` [PATCH 30/42] staging: media: cedrus: "
` [PATCH 31/42] ASoC: cix-ipbloq: "
` [PATCH 40/42] misc: fastrpc: "

[PATCH V16 0/7] Rust Support for powerpc
 2026-07-07 17:11 UTC  (12+ messages)
` [PATCH V16 4/7] rust/powerpc: Set min rustc version "

[PATCH v5 0/8] Generic IRQ entry/exit support for powerpc
 2026-07-07 16:54 UTC  (14+ messages)

[PATCH 1/2] soc: fsl: qe_ports_ic: Use generic I/O helper instead of specific powerPC ones
 2026-07-07 15:00 UTC  (2+ messages)
` [PATCH 2/2] powerpc: Move CONFIG_QE_GPIO to SoC

[PATCH v3] perf dso: Fix kallsyms DSO detection with fallback logic
 2026-07-07 14:03 UTC  (3+ messages)

[PATCH v2 0/5] treewide: remove unreachable memblock_reserve() return value checks in early boot
 2026-07-07 13:40 UTC  (5+ messages)
` [PATCH v2 3/5] powerpc/fadump: remove unreachable memblock_reserve() return value checks

[PATCH v4 net-next 00/14] net: enetc: cleanups and improvements
 2026-07-07  8:18 UTC  (15+ messages)
` [PATCH v4 net-next 01/14] net: enetc: extract common helpers for MAC promiscuous mode setting
` [PATCH v4 net-next 02/14] net: enetc: extract common helpers for MAC hash filter configuration
` [PATCH v4 net-next 03/14] net: enetc: convert ndo_set_rx_mode() to ndo_set_rx_mode_async()
` [PATCH v4 net-next 04/14] net: enetc: improve MAFT entry management with bitmap tracking
` [PATCH v4 net-next 05/14] net: enetc: use PCI device name for debugfs directory
` [PATCH v4 net-next 06/14] net: enetc: simplify enetc4_set_port_speed()
` [PATCH v4 net-next 07/14] net: enetc: differentiate phylink capabilities for pseudo-MAC and standalone MAC
` [PATCH v4 net-next 08/14] net: enetc: remove invalid code from enetc4_pl_mac_link_up()
` [PATCH v4 net-next 09/14] net: enetc: open-code enetc4_set_default_si_vlan_promisc()
` [PATCH v4 net-next 10/14] net: enetc: refactor SI VLAN promiscuous mode configuration
` [PATCH v4 net-next 11/14] net: enetc: move enetc_set_si_vlan_promisc() to enetc_pf_common.c
` [PATCH v4 net-next 12/14] net: enetc: remove redundant num_vsi field from enetc_port_caps
` [PATCH v4 net-next 13/14] net: enetc: use alloc_etherdev_mqs() to create netdev for VF driver
` [PATCH v4 net-next 14/14] net: enetc: use kzalloc_flex() for enetc_psfp_gate allocation

[PATCH] powerpc/64s: Clarify copy_and_flush() cache sync loop comment
 2026-07-07  7:32 UTC  (6+ messages)
` [PATCH v2] "

[kvm-unit-tests RFC PATCH 0/6] powerpc improvements
 2026-07-07  6:47 UTC  (6+ messages)
` [kvm-unit-tests RFC PATCH 2/6] configure: Make arch_libdir a first-class entity

[PATCH V4] powerpc/syscall: Fix syscall skip handling for seccomp and ptrace
 2026-07-07  6:37 UTC 

[PATCH] Connecting the SB600's i8259 controller rather in pasemi's pci.c than in pasemi's setup.c
 2026-07-07  4:31 UTC  (2+ messages)

[PATCH v6 00/20] dma-mapping: Use DMA_ATTR_CC_SHARED through direct, pool and swiotlb paths
 2026-07-06 19:52 UTC  (14+ messages)

[PATCH net-next v3 00/15] ibmveth: Add multi-queue RX support
 2026-07-06 19:36 UTC  (16+ messages)
` [PATCH net-next v3 01/15] ibmveth: Add MQ RX hypercall wrappers and call definitions
` [PATCH net-next v3 02/15] ibmveth: Prepare MQ RX adapter and statistics structures
` [PATCH net-next v3 03/15] ibmveth: Refactor RX resource allocation for MQ RX bring-up
` [PATCH net-next v3 04/15] ibmveth: Refactor buffer pool management for per-queue MQ RX
` [PATCH net-next v3 05/15] ibmveth: Refactor RX interrupt control for MQ RX queues
` [PATCH net-next v3 06/15] ibmveth: Refactor TX resource allocation in open/close paths
` [PATCH net-next v3 07/15] ibmveth: Add RX queue register/deregister helpers for MQ
` [PATCH net-next v3 08/15] ibmveth: Refactor open/close into MQ-ready resource pipeline
` [PATCH net-next v3 09/15] ibmveth: Add queue-aware RX buffer submit helper for MQ
` [PATCH net-next v3 10/15] ibmveth: Enable multi-queue RX receive path
` [PATCH net-next v3 11/15] ibmveth: Add per-queue RX and TX statistics collection and reporting
` [PATCH net-next v3 12/15] ibmveth: Expose per-queue buffer pool details via sysfs
` [PATCH net-next v3 13/15] ibmveth: Implement incremental MQ RX queue resize
` [PATCH net-next v3 14/15] ibmveth: Wire ethtool set_channels to "
` [PATCH net-next v3 15/15] ibmveth: Fix MQ RX poll and shutdown hangs after "

[PATCH 1/2] PCI/sysfs: Fix out-of-bounds read in pci_write_legacy_io()
 2026-07-06 18:05 UTC  (2+ messages)

[PATCH v8 00/25] PCI: Convert all dynamic sysfs attributes to static
 2026-07-06 17:59 UTC  (2+ messages)

[PATCH v3] powerpc/audit: Convert powerpc to AUDIT_ARCH_COMPAT_GENERIC
 2026-07-06 14:05 UTC  (16+ messages)

[PATCH v2 1/5] ibmvnic: Move long delayed work on system_dfl_long_wq
 2026-07-06 13:40 UTC 

[PATCH v4 00/19] mm: Refactor bootmem gigantic hugepage allocation
 2026-07-06 10:07 UTC  (3+ messages)
` [PATCH v4 01/19] mm/hugetlb: Fix boot panic with CONFIG_DEBUG_VM and HVO bootmem pages


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