public inbox for linux-s390@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2016-12-07 14:09:33 to 2017-01-12 14:48:43 UTC [more...]

[PATCH RESEND net-next 00/12] s390: qeth patches
 2017-01-12 14:48 UTC  (13+ messages)
` [PATCH RESEND net-next 01/12] s390/qeth: rework RX/TX checksum offload
` [PATCH RESEND net-next 02/12] s390/qeth: test RX/TX checksum offload reply
` [PATCH RESEND net-next 03/12] s390/qeth: display warning for OSA3 RX/TX checksum offloading
` [PATCH RESEND net-next 04/12] s390/qeth: Allow reading hsuid in state DOWN
` [PATCH RESEND net-next 05/12] s390/qeth: Remove QETH_IP_HEADER_SIZE
` [PATCH RESEND net-next 06/12] s390/qeth: drop qeth_l2_del_all_macs() parameter
` [PATCH RESEND net-next 07/12] s390/qeth: don't convert return code twice
` [PATCH RESEND net-next 08/12] s390/qeth: consolidate errno translation
` [PATCH RESEND net-next 09/12] s390/qeth: extract qeth_l2_remove_mac()
` [PATCH RESEND net-next 10/12] s390/qeth: shuffle MAC management functions around
` [PATCH RESEND net-next 11/12] s390/qeth: issue STARTLAN as first IPA command
` [PATCH RESEND net-next 12/12] s390/qeth: fix retrieval of vipa and proxy-arp addresses

[PATCH net-next 0/2] net/smc: fix typo and clc-bug
 2017-01-12 14:47 UTC  (4+ messages)
` [PATCH net-next 1/2] net: fix AF_SMC related typo
` [PATCH net-next 2/2] smc: ETH_ALEN as memcpy length for mac addresses

[bug report] smc: connection and link group creation
 2017-01-12 12:38 UTC 

[PATCH RFC v2 00/12] basic channel IO passthrough infrastructure based on vfio
 2017-01-12  8:00 UTC  (14+ messages)
` [PATCH RFC v2 01/12] update-linux-headers: add asm-s390/vfio_ccw.h
` [PATCH RFC v2 02/12] vfio: linux-headers update for vfio-ccw
` [PATCH RFC v2 03/12] s390x/css: add s390-map-css machine option
` [PATCH RFC v2 04/12] s390x/css: realize css_sch_build_schib
` [PATCH RFC v2 05/12] s390x/css: realize css_create_sch
` [PATCH RFC v2 06/12] s390x/css: device support for s390-ccw passthrough
` [PATCH RFC v2 07/12] vfio/ccw: vfio based subchannel passthrough driver
` [PATCH RFC v2 08/12] vfio/ccw: get io region info
` [PATCH RFC v2 09/12] vfio/ccw: get irqs info and set the eventfd fd
` [PATCH RFC v2 10/12] s390x/css: introduce and realize ccw-request callback
` [PATCH RFC v2 11/12] s390x/css: ccws translation infrastructure
` [PATCH RFC v2 12/12] vfio/ccw: update sense data if a unit check is pending
` [Qemu-devel] [PATCH RFC v2 00/12] basic channel IO passthrough infrastructure based on vfio

[PATCH RFC v2 00/15] basic vfio-ccw infrastructure
 2017-01-12  7:19 UTC  (16+ messages)
` [PATCH RFC v2 01/15] s390: cio: introduce cio_cancel_halt_clear
` [PATCH RFC v2 02/15] s390: cio: export more interfaces
` [PATCH RFC v2 03/15] vfio: ccw: define device_api strings
` [PATCH RFC v2 04/15] vfio: ccw: basic implementation for vfio_ccw driver
` [PATCH RFC v2 05/15] vfio: ccw: introduce ccwprogram interfaces
` [PATCH RFC v2 06/15] vfio: ccw: register vfio_ccw to the mediated device framework
` [PATCH RFC v2 07/15] vfio: ccw: introduce ccw_io_region
` [PATCH RFC v2 08/15] vfio: ccw: handle ccw command request
` [PATCH RFC v2 09/15] vfio: ccw: realize VFIO_DEVICE_GET_REGION_INFO
` [PATCH RFC v2 10/15] vfio: ccw: realize VFIO_DEVICE_RESET ioctl
` [PATCH RFC v2 11/15] vfio: ccw: introduce ioctls to get/set VFIO_CCW_IO_IRQ
` [PATCH RFC v2 12/15] vfio: ccw: return I/O results asynchronously
` [PATCH RFC v2 13/15] vfio: ccw: introduce a finite state machine
` [PATCH RFC v2 14/15] docs: add documentation for vfio-ccw
` [PATCH RFC v2 15/15] vfio: ccw: introduce support for ccw0

[PATCH v2 0/7] uapi: export all headers under uapi directories
 2017-01-11 18:14 UTC  (17+ messages)
  ` [PATCH v2 1/7] arm: put types.h in uapi
  ` [PATCH v2 2/7] h8300: put bitsperlong.h "
  ` [PATCH v2 3/7] nios2: put setup.h "
  ` [PATCH v2 4/7] x86: put msr-index.h "
  ` [PATCH v2 5/7] Makefile.headersinst: cleanup input files
  ` [PATCH v2 6/7] Makefile.headersinst: remove destination-y option
  ` [PATCH v2 7/7] uapi: export all headers under uapi directories
    ` [Linux-c6x-dev] "

[PATCH v3 00/15] livepatch: hybrid consistency model
 2017-01-11 15:26 UTC  (78+ messages)
