public inbox for linuxppc-dev@ozlabs.org
 help / color / mirror / Atom feed
 messages from 2026-01-16 17:21:00 to 2026-01-22 07:10:09 UTC [more...]

Github tracker for PowerPC issues
 2026-01-22  6:55 UTC  (3+ messages)

[PATCH v2 00/11] Remove device private pages from physical address space
 2026-01-22  6:24 UTC  (16+ 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 v2 0/4] PCI/MSI: Generalize no_64bit_msi into msi_addr_mask
 2026-01-21 23:40 UTC  (9+ messages)
` [PATCH v2 1/4] PCI/MSI: Conservatively generalize "
` [PATCH v2 2/4] PCI/MSI: Check msi_addr_mask in msi_verify_entries()
` [PATCH v2 3/4] drm/radeon: Raise msi_addr_mask to dma_bits
` [PATCH v2 4/4] ALSA: hda/intel: "

[PATCH 00/15] tick/sched: Refactor idle cputime accounting
 2026-01-21 18:04 UTC  (29+ messages)
` [PATCH 01/15] sched/idle: Handle offlining first in idle loop
` [PATCH 03/15] sched/cputime: Correctly support generic vtime idle time
` [PATCH 05/15] s390/time: Prepare to stop elapsing in dynticks-idle
` [PATCH 06/15] tick/sched: Unify idle cputime accounting
` [PATCH 07/15] cpufreq: ondemand: Simplify idle cputime granularity test
` [PATCH 09/15] tick/sched: Move dyntick-idle cputime accounting to cputime code

[PATCH v4 0/3] Fix bugs and performance of kstack offset randomisation
 2026-01-21 14:48 UTC  (20+ messages)
` [PATCH v4 1/3] randomize_kstack: Maintain kstack_offset per task
` [PATCH v4 2/3] prandom: Add __always_inline version of prandom_u32_state()
` [PATCH v4 3/3] randomize_kstack: Unify random source across arches

[PATCH 1/3] integrity: Make arch_ima_get_secureboot integrity-wide
 2026-01-21 16:25 UTC  (12+ messages)

[PATCH v2 2/2] PCI/ACPI: Confine program_hpx_type2 to the AER bits
 2026-01-21 11:35 UTC 

[PATCH v2 0/4] ASoC: fsl_audmix: Support the i.MX952 platform
 2026-01-21 10:47 UTC  (11+ messages)
` [PATCH v2 1/4] ASoC: dt-bindings: fsl,audmix: Add support for "
` [PATCH v2 2/4] ASoC: dt-bindings: fsl,sai: Add AUDMIX mode support on i.MX952
` [PATCH v2 3/4] ASoC: fsl_audmix: Add support for i.MX952 platform
` [PATCH v2 4/4] ASoC: fsl_sai: Add AUDMIX mode support on i.MX952

[PATCH v6 0/5] Enable THP support in drm_pagemap
 2026-01-21  3:51 UTC  (26+ messages)
` [PATCH v6 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-20 12:52 UTC  (2+ messages)

[PATCH v2] powerpc/g5: Enable all windfarms by default
 2026-01-20 12:48 UTC 

[bpf] Observing Kernel Softlock up while running BPF self tests
 2026-01-20  9:10 UTC 

[PATCH 0/8] soc: remove direct accesses to of_root from drivers/soc/
 2026-01-20  8:08 UTC  (25+ messages)
` [PATCH 1/8] of: provide of_machine_get_compatible()
` [PATCH 2/8] base: soc: order includes alphabetically
` [PATCH 3/8] base: soc: export soc_device_get_machine()
` [PATCH 4/8] soc: fsl: guts: don't access of_root directly
` [PATCH 5/8] soc: imx8m: "
` [PATCH 6/8] soc: imx9: "
` [PATCH 7/8] soc: renesas: "
` [PATCH 8/8] soc: sunxi: mbus: "

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

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

[PATCH v2 00/23] mm: balloon infrastructure cleanups
 2026-01-19 22:44 UTC  (7+ messages)
` [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] powerpc: dts: Build devicetrees of enabled platforms
 2026-01-19 21:17 UTC 

[PATCH v3 0/3] Fix bugs and performance of kstack offset randomisation
 2026-01-19 12:59 UTC  (11+ messages)
` [PATCH v3 1/3] randomize_kstack: Maintain kstack_offset per task
` [PATCH v3 2/3] prandom: Convert prandom_u32_state() to __always_inline
` [PATCH v3 3/3] randomize_kstack: Unify random source across arches

[PATCH 00/12] i2c: add and start using i2c_adapter-specific printk helpers
 2026-01-19 11:32 UTC  (8+ messages)
  ` Big I2C core changes coming up this year (was: "

[PATCH] powerpc/52xx/mpc52xx_gpt: consolidate chained IRQ handler install/remove
 2026-01-19  9:41 UTC  (2+ messages)

[PATCH v8 0/5] PCI: endpoint: BAR subrange mapping support
 2026-01-19  8:42 UTC  (4+ messages)
` [PATCH v8 2/5] PCI: endpoint: Add "

[PATCH 0/2] ASoC: fsl_audmix: Support the i.MX952 platform
 2026-01-19  7:31 UTC  (6+ messages)
` [PATCH 1/2] ASoC: dt-bindings: fsl,audmix: Add support for "

[PATCH] soc: fsl: qe: qe_ports_ic: Consolidate chained IRQ handler install/remove
 2026-01-19  7:00 UTC  (2+ messages)

[PATCH 2/2] ASoC: fsl_audmix: Add support for i.MX952 platform
 2026-01-19  6:37 UTC  (2+ messages)

[PATCH] powerpc/44x/uic: Consolidate chained IRQ handler install/remove
 2026-01-19  6:35 UTC 

[PATCH] powerpc/52xx/media5200: Consolidate chained IRQ handler install/remove
 2026-01-19  6:04 UTC 

[PATCH v2] powerpc: Add reloc_offset() to font bitmap pointer used for bootx_printf()
 2026-01-18 18:41 UTC  (3+ messages)

[RESEND PATCH v4 0/2] PCI: Introduce pci_clear/set_config_dword()
 2026-01-18 13:47 UTC  (2+ messages)

[PATCH v2 0/6] powerpc64/bpf: Support tailcalls with subprogs & BPF exceptions
 2026-01-17 10:59 UTC  (11+ 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 6/6] powerpc64/bpf: Additional NVR handling for bpf_throw

[PATCH 0/6] powerpc64/bpf: Support tailcalls with subprogs & BPF exceptions
 2026-01-17 10:33 UTC  (3+ messages)
` [PATCH 2/6] powerpc64/bpf: Tailcall handling with trampolines

[PATCH v5 0/5] Enable THP support in drm_pagemap
 2026-01-16 18:07 UTC  (4+ messages)
` [PATCH v5 1/5] mm/zone_device: Reinitialize large zone device private folios

[PATCH 00/19] printk cleanup - part 3
 2026-01-16 13:54 UTC  (4+ messages)
` [PATCH 14/19] drivers: hwtracing: stm: console.c: Migrate to register_console_force helper


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