messages from 2023-07-31 17:04:51 to 2023-08-09 10:51:48 UTC [more...]
[PATCH v3 00/14] sysctl: Add a size argument to register functions in sysctl
2023-08-09 10:50 UTC (15+ messages)
` [PATCH v3 01/14] sysctl: Prefer ctl_table_header in proc_sysctl
` [PATCH v3 02/14] sysctl: Use ctl_table_header in list_for_each_table_entry
` [PATCH v3 03/14] sysctl: Add ctl_table_size to ctl_table_header
` [PATCH v3 04/14] sysctl: Add size argument to init_header
` [PATCH v3 05/14] sysctl: Add a size arg to __register_sysctl_table
` [PATCH v3 06/14] sysctl: Add size to register_sysctl
` [PATCH v3 07/14] sysctl: Add size arg to __register_sysctl_init
` [PATCH v3 08/14] sysctl: Add size to register_net_sysctl function
` [PATCH v3 09/14] ax.25: Update to register_net_sysctl_sz
` [PATCH v3 10/14] netfilter: "
` [PATCH v3 11/14] networking: "
` [PATCH v3 12/14] vrf: "
` [PATCH v3 13/14] sysctl: SIZE_MAX->ARRAY_SIZE in register_net_sysctl
` [PATCH v3 14/14] sysctl: Use ctl_table_size as stopping criteria for list macro
[kvm-unit-tests PATCH v1] s390x: explicitly mark stack as not executable
2023-08-09 10:38 UTC (2+ messages)
[PATCH net v3 0/2] net/smc: Fix effective buffer size
2023-08-09 10:30 UTC (4+ messages)
` [PATCH net v3 1/2] net/smc: Fix setsockopt and sysctl to specify same buffer size again
` [PATCH net v3 2/2] net/smc: Use correct buffer sizes when switching between TCP and SMC
[PATCH] s390/ipl: fix virtual vs physical address confusion
2023-08-09 9:48 UTC
[PATCH v2 00/14] sysctl: Add a size argument to register functions in sysctl
2023-08-08 15:23 UTC (24+ messages)
` [PATCH v2 03/14] sysctl: Add ctl_table_size to ctl_table_header
` [PATCH v2 10/14] netfilter: Update to register_net_sysctl_sz
` [PATCH v2 11/14] networking: "
[PATCH -next] s390: remove unnecessary dev_set_drvdata()
2023-08-08 13:57 UTC (2+ messages)
[PATCH mm-unstable v9 00/31] Split ptdesc from struct page
2023-08-07 23:05 UTC (32+ messages)
` [PATCH mm-unstable v9 01/31] mm: Add PAGE_TYPE_OP folio functions
` [PATCH mm-unstable v9 02/31] pgtable: create struct ptdesc
` [PATCH mm-unstable v9 03/31] mm: add utility functions for ptdesc
` [PATCH mm-unstable v9 04/31] mm: Convert pmd_pgtable_page() callers to use pmd_ptdesc()
` [PATCH mm-unstable v9 05/31] mm: Convert ptlock_alloc() to use ptdescs
` [PATCH mm-unstable v9 06/31] mm: Convert ptlock_ptr() "
` [PATCH mm-unstable v9 07/31] mm: Convert pmd_ptlock_init() "
` [PATCH mm-unstable v9 08/31] mm: Convert ptlock_init() "
` [PATCH mm-unstable v9 09/31] mm: Convert pmd_ptlock_free() "
` [PATCH mm-unstable v9 10/31] mm: Convert ptlock_free() "
` [PATCH mm-unstable v9 11/31] mm: Create ptdesc equivalents for pgtable_{pte,pmd}_page_{ctor,dtor}
` [PATCH mm-unstable v9 12/31] powerpc: Convert various functions to use ptdescs
` [PATCH mm-unstable v9 13/31] x86: "
` [PATCH mm-unstable v9 14/31] s390: Convert various pgalloc "
` [PATCH mm-unstable v9 15/31] mm: remove page table members from struct page
` [PATCH mm-unstable v9 16/31] pgalloc: Convert various functions to use ptdescs
` [PATCH mm-unstable v9 17/31] arm: "
` [PATCH mm-unstable v9 18/31] arm64: "
` [PATCH mm-unstable v9 19/31] csky: Convert __pte_free_tlb() "
` [PATCH mm-unstable v9 20/31] hexagon: "
` [PATCH mm-unstable v9 21/31] loongarch: Convert various functions "
` [PATCH mm-unstable v9 22/31] m68k: "
` [PATCH mm-unstable v9 23/31] mips: "
` [PATCH mm-unstable v9 24/31] nios2: Convert __pte_free_tlb() "
` [PATCH mm-unstable v9 25/31] openrisc: "
` [PATCH mm-unstable v9 26/31] riscv: Convert alloc_{pmd, pte}_late() "
` [PATCH mm-unstable v9 27/31] sh: Convert pte_free_tlb() "
` [PATCH mm-unstable v9 28/31] sparc64: Convert various functions "
` [PATCH mm-unstable v9 29/31] sparc: Convert pgtable_pte_page_{ctor, dtor}() to ptdesc equivalents
` [PATCH mm-unstable v9 30/31] um: Convert {pmd, pte}_free_tlb() to use ptdescs
` [PATCH mm-unstable v9 31/31] mm: Remove pgtable_{pmd, pte}_page_{ctor, dtor}() wrappers
[RFC PATCH v2 net-next 0/6] net/smc: several features's implementation for smc v2.1
2023-08-07 15:08 UTC (8+ messages)
` [RFC PATCH v2 net-next 1/6] net/smc: support smc release version negotiation in clc handshake
` [RFC PATCH v2 net-next 2/6] net/smc: add vendor unique experimental options area "
` [RFC PATCH v2 net-next 3/6] net/smc: support smc v2.x features validate
` [RFC PATCH v2 net-next 4/6] net/smc: support max connections per lgr negotiation
` [RFC PATCH v2 net-next 5/6] net/smc: support max links per lgr negotiation in clc handshake
` [RFC PATCH v2 net-next 6/6] net/smc: Extend SMCR v2 linkgroup netlink attribute
[PATCH 1/3] s390: remove unneeded #include <asm/export.h>
2023-08-07 8:51 UTC (4+ messages)
` [PATCH 2/3] s390: replace #include <asm/export.h> with #include <linux/export.h>
` [PATCH 3/3] s390: remove <asm/export.h>
[PATCH v3 00/13] mm: free retracted page table by RCU
2023-08-07 2:21 UTC (6+ messages)
` [PATCH v3 10/13] mm/khugepaged: collapse_pte_mapped_thp() with mmap_read_lock()
` [PATCH v3 10/13 fix2] mm/khugepaged: collapse_pte_mapped_thp() with mmap_read_lock(): fix2
[PATCH net-next v3 0/2] net/smc: Fix effective buffer size
2023-08-04 20:41 UTC (5+ messages)
` [PATCH net-next v3 1/2] net/smc: Fix setsockopt and sysctl to specify same buffer size again
` [PATCH net-next v3 2/2] net/smc: Use correct buffer sizes when switching between TCP and SMC
[PATCH net v2 0/2] net/smc: Fix effective buffer size
2023-08-04 15:41 UTC (5+ messages)
` [PATCH net v2 1/2] net/smc: Fix setsockopt and sysctl to specify same buffer size again
` [PATCH net v2 2/2] net/smc: Use correct buffer sizes when switching between TCP and SMC
[PATCH v2 0/2] KVM: s390: add counters for vsie performance
2023-08-04 9:59 UTC (9+ messages)
` [PATCH v2 1/2] KVM: s390: add stat counter for shadow gmap events
` [PATCH v2 2/2] KVM: s390: add tracepoint in gmap notifier
[PATCH] crypto: Fix missing initialisation affecting gcm-aes-s390
2023-08-04 9:11 UTC (2+ messages)
[RFC PATCH net-next 0/6] net/smc: serveral features's implementation for smc v2.1
2023-08-04 6:40 UTC (13+ messages)
` [RFC PATCH net-next 1/6] net/smc: support smc release version negotiation in clc handshake
` [RFC PATCH net-next 2/6] net/smc: add vendor unique experimental options area "
` [RFC PATCH net-next 3/6] net/smc: support smc v2.x features validate
` [RFC PATCH net-next 4/6] net/smc: support max connections per lgr negotiation
` [RFC PATCH net-next 5/6] net/smc: support max links per lgr negotiation in clc handshake
` [RFC PATCH net-next 6/6] net/smc: Extend SMCR v2 linkgroup netlink attribute
[PATCH] syscalls: Cleanup references to sys_lookup_dcookie()
2023-08-03 21:44 UTC (3+ messages)
` [PATCH v2] "
[GIT PULL] s390 fixes for 6.5-rc5
2023-08-03 16:30 UTC (2+ messages)
[PATCH] remove ARCH_DEFAULT_KEXEC from Kconfig.kexec
2023-08-03 15:05 UTC (2+ messages)
[PATCH v4 0/6] KVM: s390: interrupt: Fix stepping into interrupt handlers
2023-08-03 7:48 UTC (3+ messages)
[PATCH v6 00/25] iommu: Make default_domain's mandatory
2023-08-03 0:08 UTC (26+ messages)
` [PATCH v6 01/25] iommu: Add iommu_ops->identity_domain
` [PATCH v6 02/25] iommu: Add IOMMU_DOMAIN_PLATFORM
` [PATCH v6 03/25] powerpc/iommu: Setup a default domain and remove set_platform_dma_ops
` [PATCH v6 04/25] iommu: Add IOMMU_DOMAIN_PLATFORM for S390
` [PATCH v6 05/25] iommu/fsl_pamu: Implement a PLATFORM domain
` [PATCH v6 06/25] iommu/tegra-gart: Remove tegra-gart
` [PATCH v6 07/25] iommu/mtk_iommu_v1: Implement an IDENTITY domain
` [PATCH v6 08/25] iommu: Reorganize iommu_get_default_domain_type() to respect def_domain_type()
` [PATCH v6 09/25] iommu: Allow an IDENTITY domain as the default_domain in ARM32
` [PATCH v6 10/25] iommu/exynos: Implement an IDENTITY domain
` [PATCH v6 11/25] iommu/tegra-smmu: "
` [PATCH v6 12/25] iommu/tegra-smmu: Support DMA domains in tegra
` [PATCH v6 13/25] iommu/omap: Implement an IDENTITY domain
` [PATCH v6 14/25] iommu/msm: "
` [PATCH v6 15/25] iommufd/selftest: Make the mock iommu driver into a real driver
` [PATCH v6 16/25] iommu: Remove ops->set_platform_dma_ops()
` [PATCH v6 17/25] iommu/qcom_iommu: Add an IOMMU_IDENTITIY_DOMAIN
` [PATCH v6 18/25] iommu/ipmmu: "
` [PATCH v6 19/25] iommu/mtk_iommu: "
` [PATCH v6 20/25] iommu/sun50i: "
` [PATCH v6 21/25] iommu: Require a default_domain for all iommu drivers
` [PATCH v6 22/25] iommu: Add __iommu_group_domain_alloc()
` [PATCH v6 23/25] iommu: Add ops->domain_alloc_paging()
` [PATCH v6 24/25] iommu: Convert simple drivers with DOMAIN_DMA to domain_alloc_paging()
` [PATCH v6 25/25] iommu: Convert remaining simple drivers "
[PATCH v5 00/25] iommu: Make default_domain's mandatory
2023-08-02 23:50 UTC (3+ messages)
` [PATCH v5 15/25] iommufd/selftest: Make the mock iommu driver into a real driver
[PATCH net 0/2] net/smc: Fix effective buffer size
2023-08-02 23:17 UTC (7+ messages)
` [PATCH net 1/2] net/smc: Fix setsockopt and sysctl to specify same buffer size again
` [PATCH net 2/2] net/smc: Use correct buffer sizes when switching between TCP and SMC
[PATCH v6 23/38] s390: Implement the new page table range API
2023-08-02 15:13 UTC
[PATCH net] s390/qeth: Don't call dev_close/dev_open (DOWN/UP)
2023-08-02 9:20 UTC (2+ messages)
[PATCH] word-at-a-time: use the same return type for has_zero regardless of endianness
2023-08-02 7:50 UTC (2+ messages)
[PATCH] s390/ptrace: add missing linux/const.h include
2023-08-01 14:42 UTC (3+ messages)
W sprawie samochodu
2023-07-31 8:35 UTC
[kvm-unit-tests PATCH v5 0/6] s390x: Add support for running guests without MSO/MSL
2023-08-01 6:51 UTC (8+ messages)
` [kvm-unit-tests PATCH v5 6/6] s390x: add a test for SIE "
[PATCH] s390/certstore: select CRYPTO_LIB_SHA256
2023-08-01 2:16 UTC (2+ messages)
[PATCH net-next] net/smc: Remove unused function declarations
2023-07-31 21:50 UTC (2+ messages)
[PATCH mm-unstable v8 00/31] Split ptdesc from struct page
2023-07-31 17:03 UTC (28+ messages)
` [PATCH mm-unstable v8 05/31] mm: Convert ptlock_alloc() to use ptdescs
` [PATCH mm-unstable v8 06/31] mm: Convert ptlock_ptr() "
` [PATCH mm-unstable v8 07/31] mm: Convert pmd_ptlock_init() "
` [PATCH mm-unstable v8 08/31] mm: Convert ptlock_init() "
` [PATCH mm-unstable v8 09/31] mm: Convert pmd_ptlock_free() "
` [PATCH mm-unstable v8 10/31] mm: Convert ptlock_free() "
` [PATCH mm-unstable v8 11/31] mm: Create ptdesc equivalents for pgtable_{pte,pmd}_page_{ctor,dtor}
` [PATCH mm-unstable v8 12/31] powerpc: Convert various functions to use ptdescs
` [PATCH mm-unstable v8 13/31] x86: "
` [PATCH mm-unstable v8 14/31] s390: Convert various pgalloc "
` [PATCH mm-unstable v8 15/31] mm: Remove page table members from struct page
` [PATCH mm-unstable v8 16/31] pgalloc: Convert various functions to use ptdescs
` [PATCH mm-unstable v8 17/31] arm: "
` [PATCH mm-unstable v8 18/31] arm64: "
` [PATCH mm-unstable v8 19/31] csky: Convert __pte_free_tlb() "
` [PATCH mm-unstable v8 20/31] hexagon: "
` [PATCH mm-unstable v8 21/31] loongarch: Convert various functions "
` [PATCH mm-unstable v8 22/31] m68k: "
` [PATCH mm-unstable v8 23/31] mips: "
` [PATCH mm-unstable v8 24/31] nios2: Convert __pte_free_tlb() "
` [PATCH mm-unstable v8 25/31] openrisc: "
` [PATCH mm-unstable v8 26/31] riscv: Convert alloc_{pmd, pte}_late() "
` [PATCH mm-unstable v8 27/31] sh: Convert pte_free_tlb() "
` [PATCH mm-unstable v8 28/31] sparc64: Convert various functions "
` [PATCH mm-unstable v8 29/31] sparc: Convert pgtable_pte_page_{ctor, dtor}() to ptdesc equivalents
` [PATCH mm-unstable v8 30/31] um: Convert {pmd, pte}_free_tlb() to use ptdescs
` [PATCH mm-unstable v8 31/31] mm: Remove pgtable_{pmd, pte}_page_{ctor, dtor}() wrappers
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).