linux-s390.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-06-14 18:56:43 to 2016-06-21 13:22:56 UTC [more...]

[GIT PULL 00/51] KVM: s390: vSIE (nested virtualization) feature for 4.8 (kvm/next)
 2016-06-21 13:22 UTC  (53+ messages)
` [GIT PULL 01/51] s390/kvm: page table invalidation notifier
` [GIT PULL 02/51] s390/mm: use RCU for gmap notifier list and the per-mm gmap list
` [GIT PULL 03/51] s390/mm: extended gmap pte notifier
` [GIT PULL 04/51] s390/mm: add reference counter to gmap structure
` [GIT PULL 05/51] s390/mm: add shadow gmap support
` [GIT PULL 06/51] s390/mm: add kvm shadow fault function
` [GIT PULL 07/51] s390/mm: flush tlb of shadows in all situations
` [GIT PULL 08/51] s390/mm: shadow pages with real guest requested protection
` [GIT PULL 09/51] s390/mm: avoid races on region/segment/page table shadowing
` [GIT PULL 10/51] s390/mm: fix races on gmap_shadow creation
` [GIT PULL 11/51] s390/mm: take the mmap_sem in kvm_s390_shadow_fault()
` [GIT PULL 12/51] s390/mm: protection exceptions are corrrectly shadowed
` [GIT PULL 13/51] s390/mm: take ipte_lock during shadow faults
` [GIT PULL 14/51] s390/mm: push ste protection down to shadow pte
` [GIT PULL 15/51] s390/mm: prepare for EDAT1/EDAT2 support in gmap shadow
` [GIT PULL 16/51] s390/mm: support EDAT1 for gmap shadows
` [GIT PULL 17/51] s390/mm: support EDAT2 "
` [GIT PULL 18/51] s390/mm: push rte protection down to shadow pte
` [GIT PULL 19/51] s390/mm: support real-space for gmap shadows
` [GIT PULL 20/51] s390/mm: limit number of real-space "
` [GIT PULL 21/51] s390/mm: remember the int code for the last gmap fault
` [GIT PULL 22/51] s390/mm: allow to check if a gmap shadow is valid
` [GIT PULL 23/51] s390/mm: don't fault everything in read-write in gmap_pte_op_fixup()
` [GIT PULL 24/51] KVM: s390: fast path for shadow gmaps in gmap notifier
` [GIT PULL 25/51] KVM: s390: backup the currently enabled gmap when scheduled out
` [GIT PULL 26/51] s390: introduce page_to_virt() and pfn_to_virt()
` [GIT PULL 27/51] mm/page_ref: introduce page_ref_inc_return
` [GIT PULL 28/51] KVM: s390: vsie: initial support for nested virtualization
` [GIT PULL 29/51] KVM: s390: vsie: optimize gmap prefix mapping
` [GIT PULL 30/51] KVM: s390: vsie: support setting the ibc
` [GIT PULL 31/51] KVM: s390: vsie: support edat1 / edat2
` [GIT PULL 32/51] KVM: s390: vsie: support host-protection-interruption
` [GIT PULL 33/51] KVM: s390: vsie: support STFLE interpretation
` [GIT PULL 34/51] KVM: s390: vsie: support aes dea wrapping keys
` [GIT PULL 35/51] KVM: s390: vsie: support transactional execution
` [GIT PULL 36/51] KVM: s390: vsie: support vectory facility (SIMD)
` [GIT PULL 37/51] KVM: s390: vsie: support run-time-instrumentation
` [GIT PULL 38/51] KVM: s390: vsie: support 64-bit-SCAO
` [GIT PULL 39/51] KVM: s390: vsie: support shared IPTE-interlock facility
` [GIT PULL 40/51] KVM: s390: vsie: support guest-PER-enhancement
` [GIT PULL 41/51] KVM: s390: vsie: support guest-storage-limit-suppression
` [GIT PULL 42/51] KVM: s390: vsie: support intervention-bypass
` [GIT PULL 43/51] KVM: s390: vsie: support conditional-external-interception
` [GIT PULL 44/51] KVM: s390: vsie: support IBS interpretation
` [GIT PULL 45/51] KVM: s390: vsie: try to refault after a reported fault to g2
` [GIT PULL 46/51] KVM: s390: vsie: speed up VCPU irq delivery when handling vsie
` [GIT PULL 47/51] KVM: s390: don't use CPUSTAT_WAIT to detect if a VCPU is idle
` [GIT PULL 48/51] KVM: s390: vsie: speed up VCPU external calls
` [GIT PULL 49/51] KVM: s390: vsie: correctly set and handle guest TOD
` [GIT PULL 50/51] KVM: s390: vsie: add indication for future features
` [GIT PULL 51/51] KVM: s390: vsie: add module parameter "nested"

[PATCH 0/1] introduce page_ref_inc_return
 2016-06-20 23:11 UTC  (3+ messages)
` [PATCH 1/1] mm/page_ref: "

