public inbox for linux-s390@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2018-01-25 16:04:17 to 2018-02-08 16:19:11 UTC [more...]

[RFC PATCH 0/7] Kconfig: add new special property shell= to test compiler options in Kconfig
 2018-02-08 16:19 UTC  (7+ messages)
` [RFC PATCH 1/7] kbuild: remove kbuild cache
` [RFC PATCH 2/7] kconfig: add xrealloc() helper
` [RFC PATCH 3/7] kconfig: remove const qualifier from sym_expand_string_value()
` [RFC PATCH 4/7] kconfig: support new special property shell=
` [RFC PATCH 5/7] kconfig: invoke silentoldconfig when compiler is updated
` [RFC PATCH 6/7] kconfig: add basic environments to evaluate C flags in Kconfig

[PATCH v2 0/3]Enable CONFIG_VT support for S390
 2018-02-08 15:30 UTC  (9+ messages)
` [PATCH v2 1/3] Kconfig : Remove HAS_IOMEM dependency for Graphics support
` [PATCH v2 2/3] s390/char : Rename EBCDIC keymap variables
` [PATCH v2 3/3] s390/setup : enable display support for KVM guest

[PATCH] PCI: Add SPDX tag for s390_pci_hpc.c
 2018-02-08 14:20 UTC  (6+ messages)
` [PATCH] PCI: Add SPDX GPL-2.0+ to replace implicit GPL v2 or later statement

[PATCH RFC 0/6] KVM: s390: Multiple-epoch facility fixes
 2018-02-08 12:15 UTC  (18+ messages)
` [PATCH RFC 1/6] KVM: s390: take care of clock-comparator sign control
` [PATCH RFC 2/6] KVM: s390: provide only a single function for setting the tod
` [PATCH RFC 3/6] KVM: s390: consider epoch index on hotplugged CPUs
` [PATCH RFC 4/6] KVM: s390: consider epoch index on TOD clock syncs
` [PATCH RFC 5/6] KVM: s390: no need to inititalize kvm->arch members to 0
` [PATCH RFC 6/6] KVM: s390: generalize kvm_s390_get_tod_clock_ext()

[PATCH 0/3] perf s390: Use syscall.tbl to create the perf syscall table
 2018-02-08 11:47 UTC  (4+ messages)
