1. e8d591d x86: lindent arch/i386/math-emu, cleanup by Ingo Molnar · 17 years ago
  2. 3d0d14f x86: lindent arch/i386/math-emu by Ingo Molnar · 17 years ago
  3. a4ec1ef x86: mach-voyager, lindent by Ingo Molnar · 17 years ago
  4. 31183ba x86: clean up arch/x86/kernel/aperture_64.c printk()s by Ingo Molnar · 17 years ago
  5. c140df9 x86: clean up arch/x86/kernel/aperture_64.c by Ingo Molnar · 17 years ago
  6. 5bafb67 x86: clean up arch/x86/ia32/mmap32.c by Thomas Gleixner · 17 years ago
  7. 6ec8756 x86: clean up arch/x86/ia32/syscall32.c by Thomas Gleixner · 17 years ago
  8. c202f29 x86: clean up arch/x86/ia32/sys_ia32.c by Thomas Gleixner · 17 years ago
  9. 5de15d4 x86: clean up arch/x86/ia32/ptrace32.c by Thomas Gleixner · 17 years ago
  10. 2da06b4 x86: clean up arch/x86/ia32/ipc32.c by Thomas Gleixner · 17 years ago
  11. 99b9cdf x86: clean up arch/x86/ia32/ia32_signal.c by Thomas Gleixner · 17 years ago
  12. 8edf8be x86: clean up arch/x86/ia32/aout32.c by Thomas Gleixner · 17 years ago
  13. d94448b x86: clean up arch/x86/ia32/fpu32.c by Thomas Gleixner · 17 years ago
  14. 39d44a5 x86: enable irq in default_idle on 64-bit by Hiroshi Shimamoto · 17 years ago
  15. 5ee613b x86: idle wakeup event in the HLT loop by Ingo Molnar · 17 years ago
  16. 53d517c x86: scale cyc_2_nsec according to CPU frequency by Guillaume Chazarain · 17 years ago
  17. 83bd010 x86: protect against sigaltstack wraparound by Roland McGrath · 17 years ago
  18. f9fc589 x86: add DMI quirk for io-delay hangs on Compaq Presario V6000 laptops by Ingo Molnar · 17 years ago
  19. d0049e7 x86: make io_delay=0xed the default by Ingo Molnar · 17 years ago
  20. 6e7c402 x86: various changes and cleanups to in_p/out_p delay details by Ingo Molnar · 17 years ago
  21. b02aae9 x86: provide a DMI based port 0x80 I/O delay override. by Rene Herman · 17 years ago
  22. 4c6b8b4 x86: fix: s2ram + P4 + tsc = annoyance by Mike Galbraith · 17 years ago
  23. 5c9c9be x86: hibernation: document __save_processor_state() on x86 by Rafael J. Wysocki · 17 years ago
  24. 9484b1e x86: fix make mrproper by Sam Ravnborg · 17 years ago
  25. 37a47db8 x86: assign IRQs to HPET timers, fix by Balaji Rao · 17 years ago
  26. e3f37a5 x86: assign IRQs to HPET timers by Balaji Rao · 17 years ago
  27. 1a0c009 x86: unregister PIT clocksource when PIT is disabled by Thomas Gleixner · 17 years ago
  28. 4713e22c clocksource: add unregister function to disable unusable clocksources by Thomas Gleixner · 17 years ago
  29. 316da3b x86: restrict PIT clocksource usage by Thomas Gleixner · 17 years ago
  30. b10db7f time: more timer related cleanups by Pavel Machek · 17 years ago
  31. 213eca7f kobj: fix threshold_init_device/kobject_uevent_env oops by Greg KH · 17 years ago
  32. 01ba2bd all archs: consolidate init and exit sections in vmlinux.lds.h by Sam Ravnborg · 17 years ago
  33. 9745512 sched: latencytop support by Arjan van de Ven · 17 years ago
  34. 8f4d37e sched: high-res preemption tick by Peter Zijlstra · 17 years ago
  35. 86ef5c9 cpu-hotplug: replace lock_cpu_hotplug() with get_online_cpus() by Gautham R Shenoy · 17 years ago
  36. eba0e31 Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 17 years ago
  37. af5ca3f Driver core: change sysdev classes to use dynamic kobject names by Kay Sievers · 17 years ago
  38. 38a382a Kobject: convert arch/* from kobject_unregister() to kobject_put() by Greg Kroah-Hartman · 17 years ago
  39. 542eb75 Kobject: change arch/x86/kernel/cpu/mcheck/mce_amd_64.c to use kobject_init_and_add by Greg Kroah-Hartman · 17 years ago
  40. a521cf2 Kobject: change arch/x86/kernel/cpu/mcheck/mce_amd_64.c to use kobject_create_and_add by Greg Kroah-Hartman · 17 years ago
  41. 5b3f355 Kobject: change arch/x86/kernel/cpu/intel_cacheinfo.c to use kobject_init_and_add by Greg Kroah-Hartman · 17 years ago
  42. 775b64d PM: Acquire device locks on suspend by Rafael J. Wysocki · 17 years ago
  43. f9c4cfe xen: disable vcpu_info placement for now by Jeremy Fitzhardinge · 17 years ago
  44. 667984d x86: GEODE fix a race condition in the MFGPT timer tick by Jordan Crouse · 17 years ago
  45. 4960c9d Revert "x86: fix NMI watchdog & 'stopped time' problem" by Thomas Gleixner · 17 years ago
  46. e107ebe x86: add support for the latest Intel processors to Oprofile by Arjan van de Ven · 17 years ago
  47. fb1dac9 lockdep: more hardirq annotations for notify_die() by Peter Zijlstra · 17 years ago
  48. 8ee291f x86: fix RTC_AIE with CONFIG_HPET_EMULATE_RTC by Bernhard Walle · 17 years ago
  49. 23be8c7 x86: fix boot crash on HIGHMEM4G && SPARSEMEM by Ingo Molnar · 17 years ago
  50. 40d6a14 Kick CPUS that might be sleeping in cpus_idle_wait by Steven Rostedt · 17 years ago
  51. 15e7b44 [CRYPTO] twofish: Merge common glue code by Sebastian Siewior · 17 years ago
  52. 02d5bcc Pull bugzilla-9194 into release branch by Len Brown · 17 years ago
  53. 9f9adec PM: ACPI and APM must not be enabled at the same time by Len Brown · 17 years ago
  54. 9a7dafb [CRYPTO] salsa20: Add x86-64 assembly version by Tan Swee Heng · 17 years ago
  55. 974e4b7 [CRYPTO] salsa20_i586: Salsa20 stream cipher algorithm (i586 version) by Tan Swee Heng · 17 years ago
  56. 06e1a8f [CRYPTO] aes-asm: Merge common glue code by Sebastian Siewior · 17 years ago
  57. 5157dea [CRYPTO] aes-i586: Remove setkey by Sebastian Siewior · 17 years ago
  58. 81190b3 [CRYPTO] aes-x86-64: Remove setkey by Sebastian Siewior · 17 years ago
  59. 89e12654 [CRYPTO] aes: Move common defines into a header file by Sebastian Siewior · 17 years ago
  60. a2b484a x86: fix do_fork_idle section mismatch by Thomas Gleixner · 17 years ago
  61. 476c6c1 fix lguest rmmod "bad pgd" by Rusty Russell · 17 years ago
  62. 0068441 Revert "x86: fix show cpuinfo cpu number always zero" by Linus Torvalds · 17 years ago
  63. 04fa11e x86: intel_cacheinfo.c: cpu cache info entry for Intel Tolapai by Jason Gaston · 17 years ago
  64. c0a698b x86: fix die() to not be preemptible by Ingo Molnar · 17 years ago
  65. fbdcf18 x86: fix show cpuinfo cpu number always zero by Mike Travis · 17 years ago
  66. 3d054f0 x86_32: disable_pse must be __cpuinitdata by Adrian Bunk · 17 years ago
  67. 3446fa0 x86_32: select_idle_routine() must be __cpuinit by Adrian Bunk · 17 years ago
  68. f2206ec x86 smpboot_32.c section fixes by Adrian Bunk · 17 years ago
  69. d533798 x86 apic_32.c section fix by Adrian Bunk · 17 years ago
  70. 4aae070 x86: fix "Kernel panic - not syncing: IO-APIC + timer doesn't work!" by Ingo Molnar · 17 years ago
  71. 0b0122f x86: kprobes bugfix by Masami Hiramatsu · 17 years ago
  72. 29b6cd7 x86: jprobe bugfix by Masami Hiramatsu · 17 years ago
  73. bd87f1f oprofile: op_model_athlon.c support for AMD family 10h barcelona performance counters by Barry Kasindorf · 17 years ago
  74. 5867a78 revert "Hibernation: Use temporary page tables for kernel text mapping on x86_64" by Andrew Morton · 17 years ago
  75. 7999f4b xen: relax signature check by Jeremy Fitzhardinge · 17 years ago
  76. f7a5274 Pull suspend-2.6.24 into release branch by Len Brown · 17 years ago
  77. 74d0f33 ACPI: suspend: old debugging hacks sneaked back by Pavel Machek · 17 years ago
  78. 3743d33 Tiny clean-up of OPROFILE/KPROBES configuration by Linus Torvalds · 17 years ago
  79. da54bec x86: arch_register_cpu() section fix by Andrew Morton · 17 years ago
  80. f22d9bc x86: free_cache_attributes() section fix by Adrian Bunk · 17 years ago
  81. 75bc122 x86: add the word 'WARNING' in check_nmi_watchdog() output by Don Zickus · 17 years ago
  82. ee0011a x86: revert CONFIG_X86_HT semantics change by Adrian Bunk · 17 years ago
  83. 17d57a9 x86: fix x86-32 early fixmap initialization. by Eric W. Biederman · 17 years ago
  84. 0c1b272 x86: disable hpet legacy replacement for kdump by OGAWA Hirofumi · 17 years ago
  85. c86c7fb x86: disable hpet on shutdown by OGAWA Hirofumi · 17 years ago
  86. e1cca7e Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/hpa/linux-2.6-x86setup by Linus Torvalds · 17 years ago
  87. f97b895 x86/paravirt: revert exports to restore old behaviour by Jeremy Fitzhardinge · 17 years ago
  88. b8415ec lguest: prevent VISWS or VOYAGER randconfigs by Randy Dunlap · 17 years ago
  89. b6fd6ec memory hotplug x86_64: fix section mismatch in init_memory_mapping() by KAMEZAWA Hiroyuki · 17 years ago
  90. 2c80b01 xen: mask _PAGE_PCD from ptes by Jeremy Fitzhardinge · 17 years ago
  91. 16252da x86 setup: don't recalculate ss:esp unless really necessary by Jens Rottmann · 17 years ago
  92. ff1ea52 Merge git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-x86 by Linus Torvalds · 17 years ago
  93. 6b41016 Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6 by Linus Torvalds · 17 years ago
  94. 8c6531f x86: correctly set UTS_MACHINE for "make ARCH=x86" by Andreas Herrmann · 17 years ago
  95. f44d9ef x86: fix APIC related bootup crash on Athlon XP CPUs by Ingo Molnar · 17 years ago
  96. 8232fd6 x86: export the symbol empty_zero_page on the 32-bit x86 architecture by Theodore Ts'o · 17 years ago
  97. 8645419 x86: fix kprobes_64.c inlining borkage by Andrew Morton · 17 years ago
  98. c82bc5a pci: use pci=bfsort for HP DL385 G2, DL585 G2 by Michal Schmidt · 17 years ago
  99. 4351785 x86: correctly set UTS_MACHINE for "make ARCH=x86" by Andreas Herrmann · 17 years ago
  100. 000f4a9 lockdep: annotate do_debug() trap handler by Peter Zijlstra · 17 years ago