public inbox for linux-s390@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2015-01-30 14:02:42 to 2015-03-13 18:14:47 UTC [more...]

[PATCH 24/32] s390: copy_thread(): rename 'arg' argument to 'kthread_arg'
 2015-03-13 18:14 UTC 

[GIT PULL 00/20] KVM: s390: Features and Fixes for 4.1 (kvm/next)
 2015-03-13  1:10 UTC  (22+ messages)
` [GIT PULL 01/20] KVM: s390/cpacf: Enable key wrapping by default
` [GIT PULL 02/20] KVM: s390/cpacf: Fix kernel bug under z/VM
` [GIT PULL 03/20] KVM: s390: fix in memory copy of facility lists
` [GIT PULL 04/20] KVM: s390: include guest facilities in kvm facility test
` [GIT PULL 05/20] KVM: s390: non-LPAR case obsolete during facilities mask init
` [GIT PULL 06/20] KVM: s390: Zero out current VMDB of STSI before including level3 data
` [GIT PULL 07/20] KVM: s390: fix handling of write errors in the tpi handler
` [GIT PULL 08/20] KVM: s390: reinjection of irqs can fail "
` [GIT PULL 09/20] KVM: s390: Nullify instruction for certain program exceptions
` [GIT PULL 10/20] KVM: s390: Forward PSW to next instruction for addressing exceptions
` [GIT PULL 11/20] KVM: s390: Use insn_length() to calculate length of instruction
` [GIT PULL 12/20] KVM: s390: perform vcpu model setup in a function
` [GIT PULL 13/20] KVM: s390: Fix trivial typo in comments
` [GIT PULL 14/20] KVM: s390: fix instruction interception trace point
` [GIT PULL 15/20] KVM: s390: Use the read_guest_abs() in guest debug functions
` [GIT PULL 16/20] KVM: s390: Allocate and save/restore vector registers
` [GIT PULL 17/20] KVM: s390: Vector exceptions
` [GIT PULL 18/20] KVM: s390: Add new SIGP order to kernel counters
` [GIT PULL 19/20] KVM: s390: Machine Check
` [GIT PULL 20/20] KVM: s390: Enable vector support for capable guest

[PATCH 0/4] enhance shmem process and swap accounting
 2015-03-11 20:03 UTC  (19+ messages)
` [PATCH 1/4] mm, documentation: clarify /proc/pid/status VmSwap limitations
` [PATCH 2/4] mm, procfs: account for shmem swap in /proc/pid/smaps
` [PATCH 3/4] mm, shmem: Add shmem resident memory accounting
` [PATCH 4/4] mm, procfs: Display VmAnon, VmFile and VmShm in /proc/pid/status

[PATCH trivial] KVM: s390: Spelling s/intance/instance/
 2015-03-10  7:58 UTC  (2+ messages)

[GIT PULL] s390 patches for 4.0.0-rc4
 2015-03-09 17:48 UTC 

[GIT PULL 0/5] KVM: s390: Fixups for changes in merge window for 4.0
 2015-03-05 17:43 UTC  (12+ messages)
` [GIT PULL 1/5] KVM: s390/cpacf: Enable key wrapping by default
` [GIT PULL 2/5] KVM: s390/cpacf: Fix kernel bug under z/VM
` [GIT PULL 3/5] KVM: s390: fix in memory copy of facility lists
` [GIT PULL 4/5] KVM: s390: include guest facilities in kvm facility test
` [GIT PULL 5/5] KVM: s390: non-LPAR case obsolete during facilities mask init

[PATCH v3 00/16] s390x cpu model implementation
 2015-03-05 15:07 UTC  (29+ messages)
` [PATCH v3 01/16] Introduce probe mode for machine type none
    ` [Qemu-devel] "
` [PATCH v3 02/16] Introduce option --probe to switch into probe mode
` [PATCH v3 03/16] Introduce stub routine cpu_desc_avail
` [PATCH v3 04/16] target-s390x: Introduce cpu facilities
` [PATCH v3 05/16] target-s390x: Generate facility defines per cpu model
` [PATCH v3 06/16] target-s390x: Introduce cpu models
` [PATCH v3 07/16] target-s390x: Define cpu model specific facility lists
` [PATCH v3 08/16] target-s390x: Add cpu model alias definition routines
` [PATCH v3 09/16] target-s390x: Update linux-headers/asm-s390/kvm.h
` [PATCH v3 10/16] target-s390x: Add KVM VM attribute interface for cpu models
` [PATCH v3 11/16] target-s390x: Add cpu class initialization routines
` [PATCH v3 12/16] target-s390x: Prepare accelerator during cpu object realization
` [PATCH v3 13/16] target-s390x: New QMP command query-cpu-model
` [PATCH v3 14/16] target-s390x: Extend QMP command query-cpu-definitions
    ` [Qemu-devel] "
` [PATCH v3 15/16] target-s390x: Introduce facility test routine
` [PATCH v3 16/16] target-s390x: Enable cpu model usage

sigsegv/sigbus not setting si_addr correctly for insn faults
 2015-03-02 19:51 UTC 

[PATCH net-next 0/3] s390: network patches for net-next
 2015-03-01  5:27 UTC  (5+ messages)
` [PATCH net-next 1/3] s390: remove claw driver
` [PATCH net-next 2/3] qeth: Fix command sizes
` [PATCH net-next 3/3] MAINTAINERS: update S390 NETWORK DRIVERS maintainer

