messages from 2024-12-20 09:27:02 to 2025-01-07 12:47:59 UTC [more...]
[PATCH v3 0/6] elf: Define note name macros
2025-01-07 12:45 UTC (2+ messages)
` [PATCH v3 1/6] "
[PATCH v4 00/15] move pagetable_*_dtor() to __tlb_remove_table()
2025-01-07 12:34 UTC (51+ messages)
` [PATCH v4 01/15] Revert "mm: pgtable: make ptlock be freed by RCU"
` [PATCH v4 02/15] riscv: mm: Skip pgtable level check in {pud,p4d}_alloc_one
` [PATCH v4 03/15] asm-generic: pgalloc: Provide generic p4d_{alloc_one,free}
` [PATCH v4 04/15] mm: pgtable: add statistics for P4D level page table
` [PATCH v4 05/15] arm64: pgtable: use mmu gather to free p4d "
` [PATCH v4 06/15] s390: pgtable: add statistics for PUD and P4D "
` [PATCH v4 07/15] mm: pgtable: introduce pagetable_dtor()
` [PATCH v4 08/15] arm: pgtable: move pagetable_dtor() to __tlb_remove_table()
` [PATCH v4 09/15] arm64: "
` [PATCH v4 10/15] riscv: "
` [PATCH v4 11/15] x86: "
` [PATCH v4 12/15] s390: pgtable: also move pagetable_dtor() of PxD "
` [PATCH v4 13/15] mm: pgtable: introduce generic __tlb_remove_table()
` [PATCH v4 14/15] mm: pgtable: move __tlb_remove_table_one() in x86 to generic file
` [PATCH v4 15/15] mm: pgtable: introduce generic pagetable_dtor_free()
linux-next: Fixes tag needs some work in the kvms390-fixes tree
2025-01-07 12:35 UTC (2+ messages)
[PATCH 0/2] s390: Remove uses of page->index
2025-01-07 10:23 UTC (6+ messages)
` [PATCH 2/2] s390: Convert vsie code to use page->private
[PATCH 0/5] s390: Constify 'struct bin_attribute'
2025-01-07 9:18 UTC (12+ messages)
` [PATCH 2/5] s390/ipl: "
` [PATCH 3/5] s390/pci: "
` [PATCH 4/5] s390/sclp: "
` [PATCH 5/5] s390/pkey: "
[PATCH v2 0/6] Account page tables at all levels
2025-01-07 9:15 UTC (9+ messages)
` [PATCH v2 1/6] mm: Move common part of pagetable_*_ctor to helper
` [PATCH v2 2/6] parisc: mm: Ensure pagetable_pmd_[cd]tor are called
` [PATCH v2 3/6] m68k: mm: Add calls to pagetable_pmd_[cd]tor
` [PATCH v2 4/6] ARM: mm: Rename PGD helpers
` [PATCH v2 5/6] asm-generic: pgalloc: Provide generic __pgd_{alloc,free}
` [PATCH v2 6/6] mm: Introduce ctor/dtor at PGD level
[PATCH net] net/smc: use the correct ndev to find pnetid by pnetid table
2025-01-07 8:44 UTC (4+ messages)
[PATCH bpf-next v5 0/5] net/smc: Introduce smc_ops
2025-01-07 5:19 UTC (7+ messages)
` [PATCH bpf-next v5 1/5] bpf: export necessary sympols for modules with struct_ops
` [PATCH bpf-next v5 2/5] net/smc: Introduce generic hook smc_ops
` [PATCH bpf-next v5 3/5] net/smc: bpf: register smc_ops info struct_ops
` [PATCH bpf-next v5 4/5] libbpf: fix error when st-prefix_ops and ops from differ btf
` [PATCH bpf-next v5 5/5] bpf/selftests: add selftest for bpf_smc_ops
[PATCH v2 0/5] elf: Define note name macros
2025-01-06 17:23 UTC (15+ messages)
` [PATCH v2 1/5] "
` [PATCH v2 2/5] binfmt_elf: Use "
` [PATCH v2 3/5] powwerpc: "
` [PATCH v2 4/5] crash: "
` [PATCH v2 5/5] crash: Remove KEXEC_CORE_NOTE_NAME
[PATCH v3 0/2] Extend 8-byte PCI load/store support to x86 arch
2025-01-06 16:28 UTC (2+ messages)
[PATCH v2] btrfs: Fix avail_in bytes for s390 zlib HW compression path
2025-01-06 15:31 UTC (2+ messages)
[syzbot] Monthly s390 report (Jan 2025)
2025-01-06 10:01 UTC
[PATCH v3 00/17] move pagetable_*_dtor() to __tlb_remove_table()
2025-01-06 3:53 UTC (26+ messages)
` [PATCH v3 01/17] Revert "mm: pgtable: make ptlock be freed by RCU"
` [PATCH v3 02/17] riscv: mm: Skip pgtable level check in {pud,p4d}_alloc_one
` [PATCH v3 03/17] asm-generic: pgalloc: Provide generic p4d_{alloc_one,free}
` [PATCH v3 04/17] mm: pgtable: add statistics for P4D level page table
` [PATCH v3 05/17] arm64: pgtable: use mmu gather to free p4d "
` [PATCH v3 06/17] s390: pgtable: add statistics for PUD and P4D "
` [PATCH v3 07/17] mm: pgtable: introduce pagetable_dtor()
` [PATCH v3 08/17] arm: pgtable: move pagetable_dtor() to __tlb_remove_table()
` [PATCH v3 09/17] arm64: "
` [PATCH v3 10/17] riscv: "
` [PATCH v3 11/17] x86: "
` [PATCH v3 12/17] s390: pgtable: also move pagetable_dtor() of PxD "
` [PATCH v3 13/17] mm: pgtable: introduce generic __tlb_remove_table()
` [PATCH v3 14/17] mm: pgtable: move __tlb_remove_table_one() in x86 to generic file
` [PATCH v3 15/17] mm: pgtable: remove tlb_remove_page_ptdesc()
` [PATCH v3 16/17] mm: pgtable: remove tlb_remove_ptdesc()
` [PATCH v3 17/17] mm: pgtable: introduce generic pagetable_dtor_free()
[PATCH bpf-next v4 0/5] net/smc: Introduce smc_ops
2025-01-06 2:22 UTC (6+ messages)
` [PATCH bpf-next v4 1/5] bpf: export necessary sympols for modules with struct_ops
` [PATCH bpf-next v4 2/5] net/smc: Introduce generic hook smc_ops
` [PATCH bpf-next v4 3/5] net/smc: bpf: register smc_ops info struct_ops
` [PATCH bpf-next v4 4/5] libbpf: fix error when st-prefix_ops and ops from differ btf
` [PATCH bpf-next v4 5/5] bpf/selftests: add selftest for bpf_smc_ops
[PATCH RESEND net] net/smc: fix data error when recvmsg with MSG_PEEK flag
2025-01-04 14:32 UTC
[PATCH net] net/smc: fix data error when recvmsg with MSG_PEEK flag
2025-01-04 14:29 UTC (3+ messages)
[PATCH 00/14] cpumask: cleanup cpumask_next_wrap() implementation and usage
2025-01-03 17:44 UTC (8+ messages)
` [PATCH 05/14] cpumask: deprecate cpumask_next_wrap()
` [PATCH 06/14] cpumask: re-introduce cpumask_next{,_and}_wrap()
` [PATCH 09/14] s390: switch stop_machine_yield() to using cpumask_next_wrap()
[PATCH 00/10] Account page tables at all levels
2025-01-03 10:36 UTC (17+ messages)
` [PATCH 01/10] mm: Move common parts of pagetable_*_[cd]tor to helpers
` [PATCH 05/10] riscv: mm: Skip pgtable level check in {pud,p4d}_alloc_one
[PATCH v9 0/3] New s390 specific protected key hmac
2025-01-03 9:22 UTC (5+ messages)
` [PATCH v9 1/3] s390/crypto: Add protected key hmac subfunctions for KMAC
` [PATCH v9 2/3] s390/crypto: New s390 specific protected key hash phmac
` [PATCH v9 3/3] s390/crypto: Enable phmac selftest invocation
[PATCH bpf-next v3 0/5] net/smc: Introduce smc_ops
2025-01-03 6:54 UTC (12+ messages)
` [PATCH bpf-next v3 3/5] net/smc: bpf: register smc_ops info struct_ops
` [PATCH bpf-next v3 4/5] libbpf: fix error when st-prefix_ops and ops from differ btf
` [PATCH bpf-next v3 5/5] bpf/selftests: add selftest for bpf_smc_ops
[PATCH 0/3] zfcp changes for v6.14
2025-01-02 22:46 UTC (2+ messages)
[PATCH v4 0/2] Converge on using secs_to_jiffies()
2025-01-02 15:27 UTC (6+ messages)
` [PATCH v4 2/2] livepatch: Convert timeouts to secs_to_jiffies()
[PATCH v2 21/29] crypto: s390/aes-gcm - use the new scatterwalk functions
2024-12-30 0:14 UTC
[PATCH net-next 0/1] net/smc: An issue of smc sending messages
2024-12-27 7:53 UTC (4+ messages)
` [PATCH net-next 1/1] Enter smc_tx_wait when the tx length exceeds the available space
[PATCH v7] mm/memblock: Add memblock_alloc_or_panic interface
2024-12-23 7:58 UTC (5+ messages)
[PATCH v6] mm/memblock: Add memblock_alloc_or_panic interface
2024-12-22 10:23 UTC (5+ messages)
[PATCH v5] mm/memblock: Add memblock_alloc_or_panic interface
2024-12-22 3:03 UTC
[PATCH v4] mm/memblock: Add memblock_alloc_or_panic interface
2024-12-22 1:26 UTC
[PATCH v2] mm/memblock: Add memblock_alloc_or_panic interface
2024-12-22 0:52 UTC (3+ messages)
[PATCH v3] mm/memblock: Add memblock_alloc_or_panic interface
2024-12-21 10:50 UTC
[PATCH] mm/memblock: Add memblock_alloc_or_panic interface
2024-12-21 9:59 UTC (3+ messages)
[PATCH 21/29] crypto: s390/aes-gcm - use the new scatterwalk functions
2024-12-21 9:10 UTC
[PATCH v8 0/3] New s390 specific protected key hmac
2024-12-21 8:57 UTC (3+ messages)
` [PATCH v8 2/3] s390/crypto: New s390 specific protected key hash phmac
[RFC PATCH 0/4] Support dynamic (de)configuration of memory
2024-12-20 15:53 UTC (5+ messages)
` [RFC PATCH 1/4] mm/memory_hotplug: Add interface for runtime "
[kvm-unit-tests PATCH v3 0/3] s390x: pv: Add test for large host pages backing
2024-12-20 15:52 UTC (5+ messages)
` [kvm-unit-tests PATCH v3 3/3] "
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;
as well as URLs for NNTP newsgroup(s).