public inbox for linux-s390@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2018-01-22 23:38:00 to 2018-01-26 09:44:34 UTC [more...]

[PATCH v2 00/12] KVM: s390: exitless interrupt support for KVM
 2018-01-26  9:44 UTC  (45+ messages)
` [PATCH v2 01/12] KVM: s390: reverse bit ordering of irqs in pending mask
` [PATCH v2 02/12] KVM: s390: define GISA format-0 data structure
` [PATCH v2 03/12] s390/bitops: add test_and_clear_bit_inv()
` [PATCH v2 04/12] KVM: s390: implement GISA IPM related primitives
` [PATCH v2 05/12] s390/css: indicate the availability of the AIV facility
` [PATCH v2 06/12] KVM: s390: exploit GISA and AIV for emulated interrupts
` [PATCH v2 07/12] KVM: s390: abstract adapter interruption word generation from ISC
` [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 10/12] KVM: s390: activate GISA for emulated interrupts
` [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  (8+ messages)
` [PATCH net-next 1/6] net/smc: cancel tx worker in case of socket aborts
` [PATCH net-next 2/6] net/smc: handle state SMC_PEERFINCLOSEWAIT correctly
` [PATCH net-next 3/6] net/smc: terminate link group for ib_post_send problems
` [PATCH net-next 4/6] net/smc: do not reuse a linkgroup with setup problems
` [PATCH net-next 5/6] net/smc: wake up wr_reg_wait when terminating a link group
` [PATCH net-next 6/6] net/smc: check for healthy link group resp. connections

[RFC/PATCH v2 00/22] KVM/s390: Hugetlbfs enablement
 2018-01-25 16:04 UTC  (15+ messages)
` [RFC/PATCH v2 05/22] s390/mm: hugetlb pages within a gmap can not be freed
` [RFC/PATCH v2 19/22] s390/mm: Split huge pages if granular protection is needed
      ` [PATCH 0/2] Huge page pte protection
        ` [PATCH 1/2] mm: s390: Only notify on 4k pages
        ` [PATCH 2/2] mm: s390: Rename gmap_pte_op_fixup

[PATCH v1 0/2] Kconfig changes to enable Graphics Support for S390
 2018-01-25 15:47 UTC  (3+ 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

[PATCH 00/12] KVM: s390: exitless interrupt support for KVM
 2018-01-25 15:13 UTC  (9+ messages)
` [PATCH 05/12] s390/css: expose the AIV facility

[GIT PULL 0/1] KVM: s390: another fix for 4.15 (via kvm/master)
 2018-01-25 14:22 UTC  (3+ messages)
` [GIT PULL 1/1] KVM: s390: add proper locking for CMMA migration bitmap

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

[PATCH v5 00/15] livepatch: hybrid consistency model
 2018-01-25 12:44 UTC  (7+ messages)
` [PATCH v5 13/15] livepatch: change to a per-task "

[PATCH v2 0/5] perf trace: Introduce arch-specific errno code/name mappings
 2018-01-25  9:28 UTC  (3+ messages)

[RFC][PATCH 0/5] s390: improve speculative execution handling v2
 2018-01-24 20:46 UTC  (25+ 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 2/5] s390/alternative: use a copy of the facility bit mask
` [PATCH 3/5] s390: add options to change branch prediction behaviour for the kernel
` [PATCH 4/5] s390: define ISOLATE_BP to run tasks with modified branch prediction
` [PATCH 5/5] s390: scrub registers on kernel entry and KVM exit

[PATCH v1 0/4] KVM: s390: refactor cpuflag handling
 2018-01-24 16:43 UTC  (14+ messages)
` [PATCH v1 1/4] KVM: s390: rename __set_cpuflag() to kvm_s390_set_cpuflags()
` [PATCH v1 2/4] KVM: s390: reuse kvm_s390_set_cpuflags()
` [PATCH v1 3/4] KVM: s390: introduce and use kvm_s390_clear_cpuflags()
` [PATCH v1 4/4] KVM: s390: introduce and use kvm_s390_test_cpuflags()

[PATCH v2] KVM: s390: add vcpu stat counters for many instruction
 2018-01-24 16:18 UTC  (3+ messages)

[PATCH net-next 0/6] net/smc: socket closing improvements
 2018-01-24 15:55 UTC  (8+ messages)
` [PATCH net-next 1/6] net/smc: use local struct sock variables consistently
` [PATCH net-next 2/6] net/smc: simplify function smc_clcsock_accept()
` [PATCH net-next 3/6] net/smc: get rid of tx_pend waits in socket closing
` [PATCH net-next 4/6] net/smc: make wait for work request uninterruptible
` [PATCH net-next 5/6] net/smc: improve state change handling after close wait
` [PATCH net-next 6/6] net/smc: continue waiting if peer signals write_shutdown

[PATCH 0/2] KVM: s390: kvm stat counters rework
 2018-01-24 15:27 UTC  (14+ messages)
` [PATCH 1/2] KVM: s390: add vcpu stat counters for many instruction
` [PATCH 2/2] KVM: s390: diagnoses are instructions as well

[PATCH v2] KVM: s390: add proper locking for CMMA migration bitmap
 2018-01-24 14:21 UTC  (9+ messages)

[PATCH v1] s390x/mm: simplify gmap_protect_rmap()
 2018-01-24 13:07 UTC  (3+ messages)

[PATCH 0/3] s390: documentation update
 2018-01-24 12:44 UTC  (6+ messages)
` [PATCH 1/3] s390/docs: mention subchannel types
` [PATCH 2/3] s390/docs: reword airq section
` [PATCH 3/3] s390/cmf: fix kerneldoc

[GIT PULL 00/43] perf/core improvements and changes
 2018-01-24 11:15 UTC  (7+ messages)
` [PATCH 10/43] tools include arch: Grab a copy of errno.h for arch's supported by perf
` [PATCH 11/43] tools include asm-generic: Grab errno.h and errno-base.h
` [PATCH 12/43] perf util: Introduce architecture specific errno/name mapping
` [PATCH 13/43] perf trace: Obtain errno strings by using arch_syscalls__strerrno()
` [PATCH 14/43] perf trace: Remove audit-libs dependency if syscall tables are present

[PATCH v6 05/99] xarray: Add definition of struct xarray
 2018-01-24  8:45 UTC  (2+ messages)

[PATCH] KVM: s390: add proper locking for CMMA migration bitmap
 2018-01-23 16:43 UTC  (2+ messages)

[PATCH RFC 0/2] KVM: s390: vsie: protect from VCPUS modifying the SCB
 2018-01-23 12:29 UTC  (7+ messages)
` [PATCH RFC 1/2] KVM: s390 vsie: use READ_ONCE to access some SCB fields
` [PATCH RFC 2/2] KVM: s390: vsie: store guest addresses of satellite blocks in vsie_page

[PATCH v2] smc: return booleans instead of integers
 2018-01-23 11:44 UTC  (5+ messages)


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