linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
 messages from 2026-01-01 01:27:55 to 2026-01-05 09:02:13 UTC [more...]

[PATCH] powerpc: Implement ARCH_HAS_CC_CAN_LINK
 2026-01-05  9:01 UTC  (4+ messages)

[PATCH 00/36] AES library improvements
 2026-01-05  7:47 UTC  (38+ messages)
` [PATCH 01/36] crypto: powerpc/aes - Rename struct aes_key
` [PATCH 02/36] lib/crypto: aes: Introduce improved AES library
` [PATCH 03/36] crypto: arm/aes-neonbs - Use AES library for single blocks
` [PATCH 04/36] crypto: arm/aes - Switch to aes_enc_tab[] and aes_dec_tab[]
` [PATCH 05/36] crypto: arm64/aes "
` [PATCH 06/36] crypto: arm64/aes - Select CRYPTO_LIB_SHA256 from correct places
` [PATCH 07/36] crypto: aegis - Switch from crypto_ft_tab[] to aes_enc_tab[]
` [PATCH 08/36] crypto: aes - Remove aes-fixed-time / CONFIG_CRYPTO_AES_TI
` [PATCH 09/36] crypto: aes - Replace aes-generic with wrapper around lib
` [PATCH 10/36] lib/crypto: arm/aes: Migrate optimized code into library
` [PATCH 11/36] lib/crypto: arm64/aes: "
` [PATCH 12/36] lib/crypto: powerpc/aes: Migrate SPE "
` [PATCH 13/36] lib/crypto: powerpc/aes: Migrate POWER8 "
` [PATCH 14/36] lib/crypto: riscv/aes: Migrate "
` [PATCH 15/36] lib/crypto: s390/aes: "
` [PATCH 16/36] lib/crypto: sparc/aes: "
` [PATCH 17/36] lib/crypto: x86/aes: Add AES-NI optimization
` [PATCH 18/36] crypto: x86/aes - Remove the superseded AES-NI crypto_cipher
` [PATCH 19/36] Bluetooth: SMP: Use new AES library API
` [PATCH 20/36] chelsio: "
` [PATCH 21/36] net: phy: mscc: macsec: "
` [PATCH 22/36] staging: rtl8723bs: core: "
` [PATCH 23/36] crypto: arm/ghash - "
` [PATCH 24/36] crypto: arm64/ghash "
` [PATCH 25/36] crypto: x86/aes-gcm "
` [PATCH 26/36] crypto: ccp "
` [PATCH 27/36] crypto: chelsio "
` [PATCH 28/36] crypto: crypto4xx "
` [PATCH 29/36] crypto: drbg "
` [PATCH 30/36] crypto: inside-secure "
` [PATCH 31/36] crypto: omap "
` [PATCH 32/36] lib/crypto: aescfb: "
` [PATCH 33/36] lib/crypto: aesgcm: "
` [PATCH 34/36] lib/crypto: aes: Remove old AES en/decryption functions
` [PATCH 35/36] lib/crypto: aes: Drop "_new" suffix from "
` [PATCH 36/36] lib/crypto: aes: Drop 'volatile' from aes_sbox and aes_inv_sbox

[PATCH v1 0/8] Remove device private pages from physical address space
 2026-01-05  2:56 UTC  (10+ messages)
` [PATCH v1 1/8] mm/migrate_device: Add migrate PFN flag to track device private pages
` [PATCH v1 2/8] mm/page_vma_mapped: Add flags to page_vma_mapped_walk::pfn "
` [PATCH v1 4/8] mm: Add a new swap type for migration entries of "

[PATCH v3 0/3] Fix bugs and performance of kstack offset randomisation
 2026-01-04 23:01 UTC  (11+ messages)
` [PATCH v3 1/3] randomize_kstack: Maintain kstack_offset per task
` [PATCH v3 2/3] prandom: Convert prandom_u32_state() to __always_inline
` [PATCH v3 3/3] randomize_kstack: Unify random source across arches

[PATCH v2 00/28] arch, mm: consolidate hugetlb early reservation
 2026-01-04 22:07 UTC  (37+ messages)