` [PATCH 1/3] Revert "tools include s390: Grab a copy of arch/s390/include/uapi/asm/unistd.h"
` [PATCH 2/3] perf s390: Grab a copy of arch/s390/kernel/syscall/syscall.tbl
` [PATCH 3/3] perf s390: Rework system call table creation by using syscall.tbl

[PATCH v1] KVM: s390: use switch vs jump table in interrupt.c
 2018-02-08 10:29 UTC  (9+ messages)

[PATCH 0/2] KVM: s390: avoid jump tables
 2018-02-08 10:18 UTC  (21+ messages)
` [PATCH 1/2] KVM: s390: use switch vs jump table in priv.c
` [PATCH 2/2] KVM: s390: use switch vs jump table in intercept.c
  ` [PATCH v2 "

[PATCH 0/6] s390: improve speculative execution handling v3
 2018-02-08  0:57 UTC  (18+ messages)
` [PATCH 1/6] s390: scrub registers on kernel entry and KVM exit
` [PATCH 2/6] s390: add optimized array_index_mask_nospec
` [PATCH 3/6] s390/alternative: use a copy of the facility bit mask
` [PATCH 4/6] s390: add options to change branch prediction behaviour for the kernel
` [PATCH 5/6] s390: run user space and KVM guests with modified branch prediction
` [PATCH 6/6] s390: introduce execute-trampolines for branches

[PATCH v2] KVM: s390: take care of clock-comparator sign control
 2018-02-06 17:02 UTC  (6+ messages)

[PATCH 08/20] s390/kconfig: Remove ARCH_WANTS_PROT_NUMA_PROT_NONE select
 2018-02-05  6:56 UTC  (2+ messages)

consolidate direct dma mapping V4
 2018-02-02 17:47 UTC  (3+ messages)
` [PATCH 22/34] dma-mapping: add an arch_dma_supported hook

[PULL 0/3] KVM: s390: maintainers update
 2018-01-31 17:17 UTC  (5+ messages)
` [PULL 1/3] MAINTAINERS: add David as a reviewer for KVM/s390
` [PULL 2/3] MAINTAINERS: add Halil as additional vfio-ccw maintainer
` [PULL 3/3] MAINTAINERS: update KVM/s390 maintainers

[man-pages PATCH 2/5] s390_runtime_instr.2: document the removal of the second argument
 2018-01-31  9:33 UTC 

[PATCH 0/3] KVM: s390: update maintainers
 2018-01-31  8:31 UTC  (11+ messages)
` [PATCH 1/3] MAINTAINERS: add David as a reviewer for KVM/s390
` [PATCH 2/3] MAINTAINERS: add Halil as additional vfio-ccw maintainer
` [PATCH 3/3] MAINTAINERS: update KVM/s390 maintainers

[GIT PULL] s390 patches for the 4.15 merge window
 2018-01-31  6:49 UTC 

[GIT PULL 00/22] KVM: s390: Fixes and features for 4.16 part 2
 2018-01-30 16:57 UTC  (24+ messages)
` [GIT PULL 01/22] s390/mm: Remove superfluous parameter
` [GIT PULL 02/22] KVM: s390: vsie: use READ_ONCE to access some SCB fields
` [GIT PULL 03/22] KVM: s390: vsie: store guest addresses of satellite blocks in vsie_page
` [GIT PULL 04/22] s390x/mm: simplify gmap_protect_rmap()
` [GIT PULL 05/22] KVM: s390: diagnoses are instructions as well
` [GIT PULL 06/22] KVM: s390: add vcpu stat counters for many instruction
` [GIT PULL 07/22] KVM: s390: rename __set_cpuflag() to kvm_s390_set_cpuflags()
` [GIT PULL 08/22] KVM: s390: reuse kvm_s390_set_cpuflags()
` [GIT PULL 09/22] KVM: s390: introduce and use kvm_s390_clear_cpuflags()
` [GIT PULL 10/22] KVM: s390: introduce and use kvm_s390_test_cpuflags()
` [GIT PULL 11/22] KVM: s390: reverse bit ordering of irqs in pending mask
` [GIT PULL 12/22] KVM: s390: define GISA format-0 data structure
` [GIT PULL 13/22] s390/bitops: add test_and_clear_bit_inv()
` [GIT PULL 14/22] KVM: s390: implement GISA IPM related primitives
` [GIT PULL 15/22] s390/css: indicate the availability of the AIV facility
` [GIT PULL 16/22] KVM: s390: exploit GISA and AIV for emulated interrupts
` [GIT PULL 17/22] KVM: s390: abstract adapter interruption word generation from ISC
` [GIT PULL 18/22] KVM: s390: add GISA interrupts to FLIC ioctl interface
` [GIT PULL 19/22] KVM: s390: make kvm_s390_get_io_int() aware of GISA
` [GIT PULL 20/22] KVM: s390: activate GISA for emulated interrupts
` [GIT PULL 21/22] s390/sclp: expose the GISA format facility
` [GIT PULL 22/22] KVM: s390: introduce the format-1 GISA

[PATCH v1 0/2] Kconfig changes to enable Graphics Support for S390
 2018-01-30 13:22 UTC  (12+ messages)
` [PATCH v1 1/2] Kconfig : Remove HAS_IOMEM dependency for Graphics support
` [PATCH v1 2/2] fbdev: Kconfig: Add HAS_IOMEM dependency for FB_OPENCORES

[RFC/PATCH v2 00/22] KVM/s390: Hugetlbfs enablement
 2018-01-30 10:19 UTC  (7+ messages)
` [PATCH 0/2] Huge page pte protection
  ` [PATCH 1/2] mm: s390: Only notify on 4k pages
` [PATCH v2] "

[RFC PATCH 0/3] vfio: ccw: basic channel path event handling
 2018-01-30  5:27 UTC  (7+ messages)
` [Qemu-devel] "

[RFC][PATCH 0/5] s390: improve speculative execution handling v2
 2018-01-29 20:12 UTC  (11+ messages)
` [PATCH 1/5] prctl: add PR_ISOLATE_BP process control
      ` Avoiding information leaks between users and between processes by default? [Was: : [PATCH 1/5] prctl: add PR_ISOLATE_BP process control]

[PATCH v2 00/12] KVM: s390: exitless interrupt support for KVM
 2018-01-26 13:13 UTC  (31+ messages)
` [PATCH v2 02/12] KVM: s390: define GISA format-0 data structure
` [PATCH v2 06/12] KVM: s390: exploit GISA and AIV for emulated interrupts
` [PATCH v2 08/12] KVM: s390: add GISA interrupts to FLIC ioctl interface
` [PATCH v2 09/12] KVM: s390: make kvm_s390_get_io_int() aware of GISA
` [PATCH v2 11/12] s390/sclp: expose the GISA format facility
` [PATCH v2 12/12] KVM: s390: introduce the format-1 GISA

[PATCH v3] KVM: s390: exitless interrupt support for KVM
 2018-01-26  9:43 UTC  (13+ messages)
` [PATCH v3 04/12] KVM: s390: implement GISA IPM related primitives
` [PATCH v3 06/12] KVM: s390: exploit GISA and AIV for emulated interrupts
` [PATCH v3 07/12] KVM: s390: abstract adapter interruption word generation from ISC
` [PATCH v3 10/12] KVM: s390: activate GISA for emulated interrupts

[PATCH net-next 0/5] net/smc: fixes 2018-01-26
 2018-01-26  8:28 UTC  (5+ messages)
` [PATCH net-next 1/5] net/smc: handle device, port, and QP error events
` [PATCH net-next 2/5] net/smc: smc_poll improvements
` [PATCH net-next 4/5] net/smc: release clcsock from tcp_listen_worker
` [PATCH net-next 5/5] net/smc: return booleans instead of integers

[PATCH net-next 0/6] net/smc: more socket closing improvements
 2018-01-25 21:11 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