1. ebae41a ide: add "vlb|pci_clock=" parameter by Bartlomiej Zolnierkiewicz · 16 years ago
  2. cc12175 ide: remove obsoleted "hdx=noautotune" kernel parameter by Bartlomiej Zolnierkiewicz · 16 years ago
  3. e460a59 ide: remove obsoleted "idex=reset" kernel parameter by Bartlomiej Zolnierkiewicz · 16 years ago
  4. 9fd91d9 ide: add "ignore_cable" parameter (take 2) by Bartlomiej Zolnierkiewicz · 16 years ago
  5. a453529 KVM: Rename VCPU_MP_STATE_* to KVM_MP_STATE_* by Avi Kivity · 16 years ago
  6. 3d80840 KVM: hlt emulation should take in-kernel APIC/PIT timers into account by Marcelo Tosatti · 16 years ago
  7. d4c9ff2 KVM: Add kvm trace userspace interface by Feng(Eric) Liu · 16 years ago
  8. 2714d1d KVM: Add trace markers by Feng (Eric) Liu · 16 years ago
  9. 53371b5 KVM: SVM: add intercept for machine check exception by Joerg Roedel · 16 years ago
  10. 35149e2 KVM: MMU: Don't assume struct page for x86 by Anthony Liguori · 16 years ago
  11. 1a9c1ac KVM: ia64: Add header files for kvm/ia64 by Xiantao Zhang · 16 years ago
  12. e235f34 KVM: ia64: Prepare some structure and routines for kvm use by Xiantao Zhang · 16 years ago
  13. c71799c KVM: s390: Improve pgste accesses by Heiko Carstens · 16 years ago
  14. d39f13b KVM: add vm refcounting by Izik Eidus · 16 years ago
  15. 9c20456 KVM: function declaration parameter name cleanup by Joerg Roedel · 16 years ago
  16. 3200f40 KVM: MMU: unify slots_lock usage by Marcelo Tosatti · 16 years ago
  17. e976a2b s390: KVM guest: virtio device support, and kvm hypercalls by Christian Borntraeger · 16 years ago
  18. fa58774 s390: KVM guest: detect when running on kvm by Carsten Otte · 16 years ago
  19. e28acfe KVM: s390: intercepts for diagnose instructions by Christian Borntraeger · 16 years ago
  20. 5288fbf KVM: s390: interprocessor communication via sigp by Christian Borntraeger · 16 years ago
  21. 453423d KVM: s390: intercepts for privileged instructions by Christian Borntraeger · 16 years ago
  22. ba5c1e9 KVM: s390: interrupt subsystem, cpu timer, waitpsw by Carsten Otte · 16 years ago
  23. 8f2abe6 KVM: s390: sie intercept handling by Christian Borntraeger · 16 years ago
  24. b0c632d KVM: s390: arch backend for the kvm kernel module by Heiko Carstens · 16 years ago
  25. 8a88ac6 s390: KVM preparation: address of the 64bit extint parm in lowcore by Christian Borntraeger · 16 years ago
  26. 5b7baf0 s390: KVM preparation: host memory management changes for s390 kvm by Christian Borntraeger · 16 years ago
  27. 402b086 s390: KVM preparation: provide hook to enable pgstes in user pagetable by Carsten Otte · 16 years ago
  28. 37817f2 KVM: x86: hardware task switching support by Izik Eidus · 16 years ago
  29. 2e4d265 KVM: x86: add functions to get the cpl of vcpu by Izik Eidus · 16 years ago
  30. 69a9f69 KVM: Move some x86 specific constants and structures to include/asm-x86 by Avi Kivity · 16 years ago
  31. 9764620 KVM: kvm.h: __user requires compiler.h by Christian Borntraeger · 16 years ago
  32. 3c62c62 x86: make native_machine_shutdown non-static by Glauber Costa · 16 years ago
  33. ed23dc6 x86: allow machine_crash_shutdown to be replaced by Glauber Costa · 16 years ago
  34. 2f333bc KVM: MMU: hypercall based pte updates and TLB flushes by Marcelo Tosatti · 16 years ago
  35. 9f81128 KVM: Provide unlocked version of emulator_write_phys() by Avi Kivity · 16 years ago
  36. 0cf1bfd x86: KVM guest: add basic paravirt support by Marcelo Tosatti · 16 years ago
  37. a28e4f5 KVM: add basic paravirt support by Marcelo Tosatti · 16 years ago
  38. e0f63cb KVM: Add save/restore supporting of in kernel PIT by Sheng Yang · 16 years ago
  39. 7837699 KVM: In kernel PIT model by Sheng Yang · 16 years ago
  40. 71c4dfa KVM: detect if VCPU triple faults by Joerg Roedel · 16 years ago
  41. 2d3ad1f KVM: Prefix control register accessors with kvm_ to avoid namespace pollution by Avi Kivity · 16 years ago
  42. 05da455 KVM: MMU: large page support by Marcelo Tosatti · 16 years ago
  43. 2e53d63 KVM: MMU: ignore zapped root pagetables by Marcelo Tosatti · 16 years ago
  44. f11c3a8 KVM: Add stat counter for hypercalls by Amit Shah · 16 years ago
  45. ef2979b KVM: Increase the number of user memory slots per vm by Avi Kivity · 16 years ago
  46. a988b91 KVM: Add API for determining the number of supported memory slots by Avi Kivity · 16 years ago
  47. edbe6c3 KVM: Increase vcpu count to 16 by Avi Kivity · 16 years ago
  48. f725230 KVM: Add API to retrieve the number of supported vcpus per vm by Avi Kivity · 16 years ago
  49. 1806852 KVM: paravirtualized clocksource: host part by Glauber de Oliveira Costa · 16 years ago
  50. cc4b687 KVM: export the load_pdptrs() function to modules by Joerg Roedel · 16 years ago
  51. 1855267 KVM: export information about NPT to generic x86 code by Joerg Roedel · 16 years ago
  52. f2b4b7d KVM: make EFER_RESERVED_BITS configurable for architecture code by Joerg Roedel · 16 years ago
  53. 31bb117 KVM: Use CONFIG_PREEMPT_NOTIFIERS around struct preempt_notifier by Hollis Blanchard · 16 years ago
  54. 2384d2b KVM: VMX: Enable Virtual Processor Identification (VPID) by Sheng Yang · 17 years ago
  55. 1ae0a13 KVM: MMU: Simplify hash table indexing by Dong, Eddie · 17 years ago
  56. 7f424a8 fix idle (arch, acpi and apm) and lockdep by Peter Zijlstra · 16 years ago
  57. c3bf9bc Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-x86-bigbox-bootmem-v3 by Linus Torvalds · 16 years ago
  58. c2b91e2 x86_64/mm: check and print vmemmap allocation continuous by Yinghai Lu · 16 years ago
  59. 1a27fc0 x86_64: fix setup_node_bootmem to support big mem excluding with memmap by Yinghai Lu · 16 years ago
  60. 9b79ed9 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-generic-bitops-v3 by Linus Torvalds · 16 years ago
  61. a52b0d2 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bart/ide-2.6 by Linus Torvalds · 16 years ago
  62. f37afda ide: constify struct ide_dma_ops by Bartlomiej Zolnierkiewicz · 16 years ago
  63. 5e37bdc ide: add struct ide_dma_ops (take 3) by Bartlomiej Zolnierkiewicz · 16 years ago
  64. 1fd1890 ide: add IDE_HFLAG_SERIALIZE_DMA host flag by Bartlomiej Zolnierkiewicz · 16 years ago
  65. b123f56 ide: do complete DMA setup in ->init_dma method (take 2) by Bartlomiej Zolnierkiewicz · 16 years ago
  66. f629b38 au1xxx-ide: fix MWDMA support by Bartlomiej Zolnierkiewicz · 16 years ago
  67. b8e73fb ide: export ide_allocate_dma_engine() by Bartlomiej Zolnierkiewicz · 16 years ago
  68. 5e59c23 ide: remove ->cds field from ide_hwif_t (take 2) by Bartlomiej Zolnierkiewicz · 16 years ago
  69. 21a3387 ide: remove ->extra field from struct ide_port_info by Bartlomiej Zolnierkiewicz · 16 years ago
  70. 5add222 ide: remove ide_hwif_request_regions() by Bartlomiej Zolnierkiewicz · 16 years ago
  71. 0d1bad2 ide: manage resources for PCI devices in ide_pci_enable() (take 3) by Bartlomiej Zolnierkiewicz · 16 years ago
  72. d083c03 ide: remove ide_hwif_release_regions() by Bartlomiej Zolnierkiewicz · 16 years ago
  73. 0bfeee7 ide: use ide_legacy_device_add() for qd65xx (take 2) by Bartlomiej Zolnierkiewicz · 16 years ago
  74. 3b36f66 ide: add ide_legacy_device_add() helper by Bartlomiej Zolnierkiewicz · 16 years ago
  75. e53cd45 ide: remove ->noprobe field from ide_hwif_t by Bartlomiej Zolnierkiewicz · 16 years ago
  76. ac95bee ide: add struct ide_port_ops (take 2) by Bartlomiej Zolnierkiewicz · 16 years ago
  77. 8b664aa x86, boot: add linked list of struct setup_data by Huang, Ying · 16 years ago
  78. 50eae2a x86, boot: add free_early to early reservation machanism by Huang, Ying · 16 years ago
  79. f19dcf4 x86: include/asm-x86/pgalloc.h/bitops.h: checkpatch cleanups - formatting only by Joe Perches · 16 years ago
  80. d66462f x86: finalize bitops unification by Alexander van Heukelum · 16 years ago
  81. 5245698 x86, UML: remove x86-specific implementations of find_first_bit by Alexander van Heukelum · 16 years ago
  82. 3a48305 x86: optimize find_first_bit for small bitmaps by Alexander van Heukelum · 16 years ago
  83. 2aba692 x86: switch 64-bit to generic find_first_bit by Alexander van Heukelum · 16 years ago
  84. 77b9bd9 x86: generic versions of find_first_(zero_)bit, convert i386 by Alexander van Heukelum · 16 years ago
  85. d57594c bitops: use __fls for fls64 on 64-bit archs by Alexander van Heukelum · 16 years ago
  86. 56a6b1e generic: implement __fls on all 64-bit archs by Alexander van Heukelum · 16 years ago
  87. 7d9dff2 generic: introduce a generic __fls implementation by Alexander van Heukelum · 16 years ago
  88. 12d9c84 x86: merge the simple bitops and move them to bitops.h by Alexander van Heukelum · 16 years ago
  89. 64970b6 x86, generic: optimize find_next_(zero_)bit for small constant-size bitmaps by Alexander van Heukelum · 16 years ago
  90. 6fd92b6 x86: change x86 to use generic find_next_bit by Alexander van Heukelum · 16 years ago
  91. d485cb9 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-x86-optimized-inlining by Linus Torvalds · 16 years ago
  92. 1292ebb Merge git://git.kernel.org/pub/scm/linux/kernel/git/bart/ide-2.6 by Linus Torvalds · 16 years ago
  93. 765c68b generic: make optimized inlining arch-opt-in by Ingo Molnar · 16 years ago
  94. 60a3cdd x86: add optimized inlining by Ingo Molnar · 16 years ago
  95. 05230e2 ide: remove hwif->straight8 flag by Bartlomiej Zolnierkiewicz · 16 years ago
  96. 951784b ide: remove IDE_HFLAG_CY82C693 host flag by Bartlomiej Zolnierkiewicz · 16 years ago
  97. b3a37f1 remove include/linux/hdsmart.h by Adrian Bunk · 16 years ago
  98. e277f91 ide: use ide_find_port() in legacy VLB host drivers (take 2) by Bartlomiej Zolnierkiewicz · 16 years ago
  99. fe80b93 ide: merge ide_match_hwif() and ide_find_port() by Bartlomiej Zolnierkiewicz · 16 years ago
  100. 078fdf7 ide: remove PIO "downgrade" quirk by Bartlomiej Zolnierkiewicz · 16 years ago