LinuxPPC-Dev Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-07-10 01:53:28 to 2026-07-14 02:47:29 UTC [more...]

[PATCH v2 00/13] mm: convert more vm_flags_t users to vma_flags_t
 2026-07-14  2:46 UTC  (16+ messages)
` [PATCH v2 01/13] mm: introduce vma_flags_can_grow() and vma_can_grow()
` [PATCH v2 02/13] mm/vma: update do_mmap() to use vma_flags_t
` [PATCH v2 03/13] mm: convert __get_unmapped_area() "
` [PATCH v2 04/13] mm: update generic_get_unmapped_area[_topdown]() "
` [PATCH v2 05/13] mm: prefer mm->def_vma_flags in mm logic
` [PATCH v2 06/13] mm/vma: convert vm_pgprot_modify() to use vma_flags_t and rename
` [PATCH v2 07/13] mm/vma: rename vma_get_page_prot to vma_flags_to_page_prot
` [PATCH v2 08/13] mm: introduce vma_get_page_prot() and use it
` [PATCH v2 09/13] mm/vma: update create_init_stack_vma() to use vma_flags_t
` [PATCH v2 10/13] mm/vma: convert miscellaneous uses of VMA flags in core mm
` [PATCH v2 11/13] mm/mlock: convert mlock code to use vma_flags_t
` [PATCH v2 12/13] mm/mprotect: convert mprotect "
` [PATCH v2 13/13] mm/mremap: convert mremap "

[PATCH v7 00/10] ACPI: APEI: share GHES CPER helpers and add DT FFH provider
 2026-07-14  2:45 UTC  (5+ messages)
` [PATCH v7 06/10] ACPI: APEI: GHES: move CXL CPER helpers
` [PATCH v7 10/10] RAS: add firmware-first CPER provider

[powerpc:fixes-test] BUILD SUCCESS c14c32661406018437b37a1426139d3b2a0edcc9
 2026-07-14  1:51 UTC 

[PATCH 00/14] ASoC: clean up kernel-doc warnings
 2026-07-14  1:44 UTC  (15+ messages)
` [PATCH 01/14] ASoC: codecs: NeoFidelity: repair the kernel-doc format
` [PATCH 02/14] ASoC: fsl_asrc_common: fix all kernel-doc warnings
` [PATCH 03/14] ASoC: fsl_asrc: avoid "
` [PATCH 04/14] ASoC: fsl-dma: fix all "
` [PATCH 05/14] ASoC: fsl_easrc: use struct keyword on structs
` [PATCH 06/14] ASoC: fsl: mpc5200_dma: use the struct keyword for kernel-doc comments
` [PATCH 07/14] ASoC: fsl: mpc5200_psc_i2s: avoid kernel-doc warnings
` [PATCH 08/14] ASoC: fsl: p1022_ds: repair kernel-doc short descriptions
` [PATCH 09/14] ASoC: uniphier: don't use "/**" for non-kernel-doc comment
` [PATCH 10/14] ASoC: SDCA: correct enum names and add a missing struct field
` [PATCH 11/14] ASoC: soc-acpi: fix all kernel-doc warnings
` [PATCH 12/14] ASoC: Intel: Skylake: convert SKL_TKNS to kernel-doc format
` [PATCH 13/14] ASoC: qcom: audioreach: use C-style "/*" comment
` [PATCH 14/14] ASoC: wm8904: don't use "/**" for non-kernel-doc comments

[PATCH 6.18.y 0/6] cBPF JIT spray hardening
 2026-07-14  1:12 UTC  (7+ messages)
` [PATCH 6.18.y 1/6] bpf: Support for hardening against JIT spraying
` [PATCH 6.18.y 2/6] x86/bugs: Enable IBPB flush on BPF JIT allocation
` [PATCH 6.18.y 3/6] bpf: Restrict JIT predictor flush to cBPF
` [PATCH 6.18.y 4/6] bpf: Skip redundant IBPB in pack allocator
` [PATCH 6.18.y 5/6] bpf: Prefer packs that won't trigger an IBPB flush on allocation
` [PATCH 6.18.y 6/6] bpf: Prefer dirty packs for eBPF allocations

[PATCH net 0/3] net: don't read an unset MAC header on the raw/qdisc-bypass TX path
 2026-07-13 21:37 UTC  (7+ messages)
` [PATCH net 1/3] net: dsa: tag_ocelot_8021q: don't read an unset MAC header on transmit
` [PATCH net 2/3] net: dsa: tag_ksz: don't read an unset MAC header in lan937x_xmit()
` [PATCH net 3/3] ibmveth: don't read an unset MAC header on transmit

