LinuxPPC-Dev Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-07-01 08:42:20 to 2026-07-03 10:43:25 UTC [more...]

[PATCH v3 net-next 00/14] net: enetc: cleanups and improvements
 2026-07-03 10:13 UTC  (11+ messages)
` [PATCH v3 net-next 01/14] net: enetc: extract common helpers for MAC promiscuous mode setting
` [PATCH v3 net-next 02/14] net: enetc: extract common helpers for MAC hash filter configuration
` [PATCH v3 net-next 03/14] net: enetc: convert ndo_set_rx_mode() to ndo_set_rx_mode_async()
` [PATCH v3 net-next 04/14] net: enetc: improve MAFT entry management with bitmap tracking
` [PATCH v3 net-next 05/14] net: enetc: use PCI device name for debugfs directory
` [PATCH v3 net-next 06/14] net: enetc: simplify enetc4_set_port_speed()
` [PATCH v3 net-next 07/14] net: enetc: differentiate phylink capabilities for pseudo-MAC and standalone MAC
` [PATCH v3 net-next 08/14] net: enetc: remove invalid code from enetc4_pl_mac_link_up()
` [PATCH v3 net-next 09/14] net: enetc: open-code enetc4_set_default_si_vlan_promisc()
` [PATCH v3 net-next 10/14] net: enetc: refactor SI VLAN promiscuous mode configuration

[PATCH v16 00/18] arm64: entry: Convert to Generic Entry
 2026-07-03 10:27 UTC  (6+ messages)
` [PATCH v16 01/18] seccomp: Convert __secure_computing() to return boolean

[PATCH v6 00/20] dma-mapping: Use DMA_ATTR_CC_SHARED through direct, pool and swiotlb paths
 2026-07-03 10:15 UTC  (9+ messages)
` [PATCH v6 03/20] dma-direct: use DMA_ATTR_CC_SHARED in alloc/free paths

[RFC] entry: Untangle the return value of syscall_enter_from_user_mode from syscall NR
 2026-07-03  9:59 UTC  (18+ messages)

[PATCH V3] powerpc/syscall: Fix syscall skip handling for seccomp and ptrace
 2026-07-03  9:54 UTC  (4+ messages)

[PATCH] powerpc/ptrace: Add offsetof check for exit_flags in pt_regs_check()
 2026-07-03  8:55 UTC  (2+ messages)

[RFC PATCH 0/6] selftests/vfio: Add sPAPR TCE v2 coverage
 2026-07-03  8:28 UTC 

[PATCH 1/1] powerpc/eeh: Prevent EEH false positives on PMCSR reads in D3cold
 2026-07-03  3:36 UTC 

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

[PATCH v3] powerpc/audit: Convert powerpc to AUDIT_ARCH_COMPAT_GENERIC
 2026-07-02 22:49 UTC  (14+ messages)

[PATCH 0/4] USB: gadget: fix device name leaks
 2026-07-02 22:38 UTC  (6+ messages)
` [PATCH 1/4] USB: gadget: fsl-udc: fix device name leak on probe failure
` [PATCH 2/4] USB: gadget: snps-udc: "
` [PATCH 3/4] USB: gadget: fsl-udc: fix dev_printk() device
` [PATCH 4/4] USB: gadget: fsl-udc: drop misleading unbind sanity check

[PATCH 1/3] powerpc/boot: Fix simpleboot CPU node lookup check
 2026-07-02 21:15 UTC  (3+ messages)
` [PATCH 2/3] powerpc/boot: Fix treeboot-currituck "
` [PATCH 3/3] powerpc/boot: Fix treeboot-akebono "

[PATCH v3 0/4] sys_info: prevent duplicate backtraces
 2026-07-02 18:22 UTC  (9+ messages)
