1. fcb1c2d s390: wire up bpf syscall by Heiko Carstens · 10 years ago
  2. 0429fbc Merge branch 'for-3.18-consistent-ops' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu by Linus Torvalds · 10 years ago
  3. 1ee07ef Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux by Linus Torvalds · 10 years ago
  4. faafcba Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  5. 754c780 Merge branch 'for-v3.18' of git://git.linaro.org/people/mszyprowski/linux-dma-mapping by Linus Torvalds · 10 years ago
  6. afa3536 Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  7. 53255c9 s390/ftrace: remove 31 bit ftrace support by Heiko Carstens · 10 years ago
  8. a62bc07 s390/kdump: add support for vector extension by Michael Holzheu · 10 years ago
  9. 3585cb0 s390/disassembler: add vector instructions by Martin Schwidefsky · 10 years ago
  10. 8070361 s390: add support for vector extension by Martin Schwidefsky · 10 years ago
  11. b5f87f1 s390/idle: consolidate idle functions and definitions by Martin Schwidefsky · 10 years ago
  12. fe0f497 s390/nohz: use a per-cpu flag for arch_needs_cpu by Martin Schwidefsky · 10 years ago
  13. e4e6567 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 10 years ago
  14. 347abad sched, time: Fix build error with 64 bit cputime_t on 32 bit systems by Rik van Riel · 10 years ago
  15. ce2e4f0 KVM: s390: count vcpu wakeups in stat.halt_wakeup by David Hildenbrand · 10 years ago
  16. cfb0b24 s390/mm: make use of ipte range facility by Heiko Carstens · 10 years ago
  17. 2a0a5b2 s390/uprobes: architecture backend for uprobes by Jan Willeke · 10 years ago
  18. 975fab1 s390/uprobes: common library for kprobes and uprobes by Jan Willeke · 10 years ago
  19. bbae71b s390/rwlock: use the interlocked-access facility 1 instructions by Martin Schwidefsky · 10 years ago
  20. 2684e73 s390/rwlock: remove interrupt-enabling rwlock variant. by Martin Schwidefsky · 10 years ago
  21. 6a5c148 s390/mm: remove change bit override support by Heiko Carstens · 10 years ago
  22. d59b93d s390/rwlock: use directed yield for write-locked rwlocks by Martin Schwidefsky · 10 years ago
  23. 8f933b1 s390/hmcdrv: HMC drive CD/DVD access by Ralf Hoppe · 12 years ago
  24. c5c38ef irq_work: Introduce arch_irq_work_has_interrupt() by Peter Zijlstra · 10 years ago
  25. 5102ee8 KVM: CPACF: Enable MSA4 instructions for kvm guest by Tony Krowiak · 11 years ago
  26. 4423028 s390/spinlock: optimize spin_unlock code by Heiko Carstens · 10 years ago
  27. 3d1e220 s390/ftrace: optimize mcount code by Heiko Carstens · 10 years ago
  28. 10dec7d s390/ftrace: add HAVE_DYNAMIC_FTRACE_WITH_REGS support by Heiko Carstens · 10 years ago
  29. 2481a87 s390/ftrace: optimize function graph caller code by Heiko Carstens · 10 years ago
  30. b7eacb5 s390/vdso: add vdso support for coarse clocks by Martin Schwidefsky · 10 years ago
  31. b7d5006 s390: remove unused MACHINE_FLAG_RRBM by Heiko Carstens · 10 years ago
  32. 35af256 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux by Linus Torvalds · 10 years ago
  33. 2b12164 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 10 years ago
  34. 1951497 KVM: s390/mm: Fix guest storage key corruption in ptep_set_access_flags by Christian Borntraeger · 10 years ago
  35. 3e03d4c KVM: s390/mm: Fix storage key corruption during swapping by Christian Borntraeger · 10 years ago
  36. 6992860 s390/ipl: Add missing SCSI loadparm attributes to /sys/firmware by Michael Holzheu · 10 years ago
  37. 13a34e0 KVM: remove garbage arg to *hardware_{en,dis}able by Radim Krčmář · 10 years ago
  38. 0865e63 KVM: static inline empty kvm_arch functions by Radim Krčmář · 10 years ago
  39. 6564730 KVM: forward declare structs in kvm_types.h by Paolo Bonzini · 10 years ago
  40. eb7e7d7 s390: Replace __get_cpu_var uses by Christoph Lameter · 10 years ago
  41. f079e95 KVM: s390/mm: remove outdated gmap data structures by Martin Schwidefsky · 10 years ago
  42. c6c956b KVM: s390/mm: support gmap page tables with less than 5 levels by Martin Schwidefsky · 11 years ago
  43. 527e30b KVM: s390/mm: use radix trees for guest to host mappings by Martin Schwidefsky · 11 years ago
  44. 90114d6 s390: Implement dma_{alloc,free}_attrs() by Thierry Reding · 10 years ago
  45. 6e0a043 KVM: s390/mm: cleanup gmap function arguments, variable names by Martin Schwidefsky · 11 years ago
  46. 9da4e38 KVM: s390/mm: readd address parameter to gmap_do_ipte_notify by Martin Schwidefsky · 11 years ago
  47. 55dbbdd KVM: s390/mm: readd address parameter to pgste_ipte_notify by Martin Schwidefsky · 11 years ago
  48. b028ee3 KVM: s390: synchronize more registers with kvm_run by David Hildenbrand · 10 years ago
  49. 7bb1cdb s390: wire up memfd_create syscall by Heiko Carstens · 10 years ago
  50. b8a7a99 s390: wire up seccomp and getrandom syscalls by Heiko Carstens · 10 years ago
  51. a6c19df arm64,ia64,ppc,s390,sh,tile,um,x86,mm: remove default gate area by Andy Lutomirski · 10 years ago
  52. 308c09f lib/scatterlist: make ARCH_HAS_SG_CHAIN an actual Kconfig by Laura Abbott · 10 years ago
  53. ebb067d Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux by Linus Torvalds · 10 years ago
  54. ef35ad2 Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  55. 8efb90c Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  56. 8533ce7 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 10 years ago
  57. 152125b s390/mm: implement dirty bits for large segment table entries by Martin Schwidefsky · 10 years ago
  58. dc29588 s390/seccomp: fix error return for filtered system calls by Jan Willeke · 10 years ago
  59. 5030c69 Merge tag 'v3.16-rc7' into perf/core, to merge in the latest fixes before applying new changes by Ingo Molnar · 10 years ago
  60. 5245c92 s390/qdio: add helpers to manage qdio buffers by Sebastian Ott · 11 years ago
  61. e59d120 KVM: s390: add ipte to trace event decoding by Christian Borntraeger · 10 years ago
  62. ea74c0e KVM: s390: remove the tasklet used by the hrtimer by David Hildenbrand · 11 years ago
  63. 0759d06 KVM: s390: cleanup handle_wait by reusing kvm_vcpu_block by David Hildenbrand · 11 years ago
  64. 3a6bfbc arch, locking: Ciao arch_mutex_cpu_relax() by Davidlohr Bueso · 11 years ago
  65. 3be8e2a perf kvm: Add stat support on s390 by Alexander Yarygin · 11 years ago
  66. 9f86745 s390: fix restore of invalid floating-point-control by Martin Schwidefsky · 10 years ago
  67. 6352e4d KVM: s390: implement KVM_(S|G)ET_MP_STATE for user space state control by David Hildenbrand · 11 years ago
  68. 4f23174 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 11 years ago
  69. d09a08e KVM: s390: add sie.h uapi header file to Kbuild and remove header dependency by Heiko Carstens · 11 years ago
  70. b9c9a33b s390/compat: correct ucontext layout for high gprs by Martin Schwidefsky · 11 years ago
  71. f8b1350 s390/uaccess: always load the kernel ASCE after task switch by Martin Schwidefsky · 11 years ago
  72. b05d59d Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm into next by Linus Torvalds · 11 years ago
  73. c84a1e3 Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip into next by Linus Torvalds · 11 years ago
  74. 776edb5 Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip into next by Linus Torvalds · 11 years ago
  75. 5a5e653 KVM: s390: Intercept the tprot instruction by Matthew Rosato · 12 years ago
  76. 63aef00 s390/lowcore: replace lowcore irb array with a per-cpu variable by Martin Schwidefsky · 11 years ago
  77. 993072e s390/lowcore: reserve 96 bytes for IRB in lowcore by Christian Borntraeger · 11 years ago
  78. 65c2ce7 Merge tag 'v3.15-rc6' into sched/core, to pick up the latest fixes by Ingo Molnar · 11 years ago
  79. bae8f56 s390/spinlock,rwlock: always to a load-and-test first by Martin Schwidefsky · 11 years ago
  80. 2bf29df s390/cio: fix multiple structure definitions by Sebastian Ott · 11 years ago
  81. c9ca784 s390/uaccess: provide inline variants of get_user/put_user by Heiko Carstens · 11 years ago
  82. ac4995b s390/pci: add some new arch specific pci attributes by Sebastian Ott · 11 years ago
  83. 93065d0 s390/pci: use pdev->dev.groups for attribute creation by Sebastian Ott · 11 years ago
  84. d3a73ac s390: split TIF bits into CIF, PIF and TIF bits by Martin Schwidefsky · 11 years ago
  85. beef560 s390/uaccess: simplify control register updates by Martin Schwidefsky · 11 years ago
  86. f4192bf s390/smp: Avoid busy loop after halt and "begin" on z/VM by Michael Holzheu · 11 years ago
  87. 0d234a2 s390: fix new ccwgroup.h kernel-doc warning by Randy Dunlap · 11 years ago
  88. 6c8cd5b s390/spinlock: optimize spinlock code sequence by Philipp Hachtmann · 11 years ago
  89. 5b3f683 s390/spinlock: cleanup spinlock code by Philipp Hachtmann · 11 years ago
  90. 50be634 s390/mm: Convert bootmem to memblock by Philipp Hachtmann · 11 years ago
  91. fda902c KVM: s390: split SIE state guest prefix field by Michael Mueller · 11 years ago
  92. 570126d s390/sclp: add sclp_get_ibc function by Michael Mueller · 11 years ago
  93. 4953919 KVM: s390: interpretive execution of SIGP EXTERNAL CALL by David Hildenbrand · 11 years ago
  94. 05db1f6 KVM: s390: decoder of SIE intercepted instructions by Alexander Yarygin · 11 years ago
  95. ceae283 KVM: s390: add sie exit reasons tables by Alexander Yarygin · 11 years ago
  96. 2dfd747 sched, s390: Create a dedicated topology table by Vincent Guittot · 11 years ago
  97. 143e1e2 sched: Rework sched_domain topology definition by Vincent Guittot · 11 years ago
  98. f14d82e KVM: s390: Fix external interrupt interception by Thomas Huth · 11 years ago
  99. 8ad3575 KVM: s390: enable IBS for single running VCPUs by David Hildenbrand · 11 years ago
  100. ac6c9e2 Merge branch 'safe-dirty-tlb-flush' by Linus Torvalds · 11 years ago