1. 72aafdf Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux by Linus Torvalds · 8 years ago
  2. baebc70 s390: Use pr_warn instead of pr_warning by Joe Perches · 8 years ago
  3. 543691a4 s390/dasd: remove casts to dasd_*_private by Sebastian Ott · 8 years ago
  4. ce0c12b s390/dasd: fix diag 0x250 inline assembly by Heiko Carstens · 8 years ago
  5. 1ec2772 s390/diag: add a statistic for diagnose calls by Martin Schwidefsky · 9 years ago
  6. 1dad093 s390/irq: Use defines for external interruption codes by Thomas Huth · 10 years ago
  7. 7988613 block: Convert bio_for_each_segment() to bvec_iter by Kent Overstreet · 11 years ago
  8. 82003c3 s390/irq: rework irq subclass handling by Heiko Carstens · 11 years ago
  9. a2ace46 s390/dasd: Implement block timeout handling by Hannes Reinecke · 11 years ago
  10. 1f1ee9a s390/dasd: make number of retries configurable by Hannes Reinecke · 11 years ago
  11. 1aae056 s390/time: rename tod clock access functions by Heiko Carstens · 11 years ago
  12. 420f42e s390/irq: remove split irq fields from /proc/stat by Heiko Carstens · 12 years ago
  13. a53c8fa s390/comments: unify copyright messages and remove file names by Heiko Carstens · 12 years ago
  14. fde15c3 [S390] irq: external interrupt code passing by Heiko Carstens · 12 years ago
  15. d7b250e [S390] irq: merge irq.c and s390_ext.c by Heiko Carstens · 13 years ago
  16. df7997a [S390] irq: fix service signal external interrupt handling by Heiko Carstens · 13 years ago
  17. a985183 [S390] irqstats: fix counting of pfault, dasd diag and virtio irqs by Heiko Carstens · 13 years ago
  18. a4d26c6 [S390] dasd: do path verification for paths added at runtime by Stefan Weinhuber · 14 years ago
  19. 052ff46 [S390] irq: have detailed statistics for interrupt types by Heiko Carstens · 14 years ago
  20. f6649a7 [S390] cleanup lowcore access from external interrupts by Martin Schwidefsky · 14 years ago
  21. 7c8faa8 [S390] dasd: tunable missing interrupt handler by Stefan Haberland · 14 years ago
  22. 33b62a3 [S390] dasd: automatic recognition of read-only devices by Stefan Weinhuber · 14 years ago
  23. ea05854 [S390] dasd: move dasd-diag kmsg to dasd by Stefan Haberland · 15 years ago
  24. 779c278 [S390] dasd: remove dead code by Christian Borntraeger · 15 years ago
  25. 22825ab [S390] dasd: support DIAG access for read-only devices by Stefan Weinhuber · 15 years ago
  26. ca99dab [S390] dasd: fix message naming by Stefan Haberland · 15 years ago
  27. 68b781f [S390] dasd: optimize cpu usage in goodcase by Stefan Haberland · 15 years ago
  28. 6cc7f16 [S390] dasd: forward internal errors to dasd_sleep_on caller by Stefan Weinhuber · 15 years ago
  29. 83096eb block: convert to pos and nr_sectors accessors by Tejun Heo · 15 years ago
  30. fc19f38 [S390] dasd: message cleanup by Stefan Haberland · 15 years ago
  31. 13de227 [S390] dasd: add device attribute to disable blocking on lost paths by Holger Smolinski · 16 years ago
  32. 6000a36 [SCSI] block: separate failfast into multiple bits. by Mike Christie · 16 years ago
  33. 8586cb6 [S390] dasd: use -EOPNOTSUPP instead of -ENOTSUPP by Stefan Haberland · 16 years ago
  34. 7337194 [S390] dasd: Fix cleanup in dasd_{fba,diag}_check_characteristics(). by Cornelia Huck · 16 years ago
  35. 8e09f21 [S390] dasd: add hyper PAV support to DASD device driver, part 1 by Stefan Weinhuber · 16 years ago
  36. 6c92e69 Fixup rq_for_each_segment() indentation by Jens Axboe · 17 years ago
  37. 5705f70 Introduce rq_for_each_segment replacing rq_for_each_bio by NeilBrown · 17 years ago
  38. 0a87c5c [S390] vmur: fix diag14 exceptions with addresses > 2GB. by Michael Holzheu · 17 years ago
  39. 9a92fe4 [S390] cio: Get rid of _ccw_device_get_device_number(). by Cornelia Huck · 17 years ago
  40. 0443969 [S390] dasd: Work around gcc bug. by Peter Oberparleiter · 17 years ago
  41. 4d284ca [S390] Avoid excessive inlining. by Heiko Carstens · 17 years ago
  42. 2b67fc4 [S390] Get rid of a lot of sparse warnings. by Heiko Carstens · 17 years ago
  43. 5a489b9 [S390] irq change build fixes. by Heiko Carstens · 18 years ago
  44. 4aff5e2 [PATCH] Split struct request ->flags into two parts by Jens Axboe · 18 years ago
  45. 94c12cc [S390] Inline assembly cleanup. by Martin Schwidefsky · 18 years ago
  46. 6ab3d56 Remove obsolete #include <linux/config.h> by Jörn Engel · 18 years ago
  47. 138c014 [S390] dasd whitespace and other cosmetics. by Horst Hummel · 18 years ago
  48. e018ba1 [PATCH] s390: Remove CVS generated information by Heiko Carstens · 18 years ago
  49. 347a8dc [PATCH] s390: cleanup Kconfig by Martin Schwidefsky · 19 years ago
  50. 1c01b8a [PATCH] s390: dasd failfast support by Horst Hummel · 19 years ago
  51. 56dc6a8 [PATCH] s390: cms volume label definitions by Peter Oberparleiter · 19 years ago
  52. 1e0291b [PATCH] s390: dasd diag with block sizes > 512 by Peter Oberparleiter · 19 years ago
  53. 86b368a [PATCH] s390: dasd diag inline assembly by Peter Oberparleiter · 19 years ago
  54. fd49f41 [PATCH] s390: 64 bit diag250 support by Horst Hummel · 19 years ago
  55. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago