Linux-S390 Archive mirror
 help / color / mirror / Atom feed
 messages from 2023-05-31 15:35:44 to 2023-06-02 19:11:54 UTC [more...]

[PATCH 00/12] Introduce cmpxchg128() -- aka. the demise of cmpxchg_double()
 2023-06-02 19:10 UTC  (15+ messages)
` [PATCH 07/12] percpu: #ifndef __SIZEOF_INT128__
    ` [PATCH v2 07/12] parisc/percpu: Work around the lack of __SIZEOF_INT128__

[PATCH 00/13] mm: jit/text allocator
 2023-06-02 18:20 UTC  (31+ messages)
` [PATCH 01/13] nios2: define virtual address space for modules
` [PATCH 02/13] mm: introduce jit_text_alloc() and use it instead of module_alloc()
` [PATCH 03/13] mm/jitalloc, arch: convert simple overrides of module_alloc to jitalloc
` [PATCH 04/13] mm/jitalloc, arch: convert remaining "
` [PATCH 05/13] module, jitalloc: drop module_alloc
` [PATCH 06/13] mm/jitalloc: introduce jit_data_alloc()
` [PATCH 07/13] x86/ftrace: enable dynamic ftrace without CONFIG_MODULES
` [PATCH 08/13] arch: make jitalloc setup available regardless of CONFIG_MODULES
` [PATCH 09/13] kprobes: remove dependcy on CONFIG_MODULES
` [PATCH 10/13] modules, jitalloc: prepare to allocate executable memory as ROX
` [PATCH 11/13] ftrace: Add swap_func to ftrace_process_locs()
` [PATCH 12/13] x86/jitalloc: prepare to allocate exectuatble memory as ROX
` [PATCH 13/13] x86/jitalloc: make memory allocated for code ROX

[PATCH 00/12] mm: free retracted page table by RCU
 2023-06-02 15:26 UTC  (27+ messages)
` [PATCH 01/12] mm/pgtable: add rcu_read_lock() and rcu_read_unlock()s
` [PATCH 02/12] mm/pgtable: add PAE safety to __pte_offset_map()
` [PATCH 05/12] powerpc: add pte_free_defer() for pgtables sharing page
` [PATCH 08/12] mm/pgtable: add pte_free_defer() for pgtable as page
` [PATCH 09/12] mm/khugepaged: retract_page_tables() without mmap or vma lock
` [PATCH 10/12] mm/khugepaged: collapse_pte_mapped_thp() with mmap_read_lock()

[PATCH 0/3] s390/vfio-ap: fix hang when mdev attached to guest is removed
 2023-06-02 12:46 UTC  (9+ messages)
` [PATCH 1/3] vfio: ap: realize the VFIO_DEVICE_GET_IRQ_INFO ioctl

[PATCH v12 00/24] Add vfio_device cdev for iommufd support
 2023-06-02 12:16 UTC  (25+ messages)
` [PATCH v12 01/24] vfio: Allocate per device file structure
` [PATCH v12 02/24] vfio: Refine vfio file kAPIs for KVM
` [PATCH v12 03/24] vfio: Accept vfio device file in the KVM facing kAPI
` [PATCH v12 04/24] kvm/vfio: Prepare for accepting vfio device fd
` [PATCH v12 05/24] kvm/vfio: Accept vfio device file from userspace
` [PATCH v12 06/24] vfio: Pass struct vfio_device_file * to vfio_device_open/close()
` [PATCH v12 07/24] vfio: Block device access via device fd until device is opened
` [PATCH v12 08/24] vfio: Add cdev_device_open_cnt to vfio_group
` [PATCH v12 09/24] vfio: Make vfio_df_open() single open for device cdev path
` [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 v12 13/24] vfio-iommufd: Add detach_ioas support for physical VFIO devices
` [PATCH v12 14/24] iommufd/device: Add iommufd_access_detach() API
` [PATCH v12 15/24] vfio-iommufd: Add detach_ioas support for emulated VFIO devices
` [PATCH v12 16/24] vfio: Move vfio_device_group_unregister() to be the first operation in unregister
` [PATCH v12 17/24] vfio: Add cdev for vfio_device
` [PATCH v12 18/24] vfio: Add VFIO_DEVICE_BIND_IOMMUFD
` [PATCH v12 19/24] vfio: Add VFIO_DEVICE_[AT|DE]TACH_IOMMUFD_PT
` [PATCH v12 20/24] vfio: Only check group->type for noiommu test
` [PATCH v12 21/24] vfio: Determine noiommu device in __vfio_register_dev()
` [PATCH v12 22/24] vfio: Remove vfio_device_is_noiommu()
` [PATCH v12 23/24] vfio: Compile vfio_group infrastructure optionally
` [PATCH v12 24/24] docs: vfio: Add vfio device cdev description

[PATCH v7 0/9] Enhance vfio PCI hot reset for vfio cdev device
 2023-06-02 12:15 UTC  (10+ messages)
` [PATCH v7 1/9] vfio/pci: Update comment around group_fd get in vfio_pci_ioctl_pci_hot_reset()
` [PATCH v7 2/9] vfio/pci: Move the existing hot reset logic to be a helper
` [PATCH v7 3/9] iommufd: Reserve all negative IDs in the iommufd xarray
` [PATCH v7 4/9] iommufd: Add iommufd_ctx_has_group()
` [PATCH v7 5/9] iommufd: Add helper to retrieve iommufd_ctx and devid
` [PATCH v7 6/9] vfio: Mark cdev usage in vfio_device
` [PATCH v7 7/9] vfio: Add helper to search vfio_device in a dev_set
` [PATCH v7 8/9] vfio/pci: Extend VFIO_DEVICE_GET_PCI_HOT_RESET_INFO for vfio device cdev
` [PATCH v7 9/9] vfio/pci: Allow passing zero-length fd array in VFIO_DEVICE_PCI_HOT_RESET

[PATCH v2 00/13] local_clock() vs noinstr
 2023-06-02 11:54 UTC  (8+ messages)
` [PATCH v2 04/13] arm64/arch_timer: Provide noinstr sched_clock_read() functions
` [PATCH v2 08/13] x86/vdso: Fix gettimeofday masking

[kvm-unit-tests PATCH v9 0/2] S390x: CPU Topology Information
 2023-06-02 10:02 UTC  (10+ messages)
` [kvm-unit-tests PATCH v9 2/2] s390x: topology: Checking Configuration "

[kvm-unit-tests PATCH v5 0/2] Fixing infinite loop on SCLP READ SCP INFO error
 2023-06-02  8:24 UTC  (5+ messages)
` [kvm-unit-tests PATCH v5 1/2] s390x: sclp: treat system as single processor when read_info is NULL
` [kvm-unit-tests PATCH v5 2/2] s390x: sclp: Implement extended-length-SCCB facility

[kvm-unit-tests PATCH v3 0/9] s390x: uv-host: Fixups and extensions part 1
 2023-06-02  8:10 UTC  (3+ messages)

[PATCH net] net/smc: Avoid to access invalid RMBs' MRs in SMCRv1 ADD LINK CONT
 2023-06-02  7:42 UTC  (3+ messages)

[PATCH v2 23/25] iommu: Add ops->domain_alloc_paging()
 2023-06-01 20:47 UTC  (3+ messages)

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

[PATCH v2 25/25] iommu: Convert remaining simple drivers to domain_alloc_paging()
 2023-06-01 20:37 UTC  (3+ messages)

[PATCH v2 09/25] iommu/fsl_pamu: Implement an IDENTITY domain
 2023-06-01 20:17 UTC  (5+ messages)

[PATCH v2 04/25] iommu: Add IOMMU_DOMAIN_PLATFORM for S390
 2023-06-01 19:58 UTC  (3+ messages)

[PATCH v2 08/25] iommu: Allow an IDENTITY domain as the default_domain in ARM32
 2023-06-01 18:57 UTC  (2+ messages)

[PATCH] s390/purgatory: Do not use fortified string functions
 2023-06-01 16:58 UTC  (2+ messages)

[PATCH v2 00/25] iommu: Make default_domain's mandatory
 2023-06-01 16:51 UTC  (3+ messages)
` [PATCH v2 05/25] iommu/tegra-gart: Remove tegra-gart

[PATCH v6 00/10] Enhance vfio PCI hot reset for vfio cdev device
 2023-06-01 14:24 UTC  (12+ messages)
` [PATCH v6 09/10] vfio/pci: Extend VFIO_DEVICE_GET_PCI_HOT_RESET_INFO for vfio device cdev
` [PATCH v6 10/10] vfio/pci: Allow passing zero-length fd array in VFIO_DEVICE_PCI_HOT_RESET

[kvm-unit-tests PATCH v3 0/2] Fixing infinite loop on SCLP READ SCP INFO error
 2023-06-01 13:32 UTC  (10+ messages)
` [kvm-unit-tests PATCH v3 1/2] s390x: sclp: consider monoprocessor on read_info error
` [kvm-unit-tests PATCH v3 2/2] s390x: sclp: Implement SCLP_RC_INSUFFICIENT_SCCB_LENGTH

[kvm-unit-tests PATCH v4 0/2] Fixing infinite loop on SCLP READ SCP INFO error
 2023-06-01 12:30 UTC  (4+ messages)
` [kvm-unit-tests PATCH v4 2/2] s390x: sclp: Implement SCLP_RC_INSUFFICIENT_SCCB_LENGTH

[PATCH net 0/2] Two fixes for SMCRv2
 2023-06-01  8:37 UTC  (6+ messages)
` [PATCH net 2/2] net/smc: Don't use RMBs not mapped to new link in SMCRv2 ADD LINK

Wake up - Audit time
 2023-06-01  8:11 UTC 

[kvm-unit-tests PATCH v3 0/6] s390x: Add support for running guests without MSO/MSL
 2023-06-01  7:42 UTC  (8+ messages)
` [kvm-unit-tests PATCH v3 1/6] lib: s390x: introduce bitfield for PSW mask
` [kvm-unit-tests PATCH v3 2/6] s390x: add function to set DAT mode for all interrupts
` [kvm-unit-tests PATCH v3 3/6] s390x: sie: switch to home space mode before entering SIE
` [kvm-unit-tests PATCH v3 4/6] s390x: lib: don't forward PSW when handling exception in SIE
` [kvm-unit-tests PATCH v3 5/6] s390x: lib: sie: don't reenter SIE on pgm int
` [kvm-unit-tests PATCH v3 6/6] s390x: add a test for SIE without MSO/MSL

[PATCH net v2] net/mlx5: Fix setting of irq->map.index for static IRQ case
 2023-05-31 21:49 UTC  (3+ messages)


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 read-only IMAP folder(s) and NNTP newsgroup(s).