1. 10 3月, 2010 5 次提交
  2. 26 1月, 2010 1 次提交
  3. 14 1月, 2010 3 次提交
  4. 07 1月, 2010 1 次提交
  5. 30 12月, 2009 1 次提交
  6. 16 12月, 2009 1 次提交
  7. 05 12月, 2009 1 次提交
  8. 17 11月, 2009 1 次提交
    • H
      net/s390 drivers: add missing 'const' attribute · 302689ac
      Heiko Carstens 提交于
      Add missing 'const' attribute to avoid the following compile warnings:
      
      drivers/s390/net/ctcm_main.c: In function 'ctcm_init':
      drivers/s390/net/ctcm_main.c:1864: warning: assignment from incompatible pointer type
      drivers/s390/net/lcs.c: In function 'lcs_init_module':
      drivers/s390/net/lcs.c:2468: warning: assignment from incompatible pointer type
      drivers/s390/net/claw.c: In function 'claw_init':
      drivers/s390/net/claw.c:3408: warning: assignment from incompatible pointer type
      Signed-off-by: NHeiko Carstens <heiko.carstens@de.ibm.com>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      302689ac
  9. 16 11月, 2009 5 次提交
  10. 14 11月, 2009 3 次提交
  11. 29 10月, 2009 2 次提交
    • M
      [S390] s/r: cmm resume fix · 8ca45667
      Martin Schwidefsky 提交于
      If a suspended z/VM guest has been logged off before the resume the
      'SET SMSG IUCV' CP command need to be repeated to reenable sending
      message via SMSG. This fixes the following error:
      
      HCPMFS057I H4214002 not receiving; SMSG off
      Error: non-zero CP response for command 'SMSG H4214002 CMM SHRINK 5010': #57
      Signed-off-by: NMartin Schwidefsky <schwidefsky@de.ibm.com>
      Signed-off-by: NMartin Schwidefsky <schwidefsky@de.ibm.com>
      8ca45667
    • T
      percpu: make misc percpu symbols unique · 390dfd95
      Tejun Heo 提交于
      This patch updates misc percpu related symbols such that percpu
      symbols are unique and don't clash with local symbols.  This serves
      two purposes of decreasing the possibility of global percpu symbol
      collision and allowing dropping per_cpu__ prefix from percpu symbols.
      
      * drivers/crypto/padlock-aes.c: s/last_cword/paes_last_cword/
      
      * drivers/lguest/x86/core.c: s/last_cpu/lg_last_cpu/
      
      * drivers/s390/net/netiucv.c: rename the variable used in a macro to
        avoid clashing with percpu symbol
      
      * arch/mn10300/kernel/kprobes.c: replace current_ prefix with cur_ for
        static variables.  Please note that percpu symbol current_kprobe
        can't be changed as it's used by generic code.
      
      Partly based on Rusty Russell's "alloc_percpu: rename percpu vars
      which cause name clashes" patch.
      Signed-off-by: NTejun Heo <tj@kernel.org>
      Reviewed-by: NChristoph Lameter <cl@linux-foundation.org>
      Cc: Rusty Russell <rusty@rustcorp.com.au>
      Cc: Herbert Xu <herbert@gondor.apana.org.au>
      Cc: Chuck Ebbert <cebbert@redhat.com>
      Cc: David Howells <dhowells@redhat.com>
      Cc: Koichi Yasutake <yasutake.koichi@jp.panasonic.com>
      Cc: Ananth N Mavinakayanahalli <ananth@in.ibm.com>
      Cc: Anil S Keshavamurthy <anil.s.keshavamurthy@intel.com>
      Cc: David S. Miller <davem@davemloft.net>
      Cc: Masami Hiramatsu <mhiramat@redhat.com>
      Cc: Martin Schwidefsky <schwidefsky@de.ibm.com>
      Cc: Heiko Carstens <heiko.carstens@de.ibm.com>
      Cc: linux390@de.ibm.com
      390dfd95
  12. 18 10月, 2009 3 次提交
  13. 05 10月, 2009 1 次提交
  14. 21 9月, 2009 1 次提交
  15. 16 9月, 2009 1 次提交
  16. 11 9月, 2009 1 次提交
  17. 03 9月, 2009 1 次提交
  18. 02 9月, 2009 1 次提交
  19. 27 8月, 2009 5 次提交
  20. 06 7月, 2009 2 次提交