1. de06781 x86/xen: fix arbitrary_virt_to_machine() by Jan Beulich · 16 years ago
  2. d60cd46 pageflags: use proper page flag functions in Xen by Christoph Lameter · 16 years ago
  3. 7c04e64 x86: use cpumask function for present, possible, and online cpus by Akinobu Mita · 16 years ago
  4. af7ae3b xen: allow compilation with non-flat memory by Jeremy Fitzhardinge · 16 years ago
  5. b77797f xen: fold xen_sysexit into xen_iret by Jeremy Fitzhardinge · 16 years ago
  6. 2bd5003 xen: allow set_pte_at on init_mm to be lockless by Jeremy Fitzhardinge · 16 years ago
  7. 41e332b xen: disable preemption during tlb flush by Jeremy Fitzhardinge · 16 years ago
  8. 8d3d210 xen: make grant table arch portable by Isaku Yamahata · 16 years ago
  9. e04d0d0 xen: move events.c to drivers/xen for IA64/Xen support by Isaku Yamahata · 16 years ago
  10. af711cd xen: move features.c from arch/x86/xen/features.c to drivers/xen by Isaku Yamahata · 16 years ago
  11. 0f2c876 xen: jump to iret fixup by Jeremy Fitzhardinge · 16 years ago
  12. dbe9e99 xen: no need for domU to worry about MCE/MCA by Jeremy Fitzhardinge · 16 years ago
  13. 229664b xen: short-cut for recursive event handling by Jeremy Fitzhardinge · 16 years ago
  14. ee8fa1c xen: make sure retriggered events are set pending by Jeremy Fitzhardinge · 16 years ago
  15. ee523ca xen: implement a debug-interrupt handler by Jeremy Fitzhardinge · 16 years ago
  16. e2a81ba xen: support sysenter/sysexit if hypervisor does by Jeremy Fitzhardinge · 16 years ago
  17. 90e9f53 xen: make sure iret faults are trapped by Jeremy Fitzhardinge · 16 years ago
  18. 947a69c xen: unify pte operations by Jeremy Fitzhardinge · 16 years ago
  19. 430442e xen: make use of pte_t union by Jeremy Fitzhardinge · 16 years ago
  20. abf3303 xen: use appropriate pte types by Jeremy Fitzhardinge · 16 years ago
  21. 6944a9c x86: rename paravirt_alloc_pt etc after the pagetable structure by Jeremy Fitzhardinge · 16 years ago
  22. ecaa6c9 x86: change naming of cpu_initialized_mask for xen by Glauber Costa · 16 years ago
  23. 81e103f xen: use iret instruction all the time by Jeremy Fitzhardinge · 16 years ago
  24. b8c2d3d xen: make hvc0 the preferred console in domU by Markus Armbruster · 16 years ago
  25. 7ebed39 x86: coding style fixes to arch/x86/xen/multicalls.c by Paolo Ciarrocchi · 16 years ago
  26. c946c7d xen: Clear PG_pinned in release_{pt,pd}() by Mark McLoughlin · 16 years ago
  27. a684d69 xen: Do not pin/unpin PMD pages by Mark McLoughlin · 16 years ago
  28. f643370 xen: refactor xen_{alloc,release}_{pt,pd}() by Mark McLoughlin · 16 years ago
  29. 2e8fe71 xen: fix UP setup of shared_info by Jeremy Fitzhardinge · 16 years ago
  30. 04c44a0 xen: fix RMW when unmasking events by Jeremy Fitzhardinge · 16 years ago
  31. 87d034f x86/xen: fix DomU boot problem by Ian Campbell · 16 years ago
  32. d40e705 xen: mask out SEP from CPUID by Jeremy Fitzhardinge · 16 years ago
  33. 2b54078 xen: unpin initial Xen pagetable once we're finished with it by Jeremy Fitzhardinge · 16 years ago
  34. da7bfc5 x86: sparse warnings in pageattr.c by Harvey Harrison · 16 years ago
  35. 88a5ac8 x86: fix sparse warning in xen/time.c by Harvey Harrison · 16 years ago
  36. f0646e4 x86: return the page table level in lookup_address() by Ingo Molnar · 17 years ago
  37. 1c70e9b xen: deal with pmd being allocated/freed by Jeremy Fitzhardinge · 17 years ago
  38. a89780f xen: fix mismerge in masking pte flags by Jeremy Fitzhardinge · 17 years ago
  39. 42d545c x86: remove depends on X86_32 from PARAVIRT & PARAVIRT_GUEST by Eduardo Pereira Habkost · 17 years ago
  40. 08b6d29 xen: fix section usage in xen-head.S and setup.c by Sam Ravnborg · 17 years ago
  41. 404ee5b x86: convert TSC disabling to generic cpuid disable bitmap by Andi Kleen · 17 years ago
  42. 4dbf7af x86: adjust/fix LDT handling for Xen by Jan Beulich · 17 years ago
  43. 015c8dd xen: mask out PWT too by Jeremy Fitzhardinge · 17 years ago
  44. c8e5393 x86: page.h: make pte_t a union to always include by Jeremy Fitzhardinge · 17 years ago
  45. 75604d7 x86: remove all definitions with fastcall by Harvey Harrison · 17 years ago
  46. 75b8bb3 x86: change write_ldt_entry signature by Glauber de Oliveira Costa · 17 years ago
  47. 014b15b x86: change write_gdt_entry signature. by Glauber de Oliveira Costa · 17 years ago
  48. 8d94734 x86: change write_idt_entry signature by Glauber de Oliveira Costa · 17 years ago
  49. 6b68f01 x86: unify struct desc_ptr by Glauber de Oliveira Costa · 17 years ago
  50. faca622 x86: use generic register name in the thread and tss structures by H. Peter Anvin · 17 years ago
  51. 65ea5b0 x86: rename the struct pt_regs members for 32/64-bit consistency by H. Peter Anvin · 17 years ago
  52. 7bf0c23 x86: prevent dereferencing non-allocated per_cpu variables by Mike Travis · 17 years ago
  53. af65d64 x86 vDSO: consolidate vdso32 by Roland McGrath · 17 years ago
  54. 6c3652e x86 vDSO: i386 vdso32 by Roland McGrath · 17 years ago
  55. 6abcd98 x86: irqflags consolidation by Glauber de Oliveira Costa · 17 years ago
  56. 42e0a9aa x86: use u32 for some lapic functions by Thomas Gleixner · 17 years ago
  57. f9c4cfe xen: disable vcpu_info placement for now by Jeremy Fitzhardinge · 17 years ago
  58. 7999f4b xen: relax signature check by Jeremy Fitzhardinge · 17 years ago
  59. 2c80b01 xen: mask _PAGE_PCD from ptes by Jeremy Fitzhardinge · 17 years ago
  60. 7c23997 [SPARC, XEN, NET/CXGB3] use irq_handler_t where appropriate by Jeff Garzik · 17 years ago
  61. d3d1c4b Normalize config options for guest support by Rusty Russell · 17 years ago
  62. d20ead9 Merge ssh://master.kernel.org/pub/scm/linux/kernel/git/tglx/linux-2.6-x86 by Linus Torvalds · 17 years ago
  63. 38e760a x86: expand /proc/interrupts to include missing vectors, v2 by Joe Korty · 17 years ago
  64. fb893e9 i386: Clean up duplicate includes in arch/i386/xen/ by Jesper Juhl · 17 years ago
  65. fb9fc39 Merge branch 'xen-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen by Linus Torvalds · 17 years ago
  66. 30c8264 [x86] remove uses of magic macros for boot_params access by H. Peter Anvin · 17 years ago
  67. a122d62 xen: add some debug output for failed multicalls by Jeremy Fitzhardinge · 17 years ago
  68. e3d2697 xen: fix incorrect vcpu_register_vcpu_info hypercall argument by Jeremy Fitzhardinge · 17 years ago
  69. fb1d840 xen: ask the hypervisor how much space it needs reserved by Jeremy Fitzhardinge · 17 years ago
  70. 7426071 xen: lock pte pages while pinning/unpinning by Jeremy Fitzhardinge · 17 years ago
  71. 9f79991 xen: deal with stale cr3 values when unpinning pagetables by Jeremy Fitzhardinge · 17 years ago
  72. 91e0c5f xen: add batch completion callbacks by Jeremy Fitzhardinge · 17 years ago
  73. f0d7339 xen: yield to IPI target if necessary by Jeremy Fitzhardinge · 17 years ago
  74. d626a1f Clean up duplicate includes in arch/i386/xen/ by Jesper Juhl · 17 years ago
  75. 8965c1c paravirt: clean up lazy mode handling by Jeremy Fitzhardinge · 17 years ago
  76. 93b1eab paravirt: refactor struct paravirt_ops into smaller pv_*_ops by Jeremy Fitzhardinge · 17 years ago
  77. d5a7430 Convert cpu_sibling_map to be a per cpu variable by Mike Travis · 17 years ago
  78. 0835761 x86: Convert cpu_core_map to be a per cpu variable by Mike Travis · 17 years ago
  79. 9702785 i386: move xen by Thomas Gleixner · 17 years ago