public inbox for linux-s390@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2016-07-31 13:25:46 to 2016-09-03 12:32:06 UTC [more...]

[PATCH] s390/tape: Use memdup_user() rather than duplicating its implementation
 2016-09-03 12:32 UTC  (16+ messages)
` [PATCH 00/17] s390/debug: Fine-tuning for several function implementations
  ` [PATCH 01/17] s390/debug: Use kmalloc_array() in debug_areas_alloc()
  ` [PATCH 02/17] s390/debug: Delete unnecessary braces
  ` [PATCH 03/17] s390/debug: Add some spaces for better code readability
  ` [PATCH 04/17] s390/debug: Rename jump labels in debug_areas_alloc()
  ` [PATCH 05/17] s390/debug: Fix jump targets in debug_info_alloc()
  ` [PATCH 06/17] s390/debug: Rename jump labels in debug_info_copy()
  ` [PATCH 07/17] s390/debug: Rename jump labels in debug_open()
  ` [PATCH 08/17] s390/debug: Fix a jump target in debug_register_mode()
  ` [PATCH 09/17] s390/debug: Return directly if a null pointer was passed to debug_unregister()
  ` [PATCH 10/17] s390/debug: Delete an unnecessary initialisation in debug_prolog_level_fn()
  ` [PATCH 11/17] s390/debug: Fix indentation in 13 functions
  ` [PATCH 12/17] s390/debug: Use memdup_user() rather than duplicating its implementation
  ` [PATCH 13/17] s390/debug: Improve a size determination in debug_open()

[PATCH] uprobes: remove function declarations from arch/{mips,s390}
 2016-09-03 10:59 UTC  (2+ messages)

[PATCH] s390: Remove deprecated create_singlethread_workqueue
 2016-09-03 10:53 UTC  (3+ messages)

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

[PATCH] trivial treewide: Convert dev_set_uevent_suppress argument to bool
 2016-09-02 16:49 UTC  (7+ messages)

[PATCH] s390/hypfs: Use kmalloc_array() in diag0c_store()
 2016-09-01 16:53 UTC  (4+ messages)

[PATCH 0/4] KVM-S390: Fine-tuning for kvm_s390_import_bp_data()
 2016-08-31 12:29 UTC  (41+ messages)
` [PATCH 1/4] KVM-S390: Improve determination of sizes in kvm_s390_import_bp_data()
        ` Replacing specific kmalloc() calls by kmalloc_array()?
` [PATCH 2/4] KVM-S390: Use memdup_user() rather than duplicating its implementation
    ` [PATCH v2 0/2] KVM: s390: Fine-tuning for kvm_s390_import_bp_data()
      ` [PATCH v2 1/2] KVM: s390: Improve determination of sizes in kvm_s390_import_bp_data()
          `  "
          ` Software evolution around scripts for the semantic patch langugae
      ` [PATCH v2 2/2] KVM: s390: Use memdup_user() rather than duplicating code
` [PATCH 3/4] KVM-S390: Less function calls in kvm_s390_import_bp_data() after error detection
    `  "
` [PATCH 4/4] KVM-S390: Delete an unnecessary initialisation for a buffer variable

[GIT PULL 0/1] KVM: s390: Fix for 4.8 (via kvm/master)
 2016-08-30 12:11 UTC  (3+ messages)
` [GIT PULL 1/1] KVM: s390: don't use current->thread.fpu.* when accessing registers