` [PATCH v3 01/15] stacktrace/x86: add function for detecting reliable stack traces
` [PATCH v3 02/15] x86/entry: define _TIF_ALLWORK_MASK flags explicitly
` [PATCH v3 03/15] livepatch: temporary stubs for klp_patch_pending() and klp_update_patch_state()
` [PATCH v3 04/15] livepatch/x86: add TIF_PATCH_PENDING thread flag
` [PATCH v3 05/15] livepatch/powerpc: "
` [PATCH v3 06/15] livepatch/s390: reorganize TIF thread flag bits
` [PATCH v3 07/15] livepatch/s390: add TIF_PATCH_PENDING thread flag
` [PATCH v3 08/15] livepatch: separate enabled and patched states
` [PATCH v3 09/15] livepatch: remove unnecessary object loaded check
` [PATCH v3 10/15] livepatch: move patching functions into patch.c
` [PATCH v3 11/15] livepatch: use kstrtobool() in enabled_store()
` [PATCH v3 12/15] livepatch: store function sizes
` [PATCH v3 13/15] livepatch: change to a per-task consistency model
` [PATCH v3 14/15] livepatch: add /proc/<pid>/patch_state
` [PATCH v3 15/15] livepatch: allow removal of a disabled patch

[PATCH net-next 00/13] s390: qeth patches
 2017-01-11 14:05 UTC  (15+ messages)
` [PATCH net-next 01/13] s390/qeth: rework RX/TX checksum offload
` [PATCH net-next 02/13] s390/qeth: test RX/TX checksum offload reply
` [PATCH net-next 03/13] s390/qeth: warning for OSA3 RX/TX checksum offloading
` [PATCH net-next 04/13] s390/qeth: Allow reading hsuid in state DOWN
` [PATCH net-next 05/13] s390/qeth: Remove QETH_IP_HEADER_SIZE
` [PATCH net-next 06/13] s390/qeth: drop qeth_l2_del_all_macs() parameter
` [PATCH net-next 07/13] s390/qeth: don't convert return code twice
` [PATCH net-next 08/13] s390/qeth: consolidate errno translation
` [PATCH net-next 09/13] s390/qeth: extract qeth_l2_remove_mac()
` [PATCH net-next 10/13] s390/qeth: shuffle MAC management functions around
` [PATCH net-next 11/13] s390/qeth: issue STARTLAN as first IPA command
` [PATCH net-next 12/13] s390/qeth: fix retrieval of vipa and proxy-arp addresses
` [PATCH net-next 13/13] s390/qeth: remove OSN-devices

[PATCH net 0/1] af_iucv: don't use paged skbs for TX on HiperSockets
 2017-01-11  2:07 UTC  (3+ messages)
` [PATCH net 1/1] net/af_iucv: "

[PATCH V4 net-next 00/15] net/smc: Shared Memory Communications - RDMA
 2017-01-09 21:23 UTC  (17+ messages)
` [PATCH V4 net-next 01/15] net: introduce keepalive function in struct proto
` [PATCH V4 net-next 02/15] smc: establish new socket family
` [PATCH V4 net-next 03/15] smc: introduce SMC as an IB-client
` [PATCH V4 net-next 04/15] smc: establish pnet table management
` [PATCH V4 net-next 05/15] smc: CLC handshake (incl. preparation steps)
` [PATCH V4 net-next 06/15] smc: connection and link group creation
` [PATCH V4 net-next 07/15] smc: remote memory buffers (RMBs)
` [PATCH V4 net-next 08/15] smc: work request (WR) base for use by LLC and CDC
` [PATCH V4 net-next 09/15] smc: initialize IB transport incl. PD, MR, QP, CQ, event, WR
` [PATCH V4 net-next 10/15] smc: link layer control (LLC)
` [PATCH V4 net-next 11/15] smc: connection data control (CDC)
` [PATCH V4 net-next 12/15] smc: send data (through RDMA)
` [PATCH V4 net-next 13/15] smc: receive data from RMBE
` [PATCH V4 net-next 14/15] smc: socket closing and linkgroup cleanup
` [PATCH V4 net-next 15/15] smc: netlink interface for SMC sockets

How should we handle variable address space sizes (Re: [RFC 3/4] x86/mm: define TASK_SIZE as current->mm->task_size)
 2017-01-02 23:06 UTC  (2+ messages)

[GIT PULL] two bug fixes for 4.10-rc3
 2017-01-02 12:37 UTC 

[PATCH 1/2] s390/zcore: Remove unneeded linux/miscdevice.h include
 2016-12-16 11:09 UTC  (3+ messages)
` [PATCH 2/2] s390: zfcp: "

[GIT PULL] s390 patches for 4.10 merge window #2
 2016-12-16  6:45 UTC 

[PATCH 0/8] enable endian checks for all sparse builds
 2016-12-15  5:15 UTC 

[PATCH 0/3] zfcp fixes
 2016-12-14 20:18 UTC  (5+ messages)
` [PATCH 1/3] zfcp: fix use-after-"free" in FC ingress path after TMF
` [PATCH 2/3] zfcp: do not trace pure benign residual HBA responses at default level
` [PATCH 3/3] zfcp: fix rport unblock race with LUN recovery

[s390:for-linus 5/22] drivers/s390/crypto/ap_bus.c:801:17: error: 'ap_queue_device_list_lock' undecl
 2016-12-14 14:45 UTC 

[PATCH] linux/types.h: enable endian checks for all sparse builds
 2016-12-09 20:45 UTC  (7+ messages)

[PATCH 00/10] virtio: sparse fixes
 2016-12-07 14:09 UTC  (3+ messages)
` [PATCH 10/10] virtio: enable endian checks for sparse builds


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