1. 4e24155 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 9 years ago
  2. 08d183e Merge tag 'powerpc-4.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mpe/linux by Linus Torvalds · 9 years ago
  3. 1db3652 powerpc/kernel: Rename PACA_DSCR to PACA_DSCR_DEFAULT by Anshuman Khandual · 9 years ago
  4. f36f3f2 KVM: add "new" argument to kvm_arch_commit_memory_region by Paolo Bonzini · 9 years ago
  5. 09170a4 KVM: const-ify uses of struct kvm_userspace_memory_region by Paolo Bonzini · 9 years ago
  6. 9f6b802 KVM: use kvm_memslots whenever possible by Paolo Bonzini · 9 years ago
  7. a9b4fb7 Merge branch 'kvm-master' into kvm-next by Paolo Bonzini · 9 years ago
  8. 17d4890 KVM: PPC: Book3S HV: Fix list traversal in error case by Paul Mackerras · 9 years ago
  9. e233d54 KVM: booke: use __kvm_guest_exit by Paolo Bonzini · 9 years ago
  10. ccf73aaf KVM: arm/mips/x86/power use __kvm_guest_{enter|exit} by Christian Borntraeger · 9 years ago
  11. 433c5c2 powerpc/kvm: Fix SMP=n build error in book3s_xics.c by Michael Ellerman · 9 years ago
  12. 63905bb Merge tag 'powerpc-4.1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mpe/linux by Linus Torvalds · 9 years ago
  13. eadf16a Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 9 years ago
  14. 66feed6 KVM: PPC: Book3S HV: Use msgsnd for signalling threads on POWER8 by Paul Mackerras · 9 years ago
  15. eddb60f KVM: PPC: Book3S HV: Translate kvmhv_commence_exit to C by Paul Mackerras · 9 years ago
  16. 6af27c8 KVM: PPC: Book3S HV: Streamline guest entry and exit by Paul Mackerras · 9 years ago
  17. 7d6c40d KVM: PPC: Book3S HV: Use bitmap of active threads rather than count by Paul Mackerras · 9 years ago
  18. fd6d53b KVM: PPC: Book3S HV: Use decrementer to wake napping threads by Paul Mackerras · 9 years ago
  19. ccc0777 KVM: PPC: Book3S HV: Don't wake thread with no vcpu on guest IPI by Paul Mackerras · 9 years ago
  20. 5d5b99c KVM: PPC: Book3S HV: Get rid of vcore nap_count and n_woken by Paul Mackerras · 9 years ago
  21. 25fedfc KVM: PPC: Book3S HV: Move vcore preemption point up into kvmppc_run_vcpu by Paul Mackerras · 9 years ago
  22. 1f09c3e KVM: PPC: Book3S HV: Minor cleanups by Paul Mackerras · 9 years ago
  23. d911f0b KVM: PPC: Book3S HV: Simplify handling of VCPUs that need a VPA update by Paul Mackerras · 9 years ago
  24. b6c295d KVM: PPC: Book3S HV: Accumulate timing information for real-mode code by Paul Mackerras · 9 years ago
  25. e23a808 KVM: PPC: Book3S HV: Create debugfs file for each guest's HPT by Paul Mackerras · 9 years ago
  26. 6e0365b KVM: PPC: Book3S HV: Add ICP real mode counters by Suresh Warrier · 9 years ago
  27. b022155 KVM: PPC: Book3S HV: Move virtual mode ICP functions to real-mode by Suresh Warrier · 9 years ago
  28. 34cb795 KVM: PPC: Book3S HV: Convert ICS mutex lock to spin lock by Suresh Warrier · 9 years ago
  29. 878610f KVM: PPC: Book3S HV: Add guest->host real mode completion counters by Suresh E. Warrier · 9 years ago
  30. a4bd6eb KVM: PPC: Book3S HV: Add helpers for lock/unlock hpte by Aneesh Kumar K.V · 9 years ago
  31. 31037ec KVM: PPC: Book3S HV: Remove RMA-related variables from code by Aneesh Kumar K.V · 9 years ago
  32. e928e9c KVM: PPC: Book3S HV: Add fast real-mode H_RANDOM implementation. by Michael Ellerman · 9 years ago
  33. 99342cf8 kvmppc: Implement H_LOGICAL_CI_{LOAD,STORE} in KVM by David Gibson · 10 years ago
  34. a7e73e7 powerpc/kvm: Fix ppc64_defconfig + PPC_POWERNV=n build error by Shreyas B. Prabhu · 9 years ago
  35. 7d6e7f7 powerpc/mm/thp: Return pte address if we find trans_splitting. by Aneesh Kumar K.V · 9 years ago
  36. 691e95f powerpc/mm/thp: Make page table walk safe against thp split/collapse by Aneesh Kumar K.V · 9 years ago
  37. dac5657 KVM: PPC: Remove page table walk helpers by Aneesh Kumar K.V · 9 years ago
  38. 5e1d44a KVM: PPC: Use READ_ONCE when dereferencing pte_t pointer by Aneesh Kumar K.V · 9 years ago
  39. d19d5ef Merge tag 'powerpc-4.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mpe/linux by Linus Torvalds · 9 years ago
  40. 9003601 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 9 years ago
  41. 1945606 kvm/ppc/mpic: drop unused IRQ_testbit by Arseny Solokha · 10 years ago
  42. b7f859d Merge branch 'next-remove-ldst' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc into next by Michael Ellerman · 9 years ago
  43. af669ac KVM: move iodev.h from virt/kvm/ to include/kvm by Andre Przywara · 9 years ago
  44. e32edf4 KVM: Redesign kvm_io_bus_ API to pass VCPU structure to the callbacks. by Nikolay Nikolaev · 9 years ago
  45. d078eed powerpc: Cleanup KVM emulated load/store endian handling by David Gibson · 10 years ago
  46. 2bf2760 KVM: PPC: Book3S HV: Fix instruction emulation by Paul Mackerras · 9 years ago
  47. ecb6d61 KVM: PPC: Book3S HV: Endian fix for accessing VPA yield count by Paul Mackerras · 9 years ago
  48. 8f902b0 KVM: PPC: Book3S HV: Fix spinlock/mutex ordering issue in kvmppc_set_lpcr() by Paul Mackerras · 9 years ago
  49. 45706bb powerpc/book3s: Fix flush_tlb cpu_spec hook to take a generic argument. by Mahesh Salgaonkar · 10 years ago
  50. c833e17 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/borntraeger/linux by Linus Torvalds · 10 years ago
  51. b9085bc Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 10 years ago
  52. 8a0516e mm: convert p[te|md]_numa users to p[te|md]_protnone_numa by Mel Gorman · 10 years ago
  53. d3f180e Merge tag 'powerpc-3.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mpe/linux by Linus Torvalds · 10 years ago
  54. f781951 kvm: add halt_poll_ns module parameter by Paolo Bonzini · 10 years ago
  55. 31928aa KVM: remove unneeded return value of vcpu_postcreate by Dominik Dingel · 10 years ago
  56. 5ee0761 ppc/kvm: Replace ACCESS_ONCE with READ_ONCE by Christian Borntraeger · 10 years ago
  57. 83fe27e rcu: Make SRCU optional by using CONFIG_SRCU by Pranith Kumar · 10 years ago
  58. 9a4fc4e powerpc/kvm: Create proper names for the kvm_host_state PMU fields by Michael Ellerman · 10 years ago
  59. 66dcff8 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 10 years ago
  60. 91ed9e8 KVM: PPC: E500: Compile fix in this_cpu_write by Alexander Graf · 10 years ago
  61. 476ce5ef0 KVM: PPC: Book3S: Enable in-kernel XICS emulation by default by Anton Blanchard · 10 years ago
  62. 90fd09f KVM: PPC: Book3S HV: Improve H_CONFER implementation by Sam Bobroff · 10 years ago
  63. 4a157d6 KVM: PPC: Book3S HV: Fix endianness of instruction obtained from HEIR register by Paul Mackerras · 10 years ago
  64. c17b98c KVM: PPC: Book3S HV: Remove code for PPC970 processors by Paul Mackerras · 10 years ago
  65. 3c78f78 KVM: PPC: Book3S HV: Tracepoints for KVM HV guest interactions by Suresh E. Warrier · 10 years ago
  66. 2711e24 KVM: PPC: Book3S HV: Simplify locking around stolen time calculations by Paul Mackerras · 10 years ago
  67. a0499cf arch: powerpc: kvm: book3s_paired_singles.c: Remove unused function by Rickard Strandqvist · 10 years ago
  68. 6178839 arch: powerpc: kvm: book3s_pr.c: Remove unused function by Rickard Strandqvist · 10 years ago
  69. 54ca162 arch: powerpc: kvm: book3s.c: Remove some unused functions by Rickard Strandqvist · 10 years ago
  70. 24aaaf2 arch: powerpc: kvm: book3s_32_mmu.c: Remove unused function by Rickard Strandqvist · 10 years ago
  71. 1bc5d59 KVM: PPC: Book3S HV: Check wait conditions before sleeping in kvmppc_vcore_blocked by Suresh E. Warrier · 10 years ago
  72. ffada01 KVM: PPC: Book3S HV: ptes are big endian by Cédric Le Goater · 10 years ago
  73. 5b88cda KVM: PPC: Book3S HV: Fix inaccuracies in ICP emulation for H_IPI by Suresh E. Warrier · 10 years ago
  74. b4a8390 KVM: PPC: Book3S HV: Fix KSM memory corruption by Paul Mackerras · 10 years ago
  75. dee6f24 KVM: PPC: Book3S HV: Fix an issue where guest is paused on receiving HMI by Mahesh Salgaonkar · 10 years ago
  76. f6fb9e8 KVM: PPC: Book3S HV: Add missing HPTE unlock by Aneesh Kumar K.V · 10 years ago
  77. b6b6125 KVM: PPC: BookE: Improve irq inject tracepoint by Alexander Graf · 10 years ago
  78. a7cb7bb Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 10 years ago
  79. 56548fc powerpc/powernv: Return to cpu offline loop when finished in KVM guest by Paul Mackerras · 10 years ago
  80. 6774def treewide: fix typo in printk and Kconfig by Masanari Iida · 10 years ago
  81. 68cf0d6 powerpc: Remove superfluous bootmem includes by Anton Blanchard · 10 years ago
  82. 14ed740 powerpc: Remove some old bootmem related comments by Anton Blanchard · 10 years ago
  83. 69111ba powerpc: Replace __get_cpu_var uses by Christoph Lameter · 10 years ago
  84. e4e6567 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 10 years ago
  85. cec26bc KVM: PPC: BOOK3S: HV: CMA: Reserve cma region only in hypervisor mode by Aneesh Kumar K.V · 10 years ago
  86. 00c027d Merge tag 'signed-kvm-ppc-next' of git://github.com/agraf/linux-2.6 into kvm-next by Paolo Bonzini · 10 years ago
  87. 5712846 kvm: Fix page ageing bugs by Andres Lagar-Cavilla · 10 years ago
  88. 8d0eff6 KVM: PPC: Pass enum to kvmppc_get_last_inst by Alexander Graf · 10 years ago
  89. 033aaa1 powerpc/kvm: common sw breakpoint instr across ppc by Madhavan Srinivasan · 10 years ago
  90. a59c1d9 powerpc/kvm: support to handle sw breakpoint by Madhavan Srinivasan · 10 years ago
  91. d2ca32a KVM: PPC: Book3E: Enable e6500 core by Mihai Caraman · 10 years ago
  92. 188e267 KVM: PPC: e500mc: Add support for single threaded vcpus on e6500 core by Mihai Caraman · 10 years ago
  93. 9333e6c KVM: PPC: Book3S HV: Only accept host PVR value for guest PVR by Paul Mackerras · 10 years ago
  94. b754c73 KVM: PPC: Book3S HV: Increase timeout for grabbing secondary threads by Paul Mackerras · 10 years ago
  95. d02d4d1 KVM: PPC: Remove the tasklet used by the hrtimer by Mihai Caraman · 10 years ago
  96. 2f699a5 KVM: PPC: BOOKE: Emulate debug registers and exception by Bharat Bhushan · 10 years ago
  97. 3840edc KVM: PPC: Move ONE_REG AltiVec support to powerpc by Mihai Caraman · 10 years ago
  98. 8a41ea5 KVM: PPC: Make ONE_REG powerpc generic by Mihai Caraman · 10 years ago
  99. 95d80a2 KVM: PPC: Book3e: Add AltiVec support by Mihai Caraman · 10 years ago
  100. 3efc7da KVM: PPC: Book3E: Increase FPU laziness by Mihai Caraman · 10 years ago