linux-s390.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-04-17 02:30:10 to 2020-04-23 10:39:01 UTC [more...]

[PATCH v2 0/7] clean up redundant 'kvm_run' parameters
 2020-04-23 10:39 UTC  (15+ messages)
` [PATCH v2 1/7] KVM: s390: "
` [PATCH v2 2/7] KVM: arm64: "
` [PATCH v2 3/7] KVM: PPC: Remove redundant kvm_run from vcpu_arch
` [PATCH v2 4/7] KVM: PPC: clean up redundant 'kvm_run' parameters
` [PATCH v2 5/7] KVM: PPC: clean up redundant kvm_run parameters in assembly
` [PATCH v2 6/7] KVM: MIPS: clean up redundant 'kvm_run' parameters
` [PATCH v2 7/7] KVM: MIPS: clean up redundant kvm_run parameters in assembly

decruft the vmalloc API v2
 2020-04-23 10:32 UTC  (7+ messages)
` [PATCH 04/29] staging: media: ipu3: use vmap instead of reimplementing it
` [PATCH 24/29] mm: remove __vmalloc_node_flags_caller
` [PATCH 26/29] mm: remove vmalloc_user_node_flags

[PATCH rdma-next] RDMA: Allow ib_client's to fail when add() is called
 2020-04-23  9:39 UTC  (2+ messages)

[PATCH v2 00/10] s390x: smp: Improve smp code part 2
 2020-04-23  9:10 UTC  (11+ messages)
` [PATCH v2 01/10] s390x: smp: Test all CRs on initial reset
` [PATCH v2 02/10] s390x: smp: Dirty fpc before initial reset test
` [PATCH v2 03/10] s390x: smp: Test stop and store status on a running and stopped cpu
` [PATCH v2 04/10] s390x: smp: Test local interrupts after cpu reset
` [PATCH v2 05/10] s390x: smp: Loop if secondary cpu returns into cpu setup again
` [PATCH v2 06/10] s390x: smp: Remove unneeded cpu loops
` [PATCH v2 07/10] s390x: smp: Use full PSW to bringup new cpu
` [PATCH v2 08/10] s390x: smp: Wait for sigp completion
` [PATCH v2 09/10] s390x: smp: Add restart when running test
` [PATCH v2 10/10] s390x: Fix library constant definitions

[PATCH v2 5/9] s390: Change s390_kernel_write() return type to match memcpy()
 2020-04-22 19:46 UTC  (6+ messages)
` [PATCH v2 6/9] s390/module: Use s390_kernel_write() for late relocations

[PATCH v3 0/4] Clean up hugetlb boot command line processing
 2020-04-22 16:56 UTC  (16+ messages)
` [PATCH v3 1/4] hugetlbfs: add arch_hugetlb_valid_size
` [PATCH v3 2/4] hugetlbfs: move hugepagesz= parsing to arch independent code
` [PATCH v3 3/4] hugetlbfs: remove hugetlb_add_hstate() warning for existing hstate
` [PATCH v3 4/4] hugetlbfs: clean up command line processing

[PATCH v3 0/8] s390x/vfio-ccw: Channel Path Handling [KVM]
 2020-04-22 10:27 UTC  (18+ messages)
` [PATCH v3 2/8] vfio-ccw: Register a chp_event callback for vfio-ccw
` [PATCH v3 4/8] vfio-ccw: Introduce a new schib region
` [PATCH v3 5/8] vfio-ccw: Introduce a new CRW region
` [PATCH v3 7/8] vfio-ccw: Wire up the CRW irq and "
` [PATCH v3 8/8] vfio-ccw: Add trace for CRW event

[kvm-unit-tests PATCH v5 00/10] s390x: Testing the Channel Subsystem I/O
 2020-04-22  9:17 UTC  (28+ messages)
