public inbox for linux-s390@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2014-03-10 20:42:57 to 2014-04-15 12:00:49 UTC [more...]

[PATCH 00/47] KVM: s390: additional features and fixes
 2014-04-15 12:00 UTC  (47+ messages)
` [PATCH 01/47] KVM: s390: Per-vm kvm device controls
` [PATCH 02/47] KVM: s390: make cmma usage conditionally
` [PATCH 03/47] KVM: s390: Exploiting generic userspace interface for cmma
` [PATCH 04/47] KVM: s390: allow injecting every kind of interrupt
` [PATCH 05/47] KVM: add kvm_is_error_gpa() helper
` [PATCH 06/47] KVM: s390: export test_vfacility()
` [PATCH 07/47] s390/ptrace: add struct psw and accessor function
` [PATCH 08/47] s390/ctl_reg: add union type for control register 0
` [PATCH 09/47] KVM: s390: add kvm_s390_logical_to_effective() helper
` [PATCH 10/47] KVM: s390: add 'pgm' member to kvm_vcpu_arch and helper function
` [PATCH 11/47] KVM: s390: add lowcore access functions
` [PATCH 12/47] KVM: s390: add architecture compliant guest "
` [PATCH 13/47] KVM: s390/sclp: correctly set eca siif bit
` [PATCH 14/47] KVM: s390: make use of ipte lock
` [PATCH 15/47] KVM: s390: convert __do_deliver_interrupt()
` [PATCH 16/47] KVM: s390: convert local irqs in __do_deliver_interrupt()
` [PATCH 17/47] KVM: s390: convert handle_stfl()
` [PATCH 18/47] KVM: s390: convert pfault code
` [PATCH 19/47] KVM: s390: convert handle_prog()
` [PATCH 20/47] KVM: s390: convert kvm_s390_store_status_unloaded()
` [PATCH 21/47] KVM: s390: convert __sigp_set_prefix()/handle_set_prefix()
` [PATCH 22/47] KVM: s390: convert handle_set_clock()
` [PATCH 23/47] KVM: s390: convert handle_store_prefix()
` [PATCH 24/47] KVM: s390: convert handle_store_cpu_address()
` [PATCH 25/47] KVM: s390: convert handle_test_block()
` [PATCH 26/47] KVM: s390: convert handle_tpi()
` [PATCH 27/47] KVM: s390: reinject io interrupt on tpi failure
` [PATCH 28/47] KVM: s390: convert handle_lpsw[e]()
` [PATCH 29/47] KVM: s390: convert handle_stidp()
` [PATCH 30/47] KVM: s390: convert handle lctl[g]()
` [PATCH 31/47] KVM: s390: convert handle_stsi()
` [PATCH 32/47] KVM: s390: remove old guest access functions
` [PATCH 33/47] KVM: s390: cleanup kvm_s390_real_to_abs()
` [PATCH 34/47] s390: fix name of lowcore field at offset 0xa3
` [PATCH 35/47] s390: rename and split lowcore field per_perc_atmid
` [PATCH 36/47] s390: add fields to lowcore definition
` [PATCH 37/47] KVM: s390: extract irq parameters of intercepted program irqs
` [PATCH 38/47] KVM: s390: deliver program irq parameters and use correct ilc
` [PATCH 39/47] KVM: s390: emulate stctl and stctg
` [PATCH 40/47] KVM: s390: kernel header addition for guest debugging
` [PATCH 41/47] KVM: s390: hardware support "
` [PATCH 42/47] KVM: s390: add documentation for diag 501
` [PATCH 43/47] KVM: s390: move timer interrupt checks into own functions
` [PATCH 44/47] KVM: s390: no timer interrupts when single-stepping a guest
` [PATCH 45/47] KVM: s390: Drop pending interrupts on guest exit
` [PATCH 46/47] KVM: s390: replace TDB_ADDR by __LC_PGM_TDB

