messages from 2025-11-07 15:29:32 to 2025-11-12 20:04:13 UTC [more...]
[PATCH v2 00/10] kbuild: userprogs: introduce architecture-specific CC_CAN_LINK and userprog flags
2025-11-12 20:03 UTC (10+ messages)
` [PATCH v2 01/10] kbuild: don't enable CC_CAN_LINK if the dummy program generates warnings
` [PATCH v2 02/10] init: deduplicate cc-can-link.sh invocations
` [PATCH v2 03/10] kbuild: allow architectures to override CC_CAN_LINK
` [PATCH v2 10/10] kbuild: simplify CC_CAN_LINK
[PATCH v2 0/4] PCI/ASPM: Allow quirks to avoid L0s and L1
2025-11-12 17:27 UTC (11+ messages)
` [PATCH v2 1/4] PCI/ASPM: Cache L0s/L1 Supported so advertised link states can be overridden
` [PATCH v2 2/4] PCI/ASPM: Add pcie_aspm_remove_cap() to override advertised link states
` [PATCH v2 3/4] PCI/ASPM: Convert quirks "
` [PATCH v2 4/4] PCI/ASPM: Avoid L0s and L1 on Freescale Root Ports
[PATCH 1/2] powerpc/fadump: remove old sysfs symlink
2025-11-12 17:13 UTC (2+ messages)
` [PATCH 2/2] Documentation/ABI: remove old fadump sysfs doc
[PATCH v1] mm: fix MAX_FOLIO_ORDER on powerpc configs with hugetlb
2025-11-12 14:56 UTC
[Help] Microwatt (Zynqwatt) — Kernel halts after Radix MMU init on booting Linux on Zynq version of Microwatt
2025-11-12 14:45 UTC
[PATCH net] net: ps3_gelic_net: handle skb allocation failures
2025-11-12 14:31 UTC (4+ messages)
[PATCH v4 00/12] Nesting support for lazy MMU mode
2025-11-12 13:57 UTC (36+ 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 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 12/12] mm: bail out of lazy_mmu_mode_* in interrupt context
powerpc/e500: WARNING: at mm/hugetlb.c:4755 hugetlb_add_hstate
2025-11-12 10:41 UTC (17+ messages)
[PATCH v2] powerpc, mm: Fix mprotect on book3s 32-bit
2025-11-12 11:15 UTC (3+ messages)
[PATCH v2] powerpc: Add reloc_offset() to font bitmap pointer used for bootx_printf()
2025-11-12 11:38 UTC (2+ messages)
[PATCH 1/2] pseries/dtl: Use counter in !native case too
2025-11-12 11:10 UTC (2+ messages)
` [PATCH 2/2] pseries/dtl: Remove locks held warning
[PATCH v2] powerpc/smp: Expose die_id and die_cpumask
2025-11-12 7:48 UTC
[PATCH v3 00/50] tree-in-dcache stuff
2025-11-12 3:55 UTC (63+ messages)
` [PATCH v3 01/50] fuse_ctl_add_conn(): fix nlink breakage in case of early failure
` [PATCH v3 02/50] tracefs: fix a leak in eventfs_create_events_dir()
` [PATCH v3 03/50] new helper: simple_remove_by_name()
` [PATCH v3 04/50] new helper: simple_done_creating()
` [PATCH v3 05/50] introduce a flag for explicitly marking persistently pinned dentries
` [PATCH v3 06/50] primitives for maintaining persisitency
` [PATCH v3 07/50] convert simple_{link,unlink,rmdir,rename,fill_super}() to new primitives
` [PATCH v3 08/50] convert ramfs and tmpfs
` [PATCH v3 09/50] procfs: make /self and /thread_self dentries persistent
` [PATCH v3 10/50] configfs, securityfs: kill_litter_super() not needed
` [PATCH v3 11/50] convert xenfs
` [PATCH v3 12/50] convert smackfs
` [PATCH v3 13/50] convert hugetlbfs
` [PATCH v3 14/50] convert mqueue
` [PATCH v3 15/50] convert bpf
` [PATCH v3 16/50] convert dlmfs
` [PATCH v3 17/50] convert fuse_ctl
` [PATCH v3 18/50] convert pstore
` [PATCH v3 19/50] convert tracefs
` [PATCH v3 20/50] convert debugfs
` [PATCH v3 21/50] debugfs: remove duplicate checks in callers of start_creating()
` [PATCH v3 22/50] convert efivarfs
` [PATCH v3 23/50] convert spufs
` [PATCH v3 24/50] convert ibmasmfs
` [PATCH v3 25/50] ibmasmfs: get rid of ibmasmfs_dir_ops
` [PATCH v3 26/50] convert devpts
` [PATCH v3 27/50] binderfs: use simple_start_creating()
` [PATCH v3 28/50] binderfs_binder_ctl_create(): kill a bogus check
` [PATCH v3 29/50] convert binderfs
` [PATCH v3 30/50] autofs_{rmdir,unlink}: dentry->d_fsdata->dentry == dentry there
` [PATCH v3 31/50] convert autofs
` [PATCH v3 32/50] convert binfmt_misc
` [PATCH v3 33/50] selinuxfs: don't stash the dentry of /policy_capabilities
` [PATCH v3 34/50] selinuxfs: new helper for attaching files to tree
` [PATCH v3 35/50] convert selinuxfs
` [PATCH v3 36/50] functionfs: switch to simple_remove_by_name()
` [PATCH v3 37/50] convert functionfs
` [PATCH v3 38/50] gadgetfs: switch to simple_remove_by_name()
` [PATCH v3 39/50] convert gadgetfs
` [PATCH v3 40/50] hypfs: don't pin dentries twice
` [PATCH v3 41/50] hypfs: switch hypfs_create_str() to returning int
` [PATCH v3 42/50] hypfs: swich hypfs_create_u64() "
` [PATCH v3 43/50] convert hypfs
` [PATCH v3 44/50] convert rpc_pipefs
` [PATCH v3 45/50] convert nfsctl
` [PATCH v3 46/50] convert rust_binderfs
` [PATCH v3 47/50] get rid of kill_litter_super()
` [PATCH v3 48/50] convert securityfs
` [PATCH v3 49/50] kill securityfs_recursive_remove()
` [PATCH v3 50/50] d_make_discardable(): warn if given a non-persistent dentry
[PPC] Boot problems after the pci-v6.18-changes
2025-11-12 3:40 UTC (5+ messages)
[PATCH 0/6 v7] Make ELOG and GHES log and trace consistently
2025-11-11 15:43 UTC (10+ messages)
` [PATCH 3/6 v7] acpi/ghes: Make GHES select ACPI_APEI_PCIEAER
` [PATCH 4/6 v7] acpi/ghes: Add helper for CXL protocol errors checks
` [PATCH 5/6 v7] acpi/ghes: Add helper to copy CXL protocol error info to work struct
` [PATCH 6/6 v7] ACPI: extlog: Trace CPER CXL Protocol Error Section
[linux-next20251111]KASAN null-ptr-deref in bio_get_last_bvec() after "block: accumulate memory segment gaps per bio"
2025-11-11 15:30 UTC (2+ messages)
[PATCH] soc: fsl: qbman: add WQ_PERCPU to alloc_workqueue users
2025-11-11 12:03 UTC (5+ messages)
[PATCH v2 22/50] convert efivarfs
2025-11-11 10:56 UTC (12+ messages)
[PATCH v5 00/34] sparc64: vdso: Switch to the generic vDSO library
2025-11-11 8:55 UTC (20+ messages)
` [PATCH v5 11/34] random: vDSO: Add explicit includes
` [PATCH v5 16/34] random: vDSO: trim vDSO includes
` [PATCH v5 17/34] random: vDSO: remove ifdeffery
` [PATCH v5 19/34] random: vDSO: only access vDSO datapage after random_init()
[PATCH RESEND] powerpc/tools: drop `-o pipefail` in gcc check scripts
2025-11-11 7:13 UTC (5+ messages)
[PATCH v3 0/5] kexec: reorganize sysfs interface and add new kexec sysfs
2025-11-11 5:52 UTC (10+ messages)
` [PATCH v3 1/5] Documentation/ABI: add kexec and kdump sysfs interface
` [PATCH v3 2/5] kexec: move sysfs entries to /sys/kernel/kexec
` [PATCH v3 3/5] Documentation/ABI: mark old kexec sysfs deprecated
` [PATCH v3 4/5] kexec: document new kexec and kdump sysfs ABIs
` [PATCH v3 5/5] crash: export crashkernel CMA reservation to userspace
[PATCH 0/8] Generic IRQ entry/exit support for powerpc
2025-11-11 5:09 UTC (5+ messages)
[PATCH 00/24] PCI: Bridge window selection improvements
2025-11-10 17:04 UTC (4+ messages)
` [PATCH 02/24] sparc/PCI: Remove pcibios_enable_device() as they do nothing extra
[PATCH] powerpc/smp: Expose die_id and die_cpumask
2025-11-10 17:02 UTC (2+ messages)
[PATCH v4 00/28] KVM: x86/mmu: TDX post-populate cleanups
2025-11-10 15:37 UTC (2+ messages)
[powerpc:merge] BUILD SUCCESS e651f06871db048f84f90710508e2fe671c23f5f
2025-11-10 13:33 UTC
[RFC PATCH v3 00/10] paravirt CPUs and push task for less vCPU preemption
2025-11-10 4:54 UTC (7+ messages)
` [RFC PATCH v3 05/10] sched/fair: Don't consider paravirt CPUs for wakeup and load balance
` [RFC PATCH v3 07/10] sched/core: Push current task from paravirt CPU
[PATCH] MAINTAINERS : Add myself as reviewer for PPC KVM
2025-11-10 4:44 UTC (2+ messages)
[PATCH v2 2/5] kexec: move sysfs entries to /sys/kernel/kexec
2025-11-09 13:38 UTC (2+ messages)
[PATCH] powerpc: Use relocated font data pointer for btext_drawchar()
2025-11-09 9:48 UTC (2+ messages)
[PATCH] powerpc: Fix mprotect on book3s32
2025-11-08 22:24 UTC (3+ messages)
[PATCH 0/3] powerpc64/ftrace: fixes clang build issues
2025-11-08 21:04 UTC (4+ messages)
` [PATCH 1/3] powerpc64: make clang cross-build friendly
` [PATCH 2/3] powerpc64/ftrace: fix OOL stub count with clang
` [PATCH 3/3] powerpc64/ftrace: workaround clang recording GEP in __patchable_function_entries
[PATCH v7] powerpc/kdump: Add support for crashkernel CMA reservation
2025-11-08 4:26 UTC (3+ messages)
[PATCH v2 00/11] powerpc/book3s64: Hash / SLB fixes & improvements
2025-11-08 2:34 UTC (3+ messages)
` [PATCH v2 11/11] powerpc/64s/slb: Add no_slb_preload early cmdline param
[PATCH] PCI: pnv_php: add WQ_PERCPU to alloc_workqueue users
2025-11-07 14:33 UTC
[PATCH 2/2] PCI/ASPM: Avoid L0s and L1 on Freescale Root Ports
2025-11-07 21:55 UTC (2+ messages)
[patch V5 00/12] uaccess: Provide and use scopes for user access
2025-11-07 19:17 UTC (3+ messages)
` [patch V5 07/12] uaccess: Provide scoped user access regions
[PATCH] powerpc/iommu: bypass DMA APIs for coherent allocations for pre-mapped memory
2025-11-07 16:11 UTC
[PATCH v3 0/6] PowerNV PCIe Hotplug Driver Fixes
2025-11-07 16:07 UTC (7+ messages)
` [PATCH v3 1/6] PCI: pnv_php: Properly clean up allocated IRQs on unplug
` [PATCH] PCI: pnv_php: Fix potential NULL dereference in slot allocator
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).