messages from 2020-04-21 06:12:34 to 2020-04-27 20:18:02 UTC [more...]
[PATCH v3 0/4] Clean up hugetlb boot command line processing
2020-04-27 20:18 UTC (15+ messages)
` [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
s390 boot woe due to "block: fix busy device checking in blk_drop_partitions"
2020-04-27 16:10 UTC (4+ messages)
[PATCH v7 00/15] s390/vfio-ap: dynamic configuration support
2020-04-27 15:17 UTC (21+ messages)
` [PATCH v7 01/15] s390/vfio-ap: store queue struct in hash table for quick access
` [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
[kvm-unit-tests PATCH v6 00/10] s390x: Testing the Channel Subsystem I/O
2020-04-27 13:14 UTC (18+ messages)
` [kvm-unit-tests PATCH v6 01/10] s390x: saving regs for interrupts
` [kvm-unit-tests PATCH v6 02/10] s390x: Use PSW bits definitions in cstart
` [kvm-unit-tests PATCH v6 03/10] s390x: Move control register bit definitions and add AFP to them
` [kvm-unit-tests PATCH v6 04/10] s390x: interrupt registration
` [kvm-unit-tests PATCH v6 05/10] s390x: Library resources for CSS tests
` [kvm-unit-tests PATCH v6 06/10] s390x: css: stsch, enumeration test
` [kvm-unit-tests PATCH v6 07/10] s390x: css: msch, enable test
` [kvm-unit-tests PATCH v6 08/10] s390x: define wfi: wait for interrupt
` [kvm-unit-tests PATCH v6 09/10] s390x: css: ssch/tsch with sense and interrupt
` [kvm-unit-tests PATCH v6 10/10] s390x: css: ping pong
[RFD] uevent handling for subchannels
2020-04-27 10:10 UTC (8+ messages)
[PATCH v4 0/7] clean up redundant 'kvm_run' parameters
2020-04-27 5:40 UTC (10+ messages)
` [PATCH v4 1/7] KVM: s390: "
` [PATCH v4 2/7] KVM: arm64: "
` [PATCH v4 3/7] KVM: PPC: Remove redundant kvm_run from vcpu_arch
` [PATCH v4 4/7] KVM: PPC: clean up redundant 'kvm_run' parameters
` [PATCH v4 5/7] KVM: PPC: clean up redundant kvm_run parameters in assembly
` [PATCH v4 6/7] KVM: MIPS: clean up redundant 'kvm_run' parameters
` [PATCH v4 7/7] KVM: MIPS: clean up redundant kvm_run parameters in assembly
[PATCH v3 0/7] clean up redundant 'kvm_run' parameters
2020-04-27 4:13 UTC (10+ messages)
` [PATCH v3 1/7] KVM: s390: "
` [PATCH v3 2/7] KVM: arm64: "
` [PATCH v3 3/7] KVM: PPC: Remove redundant kvm_run from vcpu_arch
` [PATCH v3 4/7] KVM: PPC: clean up redundant 'kvm_run' parameters
` [PATCH v3 5/7] KVM: PPC: clean up redundant kvm_run parameters in assembly
` [PATCH v3 6/7] KVM: MIPS: clean up redundant 'kvm_run' parameters
` [PATCH v3 7/7] KVM: MIPS: clean up redundant kvm_run parameters in assembly
[GIT PULL] s390 updates for 5.7-rc3
2020-04-26 18:15 UTC (2+ messages)
[PATCH v2 0/7] clean up redundant 'kvm_run' parameters
2020-04-26 12:59 UTC (19+ 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
[PATCH 0/3] mm/hugetlb: Add some new arch enabling macros
2020-04-26 3:01 UTC (5+ messages)
` [PATCH 3/3] mm/hugetlb: Introduce HAVE_ARCH_CLEAR_HUGEPAGE_FLAGS
[PATCH v3 05/10] s390: Change s390_kernel_write() return type to match memcpy()
2020-04-25 11:14 UTC (3+ messages)
` [PATCH v3 06/10] s390/module: Use s390_kernel_write() for late relocations
[PATCH v1 1/1] s390/protvirt: fix compilation issue
2020-04-25 8:23 UTC (8+ messages)
[PATCH v2 6/9] s390/module: Use s390_kernel_write() for late relocations
2020-04-24 13:43 UTC (16+ messages)
[PATCH 0/1] vfio-ccw: Enable transparent CCW IPL from DASD
2020-04-24 13:02 UTC (8+ messages)
` [PATCH 1/1] "
[PATCH v2 00/10] s390x: smp: Improve smp code part 2
2020-04-24 11:51 UTC (26+ messages)
` [PATCH v2 01/10] s390x: smp: Test all CRs on initial reset
` [PATCH v3] "
` [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
[kvm-unit-tests PATCH v5 00/10] s390x: Testing the Channel Subsystem I/O
2020-04-24 10:49 UTC (32+ 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 04/10] s390x: interrupt registration
` [kvm-unit-tests PATCH v5 05/10] s390x: export the clock get_clock_ms() utility
[PATCH v2] s390: simplify memory notifier for protecting kdump crash kernel area
2020-04-24 8:39 UTC
[PATCH v1] s390: drop memory notifier for protecting kdump crash kernel area
2020-04-24 8:18 UTC (2+ messages)
decruft the vmalloc API v2
2020-04-23 10:32 UTC (3+ messages)
` [PATCH 04/29] staging: media: ipu3: use vmap instead of reimplementing it
[PATCH rdma-next] RDMA: Allow ib_client's to fail when add() is called
2020-04-23 9:39 UTC (2+ messages)
[PATCH v3 0/8] s390x/vfio-ccw: Channel Path Handling [KVM]
2020-04-22 10:27 UTC (15+ messages)
` [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
[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 (9+ messages)
` [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
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).