` [kvm-unit-tests PATCH v5 01/10] s390x: saving regs for interrupts
` [kvm-unit-tests PATCH v5 02/10] s390x: Use PSW bits definitions in cstart
` [kvm-unit-tests PATCH v5 03/10] s390x: cr0: adding AFP-register control bit
` [kvm-unit-tests PATCH v5 05/10] s390x: export the clock get_clock_ms() utility

[PATCH v7 00/15] s390/vfio-ap: dynamic configuration support
 2020-04-21 21:39 UTC  (13+ messages)
` [PATCH v7 03/15] s390/zcrypt: driver callback to indicate resource in use
` [PATCH v7 04/15] s390/vfio-ap: implement in-use callback for vfio_ap driver
` [PATCH v7 05/15] s390/vfio-ap: introduce shadow CRYCB

[PATCH v4 0/2] add callbacks for inaccessible pages
 2020-04-21 21:31 UTC  (12+ messages)
` [PATCH v4 2/2] mm/gup/writeback: "

stop using ioctl_by_bdev in the s390 DASD driver
 2020-04-21 15:03 UTC  (10+ messages)
` [PATCH 1/3] dasd: refactor dasd_ioctl_information
` [PATCH 2/3] block: add a s390-only biodasdinfo method
` [PATCH 3/3] partitions/ibm: stop using ioctl_by_bdev

[GIT PULL 0/2] KVM: s390: Fix for 5.7 and maintainer update
 2020-04-21 13:36 UTC  (4+ messages)
` [GIT PULL 1/2] KVM: s390: Fix PV check in deliverable_irqs()
` [GIT PULL 2/2] MAINTAINERS: add a reviewer for KVM/s390

[PATCH -next] s390/zcrypt: fix kzalloc-simple.cocci warnings
 2020-04-21 12:35 UTC 

[PATCH V17 0/2] mm/debug: Add tests validating architecture page table helpers
 2020-04-21  2:34 UTC  (2+ messages)
` [PATCH V17 2/2] "

more partition handling cleanups v2
 2020-04-20 17:35 UTC  (3+ messages)

[RFC][Qusetion] the value of cleared_(ptes|pmds|puds|p4ds) in struct mmu_gather
 2020-04-20 16:20 UTC  (4+ messages)

[RFD] uevent handling for subchannels
 2020-04-20 15:29 UTC  (3+ messages)

[PATCH 0/1] vfio-ccw: Enable transparent CCW IPL from DASD
 2020-04-20 12:13 UTC  (3+ messages)
` [PATCH 1/1] "

[PATCH 0/7] clean up redundant 'kvm_run' parameters
 2020-04-20 10:42 UTC  (13+ messages)
` [PATCH 1/7] KVM: s390: "
` [PATCH 2/7] KVM: arm64: "
` [PATCH 3/7] KVM: PPC: Remove redundant kvm_run from vcpu_arch
` [PATCH 4/7] KVM: PPC: clean up redundant 'kvm_run' parameters
` [PATCH 5/7] KVM: PPC: clean up redundant kvm_run parameters in assembly
` [PATCH 6/7] KVM: MIPS: clean up redundant 'kvm_run' parameters
` [PATCH 7/7] KVM: MIPS: clean up redundant kvm_run parameters in assembly

[PATCH v1 1/1] MAINTAINERS: add a reviewer for KVM/s390
 2020-04-20  8:20 UTC  (5+ messages)

[PATCH] KVM: s390: remove unneeded semicolon in gisa_vcpu_kicker()
 2020-04-20  7:31 UTC  (4+ messages)

linux-next: Tree for Apr 20
 2020-04-20  7:30 UTC  (5+ messages)

[PATCH] KVM: X86: Fix compile error in svm/sev.c
 2020-04-20  7:14 UTC  (3+ messages)

[PATCHv3 28/50] s390: Add show_stack_loglvl()
 2020-04-18 20:19 UTC 

[PATCH AUTOSEL 4.4 11/19] s390/cio: avoid duplicated 'ADD' uevents
 2020-04-18 14:44 UTC 

[PATCH AUTOSEL 4.9 12/23] KVM: s390: vsie: Fix possible race when shadowing region 3 tables
 2020-04-18 14:44 UTC  (3+ messages)
