public inbox for linux-s390@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-06-19 08:50:17 to 2023-06-23 04:23:44 UTC [more...]

[kvm-unit-tests PATCH v3] runtime: Allow to specify properties for accelerator
 2023-06-23  4:22 UTC  (9+ messages)

[kvm-unit-tests PATCH v4] runtime: Allow to specify properties for accelerator
 2023-06-23  3:57 UTC 

[PATCH v2 0/2] send tlb_remove_table_smp_sync IPI only to necessary CPUs
 2023-06-23  3:38 UTC  (12+ messages)
` [PATCH v2 1/2] arch: Introduce ARCH_HAS_CPUMASK_BITS
` [PATCH v2 2/2] mm/mmu_gather: send tlb_remove_table_smp_sync IPI only to MM CPUs

[PATCH v5 00/33] Split ptdesc from struct page
 2023-06-22 22:05 UTC  (35+ messages)
` [PATCH v5 01/33] mm: Add PAGE_TYPE_OP folio functions
` [PATCH v5 02/33] s390: Use _pt_s390_gaddr for gmap address tracking
` [PATCH v5 03/33] pgtable: Create struct ptdesc
` [PATCH v5 04/33] mm: add utility functions for ptdesc
` [PATCH v5 05/33] mm: Convert pmd_pgtable_page() to pmd_ptdesc()
` [PATCH v5 06/33] mm: Convert ptlock_alloc() to use ptdescs
` [PATCH v5 07/33] mm: Convert ptlock_ptr() "
` [PATCH v5 08/33] mm: Convert pmd_ptlock_init() "
` [PATCH v5 09/33] mm: Convert ptlock_init() "
` [PATCH v5 10/33] mm: Convert pmd_ptlock_free() "
` [PATCH v5 11/33] mm: Convert ptlock_free() "
` [PATCH v5 12/33] mm: Create ptdesc equivalents for pgtable_{pte,pmd}_page_{ctor,dtor}
` [PATCH v5 13/33] powerpc: Convert various functions to use ptdescs
` [PATCH v5 14/33] x86: "
` [PATCH v5 15/33] s390: Convert various gmap "
` [PATCH v5 16/33] s390: Convert various pgalloc "
` [PATCH v5 17/33] mm: Remove page table members from struct page
` [PATCH v5 18/33] pgalloc: Convert various functions to use ptdescs
` [PATCH v5 19/33] arm: "
` [PATCH v5 20/33] arm64: "
` [PATCH v5 21/33] csky: Convert __pte_free_tlb() "
` [PATCH v5 22/33] hexagon: "
` [PATCH v5 23/33] loongarch: Convert various functions "
` [PATCH v5 24/33] m68k: "
` [PATCH v5 25/33] mips: "
` [PATCH v5 26/33] nios2: Convert __pte_free_tlb() "
` [PATCH v5 27/33] openrisc: "
` [PATCH v5 28/33] riscv: Convert alloc_{pmd, pte}_late() "
` [PATCH v5 29/33] sh: Convert pte_free_tlb() "
` [PATCH v5 30/33] sparc64: Convert various functions "
` [PATCH v5 31/33] sparc: Convert pgtable_pte_page_{ctor, dtor}() to ptdesc equivalents
` [PATCH v5 32/33] um: Convert {pmd, pte}_free_tlb() to use ptdescs
` [PATCH v5 33/33] mm: Remove pgtable_{pmd, pte}_page_{ctor, dtor}() wrappers

[PATCH 03/79] s390: switch to new ctime accessors
 2023-06-22 18:46 UTC  (7+ messages)
    ` [PATCH 01/79] fs: add ctime accessors infrastructure

[PATCH v12 00/24] Add vfio_device cdev for iommufd support
 2023-06-22 18:00 UTC  (7+ messages)
` [PATCH v12 10/24] vfio-iommufd: Move noiommu compat validation out of vfio_iommufd_bind()
` [PATCH v12 11/24] vfio-iommufd: Split bind/attach into two steps
` [PATCH v12 12/24] vfio: Record devid in vfio_device_file

[PATCH v2 00/13] refactor Kconfig to consolidate KEXEC and CRASH options
 2023-06-22 17:51 UTC  (26+ messages)
` [PATCH v2 01/13] kexec: consolidate kexec and crash options into kernel/Kconfig.kexec
` [PATCH v2 02/13] x86/kexec: refactor for kernel/Kconfig.kexec
` [PATCH v2 03/13] arm/kexec: "
` [PATCH v2 04/13] ia64/kexec: "
` [PATCH v2 05/13] arm64/kexec: "
` [PATCH v2 06/13] loongarch/kexec: "
` [PATCH v2 07/13] m68k/kexec: "
` [PATCH v2 08/13] mips/kexec: "
` [PATCH v2 09/13] parisc/kexec: "
` [PATCH v2 10/13] powerpc/kexec: "
` [PATCH v2 11/13] riscv/kexec: "
` [PATCH v2 12/13] s390/kexec: "
` [PATCH v2 13/13] sh/kexec: "