[patch 0/4] entry: Rework syscall skip logic
 2026-07-13 22:20 UTC  (11+ messages)
` [patch 1/4] entry: Rework syscall_audit_enter()
` [patch 2/4] entry: Rework trace_syscall_enter()
` [patch 3/4] entry: Make return type of syscall_trace_enter() bool
` [patch 4/4] entry, treewide: Make syscall_enter_from_user_mode[_work]() indicate syscall execution

[PATCH v7 00/22] dma-mapping: Track shared DMA state through direct, pool and swiotlb paths
 2026-07-13 19:43 UTC  (52+ messages)
` [PATCH v7 02/22] dma-pool: fix page leak in atomic_pool_expand() cleanup
` [PATCH v7 03/22] iommu/dma: Check atomic pool allocation result directly
` [PATCH v7 04/22] dma: free atomic pool pages by physical address
` [PATCH v7 05/22] swiotlb: Preserve allocation virtual address for dynamic pools
` [PATCH v7 07/22] dma-direct: swiotlb: handle swiotlb alloc/free outside __dma_direct_alloc_pages
` [PATCH v7 09/22] dma-mapping: Add internal shared allocation attribute
` [PATCH v7 10/22] dma-direct: use __DMA_ATTR_ALLOC_CC_SHARED in alloc/free paths
` [PATCH v7 11/22] dma-pool: track decrypted atomic pools and select them via attrs
` [PATCH v7 12/22] dma: swiotlb: pass mapping attributes by reference
` [PATCH v7 13/22] dma: swiotlb: track pool encryption state and honor DMA_ATTR_CC_SHARED
` [PATCH v7 14/22] dma-mapping: make dma_pgprot() honor __DMA_ATTR_ALLOC_CC_SHARED
` [PATCH v7 15/22] dma-direct: pass attrs to dma_capable() for DMA_ATTR_CC_SHARED checks
` [PATCH v7 16/22] dma-direct: make dma_direct_map_phys() honor DMA_ATTR_CC_SHARED
` [PATCH v7 17/22] dma-direct: set decrypted flag for remapped DMA allocations
` [PATCH v7 18/22] dma-direct: select DMA address encoding from __DMA_ATTR_ALLOC_CC_SHARED
` [PATCH v7 19/22] dma-direct: rename ret to cpu_addr in alloc helpers
` [PATCH v7 20/22] dma: swiotlb: free dynamic pools from process context
` [PATCH v7 21/22] dma: swiotlb: handle set_memory_decrypted() failures
` [PATCH v7 22/22] swiotlb: remove unused SWIOTLB_FORCE flag

[PATCH 00/29] ibmvfc: Add NVMe-FC support
 2026-07-13 18:04 UTC  (3+ messages)

[PATCH v2] ASoC: fsl_sai: Fix spurious BCLK on resume by clearing BYP
 2026-07-13 12:43 UTC  (3+ messages)

[PATCH 7.1.y 1/6] bpf: Support for hardening against JIT spraying
 2026-07-13 16:37 UTC  (3+ messages)

[PATCH] Connecting the SB600's i8259 controller rather in pasemi's pci.c than in pasemi's setup.c
 2026-07-13 16:18 UTC  (3+ messages)

[PATCH] powerpc/ps3: Fix map failure path in dma_ioc0_map_pages()
 2026-07-13 16:19 UTC  (5+ messages)

[PATCH] drm/amd/display: Shorten KUnit exported symbol names
 2026-07-13 14:20 UTC  (2+ messages)

[PATCH v2] powerpc/ps3: Remove unused struct table in setup_areas()
 2026-07-13 14:03 UTC  (3+ messages)

[PATCH v2 0/3] powerpc/crash: protect kdump from active watchdogs
 2026-07-13 13:37 UTC  (15+ messages)
` [PATCH v2 1/3] powerpc/pseries: Move H_WATCHDOG definitions to a common header
` [PATCH v2 2/3] powerpc/pseries: Handle and log pseries-wdt registration failures
` [PATCH v2 3/3] powerpc/crash: stop watchdogs before booting kdump kernel

