Linux-S390 Archive mirror
 help / color / mirror / Atom feed
 messages from 2023-05-25 13:11:47 to 2023-06-01 13:19:47 UTC [more...]

[PATCH v3 03/34] s390: Use pt_frag_refcount for pagetables
 2023-06-01 13:19 UTC  (41+ 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

[kvm-unit-tests PATCH v3 0/2] Fixing infinite loop on SCLP READ SCP INFO error
 2023-06-01 12:55 UTC  (9+ 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

[PATCH 0/3] s390/vfio-ap: fix hang when mdev attached to guest is removed
 2023-06-01 12:57 UTC  (13+ messages)
` [PATCH 1/3] vfio: ap: realize the VFIO_DEVICE_GET_IRQ_INFO ioctl
` [PATCH 2/3] vfio: ap: realize the VFIO_DEVICE_SET_IRQS ioctl
` [PATCH 3/3] s390/vfio-ap: Wire in the vfio_device_ops request callback

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

[PATCH 00/13] mm: jit/text allocator
 2023-06-01 11:07 UTC  (16+ 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] Introduce cmpxchg128() -- aka. the demise of cmpxchg_double()
 2023-06-01 10:50 UTC  (19+ messages)
` [PATCH 01/12] cyrpto/b128ops: Remove struct u128
` [PATCH 02/12] types: Introduce [us]128
` [PATCH 03/12] arch: Introduce arch_{,try_}_cmpxchg128{,_local}()
` [PATCH 04/12] instrumentation: Wire up cmpxchg128()
` [PATCH 05/12] percpu: Add {raw,this}_cpu_try_cmpxchg()
` [PATCH 06/12] percpu: Wire up cmpxchg128
` [PATCH 07/12] percpu: #ifndef __SIZEOF_INT128__
    ` [PATCH v2 07/12] parisc/percpu: Work around the lack of __SIZEOF_INT128__
` [PATCH 08/12] x86,amd_iommu: Replace cmpxchg_double()
` [PATCH 09/12] x86,intel_iommu: "
` [PATCH 10/12] slub: "
` [PATCH 11/12] arch: Remove cmpxchg_double
` [PATCH 12/12] s390/cpum_sf: Convert to cmpxchg128()

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

[PATCH net] net/smc: Avoid to access invalid RMBs' MRs in SMCRv1 ADD LINK CONT
 2023-06-01  8:41 UTC 

[PATCH net 0/2] Two fixes for SMCRv2
 2023-06-01  8:37 UTC  (9+ messages)
` [PATCH net 1/2] net/smc: Scan from current RMB list when no position specified
` [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 v6 00/10] Enhance vfio PCI hot reset for vfio cdev device
 2023-06-01  6:06 UTC  (11+ 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

[PATCH v2 00/13] local_clock() vs noinstr
 2023-05-31 22:46 UTC  (5+ messages)
` [PATCH v2 08/13] x86/vdso: Fix gettimeofday masking

[PATCH 00/12] mm: free retracted page table by RCU
 2023-05-31 22:18 UTC  (23+ 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 03/12] arm: adjust_pte() use pte_offset_map_nolock()
` [PATCH 04/12] powerpc: assert_pte_locked() "
` [PATCH 05/12] powerpc: add pte_free_defer() for pgtables sharing page
` [PATCH 06/12] sparc: "
` [PATCH 07/12] s390: add pte_free_defer(), with use of mmdrop_async()
` [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 11/12] mm/khugepaged: delete khugepaged_collapse_pte_mapped_thps()
` [PATCH 12/12] mm: delete mmap_write_trylock() and vma_try_start_write()

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

[kvm-unit-tests PATCH v3 0/9] s390x: uv-host: Fixups and extensions part 1
 2023-05-31 14:47 UTC  (2+ messages)

[PATCH] s390/purgatory: Do not use fortified string functions
 2023-05-31 14:33 UTC  (2+ messages)

[kvm-unit-tests PATCH v3 0/7] s390x: Add PV SIE intercepts and ipl tests
 2023-05-31 13:36 UTC  (3+ messages)
` [kvm-unit-tests PATCH v3 1/7] lib: s390x: uv: Introduce UV validity function

[kvm-unit-tests PATCH v1] runtime: don't run pv-host tests when gen-se-header is unavailable
 2023-05-31 11:17 UTC  (2+ messages)

[kvm-unit-tests PATCH v4 0/7] s390x: Add PV SIE intercepts and ipl tests
 2023-05-31 10:58 UTC  (2+ messages)

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

[PATCH v3 00/11] Introduce cmpxchg128() -- aka. the demise of cmpxchg_double()
 2023-05-30 19:32 UTC  (11+ messages)
` [PATCH v3 05/11] percpu: Wire up cmpxchg128
` [PATCH v3 08/11] slub: Replace cmpxchg_double()

[kvm-unit-tests PATCH v2 0/1] Fixing infinite loop on SCLP READ SCP INFO error
 2023-05-30 11:37 UTC  (4+ messages)
` [kvm-unit-tests PATCH v2 1/1] s390x: sclp: consider monoprocessor on read_info error

[PATCH v2 00/34] Split ptdesc from struct page
 2023-05-28  5:47 UTC  (21+ messages)
` [PATCH v2 01/34] mm: Add PAGE_TYPE_OP folio functions
` [PATCH v2 02/34] s390: Use _pt_s390_gaddr for gmap address tracking
` [PATCH v2 05/34] mm: add utility functions for ptdesc
` [PATCH v2 13/34] mm: Create ptdesc equivalents for pgtable_{pte,pmd}_page_{ctor,dtor}

[PATCH v11 00/23] Add vfio_device cdev for iommufd support
 2023-05-26  8:38 UTC  (10+ messages)
` [PATCH v11 20/23] vfio: Add VFIO_DEVICE_[AT|DE]TACH_IOMMUFD_PT

[PATCH AUTOSEL 5.10 20/31] s390/pkey: zeroize key blobs
 2023-05-25 18:40 UTC 

[PATCH AUTOSEL 5.15 25/43] s390/pkey: zeroize key blobs
 2023-05-25 18:38 UTC  (2+ messages)
` [PATCH AUTOSEL 5.15 26/43] s390/topology: honour nr_cpu_ids when adding CPUs

[PATCH AUTOSEL 6.1 31/57] s390/pkey: zeroize key blobs
 2023-05-25 18:35 UTC  (2+ messages)
` [PATCH AUTOSEL 6.1 32/57] s390/topology: honour nr_cpu_ids when adding CPUs

[PATCH AUTOSEL 6.3 36/67] s390/pkey: zeroize key blobs
 2023-05-25 18:31 UTC  (3+ messages)
` [PATCH AUTOSEL 6.3 37/67] s390/topology: honour nr_cpu_ids when adding CPUs
` [PATCH AUTOSEL 6.3 38/67] s390/ipl: fix IPIB virtual vs physical address confusion

[PATCH] irq_work: consolidate arch_irq_work_raise prototypes
 2023-05-25 16:44 UTC  (2+ messages)

[PATCH 00/23] arch: allow pte_offset_map[_lock]() to fail
 2023-05-25 16:37 UTC  (5+ messages)
` [PATCH 02/23] arm64: allow pte_offset_map() "
` [PATCH 03/23] arm64/hugetlb: pte_alloc_huge() pte_offset_huge()

[PATCH net-next] s390/ism: Set DMA coherent mask
 2023-05-25 14:00 UTC  (2+ 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).