public inbox for linuxppc-dev@ozlabs.org
 help / color / mirror / Atom feed
 messages from 2026-01-13 12:47:21 to 2026-01-15 12:32:57 UTC [more...]

[PATCH v2 00/23] mm: balloon infrastructure cleanups
 2026-01-15 12:32 UTC  (45+ messages)
` [PATCH v2 01/23] vmw_balloon: adjust BALLOON_DEFLATE when deflating while migrating
` [PATCH v2 02/23] vmw_balloon: remove vmballoon_compaction_init()
` [PATCH v2 03/23] powerpc/pseries/cmm: remove cmm_balloon_compaction_init()
` [PATCH v2 04/23] mm/balloon_compaction: centralize basic page migration handling
` [PATCH v2 05/23] mm/balloon_compaction: centralize adjust_managed_page_count() handling
` [PATCH v2 06/23] vmw_balloon: stop using the balloon_dev_info lock
` [PATCH v2 07/23] mm/balloon_compaction: use a device-independent balloon (list) lock
` [PATCH v2 08/23] mm/balloon_compaction: remove dependency on page lock
` [PATCH v2 09/23] mm/balloon_compaction: make balloon_mops static
` [PATCH v2 10/23] mm/balloon_compaction: drop fs.h include from balloon_compaction.h
` [PATCH v2 11/23] drivers/virtio/virtio_balloon: stop using balloon_page_push/pop()
` [PATCH v2 12/23] mm/balloon_compaction: remove balloon_page_push/pop()
` [PATCH v2 13/23] mm/balloon_compaction: fold balloon_mapping_gfp_mask() into balloon_page_alloc()
` [PATCH v2 14/23] mm/balloon_compaction: move internal helpers to balloon_compaction.c
` [PATCH v2 15/23] mm/balloon_compaction: assert that the balloon_pages_lock is held
` [PATCH v2 16/23] mm/balloon_compaction: mark remaining functions for having proper kerneldoc
` [PATCH v2 17/23] mm/balloon_compaction: remove "extern" from functions
` [PATCH v2 18/23] mm/vmscan: drop inclusion of balloon_compaction.h
` [PATCH v2 19/23] mm: rename balloon_compaction.(c|h) to balloon.(c|h)
` [PATCH v2 20/23] mm/kconfig: make BALLOON_COMPACTION depend on MIGRATION
` [PATCH v2 21/23] mm: rename CONFIG_BALLOON_COMPACTION to CONFIG_BALLOON_MIGRATION
` [PATCH v2 22/23] mm: rename CONFIG_MEMORY_BALLOON -> CONFIG_BALLOON
` [PATCH v2 23/23] MAINTAINERS: move memory balloon infrastructure to "MEMORY MANAGEMENT - BALLOON"

[PATCH 00/19] printk cleanup - part 3
 2026-01-15 12:29 UTC  (35+ messages)
` [PATCH 01/19] printk/nbcon: Use an enum to specify the required callback in console_is_usable()
` [PATCH 02/19] printk: Introduce console_is_nbcon
` [PATCH 03/19] printk: Drop flags argument from console_is_usable
` [PATCH 04/19] printk: Reintroduce consoles_suspended global state
` [PATCH 05/19] printk: Add more context to suspend/resume functions
` [PATCH 06/19] printk: Introduce register_console_force
` [PATCH 07/19] drivers: netconsole: Migrate to register_console_force helper
` [PATCH 08/19] debug: debug_core: "
` [PATCH 09/19] m68k: emu: nfcon.c: "
` [PATCH 10/19] fs: pstore: platform: "
` [PATCH 11/19] powerpc: kernel: udbg: "
` [PATCH 12/19] sparc: kernel: btext: "
` [PATCH 13/19] um: drivers: mconsole_kern.c: "
` [PATCH 14/19] drivers: hwtracing: stm: console.c: "

[PATCH v4 0/6] Extend "trusted" keys to support a new trust source named the PowerVM Key Wrapping Module (PKWM)
 2026-01-15 10:05 UTC  (7+ messages)
` [PATCH v4 1/6] pseries/plpks: fix kernel-doc comment inconsistencies
` [PATCH v4 2/6] powerpc/pseries: move the PLPKS config inside its own sysfs directory
` [PATCH v4 3/6] pseries/plpks: expose PowerVM wrapping features via the sysfs
` [PATCH v4 4/6] pseries/plpks: add HCALLs for PowerVM Key Wrapping Module
` [PATCH v4 5/6] keys/trusted_keys: establish PKWM as a trusted source
` [PATCH v4 6/6] docs: trusted-encryped: add PKWM as a new trust source

[PATCH v5 0/5] Enable THP support in drm_pagemap
 2026-01-15 11:05 UTC  (21+ messages)
` [PATCH v5 1/5] mm/zone_device: Reinitialize large zone device private folios

