1. 00463c16 [PATCH] i386: Use early clobbers for semaphores now by Andi Kleen · 18 years ago
  2. ebba5f9 [PATCH] consistently use MAX_ERRNO in __syscall_return by Randy Dunlap · 18 years ago
  3. b278240 Merge branch 'for-linus' of git://one.firstfloor.org/home/andi/git/linux-2.6 by Linus Torvalds · 18 years ago
  4. 70e0eb8 [PATCH] Split i386 and x86_64 ptrace.h by Jeff Dike · 18 years ago
  5. 2965a0e [PATCH] x86: trivial move of ptep_set_access_flags by Rusty Russell · 18 years ago
  6. 6049742 [PATCH] x86: trivial move of __HAVE macros in i386 pagetable headers by Rusty Russell · 18 years ago
  7. 052e799 [PATCH] x86: make __FIXADDR_TOP variable to allow it to make space for a hypervisor by Jeremy Fitzhardinge · 18 years ago
  8. 9f09339 [PATCH] x86: roll all the cpuid asm into one __cpuid call by Rusty Russell · 18 years ago
  9. 027a8c7 [PATCH] x86: implement always-locked bit ops, for memory shared with an SMP hypervisor by Chris Wright · 18 years ago
  10. 3a75036 [PATCH] Use BUG_ON(foo) instead of "if (foo) BUG()" in include/asm-i386/dma-mapping.h by Rolf Eike Beer · 18 years ago
  11. 46a82b2 [PATCH] Standardize pxx_page macros by Dave McCracken · 18 years ago
  12. 9102330 [PATCH] convert i386 NUMA KVA space to bootmem by keith mannthey · 18 years ago
  13. 3222b36 [PATCH] x86: Add a cumulative thermal throttle event counter. by Dmitriy Zavin · 18 years ago
  14. 15d5f83 [PATCH] x86: Refactor thermal throttle processing by Dmitriy Zavin · 18 years ago
  15. adf1423 [PATCH] i386/x86-64: Work around gcc bug with noreturn functions in unwinder by Jan Beulich · 18 years ago
  16. 2817716 [PATCH] i386: Fix pack_descriptor() by Jeremy Fitzhardinge · 18 years ago
  17. 78be370 [PATCH] i386: Allow a kernel not to be in ring 0 by Rusty Russell · 18 years ago
  18. 0da5db3 [PATCH] i386: Abstract sensitive instructions by Rusty Russell · 18 years ago
  19. 3566561 [PATCH] i386: Avoid overwriting the current pgd (V4, i386) by Magnus Damm · 18 years ago
  20. 80d2679 [PATCH] x86: Remove incorrect comment about ACPI e820 entries by Andi Kleen · 18 years ago
  21. a549b86 [PATCH] i386: annotate FIX_STACK() and the rest of nmi() by Chuck Ebbert · 18 years ago
  22. f704cb9 [PATCH] x86: remove config.h includes from asm-i386 & asm-x86_64 by Dave Jones · 18 years ago
  23. 73fea17 [PATCH] i386: Support physical cpu hotplug for x86_64 by Ashok Raj · 18 years ago
  24. 522e93e [PATCH] i386: Descriptor and trap table cleanups. by Rusty Russell · 18 years ago
  25. 3d08a25 [PATCH] i386: Make enable_local_apic static by Adrian Bunk · 18 years ago
  26. a32cf39 [PATCH] i386: Get ebp from unwinder state when continuing fallback backtrace by Andi Kleen · 18 years ago
  27. 2b14a78 [PATCH] i386: Do stacktracer conversion too by Andi Kleen · 18 years ago
  28. 1a3f239 [PATCH] i386: Replace i386 open-coded cmdline parsing with by Rusty Russell · 18 years ago
  29. fb2e284 [PATCH] i386: Clean up spin/rwlocks by Andi Kleen · 18 years ago
  30. 7ca2b49 [PATCH] i386: Remove lock section support in semaphore.h by Andi Kleen · 18 years ago
  31. add659b [PATCH] i386: Remove lock section support in rwsem.h by Andi Kleen · 18 years ago
  32. 01215ad [PATCH] i386: Remove lock section support in mutex.h by Andi Kleen · 18 years ago
  33. 107878b [PATCH] i386: Minor fixes & cleanup to tlb flush by Andi Kleen · 18 years ago
  34. ecaf45e [PATCH] i386: Redo semaphore and rwlock assembly helpers by Andi Kleen · 18 years ago
  35. 07c9819 [PATCH] i386: add alternative-asm.h to allow LOCK_PREFIX replacement in .S files by Andi Kleen · 18 years ago
  36. 1a015b5 [PATCH] i386: Remove const case for rwlocks by Andi Kleen · 18 years ago
  37. 0cb91a2 [PATCH] i386: Account spinlocks to the caller during profiling for !FP kernels by Andi Kleen · 18 years ago
  38. 3cfc348 [PATCH] x86: Add portable getcpu call by Andi Kleen · 18 years ago
  39. 248dcb2 [PATCH] x86: i386/x86-64 Add nmi watchdog support for new Intel CPUs by Venkatesh Pallipadi · 18 years ago
  40. 4038f90 [PATCH] i386/x86-64: Fix NMI watchdog suspend/resume by Shaohua Li · 18 years ago
  41. 407984f [PATCH] x86: Add abilty to enable/disable nmi watchdog with sysctl by Don Zickus · 18 years ago
  42. 2fbe7b2 [PATCH] i386/x86-64: Remove un/set_nmi_callback and reserve/release_lapic_nmi functions by Don Zickus · 18 years ago
  43. 3adbbcc [PATCH] x86: Cleanup NMI interrupt path by Don Zickus · 18 years ago
  44. b7471c6 [PATCH] i386: Add SMP support on i386 to reservation framework by Don Zickus · 18 years ago
  45. 828f0af [PATCH] x86: Add performance counter reservation framework for UP kernels by Don Zickus · 18 years ago
  46. b07f891 [PATCH] x86: Temporarily revert parts of the Core 2 nmi nmi watchdog support by Andi Kleen · 18 years ago
  47. 874c4fe [PATCH] i386: Allow to use GENERICARCH for UP kernels by Andi Kleen · 18 years ago
  48. a6d967a [libata] No need for all those arch libata-portmap.h headers by Jeff Garzik · 18 years ago
  49. 23930fa Merge branch 'master' into upstream by Jeff Garzik · 18 years ago
  50. fadcfa3 [HEADERS] One line per header in Kbuild files to reduce conflicts by David Woodhouse · 18 years ago
  51. 4a3381f Merge branch 'master' into upstream by Jeff Garzik · 18 years ago
  52. 47a5c6f x86: save/restore eflags in context switch by Linus Torvalds · 18 years ago
  53. e5fa6d7 [PATCH] Fix 'make headers_check' on i386 by David Woodhouse · 18 years ago
  54. f01f0f0 [PATCH] headers_check: don't expose PFN stuff to userspace in <asm-i386/setup.h> by David Woodhouse · 18 years ago
  55. 651c923 [PATCH] headers_check: move kernel-only #includes within <asm-i386/elf.h> by David Woodhouse · 18 years ago
  56. b40c274 [PATCH] headers_check: move inclusion of <linux/linkage.h> in <asm-i386/signal.h> by David Woodhouse · 18 years ago
  57. 97148ba Merge branch 'master' into upstream by Jeff Garzik · 18 years ago
  58. b4a2283 [PATCH] Remove unneeded asm-i386/cpufeature.h from user visibility. by David Woodhouse · 18 years ago
  59. f9bcda7 Merge branch 'master' into upstream by Jeff Garzik · 18 years ago
  60. a9aa141 [PATCH] x86: increase MAX_MP_BUSSES on default arch by Andrew Morton · 18 years ago
  61. 22db37e [PATCH] i386: rwlock.h fix smp alternatives fix by Chris Wright · 18 years ago
  62. 386dcaf [PATCH] i386: Remove __KERNEL__ ifdef around _syscall*() by Andi Kleen · 18 years ago
  63. 8c74932 [PATCH] i386: Remove alternative_smp by Andi Kleen · 18 years ago
  64. ea42405 [PATCH] x86: Make backtracer fallback logic more bullet-proof by Jan Beulich · 18 years ago
  65. 61171b8 [PATCH] x86: fix x86 cpuid keys used in alternative_smp() by Jan Beulich · 18 years ago
  66. b01e86f Merge /spare/repo/linux-2.6 into upstream by Jeff Garzik · 18 years ago
  67. 4e54bda [PATCH] CONFIG_ACPI_SRAT NUMA build fix by KAMEZAWA Hiroyuki · 18 years ago
  68. 2ec7df0 [PATCH] libata: rework legacy handling to remove much of the cruft by Alan Cox · 18 years ago
  69. a9ad965 [PATCH] IA64: kprobe invalidate icache of jump buffer by bibo, mao · 18 years ago
  70. 52393cc [PATCH] remove set_wmb - arch removal by Steven Rostedt · 18 years ago
  71. b43c7ce [PATCH] i386: system.h: remove extra semicolons and fix order by Chuck Ebbert · 18 years ago
  72. b3cf257 [PATCH] i386: use thread_info flags for debug regs and IO bitmaps by Stephane Eranian · 18 years ago
  73. b862f3b i386: improve and correct inline asm memory constraints by Linus Torvalds · 18 years ago
  74. 6fa0cb1 Merge git://git.infradead.org/hdrinstall-2.6 by Linus Torvalds · 18 years ago
  75. 8a25d5d [PATCH] lockdep: prove spinlock rwlock locking correctness by Ingo Molnar · 18 years ago
  76. 4ea2176 [PATCH] lockdep: prove rwsem locking correctness by Ingo Molnar · 18 years ago
  77. c8558fc [PATCH] lockdep: irqtrace cleanup of include/asm-i386/irqflags.h by Ingo Molnar · 18 years ago
  78. 55f327f [PATCH] lockdep: irqtrace subsystem, i386 support by Ingo Molnar · 18 years ago
  79. c4e0511 [PATCH] lockdep: clean up rwsems by Ingo Molnar · 18 years ago
  80. 4879d77 [PATCH] irq-flags: i386: Use the new IRQF_ constants by Thomas Gleixner · 18 years ago
  81. 8ec4d41 [PATCH] SMP alternatives: skip with UP kernels by Gerd Hoffmann · 18 years ago
  82. 877ce7c [AF_UNIX]: Datagram getpeersec by Catherine Zhang · 18 years ago
  83. c0ad90a [PATCH] genirq: add ->retrigger() irq op to consolidate hw_irq_resend() by Ingo Molnar · 18 years ago
  84. 0686cd8 [PATCH] fix sgivwfb compile by Adrian Bunk · 18 years ago
  85. 5c45bf2 [PATCH] sched: mc/smt power savings sched policy by Siddha, Suresh B · 18 years ago
  86. e6e5494 [PATCH] vdso: randomize the i386 vDSO by moving it into a vma by Ingo Molnar · 18 years ago
  87. c723e084 [PATCH] i386: use C code for current_thread_info() by Chuck Ebbert · 18 years ago
  88. 4b89aff [PATCH] i386: move phys_proc_id and cpu_core_id to cpuinfo_x86 by Rohit Seth · 18 years ago
  89. 0fc4415 [PATCH] Register sysfs file for hotplugged new node by Yasunori Goto · 18 years ago
  90. da206c9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivial by Linus Torvalds · 18 years ago
  91. 81a07d7 Merge branch 'x86-64' by Linus Torvalds · 18 years ago
  92. 0080e66 [PATCH] x86_64: i386/x86-64 Add nmi watchdog support for new Intel CPUs by Venkatesh Pallipadi · 18 years ago
  93. e77deac [PATCH] x86_64: Avoid broadcasting NMI IPIs by Keith Owens · 18 years ago
  94. 45486f8 [PATCH] x86_64: Standardize i386/x86_64 handling of NMI_VECTOR by Keith Owens · 18 years ago
  95. da53112 [PATCH] x86_64: Fix race in cpu_local_* on preemptible kernels by Andi Kleen · 18 years ago
  96. 495ab9c [PATCH] i386/x86-64/ia64: Move polling flag into thread_info_status by Andi Kleen · 18 years ago
  97. c33bd9a [PATCH] i386/x86-64: fall back to old-style call trace if no unwinding by Jan Beulich · 18 years ago
  98. fe7cacc [PATCH] i386: reliable stack trace support i386 entry.S by Jan Beulich · 18 years ago
  99. 176a271 [PATCH] i386: reliable stack trace support (i386) by Jan Beulich · 18 years ago
  100. 3e4ff11 [PATCH] x86_64: nmi watchdog header cleanup by Don Zickus · 18 years ago