` [PATCH AUTOSEL 4.9 13/23] s390/cio: avoid duplicated 'ADD' uevents
` [PATCH AUTOSEL 4.9 23/23] KVM: s390: vsie: Fix delivery of addressing exceptions

[PATCH AUTOSEL 4.14 14/28] KVM: s390: vsie: Fix possible race when shadowing region 3 tables
 2020-04-18 14:43 UTC  (3+ messages)
` [PATCH AUTOSEL 4.14 15/28] s390/cio: avoid duplicated 'ADD' uevents
` [PATCH AUTOSEL 4.14 27/28] KVM: s390: vsie: Fix delivery of addressing exceptions

[PATCH AUTOSEL 4.19 18/47] KVM: s390: vsie: Fix possible race when shadowing region 3 tables
 2020-04-18 14:42 UTC  (3+ messages)
` [PATCH AUTOSEL 4.19 19/47] s390/cio: avoid duplicated 'ADD' uevents
` [PATCH AUTOSEL 4.19 35/47] KVM: s390: vsie: Fix delivery of addressing exceptions

[PATCH AUTOSEL 5.4 29/78] KVM: s390: vsie: Fix possible race when shadowing region 3 tables
 2020-04-18 14:40 UTC  (4+ messages)
` [PATCH AUTOSEL 5.4 31/78] s390/cio: generate delayed uevent for vfio-ccw subchannels
` [PATCH AUTOSEL 5.4 32/78] s390/cio: avoid duplicated 'ADD' uevents
` [PATCH AUTOSEL 5.4 55/78] KVM: s390: vsie: Fix delivery of addressing exceptions

[PATCH AUTOSEL 5.5 31/75] KVM: s390: vsie: Fix possible race when shadowing region 3 tables
 2020-04-18 14:08 UTC  (4+ messages)
` [PATCH AUTOSEL 5.5 33/75] s390/cio: generate delayed uevent for vfio-ccw subchannels
` [PATCH AUTOSEL 5.5 34/75] s390/cio: avoid duplicated 'ADD' uevents
` [PATCH AUTOSEL 5.5 60/75] KVM: s390: vsie: Fix delivery of addressing exceptions

[PATCH AUTOSEL 5.6 33/73] KVM: s390: vsie: Fix possible race when shadowing region 3 tables
 2020-04-18 13:48 UTC  (4+ messages)
` [PATCH AUTOSEL 5.6 35/73] s390/cio: generate delayed uevent for vfio-ccw subchannels
` [PATCH AUTOSEL 5.6 36/73] s390/cio: avoid duplicated 'ADD' uevents
` [PATCH AUTOSEL 5.6 64/73] KVM: s390: vsie: Fix delivery of addressing exceptions

[PATCH v2 00/33] iommu: Move iommu_group setup to IOMMU core code
 2020-04-18 12:44 UTC  (4+ messages)

[PATCH] vfio-ccw: document possible errors
 2020-04-17 16:33 UTC  (2+ messages)

[PATCH RFC 0/2] s390/mm: don't set ARCH_KEEP_MEMBLOCK
 2020-04-17 15:01 UTC  (3+ messages)
` [PATCH RFC 1/2] s390/zcore: traverse resources instead of memblocks
` [PATCH RFC 2/2] s390/mm: don't set ARCH_KEEP_MEMBLOCK

[PATCH 0/1] s390/dasd: Kconfig patch
 2020-04-17 14:05 UTC  (3+ messages)
` [PATCH 1/1] s390/dasd: remove IOSCHED_DEADLINE from DASD Kconfig

[PATCH v3 00/11] Make PageWriteback use the PageLocked optimisation
 2020-04-17 11:12 UTC  (3+ messages)

[PATCH V2] vhost: do not enable VHOST_MENU by default
 2020-04-17  9:48 UTC  (16+ messages)

linux-next: Tree for Apr 17
 2020-04-17  7:27 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 NNTP newsgroup(s).