linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-10-28 00:47:34 to 2025-10-30 15:01:47 UTC [more...]

[PATCH v2 00/11] powerpc/book3s64: Hash / SLB fixes & improvements
 2025-10-30 14:57 UTC  (12+ messages)
` [PATCH v2 01/11] powerpc/64s/slb: Fix SLB multihit issue during SLB preload
` [PATCH v2 02/11] powerpc/64s/hash: Restrict stress_hpt_struct memblock region to within RMA limit
` [PATCH v2 03/11] powerpc/64s/ptdump: Fix kernel_hash_pagetable dump for ISA v3.00 HPTE format
` [PATCH v2 04/11] powerpc/64s/hash: Fix phys_addr_t printf format in htab_initialize()
` [PATCH v2 05/11] powerpc/64s/hash: Improve hash mmu printk messages
` [PATCH v2 06/11] powerpc/64s/hash: Hash hpt_order should be only available with Hash MMU
` [PATCH v2 07/11] powerpc/64s/hash: Update directMap page counters for Hash
` [PATCH v2 08/11] powerpc/64s/pgtable: Enable directMap counters in meminfo "
` [PATCH v2 09/11] powerpc/ptdump: Dump PXX level info for kernel_page_tables
` [PATCH v2 10/11] powerpc/64s/slb: Make preload_add return type as void
` [PATCH v2 11/11] powerpc/64s/slb: Add no_slb_preload early cmdline param

[PATCH v2 00/50] tree-in-dcache stuff
 2025-10-30 13:35 UTC  (77+ messages)
` [PATCH v2 02/50] tracefs: fix a leak in eventfs_create_events_dir()
` [PATCH v2 03/50] new helper: simple_remove_by_name()
` [PATCH v2 05/50] introduce a flag for explicitly marking persistently pinned dentries
` [PATCH v2 06/50] primitives for maintaining persisitency
` [PATCH v2 07/50] convert simple_{link,unlink,rmdir,rename,fill_super}() to new primitives
  ` [External] : "
` [PATCH v2 08/50] convert ramfs and tmpfs
` [PATCH v2 09/50] procfs: make /self and /thread_self dentries persistent
` [PATCH v2 10/50] configfs, securityfs: kill_litter_super() not needed
` [PATCH v2 11/50] convert xenfs
` [PATCH v2 12/50] convert smackfs
` [PATCH v2 13/50] convert hugetlbfs
` [PATCH v2 16/50] convert dlmfs
` [PATCH v2 17/50] convert fuse_ctl
` [PATCH v2 18/50] convert pstore
` [PATCH v2 19/50] convert tracefs
` [PATCH v2 20/50] convert debugfs
` [PATCH v2 21/50] debugfs: remove duplicate checks in callers of start_creating()
` [PATCH v2 22/50] convert efivarfs
` [PATCH v2 25/50] ibmasmfs: get rid of ibmasmfs_dir_ops
` [PATCH v2 26/50] convert devpts
` [PATCH v2 27/50] binderfs: use simple_start_creating()
` [PATCH v2 28/50] binderfs_binder_ctl_create(): kill a bogus check
` [PATCH v2 30/50] autofs_{rmdir,unlink}: dentry->d_fsdata->dentry == dentry there
` [PATCH v2 31/50] convert autofs
` [PATCH v2 32/50] convert binfmt_misc
` [PATCH v2 33/50] selinuxfs: don't stash the dentry of /policy_capabilities
` [PATCH v2 34/50] selinuxfs: new helper for attaching files to tree
` [PATCH v2 35/50] convert selinuxfs
` [PATCH v2 36/50] functionfs: switch to simple_remove_by_name()
` [PATCH v2 37/50] convert functionfs
` [PATCH v2 38/50] gadgetfs: switch to simple_remove_by_name()
` [PATCH v2 39/50] convert gadgetfs
` [PATCH v2 40/50] hypfs: don't pin dentries twice
` [PATCH v2 41/50] hypfs: switch hypfs_create_str() to returning int
` [PATCH v2 42/50] hypfs: swich hypfs_create_u64() "
` [PATCH v2 44/50] convert rpc_pipefs
` [PATCH v2 45/50] convert nfsctl
` [PATCH v2 46/50] convert rust_binderfs
` [PATCH v2 47/50] get rid of kill_litter_super()
` [PATCH v2 48/50] convert securityfs
` [PATCH v2 49/50] kill securityfs_recursive_remove()
` [PATCH v2 50/50] d_make_discardable(): warn if given a non-persistent dentry

[next-20251022] Kernel Boot Warnings at arch/powerpc/kernel/trace/ftrace.c:234
 2025-10-30 12:39 UTC  (8+ messages)

[PATCH v3 0/7] syscore: Pass context data to callbacks
 2025-10-30 12:28 UTC  (12+ messages)
