public inbox for linux-s390@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-04-06 09:57:11 to 2023-04-18 15:30:38 UTC [more...]

[PATCH v1 0/3] mm/ksm: improve PR_SET_MEMORY_MERGE=0 handling and cleanup disabling KSM
 2023-04-18 15:28 UTC  (4+ messages)
  ` [PATCH v1 1/3] mm/ksm: unmerge and clear VM_MERGEABLE when setting PR_SET_MEMORY_MERGE=0
  ` [PATCH v1 2/3] selftests/ksm: ksm_functional_tests: add prctl unmerge test
  ` [PATCH v1 3/3] mm/ksm: move disabling KSM from s390/gmap code to KSM code

[PATCH v3 00/12] Introduce new methods for verifying ownership in vfio PCI hot reset
 2023-04-18 13:02 UTC  (75+ messages)
` [PATCH v3 12/12] vfio/pci: Report dev_id in VFIO_DEVICE_GET_PCI_HOT_RESET_INFO

[RFC PATCH bpf-next v2 0/5] net/smc: Introduce BPF injection capability
 2023-04-18 10:19 UTC  (6+ messages)
` [RFC PATCH bpf-next v2 1/5] net/smc: move smc_sock related structure definition
` [RFC PATCH bpf-next v2 2/5] net/smc: net/smc: allow smc to negotiate protocols on policies
` [RFC PATCH bpf-next v2 3/5] net/smc: allow set or get smc negotiator by sockopt
` [RFC PATCH bpf-next v2 4/5] bpf: add smc negotiator support in BPF struct_ops
` [RFC PATCH bpf-next v2 5/5] bpf/selftests: add selftest for SMC bpf capability

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

[PATCH 3/7] mm/gup: remove vmas parameter from get_user_pages_remote()
 2023-04-17 15:14 UTC  (8+ messages)

[PATCH v3 3/7] mm/gup: remove vmas parameter from get_user_pages_remote()
 2023-04-17 11:01 UTC  (3+ messages)

[PATCH v2 0/4] PCI: s390: Fix user-after-free and clean up
 2023-04-17 10:07 UTC  (4+ messages)
` [PATCH v2 1/4] PCI: s390: Fix use-after-free of PCI resources with per-function hotplug

[kvm-unit-tests PATCH v1] s390x: Improve stack traces that contain an interrupt frame
 2023-04-17  9:06 UTC  (3+ messages)

[PATCH 0/2] virtio: add VIRTIO_F_NOTIFICATION_DATA feature support
 2023-04-17  8:05 UTC  (4+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] virtio-vdpa: "

[PATCH v2 3/7] mm/gup: remove vmas parameter from get_user_pages_remote()
 2023-04-15  9:52 UTC  (2+ messages)

[kvm-unit-tests PATCH v1 0/4] s390x: Add support for running guests without MSO/MSL
 2023-04-14 10:24 UTC  (7+ messages)
` [kvm-unit-tests PATCH v1 4/4] s390x: add a test for SIE "

[PATCH v6] virtio: add VIRTIO_F_NOTIFICATION_DATA feature support
 2023-04-13  7:45 UTC  (6+ messages)

[PATCH bpf-next v3 3/7] bpftool: Support inline annotations when dumping the CFG of a program
 2023-04-12 13:29 UTC  (4+ messages)

[PATCH v1 net] smc: Fix use-after-free in tcp_write_timer_handler()
 2023-04-12  9:40 UTC  (3+ messages)

[RFC PATCH bpf-next 0/5] net/smc: Introduce BPF injection capability
 2023-04-12  8:33 UTC  (7+ messages)
` [RFC PATCH bpf-next 1/5] net/smc: move smc_sock related structure definition
` [RFC PATCH bpf-next 2/5] net/smc: net/smc: allow smc to negotiate protocols on policies
` [RFC PATCH bpf-next 3/5] net/smc: allow set or get smc negotiator by sockopt
` [RFC PATCH bpf-next 4/5] bpf: add smc negotiator support in BPF struct_ops
` [RFC PATCH bpf-next 5/5] bpf/selftests: add selftest for SMC bpf capability