[PATCH v2 0/4] powerpc/kdump: Support high crashkernel reservation
 2026-07-13 13:12 UTC  (4+ messages)
` [PATCH v2 1/4] powerpc/mmu: do MMU type discovery before "

[PATCH 0/2] bus: Remove redundant error messages on IRQ request failure
 2026-07-13 12:48 UTC  (3+ messages)
` [PATCH 1/2] bus: fsl-mc: Remove redundant dev_err()

[PATCH next] drivers/bus/fsl-mc: Use strscpy() to copy strings into arrays
 2026-07-13 11:08 UTC  (3+ messages)

[PATCH v3 00/20] driver core: count references of the platform device's fwnode, not OF node
 2026-07-13 10:29 UTC  (4+ messages)
` [PATCH v3 11/20] pmdomain: imx: use platform_device_set_of_node()

powernv_rng_read: Oops: Kernel access of bad area, sig: 11 [#1]
 2026-07-13 10:02 UTC  (5+ messages)

[PATCH] powerpc/ps3: Remove unused struct table in setup_areas()
 2026-07-13  9:02 UTC  (4+ messages)

[PATCH] crypto: powerpc/aes - use bool for encryption/decryption flag
 2026-07-13  9:01 UTC  (2+ messages)

[patch 00/18] entry: Consolidate and rework syscall entry handling
 2026-07-13  7:06 UTC  (16+ messages)
` [patch 06/18] riscv/syscall: Use syscall_enter_from_user_mode_randomize_stack()
` [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 RESEND] syscall_user_dispatch: Introduce ARCH_SUPPORTS_SYSCALL_USER_DISPATCH
 2026-07-13  7:01 UTC  (2+ messages)

[PATCH v2 0/2] powerpc/fadump: remove deprecated sysfs compatibility links
 2026-07-13  4:26 UTC  (3+ messages)
` [PATCH v2 1/2] powerpc/fadump: remove old sysfs symlink
` [PATCH v2 2/2] Documentation/ABI: remove old fadump sysfs doc

ld.lld: error: relocation R_PPC_ADDR16_LO cannot be used against symbol 'init_task'; recompile with -fPIC
 2026-07-12 20:41 UTC  (4+ messages)

[PATCH v3 0/3] selftests/mm: avoid false failures in hugetlb and KSM tests
 2026-07-12  5:37 UTC  (3+ messages)

[PATCH 13/13] mm/mremap: convert mremap code to use vma_flags_t
 2026-07-11 17:09 UTC  (5+ messages)

[PATCH 12/13] mm/mprotect: convert mprotect code to use vma_flags_t
 2026-07-11 17:04 UTC  (5+ messages)

[PATCH 00/13] convert more vm_flags_t users to vma_flags_t
 2026-07-11 16:52 UTC  (4+ messages)
` [PATCH 11/13] mm/mlock: convert mlock code to use vma_flags_t

[PATCH 10/13] mm/vma: convert miscellaneous uses of VMA flags in core mm
 2026-07-11 16:44 UTC  (6+ messages)

[powerpc:fixes-test 10/12] include/linux/static_call.h:223:9: warning: data definition has no type or storage class
 2026-07-11 13:20 UTC  (3+ messages)