[RFC PATCH-tip v2 0/6] locking/rwsem: Enable reader optimistic spinning
 2016-06-20  7:59 UTC  (44+ messages)
` [RFC PATCH-tip v2 1/6] locking/osq: Make lock/unlock proper acquire/release barrier
` [RFC PATCH-tip v2 2/6] locking/rwsem: Stop active read lock ASAP
` [RFC PATCH-tip v2 3/6] locking/rwsem: Enable count-based spinning on reader
` [RFC PATCH-tip v2 4/6] locking/rwsem: move down rwsem_down_read_failed function
` [RFC PATCH-tip v2 5/6] locking/rwsem: Change RWSEM_WAITING_BIAS for better disambiguation
` [RFC PATCH-tip v2 6/6] locking/rwsem: Enable spinning readers

[GIT PULL] s390 patches for 4.7-rc5
 2016-06-20  6:10 UTC 

[RFC PATCH-tip/locking/core v3 00/10] locking/rwsem: Enable reader optimistic spinning
 2016-06-17 15:41 UTC  (11+ messages)
  ` [RFC PATCH-tip/locking/core v3 01/10] locking/osq: Make lock/unlock proper acquire/release barrier
    ` [RFC PATCH-tip/locking/core v3 02/10] locking/rwsem: Stop active read lock ASAP
  ` [RFC PATCH-tip/locking/core v3 03/10] locking/rwsem: Make rwsem_spin_on_owner() return a tri-state value
  ` [RFC PATCH-tip/locking/core v3 04/10] locking/rwsem: Enable count-based spinning on reader
  ` [RFC PATCH-tip/locking/core v3 05/10] locking/rwsem: move down rwsem_down_read_failed function
  ` [RFC PATCH-tip/locking/core v3 06/10] locking/rwsem: Move common rwsem macros to asm-generic/rwsem_types.h
  ` [RFC PATCH-tip/locking/core v3 07/10] locking/rwsem: Change RWSEM_WAITING_BIAS for better disambiguation
  ` [RFC PATCH-tip/locking/core v3 08/10] locking/rwsem: Enable spinning readers
  ` [RFC PATCH-tip/locking/core v3 09/10] locking/rwsem: Enable reactivation of reader spinning
  ` [RFC PATCH-tip/locking/core v3 10/10] locking/rwsem: Add a boot parameter to reader spinning threshold

[PATCH] s390/oprofile: Remove deprecated create_workqueue
 2016-06-17  9:08 UTC  (7+ messages)

[PATCH net-next 00/13] s390: qeth patches
 2016-06-17  5:16 UTC  (15+ messages)
` [PATCH net-next 01/13] qeth: Include error message for "OS Mismatch"
` [PATCH net-next 02/13] qeth: refactor calculation of SBALE count
` [PATCH net-next 03/13] qeth: clean up condition when tso is used
` [PATCH net-next 04/13] qeth: fill netdevice->gso_* attributes accurately
` [PATCH net-next 05/13] qeth: enable scatter/gather in layer 2 mode
` [PATCH net-next 06/13] qeth: enable scatter/gather by default
` [PATCH net-next 07/13] qeth: introduce linearization fail count to stats
` [PATCH net-next 08/13] qeth: optimize IP handling in rx_mode callback
` [PATCH net-next 09/13] qeth layer 2 and layer 3 common feature handling
` [PATCH net-next 10/13] qeth: add network device features for VLAN devices
` [PATCH net-next 11/13] qeth: improve set_features error handling
` [PATCH net-next 12/13] qeth: omit outbound queue 3 for unicast packets in Priority Queuing on HiperSockets
` [PATCH net-next 13/13] s390/qeth: fix indentation in qeth_l3_arp_query

[PATCH v6 00/21] ILP32 for ARM64
 2016-06-16 11:21 UTC  (5+ messages)
` [PATCH 21/23] arm64: ilp32: introduce ilp32-specific handlers for sigframe and ucontext

[PATCH net-next 0/3] s390: af_iucv patches
 2016-06-15 19:21 UTC  (2+ messages)

[RFC PATCH-tip 0/6] locking/rwsem: Enable reader optimistic spinning
 2016-06-15 18:55 UTC  (9+ messages)
` [RFC PATCH-tip 2/6] locking/rwsem: Enable optional count-based spinning on reader
` [RFC PATCH-tip 6/6] xfs: Enable reader optimistic spinning for DAX inodes

[PATCH 16/23] arm64: ilp32: introduce binfmt_ilp32.c
 2016-06-15  0:40 UTC  (2+ messages)

[PATCH 01/23] all: syscall wrappers: add documentation
 2016-06-14 23:08 UTC  (7+ messages)

[GIT PULL 07/52] KVM: s390: Limit sthyi execution
 2016-06-14 18:57 UTC  (56+ messages)
