1. 6a31632 KVM: PPC: Book3S HV: XIVE: Fix typo in comment by Greg Kurz · 6 years ago
  2. efe5ddc KVM: PPC: Book3S HV: XIVE: Allow userspace to set the # of VPs by Greg Kurz · 5 years ago
  3. 062cfab KVM: PPC: Book3S HV: XIVE: Make VP block size configurable by Greg Kurz · 5 years ago
  4. 8db29ea KVM: PPC: Book3S HV: XIVE: Compute the VP id in a common helper by Greg Kurz · 5 years ago
  5. 8a4e7597 KVM: PPC: Book3S HV: XIVE: Show VP id in debugfs by Greg Kurz · 5 years ago
  6. e7d71c9 KVM: PPC: Book3S HV: XIVE: Set kvm->arch.xive when VPs are allocated by Greg Kurz · 5 years ago
  7. 12ade69c KVM: PPC: Book3S HV: XIVE: Ensure VP isn't already in use by Greg Kurz · 5 years ago
  8. da15c03 powerpc/xive: Implement get_irqchip_state method for XIVE to fix shutdown race by Paul Mackerras · 5 years ago
  9. 8d4ba9c KVM: PPC: Book3S HV: Don't push XIVE context when not using XIVE device by Paul Mackerras · 5 years ago
  10. 237aed4 KVM: PPC: Book3S HV: XIVE: Free escalation interrupts before disabling the VP by Cédric Le Goater · 5 years ago
  11. 9798f4e KVM: PPC: Book3S HV: XIVE: fix rollback when kvmppc_xive_create fails by Cédric Le Goater · 5 years ago
  12. d2912cb treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 by Thomas Gleixner · 6 years ago
  13. ef97402 KVM: PPC: Book3S HV: XIVE: Do not clear IRQ data of passthrough interrupts by Cédric Le Goater · 6 years ago
  14. 7e10b9a KVM: PPC: Book3S HV: XIVE: Introduce a new mutex for the XIVE device by Cédric Le Goater · 6 years ago
  15. c395fe1 KVM: PPC: Book3S HV: Avoid touching arch.mmu_ready in XIVE release functions by Paul Mackerras · 6 years ago
  16. 0caecf5 KVM: PPC: Book3S HV: XIVE: Clear escalation interrupt pointers on device close by Paul Mackerras · 6 years ago
  17. 6f86840 KVM: PPC: Book3S HV: XIVE: Prevent races when releasing device by Paul Mackerras · 6 years ago
  18. 5422e95 KVM: PPC: Book3S HV: XIVE: Replace the 'destroy' method by a 'release' method by Cédric Le Goater · 6 years ago
  19. 232b984 KVM: PPC: Book3S HV: XIVE: Add passthrough support by Cédric Le Goater · 6 years ago
  20. 13ce329 KVM: PPC: Book3S HV: XIVE: Add controls for the EQ configuration by Cédric Le Goater · 6 years ago
  21. e8676ce KVM: PPC: Book3S HV: XIVE: Add a control to configure a source by Cédric Le Goater · 6 years ago
  22. 4131f83 KVM: PPC: Book3S HV: XIVE: add a control to initialize a source by Cédric Le Goater · 6 years ago
  23. eacc56b KVM: PPC: Book3S HV: XIVE: Introduce a new capability KVM_CAP_PPC_IRQ_XIVE by Cédric Le Goater · 6 years ago
  24. 0f6ddf3 KVM: PPC: Book3S HV: Change to use DEFINE_SHOW_ATTRIBUTE macro by Yangtao Li · 6 years ago
  25. 95a6432 KVM: PPC: Book3S HV: Streamlined guest entry/exit path on P9 for radix guests by Paul Mackerras · 6 years ago
  26. 3cc97be treewide: correct "differenciate" and "instanciate" typos by Finn Thain · 6 years ago
  27. 1e175d2 KVM: PPC: Book3S HV: Pack VCORE IDs to access full VCPU ID space by Sam Bobroff · 6 years ago
  28. ed7158b treewide/trivial: Remove ';;$' typo noise by Ingo Molnar · 7 years ago
  29. 15303ba Merge tag 'kvm-4.16-1' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 7 years ago
  30. d2b9b20 Merge tag 'kvm-ppc-next-4.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc by Radim Krčmář · 7 years ago
  31. 40b9672 Merge branch 'work.whack-a-mole' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  32. 9b9b13a KVM: PPC: Book3S HV: Keep XIVE escalation interrupt masked unless ceded by Benjamin Herrenschmidt · 7 years ago
  33. 2267ea7 KVM: PPC: Book3S HV: Don't use existing "prodded" flag for XIVE escalations by Benjamin Herrenschmidt · 7 years ago
  34. bf4159da KVM: PPC: Book3S HV: Enable use of the new XIVE "single escalation" feature by Benjamin Herrenschmidt · 7 years ago
  35. c424c10 KVM: PPC: Book3S HV: Add more info about XIVE queues in debugfs by Benjamin Herrenschmidt · 7 years ago
  36. 7333b5a KVM: PPC: Book3S HV: Fix pending_pri value in kvmppc_xive_get_icp() by Laurent Vivier · 7 years ago
  37. dc1c416 KVM: PPC: Book3S: fix XIVE migration of pending interrupts by Cédric Le Goater · 7 years ago
  38. 5bb866d ppc: for put_user() pull linux/uaccess.h, not asm/uaccess.h by Al Viro · 7 years ago
  39. 2fb1e94 KVM: PPC: Book3S: Fix server always zero from kvmppc_xive_get_xive() by Sam Bobroff · 7 years ago
  40. d222af0 KVM: PPC: Book3S HV: Don't access XIVE PIPR register using byte accesses by Benjamin Herrenschmidt · 7 years ago
  41. 00c1475 KVM: PPC: Book3S: Fix typo in XICS-on-XIVE state saving code by Paul Mackerras · 8 years ago
  42. 4415b33 Merge branch 'kvm-ppc-next' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc into HEAD by Paolo Bonzini · 8 years ago
  43. 5af5099 KVM: PPC: Book3S HV: Native usage of the XIVE interrupt controller by Benjamin Herrenschmidt · 8 years ago