[PATCH] s390/decompresser: fix misaligned symbol build error
 2023-06-22 16:56 UTC  (3+ messages)

[PATCH] revert "s390/net: lcs: use IS_ENABLED() for kconfig detection"
 2023-06-22 15:54 UTC 

[PATCH] s390/net: lcs: fix build errors when FDDI is a loadable module
 2023-06-22 15:36 UTC  (6+ messages)

[PATCH v8 00/10] Enhance vfio PCI hot reset for vfio cdev device
 2023-06-22 15:22 UTC  (3+ messages)
` [PATCH v8 08/10] vfio/pci: Extend VFIO_DEVICE_GET_PCI_HOT_RESET_INFO for vfio device cdev

[PATCH 11/14] init: consolidate prototypes in linux/init.h
 2023-06-22 15:02 UTC  (2+ messages)

[PATCH v10 0/6] iommu/dma: s390 DMA API conversion and optimized IOTLB flushing
 2023-06-22 12:47 UTC  (3+ messages)
` [PATCH v10 5/6] iommu/dma: Allow a single FQ in addition to per-CPU FQs

[kvm-unit-tests PATCH v4 0/8] s390x: uv-host: Fixups and extensions part 1
 2023-06-22  7:50 UTC  (9+ messages)
` [kvm-unit-tests PATCH v4 1/8] s390x: uv-host: Fix UV init test memory allocation
` [kvm-unit-tests PATCH v4 2/8] s390x: uv-host: Check for sufficient amount of memory
` [kvm-unit-tests PATCH v4 3/8] s390x: uv-host: Beautify code
` [kvm-unit-tests PATCH v4 4/8] s390x: uv-host: Add cpu number check to test_init
` [kvm-unit-tests PATCH v4 5/8] s390x: uv-host: Remove create guest variable storage prefix check
` [kvm-unit-tests PATCH v4 6/8] s390x: uv-host: Properly handle config creation errors
` [kvm-unit-tests PATCH v4 7/8] s390x: uv-host: Fence access checks when UV debug is enabled
` [kvm-unit-tests PATCH v4 8/8] s390x: uv-host: Add the test to unittests.conf

[PATCH v2 00/12] mm: free retracted page table by RCU
 2023-06-22  2:36 UTC  (18+ messages)
` [PATCH v2 01/12] mm/pgtable: add rcu_read_lock() and rcu_read_unlock()s
` [PATCH v2 02/12] mm/pgtable: add PAE safety to __pte_offset_map()
` [PATCH v2 03/12] arm: adjust_pte() use pte_offset_map_nolock()
` [PATCH v2 04/12] powerpc: assert_pte_locked() "
` [PATCH v2 05/12] powerpc: add pte_free_defer() for pgtables sharing page
` [PATCH v2 06/12] sparc: add pte_free_defer() for pte_t *pgtable_t
` [PATCH v2 07/12] s390: add pte_free_defer() for pgtables sharing page
` [PATCH v2 08/12] mm/pgtable: add pte_free_defer() for pgtable as page
` [PATCH v2 09/12] mm/khugepaged: retract_page_tables() without mmap or vma lock
` [PATCH v2 10/12] mm/khugepaged: collapse_pte_mapped_thp() with mmap_read_lock()
  ` [PATCH mm "
` [PATCH v2 11/12] mm/khugepaged: delete khugepaged_collapse_pte_mapped_thps()
` [PATCH v2 12/12] mm: delete mmap_write_trylock() and vma_try_start_write()

[PATCH v13 00/22] Add vfio_device cdev for iommufd support
 2023-06-21 21:54 UTC  (4+ messages)
` [PATCH v13 22/22] docs: vfio: Add vfio device cdev description

[PATCH] s390/net: lcs: use IS_ENABLED() for kconfig detection
 2023-06-21 21:19 UTC  (9+ messages)

