public inbox for linux-s390@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2017-02-06 11:46:31 to 2017-03-02 00:46:07 UTC [more...]

[PATCH] uapi: fix another asm/shmbuf.h userspace compilation error
 2017-03-02  0:46 UTC 

[PATCH] uapi: fix asm/ipcbuf.h userspace compilation errors
 2017-03-02  0:22 UTC  (5+ messages)
    ` [PATCH 1/3] uapi: fix asm/msgbuf.h "
    ` [PATCH 2/3] uapi: fix asm/sembuf.h "
    ` [PATCH 3/3] uapi: fix asm/shmbuf.h "

[PATCH] uapi: fix asm/signal.h userspace compilation errors
 2017-03-02  0:20 UTC  (3+ messages)
        ` [PATCH v2] "

[PATCHv2 00/14] set_memory_* functions header refactor
 2017-03-02  0:15 UTC  (15+ messages)
    ` [PATCHv2 01/14] treewide: Move set_memory_* functions away from cacheflush.h
    ` [PATCHv2 02/14] arm: Use set_memory.h header
    ` [PATCHv2 03/14] arm64: "
    ` [PATCHv2 04/14] s390: "
    ` [PATCHv2 05/14] x86: "
    ` [PATCHv2 06/14] agp: "
    ` [PATCHv2 07/14] drm: "
    ` [PATCHv2 08/14] intel_th: "
    ` [PATCHv2 09/14] watchdog: hpwdt: "
    ` [PATCHv2 10/14] bpf: "
    ` [PATCHv2 11/14] module: "
  ` [PATCHv2 12/14] PM / hibernate: "
    ` [PATCHv2 13/14] ALSA: hda: "
    ` [PATCHv2 14/14] treewide: Decouple cacheflush.h and set_memory.h

[RFC PATCH] mm, hotplug: get rid of auto_online_blocks
 2017-02-28 10:21 UTC  (11+ messages)

[GIT PULL] s390 patches for 4.11 merge window #2
 2017-02-27  7:07 UTC 

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

[PATCH] Documentation: Update path to sysrq.txt
 2017-02-24  9:52 UTC  (2+ messages)

[PATCH] s390/dasd: fix spelling mistake: "supportet" -> "supported"
 2017-02-23 11:55 UTC  (2+ messages)

[PATCH/RFC 0/2] KVM: s390: enable kvm_vpcu_kick/wake_up
 2017-02-22 15:29 UTC  (18+ messages)
` [PATCH/RFC 1/2] s390/smp: export smp_send_reschedule
  ` [PATCH] KVM: add kvm_arch_cpu_kick
` [PATCH/RFC 2/2] KVM: enable kvm_vcpu_kick/wake_up for s390

[PATCH 0/4] arch subsystem refcounter conversions
 2017-02-22  9:27 UTC  (17+ messages)
` [PATCH 1/4] s390: convert debug_info.ref_count from atomic_t to refcount_t
` [PATCH 2/4] x86: convert threshold_bank.cpus "
` [PATCH 3/4] sparc: convert mdesc_handle.refcnt "
` [PATCH 4/4] kvm: convert kvm.users_count "

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

[kernel-hardening] [PATCHv3 0/2] Hardening configs refactor/rename
 2017-02-20  7:21 UTC  (12+ messages)
` [kernel-hardening] [PATCHv3 1/2] arch: Move CONFIG_DEBUG_RODATA and CONFIG_SET_MODULE_RONX to be common
  ` [kernel-hardening] "
` [kernel-hardening] [PATCHv3 2/2] arch: Rename CONFIG_DEBUG_RODATA and CONFIG_DEBUG_MODULE_RONX
  ` [kernel-hardening] "
  ` [kernel-hardening] Re: [PATCHv3 2/2] "
` [kernel-hardening] Re: [PATCHv3 0/2] Hardening configs refactor/rename

[PATCH] s390: crypto make ap_bus explicitly non-modular
 2017-02-17 15:29 UTC  (4+ messages)

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

[PATCH RFC v2 00/12] basic channel IO passthrough infrastructure based on vfio
 2017-02-17  2:08 UTC  (3+ messages)
` [PATCH RFC v2 03/12] s390x/css: add s390-map-css machine option

[PATCH v2 net-next] virtio: Fix affinity for #VCPUs != #queue pairs
 2017-02-15 22:13 UTC  (13+ messages)

[PATCH 0/3] s390: audit and remove needless module.h includes
 2017-02-13  6:51 UTC  (5+ messages)
` [PATCH 1/3] s390: kernel: Audit and remove any unnecessary uses of module.h
` [PATCH 2/3] s390: mm: "
` [PATCH 3/3] s390: Audit and remove any remaining "

[kernel-hardening] Re: [RFC] syscalls: Restore address limit after a syscall
 2017-02-10 21:49 UTC  (4+ messages)

[PATCH] zfcp: fix use-after-free by not tracing WKA port open/close on failed send
 2017-02-10  0:02 UTC  (2+ messages)

[PATCH v4 00/15] livepatch: hybrid consistency model
 2017-02-09 10:24 UTC  (12+ messages)
` [PATCH v4 13/15] livepatch: change to a per-task "

[RFC][PATCH] treewide: Move set_memory_* functions away from cacheflush.h
 2017-02-09  9:59 UTC  (5+ messages)

[s390:features 49/55] drivers/s390/char/sclp_early_core.c:19:39: error: 'sclp_init_state_uninitializ
 2017-02-09  5:30 UTC 

[PATCH 00/14] use atomic_dec_not_zero()
 2017-02-08 12:28 UTC  (2+ messages)

[bug report] zfcp: trace on request for open and close of WKA port
 2017-02-07  9:26 UTC 

[kernel-hardening] [PATCHv2 0/2] Hardening configs refactor/rename
 2017-02-07  7:36 UTC  (11+ messages)
` [kernel-hardening] [PATCHv2 1/2] arch: Move CONFIG_DEBUG_RODATA and CONFIG_SET_MODULE_RONX to be common
  ` [kernel-hardening] "
` [kernel-hardening] [PATCHv2 2/2] arch: Rename CONFIG_DEBUG_RODATA and CONFIG_DEBUG_MODULE_RONX
  ` [kernel-hardening] "

[GIT PULL 00/14 v2] KVM: s390: Fixes and features for 4.11 (via kvm/next)
 2017-02-06 11:46 UTC  (3+ messages)
` [GIT PULL 13/14] KVM: s390: Disable dirty log retrieval for UCONTROL guests
` [GIT PULL 14/14] KVM: s390: detect some program check loops


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