` [PATCH v3 1/7] "
` [PATCH v3 2/7] MIPS: PCI: Use contextual data instead of global variable
` [PATCH v3 3/7] bus: mvebu-mbus: "
` [PATCH v3 4/7] clk: ingenic: tcu: "
` [PATCH v3 5/7] clk: mvebu: "
` [PATCH v3 6/7] irqchip/irq-imx-gpcv2: "
` [PATCH v3 7/7] soc/tegra: pmc: "

[PATCH v4 00/12] Nesting support for lazy MMU mode
 2025-10-30 10:28 UTC  (15+ messages)
` [PATCH v4 01/12] powerpc/64s: Do not re-activate batched TLB flush
` [PATCH v4 02/12] x86/xen: simplify flush_lazy_mmu()
` [PATCH v4 03/12] powerpc/mm: implement arch_flush_lazy_mmu_mode()
` [PATCH v4 04/12] sparc/mm: "
` [PATCH v4 05/12] mm: introduce CONFIG_ARCH_HAS_LAZY_MMU_MODE
` [PATCH v4 06/12] mm: introduce generic lazy_mmu helpers
` [PATCH v4 07/12] mm: enable lazy_mmu sections to nest
` [PATCH v4 08/12] arm64: mm: replace TIF_LAZY_MMU with in_lazy_mmu_mode()
` [PATCH v4 09/12] powerpc/mm: replace batch->active "
` [PATCH v4 10/12] sparc/mm: "
` [PATCH v4 11/12] x86/xen: use lazy_mmu_state when context-switching
` [PATCH v4 12/12] mm: bail out of lazy_mmu_mode_* in interrupt context

[PATCH v4] powerpc/kdump: Add support for crashkernel CMA reservation
 2025-10-30 10:09 UTC 

[PATCH v3 00/25] KVM: x86/mmu: TDX post-populate cleanups
 2025-10-30  8:34 UTC  (14+ messages)
` [PATCH v3 04/25] KVM: x86/mmu: Add dedicated API to map guest_memfd pfn into TDP MMU
` [PATCH v3 24/25] KVM: TDX: Guard VM state transitions with "all" the locks

[PATCH] powerpc/pseries: add input size check in ofdt_write
 2025-10-30  5:17 UTC 

[PATCH 01/02] scripts/gdb/cpus: Add support for get_current_task for powerpc book3s64
 2025-10-30  4:33 UTC  (2+ messages)

[PATCH 0/2] arch/powerpc: Add missing includes
 2025-10-29 20:27 UTC  (4+ messages)
` [PATCH 1/2] arch/powerpc: Add missing linux/of.h include
` [PATCH 2/2] macintosh/via-pmu-backlight: Include uapi/linux/fb.h

[PATCH] powerpc/prom_init: Fixup missing #size-cells on PowerMac media-bay nodes
 2025-10-29 17:40 UTC 

[PATCH] PCI/ASPM: Enable only L0s and L1 for devicetree platforms
 2025-10-29 17:25 UTC  (5+ messages)

Fwd: Excluded List for "#size-cells" warning
 2025-10-29 17:00 UTC  (4+ messages)
  `  "

[PATCH v3] powerpc/kdump: Add support for crashkernel CMA reservation
 2025-10-29 14:53 UTC  (3+ messages)

[PATCH 0/4] powerpc/kdump: Support high crashkernel reservation
 2025-10-29 12:52 UTC  (4+ messages)
` [PATCH 2/4] powerpc: move to 64-bit RTAS

[patch V5 00/12] uaccess: Provide and use scopes for user access
 2025-10-29 10:23 UTC  (28+ messages)
` [patch V5 01/12] ARM: uaccess: Implement missing __get_user_asm_dword()
` [patch V5 02/12] uaccess: Provide ASM GOTO safe wrappers for unsafe_*_user()
      ` [patch V6 "
` [patch V5 03/12] x86/uaccess: Use unsafe wrappers for ASM GOTO
` [patch V5 04/12] powerpc/uaccess: "
` [patch V5 05/12] riscv/uaccess: "
` [patch V5 06/12] s390/uaccess: "
` [patch V5 07/12] uaccess: Provide scoped user access regions
` [patch V5 08/12] uaccess: Provide put/get_user_inline()
` [patch V5 10/12] futex: Convert to get/put_user_inline()
` [patch V5 12/12] select: Convert to scoped user access

[PATCH v5 00/14] Remove DMA map_page/map_resource and their unmap callbacks
 2025-10-29 10:00 UTC  (2+ messages)

Missing interrupt for MEI on Intel Xe
 2025-10-29  9:43 UTC 

[PATCH v2 1/2] sched/core: Option if steal should update CPU capacity
 2025-10-29  8:31 UTC  (4+ messages)
` [PATCH v2 2/2] powerpc/smp: Disable steal from updating "

powerpc/e500: WARNING: at mm/hugetlb.c:4755 hugetlb_add_hstate
 2025-10-29  8:25 UTC  (2+ messages)

[PATCH v3 24/25] KVM: TDX: Guard VM state transitions with "all" the locks
 2025-10-29  6:37 UTC  (4+ messages)
` [PATCH] KVM: TDX: Take MMU lock around tdh_vp_init()

[PATCH 1/2] sched: Feature to decide if steal should update CPU capacity
 2025-10-29  6:08 UTC  (6+ messages)
` [PATCH 2/2] powerpc/smp: Disable ACCT_STEAL for shared LPARs

[PATCH] powerpc/kexec: Enable SMT before waking offline CPUs
 2025-10-29  3:36 UTC  (8+ messages)
` [PATCH v2] "

[PATCH v1 2/2] epoll: Use __user_write_access_begin() and unsafe_put_user() in epoll_put_uevent()
 2025-10-29  1:42 UTC  (7+ messages)

[PATCH 0/2] powerpc: Fix backlight include fallout
 2025-10-28 12:30 UTC  (2+ messages)

[PATCH] ASoC: fsl_sai: Fix sync error in consumer mode
 2025-10-28 16:42 UTC  (2+ messages)

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

[PATCH] powerpc/smp: Expose die_id and die_cpumask
 2025-10-28 10:57 UTC 

[PATCH v3 00/13] Nesting support for lazy MMU mode
 2025-10-28 10:34 UTC  (8+ messages)
` [PATCH v3 06/13] mm: introduce generic lazy_mmu helpers

[PATCH] powerpc/vmlinux.lds: Drop .interp description
 2025-10-28  8:58 UTC  (4+ messages)

[PATCH v2 23/50] convert spufs
 2025-10-28  1:33 UTC  (3+ messages)


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).