1. 2829b44 x86/paravirt: allow preemption with lazy mmu mode by Jeremy Fitzhardinge · 15 years ago
  2. 224101e x86/paravirt: finish change from lazy cpu to context switch start/end by Jeremy Fitzhardinge · 15 years ago
  3. b407fc5 x86/paravirt: flush pending mmu updates on context switch by Jeremy Fitzhardinge · 15 years ago
  4. 7fd7d83 x86/pvops: replace arch_enter_lazy_cpu_mode with arch_start_context_switch by Jeremy Fitzhardinge · 15 years ago
  5. 91d75e2 Merge branch 'x86/core' into core/percpu by Ingo Molnar · 15 years ago
  6. 9976b39 xen: deal with virtually mapped percpu data by Jeremy Fitzhardinge · 15 years ago
  7. 13b2eda Merge branch 'x86/urgent' into x86/core by Ingo Molnar · 15 years ago
  8. 55d8085 xen: disable interrupts early, as start_kernel expects by Jeremy Fitzhardinge · 15 years ago
  9. a852cbfa Merge branches 'x86/acpi', 'x86/apic', 'x86/asm', 'x86/cleanups', 'x86/mm', 'x86/signal' and 'x86/urgent'; commit 'v2.6.29-rc6' into x86/core by Ingo Molnar · 15 years ago
  10. 965c7ec x86: remove the Voyager 32-bit subarch by Ingo Molnar · 15 years ago
  11. 6091628 Merge branches 'x86/asm', 'x86/cleanups' and 'x86/headers' into x86/core by Ingo Molnar · 15 years ago
  12. e9ce0c3 Merge branch 'x86/untangle2' of git://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen into x86/headers by Ingo Molnar · 15 years ago
  13. 7b6aa33 x86, apic: remove genapic.h by Ingo Molnar · 15 years ago
  14. c1eeb2d x86: fold apic_ops into genapic by Yinghai Lu · 15 years ago
  15. 494df59 Merge branches 'x86/acpi', 'x86/apic', 'x86/cpudetect', 'x86/headers', 'x86/paravirt', 'x86/urgent' and 'x86/xen'; commit 'v2.6.29-rc5' into x86/core by Ingo Molnar · 15 years ago
  16. c996086 x86, xen: do multicall callbacks with interrupts disabled by Jeremy Fitzhardinge · 15 years ago
  17. 3d39e9d x86, xen: degrade BUG to WARN when multicall fails by Jeremy Fitzhardinge · 15 years ago
  18. b93d51d x86, xen: record and display initiator of each multicall when debugging by Ian Campbell · 15 years ago
  19. 0341c14 x86: use _types.h headers in asm where available by Jeremy Fitzhardinge · 15 years ago
  20. 694aa96 xen: fix xen_flush_tlb_others by Ian Campbell · 15 years ago
  21. ab639f3 Merge branch 'core/percpu' into x86/core by Ingo Molnar · 15 years ago
  22. ccbeed3 x86: make lazy %gs optional on x86_32 by Tejun Heo · 15 years ago
  23. 249d51b Merge commit 'v2.6.29-rc4' into core/percpu by Ingo Molnar · 15 years ago
  24. 792dc4f xen: use our own eventchannel->irq path by Jeremy Fitzhardinge · 15 years ago
  25. eca217b Merge branch 'x86/paravirt' into x86/apic by Ingo Molnar · 15 years ago
  26. 9d45cf9 Merge branch 'x86/urgent' into x86/apic by Ingo Molnar · 16 years ago
  27. 130ace1 x86: style cleanups for xen assemblies by Tejun Heo · 15 years ago
  28. e4d0407 xen: use direct ops on 64-bit by Jeremy Fitzhardinge · 16 years ago
  29. 5393744 xen: make direct versions of irq_enable/disable/save/restore to common code by Jeremy Fitzhardinge · 16 years ago
  30. 3834143 xen: setup percpu data pointers by Jeremy Fitzhardinge · 16 years ago
  31. 327641d Merge branch 'core/percpu' into x86/paravirt by H. Peter Anvin · 15 years ago
  32. 1f4f931 xen: fix 32-bit build resulting from mmu move by Jeremy Fitzhardinge · 16 years ago
  33. 06fc732 xen: disable interrupts before saving in percpu by Jeremy Fitzhardinge · 16 years ago
  34. 795f99b xen: setup percpu data pointers by Jeremy Fitzhardinge · 16 years ago
  35. da5de7c x86/paravirt: use callee-saved convention for pte_val/make_pte/etc by Jeremy Fitzhardinge · 16 years ago
  36. ecb93d1 x86/paravirt: add register-saving thunks to reduce caller register pressure by Jeremy Fitzhardinge · 16 years ago
  37. 319f3ba xen: move remaining mmu-related stuff into mmu.c by Jeremy Fitzhardinge · 16 years ago
  38. 9b7ed8f Merge branch 'core/percpu' into x86/paravirt by H. Peter Anvin · 16 years ago
  39. 74b6eb6b Merge branches 'x86/asm', 'x86/cleanups', 'x86/cpudetect', 'x86/debug', 'x86/doc', 'x86/header-fixes', 'x86/mm', 'x86/paravirt', 'x86/pat', 'x86/setup-v2', 'x86/subarch', 'x86/uaccess' and 'x86/urgent' into x86/core by Ingo Molnar · 16 years ago
  40. b2d2f43 x86: initialize per-cpu GDT segment in per-cpu setup by Brian Gerst · 16 years ago
  41. 99d0000 x86, xen: fix hardirq.h merge fallout by Ingo Molnar · 16 years ago
  42. ab897d2 x86/pvops: remove pte_flags pvop by Jeremy Fitzhardinge · 16 years ago
  43. 8ce0319 x86: remove pda_init() by Brian Gerst · 16 years ago
  44. 3d1e42a x86-64: Move oldrsp from PDA to per-cpu. by Brian Gerst · 16 years ago
  45. 9af4565 x86-64: Move kernelstack from PDA to per-cpu. by Brian Gerst · 16 years ago
  46. c6f5e0a x86-64: Move current task from PDA to per-cpu and consolidate with 32-bit. by Brian Gerst · 16 years ago
  47. 9eb912d x86-64: Move TLB state from PDA to per-cpu and consolidate with 32-bit. by Brian Gerst · 16 years ago
  48. 1b437c8 x86-64: Move irq stats from PDA to per-cpu and consolidate with 32-bit. by Brian Gerst · 16 years ago
  49. 6dbde35 percpu: add optimized generic percpu accessors by Ingo Molnar · 16 years ago
  50. 004aa32 x86: misc clean up after the percpu update by Tejun Heo · 16 years ago
  51. 1a51e3a x86: fold pda into percpu area on SMP by Tejun Heo · 16 years ago
  52. 4595f96 x86: change flush_tlb_others to take a const struct cpumask by Rusty Russell · 16 years ago
  53. 61420f5 Merge branch 'cputime' of git://git390.osdl.marist.edu/pub/scm/linux-2.6 by Linus Torvalds · 16 years ago
  54. 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
  55. 79741dd [PATCH] idle cputime accounting by Martin Schwidefsky · 16 years ago
  56. e4d9820 x86: xen: use smp_call_function_many() by Mike Travis · 16 years ago
  57. bcda016 x86: cosmetic changes apic-related files. by Mike Travis · 16 years ago
  58. b78936e xen: convert to cpumask_var_t and new cpumask primitives. by Mike Travis · 16 years ago
  59. e798673 x86 smp: modify send_IPI_mask interface to accept cpumask_t pointers by Mike Travis · 16 years ago
  60. ecbf29c xen: clean up asm/xen/hypervisor.h by Jeremy Fitzhardinge · 16 years ago
  61. f63c2f2 xen: whitespace/checkpatch cleanup by Tej · 16 years ago
  62. 320ab2b cpumask: convert struct clock_event_device to cpumask pointers. by Rusty Russell · 16 years ago
  63. 66a45cc Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  64. df6b079 xen_play_dead() is __cpuinit by Al Viro · 16 years ago
  65. 37af46e xen_setup_vcpu_info_placement() is not init on x86 by Al Viro · 16 years ago
  66. 86bbc2c xen: pin correct PGD on suspend by Ian Campbell · 16 years ago
  67. cb11017 Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  68. d05fdf3 xen: make sure stray alias mappings are gone before pinning by Jeremy Fitzhardinge · 16 years ago
  69. 47cb2ed x86, xen: fix use of pgd_page now that it really does return a page by Jeremy Fitzhardinge · 16 years ago
  70. e946217e Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  71. 9f32d21 xen: fix Xen domU boot with batched mprotect by Chris Lalancette · 16 years ago
  72. debfcaf Merge branch 'tracing/ftrace' into tracing/urgent by Ingo Molnar · 16 years ago
  73. 9301975 Merge branch 'genirq-v28-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  74. 606576c ftrace: rename FTRACE to FUNCTION_TRACER by Steven Rostedt · 16 years ago
  75. db64fe0 mm: rewrite vmap layer by Nick Piggin · 16 years ago
  76. d6c88a5 genirq: revert dynarray by Thomas Gleixner · 16 years ago
  77. bf9d3cf xen: Fix bug `do_IRQ: cannot handle IRQ -1 vector 0x6 cpu 1' by Alex Nixon · 16 years ago
  78. 7f95ec9 x86: move kstat_irqs from kstat to irq_desc by Yinghai Lu · 16 years ago
  79. 3807f34 x86: paravirt: factor out cpu_khz to common code by Glauber Costa · 16 years ago
  80. 365d46d Merge branch 'linus' into x86/xen by Ingo Molnar · 16 years ago
  81. d847059 Merge branch 'x86/apic' into x86-v28-for-linus-phase4-B by Ingo Molnar · 16 years ago
  82. 5dc64a3 xen: do not reserve 2 pages of padding between hypervisor and fixmap. by Ian Campbell · 16 years ago
  83. eefb47f xen: use spin_lock_nest_lock when pinning a pagetable by Jeremy Fitzhardinge · 16 years ago
  84. e496e3d Merge branches 'x86/alternatives', 'x86/cleanups', 'x86/commandline', 'x86/crashdump', 'x86/debug', 'x86/defconfig', 'x86/doc', 'x86/exports', 'x86/fpu', 'x86/gart', 'x86/idle', 'x86/mm', 'x86/mtrr', 'x86/nmi-watchdog', 'x86/oprofile', 'x86/paravirt', 'x86/reboot', 'x86/sparse-fixes', 'x86/tsc', 'x86/urgent' and 'x86/vmalloc' into x86-v28-for-linus-phase1 by Ingo Molnar · 16 years ago
  85. db053b8 xen: clean up x86-64 warnings by Jeremy Fitzhardinge · 16 years ago
  86. 08115ab xen: make CONFIG_XEN_SAVE_RESTORE depend on CONFIG_XEN by Chuck Ebbert · 16 years ago
  87. 07bbc16 Merge branch 'timers/urgent' into x86/xen by Ingo Molnar · 16 years ago
  88. 5670a43 xen: fix for xen guest with mem > 3.7G by Jeremy Fitzhardinge · 16 years ago
  89. 6a9e918 xen: fix pinning when not using split pte locks by Jeremy Fitzhardinge · 16 years ago
  90. 3ce9bcb Merge branch 'core/xen' into x86/xen by Ingo Molnar · 16 years ago
  91. f7d0b92 mm: define USE_SPLIT_PTLOCKS rather than repeating expression by Jeremy Fitzhardinge · 16 years ago
  92. 26fd105 xen: make CPU hotplug functions static by Alex Nixon · 16 years ago
  93. 2737146 x86, xen: fix build when !CONFIG_HOTPLUG_CPU by Alex Nixon · 16 years ago
  94. e4a6be4 x86, xen: Use native_pte_flags instead of native_pte_val for .pte_flags by Eduardo Habkost · 16 years ago
  95. d68d82a xen: implement CPU hotplugging by Alex Nixon · 16 years ago
  96. ee7686b x86: build fix in "xen spinlock updates and performance measurements" by Jeremy Fitzhardinge · 16 years ago
  97. f863993 x86, paravirt_ops: use unsigned long instead of u32 for alloc_p*() pfn args by Eduardo Habkost · 16 years ago
  98. f8eca41 xen: measure how long spinlocks spend blocking by Jeremy Fitzhardinge · 16 years ago
  99. 1e696f6 xen: allow interrupts to be enabled while doing a blocking spin by Jeremy Fitzhardinge · 16 years ago
  100. 994025c xen: add debugfs support by Jeremy Fitzhardinge · 16 years ago