LinuxPPC-Dev Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-09-08 08:20:28 to 2026-09-09 16:00:19 UTC [more...]

[PATCH v2 00/22] coredump: allow to create sparse coredumps on the coredump socket
 2026-09-09 15:59 UTC  (21+ messages)
` [PATCH v2 01/22] powerpc/spufs: don't dump more than the note supports
` [PATCH v2 02/22] coredump: refuse negative skips
` [PATCH v2 03/22] coredump: set the minimum send buffer size
` [PATCH v2 04/22] selftests/coredump: discard the right amount after the coredump request
` [PATCH v2 05/22] selftests/coredump: collapse the expected request check into the helper
` [PATCH v2 06/22] selftests/coredump: add a separate helper header
` [PATCH v2 07/22] coredump: pin the protocol struct sizes
` [PATCH v2 08/22] coredump: move the negotiated mask into struct coredump_params
` [PATCH v2 09/22] coredump: deduplicate the to_skip flush
` [PATCH v2 10/22] coredump: make the dump helper return bool

[PATCH 00/14] mfd: unused driver purge
 2026-09-09 14:47 UTC  (24+ messages)
` [PATCH 01/14] mfd: remove unused 88pm80x driver
` [PATCH 02/14] mfd: remove unused rdc321x southbridge support
` [PATCH 03/14] mfd: remove unused si476x driver
` [PATCH 04/14] mfd: remove unused wm8400 driver
` [PATCH 05/14] mfd: remove unused adp5520 driver
` [PATCH 06/14] mfd: remove unused da903x driver
` [PATCH 07/14] mfd: remove unused lp8788 driver
` [PATCH 08/14] mfd: remove unused aat2870 driver
` [PATCH 09/14] mfd: remove unused lm3533 driver
` [PATCH 10/14] mfd: remove unused rc5t583 driver
` [PATCH 11/14] mfd: remove unused wm8350 driver
` [PATCH 12/14] mfd: remove unused mcp-sa11x0/ucb1x00 driver
` [PATCH 13/14] mfd: remove unused menelaus driver
` [PATCH 14/14] mfd: remove unused iPaq micro driver

[PATCH 5.10.y 2/3] PCI: Introduce PCI_SLOT_PLACEHOLDER constant for slot_nr placeholder value
 2026-09-09 14:53 UTC 

[PATCH v5 00/24] vdso: Reject absolute relocations during build
 2026-09-09 14:49 UTC  (24+ messages)
` [PATCH v5 01/24] elf, uapi: Add a header for relocation constants
` [PATCH v5 02/24] x86/elf, um/x86/elf: Move relocation constants to UAPI
` [PATCH v5 05/24] powerpc/elf: "
` [PATCH v5 11/24] tools headers UAPI: Sync ELF headers with the kernel sources
` [PATCH v5 16/24] powerpc/elf: Add 32-bit REL16 relocation definitions
` [PATCH v5 17/24] powerpc/vdso: Enable the vdsocheck tool

[PATCH 5.15.y 1/2] PCI: Introduce PCI_SLOT_PLACEHOLDER constant for slot_nr placeholder value
 2026-09-09 14:34 UTC 

[PATCH 6.1.y 1/2] PCI: Introduce PCI_SLOT_PLACEHOLDER constant for slot_nr placeholder value
 2026-09-09 14:30 UTC 

[PATCH 6.6.y 1/2] PCI: Introduce PCI_SLOT_PLACEHOLDER constant for slot_nr placeholder value
 2026-09-09 14:26 UTC 

[PATCH] bus: fsl-mc: register the object drivers after misc_class exists
 2026-09-09 14:24 UTC  (7+ messages)

[PATCH 6.12.y 1/2] PCI: Introduce PCI_SLOT_PLACEHOLDER constant for slot_nr placeholder value
 2026-09-09 14:18 UTC 

[PATCH 6.18.y 1/2] PCI: Introduce PCI_SLOT_PLACEHOLDER constant for slot_nr placeholder value
 2026-09-09 14:14 UTC 

[PATCH 7.2 555/556] PCI: Introduce PCI_SLOT_PLACEHOLDER constant for slot_nr placeholder value
 2026-09-09 13:43 UTC 

[PATCH] selftests/powerpc: use MAP_FAILED instead of (void *)-1 in tm-signal-context-force-tm
 2026-09-09 13:22 UTC  (2+ messages)

