1. 0730388 KVM: cleanup async_pf tracepoints by Xiao Guangrong · 14 years ago
  2. c9b263d KVM: fix tracing kvm_try_async_get_page by Xiao Guangrong · 14 years ago
  3. 2653503 KVM: replace vmalloc and memset with vzalloc by Takuya Yoshikawa · 14 years ago
  4. ec25d5e KVM: handle exit due to INVD in VMX by Gleb Natapov · 14 years ago
  5. 2eec734 KVM: x86: Avoid issuing wbinvd twice by Jan Kiszka · 14 years ago
  6. aac8763 KVM: get rid of warning within kvm_dev_ioctl_create_vm by Heiko Carstens · 14 years ago
  7. 3bcc8a8 KVM: add cast within kvm_clear_guest_page to fix warning by Heiko Carstens · 14 years ago
  8. 6f9e5c17 KVM: use kmalloc() for small dirty bitmaps by Takuya Yoshikawa · 14 years ago
  9. 515a012 KVM: pre-allocate one more dirty bitmap to avoid vmalloc() by Takuya Yoshikawa · 14 years ago
  10. a36a57b1 KVM: introduce wrapper functions for creating/destroying dirty bitmaps by Takuya Yoshikawa · 14 years ago
  11. 64be500 KVM: x86: trace "exit to userspace" event by Gleb Natapov · 14 years ago
  12. 612819c KVM: propagate fault r/w information to gup(), allow read-only memory by Marcelo Tosatti · 14 years ago
  13. 7905d9a KVM: MMU: flush TLBs on writable -> read-only spte overwrite by Marcelo Tosatti · 14 years ago
  14. 982c256 KVM: MMU: remove kvm_mmu_set_base_ptes by Marcelo Tosatti · 14 years ago
  15. ff1fcb9 KVM: VMX: remove setting of shadow_base_ptes for EPT by Marcelo Tosatti · 14 years ago
  16. 83bcacb KVM: Avoid double interrupt injection with vapic by Avi Kivity · 14 years ago
  17. 82ca2d1 KVM: SVM: Fold save_host_msrs() and load_host_msrs() into their callers by Avi Kivity · 14 years ago
  18. dacccfd KVM: SVM: Move fs/gs/ldt save/restore to heavyweight exit path by Avi Kivity · 14 years ago
  19. afe9e66 KVM: SVM: Move svm->host_gs_base into a separate structure by Avi Kivity · 14 years ago
  20. 13c34e0 KVM: SVM: Move guest register save out of interrupts disabled section by Avi Kivity · 14 years ago
  21. d4c90b0 KVM: x86: Add missing inline tag to kvm_read_and_reset_pf_reason by Jan Kiszka · 14 years ago
  22. f56f536 KVM: Move KVM context switch into own function by Andi Kleen · 14 years ago
  23. 7e1fbea KVM: x86: Mark kvm_arch_setup_async_pf static by Jan Kiszka · 14 years ago
  24. 8030089 KVM: improve hva_to_pfn() readability by Gleb Natapov · 14 years ago
  25. fc5f06f KVM: Send async PF when guest is not in userspace too. by Gleb Natapov · 14 years ago
  26. 6adba52 KVM: Let host know whether the guest can handle async PF in non-userspace context. by Gleb Natapov · 14 years ago
  27. 6c047cd KVM paravirt: Handle async PF in non preemptable context by Gleb Natapov · 14 years ago
  28. 7c90705 KVM: Inject asynchronous page fault into a PV guest if page is swapped out. by Gleb Natapov · 14 years ago
  29. 631bc48 KVM: Handle async PF in a guest. by Gleb Natapov · 14 years ago
  30. fd10cde KVM paravirt: Add async PF initialization to PV guest. by Gleb Natapov · 14 years ago
  31. 344d958 KVM: Add PV MSR to enable asynchronous page faults delivery. by Gleb Natapov · 14 years ago
  32. ca3f101 KVM paravirt: Move kvm_smp_prepare_boot_cpu() from kvmclock.c to kvm.c. by Gleb Natapov · 14 years ago
  33. 49c7754 KVM: Add memory slot versioning and use it to provide fast guest write interface by Gleb Natapov · 14 years ago
  34. 56028d0 KVM: Retry fault before vmentry by Gleb Natapov · 14 years ago
  35. af585b9 KVM: Halt vcpu if page it tries to access is swapped out by Gleb Natapov · 14 years ago
  36. 010c520 KVM: Don't reset mmu context unnecessarily when updating EFER by Avi Kivity · 14 years ago
  37. d0dfc6b KVM: i8259: initialize isr_ack by Avi Kivity · 14 years ago
  38. 649497d KVM: MMU: Fix incorrect direct gfn for unpaged mode shadow by Avi Kivity · 14 years ago
  39. 0a59228 Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tile by Linus Torvalds · 14 years ago
  40. 2ba16c4 Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/upstream-linus by Linus Torvalds · 14 years ago
  41. 46bdfe6 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6 by Linus Torvalds · 14 years ago
  42. 81711ce arch/tile: handle rt_sigreturn() more cleanly by Chris Metcalf · 14 years ago
  43. bc4cf2b arch/tile: handle CLONE_SETTLS in copy_thread(), not user space by Chris Metcalf · 14 years ago
  44. 081d835 MIPS: Fix build errors in sc-mips.c by Kevin Cernekee · 14 years ago
  45. a2c606d x86: avoid high BIOS area when allocating address space by Bjorn Helgaas · 14 years ago
  46. 4dc2287 x86: avoid E820 regions when allocating address space by Bjorn Helgaas · 14 years ago
  47. 30919b0 x86: avoid low BIOS area when allocating address space by Bjorn Helgaas · 14 years ago
  48. fcb1191 resources: add arch hook for preventing allocation in reserved areas by Bjorn Helgaas · 14 years ago
  49. c0f5ac5 Revert "resources: support allocating space within a region from the top down" by Bjorn Helgaas · 14 years ago
  50. 6db45b7 Revert "PCI: allocate bus resources from the top down" by Bjorn Helgaas · 14 years ago
  51. d14125e Revert "x86/PCI: allocate space from the end of a region, not the beginning" by Bjorn Helgaas · 14 years ago
  52. 5e52f1c Revert "x86: allocate space within a region top-down" by Bjorn Helgaas · 14 years ago
  53. ac57cd5 Revert "PCI: fix pci_bus_alloc_resource() hang, prefer positive decode" by Bjorn Helgaas · 14 years ago
  54. c15524a Merge branch 'for_linus' of git://github.com/at91linux/linux-2.6-at91 by Linus Torvalds · 14 years ago
  55. a6ac1f0 Merge branch 'kvm-updates/2.6.37' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 14 years ago
  56. 508817e Merge branch 'pm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/suspend-2.6 by Linus Torvalds · 14 years ago
  57. 8efc1a1 Merge branch 'bkl_removal' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6 by Linus Torvalds · 14 years ago
  58. 7428081 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound-2.6 by Linus Torvalds · 14 years ago
  59. 5aad6c5 Merge branch 'fix/asoc' into for-linus by Takashi Iwai · 14 years ago
  60. 8cd1fd2 Merge branch 'fix/hda' into for-linus by Takashi Iwai · 14 years ago
  61. 53e8c32 ALSA: hda - Fix conflict of Mic Boot controls by Takashi Iwai · 14 years ago
  62. c20b4dd at91: Refactor Stamp9G20 and PControl G20 board file by Christian Glindkamp · 14 years ago
  63. 8251544 at91: Fix uhpck clock rate in upll case by Ryan Mallon · 14 years ago
  64. a3383e8 Merge branch 'for-linus' of git://git.infradead.org/users/eparis/notify by Linus Torvalds · 14 years ago
  65. 68a4ec9 Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/upstream-linus by Linus Torvalds · 14 years ago
  66. 49c2fa0 PCI: Update MCP55 quirk to not affect non HyperTransport variants by Neil Horman · 14 years ago
  67. c9bace7 MIPS: Add a CONFIG_FORCE_MAX_ZONEORDER Kconfig option. by David Daney · 14 years ago
  68. 82b8915 MIPS: LD/SD o32 macro GAS fix update by Maciej W. Rozycki · 14 years ago
  69. cf745a3 MIPS: Alchemy: fix build with SERIAL_8250=n by Manuel Lauss · 14 years ago
  70. a3aad4a MIPS: Rename mips_dma_cache_sync back to dma_cache_sync by Ralf Baechle · 14 years ago
  71. d002aaa MIPS: MT: Fix typo in comment. by Ralf Baechle · 14 years ago
  72. 3f84622 SSB: Fix nvram_get on BCM47xx platform by Hauke Mehrtens · 14 years ago
  73. 1690a7f MIPS: BCM47xx: Swap serial console if ttyS1 was specified. by Hauke Mehrtens · 14 years ago
  74. 59833fc MIPS: BCM47xx: Use sscanf for parsing mac address by Hauke Mehrtens · 14 years ago
  75. 2aa088d MIPS: BCM47xx: Fill values for b43 into SSB sprom by Hauke Mehrtens · 14 years ago
  76. 8257108 MIPS: BCM47xx: Do not read config from CFE by Hauke Mehrtens · 14 years ago
  77. e31fee7 MIPS: FDT size is a be32 by Thomas Chou · 14 years ago
  78. 5878fc9 MIPS: Fix CP0 COUNTER clockevent race by Kevin Cernekee · 14 years ago
  79. 190fca3 MIPS: Fix regression on BCM4710 processor detection by Kevin Cernekee · 14 years ago
  80. 4afdea8 MIPS: JZ4740: Fix pcm device name by Lars-Peter Clausen · 14 years ago
  81. e5674ad MIPS: Separate two consecutive loads in memset.S by Tony Wu · 14 years ago
  82. 515b029 MIPS: Send proper signal and siginfo on FP emulator faults. by David Daney · 14 years ago
  83. 0bc6791 MIPS: AR7: Fix loops per jiffies on TNETD7200 devices by Florian Fainelli · 14 years ago
  84. ff42d62 MIPS: AR7: Fix double ar7_gpio_init declaration by Florian Fainelli · 14 years ago
  85. 3bd27e3 MIPS: Rework GENERIC_HARDIRQS Kconfig. by David Daney · 14 years ago
  86. 690ca2c MIPS: Alchemy: Add return value check for strict_strtoul() by Yoichi Yuasa · 14 years ago
  87. ec79812 MIPS: Loongson: Add return value check for strict_strtoul() by Wu Zhangjin · 14 years ago
  88. 863abad MIPS: VPE loader: Check vmalloc return value in vpe_open by Jesper Juhl · 14 years ago
  89. d62c9ce MIPS: compat: Don't clobber personality bits in 32-bit sys_personality(). by David Daney · 14 years ago
  90. 1c0d52b MIPS: Don't clobber personality high bits. by David Daney · 14 years ago
  91. 1d21038 MIPS: jz4740: Fix section mismatch in prom.c by Lars-Peter Clausen · 14 years ago
  92. fe749aa MIPS: jz4740: qi_lb60: Fix gpio for the 6th row of the keyboard matrix by Lars-Peter Clausen · 14 years ago
  93. a989ff8 MIPS: Don't stomp on caller's ->regs[2] in copy_thread() by Al Viro · 14 years ago
  94. 2b3e502 MIPS: Swarm: Fix typo in symbol name: RTC_M4LT81 -> RTC_M41T81 by Ralf Baechle · 14 years ago
  95. b3444d1 Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linus by Linus Torvalds · 14 years ago
  96. 4ef5c68 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ryusuke/nilfs2 by Linus Torvalds · 14 years ago
  97. 9fe4145 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 14 years ago
  98. f08f5a0 PM / Runtime: Fix pm_runtime_suspended() by Rafael J. Wysocki · 14 years ago
  99. be8cd64 PM / Hibernate: Restore old swap signature to avoid user space breakage by Rafael J. Wysocki · 14 years ago
  100. 1497dd1 PM / Hibernate: Fix PM_POST_* notification with user-space suspend by Takashi Iwai · 14 years ago