[PATCH v2] ASoC: dt-bindings: fsl,sai: Add support for i.MX952 platform
 2026-01-15  9:35 UTC  (2+ messages)

[PATCH v8 0/5] PCI: endpoint: BAR subrange mapping support
 2026-01-15  8:49 UTC  (6+ messages)
` [PATCH v8 1/5] PCI: endpoint: Add dynamic_inbound_mapping EPC feature
` [PATCH v8 2/5] PCI: endpoint: Add BAR subrange mapping support
` [PATCH v8 3/5] PCI: dwc: Advertise dynamic inbound "
` [PATCH v8 4/5] PCI: dwc: ep: Support BAR subrange inbound mapping via Address Match Mode iATU
` [PATCH v8 5/5] Documentation: PCI: endpoint: Clarify pci_epc_set_bar() usage

[PATCH v7 0/6] PCI: endpoint: BAR subrange mapping support
 2026-01-15  8:48 UTC  (23+ messages)
` [PATCH v7 1/6] PCI: endpoint: Add dynamic_inbound_mapping EPC feature
` [PATCH v7 2/6] PCI: endpoint: Add BAR subrange mapping support
` [PATCH v7 3/6] PCI: dwc: Allow glue drivers to return mutable EPC features
` [PATCH v7 4/6] PCI: dwc: Advertise dynamic inbound mapping support
` [PATCH v7 5/6] PCI: dwc: ep: Support BAR subrange inbound mapping via Address Match Mode iATU
` [PATCH v7 6/6] Documentation: PCI: endpoint: Clarify pci_epc_set_bar() usage

[PATCH v2 0/6] powerpc64/bpf: Support tailcalls with subprogs & BPF exceptions
 2026-01-15  8:29 UTC  (15+ messages)
` [PATCH v2 1/6] powerpc64/bpf: Move tail_call_cnt to bottom of stack frame
` [PATCH v2 2/6] powerpc64/bpf: Support tailcalls with subprogs
` [PATCH v2 3/6] powerpc64/bpf: Tailcall handling with trampolines
` [PATCH v2 4/6] powerpc64/bpf: Add arch_bpf_stack_walk() for BPF JIT
` [PATCH v2 5/6] powerpc64/bpf: Support exceptions
` [PATCH v2 6/6] powerpc64/bpf: Additional NVR handling for bpf_throw

[PATCH v18 00/12] Support page table check on PowerPC
 2026-01-15  6:13 UTC  (5+ messages)

[PATCH 1/3] integrity: Make arch_ima_get_secureboot integrity-wide
 2026-01-15  0:43 UTC 

[powerpc:merge] BUILD SUCCESS 960c1fd29055f49b8d1eaf187ae436acd2591c0d
 2026-01-14 20:15 UTC 

[PATCH 0/5 v9] Make ELOG and GHES log and trace consistently
 2026-01-14 16:11 UTC  (7+ messages)
` [PATCH 1/5 v9] ACPI: extlog: Trace CPER Non-standard Section Body
` [PATCH 2/5 v9] ACPI: extlog: Trace CPER PCI Express Error Section
` [PATCH 3/5 v9] acpi/ghes: Add helper for CPER CXL protocol errors checks
` [PATCH 4/5 v9] acpi/ghes: Add helper to copy CPER CXL protocol error info to work struct
` [PATCH 5/5 v9] ACPI: extlog: Trace CPER CXL Protocol Error Section

[PATCH 00/12] i2c: add and start using i2c_adapter-specific printk helpers
 2026-01-14 15:22 UTC  (4+ messages)

[PATCH v3 0/6] Extend "trusted" keys to support a new trust source named the PowerVM Key Wrapping Module (PKWM)
 2026-01-14 15:02 UTC  (5+ messages)
` [PATCH v3 5/6] keys/trusted_keys: establish PKWM as a trusted source

[PATCH 00/36] AES library improvements
 2026-01-14 12:12 UTC  (5+ messages)
` [PATCH 15/36] lib/crypto: s390/aes: Migrate optimized code into library

[PATCH 0/2] ASoC: fsl_sai: support the i.MX952 platform
 2026-01-14 11:03 UTC  (5+ messages)
