1. 2d9e1e2 xen: implement Xen-specific spinlocks by Jeremy Fitzhardinge · 16 years ago
  2. 56397f8 xen: use lock-byte spinlock implementation by Jeremy Fitzhardinge · 16 years ago
  3. 8efcbab paravirt: introduce a "lock-byte" spinlock implementation by Jeremy Fitzhardinge · 16 years ago
  4. 74d4aff x86/paravirt: add hooks for spinlock operations by Jeremy Fitzhardinge · 16 years ago
  5. 0940294 x86_64: adjust exception frame on paranoid exceptions by Jeremy Fitzhardinge · 16 years ago
  6. d5303b8 x86: xen: no need to disable vdso32 by Jeremy Fitzhardinge · 16 years ago
  7. 6a52e4b x86_64: further cleanup of 32-bit compat syscall mechanisms by Jeremy Fitzhardinge · 16 years ago
  8. 71415c6 x86, xen, vdso: fix build error by Ingo Molnar · 16 years ago
  9. 62541c3 xen64: disable 32-bit syscall/sysenter if not supported. by Jeremy Fitzhardinge · 16 years ago
  10. 6596f24 Revert "x86_64: there's no need to preallocate level1_fixmap_pgt" by Ingo Molnar · 16 years ago
  11. b3fe124 xen64: fix build error on 32-bit + !HIGHMEM by Ingo Molnar · 16 years ago
  12. 51dd660 xen: update Kconfig to allow 64-bit Xen by Jeremy Fitzhardinge · 16 years ago
  13. 1153968 xen: implement Xen write_msr operation by Jeremy Fitzhardinge · 16 years ago
  14. bf18bf9 xen64: set up userspace syscall patch by Jeremy Fitzhardinge · 16 years ago
  15. 6fcac6d xen64: set up syscall and sysenter entrypoints for 64-bit by Jeremy Fitzhardinge · 16 years ago
  16. d6182fb xen64: allocate and manage user pagetables by Jeremy Fitzhardinge · 16 years ago
  17. 8a95408 xen64: Clear %fs on xen_load_tls() by Eduardo Habkost · 16 years ago
  18. 4a5c3e7 xen64: implement failsafe callback by Jeremy Fitzhardinge · 16 years ago
  19. b7c3c5c xen: make sure the kernel command line is right by Jeremy Fitzhardinge · 16 years ago
  20. 5deb30d xen: rework pgd_walk to deal with 32/64 bit by Jeremy Fitzhardinge · 16 years ago
  21. a8fc108 xen64: implement xen_load_gs_index() by Eduardo Habkost · 16 years ago
  22. 0725cbb xen64: add identity irq->vector map by Jeremy Fitzhardinge · 16 years ago
  23. 88459d4 xen64: register callbacks in arch-independent way by Jeremy Fitzhardinge · 16 years ago
  24. 952d1d7 xen64: add pvop for swapgs by Jeremy Fitzhardinge · 16 years ago
  25. 997409d xen64: deal with extra words Xen pushes onto exception frames by Jeremy Fitzhardinge · 16 years ago
  26. e176d36 xen64: xen_write_idt_entry() and cvt_gate_to_trap() by Eduardo Habkost · 16 years ago
  27. 836fe2f xen: use set_pte_vaddr by Jeremy Fitzhardinge · 16 years ago
  28. 8745f8b xen64: defer setting pagetable alloc/release ops by Jeremy Fitzhardinge · 16 years ago
  29. 4560a29 xen: set num_processors by Jeremy Fitzhardinge · 16 years ago
  30. ce803e7 xen64: use arbitrary_virt_to_machine for xen_set_pmd by Jeremy Fitzhardinge · 16 years ago
  31. ebd879e xen: fix truncation of machine address by Jeremy Fitzhardinge · 16 years ago
  32. 39dbc5b xen32: create initial mappings like 64-bit by Jeremy Fitzhardinge · 16 years ago
  33. d114e198 xen64: map an initial chunk of physical memory by Jeremy Fitzhardinge · 16 years ago
  34. 22911b3 xen64: 64-bit starts using set_pte from very early by Jeremy Fitzhardinge · 16 years ago
  35. 084a2a4 xen64: early mapping setup by Jeremy Fitzhardinge · 16 years ago
  36. 3d75e1b xen64: add hypervisor callbacks for events, etc by Jeremy Fitzhardinge · 16 years ago
  37. 7d087b6 xen: cpu_detect is 32-bit only by Jeremy Fitzhardinge · 16 years ago
  38. 15664f9 xen64: use set_fixmap for shared_info structure by Jeremy Fitzhardinge · 16 years ago
  39. cdacc12 xen64: add 64-bit assembler by Jeremy Fitzhardinge · 16 years ago
  40. 555cf2b xen64: add asm-offsets by Jeremy Fitzhardinge · 16 years ago
  41. 8c5e5ac xen64: add xen-head code to head_64.S by Jeremy Fitzhardinge · 16 years ago
  42. c7b7594 xen64: smp.c compile hacking by Jeremy Fitzhardinge · 16 years ago
  43. 5b09b28 x86_64: add workaround for no %gs-based percpu by Jeremy Fitzhardinge · 16 years ago
  44. a9e7062 xen: move smp setup into smp.c by Jeremy Fitzhardinge · 16 years ago
  45. ce87b3d xen64: get active_mm from the pda by Jeremy Fitzhardinge · 16 years ago
  46. f5d36de xen64: random ifdefs to mask out 32-bit only code by Jeremy Fitzhardinge · 16 years ago
  47. f6e5873 xen64: add extra pv_mmu_ops by Jeremy Fitzhardinge · 16 years ago
  48. 7077c33 xen: make ELF notes work for 32 and 64 bit by Jeremy Fitzhardinge · 16 years ago
  49. 48b5db2 xen64: define asm/xen/interface for 64-bit by Jeremy Fitzhardinge · 16 years ago
  50. 851fa3c xen: define set_pte from the outset by Jeremy Fitzhardinge · 16 years ago
  51. ad55db9 xen: add xen_arch_resume()/xen_timer_resume hook for ia64 support by Isaku Yamahata · 16 years ago
  52. 8ba6c2b xen: print backtrace on multicall failure by Jeremy Fitzhardinge · 16 years ago
  53. 7c33b1e x86_64: unstatic get_local_pda by Jeremy Fitzhardinge · 16 years ago
  54. 360c044 x86_64: adjust exception frame in ia32entry by Jeremy Fitzhardinge · 16 years ago
  55. cbcd79c x86: use __page_aligned_data/bss by Jeremy Fitzhardinge · 16 years ago
  56. 87b935a x86: clean up formatting of __switch_to by Jeremy Fitzhardinge · 16 years ago
  57. 8840c0c x86_64: there's no need to preallocate level1_fixmap_pgt by Jeremy Fitzhardinge · 16 years ago
  58. c1f2f09 pvops-64: call paravirt_post_allocator_init() on setup_arch() by Eduardo Habkost · 16 years ago
  59. a312b37 x86/paravirt: call paravirt_pagetable_setup_{start, done} by Eduardo Habkost · 16 years ago
  60. 84c3d4a Merge commit 'origin/master' by Benjamin Herrenschmidt · 16 years ago
  61. fafa3a3 Merge branch 'x86/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  62. 7e2225d Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linus by Linus Torvalds · 16 years ago
  63. 59190f4 Merge branch 'generic-ipi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  64. 431ceb8 x86: fix TSC build error on 32bit by Thomas Gleixner · 16 years ago
  65. f6f88e9 generic-ipi: more merge fallout by Ingo Molnar · 16 years ago
  66. b3c9816 generic-ipi: merge fix by Ingo Molnar · 16 years ago
  67. 1a781a7 Merge branch 'generic-ipi' into generic-ipi-for-linus by Ingo Molnar · 16 years ago
  68. 6c9fcaf Merge branch 'core/rcu' into core/rcu-for-linus by Ingo Molnar · 16 years ago
  69. dc221ea Merge branch 'i2c-for-linus' of git://jdelvare.pck.nerim.net/jdelvare-2.6 by Linus Torvalds · 16 years ago
  70. b27418a [MIPS] Remove mips_machtype for LASAT machines by Thomas Bogendoerfer · 16 years ago
  71. 0b56fd8 [MIPS] Remove mips_machtype from EMMA2RH machines by Thomas Bogendoerfer · 16 years ago
  72. c6607295 [MIPS] Remove mips_machtype from ARC based machines by Thomas Bogendoerfer · 16 years ago
  73. 9528356 [MIPS] MTX-1 flash partition setup move to platform devices registration by Yoichi Yuasa · 16 years ago
  74. 7b22609 [MIPS] TXx9: cleanup and fix some sparse warnings by Atsushi Nemoto · 16 years ago
  75. 4c642f3 [MIPS] TXx9: rename asm-mips/mach-jmr3927 to asm-mips/mach-tx39xx by Atsushi Nemoto · 16 years ago
  76. 6e68665 [MIPS] remove machtype for group Toshiba by Yoichi Yuasa · 16 years ago
  77. b6c4053 [MIPS] separate rbtx4927_time_init() and rbtx4937_time_init() by Yoichi Yuasa · 16 years ago
  78. a38c475 [MIPS] separate rbtx4927_arch_init() and rbtx4937_arch_init() by Yoichi Yuasa · 16 years ago
  79. a00fb66 [MIPS] txx9_cpu_clock setup move to rbtx4927_time_init() by Yoichi Yuasa · 16 years ago
  80. 7a1fdf1 [MIPS] txx9_board_vec set directly without mips_machtype by Yoichi Yuasa · 16 years ago
  81. b03d7b1 [MIPS] IP22: Add platform device for Indy volume buttons by Thomas Bogendoerfer · 16 years ago
  82. efff4ae [MIPS] cmbvr4133: Remove support by Yoichi Yuasa · 16 years ago
  83. 3f16654 [MIPS] remove wrppmc_machine_power_off() by Yoichi Yuasa · 16 years ago
  84. 9ecb1ff [MIPS] replace inline assembler to cpu_wait() by Yoichi Yuasa · 16 years ago
  85. 5b438c4 [MIPS] IP22/28: Add platform devices for HAL2 by Thomas Bogendoerfer · 16 years ago
  86. bf744d4 [MIPS] TXx9: Update and merge defconfigs by Atsushi Nemoto · 16 years ago
  87. edcaf1a [MIPS] TXx9: Make single kernel can support multiple boards by Atsushi Nemoto · 16 years ago
  88. 7668915 [MIPS] TXx9: Update defconfigs by Atsushi Nemoto · 16 years ago
  89. 89d63fe [MIPS] TXx9: Reorganize PCI code by Atsushi Nemoto · 16 years ago
  90. 22b1d70 [MIPS] TXx9: Reorganize code by Atsushi Nemoto · 16 years ago
  91. 1447600 [MIPS] txx9: Make gpio_txx9 entirely spinlock-safe by Atsushi Nemoto · 16 years ago
  92. 315806cb [MIPS] Malta: Cleanup organization of code into directories. by Ralf Baechle · 16 years ago
  93. eda49ee [MIPS] Remove always true ifdef conditions. by Ralf Baechle · 16 years ago
  94. d5deda6 [MIPS] MSC01: Cleanup configuration. by Ralf Baechle · 16 years ago
  95. 6da5e30 [MIPS] Remove impossible ifdef and code wrapped by it. by Ralf Baechle · 16 years ago
  96. 1398ddb [MIPS] SEAD: Remove support code. by Ralf Baechle · 16 years ago
  97. 2157bc6 [MIPS] Atlas: Remove support code. by Ralf Baechle · 16 years ago
  98. 372a775 [MIPS] Enable -ffunction-sections sections. by Ralf Baechle · 16 years ago
  99. 74c8494 [MIPS] Bigsur: Make defconfig a bit more useful. by Ralf Baechle · 16 years ago
  100. b012cff [MIPS] Replace use of print_symbol with new %sP pointer format. by Ralf Baechle · 16 years ago