` [GIT PULL 08/52] KVM: s390: Add mnemonic print to kvm_s390_intercept_prog
` [GIT PULL 09/52] KVM: s390: interface to query and configure cpu features
` [GIT PULL 10/52] KVM: s390: forward ESOP if available
` [GIT PULL 11/52] KVM: s390: gaccess: store guest address on ALC prot exceptions
` [GIT PULL 12/52] KVM: s390: gaccess: function for preparing translation exceptions
` [GIT PULL 13/52] KVM: s390: gaccess: convert kvm_s390_check_low_addr_prot_real()
` [GIT PULL 14/52] KVM: s390: gaccess: convert guest_translate_address()
` [GIT PULL 15/52] KVM: s390: gaccess: convert guest_page_range()
` [GIT PULL 16/52] KVM: s390: gaccess: convert get_vcpu_asce()
` [GIT PULL 17/52] s390/crypto: allow to query all known cpacf functions
` [GIT PULL 18/52] KVM: s390: interface to query and configure cpu subfunctions
` [GIT PULL 19/52] s390/sclp: detect 64-bit-SCAO facility
` [GIT PULL 20/52] KVM: s390: handle missing "
` [GIT PULL 21/52] s390/sclp: detect guest-PER enhancement
` [GIT PULL 22/52] KVM: s390: guestdbg: signal missing hardware support
` [GIT PULL 23/52] s390/sclp: detect cmma
` [GIT PULL 24/52] KVM: s390: enable CMMA if the interpration is available
` [GIT PULL 25/52] KVM: s390: provide CMMA attributes only if available
` [GIT PULL 26/52] s390/sclp: detect guest-storage-limit-suppression
` [GIT PULL 27/52] KVM: s390: handle missing guest-storage-limit-suppression
` [GIT PULL 28/52] s390/sclp: detect intervention bypass facility
` [GIT PULL 29/52] KVM: s390: enable ib only if available
` [GIT PULL 30/52] s390/sclp: detect conditional-external-interception facility
` [GIT PULL 31/52] KVM: s390: enable cei only if available
` [GIT PULL 32/52] s390/sclp: detect PFMF interpretation facility
` [GIT PULL 33/52] KVM: s390: enable PFMFI only if available
` [GIT PULL 34/52] s390/sclp: detect interlock-and-broadcast-suppression facility
` [GIT PULL 35/52] KVM: s390: enable ibs only if available
` [GIT PULL 36/52] KVM: s390: enable host-protection-interruption only with ESOP
` [GIT PULL 37/52] KVM: s390: turn on tx even without ctx
` [GIT PULL 38/52] KVM: s390: provide logging for diagnose 0x500
` [GIT PULL 39/52] KVM: s390: fixup I/O interrupt traces
` [GIT PULL 40/52] s390/mm: don't drop errors in get_guest_storage_key
` [GIT PULL 41/52] s390/mm: set and get guest storage key mmap locking
` [GIT PULL 42/52] s390/mm: simplify get_guest_storage_key
` [GIT PULL 43/52] s390/mm: return key via pointer in get_guest_storage_key
` [GIT PULL 44/52] KVM: s390: storage keys fit into a char
` [GIT PULL 45/52] KVM: s390: pfmf: fix end address calculation
` [GIT PULL 46/52] KVM: s390: pfmf: MR and MC are ignored without CSSKE
` [GIT PULL 47/52] KVM: s390: pfmf: take care of amode when setting reg2
` [GIT PULL 48/52] KVM: s390: pfmf: support conditional-sske facility
` [GIT PULL 49/52] KVM: s390: pfmf: handle address overflows
` [GIT PULL 50/52] s390/sclp: detect storage-key facility
` [GIT PULL 51/52] KVM: s390: trace and count all skey intercepts
` [GIT PULL 52/52] KVM: s390: handle missing storage-key facility

[GIT PULL 51/52] KVM: s390: trace and count all skey intercepts
 2016-06-14 18:57 UTC 

[GIT PULL 45/52] KVM: s390: pfmf: fix end address calculation
 2016-06-14 18:57 UTC 

[GIT PULL 34/52] s390/sclp: detect interlock-and-broadcast-suppression facility
 2016-06-14 18:57 UTC 

[GIT PULL 27/52] KVM: s390: handle missing guest-storage-limit-suppression
 2016-06-14 18:57 UTC 

[GIT PULL 19/52] s390/sclp: detect 64-bit-SCAO facility
 2016-06-14 18:56 UTC 

[GIT PULL 16/52] KVM: s390: gaccess: convert get_vcpu_asce()
 2016-06-14 18:56 UTC 

[GIT PULL 10/52] KVM: s390: forward ESOP if available
 2016-06-14 18:56 UTC 

[GIT PULL 06/52] KVM: s390: Add sthyi emulation
 2016-06-14 18:56 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;
as well as URLs for NNTP newsgroup(s).