public inbox for linux-s390@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2016-10-19 08:13:52 to 2016-11-17 07:48:54 UTC [more...]

[PATCH 1/1] sched: provide common cpu_relax_yield definition
 2016-11-17  7:48 UTC  (4+ messages)
` [tip:locking/core] locking/core: Provide common cpu_relax_yield() definition

[PATCH v7 00/11] implement vcpu preempted check
 2016-11-17  5:16 UTC  (18+ messages)
` [PATCH v7 01/11] kernel/sched: introduce vcpu preempted check interface
` [PATCH v7 02/11] locking/osq: Drop the overload of osq_lock()
` [PATCH v7 03/11] kernel/locking: Drop the overload of {mutex, rwsem}_spin_on_owner
` [PATCH v7 04/11] powerpc/spinlock: support vcpu preempted check
` [PATCH v7 05/11] s390/spinlock: Provide vcpu_is_preempted
` [PATCH v7 06/11] x86, paravirt: Add interface to support kvm/xen vcpu preempted check
` [PATCH v7 07/11] KVM: Introduce kvm_write_guest_offset_cached
` [PATCH v7 08/11] x86, kvm/x86.c: support vcpu preempted check
` [PATCH v7 09/11] x86, kernel/kvm.c: "
` [PATCH v7 10/11] x86, xen: "
` [PATCH v7 11/11] Documentation: virtual: kvm: Support "

[bug report] s390/time: steer clocksource on STP sync events
 2016-11-16 14:11 UTC 

next: s390 crash due to 's390: move sys_call_table and last_break from thread_info to thread_struct'
 2016-11-15 15:54 UTC  (2+ messages)

[GIT PULL v2 0/5] cpu_relax: drop lowlatency, introduce yield
 2016-11-15 13:52 UTC  (11+ messages)
` [GIT PULL v2 1/5] processor.h: introduce cpu_relax_yield
` [GIT PULL v2 2/5] stop_machine: yield CPU during stop machine
` [GIT PULL v2 3/5] s390: make cpu_relax a barrier again
` [GIT PULL v2 4/5] processor.h: Remove cpu_relax_lowlatency users
` [GIT PULL v2 5/5] processor.h: remove cpu_relax_lowlatency

[PATCH 3.16 135/346] s390: Define AT_VECTOR_SIZE_ARCH for ARCH_DLINFO
 2016-11-14  0:14 UTC 

[PATCH 3.2 049/152] s390: Define AT_VECTOR_SIZE_ARCH for ARCH_DLINFO
 2016-11-14  0:14 UTC 

[PATCH v2 00/11] getting back -Wmaybe-uninitialized
 2016-11-11 19:49 UTC  (9+ messages)
` [PATCH v2 01/11] Kbuild: enable -Wmaybe-uninitialized warning for "make W=1"
` [PATCH v2 02/11] NFSv4.1: work around -Wmaybe-uninitialized warning
` [PATCH v2 04/11] nios2: fix timer initcall return value
` [PATCH v2 05/11] s390: pci: don't print uninitialized data for debugging
` [PATCH v2 07/11] [media] rc: print correct variable for z8f0811
` [PATCH v2 09/11] [v3] infiniband: shut up a maybe-uninitialized warning
` [PATCH v2 11/11] Kbuild: enable -Wmaybe-uninitialized warnings by default

[PATCH 0/4] cputime: some optimizations and cleanups
 2016-11-09 13:01 UTC  (15+ messages)
