1. a1c42dd kvm: rename KVM_MAX_VCPU_ID to KVM_MAX_VCPU_IDS by Juergen Gross · 3 years, 4 months ago
  2. dbf77fed powerpc: rename powerpc_debugfs_root to arch_debugfs_dir by Aneesh Kumar K.V · 3 years, 5 months ago
  3. f5af0a9 KVM: PPC: Book3S HV: XIVE: Add support for automatic save-restore by Cédric Le Goater · 3 years, 6 months ago
  4. b68c664 KVM: PPC: Book3S HV: XIVE: Add a 'flags' field by Cédric Le Goater · 3 years, 6 months ago
  5. 51be9e5 KVM: PPC: Book3S HV: XIVE: Fix mapping of passthrough interrupts by Cédric Le Goater · 3 years, 7 months ago
  6. e5e78b1 KVM: PPC: Book3S HV: XIVE: Change interface of passthrough interrupt routines by Cédric Le Goater · 3 years, 7 months ago
  7. 21edf50 Merge tag 'irq-core-2021-06-29' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 3 years, 7 months ago
  8. dcbac73 KVM: PPC: Book3S HV: Remove virt mode checks from real mode handlers by Nicholas Piggin · 3 years, 8 months ago
  9. 9dc2bab KVM: PPC: Book3S HV P9: Stop handling hcalls in real-mode in the P9 path by Nicholas Piggin · 3 years, 8 months ago
  10. 023c3c9 KVM: PPC: Book3S HV P9: implement kvmppc_xive_pull_vcpu in C by Nicholas Piggin · 3 years, 8 months ago
  11. 13a9a5d powerpc: Add missing linux/{of.h,irqdomain.h} include directives by Marc Zyngier · 6 years ago
  12. c9df3f8 powerpc/xive: Assign boolean values to a bool variable by Jiapeng Chong · 4 years ago
  13. 8a5be36 Merge tag 'powerpc-5.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 4 years, 1 month ago
  14. b5277d1 powerpc/xive: Remove P9 DD1 flag XIVE_IRQ_FLAG_MASK_FW by Cédric Le Goater · 4 years, 1 month ago
  15. 4f1c3f7 powerpc/xive: Rename XIVE_IRQ_NO_EOI to show its a flag by Cédric Le Goater · 4 years, 1 month ago
  16. 9898367 KVM: PPC: Book3S HV: XIVE: Show detailed configuration in debug output by Cédric Le Goater · 4 years, 1 month ago
  17. f54db39 KVM: PPC: Book3S HV: XIVE: Fix vCPU id sanity check by Greg Kurz · 4 years, 2 months ago
  18. 6a31632 KVM: PPC: Book3S HV: XIVE: Fix typo in comment by Greg Kurz · 6 years ago
  19. efe5ddc KVM: PPC: Book3S HV: XIVE: Allow userspace to set the # of VPs by Greg Kurz · 5 years ago
  20. 062cfab KVM: PPC: Book3S HV: XIVE: Make VP block size configurable by Greg Kurz · 5 years ago
  21. 8db29ea KVM: PPC: Book3S HV: XIVE: Compute the VP id in a common helper by Greg Kurz · 5 years ago
  22. 8a4e7597 KVM: PPC: Book3S HV: XIVE: Show VP id in debugfs by Greg Kurz · 5 years ago
  23. e7d71c9 KVM: PPC: Book3S HV: XIVE: Set kvm->arch.xive when VPs are allocated by Greg Kurz · 5 years ago
  24. 12ade69c KVM: PPC: Book3S HV: XIVE: Ensure VP isn't already in use by Greg Kurz · 5 years ago
  25. da15c03 powerpc/xive: Implement get_irqchip_state method for XIVE to fix shutdown race by Paul Mackerras · 5 years ago
  26. 8d4ba9c KVM: PPC: Book3S HV: Don't push XIVE context when not using XIVE device by Paul Mackerras · 5 years ago
  27. 237aed4 KVM: PPC: Book3S HV: XIVE: Free escalation interrupts before disabling the VP by Cédric Le Goater · 5 years ago
  28. 9798f4e KVM: PPC: Book3S HV: XIVE: fix rollback when kvmppc_xive_create fails by Cédric Le Goater · 5 years ago
  29. d2912cb treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 by Thomas Gleixner · 6 years ago
  30. ef97402 KVM: PPC: Book3S HV: XIVE: Do not clear IRQ data of passthrough interrupts by Cédric Le Goater · 6 years ago
  31. 7e10b9a KVM: PPC: Book3S HV: XIVE: Introduce a new mutex for the XIVE device by Cédric Le Goater · 6 years ago
  32. c395fe1 KVM: PPC: Book3S HV: Avoid touching arch.mmu_ready in XIVE release functions by Paul Mackerras · 6 years ago
  33. 0caecf5 KVM: PPC: Book3S HV: XIVE: Clear escalation interrupt pointers on device close by Paul Mackerras · 6 years ago
  34. 6f86840 KVM: PPC: Book3S HV: XIVE: Prevent races when releasing device by Paul Mackerras · 6 years ago
  35. 5422e95 KVM: PPC: Book3S HV: XIVE: Replace the 'destroy' method by a 'release' method by Cédric Le Goater · 6 years ago
  36. 232b984 KVM: PPC: Book3S HV: XIVE: Add passthrough support by Cédric Le Goater · 6 years ago
  37. 13ce329 KVM: PPC: Book3S HV: XIVE: Add controls for the EQ configuration by Cédric Le Goater · 6 years ago
  38. e8676ce KVM: PPC: Book3S HV: XIVE: Add a control to configure a source by Cédric Le Goater · 6 years ago
  39. 4131f83 KVM: PPC: Book3S HV: XIVE: add a control to initialize a source by Cédric Le Goater · 6 years ago
  40. eacc56b KVM: PPC: Book3S HV: XIVE: Introduce a new capability KVM_CAP_PPC_IRQ_XIVE by Cédric Le Goater · 6 years ago
  41. 0f6ddf3 KVM: PPC: Book3S HV: Change to use DEFINE_SHOW_ATTRIBUTE macro by Yangtao Li · 6 years ago
  42. 95a6432 KVM: PPC: Book3S HV: Streamlined guest entry/exit path on P9 for radix guests by Paul Mackerras · 6 years ago
  43. 3cc97be treewide: correct "differenciate" and "instanciate" typos by Finn Thain · 6 years ago
  44. 1e175d2 KVM: PPC: Book3S HV: Pack VCORE IDs to access full VCPU ID space by Sam Bobroff · 6 years ago
  45. ed7158b treewide/trivial: Remove ';;$' typo noise by Ingo Molnar · 7 years ago
  46. 15303ba Merge tag 'kvm-4.16-1' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 7 years ago
  47. 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
  48. 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
  49. 9b9b13a KVM: PPC: Book3S HV: Keep XIVE escalation interrupt masked unless ceded by Benjamin Herrenschmidt · 7 years ago
  50. 2267ea7 KVM: PPC: Book3S HV: Don't use existing "prodded" flag for XIVE escalations by Benjamin Herrenschmidt · 7 years ago
  51. bf4159da KVM: PPC: Book3S HV: Enable use of the new XIVE "single escalation" feature by Benjamin Herrenschmidt · 7 years ago
  52. c424c10 KVM: PPC: Book3S HV: Add more info about XIVE queues in debugfs by Benjamin Herrenschmidt · 7 years ago
  53. 7333b5a KVM: PPC: Book3S HV: Fix pending_pri value in kvmppc_xive_get_icp() by Laurent Vivier · 7 years ago
  54. dc1c416 KVM: PPC: Book3S: fix XIVE migration of pending interrupts by Cédric Le Goater · 7 years ago
  55. 5bb866d ppc: for put_user() pull linux/uaccess.h, not asm/uaccess.h by Al Viro · 7 years ago
  56. 2fb1e94 KVM: PPC: Book3S: Fix server always zero from kvmppc_xive_get_xive() by Sam Bobroff · 7 years ago
  57. d222af0 KVM: PPC: Book3S HV: Don't access XIVE PIPR register using byte accesses by Benjamin Herrenschmidt · 7 years ago
  58. 00c1475 KVM: PPC: Book3S: Fix typo in XICS-on-XIVE state saving code by Paul Mackerras · 8 years ago
  59. 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
  60. 5af5099 KVM: PPC: Book3S HV: Native usage of the XIVE interrupt controller by Benjamin Herrenschmidt · 8 years ago