[PATCH V17 0/7] Rust Support for powerpc
 2026-07-11 12:56 UTC  (3+ messages)
` [PATCH V17 2/7] dma-resv: Fix undefined symbol when CONFIG_DMA_SHARED_BUFFER is disabled

[powerpc:fixes-test 10/12] kernel/sched/core.c:7449:1: error: parameter names (without types) in function declaration
 2026-07-11  6:08 UTC 

[PATCH 0/1] powerpc/crash: protect kdump from active watchdogs
 2026-07-11  3:15 UTC  (5+ messages)
` [PATCH 1/1] powerpc/crash: stop watchdogs before booting kdump kernel

[powerpc:fixes-test 12/12] arch/powerpc/include/asm/ptrace.h:245:23: error: call to undeclared function 'BIT'; ISO C99 and later do not support implicit function declarations
 2026-07-11  3:12 UTC 

[powerpc:fixes-test] BUILD REGRESSION afc2830892a128a13a65f677271a0a48aeb61b5e
 2026-07-11  2:22 UTC 

[powerpc:fixes-test 10/12] kernel/sched/core.c:7449:1: error: type specifier missing, defaults to 'int'; ISO C99 and later do not support implicit int
 2026-07-10 22:37 UTC  (2+ messages)

[PATCH 7.1.y 0/6] cBPF JIT spray hardening
 2026-07-10 21:03 UTC  (2+ messages)

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

[PATCH v3] powerpc/pseries/iommu: Add TCEs for 16GB pages when RAM is pre-mapped
 2026-07-10 20:01 UTC  (3+ messages)

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

[powerpc:fixes-test 12/12] arch/powerpc/include/asm/ptrace.h:241:33: error: implicit declaration of function 'BIT'
 2026-07-10 17:46 UTC 

[PATCH 00/42] of: reserved_mem: Introduce devres helpers and convert drivers
 2026-07-10 17:45 UTC  (5+ messages)
` [PATCH 10/42] drm: pl111: Use devm_of_reserved_mem_device_init()
` [PATCH 23/42] mmc: sdhci-of-bst: Use devm_of_reserved_mem_device_init_by_idx()

[PATCH 0/2] Bring includes in linux/kmod.h up to date
 2026-07-10 13:57 UTC  (3+ messages)
` [PATCH 2/2] module: "

[PATCH] usb: phy: fsl-usb: clear fsl_otg_dev after freeing it
 2026-07-10 13:17 UTC  (2+ messages)

[PATCH v2 00/10] soc: fsl: qe: QE PIC improvement and add support of IRQs to QUICC ENGINE GPIOs
 2026-07-10 10:28 UTC  (5+ messages)
` [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 0/3] powerpc/numa: Enable coregroup support on PowerNV
 2026-07-10  5:48 UTC  (7+ messages)
` [PATCH v2 1/3] powerpc/numa: Simplify find_primary_domain_index
` [PATCH v2 2/3] powerpc/numa: Allow cpu_to_coregroup_id without PPC_SPLPAR
` [PATCH v2 3/3] powerpc/numa: Support coregroup on PowerNV

[PATCH v8] mm: pgtable: free kernel page tables via RCU to fix ptdump UAF
 2026-07-10  9:33 UTC  (5+ messages)

powerpc/kexec_file: print configured kernel command line
 2026-07-10  7:05 UTC  (3+ messages)

[PATCH 0/2] powerpc/vdso: Debugging improvements
 2026-07-10  6:14 UTC  (3+ messages)
` [PATCH 1/2] powerpc/vdso: Add support for vDSO installation
` [PATCH 2/2] powerpc/vdso: Generate build IDs

[RFC PATCH 0/6] selftests/vfio: Add sPAPR TCE v2 coverage
 2026-07-10  5:11 UTC  (3+ messages)

[PATCH] ASoC: fsl: imx-card: Skip sysclk reset for active DAIs in shutdown
 2026-07-10  3:13 UTC 


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