` [PATCH v3 4/4] panic: use sys_info_with_filter() to avoid "

[PATCH v3 0/8] ibmvfc: make ibmvfc support FPIN messages
 2026-07-02 17:59 UTC  (9+ messages)
` [PATCH v3 1/8] ibmvfc: add basic FPIN support
` [PATCH v3 2/8] ibmvfc: Add NOOP command support
` [PATCH v3 3/8] ibmvfc: make ibmvfc login to fabric
` [PATCH v3 4/8] ibmvfc: define asynchronous sub-queue
` [PATCH v3 5/8] ibmvfc: allocate "
` [PATCH v3 6/8] ibmvfc: extend async event handlers to handle async sub queue events
` [PATCH v3 7/8] ibmvfc: register and use asynchronous sub-queue for events
` [PATCH v3 8/8] ibmvfc: handle extended FPIN events

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

[PATCH 13/13] mm/mremap: convert mremap code to use vma_flags_t
 2026-07-02 16:31 UTC  (5+ messages)

[PATCH v2 00/11] lib/cpumask: get rid of cpumap_print_to_pagebuf()
 2026-07-02 16:21 UTC  (15+ messages)
` [PATCH v2 01/11] arm: Use sysfs_emit() for cpumask show callbacks
` [PATCH v2 02/11] powerpc: "
` [PATCH v2 03/11] x86/events: "
` [PATCH v2 04/11] cpu: Use sysfs_emit() for cpumask show callback
` [PATCH v2 05/11] devfreq: Use sysfs_emit() for cpumask show callbacks
` [PATCH v2 06/11] fpga: dfl-fme-perf: Use sysfs_emit() for cpumask show
` [PATCH v2 07/11] hwtracing: hisi_ptt: "
` [PATCH v2 08/11] RDMA/hfi1: Use sysfs_emit() for cpumask show helper
` [PATCH v2 09/11] PCI/sysfs: Use sysfs_emit() for cpumask show callbacks
` [PATCH v2 10/11] perf: "
` [PATCH v2 11/11] lib/bitmap-str: get rid of cpumap_print_to_pagebuf()

[PATCH 12/13] mm/mprotect: convert mprotect code to use vma_flags_t
 2026-07-02 15:53 UTC  (3+ messages)

[PATCH 11/13] mm/mlock: convert mlock code to use vma_flags_t
 2026-07-02 15:47 UTC  (3+ messages)

[PATCH 10/13] mm/vma: convert miscellaneous uses of VMA flags in core mm
 2026-07-02 15:46 UTC  (3+ messages)

[PATCH 08/13] mm: introduce vma_get_page_prot() and use it
 2026-07-02 15:40 UTC  (3+ messages)

[PATCH 06/13] mm/vma: convert vm_pgprot_modify() to use vma_flags_t and rename
 2026-07-02 15:29 UTC  (3+ messages)

[PATCH 05/13] mm: prefer mm->def_vma_flags in mm logic
 2026-07-02 15:24 UTC  (3+ messages)

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

[PATCH 02/13] mm/vma: update do_mmap() to use vma_flags_t
 2026-07-02 15:08 UTC  (4+ messages)

[PATCH v15 0/8] arm64: add ARCH_HAS_COPY_MC support
 2026-07-02 14:37 UTC  (6+ messages)
` [PATCH v15 5/9] mm/hwpoison: return -EFAULT when copy fail in copy_mc_[user]_highpage()
` [PATCH v15 6/9] arm64: support copy_mc_[user]_highpage()

[PATCH 09/13] mm/vma: update create_init_stack_vma() to use vma_flags_t
 2026-07-02 12:50 UTC  (2+ messages)

[PATCH 07/13] mm/vma: rename vma_get_page_prot to vma_flags_to_page_prot
 2026-07-02 12:25 UTC  (2+ messages)

[PATCH 1/2] powerpc/kaslr_booke: Fix reserved region overlap checks
 2026-07-02 12:05 UTC  (2+ messages)
