1. 1252b33 arm64: KVM: Enable minimalistic support for Cortex-A53 by Marc Zyngier · 11 years ago
  2. c814ca0 ARM: Check if a CPU has gone offline by Ashwin Chaugule · 11 years ago
  3. e1cd3b3 Documentation: devicetree: Add new binding for PSCIv0.2 by Ashwin Chaugule · 11 years ago
  4. e71246a PSCI: Add initial support for PSCIv0.2 functions by Ashwin Chaugule · 11 years ago
  5. 4447a20 ARM/ARM64: KVM: Advertise KVM_CAP_ARM_PSCI_0_2 to user space by Anup Patel · 11 years ago
  6. b376d02 ARM/ARM64: KVM: Emulate PSCI v0.2 CPU_SUSPEND by Anup Patel · 11 years ago
  7. aa8aeef ARM/ARM64: KVM: Fix CPU_ON emulation for PSCI v0.2 by Anup Patel · 11 years ago
  8. bab0b430 ARM/ARM64: KVM: Emulate PSCI v0.2 MIGRATE_INFO_TYPE and related functions by Anup Patel · 11 years ago
  9. e6bc13c8 ARM/ARM64: KVM: Emulate PSCI v0.2 AFFINITY_INFO by Anup Patel · 11 years ago
  10. 4b12382 ARM/ARM64: KVM: Emulate PSCI v0.2 SYSTEM_OFF and SYSTEM_RESET by Anup Patel · 11 years ago
  11. 8ad6b63 KVM: Add KVM_EXIT_SYSTEM_EVENT to user space API header by Anup Patel · 11 years ago
  12. e8e7fcc ARM/ARM64: KVM: Make kvm_psci_call() return convention more flexible by Anup Patel · 11 years ago
  13. 50bb0c9 KVM: Documentation: Add info regarding KVM_ARM_VCPU_PSCI_0_2 feature by Anup Patel · 11 years ago
  14. 7d0f84a ARM/ARM64: KVM: Add base for PSCI v0.2 emulation by Anup Patel · 11 years ago
  15. e546eea ARM/ARM64: KVM: Add common header for PSCI related defines by Anup Patel · 11 years ago
  16. 717abd2 KVM: Add capability to advertise PSCI v0.2 support by Anup Patel · 11 years ago
  17. 198c74f KVM: MMU: flush tlb out of mmu lock when write-protect the sptes by Xiao Guangrong · 11 years ago
  18. 7f31c95 KVM: MMU: flush tlb if the spte can be locklessly modified by Xiao Guangrong · 11 years ago
  19. c126d94 KVM: MMU: lazily drop large spte by Xiao Guangrong · 11 years ago
  20. 92a476c KVM: MMU: properly check last spte in fast_page_fault() by Xiao Guangrong · 11 years ago
  21. a086f6a Revert "KVM: Simplify kvm->tlbs_dirty handling" by Xiao Guangrong · 11 years ago
  22. 42bf549 KVM: x86: Processor mode may be determined incorrectly by Nadav Amit · 11 years ago
  23. e6e39f0 KVM: x86: IN instruction emulation should ignore REP-prefix by Nadav Amit · 11 years ago
  24. 346874c KVM: x86: Fix CR3 reserved bits by Nadav Amit · 11 years ago
  25. 671bd99 KVM: x86: Fix wrong/stuck PMU when guest does not use PMI by Nadav Amit · 11 years ago
  26. e0ba1a6 KVM: nVMX: Advertise support for interrupt acknowledgement by Bandan Das · 11 years ago
  27. 77b0f5d KVM: nVMX: Ack and write vector info to intr_info if L1 asks us to by Bandan Das · 11 years ago
  28. 4b85507 KVM: nVMX: Don't advertise single context invalidation for invept by Bandan Das · 11 years ago
  29. fd2a445 KVM: VMX: Advance rip to after an ICEBP instruction by Huw Davies · 11 years ago
  30. 63b5cf0 Merge tag 'kvm-s390-20140422' of git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux into queue by Marcelo Tosatti · 11 years ago
  31. e325fe6 KVM: s390: Factor out handle_itdb to handle TX aborts by Michael Mueller · 11 years ago
  32. a86dcc24 KVM: s390: replace TDB_ADDR by __LC_PGM_TDB by Michael Mueller · 11 years ago
  33. 67335e6 KVM: s390: Drop pending interrupts on guest exit by Christian Borntraeger · 11 years ago
  34. f71d0dc KVM: s390: no timer interrupts when single-stepping a guest by David Hildenbrand · 11 years ago
  35. bb78c5e KVM: s390: move timer interrupt checks into own functions by David Hildenbrand · 11 years ago
  36. ffad018 KVM: s390: add documentation for diag 501 by David Hildenbrand · 11 years ago
  37. 27291e2 KVM: s390: hardware support for guest debugging by David Hildenbrand · 11 years ago
  38. af1827e KVM: s390: kernel header addition for guest debugging by David Hildenbrand · 11 years ago
  39. aba0750 KVM: s390: emulate stctl and stctg by David Hildenbrand · 11 years ago
  40. 8712836 KVM: s390: deliver program irq parameters and use correct ilc by David Hildenbrand · 11 years ago
  41. 439716a KVM: s390: extract irq parameters of intercepted program irqs by David Hildenbrand · 11 years ago
  42. da7cf25 s390: add fields to lowcore definition by Jens Freimann · 11 years ago
  43. 21ee7ff s390: rename and split lowcore field per_perc_atmid by Jens Freimann · 11 years ago
  44. 3d53b46 s390: fix name of lowcore field at offset 0xa3 by Jens Freimann · 11 years ago
  45. e497a96 KVM: s390: cleanup kvm_s390_real_to_abs() by Heiko Carstens · 11 years ago
  46. 3263bd1 KVM: s390: remove old guest access functions by Heiko Carstens · 11 years ago
  47. 645c5bc KVM: s390: convert handle_stsi() by Heiko Carstens · 11 years ago
  48. f987a3e KVM: s390: convert handle lctl[g]() by Heiko Carstens · 11 years ago
  49. 7d777d7 KVM: s390: convert handle_stidp() by Heiko Carstens · 11 years ago
  50. 2d8bcae KVM: s390: convert handle_lpsw[e]() by Heiko Carstens · 11 years ago
  51. 2f32d4e KVM: s390: reinject io interrupt on tpi failure by Cornelia Huck · 11 years ago
  52. 4799b55 KVM: s390: convert handle_tpi() by Heiko Carstens · 11 years ago
  53. ef23e77 KVM: s390: convert handle_test_block() by Heiko Carstens · 11 years ago
  54. 8b96de0 KVM: s390: convert handle_store_cpu_address() by Heiko Carstens · 11 years ago
  55. f748f4a KVM: s390: convert handle_store_prefix() by Heiko Carstens · 11 years ago
  56. 0e7a3f9 KVM: s390: convert handle_set_clock() by Heiko Carstens · 11 years ago
  57. 665170c KVM: s390: convert __sigp_set_prefix()/handle_set_prefix() by Heiko Carstens · 11 years ago
  58. d0bce60 KVM: s390: convert kvm_s390_store_status_unloaded() by Heiko Carstens · 11 years ago
  59. 0040e7d KVM: s390: convert handle_prog() by Heiko Carstens · 11 years ago
  60. 81480cc KVM: s390: convert pfault code by Heiko Carstens · 11 years ago
  61. 0f9701c KVM: s390: convert handle_stfl() by Heiko Carstens · 11 years ago
  62. 1a03b76 KVM: s390: convert local irqs in __do_deliver_interrupt() by Jens Freimann · 11 years ago
  63. 7988276 KVM: s390: convert __do_deliver_interrupt() by Heiko Carstens · 11 years ago
  64. 8a242234 KVM: s390: make use of ipte lock by Heiko Carstens · 11 years ago
  65. 217a440 KVM: s390/sclp: correctly set eca siif bit by Heiko Carstens · 11 years ago
  66. 2293897 KVM: s390: add architecture compliant guest access functions by Heiko Carstens · 11 years ago
  67. d95fb12 KVM: s390: add lowcore access functions by Heiko Carstens · 11 years ago
  68. 1b0462e KVM: s390: add 'pgm' member to kvm_vcpu_arch and helper function by Heiko Carstens · 11 years ago
  69. 072c987 KVM: s390: add kvm_s390_logical_to_effective() helper by Heiko Carstens · 11 years ago
  70. 5f4e87a s390/ctl_reg: add union type for control register 0 by Heiko Carstens · 11 years ago
  71. 1365632 s390/ptrace: add struct psw and accessor function by Heiko Carstens · 11 years ago
  72. 280ef0f KVM: s390: export test_vfacility() by Heiko Carstens · 11 years ago
  73. dfeec84 KVM: add kvm_is_error_gpa() helper by Heiko Carstens · 11 years ago
  74. bcd8468 KVM: s390: allow injecting every kind of interrupt by Jens Freimann · 11 years ago
  75. 4f718ea KVM: s390: Exploiting generic userspace interface for cmma by Dominik Dingel · 11 years ago
  76. b31605c KVM: s390: make cmma usage conditionally by Dominik Dingel · 11 years ago
  77. f206165 KVM: s390: Per-vm kvm device controls by Dominik Dingel · 11 years ago
  78. 15f36eb KVM: s390: Add proper dirty bitmap support to S390 kvm. by Jason J. Herne · 12 years ago
  79. a0bf4f1 KVM: s390/mm: new gmap_test_and_clear_dirty function by Dominik Dingel · 11 years ago
  80. 0a61b22 KVM: s390/mm: use software dirty bit detection for user dirty tracking by Martin Schwidefsky · 11 years ago
  81. 693ffc0 KVM: s390: Don't enable skeys by default by Dominik Dingel · 11 years ago
  82. 934bc13 KVM: s390: Allow skeys to be enabled for the current process by Dominik Dingel · 11 years ago
  83. d4cb113 KVM: s390: Clear storage keys by Dominik Dingel · 11 years ago
  84. 65eef335 KVM: s390: Adding skey bit to mmu context by Dominik Dingel · 11 years ago
  85. 5c7411e KVM: x86: Fix CR3 and LDT sel should not be saved in TSS by Nadav Amit · 11 years ago
  86. 68c3b4d KVM: VMX: speed up wildcard MMIO EVENTFD by Michael S. Tsirkin · 11 years ago
  87. f848a5a KVM: support any-length wildcard ioeventfd by Michael S. Tsirkin · 11 years ago
  88. cd9ae5f KVM: x86: Fix page-tables reserved bits by Nadav Amit · 11 years ago
  89. 0f689a3 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux by Linus Torvalds · 11 years ago
  90. 7d38cc0 Merge tag 'please-pull-ia64-erratum' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux by Linus Torvalds · 11 years ago
  91. c0b5a64 [IA64] Change default PSR.ac from '1' to '0' (Fix erratum #237) by Tony Luck · 11 years ago
  92. 10ec34f Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 11 years ago
  93. 6f1d721 cxgb4: use the correct max size for firmware flash by Steve Wise · 11 years ago
  94. 8564ae0 qlcnic: Fix MSI-X initialization code by Alexander Gordeev · 11 years ago
  95. 54d63f78 ip6_gre: don't allow to remove the fb_tunnel_dev by Nicolas Dichtel · 11 years ago
  96. aad8872 ipv4: add a sock pointer to dst->output() path. by Eric Dumazet · 11 years ago
  97. b0270e9 ipv4: add a sock pointer to ip_queue_xmit() by Eric Dumazet · 11 years ago
  98. 1dd333f driver/net: cosa driver uses udelay incorrectly by Li, Zhen-Hua · 11 years ago
  99. 2168746 at86rf230: fix __at86rf230_read_subreg function by Alexander Aring · 11 years ago
  100. bb78864 at86rf230: remove check if AVDD settled by Alexander Aring · 11 years ago