1. dae7fd4 s390/qdio: remove unused variable by Sebastian Ott · 11 years ago
  2. f4eae94 s390/airq: simplify adapter interrupt code by Martin Schwidefsky · 11 years ago
  3. 48f6b00 s390/irq: store interrupt information in pt_regs by Martin Schwidefsky · 11 years ago
  4. 60d081c s390/chsc: Use snprintf instead of sprintf by Michael Holzheu · 11 years ago
  5. ca4ba15 s390/qdio: cleanup chsc SADC usage by Sebastian Ott · 11 years ago
  6. da5b6cb s390/qdio: cleanup chsc SSQD usage by Sebastian Ott · 11 years ago
  7. e9a8f32 s390/cio: Introduce on-close CHSC IOCTLs by Michael Holzheu · 11 years ago
  8. 7a9cc6e s390/cio: Make /dev/chsc a single-open device by Michael Holzheu · 11 years ago
  9. 64150ad s390/cio: Introduce generic synchronous CHSC IOCTL by Michael Holzheu · 11 years ago
  10. 1d46d33 s390/qdio: remove unused function by Sebastian Ott · 11 years ago
  11. ba54229 s390/cio: add channel ID sysfs attribute by Peter Oberparleiter · 11 years ago
  12. d1eb16e s390/cio: add condev keyword to cio_ignore by Sebastian Ott · 11 years ago
  13. 0e6c83d s390/cio: add ipldev keyword to cio_ignore by Sebastian Ott · 11 years ago
  14. 20b4fb4 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  15. 3ad19b8 s390/cio: fix irq statistics by Sebastian Ott · 11 years ago
  16. e5dcf00 s390/css: move subchannel lock allocation by Sebastian Ott · 11 years ago
  17. 0ad8f714a s390/cio: fix early init counter usage by Sebastian Ott · 11 years ago
  18. 4e5ebd5 s390/css: remove unused function definitions by Sebastian Ott · 11 years ago
  19. 14556b3 s390/css: introduce cio_register_early_subchannels by Sebastian Ott · 11 years ago
  20. afdfed0 s390/cio: get rid of static console device by Sebastian Ott · 11 years ago
  21. 863fc84 s390/cio: get rid of static console subchannel by Sebastian Ott · 11 years ago
  22. c135ad1 s390/cio: split subchannel registration by Sebastian Ott · 11 years ago
  23. f10ccca s390/cio: ccw_device_force_console don't use static variable by Sebastian Ott · 11 years ago
  24. 188561a s390/cio: wait_cons_dev don't use static variable by Sebastian Ott · 11 years ago
  25. 03ff60d s390/cio: Use BITS_TO_LONGS() instead of __BITOPS_WORDS() by Akinobu Mita · 11 years ago
  26. 040495d s390/cio: make use of newly added format 1 channel-path data by Peter Oberparleiter · 11 years ago
  27. cce0eac s390/cio: collect format 1 channel-path description data by Peter Oberparleiter · 11 years ago
  28. 75ef9de constify a bunch of struct file_operations instances by Al Viro · 11 years ago
  29. aebfa66 s390/scm: process availability by Sebastian Ott · 11 years ago
  30. 93481c9 s390/scm_drv: extend notify callback by Sebastian Ott · 11 years ago
  31. aa2383f qdio: remove unused parameters by Stefan Raspl · 11 years ago
  32. d895cb1 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  33. 496ad9a new helper: file_inode(file) by Al Viro · 12 years ago
  34. 1aae056 s390/time: rename tod clock access functions by Heiko Carstens · 12 years ago
  35. 58fece7 s390/scm: use inline dummy functions by Sebastian Ott · 12 years ago
  36. 88e7616 s390/cio: handle unknown pgroup state by Sebastian Ott · 12 years ago
  37. 84c57ad s390/cio: export vpm via sysfs by Sebastian Ott · 12 years ago
  38. e6a0b7c s390/cio: skip broken paths by Sebastian Ott · 12 years ago
  39. 69f5576 s390/cio: dont abort verification after missing irq by Sebastian Ott · 12 years ago
  40. 9a17e97 s390/chsc: cleanup SEI helper functions by Sebastian Ott · 12 years ago
  41. 509d97b s390/chsc: fix SEI usage by Sebastian Ott · 12 years ago
  42. 420f42e s390/irq: remove split irq fields from /proc/stat by Heiko Carstens · 12 years ago
  43. add9bde s390/irq: enable irq sum accounting for /proc/stat again by Heiko Carstens · 12 years ago
  44. 6726a80 s390/qdio: rename the misleading PCI flag of qdio devices by Jan Glauber · 12 years ago
  45. d99e79e s390/cio: fix pgid reserved check by Sebastian Ott · 12 years ago
  46. cbc0dd1 s390/pci: CHSC PCI support for error and availability events by Jan Glauber · 12 years ago
  47. 683c3dc s390/ccwgroup: allow drivers to call set_{on,off}line by Sebastian Ott · 12 years ago
  48. cff9710 s390/ccwgroup: set_online return error when already online by Sebastian Ott · 12 years ago
  49. 287a093 s390: use ccw_device_get_schid by Sebastian Ott · 12 years ago
  50. 9368dac s390: Add a mechanism to get the subchannel id. by Cornelia Huck · 12 years ago
  51. ce1d801 s390/qdio: rework BUG's and WARN_ON's by Jan Glauber · 12 years ago
  52. 7f0bc6c s390/cio: fix length calculation in idset.c by Sebastian Ott · 12 years ago
  53. 619506d s390: Move css limits from drivers/s390/cio/ to include/asm/. by Cornelia Huck · 12 years ago
  54. 31370f75 s390/cio: suppress 2nd path verification during resume by Sebastian Ott · 12 years ago
  55. cec8546 s390/css: stop stsch loop after cc 3 by Sebastian Ott · 12 years ago
  56. aa92b33 s390/cio: use generic bitmap functions by Sebastian Ott · 12 years ago
  57. 41459d3 s390: add uninitialized_var() to suppress false positive compiler warnings by Heiko Carstens · 12 years ago
  58. d3feb48 s390/qdio: fix truncated debug output of hex values by Jan Glauber · 12 years ago
  59. c3e6d40 s390/scm: remove superfluous lock by Sebastian Ott · 12 years ago
  60. 2e73c2c s390/eadm_sch: add support for irq statistics by Sebastian Ott · 12 years ago
  61. eadb86a s390/cio: add eadm subchannel driver by Sebastian Ott · 12 years ago
  62. 40ff4cc s390: add scm notification by Sebastian Ott · 12 years ago
  63. 1d1c8f7 s390: add scm bus driver by Sebastian Ott · 12 years ago
  64. 184b08a s390/chsc: implement store SCM information by Sebastian Ott · 12 years ago
  65. d2fc439b s390: add eadm related structures by Sebastian Ott · 12 years ago
  66. 382b736 s390: add eadm facility bits by Sebastian Ott · 12 years ago
  67. 01c5e6d s390/css: export css_sched_sch_todo by Sebastian Ott · 12 years ago
  68. 3368ba2 s390/cio: invalidate cdev pointer before deregistration by Sebastian Ott · 12 years ago
  69. 43d0be7 s390/cio: fix IO subchannel event race by Sebastian Ott · 12 years ago
  70. a53c8fa s390/comments: unify copyright messages and remove file names by Heiko Carstens · 12 years ago
  71. ed35ba9 s390/cio/chp: cleanup attribute usage by Sebastian Ott · 12 years ago
  72. 9814fdf s390/ccwgroup: remove ccwgroup_create_from_string by Sebastian Ott · 12 years ago
  73. b7a610f s390/ccwgroup: exploit ccwdev_by_dev_id by Sebastian Ott · 12 years ago
  74. f2962da s390/ccwgroup: introduce ccwgroup_create_dev by Sebastian Ott · 12 years ago
  75. 473e66b s390/time: always use stckf instead of stck if available by Heiko Carstens · 12 years ago
  76. b603d25 s390: remove superfluous tpi from wait_cons_dev by Martin Schwidefsky · 12 years ago
  77. 1549d13 s390/qdio: Cleanup error handling to drivers by Jan Glauber · 12 years ago
  78. 0195c00 Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-asm_system by Linus Torvalds · 12 years ago
  79. a0616cd Disintegrate asm/system.h for S390 by David Howells · 12 years ago
  80. 61d8497 [S390] qdio: log all adapter characteristics by Jan Glauber · 12 years ago
  81. db14179 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux by Linus Torvalds · 12 years ago
  82. 4a52246 Merge tag 'driver-core-3.3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 12 years ago
  83. 3ab121a [S390] kernel: Add z/VM LGR detection by Michael Holzheu · 12 years ago
  84. 4c1051e [S390] rework idle code by Martin Schwidefsky · 12 years ago
  85. 263a5c8 Merge 3.3-rc6 into driver-core-next by Greg Kroah-Hartman · 12 years ago
  86. 7b3cc67 [S390] qdio: fix handler function arguments for zfcp data router by Steffen Maier · 12 years ago
  87. 048cd4e compat: fix compile breakage on s390 by Heiko Carstens · 12 years ago
  88. 9f30ea9 cio: remove {get,put}_driver by Sebastian Ott · 13 years ago
  89. 69116f2 module_param: avoid bool abuse, add bint for special cases. by Rusty Russell · 13 years ago
  90. e58b0d9 [S390] qdio: fix kernel panic for zfcp 31-bit by Steffen Maier · 13 years ago
  91. 400d829 [S390] qdio: fix qdio_allocate_aob() declaration by Heiko Carstens · 13 years ago
  92. 3b484ec [S390] cio: fix chsc_chp_vary by Sebastian Ott · 13 years ago
  93. 50c8e31 [S390] cio: provide fake irb for transport mode IO by Sebastian Ott · 13 years ago
  94. 659213b [S390] cio: disallow driver io for known to be broken paths by Sebastian Ott · 13 years ago
  95. 817e500 [S390] hibernate: directly trigger subchannel evaluation by Sebastian Ott · 13 years ago
  96. 32aaeff Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux by Linus Torvalds · 13 years ago
  97. 3a4c5d5 s390: add missing module.h/export.h includes by Heiko Carstens · 13 years ago
  98. 5f4026f [S390] qdio: prevent dsci access without adapter interrupts by Jan Glauber · 13 years ago
  99. 638ad34 [S390] sparse: fix sparse warnings about missing prototypes by Martin Schwidefsky · 13 years ago
  100. c4736d9 [S390] sparse: fix sparse static warnings by Martin Schwidefsky · 13 years ago