1. 9cb1cce s390: remove all usages of PSW_ADDR_INSN by Heiko Carstens · 9 years ago
  2. fecc868a s390: remove all usages of PSW_ADDR_AMODE by Heiko Carstens · 9 years ago
  3. 696aafd s390: wire up copy_file_range syscall by Heiko Carstens · 9 years ago
  4. cd17e15 s390: remove superfluous memblock_alloc() return value checks by Heiko Carstens · 9 years ago
  5. 0f0836b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/livepatching by Linus Torvalds · 9 years ago
  6. cbd88cd Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux by Linus Torvalds · 9 years ago
  7. 1baa5ef Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 9 years ago
  8. 249c543 s390/vdso: optimize getcpu system call by Martin Schwidefsky · 9 years ago
  9. 0dab3e0 s390: drop smp_mb in vdso_init by Michael S. Tsirkin · 9 years ago
  10. c667aea s390: rename struct _lowcore to struct lowcore by Heiko Carstens · 9 years ago
  11. 7022ec4 s390/sysinfo: add missing SYSIB 1.2.2 multithreading fields by Heiko Carstens · 9 years ago
  12. 9236b4d s390: get rid of CONFIG_SCHED_MC and CONFIG_SCHED_BOOK by Heiko Carstens · 9 years ago
  13. 3dbc78d s390/smp: save timestamp on external calls by Heiko Carstens · 9 years ago
  14. e527aec s390/sysinfo: Remove unused variables by Christian Borntraeger · 9 years ago
  15. f9101e6 s390/traps: Remove unused variable by Christian Borntraeger · 9 years ago
  16. 6527f6e s390: compile head.S always with -march=z900 by Heiko Carstens · 9 years ago
  17. 0358ecf s390/facilities: make use of generated facility list by Heiko Carstens · 9 years ago
  18. 76cdd44 s390/facilities: always use lowcore's stfle field for storing facility bits by Heiko Carstens · 9 years ago
  19. 9552a66 s390/facilities: use stfl mnemonic instead of insn magic by Heiko Carstens · 9 years ago
  20. 272fa59 s390/dis: Fix handling of format specifiers by Michael Holzheu · 9 years ago
  21. 7523e4d module: use a structure to encapsulate layout. by Rusty Russell · 9 years ago
  22. 7f16d7e s390: show virtualization support in /proc/cpuinfo by David Hildenbrand · 10 years ago
  23. 419123f s390/spinlock: do not yield to a CPU in udelay/mdelay by Martin Schwidefsky · 9 years ago
  24. 3f975df s390/sclp: Add VT220 support to early sclp console by Sascha Silbe · 9 years ago
  25. 561e103 s390/dis: Fix printing of the register numbers by Christian Borntraeger · 9 years ago
  26. 1a2c584 s390/dump: cleanup CPU save area handling by Martin Schwidefsky · 9 years ago
  27. 1a36a39 s390/dump: rework CPU register dump code by Martin Schwidefsky · 9 years ago
  28. f08b8414 s390/dump: remove SAVE_AREA_BASE by Martin Schwidefsky · 9 years ago
  29. d9a3a09 s390/kvm: remove dependency on struct save_area definition by Martin Schwidefsky · 9 years ago
  30. df9694c s390/dump: streamline oldmem copy functions by Martin Schwidefsky · 9 years ago
  31. 8a07dd0 s390/kdump: remove code to create ELF notes in the crashed system by Martin Schwidefsky · 9 years ago
  32. f52c74f s390: remove SALIPL loader by Heiko Carstens · 9 years ago
  33. 932f608 s390: wire up mlock2 system call by Heiko Carstens · 9 years ago
  34. ddfd4a0 s390: remove g5 elf platform support by Heiko Carstens · 9 years ago
  35. c7e8b2c s390: avoid cache aliasing under z/VM and KVM by Martin Schwidefsky · 9 years ago
  36. f07f21b s390/sclp: _sclp_wait_int(): retain full PSW mask by Sascha Silbe · 9 years ago
  37. 18e22a1 s390: add support for ipl devices in subchannel sets > 0 by Sebastian Ott · 10 years ago
  38. e0bedad s390/ipl: fix out of bounds access in scpdata_write by Sebastian Ott · 9 years ago
  39. 230ccb3 s390/diag: add a s390 prefix to the diagnose trace point by Martin Schwidefsky · 9 years ago
  40. c6eafbf s390/head: fix error message on unsupported hardware by Sascha Silbe · 9 years ago
  41. e627078 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux by Linus Torvalds · 9 years ago
  42. b38fecc s390: remove runtime instrumentation interrupts by Martin Schwidefsky · 9 years ago
  43. 55a423b s390/kernel: fix ptrace peek/poke for floating point registers by Martin Schwidefsky · 9 years ago
  44. 439eb13 s390/topology: reduce per_cpu() invocations by Heiko Carstens · 9 years ago
  45. 3632496 s390/nmi: reduce size of percpu variable by Heiko Carstens · 9 years ago
  46. 975be63 s390/nmi: fix terminology by Heiko Carstens · 9 years ago
  47. dc6e155 s390/nmi: remove casts by Heiko Carstens · 9 years ago
  48. 3d68286 s390/nmi: remove pointless error strings by Heiko Carstens · 9 years ago
  49. b075390 s390/fpu: split fpu-internal.h into fpu internals, api, and type headers by Hendrik Brueckner · 9 years ago
  50. 29b0a82 s390/etr,stp: fix possible deadlock on machine check by Heiko Carstens · 9 years ago
  51. db7e007 s390/udelay: make udelay have busy loop semantics by Heiko Carstens · 9 years ago
  52. e22cf8c s390/cpumf: rework program parameter setting to detect guest samples by Christian Borntraeger · 9 years ago
  53. 6a62b48 s390/asm: make use of the OFFSET macro to define assember constants by Martin Schwidefsky · 9 years ago
  54. 83abeff s390/entry: add assembler macro to conveniently tests under mask by Hendrik Brueckner · 9 years ago
  55. 0ac2777 s390/fpu: add static FPU save area for init_task by Hendrik Brueckner · 9 years ago
  56. b5510d9 s390/fpu: always enable the vector facility if it is available by Hendrik Brueckner · 9 years ago
  57. b5a6b71 s390/diag: add tracepoint for diagnose calls by Martin Schwidefsky · 9 years ago
  58. 1ec2772 s390/diag: add a statistic for diagnose calls by Martin Schwidefsky · 9 years ago
  59. 3c4aac8 s390/crash_dump: use for_each_mem_range by Alexander Kuleshov · 9 years ago
  60. 33b5881 s390/vdso: use correct memory barrier by Christian Borntraeger · 9 years ago
  61. d3df65c Merge branch 'perf/urgent' into perf/core, before pulling new changes by Ingo Molnar · 9 years ago
  62. 72d38b1 s390/vtime: correct scaled cputime of partially idle CPUs by Martin Schwidefsky · 9 years ago
  63. 6afc0c2 Merge branch 'linus' into perf/core, to pick up fixes before applying new changes by Ingo Molnar · 9 years ago
  64. 977108f s390: wire up separate socketcalls system calls by Heiko Carstens · 9 years ago
  65. 7681df4 s390/compat: remove superfluous compat wrappers by Heiko Carstens · 9 years ago
  66. a55b2ae s390/compat: do not trace compat wrapper functions by Heiko Carstens · 9 years ago
  67. 96d4ee8 s390/s390x: allocate sys_membarrier system call number by Mathieu Desnoyers · 9 years ago
  68. 0224357 s390: wire up userfaultfd system call by Heiko Carstens · 9 years ago
  69. 61cc379 s390/vtime: correct scaled cputime for SMT by Martin Schwidefsky · 9 years ago
  70. 58f8e9d s390/cpum_cf: Corrected return code for unauthorized counter sets by Hendrik Brueckner · 9 years ago
  71. 8d4bd0e s390/compat: correct uc_sigmask of the compat signal frame by Martin Schwidefsky · 9 years ago
  72. 9380cf5 s390: fix floating point register corruption by Heiko Carstens · 9 years ago
  73. 88d6425 s390/hibernate: fix save and restore of vector registers by Martin Schwidefsky · 9 years ago
  74. 8f3e568 perf/core: Drop PERF_EVENT_TXN by Sukadev Bhattiprolu · 9 years ago
  75. fbbe070 perf/core: Add a 'flags' parameter to the PMU transactional interfaces by Sukadev Bhattiprolu · 9 years ago
  76. ca520ca Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  77. 5e359bf Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  78. 9c6a019 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux by Linus Torvalds · 9 years ago
  79. 44e98ed Merge tag 'kvm-4.3-1' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 9 years ago
  80. e4ec735 s390/jump_label: Use %*ph to print small buffers by Alexander Kuleshov · 9 years ago
  81. 24d05ff s390/nmi: initialize control register 0 earlier by Heiko Carstens · 9 years ago
  82. 89b1145 s390/setup: fix novx parameter by Martin Schwidefsky · 9 years ago
  83. a69db2f s390/facilities: remove transactional-execution bits by Heiko Carstens · 9 years ago
  84. c0e5dda s390/numa: re-add DIE sched_domain_topology_level by Michael Holzheu · 9 years ago
  85. f52609f Merge branch 'locking/arch-atomic' into locking/core, because it's ready for upstream by Ingo Molnar · 9 years ago
  86. 07aeed3 s390/time: Migrate to new 'set-state' interface by Viresh Kumar · 9 years ago
  87. aad1b68 s390/vdso: emit a GNU hash by Martin Schwidefsky · 9 years ago
  88. 3a3814c s390/topology: remove topology lock by Michael Holzheu · 9 years ago
  89. fdf0365 KVM: s390: host STP toleration for VMs by Fan Zhang · 10 years ago
  90. f341b8d s390/vtime: limit MT scaling value updates by Martin Schwidefsky · 9 years ago
  91. 3a368f7 s390/numa: add core infrastructure by Philipp Hachtmann · 11 years ago
  92. 76b235c jump_label: Rename JUMP_LABEL_{EN,DIS}ABLE to JUMP_LABEL_{JMP,NOP} by Peter Zijlstra · 9 years ago
  93. 888d5e9 KVM: s390: use pid of cpu thread for sampling tagging by Christian Borntraeger · 9 years ago
  94. d0164ee s390/kernel: remove save_fpu_regs() parameter and use __LC_CURRENT instead by Hendrik Brueckner · 10 years ago
  95. e7f596d s390/smp: add missing __init annotation to __smp_store_cpu_state() by Heiko Carstens · 9 years ago
  96. 22362a0 s390/sclp: convert early sclp console code to C by Martin Schwidefsky · 9 years ago
  97. 0b991f5 s390/cachinfo: add missing facility check to init_cache_level() by Heiko Carstens · 9 years ago
  98. 805de8f4 atomic: Replace atomic_{set,clear}_mask() usage by Peter Zijlstra · 10 years ago
  99. 2acb94f s390/nmi: use the normal asynchronous stack for machine checks by Martin Schwidefsky · 10 years ago
  100. a359bb1 s390/kernel: squeeze a few more cycles out of the system call handler by Martin Schwidefsky · 10 years ago