1. db85c55 arm64: kvm: restore EL1N SP for panic by Mark Rutland · 9 years ago
  2. e21f091 arm/arm64: KVM: Add tracepoints for vgic and timer by Christoffer Dall · 9 years ago
  3. b5905dc arm/arm64: KVM: Improve kvm_exit tracepoint by Christoffer Dall · 9 years ago
  4. 952105a KVM: arm/arm64: Fix vGIC documentation by Pavel Fedin · 9 years ago
  5. 3b92830 KVM: arm/arm64: implement kvm_arm_[halt,resume]_guest by Eric Auger · 9 years ago
  6. 101d3da KVM: arm/arm64: check power_off in critical section before VCPU run by Eric Auger · 9 years ago
  7. 4f5f1dc KVM: arm/arm64: check power_off in kvm_arch_vcpu_runnable by Eric Auger · 9 years ago
  8. 3781528 KVM: arm/arm64: rename pause into power_off by Eric Auger · 9 years ago
  9. 75755c6 arm/arm64: KVM : Enable vhost device selection under KVM config menu by Wei Huang · 9 years ago
  10. 8fe2f19 arm/arm64: KVM: Support edge-triggered forwarded interrupts by Christoffer Dall · 9 years ago
  11. 4b4b451 arm/arm64: KVM: Rework the arch timer to use level-triggered semantics by Christoffer Dall · 9 years ago
  12. 4cf1bc4 arm/arm64: KVM: Add forwarded physical interrupts documentation by Christoffer Dall · 9 years ago
  13. 54723bb arm/arm64: KVM: Use appropriate define in VGIC reset code by Christoffer Dall · 9 years ago
  14. 8bf9a70 arm/arm64: KVM: Implement GICD_ICFGR as RO for PPIs by Christoffer Dall · 9 years ago
  15. 9103617 arm/arm64: KVM: vgic: Factor out level irq processing on guest exit by Christoffer Dall · 9 years ago
  16. d35268d arm/arm64: KVM: arch_timer: Only schedule soft timer on vcpu_block by Christoffer Dall · 9 years ago
  17. 3217f7c KVM: Add kvm_arch_vcpu_{un}blocking callbacks by Christoffer Dall · 9 years ago
  18. 0d99749 arm/arm64: KVM: Fix disabled distributor operation by Christoffer Dall · 9 years ago
  19. 544c572 arm/arm64: KVM: Clear map->active on pend/active clear by Christoffer Dall · 9 years ago
  20. cff9211 arm/arm64: KVM: Fix arch timer behavior for disabled interrupts by Christoffer Dall · 9 years ago
  21. 4a5d69b KVM: arm: use GIC support unconditionally by Arnd Bergmann · 9 years ago
  22. 399ea0f KVM: arm/arm64: Fix memory leak if timer initialization fails by Pavel Fedin · 9 years ago
  23. 437f996 KVM: arm/arm64: Do not inject spurious interrupts by Pavel Fedin · 9 years ago
  24. 920552b KVM: disable halt_poll_ns as default for s390x by David Hildenbrand · 9 years ago
  25. 58c9507 KVM: x86: fix off-by-one in reserved bits check by Paolo Bonzini · 9 years ago
  26. 6fec214 KVM: x86: use correct page table format to check nested page table reserved bits by Paolo Bonzini · 9 years ago
  27. 79a8059 KVM: svm: do not call kvm_set_cr0 from init_vmcb by Paolo Bonzini · 9 years ago
  28. 5b6a717 Merge branch 'kvm-ppc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc into kvm-master by Paolo Bonzini · 9 years ago
  29. 3afb112 KVM: x86: trap AMD MSRs for the TSeg base and mask by Paolo Bonzini · 9 years ago
  30. 3eb4ee6 KVM: PPC: Book3S: Take the kvm->srcu lock in kvmppc_h_logical_ci_load/store() by Thomas Huth · 9 years ago
  31. 7e022e7 KVM: PPC: Book3S HV: Pass the correct trap argument to kvmhv_commence_exit by Gautham R. Shenoy · 9 years ago
  32. 5fc3e64 KVM: PPC: Book3S HV: Fix handling of interrupted VCPUs by Paul Mackerras · 9 years ago
  33. ebae871 kvm: svm: reset mmu on VCPU reset by Igor Mammedov · 9 years ago
  34. 00cc163 sched: access local runqueue directly in single_task_running by Dominik Dingel · 9 years ago
  35. efe4d36 Merge tag 'kvm-arm-for-4.3-rc2-2' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into kvm-master by Paolo Bonzini · 9 years ago
  36. ef74891 arm/arm64: KVM: Remove 'config KVM_ARM_MAX_VCPUS' by Ming Lei · 9 years ago
  37. 34c3faa arm64: KVM: Remove all traces of the ThumbEE registers by Will Deacon · 9 years ago
  38. 688bc57 arm: KVM: Disable virtual timer even if the guest is not using it by Marc Zyngier · 9 years ago
  39. c4cbba9 arm64: KVM: Disable virtual timer even if the guest is not using it by Marc Zyngier · 9 years ago
  40. c2f5851 arm/arm64: KVM: vgic: Check for !irqchip_in_kernel() when mapping resources by Pavel Fedin · 9 years ago
  41. 9bf9fde KVM: s390: Replace incorrect atomic_or with atomic_andnot by Jason J. Herne · 9 years ago
  42. ca09f02 arm: KVM: Fix incorrect device to IPA mapping by Marek Majtyka · 9 years ago
  43. 1713e5a arm64: KVM: Fix user access for debug registers by Marc Zyngier · 9 years ago
  44. 04bb92e KVM: vmx: fix VPID is 0000H in non-root operation by Wanpeng Li · 9 years ago
  45. 62bea5b KVM: add halt_attempted_poll to VCPU stats by Paolo Bonzini · 9 years ago
  46. 8f4216c7 kvm: fix zero length mmio searching by Jason Wang · 9 years ago
  47. eefd6b0 kvm: fix double free for fast mmio eventfd by Jason Wang · 9 years ago
  48. 85da11c kvm: factor out core eventfd assign/deassign logic by Jason Wang · 9 years ago
  49. 8453fec kvm: don't try to register to KVM_FAST_MMIO_BUS for non mmio eventfd by Jason Wang · 9 years ago
  50. 81523aa KVM: make the declaration of functions within 80 characters by Wei Yang · 9 years ago
  51. 43297dd KVM: arm64: add workaround for Cortex-A57 erratum #852523 by Will Deacon · 9 years ago
  52. 5125648 Merge tag 'kvm-arm-for-4.3-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into kvm-master by Paolo Bonzini · 9 years ago
  53. edb9272 KVM: fix polling for guest halt continued even if disable it by Wanpeng Li · 9 years ago
  54. 6ff33f3 Linux 4.3-rc1 by Linus Torvalds · 9 years ago
  55. 6917b51 Merge tag 'cris-for-4.3' of git://git.kernel.org/pub/scm/linux/kernel/git/jesper/cris by Linus Torvalds · 9 years ago
  56. 10fbd36 blk: rq_data_dir() should not return a boolean by Linus Torvalds · 9 years ago
  57. e1df8b0 Merge branch 'writeback-plugging' by Linus Torvalds · 9 years ago
  58. 505a666 writeback: plug writeback in wb_writeback() and writeback_inodes_wb() by Linus Torvalds · 9 years ago
  59. dfb22fc thermal: fix intel PCH thermal driver mismerge by Linus Torvalds · 9 years ago
  60. 01b0c01 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 9 years ago
  61. 3ebb054 ARCv2: [axs103_smp] Reduce clk for SMP FPGA configs by Vineet Gupta · 9 years ago
  62. ded0e25 Merge tag 'ntb-4.3' of git://github.com/jonmason/ntb by Linus Torvalds · 9 years ago
  63. f0c032d Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 9 years ago
  64. fa9a67e Merge tag 'pm+acpi-4.3-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 9 years ago
  65. 05c7808 Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending by Linus Torvalds · 9 years ago
  66. 8e78b7d Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 9 years ago
  67. 06a660a Merge tag 'media/v4.3-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media by Linus Torvalds · 9 years ago
  68. d9b44fe Merge tag 'edac/v4.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-edac by Linus Torvalds · 9 years ago
  69. 9ebd051 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux by Linus Torvalds · 9 years ago
  70. e527b22 revert "ocfs2/dlm: use list_for_each_entry instead of list_for_each" by Andrew Morton · 9 years ago
  71. 4f1af60 mm/early_ioremap: add explicit #include of asm/early_ioremap.h by Ard Biesheuvel · 9 years ago
  72. 6798a8c fs/seq_file: convert int seq_vprint/seq_printf/etc... returns to void by Joe Perches · 9 years ago
  73. c9946c4 selftests: enhance membarrier syscall test by Mathieu Desnoyers · 9 years ago
  74. b6d9734 selftests: add membarrier syscall test by Pranith Kumar · 9 years ago
  75. 5b25b13 sys_membarrier(): system-wide memory barrier (generic, x86) by Mathieu Desnoyers · 9 years ago
  76. 7c0d35a MODSIGN: fix a compilation warning in extract-cert by David Howells · 9 years ago
  77. 51a73ba Merge git://www.linux-watchdog.org/linux-watchdog by Linus Torvalds · 9 years ago
  78. 0ba13fd Revert "writeback: plug writeback at a high level" by Linus Torvalds · 9 years ago
  79. e91eb62 Merge branch 'for-linus-4.3' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 9 years ago
  80. e013f74 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client by Linus Torvalds · 9 years ago
  81. 01cab55 Merge tag 'gfs2-merge-window' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2 by Linus Torvalds · 9 years ago
  82. 294ab78 scsi_dh: fix randconfig build error by Christoph Hellwig · 9 years ago
  83. 64d1def Merge tag 'sound-fix-4.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound by Linus Torvalds · 9 years ago
  84. 04d78e3 Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 9 years ago
  85. 53431d0 Merge branch 'next' into for-linus by Dmitry Torokhov · 9 years ago
  86. 4614e0c Merge branches 'pm-cpu', 'pm-cpuidle' and 'pm-domains' by Rafael J. Wysocki · 9 years ago
  87. 3e66c4b Merge branch 'pm-cpufreq' by Rafael J. Wysocki · 9 years ago
  88. 7c97666 Merge branch 'pm-opp' by Rafael J. Wysocki · 9 years ago
  89. ac64a2c target: use stringify.h instead of own definition by David Disseldorp · 9 years ago
  90. ed97d0c target/user: Fix UFLAG_UNKNOWN_OP handling by Andy Grover · 9 years ago
  91. 06b967e target: Remove no-op conditional by Andy Grover · 9 years ago
  92. 4824640 target/user: Remove unused variable by Andy Grover · 9 years ago
  93. 7dd03ac target: Fix max_cmd_sn increment w/o cmdsn mutex regressions by Roland Dreier · 9 years ago
  94. 4416f89 target: Attach EXTENDED_COPY local I/O descriptors to xcopy_pt_sess by Nicholas Bellinger · 9 years ago
  95. 8f9b565 target/qla2xxx: Honor max_data_sg_nents I/O transfer limit by Nicholas Bellinger · 9 years ago
  96. 9fbcc7c Merge branch 'linux-4.3' of git://anongit.freedesktop.org/git/nouveau/linux-2.6 into drm-next by Dave Airlie · 9 years ago
  97. b0a1ea5 Merge branch 'for-4.3/blkcg' of git://git.kernel.dk/linux-block by Linus Torvalds · 9 years ago
  98. 778613e5 drm/nouveau/device: enable c800 quirk for tecra w50 by Ben Skeggs · 9 years ago
  99. c5bf460 drm/nouveau/clk/gt215: Unbreak engine pausing for GT21x/MCP7x by Roy Spliet · 9 years ago
  100. 15ee005 drm/nouveau/gr/nv04: fix big endian setting on gr context by Ilia Mirkin · 9 years ago