1. 57e7fbe KVM: Refactor srcu struct release on early errors by Jan Kiszka · 14 years ago
  2. 30bd0c4 KVM: VMX: Disallow NMI while blocked by STI by Avi Kivity · 14 years ago
  3. 64f638c KVM: fix the race while wakeup all pv guest by Xiao Guangrong · 14 years ago
  4. 15096ff KVM: handle more completed apfs if possible by Xiao Guangrong · 14 years ago
  5. e6d53e3 KVM: avoid unnecessary wait for a async pf by Xiao Guangrong · 14 years ago
  6. c7d28c2 KVM: fix searching async gfn in kvm_async_pf_gfn_slot by Xiao Guangrong · 14 years ago
  7. 0730388 KVM: cleanup async_pf tracepoints by Xiao Guangrong · 14 years ago
  8. c9b263d KVM: fix tracing kvm_try_async_get_page by Xiao Guangrong · 14 years ago
  9. 2653503 KVM: replace vmalloc and memset with vzalloc by Takuya Yoshikawa · 14 years ago
  10. ec25d5e KVM: handle exit due to INVD in VMX by Gleb Natapov · 14 years ago
  11. 2eec734 KVM: x86: Avoid issuing wbinvd twice by Jan Kiszka · 14 years ago
  12. aac8763 KVM: get rid of warning within kvm_dev_ioctl_create_vm by Heiko Carstens · 14 years ago
  13. 3bcc8a8 KVM: add cast within kvm_clear_guest_page to fix warning by Heiko Carstens · 14 years ago
  14. 6f9e5c17 KVM: use kmalloc() for small dirty bitmaps by Takuya Yoshikawa · 14 years ago
  15. 515a012 KVM: pre-allocate one more dirty bitmap to avoid vmalloc() by Takuya Yoshikawa · 14 years ago
  16. a36a57b1 KVM: introduce wrapper functions for creating/destroying dirty bitmaps by Takuya Yoshikawa · 14 years ago
  17. 64be500 KVM: x86: trace "exit to userspace" event by Gleb Natapov · 14 years ago
  18. 612819c KVM: propagate fault r/w information to gup(), allow read-only memory by Marcelo Tosatti · 14 years ago
  19. 1ae5ec9 ACPICA: Update version to 20101209 by Lin Ming · 14 years ago
  20. da50337 ACPICA: Misc comments to minimize code divergence by Lin Ming · 14 years ago
  21. a0fcdb2 ACPICA: Global event handler by Lin Ming · 14 years ago
  22. bba63a2 ACPICA: Implicit notify support by Lin Ming · 14 years ago
  23. 5a284cd ACPICA: Fix local variable mess in acpi_ev_asynch_execute_gpe_method by Lin Ming · 14 years ago
  24. 84f6b2a ACPICA: Remove unused function declarations by Lin Ming · 14 years ago
  25. 8b6cd8a ACPICA: New GPE handler callback definition by Lin Ming · 14 years ago
  26. 3a37898 ACPICA: Rename some function and variable names by Lin Ming · 14 years ago
  27. 7905d9a KVM: MMU: flush TLBs on writable -> read-only spte overwrite by Marcelo Tosatti · 14 years ago
  28. 982c256 KVM: MMU: remove kvm_mmu_set_base_ptes by Marcelo Tosatti · 14 years ago
  29. ff1fcb9 KVM: VMX: remove setting of shadow_base_ptes for EPT by Marcelo Tosatti · 14 years ago
  30. 83bcacb KVM: Avoid double interrupt injection with vapic by Avi Kivity · 14 years ago
  31. 82ca2d1 KVM: SVM: Fold save_host_msrs() and load_host_msrs() into their callers by Avi Kivity · 14 years ago
  32. dacccfd KVM: SVM: Move fs/gs/ldt save/restore to heavyweight exit path by Avi Kivity · 14 years ago
  33. afe9e66 KVM: SVM: Move svm->host_gs_base into a separate structure by Avi Kivity · 14 years ago
  34. 13c34e0 KVM: SVM: Move guest register save out of interrupts disabled section by Avi Kivity · 14 years ago
  35. d4c90b0 KVM: x86: Add missing inline tag to kvm_read_and_reset_pf_reason by Jan Kiszka · 14 years ago
  36. f56f536 KVM: Move KVM context switch into own function by Andi Kleen · 14 years ago
  37. 7e1fbea KVM: x86: Mark kvm_arch_setup_async_pf static by Jan Kiszka · 14 years ago
  38. 8030089 KVM: improve hva_to_pfn() readability by Gleb Natapov · 14 years ago
  39. fc5f06f KVM: Send async PF when guest is not in userspace too. by Gleb Natapov · 14 years ago
  40. 6adba52 KVM: Let host know whether the guest can handle async PF in non-userspace context. by Gleb Natapov · 14 years ago
  41. 6c047cd KVM paravirt: Handle async PF in non preemptable context by Gleb Natapov · 14 years ago
  42. 7c90705 KVM: Inject asynchronous page fault into a PV guest if page is swapped out. by Gleb Natapov · 14 years ago
  43. 631bc48 KVM: Handle async PF in a guest. by Gleb Natapov · 14 years ago
  44. fd10cde KVM paravirt: Add async PF initialization to PV guest. by Gleb Natapov · 14 years ago
  45. 344d958 KVM: Add PV MSR to enable asynchronous page faults delivery. by Gleb Natapov · 14 years ago
  46. ca3f101 KVM paravirt: Move kvm_smp_prepare_boot_cpu() from kvmclock.c to kvm.c. by Gleb Natapov · 14 years ago
  47. 49c7754 KVM: Add memory slot versioning and use it to provide fast guest write interface by Gleb Natapov · 14 years ago
  48. 56028d0 KVM: Retry fault before vmentry by Gleb Natapov · 14 years ago
  49. af585b9 KVM: Halt vcpu if page it tries to access is swapped out by Gleb Natapov · 14 years ago
  50. 3cfd53d ACPICA: Move GPE functions to new file evxfgpe.c by Lin Ming · 14 years ago
  51. 51120c2 [S390] MAINTAINERS: Update zcrypt driver entry by Holger Dengler · 14 years ago
  52. d2c9dfc [S390] Randomize PIEs by Heiko Carstens · 14 years ago
  53. 3351918 [S390] Randomise the brk region by Heiko Carstens · 14 years ago
  54. a05c90f [S390] Add is_32bit_task() helper function by Heiko Carstens · 14 years ago
  55. 9887a1f [S390] Randomize lower bits of stack address by Heiko Carstens · 14 years ago
  56. df1ca53 [S390] Randomize mmap start address by Heiko Carstens · 14 years ago
  57. 1060f62 [S390] Rearrange mmap.c by Heiko Carstens · 14 years ago
  58. 7e0d485 [S390] Enable flexible mmap layout for 64 bit processes by Heiko Carstens · 14 years ago
  59. e7828bb [S390] vdso: dont map at mmap_base by Heiko Carstens · 14 years ago
  60. 9e78a13 [S390] reduce miminum gap between stack and mmap_base by Heiko Carstens · 14 years ago
  61. 9046e40 [S390] mmap: consider stack address randomization by Heiko Carstens · 14 years ago
  62. 7a63fa1 [S390] Update default configuration by Martin Schwidefsky · 14 years ago
  63. b17295e [S390] cio: path_event overindication after resume by Sebastian Ott · 14 years ago
  64. 5b919f8 net: ax25: fix information leak to userland harder by Kees Cook · 14 years ago
  65. 81e88fd ACPI, APEI, Generic Hardware Error Source POLL/IRQ/NMI notification type support by Huang Ying · 14 years ago
  66. 700b65c ALSA: hda - Add missing NID 0x19 fixup for Sony VAIO by Takashi Iwai · 14 years ago
  67. 1a99d4a ALSA: hda - Fix ALC275 enable hardware EQ for SONY VAIO by Kailang Yang · 14 years ago
  68. c386735 ALSA: oxygen: fix Xonar DG input by Clemens Ladisch · 14 years ago
  69. 357f915 ALSA: hda - Fix EAPD on Lenovo NB ALC269 to low by Kailang Yang · 14 years ago
  70. e2e9329 ALSA: hda - Fix missing EAPD for Acer 4930G by Takashi Iwai · 14 years ago
  71. 393004b ALSA: hda: Disable 4/6 channels on some NVIDIA GPUs. by Nitin Daga · 14 years ago
  72. 0ebaa24 ALSA: hda - Add static_hdmi_pcm option to HDMI codec parser by Takashi Iwai · 14 years ago
  73. 6661702 ALSA: hda - Don't refer ELD when unplugged by Takashi Iwai · 14 years ago
  74. 2f55eaa Merge branch 'for-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/lrg/asoc-2.6 into topic/asoc by Takashi Iwai · 14 years ago
  75. e3d5fb7 video: imx: Update the manufacturer's name by Fabio Estevam · 14 years ago
  76. 01c728a Merge branch 'next' into for-linus by Dmitry Torokhov · 14 years ago
  77. ec03031 nuc900fb: don't treat NULL clk as an error by Jamie Iles · 14 years ago
  78. 0b2e9cb s3c2410fb: don't treat NULL clk as an error by Jamie Iles · 14 years ago
  79. 50a88cb Input: add SW_ROTATE_LOCK switch type by Jekyll Lai · 14 years ago
  80. ccd8c79 video: tidy up modedb formatting. by Mayuresh Janorkar · 14 years ago
  81. 2cf0c58 serial: samsung: fix device name by Darius Augulis · 14 years ago
  82. 53582c4 Merge branch 'rmobile/sdio' into rmobile-latest by Paul Mundt · 14 years ago
  83. da97da7 ARM: mach-shmobile: sh7372 Enable SDIO IRQs for Mackerel by Magnus Damm · 14 years ago
  84. 9213c00 ARM: mach-shmobile: sh7377 Enable SDIO IRQs by Magnus Damm · 14 years ago
  85. 969f9a1 ARM: mach-shmobile: sh7367 Enable SDIO IRQs by Magnus Damm · 14 years ago
  86. 330e4e7 ARM: mach-shmobile: sh7372 Enable SDIO IRQs by Arnd Hannemann · 14 years ago
  87. 83eb95b Merge branch 'sh/sdio' into sh-latest by Paul Mundt · 14 years ago
  88. 9bbe7b9 sh: sh7366 Enable SDIO IRQs by Magnus Damm · 14 years ago
  89. 3a0f4c7 sh: sh7343 Enable SDIO IRQs by Magnus Damm · 14 years ago
  90. e8a50ae sh: mach-ecovec24: enable runtime PM for SDHI by Arnd Hannemann · 14 years ago
  91. 365e108 sh: sh7723 / ap325rxa enable SDIO IRQs by Arnd Hannemann · 14 years ago
  92. 464495e sh: sh7722 Enable SDIO IRQs by Arnd Hannemann · 14 years ago
  93. a68a078 sh: sh7724 Enable SDIO IRQs by Arnd Hannemann · 14 years ago
  94. 6d855fc ACPI: delete CONFIG_ACPI_PROCFS_POWER and power procfs I/F in 2.6.39 by Zhang Rui · 14 years ago
  95. 4464ed3 ACPI: update CONFIG_ACPI_PROCFS description by Zhang Rui · 14 years ago
  96. 4cb1872 thermal: Add event notification to thermal framework by R.Durgadoss · 14 years ago
  97. 436c387 ARM: SAMSUNG: Add support for clock debugging through debug-fs interface by Amit Daniel Kachhap · 14 years ago
  98. eb4a7cb IB/mthca: Fix driver when sizeof (phys_addr_t) > sizeof (long) by John L. Burr · 14 years ago
  99. 65a84a0 xfs: Add log level to assertion printk by Anton Blanchard · 14 years ago
  100. 1884bd8 xfs: fix an assignment within an ASSERT() by Jesper Juhl · 14 years ago