[PATCH] s390: fix new ccwgroup.h kernel-doc warning
 2014-04-14 19:28 UTC  (2+ messages)

[PATCH 0/2] Phase out pci_enable_msi_block()
 2014-04-14 13:28 UTC  (4+ messages)
` [PATCH 2/2] PCI/MSI: "

[PATCH] s390/sclp: replace PTR_RET with PTR_ERR_OR_ZERO
 2014-04-11 11:48 UTC 

[PATCH] s390/irq: replace PTR_RET with PTR_ERR_OR_ZERO
 2014-04-11 11:47 UTC 

[PATCH] qeth: replace PTR_RET with PTR_ERR_OR_ZERO
 2014-04-11 11:46 UTC 

[PATCH] lcs: replace PTR_RET with PTR_ERR_OR_ZERO
 2014-04-11 11:46 UTC 

[PATCH 0/3] Introduce per-vm kvm device attributes
 2014-04-10 11:37 UTC  (8+ messages)
` [PATCH 1/3] kvm: s390: Per-vm kvm device controls
` [PATCH 2/3] kvm: s390: make cmma usage conditionally
` [PATCH 3/3] kvm: s390: Exploiting generic userspace interface for cmma

[PULLv2] KVM: s390: memory management and migration
 2014-04-09 19:56 UTC 

[PULL 0/8] KVM: s390: memory management and migration
 2014-04-09 19:52 UTC  (10+ messages)
` [PULL 1/8] KVM: s390: also set guest pages back to stable on kexec/kdump
` [PULL 2/8] KVM: s390: Adding skey bit to mmu context
` [PULL 3/8] KVM: s390: Clear storage keys
` [PULL 4/8] KVM: s390: Allow skeys to be enabled for the current process
` [PULL 5/8] KVM: s390: Don't enable skeys by default
` [PULL 6/8] KVM: s390/mm: use software dirty bit detection for user dirty tracking
` [PULL 7/8] KVM: s390/mm: new gmap_test_and_clear_dirty function
` [PULL 8/8] KVM: s390: Add proper dirty bitmap support to S390 kvm

[GIT PULL] s390 patches for the 3.15 merge window #2
 2014-04-08  6:54 UTC 

[GIT PULL] s390 patches for the 3.15 merge window
 2014-04-02 20:19 UTC  (6+ messages)

linux-3.10+: unable to boot 31bit builds
 2014-04-02 17:32 UTC 

[PATCH 0/5] cmma and lazy sske
 2014-04-02 14:31 UTC  (7+ messages)
` [PATCH 1/5] KVM: s390: make cmma usage conditionally
` [PATCH 2/5] KVM: s390: Adding skey bit to mmu context
` [PATCH 3/5] KVM: s390: Clear storage keys
` [PATCH 4/5] KVM: s390: Allow skeys to be enabled for the current process
` [PATCH 5/5] KVM: s390: Don't enable skeys by default

[PATCH/RFC] s390: Provide a configuration and control device
 2014-04-02  8:54 UTC  (18+ messages)
` [PATCH/RFC] KVM: s390: Add S390 configuration and control kvm device
` [PATCH/RFC] s390x/kvm: implement and use QEMU config device for s390

My husband loves Jacob & Co
 2014-03-30  7:24 UTC 

[PATCH v3 0/5] qemu: irqfds for s390x
 2014-03-27 11:09 UTC  (7+ messages)
` [PATCH v3 1/5] linux-headers: add new interfaces
` [PATCH v3 2/5] kvm: add kvm_enable_cap_{vm,vcpu}
` [PATCH v3 3/5] s390x: Add I/O adapter registration
` [PATCH v3 4/5] s390x/virtio-ccw: reference-counted indicators
` [PATCH v3 5/5] s390x/virtio-ccw: Wire up irq routing and irqfds

[PATCH v2] perf/tool: Fix usage of trace events with '-' in trace system name
 2014-03-27  8:45 UTC 

