1. 6eb0a0f [PATCH] i386: Handle missing local APIC timer interrupts on C3 state by Venkatesh Pallipadi · 21 years ago
  2. e992867 [PATCH] x86_64: Generalize DMI and enable for x86-64 by Andi Kleen · 21 years ago
  3. 329d400 [PATCH] x86_64/i386: Remove preempt disable calls in lowlevel IPI by Zwane Mwaikambo · 21 years ago
  4. 3f98bc4 [PATCH] i386/x86-64: Update AMD CPUID flags by Andi Kleen · 21 years ago
  5. 39b3a79 [PATCH] i386/x86-64: Generalize X86_FEATURE_CONSTANT_TSC flag by Andi Kleen · 21 years ago
  6. 92934bc [PATCH] i386/x86-64: Use input/output dependencies for bitops by Andi Kleen · 21 years ago
  7. 4cec873 Fix mutex_trylock() copy-and-paste bug (x86, x86-64, generic mutex-dec.h) by Linus Torvalds · 21 years ago
  8. 73165b8 [PATCH] fix i386 mutex fastpath on FRAME_POINTER && !DEBUG_MUTEXES by Ingo Molnar · 21 years ago
  9. 0498b63 [PATCH] kprobes: fix build breakage by Ananth N Mavinakayanahalli · 21 years ago
  10. e597c29 [PATCH] kprobes: arch_remove_kprobe by Anil S Keshavamurthy · 21 years ago
  11. 41dead4 [PATCH] kprobes: cleanup include/asm/kprobes.h by Anil S Keshavamurthy · 21 years ago
  12. af4cd3f [PATCH] Generic ioctl.h by Brian Gerst · 21 years ago
  13. f05b690 [PATCH] Kdump: i386 compiler warning fix by Vivek Goyal · 21 years ago
  14. e996e58 [PATCH] kdump: save registers early (inline functions) by Vivek Goyal · 21 years ago
  15. cc57165 [PATCH] kdump: dynamic per cpu allocation of memory for saving cpu registers by Vivek Goyal · 21 years ago
  16. 2af7f59 [PATCH] mutex subsystem, add include/asm-i386/mutex.h by Arjan van de Ven · 21 years ago
  17. ffbf670 [PATCH] mutex subsystem, add atomic_xchg() to all arches by Ingo Molnar · 21 years ago
  18. 64ca900 [PATCH] Make vm86 support optional by Matt Mackall · 21 years ago
  19. a12dea7 [PATCH] PTRACE_SYSEMU is only for i386 and clashes with other ptrace codes of other archs by Paolo 'Blaisorblade' Giarrusso · 21 years ago
  20. 1fd73c6 [PATCH] Kill L1_CACHE_SHIFT_MAX by Ravikiran G Thirumalai · 21 years ago
  21. 3974388 [PATCH] Swap Migration V5: sys_migrate_pages interface by Christoph Lameter · 21 years ago
  22. 19d5348 [PATCH] mpspec: remove unneeded packed attribute by Brian Gerst · 21 years ago
  23. f90b811 [PATCH] Base support for AMD Geode GX/LX processors by Jordan Crouse · 21 years ago
  24. d832245 [PATCH] x86: fls() in asm by Stephen Hemminger · 21 years ago
  25. 1855a2c [PATCH] x86: convert bigsmp to use flat physical mode by Ashok Raj · 21 years ago
  26. 63aaf30 [PATCH] x86/x86_64: mark rodata section read only: x86 parts by Arjan van de Ven · 21 years ago
  27. d89c145 [PATCH] x86: handle -Wsign-compare in bitops by David Howells · 21 years ago
  28. 5fe9fe3c [PATCH] x86: Pnp byte granularity by Zachary Amsden · 21 years ago
  29. 3fae1c3 [PATCH] x86: Deprecate obsolete ldt accessors by Zachary Amsden · 21 years ago
  30. 5702d0f [PATCH] x86: Pnp segments in segment h by Zachary Amsden · 21 years ago
  31. ff6e8c0 [PATCH] x86: Cr4 is valid on some 486s by Zachary Amsden · 21 years ago
  32. d43c6e8 [PATCH] i386: move SIMD initialization by Jan Beulich · 21 years ago
  33. 7c4cb60 [PATCH] x86: GDT alignment fix by Zachary Amsden · 21 years ago
  34. d3cb487 [PATCH] atomic_long_t & include/asm-generic/atomic.h V2 by Christoph Lameter · 21 years ago
  35. 7756b9e [PATCH] kill last zone_reclaim() bits by Andrew Morton · 21 years ago
  36. 9f3fd60 [PATCH] mm: kvaddr_to_nid not used in common code by Andy Whitcroft · 21 years ago
  37. f6b3ec2 [PATCH] madvise(MADV_REMOVE): remove pages from tmpfs shm backing store by Badari Pulavarty · 21 years ago
  38. 3821af2 [FLS64]: generic version by Stephen Hemminger · 21 years ago
  39. abe842e [PATCH] Avoid namespace pollution in <asm/param.h> by Dag-Erling Smørgrav · 21 years ago
  40. cd02e27 x86: Fix silly typo in recent <asm/signal.h> fixes by Linus Torvalds · 21 years ago
  41. b7fd1ed [PATCH] x86: fix sigaddset() inline asm memory constraint by Constantine Gavrilov · 21 years ago
  42. 4060994 Merge x86-64 update from Andi by Linus Torvalds · 21 years ago
  43. a6f5deb [PATCH] x86_64: Reduce number of retries for reset through keyboard controller by Andi Kleen · 21 years ago
  44. 94605ef [PATCH] x86-64/i386: Intel HT, Multi core detection fixes by Siddha, Suresh B · 21 years ago
  45. 8426e1f [PATCH] atomic: inc_not_zero by Nick Piggin · 21 years ago
  46. 4a6dae6 [PATCH] atomic: cmpxchg by Nick Piggin · 21 years ago
  47. 53e86b9 [PATCH] i386: generic cmpxchg by Nick Piggin · 21 years ago
  48. b4033c1 [PATCH] PCI: Change MSI to use physical delivery mode always by Ashok Raj · 21 years ago
  49. 25000c2 [PATCH] ide: explain the PCI bus test we do in <asm-i386/ide.h> by Alan Cox · 21 years ago
  50. 9a0e3a8 [PATCH] Kprobes: Track kprobe on a per_cpu basis - i386 changes by Ananth N Mavinakayanahalli · 21 years ago
  51. 8c65b4a [PATCH] fix remaining missing includes by Tim Schmielau · 21 years ago
  52. 31ab269 [PATCH] x86: add MCE resume by Shaohua Li · 21 years ago
  53. 1e4c85f Revert "i386: move apic init in init_IRQs" by Linus Torvalds · 21 years ago
  54. 727a53b [PATCH] semaphore: Remove __MUTEX_INITIALIZER() by Arthur Othieno · 21 years ago
  55. 1426d7a [PATCH] vm: remove unused/broken page_pte[_prot] macros by Tejun Heo · 21 years ago
  56. dfb7dac [PATCH] unify sys_ptrace prototype by Christoph Hellwig · 21 years ago
  57. f2b36db [PATCH] i386: move apic init in init_IRQs by Eric W. Biederman · 21 years ago
  58. 9338316 [PATCH] ES7000 platform update by Natalie.Protasevich@unisys.com · 21 years ago
  59. 251e691 [PATCH] x86: add an accessor function for getting the per-CPU gdt by Zachary Amsden · 21 years ago
  60. ca140fd [PATCH] i386: little pgtable.h consolidation vs 2/3level by Paolo 'Blaisorblade' Giarrusso · 21 years ago
  61. 8896fab [PATCH] x86: cmpxchg improvements by Jan Beulich · 21 years ago
  62. 2774812 [PATCH] memory hotplug prep: kill local_mapnr by Dave Hansen · 21 years ago
  63. 705e87c [PATCH] mm: pte_offset_map_lock loops by Hugh Dickins · 21 years ago
  64. eb92f4e [PATCH] add sem_is_read/write_locked() by Rik Van Riel · 21 years ago
  65. 478a3ba [PATCH] USB: Always do usb-handoff by Alan Stern · 21 years ago
  66. dd0fc66 [PATCH] gfp flags annotations - part 1 by Al Viro · 21 years ago
  67. d96c4e7 [PATCH] x86: hw_irq.h warning fix by Andrew Morton · 21 years ago
  68. c51179f [PATCH] uml: adapt asm/futex.h to our arch by Paolo 'Blaisorblade' Giarrusso · 21 years ago
  69. 33bf561 [PATCH] feature removal of io_remap_page_range() by Randy Dunlap · 21 years ago
  70. 66759a0 [PATCH] x86-64: i386/x86-64: Fix time going twice as fast problem on ATI Xpress chipsets by Chuck Ebbert · 21 years ago
  71. 6e44f12 [PATCH] i386: add memory clobbers to syscall macros by Andi Kleen · 21 years ago
  72. 69e1a33 [PATCH] x86-64: Use ACPI PXM to parse PCI<->node assignments by Andi Kleen · 21 years ago
  73. e2afe6745 [PATCH] include/asm-i386/: "extern inline" -> "static inline" by Adrian Bunk · 21 years ago
  74. fb1c8f9 [PATCH] spinlock consolidation by Ingo Molnar · 21 years ago
  75. 486a153 Merge master.kernel.org:/pub/scm/linux/kernel/git/sam/kbuild by Linus Torvalds · 21 years ago
  76. 59f4e7d [PATCH] fix reboot via keyboard controller reset by Truxton Fulton · 21 years ago
  77. abda245 [PATCH] i386: CONFIG_ACPI_SRAT typo fix by Magnus Damm · 21 years ago
  78. 86feeaa kbuild: full dependency check on asm-offsets.h by Sam Ravnborg · 21 years ago
  79. 64e4748 Merge linux-2.6 with linux-acpi-2.6 by Len Brown · 21 years ago
  80. 8d286aa [PATCH] Clean up struct flock64 definitions by Stephen Rothwell · 21 years ago
  81. 5ac353f [PATCH] Clean up struct flock definitions by Stephen Rothwell · 21 years ago
  82. 1abf62a [PATCH] Clean up the fcntl operations by Stephen Rothwell · 21 years ago
  83. e64ca97 [PATCH] Clean up the open flags by Stephen Rothwell · 21 years ago
  84. 9317259 [PATCH] Create asm-generic/fcntl.h by Stephen Rothwell · 21 years ago
  85. 97de50c [PATCH] remove verify_area(): remove verify_area() from various uaccess.h headers by Jesper Juhl · 21 years ago
  86. c8d1274 [PATCH] remove asm-*/hdreg.h by Christoph Hellwig · 21 years ago
  87. 36d57ac [PATCH] auxiliary vector cleanups by H. J. Lu · 21 years ago
  88. 4732efb [PATCH] FUTEX_WAKE_OP: pthread_cond_signal() speedup by Jakub Jelinek · 21 years ago
  89. ed75e8d [PATCH] UML Support - Ptrace: adds the host SYSEMU support, for UML and general usage by Laurent Vivier · 21 years ago
  90. c3c433e [PATCH] add suspend/resume for timer by Shaohua Li · 21 years ago
  91. 4ad8d38 [PATCH] i386 boottime for_each_cpu broken by Zwane Mwaikambo · 21 years ago
  92. d7271b1 [PATCH] i386: encapsulate copying of pgd entries by Zachary Amsden · 21 years ago
  93. 748f2ed [PATCH] x86 NMI: better support for debuggers by George Anzinger · 21 years ago
  94. f2f30eb [PATCH] x86: introduce a write acessor for updating the current LDT by Zachary Amsden · 21 years ago
  95. a520112 [PATCH] x86: make IOPL explicit by Zachary Amsden · 21 years ago
  96. 0998e42 [PATCH] x86: privilege cleanup by Zachary Amsden · 21 years ago
  97. f2ab446 [PATCH] x86: more asm cleanups by Zachary Amsden · 21 years ago
  98. 4f0cb8d [PATCH] i386: fix incorrect TSS entry for LDT by Ingo Molnar · 21 years ago
  99. c9b02a2 [PATCH] i386: use set_pte macros in a couple places where they were missing by Zachary Amsden · 21 years ago
  100. 2f2984e [PATCH] i386: generate better code around descriptor update and access functions by Zachary Amsden · 21 years ago