[PATCH 7.2.y 1/2] PCI: Introduce PCI_SLOT_PLACEHOLDER constant for slot_nr placeholder value
 2026-09-09 12:59 UTC  (2+ messages)
  ` Patch "PCI: Introduce PCI_SLOT_PLACEHOLDER constant for slot_nr placeholder value" has been added to the 7.2-stable tree

[PATCH v3] powerpc/interrupt: Use early_radix_enabled() in NMI real-mode guard
 2026-09-09 12:32 UTC 

[PATCH] selftests/powerpc: Fix exec_prot test failure on Hash MMU
 2026-09-09  5:09 UTC 

[PATCH 00/39] mm: make VMA flag semantics explicit, eliminate VM_SPECIAL
 2026-09-09 12:08 UTC  (45+ messages)
` [PATCH 01/39] mm/vma: predicate setting mmap_prepare VMA fields on new vma alloc
` [PATCH 02/39] mm/vma: introduce and use vma_[flags_]can_merge()
` [PATCH 03/39] mm: consistently validate VMA state after mmap[_prepare] hooks
` [PATCH 04/39] mm/vma: ensure mmap_prepare doesn't set actions on a mergeable vma
` [PATCH 05/39] mm: make map_kernel_pages_[prepare,complete] internal and unexported
` [PATCH 06/39] mm/vma: tidy up map kernel pages enum values
` [PATCH 07/39] mm: add mmap action for discontiguous kernel page mapping
` [PATCH 08/39] docs: filesystems: update mmap_prepare docs for discontig kernel pgs
` [PATCH 09/39] drivers/usb/mon: update to use mmap_prepare + map kernel pages
` [PATCH 10/39] infiniband: update hfi1 to use remap_vmalloc_range()
` [PATCH 11/39] selinux: reject writable opens of policy file, drop mmap shared/write check
` [PATCH 12/39] ALSA: pcm: use vm_insert_page() to map PCM status page
` [PATCH 13/39] bpf: arena: mark arena_map_mmap() mappings VM_MIXEDMAP
` [PATCH 14/39] mm/vma: add vma[_flags]_is_kernel_owned() predicates
` [PATCH 15/39] mm/vma: only allow mmap to clear VMA_MAYWRITE_BIT if kernel-owned
` [PATCH 16/39] mm/vma: add and use vma_[flags]_is_fixed_mapping
` [PATCH 17/39] scsi: sg: convert mmap hook to mmap_prepare and rework
` [PATCH 18/39] fbdev: defio: assert FBINFO_VIRTFB, drop VM_IO, add VM_MIXEDMAP
` [PATCH 19/39] HSI: cmt_speech: convert mmap hook to mmap_prepare, refactor
` [PATCH 20/39] mm/gup: error out early on !VMA_MAYREAD_BIT VMAs
` [PATCH 21/39] uprobes: remove VM_IO, set VM_MIXEDMAP for mapped kernel pages
` [PATCH 22/39] mm/mlock: clear VMA_LOCKED_MASK over mmap callback
` [PATCH 23/39] mm/mlock: eliminate weird VMA_IO_BIT abuse and simplify
` [PATCH 24/39] mm/vma: enforce that only kernel-owned mappings may set VMA_IO_BIT
` [PATCH 25/39] mm: remove VMA_IO_BIT check in vma[_flags]_is_kernel_owned()
` [PATCH 26/39] mm: remove hugetlb_inline.h
` [PATCH 27/39] mm: rename is_vm_hugetlb_page() to vma_is_hugetlb()
` [PATCH 28/39] mm: drop some redundant checks around hugetlb VMAs
` [PATCH 29/39] mm/madvise: update is_valid_guard_vma() to use vma_can_merge()
` [PATCH 30/39] mm/vma: introduce vma[_flags]_is_persistent()
` [PATCH 31/39] mm/uffd: use predicates for userfaultfd checks
` [PATCH 32/39] mm/madvise: use predicates for madvise(..., MADV_DOFORK)
` [PATCH 33/39] mm: eliminate VMA_SPECIAL_FLAGS usage when hugetlb explicitly tested
` [PATCH 34/39] mm: eliminate VMA_SPECIAL_FLAGS check in lru_gen_look_around()
` [PATCH 35/39] mm: avoid use of VMA_SPECIAL_FLAGS in migrate_vma_setup()
` [PATCH 36/39] mm: eliminate VM_SPECIAL, VMA_SPECIAL_FLAGS
` [PATCH 37/39] fuse: dax: do not set VM_MIXEDMAP
` [PATCH 38/39] mm/huge_memory: remove vma_is_special_huge()
` [PATCH 39/39] mm/vma: introduce and use vma[_flags]_can_gup()

