1. e253b39 x86: rename all fields of mpc_intsrc mpc_X to X by Jaswinder Singh Rajput · 16 years ago
  2. b5ced7c x86: rename all fields of mpc_lintsrc mpc_X to X by Jaswinder Singh Rajput · 16 years ago
  3. 5df82c7 x86: rename all fields of mpc_iopic mpc_X to X by Jaswinder Singh Rajput · 16 years ago
  4. dd399dcb x86: irqinit_64.c init_ISA_irqs should be static by Jaswinder Singh Rajput · 16 years ago
  5. 8a87dd9 x86: setup_percpu.c fix style problems by Jaswinder Singh Rajput · 16 years ago
  6. f50cec3 x86: irqinit_64.c fix style problems by Jaswinder Singh Rajput · 16 years ago
  7. aa09e6c x86: irqinit_32.c fix style problems by Jaswinder Singh Rajput · 16 years ago
  8. 7bafaf3 x86: i8259.c fix style problems by Jaswinder Singh Rajput · 16 years ago
  9. 72ade5f x86: irq_32.c fix style problems by Jaswinder Singh Rajput · 16 years ago
  10. 5866e1b x86: ioport.c fix style problems by Jaswinder Singh Rajput · 16 years ago
  11. fe33118 x86: time_64.c fix style problems by Jaswinder Singh Rajput · 16 years ago
  12. 69036c8 x86: time_32.c fix style problems by Jaswinder Singh Rajput · 16 years ago
  13. 5f66b2a x86: irq_64.c fix style problems by Jaswinder Singh Rajput · 16 years ago
  14. 6a02e71 x86: irq.c fix style problems by Jaswinder Singh Rajput · 16 years ago
  15. 60d53c3 x86: traps.c fix style problems by Jaswinder Singh Rajput · 16 years ago
  16. befa9e7 x86: process_32.c fix style problems by Jaswinder Singh Rajput · 16 years ago
  17. e423e33 x86: apic.c fix style problems by Jaswinder Singh Rajput · 16 years ago
  18. b0e239f x86: rename mpc_config_oemtable to mpc_oemtable by Jaswinder Singh Rajput · 16 years ago
  19. 8fb2952 x86: rename mpc_config_lintsrc to mpc_lintsrc by Jaswinder Singh Rajput · 16 years ago
  20. 540d4e7 x86: rename mpc_config_intsrc to mpc_intsrc by Jaswinder Singh Rajput · 16 years ago
  21. 2b85b5f x86: rename mpc_config_ioapic to mpc_ioapic by Jaswinder Singh Rajput · 16 years ago
  22. f4f21b7 x86: rename mpc_config_processor to mpc_cpu by Jaswinder Singh Rajput · 16 years ago
  23. 00fb860 x86: rename mpc_config_bus to mpc_bus by Jaswinder Singh Rajput · 16 years ago
  24. f29521e x86: rename mp_config_table to mpc_table by Jaswinder Singh Rajput · 16 years ago
  25. 923a789 Merge branch 'linus' into x86/cleanups by Ingo Molnar · 16 years ago
  26. b840d79 Merge branch 'cpus4096-for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  27. 597b0d2 Merge branch 'kvm-updates/2.6.29' of git://git.kernel.org/pub/scm/linux/kernel/git/avi/kvm by Linus Torvalds · 16 years ago
  28. e8e3232 Fix compiler warning in arch/x86/mm/init_32.c by Ingo Brueckl · 16 years ago
  29. 103ceff x86: mpparse.c fix style problems by Jaswinder Singh Rajput · 16 years ago
  30. dceb452 x86: nmi.c fix style problems by Jaswinder Singh Rajput · 16 years ago
  31. 423a540 x86: ldt.c fix style problems by Jaswinder Singh Rajput · 16 years ago
  32. f634fa9 x86: cpuid.c fix style problems by Jaswinder Singh Rajput · 16 years ago
  33. a9067d5 x86: convert permanent_kmaps_init() from macro to inline by Ingo Brueckl · 16 years ago
  34. c64d899 x86: early_printk - use sizeof instead of hardcoded number by Cyrill Gorcunov · 16 years ago
  35. b58602a Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 16 years ago
  36. 18d8fda take init_fs to saner place by Al Viro · 16 years ago
  37. c2452f3 shrink struct dentry by Nick Piggin · 16 years ago
  38. db200df Merge branch 'irq-fixes-for-linus-4' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  39. 8791723 KVM: MMU: handle large host sptes on invlpg/resync by Marcelo Tosatti · 16 years ago
  40. 3f35385 KVM: Add locking to virtual i8259 interrupt controller by Avi Kivity · 16 years ago
  41. 25e2343 KVM: MMU: Don't treat a global pte as such if cr4.pge is cleared by Avi Kivity · 16 years ago
  42. 042b26e KVM: ia64: Fix kvm_arch_vcpu_ioctl_[gs]et_regs() by Jes Sorensen · 16 years ago
  43. 4531220 KVM: x86: Rework user space NMI injection as KVM_CAP_USER_NMI by Jan Kiszka · 16 years ago
  44. 264ff01 KVM: VMX: Fix pending NMI-vs.-IRQ race for user space irqchip by Jan Kiszka · 16 years ago
  45. eb64f1e KVM: MMU: check for present pdptr shadow page in walk_shadow by Marcelo Tosatti · 16 years ago
  46. ca9edae KVM: Consolidate userspace memory capability reporting into common code by Avi Kivity · 16 years ago
  47. e93353c x86: KVM guest: kvm_get_tsc_khz: return khz, not lpj by Eduardo Habkost · 16 years ago
  48. ad218f8 KVM: MMU: prepopulate the shadow on invlpg by Marcelo Tosatti · 16 years ago
  49. 6cffe8c KVM: MMU: skip global pgtables on sync due to cr3 switch by Marcelo Tosatti · 16 years ago
  50. b1a3682 KVM: MMU: collapse remote TLB flushes on root sync by Marcelo Tosatti · 16 years ago
  51. 60c8aec KVM: MMU: use page array in unsync walk by Marcelo Tosatti · 16 years ago
  52. fbce554 KVM: x86 emulator: Fix handling of VMMCALL instruction by Amit Shah · 16 years ago
  53. 9bf8ea4 KVM: x86 emulator: add the emulation of shld and shrd instructions by Guillaume Thouvenin · 16 years ago
  54. d175226 KVM: x86 emulator: add the assembler code for three operands by Guillaume Thouvenin · 16 years ago
  55. bfcadf8 KVM: x86 emulator: add a new "implied 1" Src decode type by Guillaume Thouvenin · 16 years ago
  56. 0dc8d10 KVM: x86 emulator: add Src2 decode set by Guillaume Thouvenin · 16 years ago
  57. 45ed60b KVM: x86 emulator: Extend the opcode descriptor by Guillaume Thouvenin · 16 years ago
  58. 7b70159 KVM: ppc: mostly cosmetic updates to the exit timing accounting code by Hollis Blanchard · 16 years ago
  59. 73e75b4 KVM: ppc: Implement in-kernel exit timing statistics by Hollis Blanchard · 16 years ago
  60. c5fbdff KVM: ppc: save and restore guest mappings on context switch by Hollis Blanchard · 16 years ago
  61. 7924bd4 KVM: ppc: directly insert shadow mappings into the hardware TLB by Hollis Blanchard · 16 years ago
  62. c0ca609 powerpc/44x: declare tlb_44x_index for use in C code by Hollis Blanchard · 16 years ago
  63. 8916861 KVM: ppc: support large host pages by Hollis Blanchard · 16 years ago
  64. efff9e5 KVM: VMX: fix sparse warning by Hannes Eder · 16 years ago
  65. f3fd92f KVM: Remove extraneous semicolon after do/while by Avi Kivity · 16 years ago
  66. 2b48cc7 KVM: x86 emulator: fix popf emulation by Avi Kivity · 16 years ago
  67. cf5de4f KVM: x86 emulator: fix ret emulation by Avi Kivity · 16 years ago
  68. 8a09b68 KVM: x86 emulator: switch 'pop reg' instruction to emulate_pop() by Avi Kivity · 16 years ago
  69. 781d0ed KVM: x86 emulator: allow pop from mmio by Avi Kivity · 16 years ago
  70. faa5a3a KVM: x86 emulator: Extract 'pop' sequence into a function by Avi Kivity · 16 years ago
  71. 6692cef KVM: s390: Fix memory leak of vcpu->run by Christian Borntraeger · 16 years ago
  72. d329c03 KVM: s390: Fix refcounting and allow module unload by Christian Borntraeger · 16 years ago
  73. 6b7ad61 KVM: x86 emulator: consolidate emulation of two operand instructions by Avi Kivity · 16 years ago
  74. dda96d8 KVM: x86 emulator: reduce duplication in one operand emulation thunks by Avi Kivity · 16 years ago
  75. ecc5589 KVM: MMU: optimize set_spte for page sync by Marcelo Tosatti · 16 years ago
  76. 423cd25 x86: KVM guest: sign kvmclock as paravirt by Glauber Costa · 16 years ago
  77. df203ec KVM: VMX: Conditionally request interrupt window after injecting irq by Avi Kivity · 16 years ago
  78. 8fe0736 KVM: ia64: Clean up vmm_ivt.S using tab to indent every line by Xiantao Zhang · 16 years ago
  79. 9f7d5bb KVM: ia64: Add handler for crashed vmm by Xiantao Zhang · 16 years ago
  80. 5e2be19 KVM: ia64: Add some debug points to provide crash infomation by Xiantao Zhang · 16 years ago
  81. 7d63797 KVM: ia64: Define printk function for kvm-intel module by Xiantao Zhang · 16 years ago
  82. d176720 x86: disable VMX on all CPUs on reboot by Eduardo Habkost · 16 years ago
  83. 2340b62 kdump: forcibly disable VMX and SVM on machine_crash_shutdown() by Eduardo Habkost · 16 years ago
  84. 0f3e9ee x86: cpu_emergency_svm_disable() function by Eduardo Habkost · 16 years ago
  85. 2c8dcee KVM: SVM: move svm_hardware_disable() code to asm/virtext.h by Eduardo Habkost · 16 years ago
  86. 63d1142 KVM: SVM: move has_svm() code to asm/virtext.h by Eduardo Habkost · 16 years ago
  87. 6aa07a0 x86: cpu_emergency_vmxoff() function by Eduardo Habkost · 16 years ago
  88. 710ff4a KVM: VMX: extract kvm_cpu_vmxoff() from hardware_disable() by Eduardo Habkost · 16 years ago
  89. 1e99311 x86: asm/virtext.h: add cpu_vmxoff() inline function by Eduardo Habkost · 16 years ago
  90. 6210e37 KVM: VMX: move cpu_has_kvm_support() to an inline on asm/virtext.h by Eduardo Habkost · 16 years ago
  91. eca70fc KVM: VMX: move ASM_VMX_* definitions from asm/kvm_host.h to asm/vmx.h by Eduardo Habkost · 16 years ago
  92. c2cedf7 KVM: SVM: move svm.h to include/asm by Eduardo Habkost · 16 years ago
  93. 13673a9 KVM: VMX: move vmx.h to include/asm by Eduardo Habkost · 16 years ago
  94. fe4e771 KVM: ppc: fix userspace mapping invalidation on context switch by Hollis Blanchard · 16 years ago
  95. df9b856 KVM: ppc: use prefetchable mappings for guest memory by Hollis Blanchard · 16 years ago
  96. bf5d402 KVM: ppc: use MMUCR accessor to obtain TID by Hollis Blanchard · 16 years ago
  97. 30ed5bb KVM: ia64: Remove some macro definitions in asm-offsets.c. by Xiantao Zhang · 16 years ago
  98. 74ef740 KVM: ppc: fix Kconfig constraints by Hollis Blanchard · 16 years ago
  99. 0fdf8e5 KVM: Fix cpuid iteration on multiple leaves per eac by Nitin A Kamble · 16 years ago
  100. 0853d2c KVM: Fix cpuid leaf 0xb loop termination by Nitin A Kamble · 16 years ago