July 2025 Archives by author
Starting: Tue Jul 1 00:39:34 AEST 2025
Ending: Wed Jul 30 04:39:01 AEST 2025
Messages: 531
- [PATCH v2] dt-bindings: interrupt-controller: Convert fsl,mpic-msi to YAML
Rob Herring (Arm)
- [PATCH v2] dt-bindings: gpio: Create a trivial GPIO schema
Rob Herring (Arm)
- [PATCH 1/1] dt-bindings: fsl: fsl,rcpm: reference power-domains.yaml
Rob Herring (Arm)
- [PATCH 1/1] uapi/termios: remove struct ktermios from uapi headers
Russell King (Oracle)
- [PATCH -resend] powerpc: Use dev_fwnode()
Jiri Slaby (SUSE)
- No subject
- [PATCH 1/1] uapi/termios: remove struct ktermios from uapi headers
H. Peter Anvin
- Re: [PATCH 1/1] uapi/termios: remove struct ktermios from uapi headers
H. Peter Anvin
- [next-20250709] Fails to boot on IBM Power Server
Venkat Rao Bagalkote
- [next-20250709] Fails to boot on IBM Power Server
Venkat Rao Bagalkote
- [PATCH RESEND bpf-next 1/1] powerpc64/bpf: Add jit support for load_acquire and store_release
Hari Bathini
- [PATCH v2 2/2] powerpc/fprobe: fix updated fprobe for function-graph tracer
Hari Bathini
- [PATCH 5.10] powerpc/pseries: Fix use after free in remove_phb_dynamic()
Anastasia Belova
- mm/slub.o: warning: objtool: ___slab_alloc.isra.111.part.112+0x4c0: can't find jump dest instruction at .text.___slab_alloc.isra.111.part.112+0x68c
Arnd Bergmann
- [PATCH RESEND bpf-next 1/1] powerpc64/bpf: Add jit support for load_acquire and store_release
Saket Kumar Bhaskar
- [PATCH v2 00/14] SHA-256 library improvements
Ard Biesheuvel
- [PATCH 00/26] SHA-1 library functions
Ard Biesheuvel
- [PATCH v2 00/14] SHA-256 library improvements
Eric Biggers
- [PATCH v2 01/14] libceph: Rename hmac_sha256() to ceph_hmac_sha256()
Eric Biggers
- [PATCH v2 02/14] cxl/test: Simplify fw_buf_checksum_show()
Eric Biggers
- [PATCH v2 03/14] lib/crypto: sha256: Reorder some code
Eric Biggers
- [PATCH v2 04/14] lib/crypto: sha256: Remove sha256_blocks_simd()
Eric Biggers
- [PATCH v2 05/14] lib/crypto: sha256: Add sha224() and sha224_update()
Eric Biggers
- [PATCH v2 06/14] lib/crypto: sha256: Make library API use strongly-typed contexts
Eric Biggers
- [PATCH v2 07/14] lib/crypto: sha256: Propagate sha256_block_state type to implementations
Eric Biggers
- [PATCH v2 08/14] lib/crypto: sha256: Add HMAC-SHA224 and HMAC-SHA256 support
Eric Biggers
- [PATCH v2 09/14] crypto: sha256 - Wrap library and add HMAC support
Eric Biggers
- [PATCH v2 10/14] crypto: sha256 - Use same state format as legacy drivers
Eric Biggers
- [PATCH v2 11/14] lib/crypto: sha256: Remove sha256_is_arch_optimized()
Eric Biggers
- [PATCH v2 12/14] lib/crypto: sha256: Consolidate into single module
Eric Biggers
- [PATCH v2 13/14] lib/crypto: sha256: Sync sha256_update() with sha512_update()
Eric Biggers
- [PATCH v2 14/14] lib/crypto: sha256: Document the SHA-224 and SHA-256 API
Eric Biggers
- [PATCH v2 00/14] SHA-256 library improvements
Eric Biggers
- [PATCH 00/26] SHA-1 library functions
Eric Biggers
- [PATCH 01/26] crypto: x86/sha1 - Rename conflicting symbol
Eric Biggers
- [PATCH 02/26] lib/crypto: sha1: Rename sha1_init() to sha1_init_raw()
Eric Biggers
- [PATCH 03/26] lib/crypto: sha1: Add SHA-1 library functions
Eric Biggers
- [PATCH 04/26] lib/crypto: sha1: Add HMAC support
Eric Biggers
- [PATCH 05/26] crypto: sha1 - Wrap library and add HMAC support
Eric Biggers
- [PATCH 06/26] crypto: sha1 - Use same state format as legacy drivers
Eric Biggers
- [PATCH 07/26] lib/crypto: arm/sha1: Migrate optimized code into library
Eric Biggers
- [PATCH 08/26] lib/crypto: arm64/sha1: Migrate optimized code into library
Eric Biggers
- [PATCH 09/26] lib/crypto: mips/sha1: Migrate optimized code into library
Eric Biggers
- [PATCH 10/26] lib/crypto: powerpc/sha1: Migrate optimized code into library
Eric Biggers
- [PATCH 11/26] lib/crypto: s390/sha1: Migrate optimized code into library
Eric Biggers
- [PATCH 12/26] lib/crypto: sparc/sha1: Migrate optimized code into library
Eric Biggers
- [PATCH 13/26] lib/crypto: x86/sha1: Migrate optimized code into library
Eric Biggers
- [PATCH 14/26] crypto: sha1 - Remove sha1_base.h
Eric Biggers
- [PATCH 15/26] lib/crypto: tests: Add KUnit tests for SHA-1 and HMAC-SHA1
Eric Biggers
- [PATCH 16/26] bpf: Use sha1() instead of sha1_transform() in bpf_prog_calc_tag()
Eric Biggers
- [PATCH 17/26] sctp: Use HMAC-SHA1 and HMAC-SHA256 library functions
Eric Biggers
- [PATCH 18/26] ipv6: sr: Use HMAC-SHA1 and HMAC-SHA256 library functions
Eric Biggers
- [PATCH 19/26] tee: Use SHA-1 library instead of crypto_shash
Eric Biggers
- [PATCH 20/26] lib/digsig: Use SHA-1 library instead of crypto_shash
Eric Biggers
- [PATCH 21/26] drm/bridge: it6505: Use SHA-1 library instead of crypto_shash
Eric Biggers
- [PATCH 22/26] nfc: s3fwrn5: Use SHA-1 library instead of crypto_shash
Eric Biggers
- [PATCH 23/26] ppp: mppe: Use SHA-1 library instead of crypto_shash
Eric Biggers
- [PATCH 24/26] KEYS: trusted_tpm1: Use SHA-1 library instead of crypto_shash
Eric Biggers
- [PATCH 25/26] ipv6: Switch to higher-level SHA-1 functions
Eric Biggers
- [PATCH 26/26] lib/crypto: sha1: Remove low-level functions from API
Eric Biggers
- [PATCH 03/26] lib/crypto: sha1: Add SHA-1 library functions
Eric Biggers
- [PATCH 00/26] SHA-1 library functions
Eric Biggers
- [PATCH 1/2] powerpc/ftrace: support CONFIG_FUNCTION_GRAPH_RETVAL
Aditya Bodkhe
- [PATCH 2/2] powerpc/fprobe: fix updated fprobe for function-graph tracer
Aditya Bodkhe
- [PATCH 1/2] powerpc/ftrace: support CONFIG_FUNCTION_GRAPH_RETVAL
Aditya Bodkhe
- [PATCH] powerpc/ftrace: support CONFIG_FUNCTION_GRAPH_RETVAL
Aditya Bodkhe
- [PATCH 2/2] powerpc/fprobe: fix updated fprobe for function-graph tracer
Aditya Bodkhe
- [PATCH v2 1/2] powerpc/ftrace: support CONFIG_FUNCTION_GRAPH_RETVAL
Aditya Bodkhe
- [PATCH v2 2/2] powerpc/fprobe: fix updated fprobe for function-graph tracer
Aditya Bodkhe
- [PATCH] arch/powerpc: Remove .interp section in vmlinux
Segher Boessenkool
- [PATCH 0/5] powerpc: Implement masked user access
Segher Boessenkool
- [PATCH 0/5] powerpc: Implement masked user access
Segher Boessenkool
- [PATCH 0/5] powerpc: Implement masked user access
Segher Boessenkool
- [PATCH] powerpc: Replace the obsolete address of the FSF
Segher Boessenkool
- [PATCH v2] powerpc: Replace the obsolete address of the FSF
Segher Boessenkool
- [PATCH v2] powerpc: Replace the obsolete address of the FSF
Segher Boessenkool
- [PATCH v2] powerpc: Replace the obsolete address of the FSF
Segher Boessenkool
- [PATCH RESEND bpf-next 1/1] powerpc64/bpf: Add jit support for load_acquire and store_release
Daniel Borkmann
- [PATCH 0/2] ASoC: fsl_mqs: support MQS2 on i.MX94 platform
Mark Brown
- [PATCH] ASoC: fsl-asoc-card: add sysclk_ratio for calculate sysclk frequency
Mark Brown
- [PATCH] ASoC: imx-card: Add WM8524 support
Mark Brown
- [PATCH v2] ASoC: imx-card: Add WM8524 support
Mark Brown
- [PATCH 0/2] ASoC: fsl_xcvr: get channel status data in two cases
Mark Brown
- [PATCH 2/3 v4] ACPI: extlog: Trace CPER PCI Express Error Section
Jonathan Cameron
- [PATCH 3/3 v4] ACPI: extlog: Trace CPER CXL Protocol Error Section
Jonathan Cameron
- [PATCH net-next] ibmveth: Add multi buffers rx replenishment hcall support
Mingming Cao
- [PATCH net-next v2] ibmveth: Add multi buffers rx replenishment hcall support
Mingming Cao
- [PATCH 0/3] powerpc: Cleanup and convert to MSI parent domain
Nam Cao
- [PATCH 0/3] powerpc: Cleanup and convert to MSI parent domain
Nam Cao
- [PATCH v2 01/11] kasan: unify static kasan_flag_enabled across modes
Heiko Carstens
- [PATCH v2 00/11] kasan: unify kasan_arch_is_ready with kasan_enabled
Heiko Carstens
- [PATCH v2 00/11] kasan: unify kasan_arch_is_ready with kasan_enabled
Heiko Carstens
- [PATCH v4 4/5] PCI: host-common: Add link down handling for host bridges
Niklas Cassel
- [PATCH v4 4/5] PCI: host-common: Add link down handling for host bridges
Niklas Cassel
- [PATCH v6 0/4] PCI: Add support for resetting the Root Ports in a platform specific way
Niklas Cassel
- [PATCH v6 0/4] PCI: Add support for resetting the Root Ports in a platform specific way
Niklas Cassel
- [PATCH v4 1/4] smpboot: introduce SDTL() helper to tidy sched topology setup
Li Chen
- [PATCH v5 1/4] smpboot: introduce SDTL_INIT() helper to tidy sched topology setup
Li Chen
- [PATCH v4 1/4] smpboot: introduce SDTL() helper to tidy sched topology setup
Li Chen
- [PATCH] arch:powerpc:tools This file was missing shebang line, so added it
Bhaskar Chowdhury
- [PATCH] arch:powerpc:tools This file was missing shebang line, so added it
Bhaskar Chowdhury
- Ozlabs patchwork notification not working anymore
LEROY Christophe
- [PATCH 0/6] KVM: Export KVM-internal symbols for sub-modules only
Sean Christopherson
- [PATCH 1/6] KVM: s390/vfio-ap: Use kvm_is_gpa_in_memslot() instead of open coded equivalent
Sean Christopherson
- [PATCH 2/6] KVM: Export KVM-internal symbols for sub-modules only
Sean Christopherson
- [PATCH 3/6] KVM: x86: Move kvm_intr_is_single_vcpu() to lapic.c
Sean Christopherson
- [PATCH 4/6] KVM: x86: Drop pointless exports of kvm_arch_xxx() hooks
Sean Christopherson
- [PATCH 5/6] KVM: x86: Export KVM-internal symbols for sub-modules only
Sean Christopherson
- [PATCH 6/6] x86: Restrict KVM-induced symbol exports to KVM modules where obvious/possible
Sean Christopherson
- [PATCH v6 0/4] PCI: Add support for resetting the Root Ports in a platform specific way
Krishna Chaitanya Chundru
- [PATCH] ocxl: sysfs.c: Replace scnprintf() with sysfs_emit()
Ryan Chung
- [PATCH] ocxl: sysfs.c: Replace scnprintf() with sysfs_emit()
Ryan Chung
- [PATCH v2 08/14] powerpc: Handle KCOV __init vs inline mismatches
Kees Cook
- [PATCH 00/23] binfmt_elf,arch/*: Use elf.h for coredump note names
Kees Cook
- [GIT PULL] execve updates for v6.17
Kees Cook
- [PATCH v2 0/3] ioctl numbers list cleanup for papr-physical-attestation.h
Jonathan Corbet
- [PATCH 8/8] mm/hmm: migrate to physical address-based DMA mapping API
Will Deacon
- [PATCH] ocxl: sysfs.c: Replace scnprintf() with sysfs_emit()
Andrew Donnellan
- [PATCH] pseries/lparcfg: Add resource group monitoring
Srikar Dronamraju
- [PATCH] docs: powerpc: add htm.rst to toctree
Randy Dunlap
- [PATCH] bus: fsl-mc: Check return value of platform_get_resource()
Markus Elfring
- POWER9: duplicate interrupt line in /proc/interrupts, kernel problem or userspace problem?
Michael Ellerman
- [PATCH 03/26] lib/crypto: sha1: Add SHA-1 library functions
Elliott, Robert (Servers)
- [PATCH 1/2] ASoC: fsl_mqs: Distinguish different modules by system manager indices
Peng Fan
- [PATCH 2/2] ASoC: fsl_mqs: rename system manager indices for i.MX95
Peng Fan
- [PATCH v2] powerpc: Replace the obsolete address of the FSF
Richard Fontana
- [PATCH v2] powerpc: Replace the obsolete address of the FSF
Richard Fontana
- [PATCH v2] powerpc: Replace the obsolete address of the FSF
Richard Fontana
- [PATCH 3/3 v4] ACPI: extlog: Trace CPER CXL Protocol Error Section
Fabio M. De Francesco
- [PATCH 0/3] powerpc: Cleanup and convert to MSI parent domain
Thomas Gleixner
- [PATCH 0/2] soc: use new GPIO line value setter callbacks
Bartosz Golaszewski
- [PATCH 1/2] soc: fsl: qe: use new GPIO line value setter callbacks
Bartosz Golaszewski
- [PATCH v2] dt-bindings: gpio: Create a trivial GPIO schema
Bartosz Golaszewski
- [PATCH] soc: fsl: qe: convert set_multiple() to returning an integer
Bartosz Golaszewski
- [PATCH v2 01/11] kasan: unify static kasan_flag_enabled across modes
Alexander Gordeev
- [PATCH v3 10/12] kasan/s390: call kasan_init_generic in kasan_init
Alexander Gordeev
- [PATCH v3 01/12] lib/kasan: introduce CONFIG_ARCH_DEFER_KASAN option
Alexander Gordeev
- [PATCH] powerpc/eeh: parse AER registers
Ganesh Goudar
- [PATCH 0/8] dma-mapping: migrate to physical address-based API
Jason Gunthorpe
- [RFC v2 8/9] sysfs: Add cpu_avoid file
Shrikanth Hegde
- [PATCH v2 0/1] powerpc, arm64: move preempt dynamic key into kernel/sched
Shrikanth Hegde
- [PATCH v2 1/1] sched: preempt: Move dynamic keys into kernel/sched
Shrikanth Hegde
- [PATCH v2 6/6] pci/hotplug/pnv_php: Enable third attention indicator
Bjorn Helgaas
- [PATCH v3 5/6] PCI: pnv_php: Fix surprise plug detection and recovery
Bjorn Helgaas
- [PATCH v3 0/6] PowerNV PCIe Hotplug Driver Fixes
Bjorn Helgaas
- [PATCH v3 0/6] PowerNV PCIe Hotplug Driver Fixes
Bjorn Helgaas
- [PATCH v3 0/6] PowerNV PCIe Hotplug Driver Fixes
Bjorn Helgaas
- [PATCH v2] powerpc: Replace the obsolete address of the FSF
Christoph Hellwig
- [PATCH 1/1] dt-bindings: fsl: fsl,rcpm: reference power-domains.yaml
Rob Herring
- [PATCH v1 02/29] mm/balloon_compaction: convert balloon_page_delete() to balloon_page_finalize()
David Hildenbrand
- [PATCH v1 03/29] mm/zsmalloc: drop PageIsolated() related VM_BUG_ONs
David Hildenbrand
- [PATCH v1 05/29] mm/balloon_compaction: make PageOffline sticky until the page is freed
David Hildenbrand
- [PATCH v1 05/29] mm/balloon_compaction: make PageOffline sticky until the page is freed
David Hildenbrand
- [PATCH v1 04/29] mm/page_alloc: let page freeing clear any set page type
David Hildenbrand
- [PATCH v1 05/29] mm/balloon_compaction: make PageOffline sticky until the page is freed
David Hildenbrand
- [PATCH v1 06/29] mm/zsmalloc: make PageZsmalloc() sticky until the page is freed
David Hildenbrand
- [PATCH v1 07/29] mm/migrate: rename isolate_movable_page() to isolate_movable_ops_page()
David Hildenbrand
- [PATCH v1 04/29] mm/page_alloc: let page freeing clear any set page type
David Hildenbrand
- [PATCH v1 09/29] mm/migrate: factor out movable_ops page handling into migrate_movable_ops_page()
David Hildenbrand
- [PATCH v1 02/29] mm/balloon_compaction: convert balloon_page_delete() to balloon_page_finalize()
David Hildenbrand
- [PATCH v1 04/29] mm/page_alloc: let page freeing clear any set page type
David Hildenbrand
- [PATCH v1 09/29] mm/migrate: factor out movable_ops page handling into migrate_movable_ops_page()
David Hildenbrand
- [PATCH v1 10/29] mm/migrate: remove folio_test_movable() and folio_movable_ops()
David Hildenbrand
- [PATCH v1 13/29] mm/balloon_compaction: stop using __ClearPageMovable()
David Hildenbrand
- [PATCH v1 13/29] mm/balloon_compaction: stop using __ClearPageMovable()
David Hildenbrand
- [PATCH v1 14/29] mm/migrate: remove __ClearPageMovable()
David Hildenbrand
- [PATCH v1 15/29] mm/migration: remove PageMovable()
David Hildenbrand
- [PATCH v1 16/29] mm: rename __PageMovable() to page_has_movable_ops()
David Hildenbrand
- [PATCH v1 17/29] mm/page_isolation: drop __folio_test_movable() check for large folios
David Hildenbrand
- [PATCH v1 18/29] mm: remove __folio_test_movable()
David Hildenbrand
- [PATCH v1 19/29] mm: stop storing migration_ops in page->mapping
David Hildenbrand
- [PATCH v1 20/29] mm: convert "movable" flag in page->mapping to a page flag
David Hildenbrand
- [PATCH v1 21/29] mm: rename PG_isolated to PG_movable_ops_isolated
David Hildenbrand
- [PATCH v1 22/29] mm/page-flags: rename PAGE_MAPPING_MOVABLE to PAGE_MAPPING_ANON_KSM
David Hildenbrand
- [PATCH v1 23/29] mm/page-alloc: remove PageMappingFlags()
David Hildenbrand
- [PATCH v1 00/29] mm/migration: rework movable_ops page migration (part 1)
David Hildenbrand
- [PATCH v1 12/29] mm/zsmalloc: stop using __ClearPageMovable()
David Hildenbrand
- [PATCH v1 23/29] mm/page-alloc: remove PageMappingFlags()
David Hildenbrand
- [PATCH v1 23/29] mm/page-alloc: remove PageMappingFlags()
David Hildenbrand
- [PATCH v1 12/29] mm/zsmalloc: stop using __ClearPageMovable()
David Hildenbrand
- [PATCH v1 19/29] mm: stop storing migration_ops in page->mapping
David Hildenbrand
- [PATCH v1 19/29] mm: stop storing migration_ops in page->mapping
David Hildenbrand
- [PATCH v1 20/29] mm: convert "movable" flag in page->mapping to a page flag
David Hildenbrand
- [PATCH v1 27/29] docs/mm: convert from "Non-LRU page migration" to "movable_ops page migration"
David Hildenbrand
- [PATCH v1 20/29] mm: convert "movable" flag in page->mapping to a page flag
David Hildenbrand
- [PATCH v1 12/29] mm/zsmalloc: stop using __ClearPageMovable()
David Hildenbrand
- [PATCH v2 00/29] mm/migration: rework movable_ops page migration (part 1)
David Hildenbrand
- [PATCH v2 01/29] mm/balloon_compaction: we cannot have isolated pages in the balloon list
David Hildenbrand
- [PATCH v2 02/29] mm/balloon_compaction: convert balloon_page_delete() to balloon_page_finalize()
David Hildenbrand
- [PATCH v2 03/29] mm/zsmalloc: drop PageIsolated() related VM_BUG_ONs
David Hildenbrand
- [PATCH v2 04/29] mm/page_alloc: let page freeing clear any set page type
David Hildenbrand
- [PATCH v2 05/29] mm/balloon_compaction: make PageOffline sticky until the page is freed
David Hildenbrand
- [PATCH v2 06/29] mm/zsmalloc: make PageZsmalloc() sticky until the page is freed
David Hildenbrand
- [PATCH v2 07/29] mm/migrate: rename isolate_movable_page() to isolate_movable_ops_page()
David Hildenbrand
- [PATCH v2 08/29] mm/migrate: rename putback_movable_folio() to putback_movable_ops_page()
David Hildenbrand
- [PATCH v2 09/29] mm/migrate: factor out movable_ops page handling into migrate_movable_ops_page()
David Hildenbrand
- [PATCH v2 10/29] mm/migrate: remove folio_test_movable() and folio_movable_ops()
David Hildenbrand
- [PATCH v2 11/29] mm/migrate: move movable_ops page handling out of move_to_new_folio()
David Hildenbrand
- [PATCH v2 12/29] mm/zsmalloc: stop using __ClearPageMovable()
David Hildenbrand
- [PATCH v2 13/29] mm/balloon_compaction: stop using __ClearPageMovable()
David Hildenbrand
- [PATCH v2 14/29] mm/migrate: remove __ClearPageMovable()
David Hildenbrand
- [PATCH v2 15/29] mm/migration: remove PageMovable()
David Hildenbrand
- [PATCH v2 16/29] mm: rename __PageMovable() to page_has_movable_ops()
David Hildenbrand
- [PATCH v2 17/29] mm/page_isolation: drop __folio_test_movable() check for large folios
David Hildenbrand
- [PATCH v2 18/29] mm: remove __folio_test_movable()
David Hildenbrand
- [PATCH v2 19/29] mm: stop storing migration_ops in page->mapping
David Hildenbrand
- [PATCH v2 20/29] mm: convert "movable" flag in page->mapping to a page flag
David Hildenbrand
- [PATCH v2 21/29] mm: rename PG_isolated to PG_movable_ops_isolated
David Hildenbrand
- [PATCH v2 22/29] mm/page-flags: rename PAGE_MAPPING_MOVABLE to PAGE_MAPPING_ANON_KSM
David Hildenbrand
- [PATCH v2 23/29] mm/page-alloc: remove PageMappingFlags()
David Hildenbrand
- [PATCH v2 24/29] mm/page-flags: remove folio_mapping_flags()
David Hildenbrand
- [PATCH v2 25/29] mm: simplify folio_expected_ref_count()
David Hildenbrand
- [PATCH v2 26/29] mm: rename PAGE_MAPPING_* to FOLIO_MAPPING_*
David Hildenbrand
- [PATCH v2 27/29] docs/mm: convert from "Non-LRU page migration" to "movable_ops page migration"
David Hildenbrand
- [PATCH v2 28/29] mm/balloon_compaction: "movable_ops" doc updates
David Hildenbrand
- [PATCH v2 29/29] mm/balloon_compaction: provide single balloon_page_insert() and balloon_mapping_gfp_mask()
David Hildenbrand
- [PATCH v2 20/29] mm: convert "movable" flag in page->mapping to a page flag
David Hildenbrand
- [PATCH net-next] ibmveth: Add multi buffers rx replenishment hcall support
Simon Horman
- [PATCH net-next v2] ibmveth: Add multi buffers rx replenishment hcall support
Simon Horman
- [PATCH v3] vmcoreinfo: Track and log recoverable hardware errors
Huang, Kai
- [kvm-unit-tests PATCH 1/2] scripts: unittests.cfg: Rename 'extra_params' to 'qemu_params'
Thomas Huth
- [kvm-unit-tests PATCH 2/2] scripts: Add 'test_args' test definition parameter
Thomas Huth
- [PATCH] powerpc: Replace the obsolete address of the FSF
Thomas Huth
- [PATCH v2] powerpc: Replace the obsolete address of the FSF
Thomas Huth
- [PATCH v2] powerpc: Replace the obsolete address of the FSF
Thomas Huth
- [PATCH v3] powerpc: Drop GPL boilerplate text with obsolete FSF address
Thomas Huth
- [kvm-unit-tests PATCH v4 07/13] scripts: Add default arguments for kvmtool
Thomas Huth
- [kvm-unit-tests PATCH v4 07/13] scripts: Add default arguments for kvmtool
Thomas Huth
- [PATCH v2] integrity: Extract secure boot enquiry function out of IMA
Nayna Jain
- [PATCH v2] integrity: Extract secure boot enquiry function out of IMA
Nayna Jain
- powerpc/kexec_file: print configured kernel command line
Sourabh Jain
- [kvm-unit-tests PATCH 0/2] scripts: extra_params rework
Andrew Jones
- [kvm-unit-tests PATCH v4 00/13] arm/arm64: Add kvmtool to the runner script
Andrew Jones
- [kvm-unit-tests PATCH 0/2] scripts: extra_params rework
Andrew Jones
- [kvm-unit-tests PATCH v4 00/13] arm/arm64: Add kvmtool to the runner script
Andrew Jones
- [kvm-unit-tests PATCH v4 07/13] scripts: Add default arguments for kvmtool
Andrew Jones
- [PATCH] powerpc/qspinlock: Add spinlock contention tracepoint
Nysal Jan K.A.
- [RFC v2 8/9] sysfs: Add cpu_avoid file
Greg KH
- linux-next: duplicate patch in the char-misc tree
Greg KH
- [PATCH] tty: serial: ucc_uart: use WARN_ON() instead of BUG()
Greg KH
- [PATCH RFC 3/9] powerpc/pseries: Add papr-hvpipe char driver for HVPIPE interfaces
Krzysztof Kozlowski
- [PATCH RFC 7/9] powerpc/pseries: Enable HVPIPE event message interrupt
Krzysztof Kozlowski
- [PATCH RFC 3/9] powerpc/pseries: Add papr-hvpipe char driver for HVPIPE interfaces
Krzysztof Kozlowski
- [PATCH RFC 7/9] powerpc/pseries: Enable HVPIPE event message interrupt
Krzysztof Kozlowski
- [PATCH RFC 7/9] powerpc/pseries: Enable HVPIPE event message interrupt
Krzysztof Kozlowski
- [PATCH v2] dt-bindings: gpio: Create a trivial GPIO schema
Krzysztof Kozlowski
- [PATCH] global: fix misapplications of "awhile"
Greg Kroah-Hartman
- [PATCH v2] powerpc: Replace the obsolete address of the FSF
Greg Kroah-Hartman
- [PATCH v2] powerpc: Replace the obsolete address of the FSF
Greg Kroah-Hartman
- [PATCH v2] powerpc: Replace the obsolete address of the FSF
Greg Kroah-Hartman
- [PATCH v3] powerpc: Drop GPL boilerplate text with obsolete FSF address
Greg Kroah-Hartman
- [PATCH v2 0/7] syscore: Pass context data to callbacks
Greg Kroah-Hartman
- [PATCH v2 0/7] syscore: Pass context data to callbacks
Greg Kroah-Hartman
- [PATCH v2 0/7] syscore: Pass context data to callbacks
Greg Kroah-Hartman
- [PATCH v2 6/6] pci/hotplug/pnv_php: Enable third attention indicator
Krishna Kumar
- [PATCH 0/5] powerpc: Implement masked user access
David Laight
- [PATCH 0/5] powerpc: Implement masked user access
David Laight
- [PATCH] ghes: Track number of recovered hardware errors
Breno Leitao
- [PATCH] ghes: Track number of recovered hardware errors
Breno Leitao
- [PATCH v2] vmcoreinfo: Track and log recoverable hardware errors
Breno Leitao
- [PATCH v2] vmcoreinfo: Track and log recoverable hardware errors
Breno Leitao
- [PATCH v3] vmcoreinfo: Track and log recoverable hardware errors
Breno Leitao
- [PATCH v3] vmcoreinfo: Track and log recoverable hardware errors
Breno Leitao
- [PATCH v3] vmcoreinfo: Track and log recoverable hardware errors
Breno Leitao
- [PATCH v3] vmcoreinfo: Track and log recoverable hardware errors
Breno Leitao
- [PATCH v3] vmcoreinfo: Track and log recoverable hardware errors
Breno Leitao
- [PATCH v2 00/11] kasan: unify kasan_arch_is_ready with kasan_enabled
Christophe Leroy
- [PATCH] arch/powerpc: Remove .interp section in vmlinux
Christophe Leroy
- [PATCH] arch/powerpc: Remove support for older GCC and binutils
Christophe Leroy
- [PATCH 0/5] powerpc: Implement masked user access
Christophe Leroy
- [PATCH] soc: Use dev_fwnode()
Christophe Leroy
- [PATCH] powerpc: Replace the obsolete address of the FSF
Christophe Leroy
- [PATCH v6 1/4] PCI/ERR: Add support for resetting the Root Ports in a platform specific wayy
Frank Li
- [PATCH v6 2/4] PCI: host-common: Add link down handling for Root Portsy
Frank Li
- [PATCH v2] ASoC: imx-card: Add WM8524 support
Chancel Liu
- [PATCH] ghes: Track number of recovered hardware errors
Luck, Tony
- [PATCH 00/23] binfmt_elf,arch/*: Use elf.h for coredump note names
Dave Martin
- [PATCH 15/23] powerpc/ptrace: Use USER_REGSET_NOTE_TYPE() to specify regset note names
Dave Martin
- [PATCH 00/23] binfmt_elf,arch/*: Use elf.h for coredump note names
Dave Martin
- [PATCH 0/3] powerpc: Cleanup and convert to MSI parent domain
Gautam Menghani
- [PATCH 0/3] powerpc: Cleanup and convert to MSI parent domain
Gautam Menghani
- [PATCH bpf-next 1/1] powerpc64/bpf: Add jit support for load_acquire and store_release
Puranjay Mohan
- [PATCH RESEND bpf-next 1/1] powerpc64/bpf: Add jit support for load_acquire and store_release
Puranjay Mohan
- [PATCH v2 01/11] kasan: unify static kasan_flag_enabled across modes
Andrew Morton
- [PATCH v2 00/29] mm/migration: rework movable_ops page migration (part 1)
Andrew Morton
- [PATCH v3 01/12] lib/kasan: introduce CONFIG_ARCH_DEFER_KASAN option
Andrew Morton
- [PATCH v3 01/12] lib/kasan: introduce CONFIG_ARCH_DEFER_KASAN option
Andrew Morton
- [PATCH 6/8] dma-mapping: fail early if physical address is mapped through platform callback
Robin Murphy
- [PATCH 0/8] dma-mapping: migrate to physical address-based API
Robin Murphy
- [PATCH RFC 0/9] powerpc/pseries: Add hypervisor pipe (HVPIPE) suport
Haren Myneni
- [PATCH RFC 1/9] powerpc/pseries: Define papr-hvpipe ioctl
Haren Myneni
- [PATCH RFC 2/9] powerpc/pseries: Define HVPIPE specific macros
Haren Myneni
- [PATCH RFC 3/9] powerpc/pseries: Add papr-hvpipe char driver for HVPIPE interfaces
Haren Myneni
- [PATCH RFC 4/9] powerpc/pseries: Send payload with ibm,send-hvpipe-msg RTAS
Haren Myneni
- [PATCH RFC 5/9] powerpc/pseries: Receive payload with ibm,receive-hvpipe-msg RTAS
Haren Myneni
- [PATCH RFC 6/9] powerpc/pseries: Wakeup hvpipe FD when the payload is pending
Haren Myneni
- [PATCH RFC 7/9] powerpc/pseries: Enable HVPIPE event message interrupt
Haren Myneni
- [PATCH RFC 8/9] powerpc/pseries: Enable hvpipe with ibm,set-system-parameter RTAS
Haren Myneni
- [PATCH RFC 9/9] powerpc/pseries: HVPIPE changes to support migration
Haren Myneni
- [PATCH RFC 3/9] powerpc/pseries: Add papr-hvpipe char driver for HVPIPE interfaces
Haren Myneni
- [PATCH RFC 7/9] powerpc/pseries: Enable HVPIPE event message interrupt
Haren Myneni
- [PATCH RFC 7/9] powerpc/pseries: Enable HVPIPE event message interrupt
Haren Myneni
- [PATCH RESEND 1/3] Documentation: ioctl-number: Fix linuxppc-dev mailto link
Haren Myneni
- [PATCH RESEND 3/3] Documentation: ioctl-number: Correct full path to papr-physical-attestation.h
Haren Myneni
- [PATCH RESEND 2/3] Documentation: ioctl-number: Extend "Include File" column width
Haren Myneni
- [PATCH] powerpc/eeh: parse AER registers
Narayana Murty N
- [PATCH v4 1/4] smpboot: introduce SDTL() helper to tidy sched topology setup
K Prateek Nayak
- [PATCH v5 1/4] smpboot: introduce SDTL_INIT() helper to tidy sched topology setup
K Prateek Nayak
- [PATCH] powerpc: pci-ioda: Optimize pnv_ioda_pick_m64_pe()
Yury Norov
- [PATCH 00/23] binfmt_elf,arch/*: Use elf.h for coredump note names
Akihiko Odaki
- [PATCH] docs: powerpc: add htm.rst to toctree
Vishal Parmar
- [PATCH] tty: serial: ucc_uart: use WARN_ON() instead of BUG()
Akhilesh Patil
- [PATCH] tty: serial: ucc_uart: use WARN_ON() instead of BUG()
Akhilesh Patil
- [PATCH v2 6/6] pci/hotplug/pnv_php: Enable third attention indicator
Timothy Pearson
- [PATCH v3 0/6] PowerNV PCIe Hotplug Driver Fixes
Timothy Pearson
- [PATCH v3 1/6] PCI: pnv_php: Properly clean up allocated IRQs on unplug
Timothy Pearson
- [PATCH v3 2/6] PCI: pnv_php: Work around switches with broken presence detection
Timothy Pearson
- [PATCH v3 3/6] powerpc/eeh: Export eeh_unfreeze_pe()
Timothy Pearson
- [PATCH v3 4/6] powerpc/eeh: Make EEH driver device hotplug safe
Timothy Pearson
- [PATCH v3 5/6] PCI: pnv_php: Fix surprise plug detection and recovery
Timothy Pearson
- [PATCH v3 6/6] PCI: pnv_php: Enable third attention indicator state
Timothy Pearson
- [PATCH v2 6/6] pci/hotplug/pnv_php: Enable third attention indicator
Timothy Pearson
- [PATCH v3 5/6] PCI: pnv_php: Fix surprise plug detection and recovery
Timothy Pearson
- [PATCH v2] vmcoreinfo: Track and log recoverable hardware errors
Borislav Petkov
- [PATCH v3] vmcoreinfo: Track and log recoverable hardware errors
Borislav Petkov
- [PATCH v3 0/6] PowerNV PCIe Hotplug Driver Fixes
Ganesh G R
- [PATCH v2 0/7] syscore: Pass context data to callbacks
Thierry Reding
- [PATCH v2 1/7] syscore: Pass context data to callbacks
Thierry Reding
- [PATCH v2 2/7] MIPS: Embed syscore_ops in PCI context
Thierry Reding
- [PATCH v2 3/7] bus: mvebu-mbus: Embed syscore_ops in mbus context
Thierry Reding
- [PATCH v2 4/7] clk: ingenic: tcu: Embed syscore_ops in TCU context
Thierry Reding
- [PATCH v2 5/7] clk: mvebu: Embed syscore_ops in clock context
Thierry Reding
- [PATCH v2 6/7] irqchip/irq-imx-gpcv2: Embed syscore_ops in chip context
Thierry Reding
- [PATCH v2 7/7] soc/tegra: pmc: Derive PMC context from syscore ops
Thierry Reding
- [PATCH v2 0/7] syscore: Pass context data to callbacks
Thierry Reding
- [PATCH v2 0/7] syscore: Pass context data to callbacks
Thierry Reding
- [PATCH v2 0/7] syscore: Pass context data to callbacks
Thierry Reding
- [PATCH v6 0/4] PCI: Add support for resetting the Root Ports in a platform specific way
Manivannan Sadhasivam via B4 Relay
- [PATCH v6 1/4] PCI/ERR: Add support for resetting the Root Ports in a platform specific way
Manivannan Sadhasivam via B4 Relay
- [PATCH v6 2/4] PCI: host-common: Add link down handling for Root Ports
Manivannan Sadhasivam via B4 Relay
- [PATCH v6 3/4] PCI: qcom: Add support for resetting the Root Port due to link down event
Manivannan Sadhasivam via B4 Relay
- [PATCH v6 4/4] PCI: dw-rockchip: Add support to reset Root Port upon link down event
Manivannan Sadhasivam via B4 Relay
- [PATCH 2/3] mm: update core kernel code to use vm_flags_t consistently
Uladzislau Rezki
- POWER9: duplicate interrupt line in /proc/interrupts, kernel problem or userspace problem?
Simon Richter
- [PATCH 0/8] dma-mapping: migrate to physical address-based API
Leon Romanovsky
- [PATCH 0/8] dma-mapping: migrate to physical address-based API
Leon Romanovsky
- [PATCH 0/8] dma-mapping: migrate to physical address-based API
Leon Romanovsky
- [PATCH 8/8] mm/hmm: migrate to physical address-based DMA mapping API
Leon Romanovsky
- [PATCH 6/8] dma-mapping: fail early if physical address is mapped through platform callback
Leon Romanovsky
- [next-20250709] Fails to boot on IBM Power Server
Stephen Rothwell
- linux-next: duplicate patch in the char-misc tree
Stephen Rothwell
- [PATCH] arch:powerpc:tools This file was missing shebang line, so added it
Stephen Rothwell
- Ozlabs patchwork notification not working anymore
Stephen Rothwell
- [PATCH v2] powerpc: Replace the obsolete address of the FSF
Maciej W. Rozycki
- [PATCH v2] integrity: Extract secure boot enquiry function out of IMA
GONG Ruiqi
- [PATCH v2] integrity: Extract secure boot enquiry function out of IMA
GONG Ruiqi
- [PATCH v2] integrity: Extract secure boot enquiry function out of IMA
GONG Ruiqi
- [PATCH v2] integrity: Extract secure boot enquiry function out of IMA
GONG Ruiqi
- [PATCH v3 00/12] kasan: unify kasan_arch_is_ready() and remove arch-specific implementations
Andrey Ryabinin
- [PATCH v3 01/12] lib/kasan: introduce CONFIG_ARCH_DEFER_KASAN option
Andrey Ryabinin
- [PATCH v3 02/12] kasan: unify static kasan_flag_enabled across modes
Andrey Ryabinin
- [PATCH v3 07/12] kasan/loongarch: select ARCH_DEFER_KASAN and call kasan_init_generic
Andrey Ryabinin
- [PATCH v3 08/12] kasan/um: select ARCH_DEFER_KASAN and call kasan_init_generic
Andrey Ryabinin
- [PATCH v3 01/12] lib/kasan: introduce CONFIG_ARCH_DEFER_KASAN option
Andrey Ryabinin
- [PATCH v3 08/12] kasan/um: select ARCH_DEFER_KASAN and call kasan_init_generic
Andrey Ryabinin
- [PATCH v3 00/12] kasan: unify kasan_arch_is_ready() and remove arch-specific implementations
Andrey Ryabinin
- [PATCH v4 4/5] PCI: host-common: Add link down handling for host bridges
Manivannan Sadhasivam
- [PATCH v5 0/4] PCI: Add support for resetting the Root Ports in a platform specific way
Manivannan Sadhasivam
- [PATCH v5 1/4] PCI/ERR: Add support for resetting the Root Ports in a platform specific way
Manivannan Sadhasivam
- [PATCH v5 2/4] PCI: host-common: Add link down handling for Root Ports
Manivannan Sadhasivam
- [PATCH v5 3/4] PCI: qcom: Add support for resetting the Root Port due to link down event
Manivannan Sadhasivam
- [PATCH v5 4/4] PCI: dw-rockchip: Add support to reset Root Port upon link down event
Manivannan Sadhasivam
- [PATCH v5 1/4] PCI/ERR: Add support for resetting the Root Ports in a platform specific way
Manivannan Sadhasivam
- [PATCH v6 0/4] PCI: Add support for resetting the Root Ports in a platform specific way
Manivannan Sadhasivam
- [PATCH] powerpc/eeh: parse AER registers
Mahesh J Salgaonkar
- [PATCH RESEND 0/3] ioctl numbers list cleanup for papr-physical-attestation.h
Bagas Sanjaya
- [PATCH RESEND 1/3] Documentation: ioctl-number: Fix linuxppc-dev mailto link
Bagas Sanjaya
- [PATCH RESEND 2/3] Documentation: ioctl-number: Extend "Include File" column width
Bagas Sanjaya
- [PATCH RESEND 3/3] Documentation: ioctl-number: Correct full path to papr-physical-attestation.h
Bagas Sanjaya
- [PATCH RESEND 1/3] Documentation: ioctl-number: Fix linuxppc-dev mailto link
Bagas Sanjaya
- [PATCH v2 0/3] ioctl numbers list cleanup for papr-physical-attestation.h
Bagas Sanjaya
- [PATCH v2 1/3] Documentation: ioctl-number: Fix linuxppc-dev mailto link
Bagas Sanjaya
- [PATCH v2 2/3] Documentation: ioctl-number: Extend "Include File" column width
Bagas Sanjaya
- [PATCH v2 3/3] Documentation: ioctl-number: Correct full path to papr-physical-attestation.h
Bagas Sanjaya
- [PATCH v4 1/3] powerpc/pseries: Correct secvar format representation for static key management
R Nageswara Sastry
- [PATCH v4 2/3] powerpc/secvar: Expose secvars relevant to the key management mode
R Nageswara Sastry
- [PATCH v4 3/3] integrity/platform_certs: Allow loading of keys in the static key management mode
R Nageswara Sastry
- [PATCH v5 1/4] smpboot: introduce SDTL_INIT() helper to tidy sched topology setup
Valentin Schneider
- [PATCH v1 12/29] mm/zsmalloc: stop using __ClearPageMovable()
Sergey Senozhatsky
- [PATCH v1 12/29] mm/zsmalloc: stop using __ClearPageMovable()
Sergey Senozhatsky
- [PATCH v1 12/29] mm/zsmalloc: stop using __ClearPageMovable()
Sergey Senozhatsky
- [PATCH v1 12/29] mm/zsmalloc: stop using __ClearPageMovable()
Sergey Senozhatsky
- [PATCH v1 12/29] mm/zsmalloc: stop using __ClearPageMovable()
Sergey Senozhatsky
- [PATCH v2 12/29] mm/zsmalloc: stop using __ClearPageMovable()
Sergey Senozhatsky
- [PATCH] powerpc: pci-ioda: Optimize pnv_ioda_pick_m64_pe()
Jiri Slaby
- [PATCH v2 0/3] ioctl numbers list cleanup for papr-physical-attestation.h
Madhavan Srinivasan
- [PATCH v3 0/6] PowerNV PCIe Hotplug Driver Fixes
Madhavan Srinivasan
- [PATCH] docs: powerpc: add htm.rst to toctree
Madhavan Srinivasan
- [PATCH RESEND bpf-next 1/1] powerpc64/bpf: Add jit support for load_acquire and store_release
Madhavan Srinivasan
- [GIT PULL] Please pull powerpc/linux.git powerpc-6.17-1 tag
Madhavan Srinivasan
- [PATCH 1/1] dt-bindings: fsl: fsl,rcpm: reference power-domains.yaml
Alexander Stein
- [PATCH v1 01/29] mm/balloon_compaction: we cannot have isolated pages in the balloon list
Lorenzo Stoakes
- [PATCH v1 02/29] mm/balloon_compaction: convert balloon_page_delete() to balloon_page_finalize()
Lorenzo Stoakes
- [PATCH v1 03/29] mm/zsmalloc: drop PageIsolated() related VM_BUG_ONs
Lorenzo Stoakes
- [PATCH v1 04/29] mm/page_alloc: let page freeing clear any set page type
Lorenzo Stoakes
- [PATCH v1 05/29] mm/balloon_compaction: make PageOffline sticky until the page is freed
Lorenzo Stoakes
- [PATCH v1 06/29] mm/zsmalloc: make PageZsmalloc() sticky until the page is freed
Lorenzo Stoakes
- [PATCH v1 05/29] mm/balloon_compaction: make PageOffline sticky until the page is freed
Lorenzo Stoakes
- [PATCH v1 07/29] mm/migrate: rename isolate_movable_page() to isolate_movable_ops_page()
Lorenzo Stoakes
- [PATCH v1 08/29] mm/migrate: rename putback_movable_folio() to putback_movable_ops_page()
Lorenzo Stoakes
- [PATCH v1 09/29] mm/migrate: factor out movable_ops page handling into migrate_movable_ops_page()
Lorenzo Stoakes
- [PATCH v1 10/29] mm/migrate: remove folio_test_movable() and folio_movable_ops()
Lorenzo Stoakes
- [PATCH v1 04/29] mm/page_alloc: let page freeing clear any set page type
Lorenzo Stoakes
- [PATCH v1 04/29] mm/page_alloc: let page freeing clear any set page type
Lorenzo Stoakes
- [PATCH v1 03/29] mm/zsmalloc: drop PageIsolated() related VM_BUG_ONs
Lorenzo Stoakes
- [PATCH v1 02/29] mm/balloon_compaction: convert balloon_page_delete() to balloon_page_finalize()
Lorenzo Stoakes
- [PATCH v1 07/29] mm/migrate: rename isolate_movable_page() to isolate_movable_ops_page()
Lorenzo Stoakes
- [PATCH v1 11/29] mm/migrate: move movable_ops page handling out of move_to_new_folio()
Lorenzo Stoakes
- [PATCH v1 12/29] mm/zsmalloc: stop using __ClearPageMovable()
Lorenzo Stoakes
- [PATCH v1 13/29] mm/balloon_compaction: stop using __ClearPageMovable()
Lorenzo Stoakes
- [PATCH v1 10/29] mm/migrate: remove folio_test_movable() and folio_movable_ops()
Lorenzo Stoakes
- [PATCH v1 13/29] mm/balloon_compaction: stop using __ClearPageMovable()
Lorenzo Stoakes
- [PATCH v1 14/29] mm/migrate: remove __ClearPageMovable()
Lorenzo Stoakes
- [PATCH v1 15/29] mm/migration: remove PageMovable()
Lorenzo Stoakes
- [PATCH v1 16/29] mm: rename __PageMovable() to page_has_movable_ops()
Lorenzo Stoakes
- [PATCH v1 17/29] mm/page_isolation: drop __folio_test_movable() check for large folios
Lorenzo Stoakes
- [PATCH v1 18/29] mm: remove __folio_test_movable()
Lorenzo Stoakes
- [PATCH v1 19/29] mm: stop storing migration_ops in page->mapping
Lorenzo Stoakes
- [PATCH v1 20/29] mm: convert "movable" flag in page->mapping to a page flag
Lorenzo Stoakes
- [PATCH v1 21/29] mm: rename PG_isolated to PG_movable_ops_isolated
Lorenzo Stoakes
- [PATCH v1 22/29] mm/page-flags: rename PAGE_MAPPING_MOVABLE to PAGE_MAPPING_ANON_KSM
Lorenzo Stoakes
- [PATCH v1 23/29] mm/page-alloc: remove PageMappingFlags()
Lorenzo Stoakes
- [PATCH v1 24/29] mm/page-flags: remove folio_mapping_flags()
Lorenzo Stoakes
- [PATCH v1 25/29] mm: simplify folio_expected_ref_count()
Lorenzo Stoakes
- [PATCH v1 26/29] mm: rename PAGE_MAPPING_* to FOLIO_MAPPING_*
Lorenzo Stoakes
- [PATCH v1 27/29] docs/mm: convert from "Non-LRU page migration" to "movable_ops page migration"
Lorenzo Stoakes
- [PATCH v1 28/29] mm/balloon_compaction: "movable_ops" doc updates
Lorenzo Stoakes
- [PATCH v1 29/29] mm/balloon_compaction: provide single balloon_page_insert() and balloon_mapping_gfp_mask()
Lorenzo Stoakes
- [PATCH v1 23/29] mm/page-alloc: remove PageMappingFlags()
Lorenzo Stoakes
- [PATCH v1 22/29] mm/page-flags: rename PAGE_MAPPING_MOVABLE to PAGE_MAPPING_ANON_KSM
Lorenzo Stoakes
- [PATCH v1 23/29] mm/page-alloc: remove PageMappingFlags()
Lorenzo Stoakes
- [PATCH 2/3] mm: update core kernel code to use vm_flags_t consistently
Lorenzo Stoakes
- [PATCH 0/8] dma-mapping: migrate to physical address-based API
Marek Szyprowski
- [PATCH 0/8] dma-mapping: migrate to physical address-based API
Marek Szyprowski
- [PATCH 0/8] dma-mapping: migrate to physical address-based API
Marek Szyprowski
- [PATCH 0/8] dma-mapping: migrate to physical address-based API
Marek Szyprowski
- [PATCH v3 00/12] kasan: unify kasan_arch_is_ready() and remove arch-specific implementations
Sabyrzhan Tasbolatov
- [PATCH v3 01/12] lib/kasan: introduce CONFIG_ARCH_DEFER_KASAN option
Sabyrzhan Tasbolatov
- [PATCH v3 02/12] kasan: unify static kasan_flag_enabled across modes
Sabyrzhan Tasbolatov
- [PATCH v3 03/12] kasan/powerpc: select ARCH_DEFER_KASAN and call kasan_init_generic
Sabyrzhan Tasbolatov
- [PATCH v3 04/12] kasan/arm64: call kasan_init_generic in kasan_init
Sabyrzhan Tasbolatov
- [PATCH v3 05/12] kasan/arm: call kasan_init_generic in kasan_init
Sabyrzhan Tasbolatov
- [PATCH v3 06/12] kasan/xtensa: call kasan_init_generic in kasan_init
Sabyrzhan Tasbolatov
- [PATCH v3 07/12] kasan/loongarch: select ARCH_DEFER_KASAN and call kasan_init_generic
Sabyrzhan Tasbolatov
- [PATCH v3 08/12] kasan/um: select ARCH_DEFER_KASAN and call kasan_init_generic
Sabyrzhan Tasbolatov
- [PATCH v3 09/12] kasan/x86: call kasan_init_generic in kasan_init
Sabyrzhan Tasbolatov
- [PATCH v3 10/12] kasan/s390: call kasan_init_generic in kasan_init
Sabyrzhan Tasbolatov
- [PATCH v3 11/12] kasan/riscv: call kasan_init_generic in kasan_init
Sabyrzhan Tasbolatov
- [PATCH v3 12/12] kasan: add shadow checks to wrappers and rename kasan_arch_is_ready
Sabyrzhan Tasbolatov
- [PATCH v3 01/12] lib/kasan: introduce CONFIG_ARCH_DEFER_KASAN option
Sabyrzhan Tasbolatov
- [PATCH v3 07/12] kasan/loongarch: select ARCH_DEFER_KASAN and call kasan_init_generic
Sabyrzhan Tasbolatov
- [PATCH v3 08/12] kasan/um: select ARCH_DEFER_KASAN and call kasan_init_generic
Sabyrzhan Tasbolatov
- [PATCH v3 00/12] kasan: unify kasan_arch_is_ready() and remove arch-specific implementations
Sabyrzhan Tasbolatov
- [PATCH] bus: fsl-mc: Check return value of platform_get_resource()
Salah Triki
- [PATCH v2 1/2] powerpc/ftrace: support CONFIG_FUNCTION_GRAPH_RETVAL
Venkat
- [PATCH v2 2/2] powerpc/fprobe: fix updated fprobe for function-graph tracer
Venkat
- [PATCH v2 1/1] sched: preempt: Move dynamic keys into kernel/sched
Venkat
- [PATCH] pseries/lparcfg: Add resource group monitoring
Venkat
- [PATCH] ASoC: fsl-asoc-card: add sysclk_ratio for calculate sysclk frequency
Shengjiu Wang
- [PATCH 0/2] ASoC: fsl_xcvr: get channel status data in two cases
Shengjiu Wang
- [PATCH 1/2] ASoC: fsl_xcvr: get channel status data when PHY is not exists
Shengjiu Wang
- [PATCH 2/2] ASoC: fsl_xcvr: get channel status data with firmware exists
Shengjiu Wang
- [PATCH] powerpc/xmon: replace sizeof calculations with ARRAY_SIZE macro
Ruben Wauters
- [PATCH v2] powerpc: Don't use %pK through printk
Thomas Weißschuh
- [PATCH v5 1/4] PCI/ERR: Add support for resetting the Root Ports in a platform specific way
Lukas Wunner
- [PATCH v2 0/7] syscore: Pass context data to callbacks
Rafael J. Wysocki
- [PATCH v3] vmcoreinfo: Track and log recoverable hardware errors
Shuai Xue
- [PATCH v3] vmcoreinfo: Track and log recoverable hardware errors
Shuai Xue
- [PATCH v3] vmcoreinfo: Track and log recoverable hardware errors
Shuai Xue
- [PATCH v1 05/29] mm/balloon_compaction: make PageOffline sticky until the page is freed
Zi Yan
- [PATCH v1 08/29] mm/migrate: rename putback_movable_folio() to putback_movable_ops_page()
Zi Yan
- [PATCH v1 08/29] mm/migrate: rename putback_movable_folio() to putback_movable_ops_page()
Harry Yoo
- [PATCH v1 05/29] mm/balloon_compaction: make PageOffline sticky until the page is freed
Harry Yoo
- [PATCH v1 10/29] mm/migrate: remove folio_test_movable() and folio_movable_ops()
Harry Yoo
- [PATCH v1 09/29] mm/migrate: factor out movable_ops page handling into migrate_movable_ops_page()
Harry Yoo
- [PATCH v1 11/29] mm/migrate: move movable_ops page handling out of move_to_new_folio()
Harry Yoo
- [PATCH v1 12/29] mm/zsmalloc: stop using __ClearPageMovable()
Harry Yoo
- [PATCH v1 14/29] mm/migrate: remove __ClearPageMovable()
Harry Yoo
- [PATCH v1 15/29] mm/migration: remove PageMovable()
Harry Yoo
- [PATCH v1 16/29] mm: rename __PageMovable() to page_has_movable_ops()
Harry Yoo
- [PATCH v1 17/29] mm/page_isolation: drop __folio_test_movable() check for large folios
Harry Yoo
- [PATCH v1 17/29] mm/page_isolation: drop __folio_test_movable() check for large folios
Harry Yoo
- [PATCH v1 18/29] mm: remove __folio_test_movable()
Harry Yoo
- [PATCH v1 19/29] mm: stop storing migration_ops in page->mapping
Harry Yoo
- [PATCH v1 19/29] mm: stop storing migration_ops in page->mapping
Harry Yoo
- [PATCH v1 20/29] mm: convert "movable" flag in page->mapping to a page flag
Harry Yoo
- [PATCH v1 19/29] mm: stop storing migration_ops in page->mapping
Harry Yoo
- [PATCH v1 20/29] mm: convert "movable" flag in page->mapping to a page flag
Harry Yoo
- [PATCH v1 21/29] mm: rename PG_isolated to PG_movable_ops_isolated
Harry Yoo
- [PATCH v1 22/29] mm/page-flags: rename PAGE_MAPPING_MOVABLE to PAGE_MAPPING_ANON_KSM
Harry Yoo
- [PATCH v1 23/29] mm/page-alloc: remove PageMappingFlags()
Harry Yoo
- [PATCH v1 24/29] mm/page-flags: remove folio_mapping_flags()
Harry Yoo
- [PATCH v1 25/29] mm: simplify folio_expected_ref_count()
Harry Yoo
- [PATCH v1 26/29] mm: rename PAGE_MAPPING_* to FOLIO_MAPPING_*
Harry Yoo
- [PATCH v1 27/29] docs/mm: convert from "Non-LRU page migration" to "movable_ops page migration"
Harry Yoo
- [PATCH 2/3] mm: update core kernel code to use vm_flags_t consistently
Harry Yoo
- [PATCH v2] powerpc: Replace the obsolete address of the FSF
Zavras, Alexios
- [PATCH v2] powerpc: Replace the obsolete address of the FSF
Zavras, Alexios
- [PATCH v6 0/4] PCI: Add support for resetting the Root Ports in a platform specific way
Hongxing Zhu
- [PATCH] global: fix misapplications of "awhile"
Ahelenia Ziemiańska
- [PATCH v2] selftests/powerpc: fix "for a while" typo
Ahelenia Ziemiańska
- [PATCH v5 1/4] smpboot: introduce SDTL_INIT() helper to tidy sched topology setup
Peter Zijlstra
- [PATCH v5 1/4] smpboot: introduce SDTL_INIT() helper to tidy sched topology setup
Peter Zijlstra
- [PATCH v2] integrity: Extract secure boot enquiry function out of IMA
Mimi Zohar
- [PATCH v2] integrity: Extract secure boot enquiry function out of IMA
Mimi Zohar
- [PATCH] powerpc : fix resource leak in holly_init_IRQ()
jackysliu
- [PATCH net-next v2] ibmveth: Add multi buffers rx replenishment hcall support
patchwork-bot+netdevbpf at kernel.org
- [GIT PULL] execve updates for v6.17
pr-tracker-bot at kernel.org
- [PATCH RESEND bpf-next 1/1] powerpc64/bpf: Add jit support for load_acquire and store_release
puranjay at kernel.org
- [powerpc:merge] BUILD SUCCESS 837f3b82898b077b38ea6739f4dc87e4ccfc7751
kernel test robot
- [PATCH v5 2/4] PCI: host-common: Add link down handling for Root Ports
kernel test robot
- [powerpc:merge] BUILD SUCCESS 8046db6cd84fc6a160a8fe6844de36236585167b
kernel test robot
- [powerpc:next-test] BUILD SUCCESS 3519258edba158e27eb5078309c3320a68334140
kernel test robot
- [PATCH v2] vmcoreinfo: Track and log recoverable hardware errors
kernel test robot
- [PATCH v2] vmcoreinfo: Track and log recoverable hardware errors
kernel test robot
- [powerpc:next-test] BUILD SUCCESS 221e2869356d8bb0da59f6508aba6f52226d46a6
kernel test robot
- [powerpc:merge] BUILD SUCCESS 946cb6e0676759f2d4327e7d400a1ced36370e02
kernel test robot
- [powerpc:next] BUILD SUCCESS da30705c4621fc82d68483f114f5a395a5f472d2
kernel test robot
- [PATCH v3] vmcoreinfo: Track and log recoverable hardware errors
kernel test robot
- [powerpc:next-test] BUILD SUCCESS a8f2b96ca9ee87be8091fcc2746b811c173648a0
kernel test robot
- [powerpc:next-test] BUILD SUCCESS cf2a6de32cabbf84a889e24a9ee7c51dee4a1f70
kernel test robot
Last message date:
Wed Jul 30 04:39:01 AEST 2025
Archived on: Wed Jul 30 04:45:01 AEST 2025
This archive was generated by
Pipermail 0.09 (Mailman edition).