1. 7bd867d x86: Move get/set_wallclock to x86_platform_ops by Feng Tang · 15 years ago
  2. e11dada x86: apic namespace cleanup by Thomas Gleixner · 15 years ago
  3. bc07844 x86: Distangle ioapic and i8259 by Thomas Gleixner · 15 years ago
  4. 3f4110a x86: Add Moorestown early detection by Thomas Gleixner · 15 years ago
  5. 162bc7a x86: Add hardware_subarch ID for Moorestown by Pan, Jacob jun · 15 years ago
  6. 47a3d5d x86: Add early platform detection by Thomas Gleixner · 15 years ago
  7. 2d82640 x86: Move tsc_calibration to x86_init_ops by Thomas Gleixner · 15 years ago
  8. 08047c4 x86: Move calibrate_cpu to tsc.c by Thomas Gleixner · 15 years ago
  9. 64fcbac x86: Simplify timer_ack magic in time_32.c by Thomas Gleixner · 15 years ago
  10. ecce850 x86: Remove do_timer hook by Thomas Gleixner · 15 years ago
  11. 845b394 x86: Add timer_init to x86_init_ops by Thomas Gleixner · 15 years ago
  12. 736deca x86: Move percpu clockevents setup to x86_init_ops by Thomas Gleixner · 15 years ago
  13. f1d7062 x86: Move xen_post_allocator_init into xen_pagetable_setup_done by Thomas Gleixner · 15 years ago
  14. 030cb6c x86: Move paravirt pagetable_setup to x86_init_ops by Thomas Gleixner · 15 years ago
  15. 6f30c1a x86: Move paravirt banner printout to x86_init_ops by Thomas Gleixner · 15 years ago
  16. 42bbdb4 x86: Replace ARCH_SETUP by a proper x86_init_ops by Thomas Gleixner · 15 years ago
  17. 428cf90 x86: Move traps_init to x86_init_ops by Thomas Gleixner · 15 years ago
  18. 66bcaf0 x86: Move irq_init to x86_init_ops by Thomas Gleixner · 15 years ago
  19. d9112f4 x86: Move pre_intr_init to x86_init_ops by Thomas Gleixner · 15 years ago
  20. b3f1b61 x86: Move get/find_smp_config to x86_init_ops by Thomas Gleixner · 15 years ago
  21. 90e1c69 x86: Move oem_bus_info to x86_init_ops by Thomas Gleixner · 15 years ago
  22. 52fdb56 x86: Move mpc_oem_pci_bus to x86_init_ops by Thomas Gleixner · 15 years ago
  23. 7230214 x86: Move smp_read_mpc_oem to x86_init_ops. by Thomas Gleixner · 15 years ago
  24. fd6c666 x86: Move mpc_apic_id to x86_init_ops by Thomas Gleixner · 15 years ago
  25. de93410 x86: Move ioapic_ids_setup to x86_init_ops by Thomas Gleixner · 15 years ago
  26. f484847 x86: Sanitize smp_record and move it to x86_init_ops by Thomas Gleixner · 15 years ago
  27. 6b18ae3 x86: Move memory_setup to x86_init_ops by Thomas Gleixner · 15 years ago
  28. 816c25e x86: Add reserve_ebda_region to x86_init_ops by Thomas Gleixner · 15 years ago
  29. 8fee697 x86: Add request_standard_resources to x86_init by Thomas Gleixner · 15 years ago
  30. f7cf5a5 x86: Add probe_roms to x86_init by Thomas Gleixner · 15 years ago
  31. 57844a8 x86: Add x86_init infrastructure by Thomas Gleixner · 15 years ago
  32. 4152f93 Merge branch 'sched/clock' into x86/cleanups by Thomas Gleixner · 15 years ago
  33. 6effcd9 Merge branch 'x86/paravirt' into x86/cleanups by Thomas Gleixner · 15 years ago
  34. 1adcaaf x86, pat: Allow ISA memory range uncacheable mapping requests by Suresh Siddha · 15 years ago
  35. 3ef12c3 x86: Fix UV BAU destination subnode id by Cliff Wickman · 15 years ago
  36. 067e181 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
  37. 67e83f3 x86, UV: Fix macros for accessing large node numbers by Jack Steiner · 15 years ago
  38. 6c7184b x86, UV: Handle missing blade-local memory correctly by Jack Steiner · 15 years ago
  39. f1f029c x86: fix assembly constraints in native_save_fl() by H. Peter Anvin · 15 years ago
  40. 6a7bbd5 x86: Make 64-bit efi_ioremap use ioremap on MMIO regions by Paul Mackerras · 15 years ago
  41. a91d74a lguest: update commentry by Rusty Russell · 15 years ago
  42. 2e04ef7 lguest: fix comment style by Rusty Russell · 15 years ago
  43. ca597a0 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
  44. 9e1b32c mm: Pass virtual address to [__]p{te,ud,md}_free_tlb() by Benjamin Herrenschmidt · 15 years ago
  45. ebe119c x86: Fix movq immediate operand constraints in uaccess.h by H. Peter Anvin · 15 years ago
  46. 155b735 x86: Fix movq immediate operand constraints in uaccess_64.h by Uros Bizjak · 15 years ago
  47. 499ee07 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6 by Linus Torvalds · 15 years ago
  48. 5780888 lguest: fix journey by Matias Zabaljauregui · 15 years ago
  49. 85be928 Merge branch 'perfcounters-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  50. c99e6ef sched: INIT_PREEMPT_COUNT by Peter Zijlstra · 15 years ago
  51. 857fdc5 x86/pci: insert ioapic resource before assigning unassigned resources by Yinghai Lu · 15 years ago
  52. e864561 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 15 years ago
  53. ad46276 memory barrier: adding smp_mb__after_lock by Jiri Olsa · 15 years ago
  54. faf80d6 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
  55. a79f0da x86: atomic64: Inline atomic64_read() again by Eric Dumazet · 15 years ago
  56. 3a8d178 x86: atomic64: Improve atomic64_xchg() by Ingo Molnar · 15 years ago
  57. 8e049ef x86: atomic64: Code atomic(64)_read and atomic(64)_set in C not CPP by Paul Mackerras · 15 years ago
  58. c7210e1 x86: Remove unused function lapic_watchdog_ok() by Jaswinder Singh Rajput · 15 years ago
  59. 12b9d7c x86: Fix fixmap page order for FIX_TEXT_POKE0,1 by Mathieu Desnoyers · 15 years ago
  60. 3217120 x86: atomic64: Make atomic_read() type-safe by Ingo Molnar · 15 years ago
  61. b7882b7 x86: atomic64: Move the 32-bit atomic64_t implementation to a .c file by Ingo Molnar · 15 years ago
  62. bbf2a33 x86: atomic64: The atomic64_t data type should be 8 bytes aligned on 32-bit too by Eric Dumazet · 15 years ago
  63. 4364467 x86: fix power-of-2 round_up/round_down macros by Linus Torvalds · 15 years ago
  64. 0406ca6 perf_counter: Ignore the nmi call frames in the x86-64 backtraces by Frederic Weisbecker · 15 years ago
  65. 788d84b Fix pci_unmap_addr() et al on i386. by David Woodhouse · 15 years ago
  66. 4497399 x86: Remove double declaration of MSR_P6_EVNTSEL0 and MSR_P6_EVNTSEL1 by Jaswinder Singh Rajput · 15 years ago
  67. 55bcab4 Merge branch 'perfcounters-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  68. 789d03f x86: Fix fixmap ordering by Jan Beulich · 15 years ago
  69. 8326e28 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
  70. 658dbfe x86, setup: correct include file in <asm/boot.h> by H. Peter Anvin · 15 years ago
  71. 22f4319 x86, setup: Fix typo "CONFIG_x86_64" in <asm/boot.h> by Robert P. J. Day · 15 years ago
  72. 194002b perf_counter, x86: Add mmap counter read support by Peter Zijlstra · 15 years ago
  73. 236e946 Revert "PCI: use ACPI _CRS data by default" by Linus Torvalds · 15 years ago
  74. fbe8cdd Merge branches 'acerhdf', 'acpi-pci-bind', 'bjorn-pci-root', 'bugzilla-12904', 'bugzilla-13121', 'bugzilla-13396', 'bugzilla-13533', 'bugzilla-13612', 'c3_lock', 'hid-cleanups', 'misc-2.6.31', 'pdc-leak-fix', 'pnpacpi', 'power_nocheck', 'thinkpad_acpi', 'video' and 'wmi' into release by Len Brown · 15 years ago
  75. 687d680 Merge git://git.infradead.org/~dwmw2/iommu-2.6.31 by Linus Torvalds · 15 years ago
  76. 59ef7a8 Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6 by Linus Torvalds · 15 years ago
  77. e59a1bb x86: fix pageattr handling for lpage percpu allocator and re-enable it by Tejun Heo · 15 years ago
  78. 9063c61 x86, 64-bit: Clean up user address masking by Linus Torvalds · 15 years ago
  79. 12e24f3 Merge branch 'perfcounters-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  80. 1eb51c33 Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  81. c4c5ab3 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
  82. 1d99100 Merge branch 'x86/mce3' into x86/urgent by Ingo Molnar · 15 years ago
  83. 0c87197 perf_counter, x86: Improve interactions with fast-gup by Ingo Molnar · 15 years ago
  84. 7c095e4 dma-mapping: x86: use asm-generic/dma-mapping-common.h by FUJITA Tomonori · 15 years ago
  85. bc3f5d3 x86: de-assembler-ize asm/desc.h by Alexander van Heukelum · 15 years ago
  86. ac5672f x86/paravirt: split paravirt definitions into paravirt_types.h by Jeremy Fitzhardinge · 16 years ago
  87. 8fa62ad x86: msr.h linux/types.h is only required for __KERNEL__ by Jaswinder Singh Rajput · 15 years ago
  88. 8134000 Merge branch 'x86/urgent' into x86/mce3 by Ingo Molnar · 15 years ago
  89. 84599f8 sched, x86: Fix cpufreq + sched_clock() TSC scaling by Peter Zijlstra · 15 years ago
  90. a3d06cc Merge branch 'linus' into perfcounters/core by Ingo Molnar · 15 years ago
  91. cc4949e Merge branch 'linus' into x86/urgent by Ingo Molnar · 15 years ago
  92. 517d086 Merge branch 'akpm' by Linus Torvalds · 15 years ago
  93. e4c9dd0 kmap_types: make most arches use generic header file by Randy Dunlap · 15 years ago
  94. 08604bd time: move PIT_TICK_RATE to linux/timex.h by Arnd Bergmann · 15 years ago
  95. 58995d2 x86, mce: mce.h cleanup by Hidetoshi Seto · 15 years ago
  96. 1149e72 x86, mce: remove therm_throt.h by Hidetoshi Seto · 15 years ago
  97. 8363fc8 x86, mce: remove intel_set_thermal_handler() by Hidetoshi Seto · 15 years ago
  98. e8ce2c5 x86, mce: unify smp_thermal_interrupt, prepare by Hidetoshi Seto · 15 years ago
  99. c697836 x86, mce: make mce_disabled boolean by Hidetoshi Seto · 15 years ago
  100. 9e55e44 x86, mce: unify mce.h by Hidetoshi Seto · 15 years ago