1. a7cb7bb Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 10 years ago
  2. 27afc5d Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux by Linus Torvalds · 10 years ago
  3. b3e06dc s390/sclp_async: add Kconfig option to specify the component id by Martin Schwidefsky · 10 years ago
  4. 6774def treewide: fix typo in printk and Kconfig by Masanari Iida · 10 years ago
  5. a455589 assorted conversions to %p[dD] by Al Viro · 10 years ago
  6. a8a93c6 Merge branch 'platform/remove_owner' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux into driver-core-next by Greg Kroah-Hartman · 10 years ago
  7. f3326ec s390: char: drop owner assignment from platform_drivers by Wolfram Sang · 10 years ago
  8. c9eeb7b s390/hmcdrv: Restrict s390 HMC driver to S390 arch by Josh Boyer · 10 years ago
  9. 1ee07ef Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux by Linus Torvalds · 10 years ago
  10. a62bc07 s390/kdump: add support for vector extension by Michael Holzheu · 10 years ago
  11. 6b933de [s390] remove pointless assignment of ->f_op in vmlogrdr ->open() by Al Viro · 10 years ago
  12. 9fc98ad s390/tape: fix MTIOCGET ioctl to report blocksize by Stefan Haberland · 10 years ago
  13. 8f933b1 s390/hmcdrv: HMC drive CD/DVD access by Ralf Hoppe · 11 years ago
  14. ea61a57 s390/sclp: reduce dependency on event type masks by Martin Schwidefsky · 10 years ago
  15. b8a2bbd s390/sclp: remove unnecessary XTABS flag by Martin Schwidefsky · 10 years ago
  16. e512d56 s390/3215: fix tty output containing tabs by Martin Schwidefsky · 10 years ago
  17. 26d766c s390/3215: fix hanging console issue by Martin Schwidefsky · 10 years ago
  18. 7cbe4af s390/3270: correct size detection with the read-partition command by Martin Schwidefsky · 10 years ago
  19. ef283688f s390: avoid format strings leaking into names by Kees Cook · 10 years ago
  20. f7a94db s390/watchdog: use watchdog API by Philipp Hachtmann · 10 years ago
  21. f2485f5 s390/sclp_vt220: Enable ASCII console per default by Peter Oberparleiter · 10 years ago
  22. b05d59d Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm into next by Linus Torvalds · 10 years ago
  23. bf28a59 s390/dump: Remove CONFIG_ZFCPDUMP by Michael Holzheu · 10 years ago
  24. 50be634 s390/mm: Convert bootmem to memblock by Philipp Hachtmann · 10 years ago
  25. 570126d s390/sclp: add sclp_get_ibc function by Michael Mueller · 10 years ago
  26. 217a440 KVM: s390/sclp: correctly set eca siif bit by Heiko Carstens · 11 years ago
  27. 5896f8f s390/sclp_cmd: replace PTR_RET with PTR_ERR_OR_ZERO by Duan Jiong · 10 years ago
  28. 83d8e25 s390/sclp: replace PTR_RET with PTR_ERR_OR_ZERO by Duan Jiong · 10 years ago
  29. e106e4e s390/sclp_vt220: Fix kernel panic due to early terminal input by Peter Oberparleiter · 10 years ago
  30. 1dad093 s390/irq: Use defines for external interruption codes by Thomas Huth · 10 years ago
  31. 9f0128f s390/sclp: add timeout for queued requests by Gerald Schaefer · 10 years ago
  32. 50f0e3b s390/tape: Add missing destroy_timer_on_stack() by Thomas Gleixner · 10 years ago
  33. 02ba8d2 s390/tape: Use del_timer_sync() by Thomas Gleixner · 10 years ago
  34. bd1cb5d s390/3270: fix crash with multiple reset device requests by Martin Schwidefsky · 10 years ago
  35. 233faec s390/con3270: optionally disable auto update by Martin Schwidefsky · 10 years ago
  36. cf813db s390/smp: limit number of cpus in possible cpu mask by Heiko Carstens · 10 years ago
  37. 9499934 s390/sclp_early: Return correct HSA block count also for zero by Michael Holzheu · 10 years ago
  38. 1e53209 s390/cio: reorder initialization of ccw consoles by Sebastian Ott · 10 years ago
  39. 2253e8d s390/cio: fix driver callback initialization for ccw consoles by Sebastian Ott · 10 years ago
  40. 07be038 s390/hypfs: add interface for diagnose 0x304 by Martin Schwidefsky · 10 years ago
  41. 964c150 s390/vmur: Link parent CCW device during UR device creation by Hendrik Brueckner · 10 years ago
  42. f479c01 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux by Linus Torvalds · 10 years ago
  43. 36d9f4d s390/3270: fix allocation of tty3270_screen structure by Martin Schwidefsky · 11 years ago
  44. 52733e0 s390/sclp_early: Add function to detect sclp console capabilities by Hendrik Brueckner · 11 years ago
  45. 5d5de1a s390/sclp_early: Pass sccb pointer to every *_detect() function by Hendrik Brueckner · 11 years ago
  46. 56e57a8 s390/sclp_early: Replace early_read_info_sccb with sccb_early by Hendrik Brueckner · 11 years ago
  47. 333cce9 s390/sclp_early: Get rid of sclp_early_read_info_sccb_valid by Hendrik Brueckner · 11 years ago
  48. 03439e7 s390/3270: fix use after free of tty3270_screen structure by Martin Schwidefsky · 11 years ago
  49. 9e3ea19 s390/sclp: replace uninitialized early_event_mask_sccb variable with sccb_early by Hendrik Brueckner · 11 years ago
  50. 7b50da5 s390/sclp: Consolidate early sclp init calls to sclp_early_detect() by Michael Holzheu · 11 years ago
  51. acf6a00 s390/sclp: Move early code from sclp_cmd.c to sclp_early.c by Michael Holzheu · 11 years ago
  52. e657d8f s390/sclp: Determine HSA size dynamically for zfcpdump by Michael Holzheu · 11 years ago
  53. f8049e3 s390/sclp: Move declarations for sclp_sdias into separate header file by Michael Holzheu · 11 years ago
  54. d1e61fe s390/3270: fix missing device_destroy() call by Hendrik Brueckner · 11 years ago
  55. 01a7cfa s390/3270: use diagnose 0x210 for device sensing under z/VM by Martin Schwidefsky · 11 years ago
  56. dc3ac5f s390/3270: remove unnecessary pointer check by Martin Schwidefsky · 11 years ago
  57. 3cf11d7 s390/monwriter: fix smatch warning for strcpy() by Gerald Schaefer · 11 years ago
  58. 5895294 s390: Remove zfcpdump NR_CPUS dependency by Michael Holzheu · 11 years ago
  59. 8c071b0 s390/time: correct use of store clock fast by Martin Schwidefsky · 11 years ago
  60. 9784bd4 s390/vmlogrdr: fix array access in vmlogrdr_open() by Heiko Carstens · 11 years ago
  61. 22bfda6 s390/sclp: properly detect line mode console by Christian Borntraeger · 11 years ago
  62. 8f0ba63 s390/3270: fix return value check in tty3270_resize_work() by Wei Yongjun · 11 years ago
  63. 6f79d33 s390/vmcore: use vmcore for zfcpdump by Michael Holzheu · 11 years ago
  64. 63df41d6 s390: make various functions static, add declarations to header files by Heiko Carstens · 11 years ago
  65. 82003c3 s390/irq: rework irq subclass handling by Heiko Carstens · 11 years ago
  66. 363fd4c s390/sclp: reword cpu capability change message by Heiko Carstens · 11 years ago
  67. 80cc38b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 11 years ago
  68. 83a35e3 treewide: relase -> release by Geert Uytterhoeven · 11 years ago
  69. 739737e s390/vmwatchdog: do not use static data by Sebastian Ott · 11 years ago
  70. 749d3f9 s390/sclp: remove duplicated include from sclp_ctl.c by Wei Yongjun · 11 years ago
  71. 4bdb613 s390/drivers: Cocci spatch "ptr_ret.spatch" by Thomas Meyer · 11 years ago
  72. d475f94 s390/sclp: Add SCLP character device driver by Michael Holzheu · 11 years ago
  73. 25b41a7 s390/sclp: add parameter to specify number of buffer pages by Martin Schwidefsky · 11 years ago
  74. 1553556 s390/memory hotplug,sclp: get rid of per memory increment usecount by Heiko Carstens · 11 years ago
  75. df1bd59 s390/mem_detect: limit memory detection loop to "mem=" parameter by Heiko Carstens · 11 years ago
  76. 7b1e427 s390/zcore: calculate real memory size using own get_mem_size function by Heiko Carstens · 11 years ago
  77. 507ffe4 Merge tag 'tty-3.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 11 years ago
  78. 94c1636 s390/memory hotplug: prevent offline of active memory increments by Heiko Carstens · 11 years ago
  79. 241fd9b s390/zcore: Fix HSA copy length for last block by Michael Holzheu · 11 years ago
  80. f10ccca s390/cio: ccw_device_force_console don't use static variable by Sebastian Ott · 11 years ago
  81. 188561a s390/cio: wait_cons_dev don't use static variable by Sebastian Ott · 11 years ago
  82. a75a282 s390/monreader: Remove redundant NULL check before kfree by Syam Sidhardhan · 11 years ago
  83. 11b397e Merge 3.9-rc7 intp tty-next by Greg Kroah-Hartman · 11 years ago
  84. ef99f3a Merge 3.9-rc5 into tty-next by Greg Kroah-Hartman · 11 years ago
  85. 1fcbba3 s390/3270: fix minor_start issue by Martin Schwidefsky · 11 years ago
  86. 6aad04f TTY: add tty_port_tty_wakeup helper by Jiri Slaby · 11 years ago
  87. 52319b4 s390/kdump: Do not add standby memory for kdump by Michael Holzheu · 11 years ago
  88. d895cb1 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  89. 496ad9a new helper: file_inode(file) by Al Viro · 11 years ago
  90. 81ec44a Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux by Linus Torvalds · 11 years ago
  91. abf09be s390/mm: implement software dirty bits by Martin Schwidefsky · 12 years ago
  92. 1aae056 s390/time: rename tod clock access functions by Heiko Carstens · 11 years ago
  93. b4b3d12 s390/zcore: Add hsa file by Michael Holzheu · 11 years ago
  94. 4d334fd s390/3270: asynchronous size sensing by Martin Schwidefsky · 12 years ago
  95. c95571e s390/3270: introduce device notifier by Martin Schwidefsky · 11 years ago
  96. 57985d7 s390/3270: fix initialization order in tty3270_alloc_view by Martin Schwidefsky · 11 years ago
  97. 736c9fd s390/3270: readd tty3270_open by Martin Schwidefsky · 11 years ago
  98. 9f9cba8 Merge 3.8-rc5 into tty-next by Greg Kroah-Hartman · 11 years ago
  99. 4f73bc4 tty: Added a CONFIG_TTY option to allow removal of TTY by Joe Millenbach · 11 years ago
  100. 6732c8b TTY: switch tty_schedule_flip by Jiri Slaby · 12 years ago