[PATCH v7 10/19] s390: mm: Convert to GENERIC_IOREMAP
 2023-06-21 19:21 UTC  (6+ messages)

[GIT PULL 00/11] kvm: s390: Changes for 6.5
 2023-06-21 15:29 UTC  (12+ messages)
` [GIT PULL 01/11] KVM: s390: fix KVM_S390_GET_CMMA_BITS for GFNs in memslot holes
` [GIT PULL 02/11] KVM: s390: selftests: add selftest for CMMA migration
` [GIT PULL 03/11] KVM: s390: vsie: fix the length of APCB bitmap
` [GIT PULL 04/11] KVM: s390/diag: fix racy access of physical cpu number in diag 9c handler
` [GIT PULL 05/11] s390/uv: Always export uv_info
` [GIT PULL 06/11] s390/uvdevice: Add info IOCTL
` [GIT PULL 07/11] s390/uvdevice: Add 'Add Secret' UVC
` [GIT PULL 08/11] s390/uvdevice: Add 'List Secrets' UVC
` [GIT PULL 09/11] s390/uvdevice: Add 'Lock Secret Store' UVC
` [GIT PULL 10/11] s390/uv: replace scnprintf with sysfs_emit
` [GIT PULL 11/11] s390/uv: Update query for secret-UVCs

[PATCH v6 10/19] s390: mm: Convert to GENERIC_IOREMAP
 2023-06-21 14:53 UTC  (4+ messages)

[PATCH net-next v2 0/4] s390/net: updates 2023-06-10
 2023-06-21 13:49 UTC  (5+ messages)
` [PATCH net-next v2 1/4] s390/lcs: Convert sysfs sprintf to sysfs_emit
` [PATCH net-next v2 2/4] s390/lcs: Convert sprintf to scnprintf
` [PATCH net-next v2 3/4] s390/ctcm: Convert sysfs sprintf to sysfs_emit
` [PATCH net-next v2 4/4] s390/ctcm: Convert sprintf/snprintf to scnprintf

[PATCH net-next 0/4] s390/net: updates 2023-06-10
 2023-06-21 13:49 UTC  (9+ messages)
` [PATCH net-next 1/4] s390/lcs: Convert sysfs sprintf to sysfs_emit
` [PATCH net-next 2/4] s390/lcs: Convert sprintf to scnprintf
` [PATCH net-next 3/4] s390/ctcm: Convert sysfs sprintf to sysfs_emit
` [PATCH net-next 4/4] s390/ctcm: Convert sprintf/snprintf to scnprintf

[PATCH 06/11] sysctl: Add size to register_net_sysctl function
 2023-06-21 12:03 UTC  (10+ messages)
  ` [PATCH 07/11] sysctl: Add size to register_sysctl
  ` [PATCH 09/11] sysctl: Remove the end element in sysctl table arrays

[PATCH v4 00/34] Split ptdesc from struct page
 2023-06-20 23:10 UTC  (6+ messages)
` [PATCH v4 04/34] pgtable: Create struct ptdesc

[PATCH v2 00/12] mm: jit/text allocator
 2023-06-20 17:24 UTC  (15+ messages)
` [PATCH v2 02/12] mm: introduce execmem_text_alloc() and jit_text_alloc()
` [PATCH v2 06/12] mm/execmem: introduce execmem_data_alloc()

[kvm-unit-tests PATCH v5 0/8] s390x: Add PV SIE intercepts and ipl tests
 2023-06-20 15:12 UTC  (8+ messages)
` [kvm-unit-tests PATCH v5 1/8] lib: s390x: sie: Fix sie_get_validity() no validity handling
` [kvm-unit-tests PATCH v5 2/8] lib: s390x: uv: Introduce UV validity function
` [kvm-unit-tests PATCH v5 5/8] lib: s390x: uv: Add pv host requirement check function
` [kvm-unit-tests PATCH v5 7/8] s390x: pv: Add IPL reset tests
` [kvm-unit-tests PATCH v5 8/8] s390x: pv-diags: Add the test to unittests.conf

[PATCH net-next v3 03/18] tcp_bpf, smc, tls, espintcp: Reduce MSG_SENDPAGE_NOTLAST usage
 2023-06-20 14:53 UTC  (2+ messages)
` [PATCH net-next v3 12/18] smc: Drop smc_sendpage() in favour of smc_sendmsg() + MSG_SPLICE_PAGES


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox