1. 7b6aa33 x86, apic: remove genapic.h by Ingo Molnar · 16 years ago
  2. c1eeb2d x86: fold apic_ops into genapic by Yinghai Lu · 16 years ago
  3. ccbeed3 x86: make lazy %gs optional on x86_32 by Tejun Heo · 16 years ago
  4. e4d0407 xen: use direct ops on 64-bit by Jeremy Fitzhardinge · 16 years ago
  5. 3834143 xen: setup percpu data pointers by Jeremy Fitzhardinge · 16 years ago
  6. 327641d Merge branch 'core/percpu' into x86/paravirt by H. Peter Anvin · 16 years ago
  7. 795f99b xen: setup percpu data pointers by Jeremy Fitzhardinge · 16 years ago
  8. ecb93d1 x86/paravirt: add register-saving thunks to reduce caller register pressure by Jeremy Fitzhardinge · 16 years ago
  9. 319f3ba xen: move remaining mmu-related stuff into mmu.c by Jeremy Fitzhardinge · 16 years ago
  10. 9b7ed8f Merge branch 'core/percpu' into x86/paravirt by H. Peter Anvin · 16 years ago
  11. ab897d2 x86/pvops: remove pte_flags pvop by Jeremy Fitzhardinge · 16 years ago
  12. 8ce0319 x86: remove pda_init() by Brian Gerst · 16 years ago
  13. 6dbde35 percpu: add optimized generic percpu accessors by Ingo Molnar · 16 years ago
  14. 004aa32 x86: misc clean up after the percpu update by Tejun Heo · 16 years ago
  15. 4595f96 x86: change flush_tlb_others to take a const struct cpumask by Rusty Russell · 16 years ago
  16. ecbf29c xen: clean up asm/xen/hypervisor.h by Jeremy Fitzhardinge · 16 years ago
  17. f63c2f2 xen: whitespace/checkpatch cleanup by Tej · 16 years ago
  18. d05fdf3 xen: make sure stray alias mappings are gone before pinning by Jeremy Fitzhardinge · 16 years ago
  19. db64fe0 mm: rewrite vmap layer by Nick Piggin · 16 years ago
  20. 365d46d Merge branch 'linus' into x86/xen by Ingo Molnar · 16 years ago
  21. d847059 Merge branch 'x86/apic' into x86-v28-for-linus-phase4-B by Ingo Molnar · 16 years ago
  22. 5dc64a3 xen: do not reserve 2 pages of padding between hypervisor and fixmap. by Ian Campbell · 16 years ago
  23. 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
  24. db053b8 xen: clean up x86-64 warnings by Jeremy Fitzhardinge · 16 years ago
  25. 6a9e918 xen: fix pinning when not using split pte locks by Jeremy Fitzhardinge · 16 years ago
  26. e4a6be4 x86, xen: Use native_pte_flags instead of native_pte_val for .pte_flags by Eduardo Habkost · 16 years ago
  27. f863993 x86, paravirt_ops: use unsigned long instead of u32 for alloc_p*() pfn args by Eduardo Habkost · 16 years ago
  28. 6e83358 xen: clean up domain mode predicates by Jeremy Fitzhardinge · 16 years ago
  29. 169ad16 xen_alloc_ptpage: cast PFN_PHYS() argument to unsigned long by Eduardo Habkost · 16 years ago
  30. cef43bf xen: fix allocation and use of large ldts, cleanup by Jeremy Fitzhardinge · 16 years ago
  31. 0d1edf4 xen: compile irq functions without -pg for ftrace by Jeremy Fitzhardinge · 16 years ago
  32. d89961e xen: suppress known wrmsrs by Jeremy Fitzhardinge · 16 years ago
  33. a05d2eb xen: fix allocation and use of large ldts by Jeremy Fitzhardinge · 16 years ago
  34. b56afe1 x86, xen: Use native_pte_flags instead of native_pte_val for .pte_flags by Eduardo Habkost · 16 years ago
  35. 10a010f Merge branch 'linus' into x86/x2apic by Ingo Molnar · 16 years ago
  36. 38ffbe6 x86/paravirt/xen: properly fill out the ldt ops by Jeremy Fitzhardinge · 16 years ago
  37. 59438c9 x86: rename PTE_MASK to PTE_PFN_MASK by Jeremy Fitzhardinge · 16 years ago
  38. 76c3bb1 Merge branch 'linus' into x86/x2apic by Ingo Molnar · 16 years ago
  39. acee709 Merge branches 'x86/urgent', 'x86/amd-iommu', 'x86/apic', 'x86/cleanups', 'x86/core', 'x86/cpu', 'x86/fixmap', 'x86/gart', 'x86/kprobes', 'x86/memtest', 'x86/modules', 'x86/nmi', 'x86/pat', 'x86/reboot', 'x86/setup', 'x86/step', 'x86/unify-pci', 'x86/uv', 'x86/xen' and 'xen-64bit' into x86/for-linus by Ingo Molnar · 16 years ago
  40. caf43bf x86, xen: fix apic_ops build on UP by Ingo Molnar · 16 years ago
  41. 453c140 Merge branch 'x86/apic' into x86/x2apic by Ingo Molnar · 16 years ago
  42. a208f37 Merge branch 'linus' into x86/x2apic by Ingo Molnar · 16 years ago
  43. 95c7c23 xen: report hypervisor version by Jeremy Fitzhardinge · 16 years ago
  44. 593f4a7 x86: APIC: remove apic_write_around(); use alternatives by Maciej W. Rozycki · 16 years ago
  45. b3fe124 xen64: fix build error on 32-bit + !HIGHMEM by Ingo Molnar · 16 years ago
  46. 1153968 xen: implement Xen write_msr operation by Jeremy Fitzhardinge · 16 years ago
  47. bf18bf9 xen64: set up userspace syscall patch by Jeremy Fitzhardinge · 16 years ago
  48. 6fcac6d xen64: set up syscall and sysenter entrypoints for 64-bit by Jeremy Fitzhardinge · 16 years ago
  49. d6182fb xen64: allocate and manage user pagetables by Jeremy Fitzhardinge · 16 years ago
  50. 8a95408 xen64: Clear %fs on xen_load_tls() by Eduardo Habkost · 16 years ago
  51. b7c3c5c xen: make sure the kernel command line is right by Jeremy Fitzhardinge · 16 years ago
  52. a8fc108 xen64: implement xen_load_gs_index() by Eduardo Habkost · 16 years ago
  53. 0725cbb xen64: add identity irq->vector map by Jeremy Fitzhardinge · 16 years ago
  54. 952d1d7 xen64: add pvop for swapgs by Jeremy Fitzhardinge · 16 years ago
  55. 997409d xen64: deal with extra words Xen pushes onto exception frames by Jeremy Fitzhardinge · 16 years ago
  56. e176d36 xen64: xen_write_idt_entry() and cvt_gate_to_trap() by Eduardo Habkost · 16 years ago
  57. 8745f8b xen64: defer setting pagetable alloc/release ops by Jeremy Fitzhardinge · 16 years ago
  58. 39dbc5b xen32: create initial mappings like 64-bit by Jeremy Fitzhardinge · 16 years ago
  59. d114e198 xen64: map an initial chunk of physical memory by Jeremy Fitzhardinge · 16 years ago
  60. 22911b3 xen64: 64-bit starts using set_pte from very early by Jeremy Fitzhardinge · 16 years ago
  61. 084a2a4 xen64: early mapping setup by Jeremy Fitzhardinge · 16 years ago
  62. 7d087b6 xen: cpu_detect is 32-bit only by Jeremy Fitzhardinge · 16 years ago
  63. 15664f9 xen64: use set_fixmap for shared_info structure by Jeremy Fitzhardinge · 16 years ago
  64. 5b09b28 x86_64: add workaround for no %gs-based percpu by Jeremy Fitzhardinge · 16 years ago
  65. a9e7062 xen: move smp setup into smp.c by Jeremy Fitzhardinge · 16 years ago
  66. f5d36de xen64: random ifdefs to mask out 32-bit only code by Jeremy Fitzhardinge · 16 years ago
  67. f6e5873 xen64: add extra pv_mmu_ops by Jeremy Fitzhardinge · 16 years ago
  68. 851fa3c xen: define set_pte from the outset by Jeremy Fitzhardinge · 16 years ago
  69. a312b37 x86/paravirt: call paravirt_pagetable_setup_{start, done} by Eduardo Habkost · 16 years ago
  70. 1a781a7 Merge branch 'generic-ipi' into generic-ipi-for-linus by Ingo Molnar · 16 years ago
  71. 94a8c3c x86: let 32bit use apic_ops too - fix by Yinghai Lu · 16 years ago
  72. ad66dd3 x2apic: xen64 paravirt basic apic ops by Suresh Siddha · 16 years ago
  73. e93ef94 x86: rename paravirtualized TSC functions by Alok Kataria · 16 years ago
  74. fab5842 x86/paravirt, 64-bit: add adjust_exception_frame by Jeremy Fitzhardinge · 16 years ago
  75. d75cd22 x86/paravirt: split sysret and sysexit by Jeremy Fitzhardinge · 16 years ago
  76. eba0045 x86/paravirt: add a pgd_alloc/free hooks by Jeremy Fitzhardinge · 16 years ago
  77. 88a6846 xen: set max_pfn_mapped by Jeremy Fitzhardinge · 16 years ago
  78. 6236af8 Merge branch 'x86/fixmap' into x86/devel by Ingo Molnar · 16 years ago
  79. 3de352b Merge branch 'x86/mpparse' into x86/devel by Ingo Molnar · 16 years ago
  80. 896395c Merge branch 'linus' into tmp.x86.mpparse.new by Ingo Molnar · 16 years ago
  81. 3b16cf8 x86: convert to generic helpers for IPI function calls by Jens Axboe · 16 years ago
  82. e57778a xen: implement ptep_modify_prot_start/commit by Jeremy Fitzhardinge · 16 years ago
  83. 08b882c paravirt: add hooks for ptep_modify_prot_start/commit by Jeremy Fitzhardinge · 16 years ago
  84. 8b7ef4e Merge branch 'linus' into x86/fixmap by Ingo Molnar · 16 years ago
  85. 2849914 xen: remove support for non-PAE 32-bit by Jeremy Fitzhardinge · 16 years ago
  86. aeaaa59 x86/paravirt/xen: add set_fixmap pv_mmu_ops by Jeremy Fitzhardinge · 16 years ago
  87. 05345b0 xen: mask unwanted pte bits in __supported_pte_mask by Jeremy Fitzhardinge · 16 years ago
  88. eb179e4 xen: mask unwanted pte bits in __supported_pte_mask by Jeremy Fitzhardinge · 16 years ago
  89. 9c7a794 xen: restore vcpu_info mapping by Jeremy Fitzhardinge · 16 years ago
  90. e2426cf xen: avoid hypercalls when updating unpinned pud/pmd by Jeremy Fitzhardinge · 16 years ago
  91. f0d4310 x86: extend e820 early_res support 32bit -fix #3 by Yinghai Lu · 16 years ago
  92. 0e91398 xen: implement save/restore by Jeremy Fitzhardinge · 16 years ago
  93. d5edbc1 xen: add p2m mfn_list_list by Jeremy Fitzhardinge · 16 years ago
  94. a0d695c xen: make dummy_shared_info non-static by Jeremy Fitzhardinge · 16 years ago
  95. d451bb7 xen: make phys_to_machine structure dynamic by Jeremy Fitzhardinge · 16 years ago
  96. 83abc70 xen: make earlyprintk=xen work again by Jeremy Fitzhardinge · 16 years ago
  97. 9e124fe xen: Enable console tty by default in domU if it's not a dummy by Markus Armbruster · 16 years ago
  98. a15af1c x86/paravirt: add pte_flags to just get pte flags by Jeremy Fitzhardinge · 16 years ago
  99. 239d1fc xen: don't worry about preempt during xen_irq_enable() by Jeremy Fitzhardinge · 16 years ago
  100. 2956a35 xen: allow some cr4 updates by Jeremy Fitzhardinge · 16 years ago