[PULL 0/4] KVM: s390: last fixes for next merge window
 2014-03-25 14:43 UTC  (13+ messages)
` [PULL 1/4] KVM: s390: randomize sca address
` [PULL 2/4] KVM: s390: fix calculation of idle_mask array size
` [PULL 3/4] KVM: s390: Fix possible memory leak in SIGP functions
` [PULL 4/4] KVM: s390: clear local interrupts at cpu initial reset

[PATCH] perf/tool: Fix usage of trace events with '-' in trace system name
 2014-03-25 10:15 UTC  (2+ messages)

[PATCH v3 0/4] KVM: irqfds for s390
 2014-03-24 10:40 UTC  (7+ messages)
` [PATCH v3 1/4] KVM: Add per-vm capability enablement
` [PATCH v3 2/4] KVM: s390: adapter interrupt sources
` [PATCH v3 3/4] KVM: s390: irq routing for adapter interrupts
` [PATCH v3 4/4] KVM: Bump KVM_MAX_IRQ_ROUTES for s390

[patch 01/16] s390: tape: Use del_timer_sync()
 2014-03-24  6:22 UTC  (6+ messages)
` [patch 03/16] s390: net: lcs: Add missing destroy_timer_on_stack()
` [patch 02/16] s390: tape: "

[PATCH 1/2] syscall_get_arch: remove useless function arguments
 2014-03-21 17:37 UTC  (2+ messages)

[PATCH v2 0/5] KVM: irqfds for s390
 2014-03-21 10:08 UTC  (18+ messages)
` [PATCH v2 1/5] KVM: eventfd: Fix lock order inversion
` [PATCH v2 2/5] KVM: Add per-vm capability enablement
` [PATCH v2 3/5] KVM: s390: adapter interrupt sources
` [PATCH v2 4/5] KVM: s390: irq routing for adapter interrupts
` [PATCH v2 5/5] KVM: Bump KVM_MAX_IRQ_ROUTES for s390

[patch 0/4] s390: network patches for net-next
 2014-03-20  4:07 UTC  (6+ messages)
` [patch 1/4] af_iucv: recvmsg problem for SOCK_STREAM sockets
` [patch 2/4] qeth: make qeth_query_card_info_cb() static
` [patch 3/4] qeth: Removed unused parameter
` [patch 4/4] qeth: Fix IP version detection for VLAN traffic

[PATCH] s390: correct misuses of module_put in appldata_generic_handler
 2014-03-19  0:59 UTC  (5+ messages)

[PATCH v2 0/5] qemu: irqfds for s390x
 2014-03-18 17:14 UTC  (13+ messages)
` [PATCH v2 1/5] linux-headers: add new interfaces
  ` [Qemu-devel] "
` [PATCH v2 2/5] kvm: add kvm_enable_cap_{vm,vcpu}
` [PATCH v2 3/5] s390x: Add I/O adapter registration
` [PATCH v2 4/5] s390x/virtio-ccw: reference-counted indicators
` [PATCH v2 5/5] s390x/virtio-ccw: Wire up irq routing and irqfds

[PULL 0/2] KVM: s390: last patches for next
 2014-03-17 11:22 UTC  (4+ messages)
` [PULL 1/2] KVM: s390: Removing untriggerable BUG_ONs
` [PULL 2/2] KVM: s390: Optimize ucontrol path

3.10.33 stable lockdep warning
 2014-03-14 10:56 UTC  (2+ messages)

[PATCH 12/17] drivers/s390: Replace hardcoding of 19 with MAX_NICE
 2014-03-11 10:09 UTC 

[PATCH 11/16] drivers/s390: Replace hardcoding of 19 with MAX_NICE
 2014-03-11  9:20 UTC 

[PATCH 11/15] drivers/s390: Replace hardcoding of 19 with MAX_NICE
 2014-03-11  4:59 UTC 

[PATCH v3 52/52] net/iucv/iucv.c: Fix CPU hotplug callback registration
 2014-03-10 20:42 UTC 


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