[RFC PATCH-tip v4 00/10] locking/rwsem: Enable reader optimistic spinning
 2016-08-24 18:39 UTC  (17+ messages)
    ` [RFC PATCH-tip v4 01/10] locking/osq: Make lock/unlock proper acquire/release barrier
  ` [RFC PATCH-tip v4 02/10] locking/rwsem: Stop active read lock ASAP
    ` [RFC PATCH-tip v4 03/10] locking/rwsem: Make rwsem_spin_on_owner() return a tri-state value
    ` [RFC PATCH-tip v4 04/10] locking/rwsem: Enable count-based spinning on reader
    ` [RFC PATCH-tip v4 05/10] locking/rwsem: move down rwsem_down_read_failed function
    ` [RFC PATCH-tip v4 06/10] locking/rwsem: Move common rwsem macros to asm-generic/rwsem_types.h
  ` [RFC PATCH-tip v4 07/10] locking/rwsem: Change RWSEM_WAITING_BIAS for better disambiguation
  ` [RFC PATCH-tip v4 08/10] locking/rwsem: Enable spinning readers
  ` [RFC PATCH-tip v4 09/10] locking/rwsem: Enable reactivation of reader spinning
  ` [RFC PATCH-tip v4 10/10] locking/rwsem: Add a boot parameter to reader spinning threshold
    ` [lkp] [locking/rwsem] INFO: rcu_preempt detected stalls on CPUs/tasks

[PATCH] treewide: replace config_enabled() with IS_ENABLED() (2nd round)
 2016-08-24  7:51 UTC  (3+ messages)

[GIT PULL] s390 patches for 4.8-rc3
 2016-08-16  6:42 UTC 

[PATCH 00/10] zfcp fixes
 2016-08-12 20:18 UTC  (22+ messages)
` [PATCH 01/10] zfcp: fix fc_host port_type with NPIV
` [PATCH 02/10] zfcp: fix ELS/GS request&response length for hardware data router
` [PATCH 03/10] zfcp: close window with unblocked rport during rport gone
` [PATCH 04/10] zfcp: retain trace level for SCSI and HBA FSF response records
` [PATCH 05/10] zfcp: restore: Dont use 0 to indicate invalid LUN in rec trace
` [PATCH 06/10] zfcp: trace on request for open and close of WKA port
` [PATCH 07/10] zfcp: restore tracing of handle for port and LUN with HBA records
` [PATCH 08/10] zfcp: fix D_ID field with actual value on tracing SAN responses
` [PATCH 09/10] zfcp: fix payload trace length for SAN request&response
` [PATCH 10/10] zfcp: trace full payload of all SAN records (req,resp,iels)

[GIT PULL 0/2] KVM: s390: Fixes for 4.8 (via kvm/master)
 2016-08-12 12:38 UTC  (4+ messages)
` [GIT PULL 1/2] KVM: s390: set the prefix initially properly
` [GIT PULL 2/2] KVM: s390: reset KVM_REQ_MMU_RELOAD if mapping the prefix failed

[PATCH RESEND net-next 07/15] smc: remote memory buffers (RMBs) (fwd)
 2016-08-10 14:10 UTC  (2+ messages)

[s390:features 15/18] arch/s390/mm/gmap.c:106:3: error: 'gmap_asce' undeclared
 2016-08-10  8:26 UTC 

[PATCH 0/2] virtio/s390 patches for 4.8
 2016-08-08 11:39 UTC  (3+ messages)

[bug report] [S390] dasd: Add support for raw ECKD access
 2016-08-04  7:34 UTC 

[bug report] [S390] z/VM unit record device driver
 2016-08-03 12:40 UTC 

[PATCH 0875/1285] Replace numeric parameter like 0444 with macro
 2016-08-02 15:42 UTC  (2+ messages)

[PATCH 0904/1285] Replace numeric parameter like 0444 with macro
 2016-08-02 14:11 UTC  (3+ messages)

[PATCH 0903/1285] Replace numeric parameter like 0444 with macro
 2016-08-02 11:56 UTC 

[PATCH 0902/1285] Replace numeric parameter like 0444 with macro
 2016-08-02 11:56 UTC 

[PATCH 0901/1285] Replace numeric parameter like 0444 with macro
 2016-08-02 11:56 UTC 

[PATCH 0900/1285] Replace numeric parameter like 0444 with macro
 2016-08-02 11:56 UTC 

[PATCH 0899/1285] Replace numeric parameter like 0444 with macro
 2016-08-02 11:56 UTC 

[PATCH 0898/1285] Replace numeric parameter like 0444 with macro
 2016-08-02 11:56 UTC 

[PATCH 0897/1285] Replace numeric parameter like 0444 with macro
 2016-08-02 11:56 UTC 

[PATCH 0896/1285] Replace numeric parameter like 0444 with macro
 2016-08-02 11:56 UTC 

[PATCH 0895/1285] Replace numeric parameter like 0444 with macro
 2016-08-02 11:56 UTC 

[PATCH 0894/1285] Replace numeric parameter like 0444 with macro
 2016-08-02 11:55 UTC 

[PATCH 0892/1285] Replace numeric parameter like 0444 with macro
 2016-08-02 11:55 UTC 

[PATCH 0891/1285] Replace numeric parameter like 0444 with macro
 2016-08-02 11:55 UTC 

[PATCH 0890/1285] Replace numeric parameter like 0444 with macro
 2016-08-02 11:55 UTC 

[PATCH 0889/1285] Replace numeric parameter like 0444 with macro
 2016-08-02 11:55 UTC 

[PATCH 0888/1285] Replace numeric parameter like 0444 with macro
 2016-08-02 11:55 UTC 

[PATCH 0887/1285] Replace numeric parameter like 0444 with macro
 2016-08-02 11:55 UTC 

[PATCH 0886/1285] Replace numeric parameter like 0444 with macro
 2016-08-02 11:55 UTC 

[PATCH 0885/1285] Replace numeric parameter like 0444 with macro
 2016-08-02 11:55 UTC 

[PATCH 0884/1285] Replace numeric parameter like 0444 with macro
 2016-08-02 11:55 UTC 

[PATCH 0883/1285] Replace numeric parameter like 0444 with macro
 2016-08-02 11:55 UTC 

[PATCH 0882/1285] Replace numeric parameter like 0444 with macro
 2016-08-02 11:54 UTC 

[PATCH 0881/1285] Replace numeric parameter like 0444 with macro
 2016-08-02 11:54 UTC 

[PATCH 0880/1285] Replace numeric parameter like 0444 with macro
 2016-08-02 11:54 UTC 

[PATCH 0879/1285] Replace numeric parameter like 0444 with macro
 2016-08-02 11:54 UTC 

[PATCH 0878/1285] Replace numeric parameter like 0444 with macro
 2016-08-02 11:54 UTC 

[PATCH 0877/1285] Replace numeric parameter like 0444 with macro
 2016-08-02 11:54 UTC 

[PATCH 0876/1285] Replace numeric parameter like 0444 with macro
 2016-08-02 11:54 UTC 

[GIT PULL] s390 patches for the 4.8 merge window #2
 2016-08-02 11:36 UTC 

[PATCH 0026/1285] Replace numeric parameter like 0444 with macro
 2016-08-02 10:35 UTC 

[PATCH 0025/1285] Replace numeric parameter like 0444 with macro
 2016-08-02 10:35 UTC 

[PATCH 0024/1285] Replace numeric parameter like 0444 with macro
 2016-08-02 10:35 UTC 

[PATCH 0023/1285] Replace numeric parameter like 0444 with macro
 2016-08-02 10:35 UTC 

[PATCH 0022/1285] Replace numeric parameter like 0444 with macro
 2016-08-02 10:34 UTC 

[PATCH 0021/1285] Replace numeric parameter like 0444 with macro
 2016-08-02 10:34 UTC 

[PATCH 0020/1285] Replace numeric parameter like 0444 with macro
 2016-08-02 10:34 UTC 

[PATCH] s390/pci: Remove unnecessary if condition
 2016-08-01  6:39 UTC  (5+ messages)

[PATCH] ftrace/jprobes/s390: Fix conflict between jprobes and function graph tracing
 2016-07-31 13:25 UTC  (2+ messages)


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