sigsegv/sigbus not setting si_addr correctly for insn faults
 2015-02-28 21:24 UTC 

[PATCH] KVM/s390: Fix trivial typo in comments
 2015-02-27  8:26 UTC  (2+ messages)

[PATCH] dcssblk.c : Array index 'i' is used before limits check
 2015-02-25  9:26 UTC  (3+ messages)

[RFC PATCH v2 00/15] QEMU: s390: cpu model implementation
 2015-02-23 13:27 UTC  (57+ messages)
` [RFC PATCH v2 01/15] cpu-model: Introduce probe mode for machine none
` [RFC PATCH v2 02/15] cpu-model: Introduce option --probe to switch into probe mode
    ` [Qemu-devel] "
` [RFC PATCH v2 03/15] cpu-model: Introduce stub routine cpu_desc_avail
` [RFC PATCH v2 04/15] cpu-model/s390: Introduce S390 CPU models
    ` [Qemu-devel] "
` [RFC PATCH v2 05/15] cpu-model/s390: Introduce S390 CPU facilities
` [RFC PATCH v2 06/15] cpu-model/s390: Define cpu model specific facility lists
` [RFC PATCH v2 07/15] cpu-model/s390: Add cpu model alias definition routines
` [RFC PATCH v2 08/15] cpu-model/s390: Update linux-headers/asm-s390/kvm.h
` [RFC PATCH v2 09/15] cpu-model/s390: Add KVM VM attribute interface routines
    ` [Qemu-devel] "
` [RFC PATCH v2 10/15] cpu-model/s390: Add cpu class initialization routines
      ` [Qemu-devel] "
` [RFC PATCH v2 11/15] cpu-model/s390: Add QMP command query-cpu-model
  ` [Qemu-devel] "
` [RFC PATCH v2 12/15] cpu-model/s390: Extend QMP command query-cpu-definitions
  ` [Qemu-devel] "
` [RFC PATCH v2 13/15] cpu-model/s390: Add processor property routines
    ` [Qemu-devel] "
` [RFC PATCH v2 14/15] cpu-model/s390: Add cpu model selection routine
` [RFC PATCH v2 15/15] cpu-model/s390: Enable S390 cpu model

[PATCH 00/27] Convert seq_<foo> output calls to return void
 2015-02-22 12:53 UTC  (3+ messages)
` [PATCH 19/27] s390: Remove use of seq_printf return value

s390: references to MARCH_G5
 2015-02-20  9:44 UTC  (2+ messages)

[GIT PULL] s390 patches for the 3.20 merge window #2
 2015-02-20  7:49 UTC 

[PATCH RFC] Update kernel math-emu code from current glibc soft-fp
 2015-02-20  2:52 UTC  (5+ messages)

[GIT PULL 0/7] KVM: s390: fixes and features for kvm/next (3.20)
 2015-02-09 12:33 UTC  (8+ messages)
` [GIT PULL 1/7] KVM: s390: floating irqs: fix user triggerable endless loop
` [GIT PULL 2/7] KVM: s390: reenable LPP facility
` [GIT PULL 3/7] s390/kernel: Update /proc/sysinfo file with Extended Name and UUID
` [GIT PULL 4/7] KVM: s390/CPACF: Choose crypto control block format
` [GIT PULL 5/7] KVM: s390: use facilities and cpu_id per KVM
` [GIT PULL 6/7] KVM: s390: add cpu model support
` [GIT PULL 7/7] KVM: Disable compat ioctl for s390

[PATCH v2 0/5] rcu,nohz,kvm: use RCU extended quiescent state when running KVM guest
 2015-02-06 18:20 UTC  (2+ messages)

[RFC] [PATCH 0/3] sched: Support for real CPU runtime and SMT scaling
 2015-02-05 11:24 UTC  (5+ messages)
` [PATCH 3/3] s390/cputime: SMT based scaling of CPU runtime deltas

[PATCH 0/7] KVM: s390: fixes and features for kvm/next (3.20)
 2015-02-05 11:13 UTC  (20+ messages)
` [PATCH 1/7] KVM: s390: floating irqs: fix user triggerable endless loop
` [PATCH 2/7] KVM: s390: reenable LPP facility
` [PATCH 3/7] s390/kernel: Update /proc/sysinfo file with Extended Name and UUID
` [PATCH 4/7] KVM: s390/CPACF: Choose crypto control block format
` [PATCH 5/7] KVM: s390: use facilities and cpu_id per KVM
` [PATCH 6/7] KVM: s390: add cpu model support
` [PATCH 7/7] KVM: s390: Create ioctl for Getting/Setting guest storage keys


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