1. 3a2e7b0 KVM: PPC: Book3S PR: MSR_DE doesn't exist on Book 3S by Paul Mackerras · 12 years ago
  2. 28c483b KVM: PPC: Book3S PR: Fix VSX handling by Paul Mackerras · 12 years ago
  3. b0a94d4 KVM: PPC: Book3S PR: Emulate PURR, SPURR and DSCR registers by Paul Mackerras · 12 years ago
  4. 1cc8ed0 KVM: PPC: Book3S HV: Don't give the guest RW access to RO pages by Paul Mackerras · 12 years ago
  5. 05dd85f KVM: PPC: Book3S HV: Report correct HPT entry index when reading HPT by Paul Mackerras · 12 years ago
  6. a64fd70 KVM: PPC: Book3S HV: Reset reverse-map chains when resetting the HPT by Paul Mackerras · 12 years ago
  7. a293292 KVM: PPC: Book3S HV: Provide a method for userspace to read and write the HPT by Paul Mackerras · 12 years ago
  8. 6b445ad KVM: PPC: Book3S HV: Make a HPTE removal function available by Paul Mackerras · 12 years ago
  9. 44e5f6b KVM: PPC: Book3S HV: Add a mechanism for recording modified HPTEs by Paul Mackerras · 12 years ago
  10. 4879f24 KVM: PPC: Book3S HV: Fix bug causing loss of page dirty state by Paul Mackerras · 12 years ago
  11. 7ed661b KVM: PPC: Book3S HV: Restructure HPT entry creation code by Paul Mackerras · 12 years ago
  12. 0e673fb KVM: PPC: Support eventfd by Alexander Graf · 12 years ago
  13. 914daba KVM: Distangle eventfd code from irqchip by Alexander Graf · 12 years ago
  14. 45e3cc7 KVM: x86: Fix uninitialized return code by Jan Kiszka · 12 years ago
  15. ba90463 KVM: x86: Emulate IA32_TSC_ADJUST MSR by Will Auld · 12 years ago
  16. 8fe8ab4 KVM: x86: Add code to track call origin for msr assignment by Will Auld · 12 years ago
  17. 5419369 KVM: Fix user memslot overlap check by Alex Williamson · 12 years ago
  18. 5a560f8 KVM: VMX: fix memory order between loading vmcs and clearing vmcs by Xiao Guangrong · 12 years ago
  19. e6c7d32 KVM: VMX: fix invalid cpu passed to smp_call_function_single by Xiao Guangrong · 12 years ago
  20. 859f845 KVM: use is_idle_task() instead of idle_cpu() to decide when to halt in async_pf by Gleb Natapov · 12 years ago
  21. d98d07c KVM: x86: update pvclock area conditionally, on cpu migration by Marcelo Tosatti · 12 years ago
  22. b48aa97 KVM: x86: require matched TSC offsets for master clock by Marcelo Tosatti · 12 years ago
  23. 42897d8 KVM: x86: add kvm_arch_vcpu_postcreate callback, move TSC initialization by Marcelo Tosatti · 12 years ago
  24. d828199 KVM: x86: implement PVCLOCK_TSC_STABLE_BIT pvclock flag by Marcelo Tosatti · 12 years ago
  25. 16e8d74 KVM: x86: notifier for clocksource changes by Marcelo Tosatti · 12 years ago
  26. e0b306f time: export time information for KVM pvclock by Marcelo Tosatti · 12 years ago
  27. 886b470 KVM: x86: pass host_tsc to read_l1_tsc by Marcelo Tosatti · 12 years ago
  28. 51c19b4 x86: vdso: pvclock gettime support by Marcelo Tosatti · 12 years ago
  29. 3dc4f7c x86: kvm guest: pvclock vsyscall support by Marcelo Tosatti · 12 years ago
  30. 71056ae x86: pvclock: generic pvclock vsyscall initialization by Marcelo Tosatti · 12 years ago
  31. 582b336 sched: add notifier for cross-cpu migrations by Marcelo Tosatti · 12 years ago
  32. 189e117 x86: pvclock: add note about rdtsc barriers by Marcelo Tosatti · 12 years ago
  33. 2697902 x86: pvclock: introduce helper to read flags by Marcelo Tosatti · 12 years ago
  34. dce2db0 x86: pvclock: create helper for pvclock data retrieval by Marcelo Tosatti · 12 years ago
  35. 42b5637 x86: pvclock: remove pvclock_shadow_time by Marcelo Tosatti · 12 years ago
  36. b01578d x86: pvclock: make sure rdtsc doesnt speculate out of region by Marcelo Tosatti · 12 years ago
  37. 7069ed6 x86: kvmclock: allocate pvclock shared memory area by Marcelo Tosatti · 12 years ago
  38. 78c0337 KVM: x86: retain pvclock guest stopped bit in guest memory by Marcelo Tosatti · 12 years ago
  39. 807f12e KVM: remove unnecessary return value check by Guo Chao · 12 years ago
  40. 951179c KVM: x86: fix return value of kvm_vm_ioctl_set_tss_addr() by Guo Chao · 12 years ago
  41. 1859541 KVM: do not kfree error pointer by Guo Chao · 12 years ago
  42. f026399 Merge branch 'for-queue' of https://github.com/agraf/linux-2.6 into queue by Marcelo Tosatti · 12 years ago
  43. 7de609c KVM: SVM: update MAINTAINERS entry by Joerg Roedel · 12 years ago
  44. 63a1909 PPC: ePAPR: Convert hcall header to uapi (round 2) by Alexander Graf · 12 years ago
  45. 0588000 Merge commit 'origin/queue' into for-queue by Alexander Graf · 12 years ago
  46. 8b5869a KVM: PPC: Book3S HV: Fix thinko in try_lock_hpte() by Paul Mackerras · 12 years ago
  47. 9f8c8c7 KVM: PPC: Book3S HV: Allow DTL to be set to address 0, length 0 by Paul Mackerras · 12 years ago
  48. c7b6767 KVM: PPC: Book3S HV: Fix accounting of stolen time by Paul Mackerras · 12 years ago
  49. 8455d79 KVM: PPC: Book3S HV: Run virtual core whenever any vcpus in it can run by Paul Mackerras · 12 years ago
  50. 2f12f03 KVM: PPC: Book3S HV: Fixes for late-joining threads by Paul Mackerras · 12 years ago
  51. 913d3ff9a KVM: PPC: Book3s HV: Don't access runnable threads list without vcore lock by Paul Mackerras · 12 years ago
  52. 7b444c6 KVM: PPC: Book3S HV: Fix some races in starting secondary threads by Paul Mackerras · 12 years ago
  53. 512691d KVM: PPC: Book3S HV: Allow KVM guests to stop secondary threads coming online by Paul Mackerras · 12 years ago
  54. c99ec97 PPC: ePAPR: Convert header to uapi by Alexander Graf · 12 years ago
  55. 388cf9e KVM: PPC: Move mtspr/mfspr emulation into own functions by Alexander Graf · 12 years ago
  56. 686de18 KVM: Documentation: Fix reentry-to-be-consistent paragraph by Alexander Graf · 12 years ago
  57. e43a028 KVM: PPC: 44x: fix DCR read/write by Alexander Graf · 12 years ago
  58. 81c52c5 KVM: do not treat noslot pfn as a error pfn by Xiao Guangrong · 12 years ago
  59. 19bf7f8 Merge remote-tracking branch 'master' into queue by Marcelo Tosatti · 12 years ago
  60. 35fd3dc Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client by Linus Torvalds · 12 years ago
  61. 52eb5a9 ceph: fix dentry reference leak in encode_fh() by David Zafman · 12 years ago
  62. 6b0cb4e Merge branch 'i2c-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jdelvare/staging by Linus Torvalds · 12 years ago
  63. 28901f5 i2c-i801: Fix comment by Jean Delvare · 12 years ago
  64. 79e3e5b i2c-i801: Simplify dependency towards GPIOLIB by Jean Delvare · 12 years ago
  65. 31d178b i2c-stub: Move to drivers/i2c by Jean Delvare · 12 years ago
  66. 8f0d816 Linux 3.7-rc3 by Linus Torvalds · 12 years ago
  67. 5a5210c Merge tag 'ktest-v3.7-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-ktest by Linus Torvalds · 12 years ago
  68. 8e99165 Merge tag 'spi-mxs' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/misc by Linus Torvalds · 12 years ago
  69. 065c801 Merge tag 'fixes-for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 12 years ago
  70. 1a25b1c Lock splice_read and splice_write functions by Mikulas Patocka · 12 years ago
  71. 1bf11c5 percpu-rw-semaphores: use rcu_read_lock_sched by Mikulas Patocka · 12 years ago
  72. 5c1eabe percpu-rw-semaphores: use light/heavy barriers by Mikulas Patocka · 12 years ago
  73. 943bb48 Revert "ARM i.MX25: Fix PWM per clock lookups" by Arnd Bergmann · 12 years ago
  74. 5b627ba ARM: versatile: fix versatile_defconfig by Arnd Bergmann · 12 years ago
  75. e09348c7 ARM: mvebu: update defconfig with 3.7 changes by Thomas Petazzoni · 12 years ago
  76. 0654f4a ARM: at91: fix at91x40 build by Arnd Bergmann · 12 years ago
  77. e657e07 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 12 years ago
  78. f761237 Merge branch 'fixes' of git://git.infradead.org/users/vkoul/slave-dma by Linus Torvalds · 12 years ago
  79. 64b1cba Merge tag 'pm+acpi-for-3.7-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 12 years ago
  80. 787c57c KVM: ia64: remove unused variable in kvm_release_vm_pages() by Wei Yongjun · 12 years ago
  81. f54c77d Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband by Linus Torvalds · 12 years ago
  82. 1d47091 Merge tag 'usb-3.7-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb by Linus Torvalds · 12 years ago
  83. 6ad2c73 Merge tag 'tty-3.7-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 12 years ago
  84. 490916d Merge tag 'staging-3.7-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging by Linus Torvalds · 12 years ago
  85. 299650c Merge tag 'driver-core-3.7-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 12 years ago
  86. f76ddd9 Merge tag 'char-misc-3.7-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc by Linus Torvalds · 12 years ago
  87. 561ec64 VFS: don't do protected {sym,hard}links by default by Linus Torvalds · 12 years ago
  88. 22e978f Merge tag 'sound-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound by Linus Torvalds · 12 years ago
  89. ef48bfd Merge branch 'fixes_for_linus' of git://git.linaro.org/people/mszyprowski/linux-dma-mapping by Linus Torvalds · 12 years ago
  90. 622f202 Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  91. 6a2e52f Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  92. f48d427 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 12 years ago
  93. 330ee00 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless into for-davem by John W. Linville · 12 years ago
  94. 1dc506a Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas into fixes by Arnd Bergmann · 12 years ago
  95. 389a84d Merge branch 'v3.7-samsung-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung into fixes by Arnd Bergmann · 12 years ago
  96. 8b724e2 Merge tag 'efi-for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi into x86/urgent by Ingo Molnar · 12 years ago
  97. 3da3fff tilegx: fix some issues in the SW TSO support by Chris Metcalf · 12 years ago
  98. f8295ec qmi_wwan/cdc_ether: move Novatel 551 and E362 to qmi_wwan by Dan Williams · 12 years ago
  99. 39707c2 net: usb: Fix memory leak on Tx data path by Hemant Kumar · 12 years ago
  100. bfc0d8c net/mlx4_core: Unmap UAR also in the case of error flow by Dotan Barak · 12 years ago