` [PATCH v2 01/28] alpha: introduce arch_zone_limits_init()
` [PATCH v2 02/28] arc: "
` [PATCH v2 03/28] arm: "
` [PATCH v2 04/28] arm64: "
` [PATCH v2 05/28] csky: "
` [PATCH v2 06/28] hexagon: "
` [PATCH v2 07/28] loongarch: "
` [PATCH v2 08/28] m68k: "
` [PATCH v2 09/28] microblaze: "
` [PATCH v2 10/28] mips: "
` [PATCH v2 11/28] nios2: "
` [PATCH v2 12/28] openrisc: "
` [PATCH v2 13/28] parisc: "
` [PATCH v2 14/28] powerpc: "
` [PATCH v2 15/28] riscv: "
` [PATCH v2 16/28] s390: "
` [PATCH v2 17/28] sh: "
` [PATCH v2 18/28] sparc: "
` [PATCH v2 19/28] um: "
` [PATCH v2 20/28] x86: "
` [PATCH v2 21/28] xtensa: "
` [PATCH v2 22/28] arch, mm: consolidate initialization of nodes, zones and memory map
        ` [PATCH 3.5] arm: make initialization of zero page independent of the memory map (was Re: [PATCH v2 22/28] arch, mm: consolidate initialization of nodes, zones and memory map)
` [PATCH v2 23/28] arch, mm: consolidate initialization of SPARSE memory model
` [PATCH v2 24/28] mips: drop paging_init()
` [PATCH v2 25/28] x86: don't reserve hugetlb memory in setup_arch()
` [PATCH v2 26/28] mm, arch: consolidate hugetlb CMA reservation
` [PATCH v2 27/28] mm/hugetlb: drop hugetlb_cma_check()
` [PATCH v2 28/28] Revert "mm/hugetlb: deal with multiple calls to hugetlb_bootmem_alloc"

[RFC PATCH 0/2] mm: continue using per-VMA lock when retrying page faults after I/O
 2026-01-04  9:16 UTC  (2+ messages)

[PATCH v2 0/8] Generic IRQ entry/exit support for powerpc
 2026-01-04 12:36 UTC  (2+ messages)

[PATCH v2 0/5] PowerPC: A few cleanups in MPC83xx devicetrees
 2026-01-03 18:54 UTC  (6+ messages)
` [PATCH v2 1/5] powerpc: dts: mpc8313erdb: Use IRQ_TYPE_* macros
` [PATCH v2 2/5] powerpc: dts: mpc8315erdb: "
` [PATCH v2 3/5] powerpc: dts: mpc8315erdb: Rename LED nodes to comply with schema
` [PATCH v2 4/5] powerpc: dts: mpc8315erdb: Add missing #cells properties to SPI bus
` [PATCH v2 5/5] powerpc: dts: mpc83xx: Add unit addresses to /memory

[PATCH] powerpc: Move GameCube/Wii options under EMBEDDED6xx
 2026-01-03 18:07 UTC 

[PATCH v1 3/8] mm: Add helpers to create migration entries from struct pages
 2026-01-03  3:34 UTC  (3+ messages)

[PATCH v1 8/8] mm: Remove device private pages from the physical address space
 2026-01-03  2:19 UTC  (2+ messages)

[PATCH] soc: fsl: qe: Simplify with scoped for each OF child loop
 2026-01-02 12:47 UTC 

[PATCH] crypto: nx - Simplify with scoped for each OF child loop
 2026-01-02 12:50 UTC 

[PATCH 1/3] PCI: mvebu: Simplify with scoped for each OF child loop
 2026-01-02 12:49 UTC  (3+ messages)
` [PATCH 2/3] PCI: pnv_php: "
` [PATCH 3/3] PCI: rpaphp: "

[PATCH 00/28] arch, mm: consolidate hugetlb early reservation
 2026-01-02 18:04 UTC  (4+ messages)

[PATCH v2 0/6] Extend "trusted" keys to support a new trust source named the PowerVM Key Wrapping Module (PKWM)
 2026-01-02 17:48 UTC  (11+ messages)
` [PATCH v2 1/6] pseries/plpks: fix kernel-doc comment inconsistencies
` [PATCH v2 2/6] powerpc/pseries: move the PLPKS config inside its own sysfs directory
` [PATCH v2 4/6] pseries/plpks: add HCALLs for PowerVM Key Wrapping Module
` [PATCH v2 5/6] keys/trusted_keys: establish PKWM as a trusted source
` [PATCH v2 6/6] docs: trusted-encryped: add PKWM as a new trust source

[PATCH v2 3/3] randomize_kstack: Unify random source across arches
 2026-01-02 12:58 UTC  (3+ messages)

[PATCH 0/4] mm: increase lowmem size in linux-7.0
 2026-01-02 12:12 UTC  (6+ messages)
` [PATCH 3/4] ARM: remove support for highmem on VIVT

[PATCH] powerpc/kexec/core: use big-endian types for crash variables
 2026-01-02 11:12 UTC  (2+ messages)

[next-20251219]powerpc/pSeries: NULL deref in __dev_xmit_skb()
 2026-01-02  5:53 UTC  (2+ messages)

[PATCH RESEND v5 0/4] Freescale Enhanced Local Bus Controller (eLBC) binding YAML conversion
 2026-01-01 19:05 UTC  (6+ messages)
` [PATCH RESEND v5 1/4] dt-bindings: mtd: raw-nand-chip: Relax node name pattern
` [PATCH RESEND v5 2/4] dt-bindings: memory-controllers: Add fsl,elbc-gpcm-uio
` [PATCH RESEND v5 3/4] dt-bindings: nand: Add fsl,elbc-fcm-nand
` [PATCH RESEND v5 4/4] dt-bindings: memory-controllers: Convert fsl,elbc to YAML

[PATCH v3 0/8] Generic IRQ entry/exit support for powerpc
 2026-01-01 17:31 UTC  (4+ messages)
` [PATCH v3 7/8] powerpc: Enable IRQ generic entry/exit path

[PATCH] powerpc: DTS: mpc8313erdb: Add timer@*/clock-frequency properties
 2026-01-01 17:09 UTC 

[PATCH v5] dt-bindings: powerpc: Add Freescale/NXP MPC83xx SoCs
 2026-01-01 17:04 UTC 

[PATCH] powerpc/kdump: pass dm-crypt keys to kdump kernel
 2026-01-01 15:06 UTC  (2+ 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).