1. d3f7eae i386: Use global flag to disable broken local apic timer on AMD CPUs. by Andi Kleen · 17 years ago
  2. ab144f5 i386: Make patching more robust, fix paravirt issue by Andi Kleen · 17 years ago
  3. 73c59af finish i386 and x86-64 sysdata conversion by Muli Ben-Yehuda · 17 years ago
  4. 57d4810 revert "x86, serial: convert legacy COM ports to platform devices" by Andrew Morton · 17 years ago
  5. a583f1b remove unused TIF_NOTIFY_RESUME flag by Stephane Eranian · 17 years ago
  6. b0cb1a1 Replace CONFIG_SOFTWARE_SUSPEND with CONFIG_HIBERNATION by Rafael J. Wysocki · 17 years ago
  7. 238b706 [x86 setup] Make struct ist_info cross-architecture, and use in setup code by H. Peter Anvin · 17 years ago
  8. f77b1ab [x86 setup] Fix typos in struct efi_info by H. Peter Anvin · 17 years ago
  9. e8b2fd0 ACPI: Kconfig: remove CONFIG_ACPI_SLEEP from source by Len Brown · 17 years ago
  10. e05aff8 i386: Use patchable lock prefix in set_64bit by Andi Kleen · 17 years ago
  11. f25f64e x86: Replace NSC/Cyrix specific chipset access macros by inlined functions. by Juergen Beisert · 17 years ago
  12. 8f4e956 x86: Stop MCEs and NMIs during code patching by Andi Kleen · 17 years ago
  13. 19d36cc x86: Fix alternatives and kprobes to remap write-protected kernel text by Andi Kleen · 17 years ago
  14. 08f1c19 x86-64: introduce struct pci_sysdata to facilitate sharing of ->sysdata by Muli Ben-Yehuda · 17 years ago
  15. f62e518 i386: basic infrastructure support for AMD geode-class machines by Andres Salomon · 17 years ago
  16. a290097 i386: move PIT function declarations and constants to correct header file by Thomas Gleixner · 17 years ago
  17. 48dd934 i386: replace hard-coded constant with appropriate macro from kernel.h by Robert P. J. Day · 17 years ago
  18. 267eb01 i386: add cpu_relax() to cmos_lock() by Andreas Mohr · 17 years ago
  19. 1c10070 i386: do not restore reserved memory after hibernation by Rafael J. Wysocki · 17 years ago
  20. 9596017 x86: remove support for the Rise CPU by Adrian Bunk · 17 years ago
  21. 4590295 i386: add reference to the arguments by Andrew Morton · 17 years ago
  22. 44bf4ce x86: PM_TRACE support by Nigel Cunningham · 17 years ago
  23. 8b93789 i386: fix machine rebooting by Truxton Fulton · 17 years ago
  24. d5321ab i386: minor nx handling adjustment by Jan Beulich · 17 years ago
  25. 0655d7c x86: share hpet.h with i386 by Thomas Gleixner · 17 years ago
  26. bef9f9d i386: remove pit_interrupt_hook by Chris Wright · 17 years ago
  27. b520b85 i386: Move all simple string operations out of line by Andi Kleen · 17 years ago
  28. 8264445 NTP: move the cmos update code into ntp.c by Thomas Gleixner · 17 years ago
  29. 2d9ce17 i386: Allow KVM on i386 nonpae by Avi Kivity · 17 years ago
  30. c41917d [PATCH] sched: sched_cacheflush is now unused by Ralf Baechle · 17 years ago
  31. d7e28ff lguest: the host code by Rusty Russell · 17 years ago
  32. b111757 arch: personality independent stack top by Peter Zijlstra · 17 years ago
  33. 5fb7dc3 define new percpu interface for shared data by Fenghua Yu · 17 years ago
  34. 9e367d8 jprobes: remove JPROBE_ENTRY() by Michael Ellerman · 17 years ago
  35. d756d10 Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 17 years ago
  36. 4bac07c xen: add the Xenbus sysfs and virtual device hotplug driver by Jeremy Fitzhardinge · 17 years ago
  37. 5ead97c xen: Core Xen implementation by Jeremy Fitzhardinge · 17 years ago
  38. a42089d xen: Add Xen interface header files by Jeremy Fitzhardinge · 17 years ago
  39. 688340e Add a sched_clock paravirt_op by Jeremy Fitzhardinge · 17 years ago
  40. d572929 paravirt: helper to disable all IO space by Jeremy Fitzhardinge · 17 years ago
  41. c70df74 paravirt: make siblingmap functions visible by Jeremy Fitzhardinge · 17 years ago
  42. 724faa8 paravirt: unstatic smp_store_cpu_info by Jeremy Fitzhardinge · 17 years ago
  43. 5378701 paravirt: unstatic leave_mm by Jeremy Fitzhardinge · 17 years ago
  44. 03f0c2f paravirt: increase IRQ limit by Jeremy Fitzhardinge · 17 years ago
  45. 6996d3b paravirt: add a hook for once the allocator is ready by Jeremy Fitzhardinge · 17 years ago
  46. fdb4c33 paravirt: add an "mm" argument to alloc_pt by Jeremy Fitzhardinge · 17 years ago
  47. 97ac735 sys_fallocate() implementation on i386, x86_64 and powerpc by Amit Arora · 17 years ago
  48. 317b3c2 fbdev: detect primary display device by Antonino A. Daplas · 17 years ago
  49. 10eb265 fbdev: move arch-specific bits to their respective subdirectories by Antonino A. Daplas · 17 years ago
  50. 769848c Add __GFP_MOVABLE for callers to flag allocations from high memory that may be migrated by Mel Gorman · 17 years ago
  51. e21ea24 mm: remove ptep_test_and_clear_dirty and ptep_clear_flush_dirty by Martin Schwidefsky · 17 years ago
  52. f0e47c2 mm: remove ptep_establish() by Martin Schwidefsky · 17 years ago
  53. cf99aba make seccomp zerocost in schedule by Andrea Arcangeli · 17 years ago
  54. ed4aaad fix jvc cdrom drive lockup by Zhang, Yanmin · 17 years ago
  55. 8f0accc kill vmalloc_earlyreserve by Jan Beulich · 17 years ago
  56. 45e98cd page table handling cleanup by Jan Beulich · 17 years ago
  57. 18a8bd9 serial: convert early_uart to earlycon for 8250 by Yinghai Lu · 17 years ago
  58. 21ba0f8 Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/pci-2.6 by Linus Torvalds · 17 years ago
  59. 48c7ae6 Make struct boot_params a real structure, and remove obsolete fields by H. Peter Anvin · 17 years ago
  60. 9c25d13 Make definitions for struct e820entry and struct e820map consistent by H. Peter Anvin · 17 years ago
  61. 1d67953 Use a new CPU feature word to cover features that are spread around by Venki Pallipadi · 17 years ago
  62. ec48153 Unify the CPU features vectors between i386 and x86-64 by H. Peter Anvin · 17 years ago
  63. f8c0937 include/asm-i386/boot.h: This is <asm/boot.h>, not <linux/boot.h> by H. Peter Anvin · 17 years ago
  64. caa5171 PCI: remove pci_dac_dma_... APIs by Jan Beulich · 17 years ago
  65. 575e334 PCI: Use a weak symbol for the empty version of pcibios_add_platform_entries() by Michael Ellerman · 17 years ago
  66. 071922c i386: es7000 build breakage fix by Vivek Goyal · 17 years ago
  67. b9e3614 fix nmi_watchdog=2 bootup hang by Björn Steinbrink · 17 years ago
  68. 388c19e x86: Disable DAC on VIA bridges by Andi Kleen · 17 years ago
  69. 8dab524 Rework ptep_set_access_flags and fix sun4c by Benjamin Herrenschmidt · 17 years ago
  70. d6f8bb1 i386 mm: use pte_update() in ptep_test_and_clear_dirty() by Hugh Dickins · 17 years ago
  71. 03491c9 i386: fix early usage of atomic_add_return and local_add_return on real i386 by Thomas Gleixner · 17 years ago
  72. e8edc6e Detach sched.h from mm.h by Alexey Dobriyan · 17 years ago
  73. 297d9c0 i386: move common parts of smp into their own file by Jeremy Fitzhardinge · 17 years ago
  74. faa8b6c Revert "ipmi: add new IPMI nmi watchdog handling" by Linus Torvalds · 17 years ago
  75. f1d1a84 SLUB: i386 support by Christoph Lameter · 17 years ago
  76. fdb902b1 signal/timer/event: eventfd wire up x86 arches by Davide Libenzi · 17 years ago
  77. 57ac889 signal/timer/event: timerfd wire up x86 arches by Davide Libenzi · 17 years ago
  78. 2121e24 signal/timer/event: signalfd wire up x86 arches by Davide Libenzi · 17 years ago
  79. 04dd08b Consolidate asm/poll.h by Stephen Rothwell · 17 years ago
  80. 6041b57 i386: work around miscompilation of alternatives code by Joerg Roedel · 17 years ago
  81. 5a18c92 Revert "[PATCH] paravirt: Add startup infrastructure for paravirtualization" by Eric W. Biederman · 17 years ago
  82. 9a9136e2 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivial by Linus Torvalds · 17 years ago
  83. b0b73cb i386: msr.h: be paranoid about types and parentheses by H. Peter Anvin · 17 years ago
  84. 29bd443 i386: remove unused rdtsc() macro by H. Peter Anvin · 17 years ago
  85. c3c117f i386 mmzone: use __maybe_unused by David Rientjes · 17 years ago
  86. c9f4f06 wrap access to thread_info by Roman Zippel · 17 years ago
  87. a36166c Use the APIC to determine the hardware processor id - i386 by Fernando Luis Vazquez Cao · 17 years ago
  88. 2f4dfe2 Remove hardcoding of hard_smp_processor_id on UP systems by Fernando Luis Vazquez Cao · 17 years ago
  89. beb7dd8 Fix misspellings collected by members of KJ list. by Robert P. J. Day · 17 years ago
  90. 36f021b Merge branch 'hwmon-for-linus' of git://jdelvare.pck.nerim.net/jdelvare-2.6 by Linus Torvalds · 17 years ago
  91. 7e92b4fc x86, serial: convert legacy COM ports to platform devices by Bjorn Helgaas · 17 years ago
  92. cc38682 Some grammatical fixups and additions to atomic.h kernel-doc content by Robert P. J. Day · 17 years ago
  93. a436ed9 x86: create asm/cmpxchg.h by Jeff Dike · 17 years ago
  94. 5dc12dd Remove tas() by Jeff Dike · 17 years ago
  95. a075227 local_t: i386 extension by Mathieu Desnoyers · 17 years ago
  96. 2856f5e atomic.h: atomic_add_unless as inline. Remove system.h atomic.h circular dependency by Mathieu Desnoyers · 17 years ago
  97. e656e24 atomic.h: i386 type safety fix by Mathieu Desnoyers · 17 years ago
  98. 1c710c8 utimensat implementation by Ulrich Drepper · 17 years ago
  99. 0bb5e19 Clean up mostly unused IOSPACE macros by David Gibson · 17 years ago
  100. 7e80d0d i386: sched.h inclusion from module.h is baack by Alexey Dobriyan · 17 years ago