` [PATCH 2/2] powerpc/kaslr_booke: Fix reserved-memory reg property length check

[PATCH 04/13] mm: update generic_get_unmapped_area[_topdown]() to use vma_flags_t
 2026-07-02 11:41 UTC  (2+ messages)

[PATCH 03/13] mm: convert __get_unmapped_area() to use vma_flags_t
 2026-07-02 11:37 UTC  (2+ messages)

[PATCH V2] powerpc/syscall: Fix seccomp errno handling with GENERIC_ENTRY
 2026-07-02  9:39 UTC  (9+ messages)

[PATCH] KVM: PPC: Book3S HV: Fix comment typos
 2026-07-02  3:03 UTC 

[PATCH net-next 0/2] net: remove the orphaned IBM eHEA driver
 2026-07-02  8:50 UTC  (2+ messages)

[PATCH v3 0/9] vDSO: Respect COMPAT_32BIT_TIME
 2026-07-02  8:21 UTC  (10+ messages)
` [PATCH v3 1/9] time: Respect COMPAT_32BIT_TIME for old time type functions
` [PATCH v3 2/9] vdso/gettimeofday: Validate system call existence for time() and gettimeofday()
` [PATCH v3 3/9] x86/vdso: Respect COMPAT_32BIT_TIME
` [PATCH v3 4/9] arm64: vdso32: "
` [PATCH v3 5/9] ARM: VDSO: "
` [PATCH v3 6/9] powerpc/vdso: "
` [PATCH v3 7/9] MIPS: VDSO: "
` [PATCH v3 8/9] sparc: vdso: "
` [PATCH v3 9/9] vdso/gettimeofday: Verify COMPAT_32BIT_TIME interactions

[PATCH v2 0/1] KVM: powerpc: Use generic xfer to guest work function
 2026-07-02  7:47 UTC  (3+ messages)
` [PATCH v2 1/1] "

[PATCH 01/13] mm: introduce vma_flags_can_grow() and vma_can_grow()
 2026-07-02  7:27 UTC  (2+ messages)

[PATCH] perf data convert json: Fix trace_seq memory leak in process_sample_event()
 2026-07-02  7:16 UTC  (5+ messages)

[PATCH 0/4] treewide, mm: initialize node_possible_map like the other node maps
 2026-07-02  6:35 UTC  (5+ messages)
` [PATCH 3/4] powerpc/numa: set node_possible_map from node_online_map

[PATCH] powerpc/64s: Clarify copy_and_flush() cache sync loop comment
 2026-07-02  5:28 UTC  (3+ messages)

[PATCH v2] selftests/powerpc/tm: fix spelling errors in comments
 2026-07-02  1:59 UTC 

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

[PATCH 0/1] KVM: powerpc/book3s_hv: Handle deferred CFS bandwidth throttle on guest re-entry
 2026-07-01 18:04 UTC  (4+ messages)
` [PATCH 1/1] KVM: powerpc/book3s_hv: Use generic xfer to guest work function

[PATCH v2 00/19] driver core: count references of the platform device's fwnode, not OF node
 2026-07-01 15:05 UTC  (5+ messages)
` [PATCH v2 02/19] driver core: platform: provide platform_device_set_of_node()

[PATCH v2 0/9] vDSO: Respect COMPAT_32BIT_TIME
 2026-07-01 13:11 UTC  (15+ messages)
` [PATCH v2 1/9] time: Respect COMPAT_32BIT_TIME for old time type functions
` [PATCH v2 2/9] vdso/gettimeofday: Validate system call existence for time() and gettimeofday()
` [PATCH v2 4/9] arm64: vdso32: Respect COMPAT_32BIT_TIME
` [PATCH v2 5/9] ARM: VDSO: "
` [PATCH v2 8/9] sparc: vdso: "
` [PATCH v2 9/9] vdso/gettimeofday: Verify COMPAT_32BIT_TIME interactions

[PATCH] Connecting the SB600's i8259 controller rather in pasemi's pci.c than in pasemi's setup.c
 2026-07-01 12:59 UTC 

[PATCH 6/6] selftests/powerpc/tm: fix spelling errors in comments
 2026-07-01 12:35 UTC 

[PATCH] powerpc/dt_cpu_ftrs: Avoid separate strlen() in scan_callback()
 2026-07-01 11:48 UTC  (3+ messages)

[PATCH v2] powerpc/dt_cpu_ftrs: Avoid separate strlen() in scan_callback()
 2026-07-01 11:44 UTC 

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

[PATCH v2 0/8] powerpc/signal: Convert to scoped user access
 2026-07-01  8:58 UTC  (2+ messages)

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

[PATCH 0/9] tools/perf: Add interface to expose HTM trace data via perf
 2026-07-01  8:41 UTC  (4+ messages)
` [PATCH 7/9] perf tools powerpc: Add physical to logical address mapping for HTM traces
` [PATCH 8/9] tools/perf/powerpc: Add event name as htm of PERF_TYPE_SYNTH type to present htm samples
` [PATCH 9/9] tools/perf/powerpc: Add logical address in decoded traces


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