1. 445c895 locking: Convert raw_spinlock to arch_spinlock by Thomas Gleixner · 15 years ago
  2. d031655 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu by Linus Torvalds · 15 years ago
  3. 11bd04f Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6 by Linus Torvalds · 15 years ago
  4. ab1831b Merge branch 'bugfix' of git://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen by Linus Torvalds · 15 years ago
  5. 3ff6a46 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
  6. e33c019 Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  7. 5d990b6 PCI: add pci_request_acs by Chris Wright · 15 years ago
  8. f6eafe3 xen: call clock resume notifier on all CPUs by Ian Campbell · 15 years ago
  9. 6aaf5d6 xen: use iret for return from 64b kernel to 32b usermode by Jeremy Fitzhardinge · 15 years ago
  10. 499d19b xen: register runstate info for boot CPU early by Jeremy Fitzhardinge · 15 years ago
  11. 0288967 xen: register runstate on secondary CPUs by Ian Campbell · 15 years ago
  12. f350c79 xen: register timer interrupt with IRQF_TIMER by Ian Campbell · 15 years ago
  13. fa24ba6 xen: correctly restore pfn_to_mfn_list_list after resume by Ian Campbell · 15 years ago
  14. 3905bb2 xen: restore runstate_info even if !have_vcpu_info_placement by Jeremy Fitzhardinge · 15 years ago
  15. be01292 xen: re-register runstate area earlier on resume. by Ian Campbell · 15 years ago
  16. 4763ed4 x86, mm: Clean up and simplify NX enablement by H. Peter Anvin · 15 years ago
  17. 1ccbf53 xen: move Xen-testing predicates to common header by Jeremy Fitzhardinge · 15 years ago
  18. d7d3756 cpumask: Use modern cpumask style in Xen by Rusty Russell · 15 years ago
  19. 82d6469 xen: mask extended topology info in cpuid by Jeremy Fitzhardinge · 15 years ago
  20. c6e22f9 percpu: make percpu symbols in xen unique by Tejun Heo · 15 years ago
  21. 973df35 xen: set up mmu_ops before trying to set any ptes by Jeremy Fitzhardinge · 15 years ago
  22. 828c095 const: constify remaining file_operations by Alexey Dobriyan · 15 years ago
  23. 5bb241b Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  24. 78f1c4d cpumask: use mm_cpumask() wrapper: x86 by Rusty Russell · 15 years ago
  25. 14c93e8 Merge branch 'bugfix' of git://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen into x86/urgent by Ingo Molnar · 15 years ago
  26. b75fe4e xen: check EFER for NX before setting up GDT mapping by Jeremy Fitzhardinge · 15 years ago
  27. 78f28b7 Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  28. 7bd867d x86: Move get/set_wallclock to x86_platform_ops by Feng Tang · 15 years ago
  29. b8cb48a 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
  30. c7208de Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  31. 2496afb xen: use stronger barrier after unlocking lock by Yang Xiaowei · 15 years ago
  32. 4d576b5 xen: only enable interrupts while actually blocking for spinlock by Jeremy Fitzhardinge · 15 years ago
  33. 577eebe xen: make -fstack-protector work under Xen by Jeremy Fitzhardinge · 15 years ago
  34. 0cc0213 x86, msr: Have the _safe MSR functions return -EIO, not -EFAULT by H. Peter Anvin · 15 years ago
  35. 2d82640 x86: Move tsc_calibration to x86_init_ops by Thomas Gleixner · 15 years ago
  36. 845b394 x86: Add timer_init to x86_init_ops by Thomas Gleixner · 15 years ago
  37. 736deca x86: Move percpu clockevents setup to x86_init_ops by Thomas Gleixner · 15 years ago
  38. f1d7062 x86: Move xen_post_allocator_init into xen_pagetable_setup_done by Thomas Gleixner · 15 years ago
  39. 030cb6c x86: Move paravirt pagetable_setup to x86_init_ops by Thomas Gleixner · 15 years ago
  40. 6f30c1a x86: Move paravirt banner printout to x86_init_ops by Thomas Gleixner · 15 years ago
  41. 42bbdb4 x86: Replace ARCH_SETUP by a proper x86_init_ops by Thomas Gleixner · 15 years ago
  42. 66bcaf0 x86: Move irq_init to x86_init_ops by Thomas Gleixner · 15 years ago
  43. 6b18ae3 x86: Move memory_setup to x86_init_ops by Thomas Gleixner · 15 years ago
  44. 7adb4df x86, xen: Initialize cx to suppress warning by H. Peter Anvin · 15 years ago
  45. d560bc6 x86, xen: Suppress WP test on Xen by Jeremy Fitzhardinge · 15 years ago
  46. cbcb340 Merge branch 'bugfix' of git://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen into x86/urgent by Ingo Molnar · 15 years ago
  47. ce2eef3 xen: rearrange things to fix stackprotector by Jeremy Fitzhardinge · 15 years ago
  48. 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
  49. b4ecc12 x86: Fix performance regression caused by paravirt_ops on native kernels by Jeremy Fitzhardinge · 15 years ago
  50. 44408ad xen: use header for EXPORT_SYMBOL_GPL by Randy Dunlap · 15 years ago
  51. a789ed5 xen: cache cr0 value to avoid trap'n'emulate for read_cr0 by Jeremy Fitzhardinge · 15 years ago
  52. b80119b xen/x86-64: clean up warnings about IST-using traps by Jeremy Fitzhardinge · 15 years ago
  53. 6cac5a9 xen/x86-64: fix breakpoints and hardware watchpoints by Jeremy Fitzhardinge · 15 years ago
  54. 6b2e852 xen: reserve Xen start_info rather than e820 reserving by Jeremy Fitzhardinge · 15 years ago
  55. f066a15 Merge branch 'x86/urgent' into x86/xen by Ingo Molnar · 15 years ago
  56. 33df4db x86: xen, i386: reserve Xen pagetables by Jeremy Fitzhardinge · 15 years ago
  57. 8e19608 clocksource: pass clocksource to read() callback by Magnus Damm · 15 years ago
  58. 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
  59. 3b3809a x86: fix set_fixmap to use phys_addr_t by Masami Hiramatsu · 15 years ago
  60. e7c0648 xen: add FIX_TEXT_POKE to fixmap by Jeremy Fitzhardinge · 16 years ago
  61. 3ecb1b7 xen: add FIX_TEXT_POKE to fixmap by Jeremy Fitzhardinge · 16 years ago
  62. 2b2a733 xen: clean up gate trap/interrupt constants by Jeremy Fitzhardinge · 15 years ago
  63. bc6081f xen: set _PAGE_NX in __supported_pte_mask before pagetable construction by Jeremy Fitzhardinge · 15 years ago
  64. e3f8a74 xen/mmu: weaken flush_tlb_other test by Jeremy Fitzhardinge · 16 years ago
  65. b96229b xen/mmu: some early pagetable cleanups by Jeremy Fitzhardinge · 15 years ago
  66. 191216b xen: mask XSAVE from cpuid by Jeremy Fitzhardinge · 16 years ago
  67. 1207cf8e NULL noise: arch/x86/xen/smp.c by Hannes Eder · 16 years ago
  68. c667d5d xen: remove xen_load_gdt debug by Jeremy Fitzhardinge · 16 years ago
  69. a957fac xen: make xen_load_gdt simpler by Jeremy Fitzhardinge · 16 years ago
  70. c7da8c8 xen: clean up xen_load_gdt by Jeremy Fitzhardinge · 16 years ago
  71. cdaead6 xen: split construction of p2m mfn tables from registration by Jeremy Fitzhardinge · 16 years ago
  72. e791ca0 xen: separate p2m allocation from setting by Jeremy Fitzhardinge · 16 years ago
  73. d6382bf xen: disable preempt for leave_lazy_mmu by Jeremy Fitzhardinge · 16 years ago
  74. 38f4b8c Merge commit 'origin/master' into for-linus/xen/master by Jeremy Fitzhardinge · 15 years ago
  75. 65fb0d2 Merge branch 'linus' into cpumask-for-linus by Ingo Molnar · 15 years ago
  76. 6d02c42 xen: clean up gate trap/interrupt constants by Jeremy Fitzhardinge · 15 years ago
  77. 707ebbc xen: set _PAGE_NX in __supported_pte_mask before pagetable construction by Jeremy Fitzhardinge · 15 years ago
  78. 8de07bb xen/mmu: weaken flush_tlb_other test by Jeremy Fitzhardinge · 16 years ago
  79. 4185f35 xen/mmu: some early pagetable cleanups by Jeremy Fitzhardinge · 15 years ago
  80. e826fe1 xen: mask XSAVE from cpuid by Jeremy Fitzhardinge · 16 years ago
  81. e9e2d1f NULL noise: arch/x86/xen/smp.c by Hannes Eder · 16 years ago
  82. b4b7e58 xen: remove xen_load_gdt debug by Jeremy Fitzhardinge · 16 years ago
  83. 3ce5fa7 xen: make xen_load_gdt simpler by Jeremy Fitzhardinge · 16 years ago
  84. 6ed6bf4 xen: clean up xen_load_gdt by Jeremy Fitzhardinge · 16 years ago
  85. 7571a60 xen: split construction of p2m mfn tables from registration by Jeremy Fitzhardinge · 16 years ago
  86. 59d7187 xen: separate p2m allocation from setting by Jeremy Fitzhardinge · 16 years ago
  87. 5caecb9 xen: disable preempt for leave_lazy_mmu by Jeremy Fitzhardinge · 16 years ago
  88. 2829b44 x86/paravirt: allow preemption with lazy mmu mode by Jeremy Fitzhardinge · 16 years ago
  89. 224101e x86/paravirt: finish change from lazy cpu to context switch start/end by Jeremy Fitzhardinge · 16 years ago
  90. b407fc5 x86/paravirt: flush pending mmu updates on context switch by Jeremy Fitzhardinge · 16 years ago
  91. 7fd7d83 x86/pvops: replace arch_enter_lazy_cpu_mode with arch_start_context_switch by Jeremy Fitzhardinge · 16 years ago
  92. 71ff49d x86: with the last user gone, remove set_pte_present by Jeremy Fitzhardinge · 15 years ago
  93. 93dbda7 x86: add brk allocation for very, very early allocations by Jeremy Fitzhardinge · 16 years ago
  94. 4f06289 cpumask: use new cpumask functions throughout x86 by Rusty Russell · 15 years ago
  95. 91d75e2 Merge branch 'x86/core' into core/percpu by Ingo Molnar · 16 years ago
  96. 9976b39 xen: deal with virtually mapped percpu data by Jeremy Fitzhardinge · 16 years ago
  97. 13b2eda Merge branch 'x86/urgent' into x86/core by Ingo Molnar · 16 years ago
  98. 55d8085 xen: disable interrupts early, as start_kernel expects by Jeremy Fitzhardinge · 16 years ago
  99. a852cbf 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 · 16 years ago
  100. 965c7ec x86: remove the Voyager 32-bit subarch by Ingo Molnar · 16 years ago