linux-s390.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-10-16 23:18:21 to 2020-10-26 22:55:27 UTC [more...]

[REGRESSION] mm: process_vm_readv testcase no longer works after compat_prcoess_vm_readv removed
 2020-10-26 22:55 UTC 

[PATCH v4 00/15] follow_pfn and other iomap races
 2020-10-26 22:15 UTC  (19+ messages)
` [PATCH v4 01/15] drm/exynos: Stop using frame_vector helpers
` [PATCH v4 02/15] drm/exynos: Use FOLL_LONGTERM for g2d cmdlists
` [PATCH v4 03/15] misc/habana: Stop using frame_vector helpers
` [PATCH v4 04/15] misc/habana: Use FOLL_LONGTERM for userptr
` [PATCH v4 05/15] mm/frame-vector: Use FOLL_LONGTERM
` [PATCH v4 06/15] media: videobuf2: Move frame_vector into media subsystem
` [PATCH v4 07/15] mm: Close race in generic_access_phys
` [PATCH v4 08/15] mm: Add unsafe_follow_pfn
` [PATCH v4 09/15] media/videbuf1|2: Mark follow_pfn usage as unsafe
` [PATCH v4 10/15] vfio/type1: Mark follow_pfn "
` [PATCH v4 11/15] PCI: Obey iomem restrictions for procfs mmap
` [PATCH v4 12/15] /dev/mem: Only set filp->f_mapping
` [PATCH v4 13/15] resource: Move devmem revoke code to resource framework
` [PATCH v4 14/15] sysfs: Support zapping of binary attr mmaps
` [PATCH v4 15/15] PCI: Revoke mappings like devmem

[PATCH 0/4] arch, mm: improve robustness of direct map manipulation
 2020-10-26 18:57 UTC  (16+ messages)
` [PATCH 1/4] mm: introduce debug_pagealloc_map_pages() helper
` [PATCH 2/4] PM: hibernate: improve robustness of mapping pages in the direct map
` [PATCH 3/4] arch, mm: restore dependency of __kernel_map_pages() of DEBUG_PAGEALLOC
` [PATCH 4/4] arch, mm: make kernel_page_present() always available

[GIT PULL] s390 compile fix for 5.10-rc2
 2020-10-26 17:52 UTC  (2+ messages)

[PATCH v11 00/14] s390/vfio-ap: dynamic configuration support
 2020-10-26 17:21 UTC  (22+ messages)
` [PATCH v11 01/14] s390/vfio-ap: No need to disable IRQ after queue reset
` [PATCH v11 02/14] 390/vfio-ap: use new AP bus interface to search for queue devices
` [PATCH v11 03/14] s390/vfio-ap: manage link between queue struct and matrix mdev
` [PATCH v11 04/14] s390/zcrypt: driver callback to indicate resource in use
` [PATCH v11 05/14] s390/vfio-ap: implement in-use callback for vfio_ap driver
` [PATCH v11 06/14] s390/vfio-ap: introduce shadow APCB
` [PATCH v11 07/14] s390/vfio-ap: sysfs attribute to display the guest's matrix
` [PATCH v11 08/14] s390/vfio-ap: hot plug/unplug queues on bind/unbind of queue device
` [PATCH v11 09/14] s390/vfio-ap: allow assignment of unavailable AP queues to mdev device
` [PATCH v11 10/14] s390/vfio-ap: allow hot plug/unplug of AP resources using "
` [PATCH v11 11/14] s390/zcrypt: Notify driver on config changed and scan complete callbacks
` [PATCH v11 12/14] s390/vfio-ap: handle host AP config change notification
` [PATCH v11 13/14] s390/vfio-ap: handle AP bus scan completed notification
` [PATCH v11 14/14] s390/vfio-ap: update docs to include dynamic config support

[Regression] s390x build broken with 5.10-rc1 (bisected)
 2020-10-26 13:31 UTC  (4+ messages)
  ` [PATCH 1/1] s390: correct __bootdata / __bootdata_preserved macros

let import_iovec deal with compat_iovecs as well v4
 2020-10-24 21:12 UTC  (54+ messages)
` [PATCH 2/9] iov_iter: move rw_copy_check_uvector() into lib/iov_iter.c
  ` Buggy commit tracked to: "Re: [PATCH 2/9] iov_iter: move rw_copy_check_uvector() into lib/iov_iter.c"

[PATCH net 0/3] net/smc: fixes 2020-10-23
 2020-10-23 18:48 UTC  (4+ messages)
` [PATCH net 1/3] net/smc: fix null pointer dereference in smc_listen_decline()
` [PATCH net 2/3] net/smc: fix suppressed return code
` [PATCH net 3/3] s390/ism: fix incorrect system EID

[PATCH v3 05/56] s390: fix kernel-doc markups
 2020-10-23 16:32 UTC 

[PATCH 29/65] s390/pci: Remove races against pte updates
 2020-10-23 12:26 UTC  (2+ messages)

[PATCH v3 00/16] follow_pfn and other iomap races
 2020-10-23  9:12 UTC  (34+ messages)
` [PATCH v3 01/16] drm/exynos: Stop using frame_vector helpers
` [PATCH v3 02/16] drm/exynos: Use FOLL_LONGTERM for g2d cmdlists
` [PATCH v3 03/16] misc/habana: Stop using frame_vector helpers
` [PATCH v3 04/16] misc/habana: Use FOLL_LONGTERM for userptr
` [PATCH v3 05/16] mm/frame-vector: Use FOLL_LONGTERM
` [PATCH v3 06/16] media: videobuf2: Move frame_vector into media subsystem
` [PATCH v3 07/16] mm: Close race in generic_access_phys
` [PATCH v3 08/16] s390/pci: Remove races against pte updates
` [PATCH v3 09/16] mm: Add unsafe_follow_pfn
` [PATCH v3 10/16] media/videbuf1|2: Mark follow_pfn usage as unsafe
` [PATCH v3 11/16] vfio/type1: Mark follow_pfn "
` [PATCH v3 12/16] PCI: Obey iomem restrictions for procfs mmap
` [PATCH v3 13/16] /dev/mem: Only set filp->f_mapping
` [PATCH v3 14/16] resource: Move devmem revoke code to resource framework
` [PATCH v3 15/16] sysfs: Support zapping of binary attr mmaps
` [PATCH v3 16/16] PCI: Revoke mappings like devmem

[PATCH v2 00/17] follow_pfn and other iomap races
 2020-10-22  7:39 UTC  (6+ messages)
` [PATCH v2 08/17] s390/pci: Remove races against pte updates

[PATCH] s390/vfio-ap: fix unregister GISC when KVM is already gone results in OOPS
 2020-10-21 15:46 UTC  (2+ messages)

[PATCH] drivers/virt: vmgenid: add vm generation id driver
 2020-10-20 16:54 UTC  (27+ messages)

s390 - buildroot + qemu
 2020-10-20  5:34 UTC  (10+ messages)

Is OS_INFO_VMCOREINFO unimplemented?
 2020-10-19 10:18 UTC  (4+ messages)

[PATCH] arch: um: convert tasklets to use new tasklet_setup() API
 2020-10-19  7:39 UTC  (3+ messages)

[PATCH AUTOSEL 5.8 088/101] s390/qeth: strictly order bridge address events
 2020-10-18 19:20 UTC 

[PATCH AUTOSEL 5.9 094/111] s390/qeth: strictly order bridge address events
 2020-10-18 19:17 UTC 


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).