` [PATCH 1/4] cputime/powerpc: remove cputime_last_delta global variable
` [PATCH 2/4] cputime/powerpc: remove cputime_to_scaled()
` [PATCH 3/4] cputime/powerpc/s390: make scaled cputime arch specific
  ` [PATCH v2 "
  ` [PATCH v3 "
` [PATCH 4/4] cputime: simplify task_cputime()

[GIT PULL] two bug fixes for 4.9-rc5
 2016-11-09  9:29 UTC 

[PATCH 1/2] s390: delete unneeded #include <linux/kconfig.h> from facilities_src.h
 2016-11-08  9:18 UTC  (10+ messages)
` [PATCH 2/2] s390: squash facilities_src.h into gen_facilities.c

[PATCH] s390: remove unneeded dependency for gen_facilities
 2016-11-08  8:21 UTC  (3+ messages)

[PATCH] mm: kmemleak: scan .data.ro_after_init
 2016-11-04 15:42 UTC 

[PATCH 10/25] s390/smp: Make cpu notifier symetric
 2016-11-04 14:45 UTC  (6+ messages)
    ` [PATCH 10/25 v2] "
` [PATCH 11/25] s390/smp: Convert to hotplug state machine
    ` [PATCH 11/25 v2] "

[PATCH v3 03/16] scsi: fc: Export fc_bsg_jobdone and use it in FC drivers
 2016-11-03 22:10 UTC  (3+ messages)
  ` [PATCH v3 06/16] scsi: fc: provide fc_bsg_to_rport() helper
  ` [PATCH v3 10/16] scsi: change FC drivers to use 'struct bsg_job'

[PATCH 0/9] s390: remove modular usage from non-modular code
 2016-10-31 10:56 UTC  (12+ messages)
` [PATCH 1/9] s390: cio: make it explicitly non-modular
` [PATCH 2/9] s390: char: make zcore "
` [PATCH 3/9] s390: char: make con3215 "
` [PATCH 4/9] s390: char: make sclp_tty "
` [PATCH 5/9] s390: char: make slcp_quiesce "
` [PATCH 6/9] s390: hotplug: make pci_hpc "
` [PATCH 7/9] s390: hypfs: make inode "
` [PATCH 8/9] s390: kernel: make lgr "
` [PATCH 9/9] s390: virtio: make ccw "

[PATCH 0/3] Add new builtin_misc_device users
 2016-10-30 16:04 UTC  (5+ messages)
` [PATCH 3/3] s390: char: make slp_ctl explicitly non-modular

[PATCH v6 00/11] implement vcpu preempted check
 2016-10-30 14:39 UTC  (19+ messages)
` [PATCH v6 01/11] kernel/sched: introduce vcpu preempted check interface
` [PATCH v6 02/11] locking/osq: Drop the overload of osq_lock()
` [PATCH v6 03/11] kernel/locking: Drop the overload of {mutex, rwsem}_spin_on_owner
` [PATCH v6 04/11] powerpc/spinlock: support vcpu preempted check
` [PATCH v6 05/11] s390/spinlock: Provide vcpu_is_preempted
` [PATCH v6 06/11] x86, paravirt: Add interface to support kvm/xen vcpu preempted check
` [PATCH v6 07/11] KVM: Introduce kvm_write_guest_offset_cached
` [PATCH v6 08/11] x86, kvm/x86.c: support vcpu preempted check
` [PATCH v6 09/11] x86, kernel/kvm.c: "
` [PATCH v6 10/11] x86, xen: "
  ` [Xen-devel] "
` [PATCH v6 11/11] Documentation: virtual: kvm: Support "
` [Xen-devel] [PATCH v6 00/11] implement "

[PATCH v2 02/16] scsi: don't use fc_bsg_job::request and fc_bsg_job::reply directly
 2016-10-28 16:29 UTC 

[GIT PULL 0/1] KVM: s390: Fix for 4.9 (via kvm/master)
 2016-10-27  9:37 UTC  (3+ messages)
` [GIT PULL 1/1] KVM: s390: Fix STHYI buffer alignment for diag224

[patch] zfcp: spin_lock_irqsave() is not nestable
 2016-10-25  7:28 UTC  (4+ messages)

[GIT PULL] s390 patches for 4.9-rc3
 2016-10-25  7:09 UTC 

[PATCH v4 0/5] implement vcpu preempted check
 2016-10-25  1:25 UTC  (16+ messages)
` [PATCH v4 1/5] kernel/sched: introduce vcpu preempted check interface
` [PATCH v4 2/5] locking/osq: Drop the overload of osq_lock()
` [PATCH v4 3/5] kernel/locking: Drop the overload of {mutex, rwsem}_spin_on_owner
` [PATCH v4 4/5] powerpc/spinlock: support vcpu preempted check
` [PATCH v4 5/5] x86, kvm: "

[PATCH v5 0/9] implement vcpu preempted check
 2016-10-24 15:05 UTC  (22+ messages)
` [PATCH v5 1/9] kernel/sched: introduce vcpu preempted check interface
` [PATCH v5 2/9] locking/osq: Drop the overload of osq_lock()
` [PATCH v5 3/9] kernel/locking: Drop the overload of {mutex, rwsem}_spin_on_owner
` [PATCH v5 4/9] powerpc/spinlock: support vcpu preempted check
` [PATCH v5 5/9] x86, paravirt: Add interface to support kvm/xen "
` [PATCH v5 6/9] x86, kvm: support "
` [PATCH v5 7/9] x86, xen: "
` [PATCH v5 8/9] s390/spinlock: Provide vcpu_is_preempted
` [PATCH v5 9/9] Documentation: virtual: kvm: Support vcpu preempted check

[PATCH/RFC 0/5] cpu_relax: introduce yield, remove lowlatency
 2016-10-24  8:47 UTC  (15+ messages)
` [PATCH 1/5] processor.h: introduce cpu_relax_yield
` [PATCH 2/5] stop_machine: yield CPU during stop machine
` [PATCH 3/5] s390: make cpu_relax a barrier again
` [PATCH 4/5] Remove cpu_relax_lowlatency users
` [PATCH 5/5] remove cpu_relax_lowlatency

[PATCH 00/10] mm: adjust get_user_pages* functions to explicitly pass FOLL_* flags
 2016-10-20 19:26 UTC  (17+ messages)
` [PATCH 08/10] mm: replace __access_remote_vm() write parameter with gup_flags
` [PATCH 10/10] mm: replace access_process_vm() "

[GIT PULL 0/1] KVM: s390: fix for 4.9 (via kvm/master)
 2016-10-20 18:47 UTC  (4+ messages)
` [GIT PULL 1/1] KVM: s390: reject invalid modes for runtime instrumentation

[PATCH net-next v2 8/9] s390/net: use net core MTU range checking
 2016-10-20 17:55 UTC 

[PATCH v2 1/1] s390/spinlock: Provide vcpu_is_preempted
 2016-10-19  8:50 UTC  (3+ messages)
` [PATCH v3] "


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