1. e71c2c1 Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  2. 06bea3d locking/lockdep: Eliminate lockdep_init() by Andrey Ryabinin · 8 years ago
  3. 16aaa53 x86/cpufeature: Use enum cpuid_leafs instead of magic numbers by Huaitong Han · 8 years ago
  4. 67c707e Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  5. d8c98a1 x86/paravirt: Prevent rtc_cmos platform device init on PV guests by David Vrabel · 9 years ago
  6. d6ccc3e x86/paravirt: Remove paravirt ops pmd_update[_defer] and pte_update_defer by Juergen Gross · 9 years ago
  7. bd0b9ac genirq: Remove irq argument from irq flow handlers by Thomas Gleixner · 9 years ago
  8. 43af987 Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  9. a782a7e x86/irq: Store irq descriptor in vector array by Thomas Gleixner · 9 years ago
  10. ad3f8d5 x86/lguest: Do not setup unused irq vectors by Thomas Gleixner · 9 years ago
  11. 27a6f41 x86/lguest: Clean up lguest_setup_irq by Rusty Russell · 9 years ago
  12. c2e13cc x86/lguest/timer: Migrate to new set-state interface by Viresh Kumar · 9 years ago
  13. d70b3ef Merge branch 'x86-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  14. df6b35f x86/fpu: Rename i387.h to fpu/api.h by Ingo Molnar · 9 years ago
  15. 51bb928 x86/asm/entry: Remove SYSCALL_VECTOR by Brian Gerst · 9 years ago
  16. b9bb6fb Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux by Linus Torvalds · 9 years ago
  17. 3304c9c x86/asm/entry/irq: Simplify interrupt dispatch table (IDT) layout by Denys Vlasenko · 9 years ago
  18. 2f921b5 lguest: suppress interrupts for single insn, not range. by Rusty Russell · 9 years ago
  19. 7042cb4 lguest: simplify lguest_iret by Denys Vlasenko · 9 years ago
  20. 41f055d lguest: rename i386_head.S in the comments by Alexander Kuleshov · 9 years ago
  21. 88ad1a1 lguest: fix pending interrupt test. by Rusty Russell · 9 years ago
  22. 8ef46a6 x86/asm/entry: Add this_cpu_sp0() to read sp0 for the current cpu by Andy Lutomirski · 9 years ago
  23. f476893 lguest: update help text. by Rusty Russell · 9 years ago
  24. b0bd96f lguest: now depends on PCI by Rusty Russell · 9 years ago
  25. 55c2d78 lguest: don't look in console features to find emerg_wr. by Rusty Russell · 9 years ago
  26. a561adf lguest: use the PCI console device's emerg_wr for early boot messages. by Rusty Russell · 9 years ago
  27. e1b83e2 lguest: Override pcibios_enable_irq/pcibios_disable_irq to our stupid PIC by Rusty Russell · 9 years ago
  28. ee72576 lguest: disable ACPI explicitly. by Rusty Russell · 9 years ago
  29. d1c2946 lguest: don't disable iospace. by Rusty Russell · 9 years ago
  30. 2414e02 x86: Avoid building unused IRQ entry stubs by Jan Beulich · 10 years ago
  31. 2605fc2 asmlinkage, x86: Add explicit __visible to arch/x86/* by Andi Kleen · 10 years ago
  32. 9549b9b x86, asmlinkage, lguest: Fix C functions used by inline assembler by Andi Kleen · 11 years ago
  33. aa96a3c lguest: fix GPF in guest when using gdb. by Rusty Russell · 11 years ago
  34. b21e332 lguest: Point to the right directory for the lguest launcher by Holger Hans Peter Freyther · 11 years ago
  35. 21884a8 Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  36. baa6f82 Merge tags 'modules-next-for-linus' and 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux by Linus Torvalds · 11 years ago
  37. 60e019e x86: Get rid of ->hard_math and all the FPU asm fu by H. Peter Anvin · 11 years ago
  38. 3565184 x86: Increase precision of x86_platform.get/set_wallclock() by David Vrabel · 11 years ago
  39. 6865b32 lguest: rename i386_head.S by Daniel Baluta · 11 years ago
  40. 1e2f5b5 Merge branch 'x86-paravirt-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  41. 511ba86 x86, mm: Patch out arch_flush_lazy_mmu_mode() when running on bare metal by Boris Ostrovsky · 11 years ago
  42. 6276a07 x86: Make Linux guest support optional by Borislav Petkov · 11 years ago
  43. 2ef14f4 Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  44. cb8081c lguest: select CONFIG_TTY to build properly. by Randy Dunlap · 11 years ago
  45. 7b5c4a6 Merge tag 'v3.8-rc5' into x86/mm by H. Peter Anvin · 11 years ago
  46. 6a3956b x86/lguest: Use __pa_symbol instead of __pa on C visible symbols by Alexander Duyck · 12 years ago
  47. 1462594 x86, MCA: Finish mca_config conversion by Borislav Petkov · 12 years ago
  48. eccbb05 virtio: remove CONFIG_VIRTIO_RING by Rusty Russell · 12 years ago
  49. b6c96c0 lguest: Make sure interrupt is allocated ok by lguest_setup_irq by Stratos Psomadakis · 12 years ago
  50. 39a0e33 lguest: add export.h to lguest files for THIS_MODULE/EXPORT_SYMBOL by Paul Gortmaker · 13 years ago
  51. 89cfc99 lguest: don't allow KVM-detection cpuid. by Rusty Russell · 13 years ago
  52. 8d431f4 lguest: Fix translation count about wikipedia's cpuid page by Adrian Knoth · 13 years ago
  53. 64be115 lguest: Fix three simple typos in comments by Adrian Knoth · 13 years ago
  54. 9f54288 lguest: update comments by Rusty Russell · 13 years ago
  55. 7e19414 lguest: remove remaining vmcall by Rusty Russell · 13 years ago
  56. 5dea1c8 lguest: use a special 1:1 linear pagetable mode until first switch. by Rusty Russell · 13 years ago
  57. 15517f7 lguest: fix timer interrupt setup by Rusty Russell · 13 years ago
  58. 0f1bdc1 Merge branch 'timers-clocksource-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 13 years ago
  59. a18f22a Merge branch 'consolidate-clksrc-i8253' of master.kernel.org:~rmk/linux-2.6-arm into timers/clocksource by Thomas Gleixner · 13 years ago
  60. 6151658 Correct occurrences of by Rob Landley · 13 years ago
  61. 0d2eb44 x86: Fix common misspellings by Lucas De Marchi · 13 years ago
  62. 2c77865 x86: Cleanup the genirq name space by Thomas Gleixner · 13 years ago
  63. b01cc1b x86: Convert remaining x86 clocksources to clocksource_register_hz/khz by John Stultz · 14 years ago
  64. 2b8216e LGUEST_GUEST: fix unmet direct dependencies (VIRTUALIZATION && VIRTIO) by Randy Dunlap · 13 years ago
  65. ced05dd lguest: compile fixes by Rusty Russell · 13 years ago
  66. c9f2954 lguest: Use this_cpu_ops by Christoph Lameter · 14 years ago
  67. d50d8fe x86, mm: Initialize initial_page_table before paravirt jumps by Rusty Russell · 13 years ago
  68. da32dac lguest: populate initial_page_table by Rusty Russell · 14 years ago
  69. bb4093d lguest: restore boot speed by Rusty Russell · 14 years ago
  70. bb6f1d9 lguest: fix crash lguest_time_init by Rusty Russell · 14 years ago
  71. c2f31c3 x86: lguest: Use new irq allocator by Thomas Gleixner · 14 years ago
  72. fe25c7f x86: lguest: Convert to new irq chip functions by Thomas Gleixner · 14 years ago
  73. 9b6efcd lguest: update comments to reflect LHCALL_LOAD_GDT_ENTRY. by Rusty Russell · 14 years ago
  74. d3b3833 Merge branch 'ht-delete-2.6.35' into release by Len Brown · 14 years ago
  75. 091ebf0 lguest: stop using KVM hypercall mechanism by Rusty Russell · 14 years ago
  76. 68ca406 ACPI: delete the "acpi=ht" boot option by Len Brown · 14 years ago
  77. cdae0ad5e8 lguest: move panic notifier registration to its expected place. by Rusty Russell · 15 years ago
  78. 7bd867d x86: Move get/set_wallclock to x86_platform_ops by Feng Tang · 15 years ago
  79. 2d82640 x86: Move tsc_calibration to x86_init_ops by Thomas Gleixner · 15 years ago
  80. 845b394 x86: Add timer_init to x86_init_ops by Thomas Gleixner · 15 years ago
  81. 66bcaf0 x86: Move irq_init to x86_init_ops by Thomas Gleixner · 15 years ago
  82. 6b18ae3 x86: Move memory_setup to x86_init_ops by Thomas Gleixner · 15 years ago
  83. a91d74a lguest: update commentry by Rusty Russell · 15 years ago
  84. 2e04ef7 lguest: fix comment style by Rusty Russell · 15 years ago
  85. 7a50492 lguest: restrict CPUID to avoid perf counter wrmsr by Rusty Russell · 15 years ago
  86. 5780888 lguest: fix journey by Matias Zabaljauregui · 15 years ago
  87. acdd0b6 lguest: PAE support by Matias Zabaljauregui · 15 years ago
  88. cefcad1 lguest: Add support for kvm_hypercall4() by Matias Zabaljauregui · 15 years ago
  89. ebe0ba8 lguest: replace hypercall name LHCALL_SET_PMD with LHCALL_SET_PGD by Matias Zabaljauregui · 15 years ago
  90. 90603d1 lguest: use native_set_* macros, which properly handle 64-bit entries when PAE is activated by Matias Zabaljauregui · 15 years ago
  91. 61f4bc8 lguest: optimize by coding restore_flags and irq_enable in assembler. by Rusty Russell · 15 years ago
  92. a32a8813 lguest: improve interrupt handling, speed up stream networking by Rusty Russell · 15 years ago
  93. 1028375 lguest: clean up lguest_init_IRQ by Rusty Russell · 15 years ago
  94. be15f9d Merge branch 'x86-xen-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  95. f0d5e12 Merge branch 'irq-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  96. 2cb7878 lguest: fix 'unhandled trap 13' with CONFIG_CC_STACKPROTECTOR by Rusty Russell · 15 years ago
  97. f066a15 Merge branch 'x86/urgent' into x86/xen by Ingo Molnar · 15 years ago
  98. 85ac16d x86/irq: change irq_desc_alloc() to take node instead of cpu by Yinghai Lu · 15 years ago
  99. 8e19608 clocksource: pass clocksource to read() callback by Magnus Damm · 15 years ago
  100. a489f0b lguest: fix guest crash on non-linear addresses in gdt pvops by Rusty Russell · 15 years ago