1. c667aea s390: rename struct _lowcore to struct lowcore by Heiko Carstens · 9 years ago
  2. 3dbc78d s390/smp: save timestamp on external calls by Heiko Carstens · 9 years ago
  3. 1a2c584 s390/dump: cleanup CPU save area handling by Martin Schwidefsky · 9 years ago
  4. 1a36a39 s390/dump: rework CPU register dump code by Martin Schwidefsky · 9 years ago
  5. f08b841 s390/dump: remove SAVE_AREA_BASE by Martin Schwidefsky · 9 years ago
  6. df9694c s390/dump: streamline oldmem copy functions by Martin Schwidefsky · 9 years ago
  7. 8a07dd0 s390/kdump: remove code to create ELF notes in the crashed system by Martin Schwidefsky · 9 years ago
  8. e22cf8c s390/cpumf: rework program parameter setting to detect guest samples by Christian Borntraeger · 9 years ago
  9. b5a6b71 s390/diag: add tracepoint for diagnose calls by Martin Schwidefsky · 9 years ago
  10. 1ec2772 s390/diag: add a statistic for diagnose calls by Martin Schwidefsky · 9 years ago
  11. e7f596d s390/smp: add missing __init annotation to __smp_store_cpu_state() by Heiko Carstens · 10 years ago
  12. 1af135a s390/kdump: fix compile for !SMP by Heiko Carstens · 10 years ago
  13. 1592a8e s390/kdump: fix nosmt kernel parameter by Michael Holzheu · 10 years ago
  14. d08d943 s390/smp: cleanup core vs. cpu in the SCLP interface by Martin Schwidefsky · 10 years ago
  15. e7086eb s390/smp: fix sigp cpu detection loop by Martin Schwidefsky · 10 years ago
  16. 3a9f3fe s390/sclp: get rid of sclp_get_mtid() and sclp_get_mtid_max() by David Hildenbrand · 10 years ago
  17. 37c5f6c s390/sclp: unify basic sclp access by exposing "struct sclp" by David Hildenbrand · 10 years ago
  18. 9747bc4 s390/sclp: prepare smp_fill_possible_mask for global "struct sclp" by David Hildenbrand · 10 years ago
  19. a1307bb s390/smp: wait until secondaries are active & online by Heiko Carstens · 10 years ago
  20. 5a79859 s390: remove 31 bit support by Heiko Carstens · 10 years ago
  21. 2f859d0 s390/smp: reduce size of struct pcpu by Heiko Carstens · 10 years ago
  22. 032f1be s390/smp: remove check for CONFIG_ZFCPDUMP by Paul Bolle · 10 years ago
  23. 10ad34b s390: add SMT support by Martin Schwidefsky · 10 years ago
  24. c933146 s390/ftrace,kprobes: allow to patch first instruction by Heiko Carstens · 10 years ago
  25. a62bc07 s390/kdump: add support for vector extension by Michael Holzheu · 10 years ago
  26. 8070361 s390: add support for vector extension by Martin Schwidefsky · 10 years ago
  27. b5f87f1 s390/idle: consolidate idle functions and definitions by Martin Schwidefsky · 10 years ago
  28. fe0f497 s390/nohz: use a per-cpu flag for arch_needs_cpu by Martin Schwidefsky · 10 years ago
  29. d59b93d s390/rwlock: use directed yield for write-locked rwlocks by Martin Schwidefsky · 10 years ago
  30. f4192bf s390/smp: Avoid busy loop after halt and "begin" on z/VM by Michael Holzheu · 11 years ago
  31. bf28a59 s390/dump: Remove CONFIG_ZFCPDUMP by Michael Holzheu · 11 years ago
  32. 6c8cd5b s390/spinlock: optimize spinlock code sequence by Philipp Hachtmann · 11 years ago
  33. e7c46c6 s390/smp: fix smp_stop_cpu() for !CONFIG_SMP by Heiko Carstens · 11 years ago
  34. d586c86 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux by Linus Torvalds · 11 years ago
  35. 467a9e1 Merge tag 'cpu-hotplug-3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 11 years ago
  36. 1b948d6 s390/mm,tlb: optimize TLB flushing for zEC12 by Martin Schwidefsky · 11 years ago
  37. 1dad093 s390/irq: Use defines for external interruption codes by Thomas Huth · 11 years ago
  38. f4edbcd s390, smp: Fix CPU hotplug callback registration by Srivatsa S. Bhat · 11 years ago
  39. cf813db s390/smp: limit number of cpus in possible cpu mask by Heiko Carstens · 11 years ago
  40. f479c01 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux by Linus Torvalds · 11 years ago
  41. d80512f s390/smp: improve setup of possible cpu mask by Heiko Carstens · 11 years ago
  42. 96619fc s390/smp: reduce memory consumption of pcpu_devices array by Heiko Carstens · 11 years ago
  43. dea2419 s390/smp: only send external call ipi if needed by Heiko Carstens · 11 years ago
  44. 4560e7c s390/vtime: correct idle time calculation by Martin Schwidefsky · 11 years ago
  45. 5895294 s390: Remove zfcpdump NR_CPUS dependency by Michael Holzheu · 11 years ago
  46. e258d71 s390/uaccess: always run the kernel in home space by Martin Schwidefsky · 11 years ago
  47. 63df41d6 s390: make various functions static, add declarations to header files by Heiko Carstens · 11 years ago
  48. e2741f1 s390: delete __cpuinit usage from all s390 files by Paul Gortmaker · 12 years ago
  49. b6ed49e s390/smp: get rid of generic_smp_call_function_interrupt by Heiko Carstens · 12 years ago
  50. 9acf73b s390/smp: lost IPIs on cpu hotplug by Heiko Carstens · 12 years ago
  51. a4eeea4 s390/smp: fix cpu re-scan vs. cpu state by Martin Schwidefsky · 12 years ago
  52. 8700c95 Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  53. dc7ee00 s390: lowcore stack pointer offsets by Martin Schwidefsky · 12 years ago
  54. 52c0065 s390: Use generic idle loop by Thomas Gleixner · 12 years ago
  55. 1aae056 s390/time: rename tod clock access functions by Heiko Carstens · 12 years ago
  56. 93f3b2e s390/irq: count cpu restart events by Heiko Carstens · 12 years ago
  57. 420f42e s390/irq: remove split irq fields from /proc/stat by Heiko Carstens · 12 years ago
  58. eba6197 s390/smp: fix section mismatch for smp_add_present_cpu() by Heiko Carstens · 12 years ago
  59. b881bc4 ARCH: drivers remove __dev* attributes. by Greg Kroah-Hartman · 12 years ago
  60. 41459d3 s390: add uninitialized_var() to suppress false positive compiler warnings by Heiko Carstens · 12 years ago
  61. 50ab9a9 s390/smp,topology: add polarization member to pcpu struct by Heiko Carstens · 12 years ago
  62. c5e3acd s390/smp: avoid concurrent write to sigp status field by Heiko Carstens · 12 years ago
  63. 1c72592 s390/cpu hotplug: mask out CPU_TASKS_FROZEN in cu hotplug notifiers by Heiko Carstens · 12 years ago
  64. 7755d6b s390/cpu hotplug: use hotcpu_notifier() instead of register_cpu_notifier() by Heiko Carstens · 12 years ago
  65. e017507 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux by Linus Torvalds · 13 years ago
  66. 27f6b41 s390/vtimer: rework virtual timer interface by Martin Schwidefsky · 13 years ago
  67. a53c8fa s390/comments: unify copyright messages and remove file names by Heiko Carstens · 13 years ago
  68. 0008204 s390/idle: fix sequence handling vs cpu hotplug by Heiko Carstens · 13 years ago
  69. fbe7656 s390/smp: make absolute lowcore / cpu restart parameter accesses more robust by Heiko Carstens · 13 years ago
  70. 46ce7fb S390: Smp: remove call to ipi_call_lock()/ipi_call_unlock() by Yong Zhang · 13 years ago
  71. eb54619 s390/sigp: use sigp order code defines in assembly code by Heiko Carstens · 13 years ago
  72. a095a8a s390/smp: use sigp cpu status definitions by Heiko Carstens · 13 years ago
  73. a9ae32c s390/smp/kvm: unifiy sigp definitions by Heiko Carstens · 13 years ago
  74. 524b24a s390/smp: remove redundant check by Heiko Carstens · 13 years ago
  75. b9e3f77 s390/cpu: remove cpu "capabilities" sysfs attribute by Heiko Carstens · 13 years ago
  76. 061da3d s390/kernel: Fix smp_call_ipl_cpu() for offline CPUs by Michael Holzheu · 13 years ago
  77. d7b7cde s390/kernel: Remove OS info init function call and diag 308 for kdump by Michael Holzheu · 13 years ago
  78. bf67f3a Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 13 years ago
  79. 9d0f46a s390/smp: get rid of compile warning by Heiko Carstens · 13 years ago
  80. e80e781 s390: Use generic idle thread allocation by Thomas Gleixner · 13 years ago
  81. 8239c25 smp: Add task_struct argument to __cpu_up() by Thomas Gleixner · 13 years ago
  82. 1e3cab2 [S390] Fix build errors (fallout from system.h disintegration) by Heiko Carstens · 13 years ago
  83. db14179 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux by Linus Torvalds · 13 years ago
  84. c6da39f [S390] kernel: Pass correct stack for smp_call_ipl_cpu() by Michael Holzheu · 13 years ago
  85. 5fbd036 sched: Cleanup cpu_active madness by Peter Zijlstra · 13 years ago
  86. 4857d4b [S390] kernel: Add OS info memory interface by Michael Holzheu · 13 years ago
  87. 3ab121a [S390] kernel: Add z/VM LGR detection by Michael Holzheu · 13 years ago
  88. fde15c3 [S390] irq: external interrupt code passing by Heiko Carstens · 13 years ago
  89. 4c1051e [S390] rework idle code by Martin Schwidefsky · 13 years ago
  90. 8b646bd [S390] rework smp code by Martin Schwidefsky · 13 years ago
  91. 72f3188 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux by Linus Torvalds · 13 years ago
  92. 85ac7ca [S390] outstanding interrupts vs. smp_send_stop by Martin Schwidefsky · 13 years ago
  93. d68bddb [S390] topology: increase poll frequency if change is anticipated by Heiko Carstens · 13 years ago
  94. c532890 [S390] entry[64].S improvements by Martin Schwidefsky · 13 years ago
  95. 83a24e3 [S390] topology: get rid of ifdefs by Heiko Carstens · 13 years ago
  96. 3931723 [S390] kernel: Fix smp_switch_to_ipl_cpu() stack frame setup by Michael Holzheu · 13 years ago
  97. 272f01b [S390] irq: fix accounting of external call/emergency signal by Heiko Carstens · 13 years ago
  98. 8a25a2f cpu: convert 'cpu' and 'machinecheck' sysdev_class to a regular subsystem by Kay Sievers · 13 years ago
  99. 2a3a2d6 [S390] irqstats: split IPI interrupt accounting by Heiko Carstens · 13 years ago
  100. d98e19c [S390] smp: external call vs. emergency signal by Martin Schwidefsky · 13 years ago