` [PATCH 1/2] ASoC: dt-bindings: fsl,sai: Add support for "
` [PATCH 2/2] ASoC: fsl_sai: "

[PATCH] powerpc/vdso: Provide clock_getres_time64()
 2026-01-14  8:27 UTC  (2+ messages)

[PATCH net v2] net: freescale: ucc_geth: Return early when TBI PHY can't be found
 2026-01-14  8:02 UTC 

[PATCH 00/15] vDSO: header file cleanups
 2026-01-14  8:01 UTC  (16+ messages)
` [PATCH 01/15] arm64: vDSO: gettimeofday: Explicitly include vdso/clocksource.h
` [PATCH 02/15] arm64: vDSO: compat_gettimeofday: Add explicit includes
` [PATCH 03/15] ARM: vdso: gettimeofday: "
` [PATCH 04/15] powerpc/vdso/gettimeofday: Explicitly include vdso/time32.h
` [PATCH 05/15] powerpc/vdso: Explicitly include asm/cputable.h and asm/feature-fixups.h
` [PATCH 06/15] LoongArch: vDSO: Explicitly include asm/vdso/vdso.h
` [PATCH 07/15] MIPS: vdso: Add include guard to asm/vdso/vdso.h
` [PATCH 08/15] MIPS: vdso: Explicitly include asm/vdso/vdso.h
` [PATCH 09/15] random: vDSO: Add explicit includes
` [PATCH 10/15] vdso/gettimeofday: "
` [PATCH 11/15] vdso/helpers: Explicitly include vdso/processor.h
` [PATCH 12/15] vdso/datapage: Remove inclusion of gettimeofday.h
` [PATCH 13/15] vdso/datapage: Trim down unnecessary includes
` [PATCH 14/15] random: vDSO: trim vDSO includes
` [PATCH 15/15] random: vDSO: remove ifdeffery

[PATCH v6 00/14] Nesting support for lazy MMU mode
 2026-01-14  7:27 UTC  (7+ messages)
` [PATCH v6 04/14] sparc/mm: implement arch_flush_lazy_mmu_mode()
` [PATCH v6 06/14] mm: introduce CONFIG_ARCH_HAS_LAZY_MMU_MODE
` [PATCH v6 12/14] sparc/mm: replace batch->active with is_lazy_mmu_mode_active()

[PATCH v2 00/11] Remove device private pages from physical address space
 2026-01-14  5:41 UTC  (13+ messages)
` [PATCH v2 05/11] mm/page_vma_mapped: Add flags to page_vma_mapped_walk::pfn to track device private pages
` [PATCH v2 11/11] mm: Remove device private pages from the physical address space

[PATCH bpf-next v4 0/2] powerpc64/bpf: Inline helper in powerpc JIT
 2026-01-14  3:04 UTC  (2+ messages)

[PATCH v2 1/1] powerpc/eeh: fix recursive pci_lock_rescan_remove locking in EEH event handling
 2026-01-14  3:04 UTC  (2+ messages)

[PATCH v2] powerpc/pseries: Fix MSI-X allocation failure when quota is exceeded
 2026-01-14  3:04 UTC  (2+ messages)

[PATCH v5 0/7] powerpc: Implement masked user access
 2026-01-14  3:04 UTC  (2+ messages)

[PATCH] powerpc/iommu: bypass DMA APIs for coherent allocations for pre-mapped memory
 2026-01-14  3:04 UTC  (2+ messages)

[PATCH net] net: freescale: ucc_geth: Return early when TBI found can't be found
 2026-01-13 20:42 UTC  (6+ messages)

[PATCH RESEND v6] PCI/portdev: Disable AER for Titan Ridge 4C 2018
 2026-01-13 17:33 UTC 

[PATCH v6 0/5] PCI: endpoint: BAR subrange mapping support
 2026-01-13 16:07 UTC  (4+ messages)
` [PATCH v6 1/5] PCI: endpoint: Add "

[PATCH v4 00/17] module: Introduce hash-based integrity checking
 2026-01-13 14:56 UTC  (8+ messages)
` [PATCH v4 02/17] powerpc/ima: Drop unnecessary check for CONFIG_MODULE_SIG
` [PATCH v4 05/17] module: Switch load_info::len to size_t
` [PATCH v4 12/17] module: Move signature splitting up
` [PATCH v4 13/17] module: Report signature type to users
` [PATCH v4 15/17] module: Introduce hash-based integrity checking
` [PATCH v4 16/17] kbuild: move handling of module stripping to Makefile.lib


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