1. 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
  2. b4ecc12 x86: Fix performance regression caused by paravirt_ops on native kernels by Jeremy Fitzhardinge · 15 years ago
  3. 44408ad xen: use header for EXPORT_SYMBOL_GPL by Randy Dunlap · 15 years ago
  4. a789ed5 xen: cache cr0 value to avoid trap'n'emulate for read_cr0 by Jeremy Fitzhardinge · 15 years ago
  5. b80119b xen/x86-64: clean up warnings about IST-using traps by Jeremy Fitzhardinge · 15 years ago
  6. 6cac5a9 xen/x86-64: fix breakpoints and hardware watchpoints by Jeremy Fitzhardinge · 15 years ago
  7. 6b2e852 xen: reserve Xen start_info rather than e820 reserving by Jeremy Fitzhardinge · 15 years ago
  8. f066a15 Merge branch 'x86/urgent' into x86/xen by Ingo Molnar · 15 years ago
  9. 33df4db x86: xen, i386: reserve Xen pagetables by Jeremy Fitzhardinge · 15 years ago
  10. 8e19608 clocksource: pass clocksource to read() callback by Magnus Damm · 15 years ago
  11. 2e1c63b Merge branch 'for-rc1/xen/core' of git://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen by Linus Torvalds · 15 years ago
  12. 3b3809a x86: fix set_fixmap to use phys_addr_t by Masami Hiramatsu · 15 years ago
  13. e7c0648 xen: add FIX_TEXT_POKE to fixmap by Jeremy Fitzhardinge · 15 years ago
  14. 3ecb1b7 xen: add FIX_TEXT_POKE to fixmap by Jeremy Fitzhardinge · 15 years ago
  15. 2b2a733 xen: clean up gate trap/interrupt constants by Jeremy Fitzhardinge · 15 years ago
  16. bc6081f xen: set _PAGE_NX in __supported_pte_mask before pagetable construction by Jeremy Fitzhardinge · 15 years ago
  17. e3f8a74 xen/mmu: weaken flush_tlb_other test by Jeremy Fitzhardinge · 15 years ago
  18. b96229b xen/mmu: some early pagetable cleanups by Jeremy Fitzhardinge · 15 years ago
  19. 191216b xen: mask XSAVE from cpuid by Jeremy Fitzhardinge · 15 years ago
  20. 1207cf8e NULL noise: arch/x86/xen/smp.c by Hannes Eder · 15 years ago
  21. c667d5d xen: remove xen_load_gdt debug by Jeremy Fitzhardinge · 15 years ago
  22. a957fac xen: make xen_load_gdt simpler by Jeremy Fitzhardinge · 15 years ago
  23. c7da8c8 xen: clean up xen_load_gdt by Jeremy Fitzhardinge · 15 years ago
  24. cdaead6 xen: split construction of p2m mfn tables from registration by Jeremy Fitzhardinge · 15 years ago
  25. e791ca0 xen: separate p2m allocation from setting by Jeremy Fitzhardinge · 15 years ago
  26. d6382bf xen: disable preempt for leave_lazy_mmu by Jeremy Fitzhardinge · 15 years ago
  27. 38f4b8c Merge commit 'origin/master' into for-linus/xen/master by Jeremy Fitzhardinge · 15 years ago
  28. 65fb0d2 Merge branch 'linus' into cpumask-for-linus by Ingo Molnar · 15 years ago
  29. 6d02c42 xen: clean up gate trap/interrupt constants by Jeremy Fitzhardinge · 15 years ago
  30. 707ebbc xen: set _PAGE_NX in __supported_pte_mask before pagetable construction by Jeremy Fitzhardinge · 15 years ago
  31. 8de07bb xen/mmu: weaken flush_tlb_other test by Jeremy Fitzhardinge · 15 years ago
  32. 4185f35 xen/mmu: some early pagetable cleanups by Jeremy Fitzhardinge · 15 years ago
  33. e826fe1 xen: mask XSAVE from cpuid by Jeremy Fitzhardinge · 15 years ago
  34. e9e2d1f NULL noise: arch/x86/xen/smp.c by Hannes Eder · 15 years ago
  35. b4b7e58 xen: remove xen_load_gdt debug by Jeremy Fitzhardinge · 15 years ago
  36. 3ce5fa7 xen: make xen_load_gdt simpler by Jeremy Fitzhardinge · 15 years ago
  37. 6ed6bf42 xen: clean up xen_load_gdt by Jeremy Fitzhardinge · 15 years ago
  38. 7571a60 xen: split construction of p2m mfn tables from registration by Jeremy Fitzhardinge · 15 years ago
  39. 59d7187 xen: separate p2m allocation from setting by Jeremy Fitzhardinge · 15 years ago
  40. 5caecb9 xen: disable preempt for leave_lazy_mmu by Jeremy Fitzhardinge · 15 years ago
  41. 2829b44 x86/paravirt: allow preemption with lazy mmu mode by Jeremy Fitzhardinge · 15 years ago
  42. 224101e x86/paravirt: finish change from lazy cpu to context switch start/end by Jeremy Fitzhardinge · 15 years ago
  43. b407fc5 x86/paravirt: flush pending mmu updates on context switch by Jeremy Fitzhardinge · 15 years ago
  44. 7fd7d83 x86/pvops: replace arch_enter_lazy_cpu_mode with arch_start_context_switch by Jeremy Fitzhardinge · 15 years ago
  45. 71ff49d x86: with the last user gone, remove set_pte_present by Jeremy Fitzhardinge · 15 years ago
  46. 93dbda7 x86: add brk allocation for very, very early allocations by Jeremy Fitzhardinge · 15 years ago
  47. 4f06289 cpumask: use new cpumask functions throughout x86 by Rusty Russell · 15 years ago
  48. 91d75e2 Merge branch 'x86/core' into core/percpu by Ingo Molnar · 15 years ago
  49. 9976b39 xen: deal with virtually mapped percpu data by Jeremy Fitzhardinge · 15 years ago
  50. 13b2eda Merge branch 'x86/urgent' into x86/core by Ingo Molnar · 15 years ago
  51. 55d8085 xen: disable interrupts early, as start_kernel expects by Jeremy Fitzhardinge · 15 years ago
  52. 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
  53. 965c7ec x86: remove the Voyager 32-bit subarch by Ingo Molnar · 15 years ago
  54. 6091628 Merge branches 'x86/asm', 'x86/cleanups' and 'x86/headers' into x86/core by Ingo Molnar · 15 years ago
  55. 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
  56. 7b6aa33 x86, apic: remove genapic.h by Ingo Molnar · 15 years ago
  57. c1eeb2d x86: fold apic_ops into genapic by Yinghai Lu · 15 years ago
  58. 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
  59. c996086 x86, xen: do multicall callbacks with interrupts disabled by Jeremy Fitzhardinge · 16 years ago
  60. 3d39e9d x86, xen: degrade BUG to WARN when multicall fails by Jeremy Fitzhardinge · 16 years ago
  61. b93d51d x86, xen: record and display initiator of each multicall when debugging by Ian Campbell · 16 years ago
  62. 0341c14 x86: use _types.h headers in asm where available by Jeremy Fitzhardinge · 16 years ago
  63. 694aa96 xen: fix xen_flush_tlb_others by Ian Campbell · 16 years ago
  64. ab639f3 Merge branch 'core/percpu' into x86/core by Ingo Molnar · 16 years ago
  65. ccbeed3 x86: make lazy %gs optional on x86_32 by Tejun Heo · 16 years ago
  66. 249d51b Merge commit 'v2.6.29-rc4' into core/percpu by Ingo Molnar · 16 years ago
  67. 792dc4f xen: use our own eventchannel->irq path by Jeremy Fitzhardinge · 16 years ago
  68. eca217b Merge branch 'x86/paravirt' into x86/apic by Ingo Molnar · 16 years ago
  69. 9d45cf9 Merge branch 'x86/urgent' into x86/apic by Ingo Molnar · 16 years ago
  70. 130ace1 x86: style cleanups for xen assemblies by Tejun Heo · 16 years ago
  71. e4d0407 xen: use direct ops on 64-bit by Jeremy Fitzhardinge · 16 years ago
  72. 5393744 xen: make direct versions of irq_enable/disable/save/restore to common code by Jeremy Fitzhardinge · 16 years ago
  73. 3834143 xen: setup percpu data pointers by Jeremy Fitzhardinge · 16 years ago
  74. 327641d Merge branch 'core/percpu' into x86/paravirt by H. Peter Anvin · 16 years ago
  75. 1f4f931 xen: fix 32-bit build resulting from mmu move by Jeremy Fitzhardinge · 16 years ago
  76. 06fc732 xen: disable interrupts before saving in percpu by Jeremy Fitzhardinge · 16 years ago
  77. 795f99b xen: setup percpu data pointers by Jeremy Fitzhardinge · 16 years ago
  78. da5de7c x86/paravirt: use callee-saved convention for pte_val/make_pte/etc by Jeremy Fitzhardinge · 16 years ago
  79. ecb93d1 x86/paravirt: add register-saving thunks to reduce caller register pressure by Jeremy Fitzhardinge · 16 years ago
  80. 319f3ba xen: move remaining mmu-related stuff into mmu.c by Jeremy Fitzhardinge · 16 years ago
  81. 9b7ed8f Merge branch 'core/percpu' into x86/paravirt by H. Peter Anvin · 16 years ago
  82. 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
  83. b2d2f43 x86: initialize per-cpu GDT segment in per-cpu setup by Brian Gerst · 16 years ago
  84. 99d0000 x86, xen: fix hardirq.h merge fallout by Ingo Molnar · 16 years ago
  85. ab897d2 x86/pvops: remove pte_flags pvop by Jeremy Fitzhardinge · 16 years ago
  86. 8ce0319 x86: remove pda_init() by Brian Gerst · 16 years ago
  87. 3d1e42a x86-64: Move oldrsp from PDA to per-cpu. by Brian Gerst · 16 years ago
  88. 9af4565 x86-64: Move kernelstack from PDA to per-cpu. by Brian Gerst · 16 years ago
  89. c6f5e0a x86-64: Move current task from PDA to per-cpu and consolidate with 32-bit. by Brian Gerst · 16 years ago
  90. 9eb912d x86-64: Move TLB state from PDA to per-cpu and consolidate with 32-bit. by Brian Gerst · 16 years ago
  91. 1b437c8 x86-64: Move irq stats from PDA to per-cpu and consolidate with 32-bit. by Brian Gerst · 16 years ago
  92. 6dbde35 percpu: add optimized generic percpu accessors by Ingo Molnar · 16 years ago
  93. 004aa32 x86: misc clean up after the percpu update by Tejun Heo · 16 years ago
  94. 1a51e3a x86: fold pda into percpu area on SMP by Tejun Heo · 16 years ago
  95. 4595f96 x86: change flush_tlb_others to take a const struct cpumask by Rusty Russell · 16 years ago
  96. 61420f5 Merge branch 'cputime' of git://git390.osdl.marist.edu/pub/scm/linux-2.6 by Linus Torvalds · 16 years ago
  97. 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
  98. 79741dd [PATCH] idle cputime accounting by Martin Schwidefsky · 16 years ago
  99. e4d9820 x86: xen: use smp_call_function_many() by Mike Travis · 16 years ago
  100. bcda016 x86: cosmetic changes apic-related files. by Mike Travis · 16 years ago