messages from 2025-11-10 16:10:03 to 2025-11-17 06:54:23 UTC [more...]
[PATCH bpf-next v2 0/2] bpf: Inline helper in powerpc JIT
2025-11-17 6:52 UTC (2+ messages)
` [PATCH bpf-next v2 2/2] powerpc64/bpf: Inline bpf_get_smp_processor_id() and bpf_get_current_task()
[PATCH v5 0/3] kexec: reorganize kexec and kdump sysfs
2025-11-17 4:47 UTC (4+ messages)
` [PATCH v5 1/3] kexec: move sysfs entries to /sys/kernel/kexec
` [PATCH v5 2/3] Documentation/ABI: mark old kexec sysfs deprecated
` [PATCH v5 3/3] kexec: document new kexec and kdump sysfs ABIs
[PATCH v5] crash: export crashkernel CMA reservation to userspace
2025-11-17 4:19 UTC
[PATCH v5] Documentation/ABI: add kexec and kdump sysfs interface
2025-11-17 3:51 UTC
[PATCH v2] mm: fix MAX_FOLIO_ORDER on powerpc configs with hugetlb
2025-11-17 3:49 UTC (3+ messages)
[PATCH v2] powerpc: 82xx: fix uninitialized pointers with free attribute
2025-11-16 14:25 UTC
[powerpc:merge] BUILD SUCCESS 88ca3496be4b0b449016a750de1a79331ac5ca05
2025-11-16 13:08 UTC
[PATCH v3] powerpc, mm: Fix mprotect on book3s 32-bit
2025-11-16 6:40 UTC
[PATCH v3 00/50] tree-in-dcache stuff
2025-11-16 6:30 UTC (71+ 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()
` [functionfs] mainline UAF (was Re: [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
[PATCH] powerpc/warp: Fix error handling in pika_dtm_thread
2025-11-16 2:44 UTC
[PATCH v4 0/5] kexec: reorganize sysfs interface and add new kexec sysfs
2025-11-15 16:09 UTC (8+ messages)
` [PATCH v4 1/5] Documentation/ABI: add kexec and kdump sysfs interface
` [PATCH v4 2/5] kexec: move sysfs entries to /sys/kernel/kexec
` [PATCH v4 3/5] Documentation/ABI: mark old kexec sysfs deprecated
` [PATCH v4 4/5] kexec: document new kexec and kdump sysfs ABIs
` [PATCH v4 5/5] crash: export crashkernel CMA reservation to userspace
[PATCH v4 00/10] powerpc: Implement masked user access
2025-11-15 15:53 UTC (6+ messages)
` [PATCH v4 02/10] uaccess: Add speculation barrier to copy_from_user_iter()
` [PATCH v4 03/10] uaccess: Use masked_user_{read/write}_access_begin when required
[GIT PULL] PCI fixes for v6.18
2025-11-14 23:53 UTC (2+ messages)
[PATCH 0/2] PCI: Universal error recoverability of devices
2025-11-14 23:45 UTC (10+ messages)
` [PATCH 1/2] PCI: Ensure error recoverability at all times
[PATCH v1] mm: fix MAX_FOLIO_ORDER on powerpc configs with hugetlb
2025-11-14 19:43 UTC (5+ messages)
[akpm-mm:mm-unstable 36/283] mm/hugetlb.c:4753:18: warning: implicit conversion from 'unsigned long long' to 'unsigned long' changes value from 17179869184 to 0
2025-11-14 19:39 UTC (3+ messages)
[PATCH] fix windfarm_rm31 for RackMac logging
2025-11-14 16:47 UTC
[PATCH v2 00/10] kbuild: userprogs: introduce architecture-specific CC_CAN_LINK and userprog flags
2025-11-14 13:43 UTC (17+ 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 v5 00/14] Remove DMA map_page/map_resource and their unmap callbacks
2025-11-14 9:02 UTC (3+ messages)
` [PATCH v5 10/14] powerpc: Convert to physical address DMA mapping
[PATCH] powerpc/powermac: Fix reference count leak in i2c probe functions
2025-11-14 9:11 UTC (2+ messages)
[Help] Microwatt (Zynqwatt) — Kernel halts after Radix MMU init on booting Linux on Zynq version of Microwatt
2025-11-14 2:42 UTC (4+ messages)
PATCH: Fix typo recommand in comment
2025-11-13 19:51 UTC (2+ messages)
[PATCH v3 0/7] syscore: Pass context data to callbacks
2025-11-13 19:18 UTC (6+ messages)
` [PATCH v3 1/7] "
[PATCH net v2] net: ps3_gelic_net: handle skb allocation failures
2025-11-13 18:10 UTC
[PATCH 1/2] pseries/dtl: Use counter in !native case too
2025-11-13 16:37 UTC (3+ messages)
` [PATCH 2/2] pseries/dtl: Remove locks held warning
[PATCH 00/24] PCI: Bridge window selection improvements
2025-11-13 15:56 UTC (5+ messages)
` [PATCH 02/24] sparc/PCI: Remove pcibios_enable_device() as they do nothing extra
[PATCH v2 0/4] PCI/ASPM: Allow quirks to avoid L0s and L1
2025-11-13 4:02 UTC (13+ 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
[PPC] Boot problems after the pci-v6.18-changes
2025-11-13 0:44 UTC (6+ messages)
[PATCH RESEND] powerpc/tools: drop `-o pipefail` in gcc check scripts
2025-11-12 22:56 UTC (6+ messages)
[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 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 (21+ messages)
` [PATCH v4 02/12] x86/xen: simplify flush_lazy_mmu()
` [PATCH v4 06/12] mm: introduce generic lazy_mmu helpers
` [PATCH v4 07/12] mm: enable lazy_mmu sections to nest
powerpc/e500: WARNING: at mm/hugetlb.c:4755 hugetlb_add_hstate
2025-11-12 10:41 UTC (12+ 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 v2] powerpc/smp: Expose die_id and die_cpumask
2025-11-12 7:48 UTC
[PATCH 0/6 v7] Make ELOG and GHES log and trace consistently
2025-11-11 15:43 UTC (5+ 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
[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 (3+ messages)
[PATCH v2 22/50] convert efivarfs
2025-11-11 10:56 UTC (11+ messages)
[PATCH v5 00/34] sparc64: vdso: Switch to the generic vDSO library
2025-11-11 8:55 UTC (8+ messages)
` [PATCH v5 19/34] random: vDSO: only access vDSO datapage after random_init()
[PATCH v3 0/5] kexec: reorganize sysfs interface and add new kexec sysfs
2025-11-11 5:52 UTC (6+ messages)
` [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 (3+ messages)
[PATCH] powerpc/smp: Expose die_id and die_cpumask
2025-11-10 17:02 UTC (2+ messages)
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).