messages from 2025-04-02 12:35:25 to 2025-04-11 06:40:34 UTC [more...]
[PATCH v1 0/4] mm: Fix apply_to_pte_range() vs lazy MMU mode
2025-04-11 6:40 UTC (7+ messages)
` [PATCH v1 1/4] kasan: Avoid sleepable page allocation from atomic context
` [PATCH v1 2/4] mm: Cleanup apply_to_pte_range() routine
` [PATCH v1 3/4] mm: Protect kernel pgtables in apply_to_pte_range()
` [PATCH v1 4/4] mm: Allow detection of wrong arch_enter_lazy_mmu_mode() context
[RFC PATCH] net/smc: Consider using kfree_sensitive() to free cpu_addr
2025-04-11 4:44 UTC
[PATCH v3] perf test: Allow tolerance for leader sampling test
2025-04-11 0:36 UTC (3+ messages)
[PATCH v2 0/3] mm: Fix apply_to_pte_range() vs lazy MMU mode
2025-04-10 22:47 UTC (10+ messages)
` [PATCH v2 1/3] kasan: Avoid sleepable page allocation from atomic context
` [PATCH v2 2/3] mm: Cleanup apply_to_pte_range() routine
` [PATCH v2 3/3] mm: Protect kernel pgtables in apply_to_pte_range()
[PATCH] mm: Introduce free_folio_and_swap_cache() to replace free_page_and_swap_cache()
2025-04-10 20:31 UTC (8+ messages)
[PATCH v1] s390/virtio_ccw: don't allocate/assign airqs for non-existing queues
2025-04-10 18:44 UTC (59+ messages)
[PATCH v2 0/1] mm: Allow detection of wrong arch_enter_lazy_mmu_mode() context
2025-04-10 15:24 UTC (3+ messages)
` [PATCH v2 1/1] "
[PATCH] watchdog: diag288_wdt: Implement module autoload
2025-04-10 12:10 UTC (2+ messages)
[PATCH] Removing deprecated strncpy()
2025-04-10 11:54 UTC (2+ messages)
[PATCH v1 net] smc: Fix lockdep false-positive for IPPROTO_SMC
2025-04-10 9:14 UTC (2+ messages)
[PATCH net] net/smc: fix general protection fault in __smc_diag_dump
2025-04-10 3:11 UTC (7+ messages)
[PATCH v2] perf test: Allow tolerance for leader sampling test
2025-04-09 23:25 UTC (2+ messages)
[PATCH v4 00/24] AP bus/zcrypt/pkey/paes no-mem-alloc patches
2025-04-09 16:25 UTC (27+ messages)
` [PATCH v4 01/24] s390/ap: Move response_type struct into ap_msg struct
` [PATCH v4 02/24] s390/ap/zcrypt: Rework AP message buffer allocation
` [PATCH v4 03/24] s390/ap: Introduce ap message buffer pool
` [PATCH v4 04/24] s390/zcrypt: Avoid alloc and copy of ep11 targets if kernelspace cprb
` [PATCH v4 05/24] s390/ap/zcrypt: New xflag parameter
` [PATCH v4 06/24] s390/zcrypt: Introduce cprb mempool for cca misc functions
` [PATCH v4 07/24] s390/zcrypt: Introduce cprb mempool for ep11 "
` [PATCH v4 08/24] s390/zcrypt: Rework zcrypt function zcrypt_device_status_mask_ext
` [PATCH v4 09/24] s390/zcrypt: Introduce pre-allocated device status array for cca misc
` [PATCH v4 10/24] s390/zcrypt: Introduce pre-allocated device status array for ep11 misc
` [PATCH v4 11/24] s390/zcrypt: Remove unused functions from cca misc
` [PATCH v4 12/24] s390/zcrypt: Remove CCA and EP11 card and domain info caches
` [PATCH v4 13/24] s390/zcrypt/pkey: Rework cca findcard() implementation and callers
` [PATCH v4 14/24] s390/zcrypt/pkey: Rework ep11 "
` [PATCH v4 15/24] s390/zcrypt: Rework cca misc functions kmallocs to use the cprb mempool
` [PATCH v4 16/24] s390/zcrypt: Propagate xflags argument with cca_get_info()
` [PATCH v4 17/24] s390/zcrypt: Locate ep11_domain_query_info onto the stack instead of kmalloc
` [PATCH v4 18/24] s390/zcrypt: Rework ep11 misc functions to use cprb mempool
` [PATCH v4 19/24] s390/pkey: Rework CCA pkey handler to use stack for small memory allocs
` [PATCH v4 20/24] s390/pkey: Rework EP11 "
` [PATCH v4 21/24] s390/uv: Rename find_secret() to uv_find_secret() and publish
` [PATCH v4 22/24] s390/pkey: Use preallocated memory for retrieve of UV secret metadata
` [PATCH v4 23/24] s390/zcrypt/pkey: Provide and pass xflags within pkey and zcrypt layers
` [PATCH v4 24/24] s390/pkey/crypto: Introduce xflags param for pkey in-kernel API
[PATCH v2 00/12] Always call constructor for kernel page tables
2025-04-09 14:50 UTC (19+ messages)
` [PATCH v2 01/12] mm: Pass mm down to pagetable_{pte,pmd}_ctor
` [PATCH v2 02/12] x86: pgtable: Always use pte_free_kernel()
` [PATCH v2 03/12] mm: Call ctor/dtor for kernel PTEs
` [PATCH v2 04/12] m68k: "
` [PATCH v2 05/12] powerpc: "
` [PATCH v2 06/12] sparc64: "
` [PATCH v2 07/12] mm: Skip ptlock_init() for kernel PMDs
` [PATCH v2 08/12] arm64: mm: Use enum to identify pgtable level instead of *_SHIFT
` [PATCH v2 09/12] arm64: mm: Always call PTE/PMD ctor in __create_pgd_mapping()
` [PATCH v2 10/12] riscv: mm: Clarify ctor mm argument in alloc_{pte,pmd}_late
` [PATCH v2 11/12] arm64: mm: Call PUD/P4D ctor in __create_pgd_mapping()
` [PATCH v2 12/12] riscv: mm: Call PUD/P4D ctor in special kernel pgtable alloc
[PATCH v3 00/21] AP bus/zcrypt/pkey/paes no-mem-alloc patches
2025-04-09 13:46 UTC (9+ messages)
` [PATCH v3 04/21] s390/ap/zcrypt: New xflag parameter
` [PATCH v3 07/21] s390/zcrypt: Rework zcrypt function zcrypt_device_status_mask_ext
` [PATCH v3 08/21] s390/zcrypt: Introduce pre-allocated device status array for cca misc
[PATCH] s390/boot: replace strncpy() with strscpy()
2025-04-09 13:31 UTC (2+ messages)
[kvm-unit-tests PATCH v2] Makefile: Use CFLAGS in cc-option
2025-04-08 15:15 UTC (2+ messages)
[PATCH v2 00/13] arch, mm: reduce code duplication in mem_init()
2025-04-08 5:48 UTC (4+ messages)
` [PATCH v2 09/13] arch, mm: set max_mapnr when allocating memory map for FLATMEM
[PATCH v2 0/1] mm: pgtable: fix pte_swp_exclusive
2025-04-07 8:06 UTC (4+ messages)
` [PATCH v2 1/1] "
[PATCH V2 0/3] mm/ptdump: Drop assumption that pxd_val() is u64
2025-04-07 5:31 UTC (4+ messages)
` [PATCH V2 1/3] mm/ptdump: Split note_page() into level specific callbacks
` [PATCH V2 2/3] mm/ptdump: Split effective_prot() "
` [PATCH V2 3/3] arm64/mm: Define ptdesc_t
[PATCH 0/9] Remove per-architecture ChaCha skcipher glue code
2025-04-07 5:28 UTC (11+ messages)
` [PATCH 1/9] crypto: riscv/chacha - implement library instead of skcipher
` [PATCH 2/9] crypto: chacha - centralize the skcipher wrappers for arch code
` [PATCH 3/9] crypto: arm/chacha - remove the redundant skcipher algorithms
` [PATCH 4/9] crypto: arm64/chacha - remove the "
` [PATCH 5/9] crypto: mips/chacha "
` [PATCH 6/9] crypto: powerpc/chacha "
` [PATCH 7/9] crypto: s390/chacha "
` [PATCH 8/9] crypto: x86/chacha "
` [PATCH 9/9] crypto: chacha - remove <crypto/internal/chacha.h>
[PATCH v2 1/1] mm: pgtable: fix pte_swp_exclusive
2025-04-05 17:09 UTC (2+ messages)
[GIT PULL] more s390 updates for 6.15 merge window
2025-04-05 3:09 UTC (2+ messages)
RFC iommutests_: Testing software for everything IOMMU
2025-04-04 12:37 UTC (3+ messages)
Concurrent slab-use-after-free in netdev_next_lower_dev
2025-04-04 10:06 UTC (3+ messages)
[PATCH AUTOSEL 5.15 6/8] s390/sclp: Add check for get_zeroed_page()
2025-04-04 0:07 UTC (2+ messages)
` [PATCH AUTOSEL 5.15 7/8] s390/tty: Fix a potential memory leak bug
[PATCH AUTOSEL 6.1 08/10] s390/sclp: Add check for get_zeroed_page()
2025-04-04 0:06 UTC (2+ messages)
` [PATCH AUTOSEL 6.1 09/10] s390/tty: Fix a potential memory leak bug
[PATCH AUTOSEL 6.6 09/16] s390/sclp: Add check for get_zeroed_page()
2025-04-04 0:06 UTC (2+ messages)
` [PATCH AUTOSEL 6.6 10/16] s390/tty: Fix a potential memory leak bug
[PATCH AUTOSEL 6.12 13/20] s390/sclp: Add check for get_zeroed_page()
2025-04-04 0:05 UTC (2+ messages)
` [PATCH AUTOSEL 6.12 14/20] s390/tty: Fix a potential memory leak bug
[PATCH AUTOSEL 6.13 14/22] s390/sclp: Add check for get_zeroed_page()
2025-04-04 0:04 UTC (2+ messages)
` [PATCH AUTOSEL 6.13 15/22] s390/tty: Fix a potential memory leak bug
[PATCH AUTOSEL 6.14 14/23] s390/sclp: Add check for get_zeroed_page()
2025-04-04 0:03 UTC (2+ messages)
` [PATCH AUTOSEL 6.14 15/23] s390/tty: Fix a potential memory leak bug
[PATCH AUTOSEL 6.14 38/44] s390/pci: Support mmap() of PCI resources except for ISM devices
2025-04-03 19:13 UTC
[RFC PATCH 0/4] net/io_uring: pass a kernel pointer via optlen_t to proto[_ops].getsockopt()
2025-04-02 23:39 UTC (16+ messages)
clang-nightly: ERROR: modpost: "wcslen" [fs/smb/client/cifs.ko] undefined!
2025-04-02 13:02 UTC (2+ messages)
[RFC PATCH 0/4] net/io_uring: pass a kernel pointer via optlen_t to proto[_ops].getsockopt()
2025-04-02 12:35 UTC (3+ 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