[PATCH v2 00/12] mm: make userland page table freeing RCU-safe
 2026-09-09 11:24 UTC  (18+ messages)
` [PATCH v2 01/12] mm/huge_memory: zap deposited page tables after an RCU grace period
` [PATCH v2 02/12] mm: enable MMU_GATHER_RCU_TABLE_FREE for most 2-level architectures
` [PATCH v2 03/12] mm: enable MMU_GATHER_RCU_TABLE_FREE for MMU riscv
` [PATCH v2 04/12] mm: enable MMU_GATHER_RCU_TABLE_FREE for MMU arm
` [PATCH v2 05/12] mm: enable MMU_GATHER_RCU_TABLE_FREE for arc, microblaze, xtensa
` [PATCH v2 06/12] mm: enable MMU_GATHER_RCU_TABLE_FREE for sparc64
` [PATCH v2 07/12] mm: enable MMU_GATHER_RCU_TABLE_FREE for m68k-coldfire
` [PATCH v2 08/12] mm: enable MMU_GATHER_RCU_TABLE_FREE for sh-X2
` [PATCH v2 09/12] mm: enable MMU_GATHER_RCU_TABLE_FREE for m68k-motorola
` [PATCH v2 10/12] mm: enable MMU_GATHER_RCU_TABLE_FREE for sparc32
` [PATCH v2 11/12] mm: make userland page table freeing RCU-safe
` [PATCH v2 12/12] mm: change the contract for free_pgtables(), update docs

[PATCH] Documentation/ABI: hv_24x7: Fix the catalog_len attribute name
 2026-09-09 10:44 UTC  (2+ messages)

[PATCH] selftests/powerpc/tm: Fix tcheck() reading uninitialised CR value
 2026-09-09 10:05 UTC  (4+ messages)

[PATCH V2] error path improvement in dlpar add
 2026-09-09  9:52 UTC  (2+ messages)

[PATCH v2] powerpc/interrupt: Use early_radix_enabled() in NMI real-mode guard
 2026-09-09  9:46 UTC  (2+ messages)

[PATCH 00/15] vdso: Clean up the vsyscall.h headers
 2026-09-09  8:51 UTC  (16+ messages)
