messages from 2017-08-28 11:45:49 to 2017-10-12 11:14:29 UTC [more...]
[PATCH net-next 1/1] net/smc: add SMC rendezvous protocol
2017-10-12 11:14 UTC (4+ messages)
[PATCH] s390: fix zfcpdump_defconfig failing to perform zfcpdump
2017-10-12 10:37 UTC
[PATCH v6 00/11] locking/rwsem: Rework rwsem-xadd & enable new rwsem features
2017-10-11 20:57 UTC (21+ messages)
` [PATCH v6 01/11] locking/rwsem: relocate rwsem_down_read_failed()
` [PATCH v6 02/11] locking/rwsem: Implement a new locking scheme
` [PATCH v6 03/11] locking/rwsem: Move owner setting code from rwsem.c to rwsem-xadd.h
` [PATCH v6 04/11] locking/rwsem: Remove kernel/locking/rwsem.h
` [PATCH v6 05/11] locking/rwsem: Move rwsem internal function declarations to rwsem-xadd.h
` [PATCH v6 06/11] locking/rwsem: Remove arch specific rwsem files
` [PATCH v6 07/11] locking/rwsem: Implement lock handoff to prevent lock starvation
` [PATCH v6 08/11] locking/rwsem: Enable readers spinning on writer
` [PATCH v6 09/11] locking/rwsem: Enable time-based reader lock stealing
` [PATCH v6 10/11] locking/rwsem: Make rwsem_spin_on_owner() return a tri-state value
` [PATCH v6 11/11] locking/rwsem: Enable count-based spinning on reader
[PATCH] s390/pkey: fix kzalloc-simple.cocci warnings
2017-10-11 19:52 UTC
[PATCH v2 net 1/2] net/smc: replace function pointer get_netdev()
2017-10-11 14:43 UTC (3+ messages)
` [PATCH v2 net 2/2] net/smc: dev_put for netdev after usage of ib_query_gid()
[PATCH 00/13] timer: Start conversion to timer_setup()
2017-10-11 10:20 UTC (29+ messages)
` [PATCH 01/13] timer: Convert schedule_timeout() to use from_timer()
` [PATCH 02/13] timer: Remove init_timer_pinned_deferrable() in favor of timer_setup()
` [PATCH 03/13] timer: Remove init_timer_on_stack() in favor of timer_setup_on_stack()
` [PATCH 04/13] timer: Remove init_timer_pinned() in favor of timer_setup()
` [PATCH 05/13] timer: Remove init_timer_deferrable() "
` [PATCH 06/13] timer: Remove users of TIMER_DEFERRED_INITIALIZER
` [PATCH 07/13] timer: Remove last user of TIMER_INITIALIZER
` [PATCH 08/13] timer: Remove unused static initializer macros
` [PATCH 09/13] timer: Remove users of expire and data arguments to DEFINE_TIMER
` [PATCH 10/13] timer: Remove expires and data arguments from DEFINE_TIMER
` [PATCH 11/13] timer: Remove expires argument from __TIMER_INITIALIZER()
` [PATCH 12/13] kthread: Convert callback to use from_timer()
` [PATCH 13/13] workqueue: "
[PATCH 0/2] vfio-ccw bugfix
2017-10-11 2:38 UTC (3+ messages)
` [PATCH 1/2] vfio: ccw: bypass bad idaw address when fetching IDAL ccws
` [PATCH 2/2] vfio: ccw: validate the count field of a ccw before pinning
[PATCH net 2/2] net/smc: dev_put for netdev after usage of ib_query_gid()
2017-10-10 17:09 UTC (3+ messages)
` [PATCH net 1/2] net/smc: replace function pointer get_netdev()
linux-next: EXP: Fine-grained timer diagnostics breaks cpu hot unplug on s390
2017-10-10 15:19 UTC
[PATCH] s390: qdio: Convert timers to use timer_setup()
2017-10-05 17:06 UTC (4+ messages)
[PATCH net-next 01/10] net/smc: add missing dev_put
2017-10-05 14:44 UTC (16+ messages)
` [PATCH net-next 02/10] net/smc: add receive timeout check
` [PATCH net-next 04/10] net/smc: adjust net_device refcount
` [PATCH net-next 05/10] net/smc: adapt send request completion notification
` [PATCH net-next 06/10] net/smc: longer delay for client link group removal
` [PATCH net-next 07/10] net/smc: terminate link group if out-of-sync is received
` [PATCH net-next 08/10] net/smc: introduce a delay
` [PATCH net-next 09/10] net/smc: parameter cleanup in smc_cdc_get_free_slot()
` [PATCH net-next 10/10] net/smc: no close wait in case of process shut down
` [PATCH net-next 00/10] net/smc: updates 2017-09-20
[PATCH v1] s390/qeth: use kstrtobool() in qeth_bridgeport_hostnotification_store()
2017-10-05 8:22 UTC (2+ messages)
[PATCH REBASED 0/6] rwsem: Implement down_read_killable()
2017-10-03 9:03 UTC (12+ messages)
` [PATCH REBASED 1/6] alpha: Add __down_read_killable()
` [PATCH REBASED 2/6] ia64: "
` [PATCH REBASED 3/6] s390: "
` [PATCH REBASED 4/6] x86: "
` [PATCH REBASED 5/6] rwsem: Add down_read_killable()
` [PATCH REBASED 6/6] fs: Use killable down_read() in iterate_dir()
[PATCH] drivers/s390/virtio: Remove the old KVM virtio transport
2017-09-28 15:01 UTC (7+ messages)
[PATCH] KVM: s390: Disable CONFIG_S390_GUEST_OLD_TRANSPORT by default
2017-09-26 11:10 UTC (12+ messages)
[PATCH] s390/sclp: Use setup_timer and mod_timer
2017-09-25 5:23 UTC (2+ messages)
[GIT PULL] s390 patches for 4.14-rc2
2017-09-22 9:40 UTC
[PATCH net 0/9] net/smc: bug fixes 2017-09-20
2017-09-21 22:31 UTC (6+ messages)
` [PATCH net 2/9] net/smc: add receive timeout check
` [PATCH net 3/9] net/smc: take RCU read lock for routing cache lookup
` [PATCH net 4/9] net/smc: adjust net_device refcount
` [PATCH net 8/9] net/smc: introduce a delay
[PATCH 1/1] drivers:s390: use setup_timer
2017-09-21 13:22 UTC (2+ messages)
[PATCH net-next 1/1] net/smc: parameter cleanup in smc_cdc_get_free_slot()
2017-09-21 7:17 UTC
[PATCH v2 21/31] s390/char/sclp: Use separate static data field with with static timer
2017-09-20 23:27 UTC
[PATCH] s390: Fix perf event init
2017-09-20 20:54 UTC (5+ messages)
[PATCH net-next 0/9] s390/qeth: updates 2017-09-18
2017-09-18 21:41 UTC (11+ messages)
` [PATCH net-next 1/9] s390/qeth: add basic VNICC support
` [PATCH net-next 2/9] s390/qeth: add VNICC enable/disable support
` [PATCH net-next 3/9] s390/qeth: add VNICC get/set timeout support
` [PATCH net-next 4/9] s390/qeth: remove unused code in qdio_establish_cq()
` [PATCH net-next 5/9] s390/qeth: don't take queue lock in send_packet_fast()
` [PATCH net-next 6/9] s390/qeth: simplify L3 sysfs group management
` [PATCH net-next 7/9] s390/qeth: translate SETVLAN/DELVLAN errors
` [PATCH net-next 8/9] s390/qeth: fold VLAN handling into l3_rebuild_skb()
` [PATCH net-next 9/9] s390/qeth: tidy up parameter naming for qeth_do_send_packet()
[PATCH v2] s390/char: Fix cdev_add usage
2017-09-18 14:22 UTC (2+ messages)
[PATCH] samples/kprobes: Add s390 case in kprobe example module
2017-09-15 13:16 UTC (2+ messages)
[GIT PULL] s390 update for 4.14 merge window #2
2017-09-12 9:08 UTC
[GIT PULL] s390 fixes for 4.13-rc8/final
2017-09-01 10:42 UTC
[GIT PULL v2] KVM: s390: Fixes and features for 4.14
2017-09-01 7:46 UTC (4+ messages)
` [GIT PULL 1/3] KVM: s390: guestdbg: fix range check
` [GIT PULL 2/3] KVM: s390: use WARN_ON_ONCE only for checking
` [GIT PULL 3/3] KVM: s390: vsie: cleanup mcck reinjection
[PATCH v2 0/7] Remove the parent_node() for each arch
2017-09-01 2:56 UTC (2+ messages)
` [PATCH v2 3/7] s390/topology: Remove the unused parent_node() macro
[PATCH 21/31] s390/char/sclp: Use separate static data field with with static timer
2017-08-31 23:29 UTC
[PATCH v7 08/11] mm: zero reserved and unavailable struct pages
2017-08-30 23:12 UTC
[GIT PULL 00/12] KVM: s390: Fixes and features for 4.14 (kvm/next)
2017-08-30 7:54 UTC (6+ messages)
` [GIT PULL 08/12] KVM: s390: Support Configuration z/Architecture Mode
` [GIT PULL 09/12] KVM: s390: Multiple Epoch Facility support
` [GIT PULL 10/12] KVM: s390: sthyi: remove invalid guest write access
` [GIT PULL 11/12] KVM: s390: expose no-DAT to guest and migration support
` [GIT PULL 12/12] KVM: s390: we are always in czam mode
[PATCH] partitions/ibm: call ->getgeo directly
2017-08-30 7:22 UTC
[PATCH RFC v3 0/9] KVM: allow dynamic kvm->vcpus array
2017-08-29 15:24 UTC (21+ messages)
` [PATCH RFC v3 1/9] KVM: s390: optimize detection of started vcpus
` [PATCH RFC v3 2/9] KVM: arm/arm64: fix vcpu self-detection in vgic_v3_dispatch_sgi()
` [PATCH RFC v3 3/9] KVM: remember position in kvm->vcpus array
` [PATCH RFC v3 4/9] KVM: arm/arm64: use locking helpers in kvm_vgic_create()
` [PATCH RFC v3 6/9] KVM: rework kvm_vcpu_on_spin loop
` [PATCH RFC v3 7/9] KVM: add kvm_free_vcpus and kvm_arch_free_vcpus
` [PATCH RFC v3 8/9] KVM: implement kvm_for_each_vcpu with a list
[kvms390:next 4/6] arch/s390/kvm/vsie.c:933:1: error: expected identifier or '(' before '}' toke
2017-08-29 13:18 UTC
[PATCH 00/11] KVM: s390: Fixes and features for 4.14
2017-08-29 12:59 UTC (26+ messages)
` [PATCH 05/11] KVM: s390: Support Configuration z/Architecture Mode
` [PATCH 06/11] KVM: s390: Multiple Epoch Facility support
` [PATCH 11/11] KVM: s390: expose no-DAT to guest and migration support
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox