public inbox for linux-s390@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2015-03-25 21:09:57 to 2015-04-20 08:23:55 UTC [more...]

[GIT PULL] s390 patches for the 4.1 merge window #2
 2015-04-20  8:23 UTC 

[PATCH 00/11] Convert the posix_clock_operations and k_clock structure to ready for 2038
 2015-04-20  5:57 UTC  (12+ messages)
  ` [PATCH 01/11] linux/time64.h:Introduce the 'struct itimerspec64' for 64bit
  ` [PATCH 02/11] timekeeping:Introduce the current_kernel_time64() function with timespec64 type
  ` [PATCH 03/11] time/hrtimer:Introduce hrtimer_get_res64() with timespec64 type for getting the timer resolution
  ` [PATCH 04/11] posix timers:Introduce the 64bit methods with timespec64 type for k_clock structure
` [PATCH 05/11] time/posix-timers:Convert to the 64bit methods for k_clock callback functions
  ` [PATCH 06/11] char/mmtimer:Convert to the 64bit methods for k_clock callback function
  ` [PATCH 07/11] time/alarmtimer:Convert to the new methods for k_clock structure
  ` [PATCH 08/11] time/posix-clock:Convert to the 64bit methods for k_clock and posix_clock_operations structure
  ` [PATCH 09/11] cputime:Introduce the cputime_to_timespec64/timespec64_to_cputime function
` [PATCH 10/11] time/posix-cpu-timers:Convert to the 64bit methods for k_clock structure
` [PATCH 11/11] k_clock:Remove the 32bit methods with timespec type

[PATCH] s390: char: con3215: Free memory in error path
 2015-04-19 13:17 UTC 

[patch 2/5] s390: crypto: Protect poll timeout update
 2015-04-17 13:27 UTC  (2+ messages)

[PATCH] KVM: s390: Fix for kvm/master (target 4.1)
 2015-04-15 11:11 UTC  (3+ messages)
` [PATCH] KVM: s390: disable RRBM again

[PATCH v3 3/6] virtio_ccw: support non-legacy balloon devices
 2015-04-14  1:09 UTC  (4+ messages)
  ` [virtio-dev] "

[PATCH v5 00/17] s390x cpu model implementation
 2015-04-13 13:56 UTC  (18+ messages)
` [PATCH v5 01/17] Introduce stub routine cpu_desc_avail
` [PATCH v5 02/17] Add accelerator id and model name to CPUState
` [PATCH v5 03/17] Extend QMP command query-cpus to return accelerator id and model name
` [PATCH v5 04/17] Extend HMP command info cpus to display "
` [PATCH v5 05/17] Add optional parameters to QMP command query-cpu-definitions
` [PATCH v5 06/17] target-s390x: Introduce S390 CPU facilities
` [PATCH v5 07/17] target-s390x: Generate facility defines per S390 CPU model
` [PATCH v5 08/17] target-s390x: Introduce S390 CPU models
` [PATCH v5 09/17] target-s390x: Define S390 CPU model specific facility lists
` [PATCH v5 10/17] target-s390x: Add S390 CPU model alias definition routines
` [PATCH v5 11/17] target-s390x: Add KVM VM attribute interface for S390 CPU models
` [PATCH v5 12/17] target-s390x: Add S390 CPU class initialization routines
` [PATCH v5 13/17] target-s390x: Prepare accelerator during S390 CPU object realization
` [PATCH v5 14/17] target-s390x: Initialize S390 CPU model name in CPUState
` [PATCH v5 15/17] target-s390x: Extend arch specific QMP command query-cpu-definitions
` [PATCH v5 16/17] target-s390x: Introduce S390 CPU facility test routine
` [PATCH v5 17/17] target-s390x: Enable S390 CPU model usage

[PATCH v2 0/7] block: reread partitions changes and fix for loop
 2015-04-13  9:22 UTC  (9+ messages)
` [PATCH v2 1/7] block: export blkdev_reread_part() and __blkdev_reread_part()
` [PATCH v2 2/7] block: loop: don't hold lo_ctl_mutex in lo_open
` [PATCH v2 3/7] block: loop: fix another reread part failure
` [PATCH v2 4/7] block: nbd: convert to blkdev_reread_part()
` [PATCH v2 5/7] block: dasd_genhd: convert to blkdev_reread_part
` [PATCH v2 6/7] block: replace trylock with mutex_lock in blkdev_reread_part()
` [PATCH v2 7/7] s390/block/dasd: remove obsolete while -EBUSY loop

[stable] 3215 fixes for 3.16 and earlier
 2015-04-09  1:26 UTC  (2+ messages)

[PATCH v1 0/7] block: reread partitions changes and fix for loop
 2015-04-09  1:06 UTC  (12+ messages)
` [PATCH v1 1/7] block: export blkdev_reread_part() and __blkdev_reread_part()
` [PATCH v1 2/7] block: loop: don't hold lo_ctl_mutex in lo_open
` [PATCH v1 3/7] block: loop: fix another reread part failure
` [PATCH v1 4/7] block: nbd: convert to blkdev_reread_part()
` [PATCH v1 5/7] block: dasd_genhd: convert to blkdev_reread_part
` [PATCH v1 6/7] block: replace trylock with mutex_lock in blkdev_reread_part()
` [PATCH v1 7/7] s390/block/dasd: remove obsolete while -EBUSY loop

