messages from 2025-08-01 16:42:21 to 2025-08-07 10:27:22 UTC [more...]
[bpf-next 0/6] bpf,powerpc: Add support for bpf arena and arena atomics
2025-08-07 10:26 UTC (16+ messages)
` [bpf-next 1/6] bpf,powerpc: Introduce bpf_jit_emit_probe_mem_store() to emit store instructions
` [bpf-next 2/6] bpf,powerpc: Implement PROBE_MEM32 pseudo instructions
` [bpf-next 3/6] bpf,powerpc: Implement bpf_addr_space_cast instruction
` [bpf-next 4/6] bpf,powerpc: Introduce bpf_jit_emit_atomic_ops() to emit atomic instructions
` [bpf-next 5/6] bpf,powerpc: Implement PROBE_ATOMIC instructions
` [bpf-next 6/6] selftests/bpf: Fix arena_spin_lock selftest failure
[PATCH v4 0/3] PCI/ERR: s390/pci: Use pci_uevent_ers() in PCI recovery
2025-08-07 10:15 UTC (4+ messages)
` [PATCH v4 1/3] PCI/AER: Fix missing uevent on recovery when a reset is requested
` [PATCH v4 2/3] powerpc/eeh: Use result of error_detected() in uevent
` [PATCH v4 3/3] PCI/ERR: s390/pci: Use pci_uevent_ers() in PCI recovery
[PATCH 00/17] Add __attribute_const__ to ffs()-family implementations
2025-08-07 9:46 UTC (22+ messages)
` [PATCH 01/17] KUnit: Introduce ffs()-family tests
` [PATCH 02/17] bitops: Add __attribute_const__ to generic ffs()-family implementations
` [PATCH 03/17] csky: Add __attribute_const__ to "
` [PATCH 04/17] x86: "
` [PATCH 05/17] powerpc: "
` [PATCH 06/17] sh: "
` [PATCH 07/17] alpha: "
` [PATCH 08/17] hexagon: "
` [PATCH 09/17] riscv: "
` [PATCH 10/17] openrisc: "
` [PATCH 11/17] m68k: "
` [PATCH 12/17] mips: "
` [PATCH 13/17] parisc: "
` [PATCH 14/17] s390: "
` [PATCH 15/17] xtensa: "
` [PATCH 16/17] sparc: "
` [PATCH 17/17] KUnit: ffs: Validate all the __attribute_const__ annotations
[PATCH] pseries/lparcfg: Add resource group monitoring
2025-08-07 7:04 UTC (6+ messages)
vmalloc huge mappings
2025-08-07 4:29 UTC
[PATCH] KVM: PPC: Fix misleading interrupts comment in kvmppc_prepare_to_enter()
2025-08-07 4:45 UTC (2+ messages)
[PATCH] ASoC: fsl_sai: replace regmap_write with regmap_update_bits
2025-08-07 2:03 UTC
[PATCH] PCI/AER: Check for NULL aer_info before ratelimiting in pci_print_aer()
2025-08-07 0:46 UTC (11+ messages)
[PATCH v4 0/9] kasan: unify kasan_arch_is_ready() and remove arch-specific implementations
2025-08-06 19:51 UTC (19+ messages)
` [PATCH v4 1/9] kasan: introduce ARCH_DEFER_KASAN and unify static key across modes
` [PATCH v4 2/9] kasan/powerpc: select ARCH_DEFER_KASAN and call kasan_init_generic
` [PATCH v4 3/9] kasan/arm,arm64: call kasan_init_generic in kasan_init
` [PATCH v4 4/9] kasan/xtensa: "
` [PATCH v4 5/9] kasan/loongarch: select ARCH_DEFER_KASAN and call kasan_init_generic
` [PATCH v4 6/9] kasan/um: "
` [PATCH v4 7/9] kasan/x86: call kasan_init_generic in kasan_init
` [PATCH v4 8/9] kasan/s390: "
` [PATCH v4 9/9] kasan/riscv: "
[PATCH net-next v4] ibmvnic: Increase max subcrq indirect entries with fallback
2025-08-06 18:44 UTC
[PATCH v1 00/16] dma-mapping: migrate to physical address-based API
2025-08-06 18:44 UTC (22+ messages)
` [PATCH v1 01/16] dma-mapping: introduce new DMA attribute to indicate MMIO memory
` [PATCH v1 02/16] iommu/dma: handle MMIO path in dma_iova_link
` [PATCH v1 03/16] dma-debug: refactor to use physical addresses for page mapping
` [PATCH v1 04/16] dma-mapping: rename trace_dma_*map_page to trace_dma_*map_phys
` [PATCH v1 05/16] iommu/dma: rename iommu_dma_*map_page to iommu_dma_*map_phys
` [PATCH v1 06/16] iommu/dma: extend iommu_dma_*map_phys API to handle MMIO memory
` [PATCH v1 07/16] dma-mapping: convert dma_direct_*map_page to be phys_addr_t based
` [PATCH v1 08/16] kmsan: convert kmsan_handle_dma to use physical addresses
` [PATCH v1 09/16] dma-mapping: handle MMIO flow in dma_map|unmap_page
` [PATCH v1 10/16] xen: swiotlb: Open code map_resource callback
` [PATCH v1 11/16] dma-mapping: export new dma_*map_phys() interface
` [PATCH v1 12/16] mm/hmm: migrate to physical address-based DMA mapping API
` [PATCH v1 13/16] mm/hmm: properly take MMIO path
` [PATCH v1 14/16] block-dma: migrate to dma_map_phys instead of map_page
` [PATCH v1 15/16] block-dma: properly take MMIO path
` [PATCH v1 16/16] nvme-pci: unmap MMIO pages with appropriate interface
[PATCH v2 0/7] MD5 library functions
2025-08-05 22:52 UTC (9+ messages)
` [PATCH v2 1/7] lib/crypto: md5: Add MD5 and HMAC-MD5 "
` [PATCH v2 2/7] lib/crypto: mips/md5: Migrate optimized code into library
` [PATCH v2 3/7] mips: cavium-octeon: Move octeon-crypto.c into parent dir
` [PATCH v2 4/7] lib/crypto: powerpc/md5: Migrate optimized code into library
` [PATCH v2 5/7] lib/crypto: sparc/md5: "
` [PATCH v2 6/7] crypto: md5 - Wrap library and add HMAC support
` [PATCH v2 7/7] lib/crypto: tests: Add KUnit tests for MD5 and HMAC-MD5
[PATCH v3 net-next] ibmvnic: Increase max subcrq indirect entries with fallback
2025-08-05 19:14 UTC (2+ messages)
[PATCH 0/7] MD5 library functions
2025-08-05 17:15 UTC (26+ messages)
` [PATCH 1/7] mips: cavium-octeon: Remove Octeon optimized MD5 code
` [PATCH 2/7] mips: cavium-octeon: Move octeon-crypto.c into parent dir
` [PATCH 3/7] crypto: powerpc/md5 - Remove PowerPC optimized MD5 code
` Crypto use cases (was: Remove PowerPC optimized MD5 code)
` Crypto use cases
` [PATCH 4/7] crypto: sparc/md5 - Remove SPARC64 optimized MD5 code
` [PATCH 5/7] lib/crypto: md5: Add MD5 and HMAC-MD5 library functions
` [PATCH 6/7] crypto: md5 - Wrap library and add HMAC support
` [PATCH 7/7] lib/crypto: tests: Add KUnit tests for MD5 and HMAC-MD5
[PATCH 0/3] use vm_flags_t consistently
2025-08-05 16:13 UTC (9+ messages)
` [PATCH 2/3] mm: update core kernel code to "
[PATCH 0/8] dma-mapping: migrate to physical address-based API
2025-08-05 15:36 UTC (10+ messages)
[Linux PPC] [X1000] [e5500] Kernel 6.17 testing and DRM issue
2025-08-05 15:34 UTC (2+ messages)
[PATCH v4] vmcoreinfo: Track and log recoverable hardware errors
2025-08-05 13:00 UTC (11+ messages)
Apply commit 5a821e2d69e2 ("powerpc/boot: Fix build with gcc 15") to stable kernels
2025-08-05 6:03 UTC
[Bug 220407] New: arch/powerpc/boot/types.h:43:13: error: 'bool' cannot be defined via 'typedef' when building with GCC 15
2025-08-04 19:05 UTC (4+ messages)
` [Bug 220407] "
[PATCHES] drm/radeon issues
2025-08-04 16:26 UTC (9+ messages)
` radeon_fbdev_river_fbdev: failed to initialize framebuffer and setup emulaton
` radeon_fbdev_river_fbdev: failed to initialize framebuffer and setup emulation
[PATCH v2 1/2] powerpc/ftrace: support CONFIG_FUNCTION_GRAPH_RETVAL
2025-08-04 14:19 UTC (5+ messages)
` [PATCH v2 2/2] powerpc/fprobe: fix updated fprobe for function-graph tracer
[PATCH v2] powerpc/mm: Fix SLB multihit issue during SLB preload
2025-08-04 13:20 UTC (5+ messages)
[PATCH v3 00/12] kasan: unify kasan_arch_is_ready() and remove arch-specific implementations
2025-08-04 13:21 UTC (7+ messages)
[PATCH v3 0/2] PCI/ERR: s390/pci: Use pci_uevent_ers() in PCI recovery
2025-08-04 11:04 UTC (9+ messages)
` [PATCH v3 1/2] PCI/AER: Fix missing uevent on recovery when a reset is requested
[PATCH 0/2] powerpc: Fix integer underflow & leak
2025-08-04 10:18 UTC (5+ messages)
` [PATCH 1/2] powerpc/pseries/msi: Fix potential underflow and leak issue
` [PATCH 2/2] powerpc/powernv/pci: Fix "
[PATCH] powerpc/64: Drop unnecessary 'rc' variable
2025-08-04 9:30 UTC (2+ messages)
[PATCH v2 0/1] powerpc, arm64: move preempt dynamic key into kernel/sched
2025-08-04 7:06 UTC (3+ messages)
` [PATCH v2 1/1] sched: preempt: Move dynamic keys "
[GIT PULL] Please pull powerpc/linux.git powerpc-6.17-2 tag
2025-08-04 2:18 UTC (2+ messages)
[PATCH 0/9] powerpc/pseries: Add hypervisor pipe (HVPIPE) suport
2025-08-02 22:51 UTC (12+ messages)
` [PATCH 1/9] powerpc/pseries: Define papr-hvpipe ioctl
` [PATCH 2/9] powerpc/pseries: Define HVPIPE specific macros
` [PATCH 3/9] powerpc/pseries: Add papr-hvpipe char driver for HVPIPE interfaces
` [PATCH 4/9] powerpc/pseries: Send payload with ibm,send-hvpipe-msg RTAS
` [PATCH 5/9] powerpc/pseries: Receive payload with ibm,receive-hvpipe-msg RTAS
` [PATCH 6/9] powerpc/pseries: Wakeup hvpipe FD when the payload is pending
` [PATCH 7/9] powerpc/pseries: Enable HVPIPE event message interrupt
` [PATCH 8/9] powerpc/pseries: Enable hvpipe with ibm,set-system-parameter RTAS
` [PATCH 9/9] powerpc/pseries: HVPIPE changes to support migration
[PATCH] powerpc/qspinlock: Add spinlock contention tracepoint
2025-08-01 16:42 UTC (3+ messages)
` [PATCH v2] "
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).