` [PATCH 01/15] vdso: Move the kernel-side time update helpers to a new header
` [PATCH 02/15] vdso/gettimeofday: Define fallback __arch_get_vdso_u_time_data() in gettimeofday.c
` [PATCH 03/15] vdso/getrandom: Define fallback __arch_get_vdso_u_rng_data() in getrandom.c
` [PATCH 04/15] vdso/vsyscall: Define fallback time synchronization functions in vsyscall.c
` [PATCH 05/15] vdso: Delete asm-generic/vdso/vsyscall.h
` [PATCH 06/15] x86/vdso: Move vDSO page definitions to asm/vdso.h
` [PATCH 07/15] sparc/vdso: Move __VDSO_PAGES "
` [PATCH 08/15] s390/vdso: Delete asm/vdso/vsyscall.h inclusions
` [PATCH 09/15] sparc/vdso: Delete asm/vdso/vsyscall.h inclusion
` [PATCH 10/15] x86/vdso: Delete asm/vdso/vsyscall.h inclusions
` [PATCH 11/15] arm64/vdso: "
` [PATCH 12/15] riscv/hwprobe: Include vdso/datapage.h
` [PATCH 13/15] vdso: Remove unnecessary vdso/vsyscall.h includes
` [PATCH 14/15] vdso: Add asm-generic/vdso/vsyscall.h
` [PATCH 15/15] vdso: Remove __ASSEMBLER__ guards from vsyscall.h

[PATCH] mtd: powernv_flash: fix kernel-doc for powernv_flash_release
 2026-09-09  7:55 UTC  (2+ messages)

[PATCH v2] powerpc/pseries/pci: Fix misleading VF limit error message
 2026-09-09  6:19 UTC  (2+ messages)

[PATCH] powerpc/ps3: Fix repository.c build failure
 2026-09-09  6:19 UTC  (2+ messages)

[PATCH] powerpc/kexec_file: Use inclusive range checks in add_usable_mem()
 2026-09-09  6:18 UTC  (2+ messages)

[PATCH] powerpc/kexec: Simplify kdump_extra_elfcorehdr_size()
 2026-09-09  6:19 UTC  (2+ messages)

[PATCH] powerpc/kexec_file: Use inclusive range checks for excluded memory
 2026-09-09  6:18 UTC  (2+ messages)

[PATCH v2] powerpc/rtas_pci: No hotplug on permanently removed device on pSeries
 2026-09-09  6:18 UTC  (2+ messages)

[PATCH v2] powerpc/eeh: Fix recursive locking on devices without EEH sensitive driver
 2026-09-09  6:18 UTC  (2+ messages)

[PATCH] powerpc/entry: Clear TIF_SYSCALL_RET before syscall error return
 2026-09-09  6:18 UTC  (2+ messages)

[PATCH] powerpc: pci-ioda: Fix the stale irq chip reference
 2026-09-09  6:18 UTC  (2+ messages)

[PATCH] powerpc: Don't drop _TIF_RESTOREALL on syscall restart
 2026-09-09  6:18 UTC  (2+ messages)

[PATCH V3] powerpc/entry: Fix irq_soft_mask corruption on replayed interrupt exit
 2026-09-09  6:18 UTC  (2+ messages)

[PATCH] powerpc: Do not restore KUAP in arch_exit_to_user_mode_prepare()
 2026-09-09  6:18 UTC  (2+ messages)

[PATCH] MAINTAINERS: powerpc: Add Ritesh and Shrikanth
 2026-09-09  6:18 UTC  (2+ messages)

[PATCH v4 0/5] powerpc/eeh: Add RTAS-based error injection support on pSeries
 2026-09-09  6:07 UTC  (7+ messages)
` [PATCH v4 1/5] powerpc/rtas: Handle ibm,open-errinjct return format
` [PATCH v4 4/5] powerpc/pseries/eeh: Implement RTAS-based EEH error injection

[mainline] powerpc/TM: Unexpected TM Bad Thing during core dump on POWER9 (7.1‑rc1)
 2026-09-09  5:19 UTC  (4+ messages)

[PATCH v2 00/11] mm: Switch device DAX to section-based vmemmap optimization
 2026-09-09  1:45 UTC  (14+ messages)
` [PATCH v2 06/11] mm/sparse-vmemmap: switch device DAX to shared tail vmemmap pages
` [PATCH v2 07/11] mm/sparse-vmemmap: move HVO helpers to a public header
` [PATCH v2 09/11] mm/sparse-vmemmap: drop the extra tail page from device DAX reservation
` [PATCH v2 10/11] mm/sparse-vmemmap: drop unused section_nr_vmemmap_pages() arguments
` [PATCH v2 11/11] Documentation/mm: update DAX vmemmap deduplication docs

[GIT PULL] Please pull powerpc/linux.git powerpc-7.3-2 tag
 2026-09-08 16:48 UTC  (2+ messages)

[PATCH v13 0/8] powerpc/bpf: address missing verifier selftest coverage
 2026-09-08 16:33 UTC  (23+ messages)
` [PATCH v13 1/8] powerpc64/bpf: fix compare instruction emitted for tailcall
` [PATCH v13 2/8] powerpc64/bpf: fix percpu private stack leak on JIT failure
` [PATCH v13 3/8] powerpc/bpf: fix buffer overflow in JIT for large BPF programs
` [PATCH v13 4/8] powerpc/bpf: fix alignment of long branch trampoline address
` [PATCH v13 5/8] powerpc/bpf: Move out dummy_tramp_addr after Long branch stub
` [PATCH v13 6/8] selftests/bpf: Fix powerpc JIT disassembly failure
` [PATCH v13 7/8] selftests/bpf: Enable verifier selftest for powerpc64
` [PATCH v13 8/8] selftests/bpf: Add tailcall "

[PATCH v5 0/8] Generic IRQ entry/exit support for powerpc
 2026-09-08 16:01 UTC  (7+ messages)

[PATCH] soc: fsl: qe: drop GPIOD_FLAGS_BIT_NONEXCLUSIVE
 2026-09-08 11:58 UTC  (2+ messages)

[PATCH 00/12] mm: make userland page table freeing RCU-safe
 2026-09-08 11:29 UTC  (11+ messages)
` [PATCH 05/12] mm: enable MMU_GATHER_RCU_TABLE_FREE for arc, microblaze, xtensa
` [PATCH 12/12] mm: change the contract for free_pgtables(), update docs

[PATCH] powerpc/kasan: require memintrinsic prefix support for KASAN
 2026-09-08  9:59 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