[PATCH 0/6] block: reread partitions changes and fix for loop
 2015-04-08 15:28 UTC  (37+ messages)
` [PATCH 1/6] block: export blkdev_reread_part()
` [PATCH 2/6] block: loop: don't hold lo_ctl_mutex in lo_open
` [PATCH 3/6] block: loop: fix another reread part failure
` [PATCH 4/6] block: nbd: convert to blkdev_reread_part()
` [PATCH 5/6] block: dasd_genhd: convert to blkdev_reread_part
` [RFC PATCH 6/6] block: replace trylock with mutex_lock in __blkdev_reread_part()
` [PATCH 0/7] block: reread partitions improvements
  ` [PATCH 1/7] block: export blkdev_reread_part() and __blkdev_reread_part()
  ` [PATCH 2/7] block: loop: don't hold lo_ctl_mutex in lo_open
  ` [PATCH 3/7] block: loop: fix another reread part failure
  ` [PATCH 4/7] block: nbd: convert to blkdev_reread_part()
  ` [PATCH 5/7] block: dasd_genhd: convert to blkdev_reread_part
  ` [PATCH 6/7] block: replace trylock with mutex_lock in blkdev_reread_part()
  ` [PATCH 7/7] s390/block/dasd: remove obsolete while -EBUSY loop

[GIT PULLv2] KVM: s390: Features and fixes for 4.1 (kvm/next)
 2015-04-02 18:55 UTC  (3+ messages)
` [PULL diff] diff to previous pull request

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

[PATCH net 0/1] af_iucv: fix AF_IUCV sendmsg() errno
 2015-03-31 20:07 UTC  (3+ messages)
` [PATCH net 1/1] "

[PATCH v2 3/6] virtio_ccw: support non-legacy balloon devices
 2015-03-31 19:52 UTC 

[GIT PULL 0/8] KVM: s390: Features and fixes for 4.1 (kvm/next)
 2015-03-31 16:14 UTC  (13+ messages)
` [GIT PULL 1/8] KVM: s390: store the breaking-event address on pgm interrupts
` [GIT PULL 2/8] KVM: s390: enable more features that need no hypervisor changes
` [GIT PULL 3/8] KVM: s390: fix get_all_floating_irqs
` [GIT PULL 4/8] KVM: s390: deliver floating interrupts in order of priority
` [GIT PULL 5/8] KVM: s390: cpu timer irq priority
` [GIT PULL 6/8] KVM: s390: add ioctl to inject local interrupts
` [GIT PULL 7/8] KVM: s390: refactor vcpu injection function
` [GIT PULL 8/8] KVM: s390: migrate vcpu interrupt state

[PATCH 00/25] treewide: Use bool function return values of true/false not 1/0
 2015-03-31  7:13 UTC  (5+ messages)
` [PATCH 07/25] s390: "

[PATCH 3/6] virtio_ccw: support non-legacy balloon devices
 2015-03-30 17:37 UTC 

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

[PATCH 0/4] enhance shmem process and swap accounting
 2015-03-27 16:39 UTC  (4+ messages)
` [PATCH 3/4] mm, shmem: Add shmem resident memory accounting

[PATCH 1/1] livepatch: add support on s390
 2015-03-27 14:09 UTC  (7+ messages)

[PATCH v2 2/2] powerpc/mm: Tracking vDSO remap
 2015-03-27 11:02 UTC  (19+ messages)
` [PATCH v3 0/2] Tracking user space vDSO remaping
  ` [PATCH v3 2/2] powerpc/mm: Tracking vDSO remap
                        ` [PATCH v4 0/2] Tracking user space vDSO remaping
                            ` [PATCH v4 1/2] mm: Introducing arch_remap hook
                            ` [PATCH v4 2/2] powerpc/mm: Tracking vDSO remap

[GIT PULL] s390 patches for 4.0-rc6
 2015-03-26  9:52 UTC 


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