[PATCH 0/7] s390/dasd: add dasd autoquiesce feature
 2023-04-12  1:53 UTC  (16+ messages)
` [PATCH 1/7] s390/dasd: remove unused DASD EER defines
` [PATCH 2/7] s390/dasd: add autoquiesce feature
` [PATCH 3/7] s390/dasd: add aq_mask sysfs attribute
` [PATCH 4/7] s390/dasd: add aq_requeue "
` [PATCH 5/7] s390/dasd: add aq_timeouts autoquiesce trigger
` [PATCH 6/7] s390/dasd: add autoquiesce event for start IO error
` [PATCH 7/7] s390/dasd: fix hanging blockdevice after request requeue

[RFC PATCH net-next v4 0/9] net/smc: Introduce SMC-D-based OS internal communication acceleration
 2023-04-10 14:31 UTC  (8+ messages)

[PATCH v9 0/2] arm64: support batched/deferred tlb shootdown during page reclamation/migration
 2023-04-10 13:43 UTC  (3+ messages)
` [PATCH v9 1/2] mm/tlbbatch: Introduce arch_tlbbatch_should_defer()
` [PATCH v9 2/2] arm64: support batched/deferred tlb shootdown during page reclamation/migration

[PATCH v9 00/25] Add vfio_device cdev for iommufd support
 2023-04-07 10:23 UTC  (23+ messages)
` [PATCH v9 06/25] kvm/vfio: Accept vfio device file from userspace
` [PATCH v9 07/25] vfio: Pass struct vfio_device_file * to vfio_device_open/close()
` [PATCH v9 08/25] vfio: Block device access via device fd until device is opened
` [PATCH v9 09/25] vfio: Add cdev_device_open_cnt to vfio_group
` [PATCH v9 10/25] vfio: Make vfio_device_open() single open for device cdev path
` [PATCH v9 25/25] docs: vfio: Add vfio device cdev description

[PATCH 0/3] send tlb_remove_table_smp_sync IPI only to necessary CPUs
 2023-04-06 18:27 UTC  (24+ messages)
` [PATCH 3/3] mm/mmu_gather: send tlb_remove_table_smp_sync IPI only to CPUs in kernel mode

[PATCH][next] s390/fcx: Replace zero-length array with flexible-array member
 2023-04-06 14:29 UTC 

[PATCH][next] s390/diag: Replace zero-length array with flexible-array member
 2023-04-06 14:28 UTC 

[PATCH AUTOSEL 4.14 6/7] s390/ptrace: fix PTRACE_GET_LAST_BREAK error handling
 2023-04-06 11:34 UTC 

[PATCH AUTOSEL 4.19 7/8] s390/ptrace: fix PTRACE_GET_LAST_BREAK error handling
 2023-04-06 11:33 UTC 

[PATCH AUTOSEL 5.4 7/9] s390/ptrace: fix PTRACE_GET_LAST_BREAK error handling
 2023-04-06 11:33 UTC 

[PATCH AUTOSEL 5.10 7/9] s390/ptrace: fix PTRACE_GET_LAST_BREAK error handling
 2023-04-06 11:33 UTC 

[PATCH AUTOSEL 5.15 08/11] s390/ptrace: fix PTRACE_GET_LAST_BREAK error handling
 2023-04-06 11:32 UTC 

[PATCH AUTOSEL 6.1 09/17] s390/ptrace: fix PTRACE_GET_LAST_BREAK error handling
 2023-04-06 11:32 UTC 

[PATCH AUTOSEL 6.2 09/17] s390/ptrace: fix PTRACE_GET_LAST_BREAK error handling
 2023-04-06 11:31 UTC 


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