public inbox for linux-s390@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-12-19 08:13:23 to 2026-01-05 05:15:10 UTC [more...]

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

[PATCH 0/5] bpf: use const pointer for struct_ops cfi_stubs
 2026-01-02 16:19 UTC  (12+ messages)
` [PATCH 1/5] "
` [PATCH 2/5] HID: bpf: make __bpf_hid_bpf_ops const
` [PATCH 3/5] sched_ext: make __bpf_ops_sched_ext_ops const
` [PATCH 4/5] net: make cfi_stubs globals const
` [PATCH 5/5] selftests/bpf: "

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

[PATCH] s390/ap: fix typo in function name reference
 2026-01-02 12:25 UTC  (3+ messages)

[PATCH v3] vdso: Remove struct getcpu_cache
 2026-01-02 12:20 UTC  (3+ messages)

[PATCH] mm/mmu_gather: remove @delay_remap of __tlb_remove_page_size()
 2026-01-01  1:05 UTC  (2+ messages)

[PATCH v7] mm/hugetlb: ignore hugepage kernel args if hugepages are unsupported
 2025-12-29 20:41 UTC  (4+ messages)

[PATCH v5 0/2] PCI: Fix isolated function probing and enable ARI for s390
 2025-12-24  9:12 UTC  (14+ messages)
` [PATCH v5 1/2] PCI: Fix isolated PCI function probing with ARI and SR-IOV

[PATCH v6] mm/hugetlb: ignore hugepage kernel args if hugepages are unsupported
 2025-12-23 17:11 UTC  (15+ messages)

[PATCH net] net/smc: Initialize smc hashtables before registering users
 2025-12-23  8:00 UTC  (4+ messages)

[PATCH v6 00/28] KVM: s390: gmap rewrite, the real deal
 2025-12-22 16:50 UTC  (29+ messages)
` [PATCH v6 01/28] KVM: s390: Refactor pgste lock and unlock functions
` [PATCH v6 02/28] KVM: s390: add P bit in table entry bitfields, move union vaddress
` [PATCH v6 03/28] s390: Make UV folio operations work on whole folio
` [PATCH v6 04/28] s390: Move sske_frame() to a header
` [PATCH v6 05/28] KVM: s390: Add gmap_helper_set_unused()
` [PATCH v6 06/28] KVM: s390: Introduce import_lock
` [PATCH v6 07/28] KVM: s390: Export two functions
` [PATCH v6 08/28] s390/mm: Warn if uv_convert_from_secure_pte() fails
` [PATCH v6 09/28] KVM: s390: vsie: Pass gmap explicitly as parameter
` [PATCH v6 10/28] KVM: s390: Enable KVM_GENERIC_MMU_NOTIFIER
` [PATCH v6 11/28] KVM: s390: Rename some functions in gaccess.c
` [PATCH v6 12/28] KVM: s390: KVM-specific bitfields and helper functions
` [PATCH v6 13/28] KVM: s390: KVM page table management functions: allocation
` [PATCH v6 14/28] KVM: s390: KVM page table management functions: clear and replace
` [PATCH v6 15/28] KVM: s390: KVM page table management functions: walks
` [PATCH v6 16/28] KVM: s390: KVM page table management functions: storage keys
` [PATCH v6 17/28] KVM: s390: KVM page table management functions: lifecycle management
` [PATCH v6 18/28] KVM: s390: KVM page table management functions: CMMA
` [PATCH v6 19/28] KVM: s390: New gmap code
` [PATCH v6 20/28] KVM: s390: Add helper functions for fault handling
` [PATCH v6 21/28] KVM: s390: Add some helper functions needed for vSIE
` [PATCH v6 22/28] KVM: s390: Stop using CONFIG_PGSTE
` [PATCH v6 23/28] KVM: s390: Storage key functions refactoring
` [PATCH v6 24/28] KVM: s390: Switch to new gmap
` [PATCH v6 25/28] KVM: s390: Remove gmap from s390/mm
` [PATCH v6 26/28] KVM: S390: Remove PGSTE code from linux/s390 mm
` [PATCH v6 27/28] KVM: s390: Enable 1M pages for gmap
` [PATCH v6 28/28] KVM: s390: Storage key manipulation IOCTL

[PATCH v5 3/3] sched/core: Make finish_task_switch() and its subfunctions always inline
 2025-12-22 16:48 UTC  (2+ messages)

[PATCH] s390: Implement ARCH_HAS_CC_CAN_LINK
 2025-12-22 11:28 UTC  (2+ messages)

[PATCH] s390/cmm: Account for NUL when calculating 'len' in cmm_timeout_handler
 2025-12-22 10:59 UTC  (3+ messages)

[PATCH] s390/cmm: Use max to simplify cmm_timer_fn
 2025-12-22 10:57 UTC  (2+ messages)

[PATCH v5] mm/hugetlb: ignore hugepage kernel args if hugepages are unsupported
 2025-12-20 14:50 UTC  (8+ messages)

[patch V6 02/12] uaccess: Provide ASM GOTO safe wrappers for unsafe_*_user()
 2025-12-19  8:10 UTC  (2+ messages)

[patch V3 00/12] uaccess: Provide and use scopes for user masked access
 2025-12-19  8:10 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