1. 3bd4d18 [PATCH] Move e820 map into e820.c by Andi Kleen · 18 years ago
  2. c31fbb1 [PATCH] Clean up acpi_numa variable by Andi Kleen · 18 years ago
  3. df3bb57 [PATCH] i386/x86-64: Move acpi_disabled variables into acpi/boot.c by Andi Kleen · 18 years ago
  4. 43c85c9 [PATCH] Remove need for early lockdep init by Andi Kleen · 18 years ago
  5. 2c8c0e6 [PATCH] Convert x86-64 to early param by Andi Kleen · 18 years ago
  6. 1a3f239 [PATCH] i386: Replace i386 open-coded cmdline parsing with by Rusty Russell · 18 years ago
  7. 9ca33eb [PATCH] Use early CPU identify before early command line parsing by Andi Kleen · 18 years ago
  8. d4d3585 [PATCH] remove lock prefix from is_at_popf() tests by Chuck Ebbert · 18 years ago
  9. 145106e [PATCH] remove superflous BUG_ON's in nommu and gart by Muli Ben-Yehuda · 18 years ago
  10. 29a6c25 [PATCH] Fix gdt table size in trampoline.S by Eric W. Biederman · 18 years ago
  11. 8d379da [PATCH] annotate arch/x86_64/lib/*.S by Jan Beulich · 18 years ago
  12. a752d71 [PATCH] fix is_at_popf() for compat tasks by Chuck Ebbert · 18 years ago
  13. add659b [PATCH] i386: Remove lock section support in rwsem.h by Andi Kleen · 18 years ago
  14. 0577f14 [PATCH] Calgary IOMMU: save a bit of space in bus_info by Muli Ben-Yehuda · 18 years ago
  15. a4fc520 [PATCH] Calgary IOMMU: calgary_init_one_nontraslated() can return void by Muli Ben-Yehuda · 18 years ago
  16. 871b170 [PATCH] Calgary IOMMU: fix reference counting of Calgary PCI devices by Muli Ben-Yehuda · 18 years ago
  17. b8f4fe6 [PATCH] Calgary IOMMU: fix error path memleak in calgary_free_tar by Muli Ben-Yehuda · 18 years ago
  18. 9f2dc46 [PATCH] Calgary IOMMU: break out of pci_find_device_reverse if dev not found by Muli Ben-Yehuda · 18 years ago
  19. f38db65 [PATCH] Calgary IOMMU: consolidate per bus data structures by Muli Ben-Yehuda · 18 years ago
  20. ba9c231 [PATCH] i386: initialize end-of-memory variables as early as possible by Jan Beulich · 18 years ago
  21. 3b94355 [PATCH] remove int_delivery_dest by Jan Beulich · 18 years ago
  22. caff071 [PATCH] initialize end of memory variables as early as possible by Jan Beulich · 18 years ago
  23. 44cc452 [PATCH] Remove obsolete CVS $Id$ from assembler files in arch/x86_64/kernel/* by Andi Kleen · 18 years ago
  24. e241491 [PATCH] x86: Detect CFI support in the assembler at runtime by Andi Kleen · 18 years ago
  25. fe7414a [PATCH] Use BUILD_BUG_ON in apic.c build sanity checking by Andi Kleen · 18 years ago
  26. 19f03ff [PATCH] i386: Clean up code style in mpparse.c ACPI code by Andi Kleen · 18 years ago
  27. efec3b9 [PATCH] Fix up some non linuxy style in ACPI functions in mpparse.c by Andi Kleen · 18 years ago
  28. 276ec1a [PATCH] Remove some unneeded ACPI externs in mpparse.c by Andi Kleen · 18 years ago
  29. a01fd3b [PATCH] Remove useless wrapper in mpparse.c code by Andi Kleen · 18 years ago
  30. 55f05ff [PATCH] Replace mp bus array with bitmap for bus not pci by Andi Kleen · 18 years ago
  31. dfa4698 [PATCH] Move early chipset quirks out to new file by Andi Kleen · 18 years ago
  32. edd9652 [PATCH] Remove MPS table APIC renumbering by Andi Kleen · 18 years ago
  33. 606bd58 [PATCH] x86: AUX_DEVICE_INFO is one byte long, use 'movb' by Diego Calleja · 18 years ago
  34. cf4c6a2 [PATCH] i386: Factor out common io apic routing entry access by Andi Kleen · 18 years ago
  35. eea0e11 [PATCH] Factor out common io apic routing entry access by Andi Kleen · 18 years ago
  36. c1a58b4 [PATCH] i386/x86-64: Remove obsolete sanity check in mptable parsing by Andi Kleen · 18 years ago
  37. a8fcf1a [PATCH] Remove obsolete PIC mode by Andi Kleen · 18 years ago
  38. e509913 [PATCH] Remove leftover MCE/EISA support by Andi Kleen · 18 years ago
  39. 5cb6b99 [PATCH] Remove pirq overwrite support by Andi Kleen · 18 years ago
  40. 2e91a17 [PATCH] Add some comments to entry.S by Andi Kleen · 18 years ago
  41. 3f14c74 [PATCH] Remove old "focus disabled" chipset errata workaround by Andi Kleen · 18 years ago
  42. 6c96a29 [PATCH] Remove apic mismatch counter by Andi Kleen · 18 years ago
  43. 7f11d8a [PATCH] Remove all ifdefs for local/io apic by Andi Kleen · 18 years ago
  44. 5ba5891 [PATCH] Add some comments what tce.c actually does by Andi Kleen · 18 years ago
  45. cc1e684 [PATCH] Remove leftover CVS Id in thunk.S by Andi Kleen · 18 years ago
  46. ecaf45e [PATCH] i386: Redo semaphore and rwlock assembly helpers by Andi Kleen · 18 years ago
  47. b06baba [PATCH] Add proper alignment to ENTRY by Andi Kleen · 18 years ago
  48. 9a0b26e [PATCH] Clean up read write lock assembly by Andi Kleen · 18 years ago
  49. 31679f3 [PATCH] Simplify profile_pc on x86-64 by Andi Kleen · 18 years ago
  50. 0cb91a2 [PATCH] i386: Account spinlocks to the caller during profiling for !FP kernels by Andi Kleen · 18 years ago
  51. c16b63e0 [PATCH] i386/x86-64: Don't randomize stack top when no randomization personality is set by Andi Kleen · 18 years ago
  52. d5d9ca6 [PATCH] A few trivial spelling and grammar fixes by Adam Henley · 18 years ago
  53. d3a4f48 [PATCH] x86-64 TIF flags for debug regs and io bitmap in ctxsw by Stephane Eranian · 18 years ago
  54. 2f766d1 [PATCH] Clean up asm/smp.h includes by Andi Kleen · 18 years ago
  55. 3cfc348 [PATCH] x86: Add portable getcpu call by Andi Kleen · 18 years ago
  56. c08c820 [PATCH] Add the vgetcpu vsyscall by Vojtech Pavlik · 18 years ago
  57. a670fad [PATCH] Add initalization of the RDTSCP auxilliary values by Vojtech Pavlik · 18 years ago
  58. 248dcb2 [PATCH] x86: i386/x86-64 Add nmi watchdog support for new Intel CPUs by Venkatesh Pallipadi · 18 years ago
  59. 1de8497 [PATCH] i386: Enable NMI watchdog by default by Andi Kleen · 18 years ago
  60. 260d679 [PATCH] i386: Kdump i386 nmi event notification fix by Vivek Goyal · 18 years ago
  61. 3f22c57 [PATCH] kdump x86_64 nmi event notification fix by Vivek Goyal · 18 years ago
  62. c7c19f8 [PATCH] i386: make functions static by Adrian Bunk · 18 years ago
  63. fac5855 [PATCH] Fix up panic messages for different NMI panics by Andi Kleen · 18 years ago
  64. 4038f90 [PATCH] i386/x86-64: Fix NMI watchdog suspend/resume by Shaohua Li · 18 years ago
  65. c41c5cd [PATCH] x86: x86 clean up nmi panic messages by Don Zickus · 18 years ago
  66. 8da5add [PATCH] x86: Allow users to force a panic on NMI by Don Zickus · 18 years ago
  67. e33e89a [PATCH] x86: Add abilty to enable/disable nmi watchdog from procfs (update) by Don Zickus · 18 years ago
  68. 407984f [PATCH] x86: Add abilty to enable/disable nmi watchdog with sysctl by Don Zickus · 18 years ago
  69. 2fbe7b2 [PATCH] i386/x86-64: Remove un/set_nmi_callback and reserve/release_lapic_nmi functions by Don Zickus · 18 years ago
  70. 957dc87 [PATCH] Add ppoll/pselect syscalls by Andi Kleen · 18 years ago
  71. 1d001df [PATCH] Add TIF_RESTORE_SIGMASK by Andi Kleen · 18 years ago
  72. 3adbbcc [PATCH] x86: Cleanup NMI interrupt path by Don Zickus · 18 years ago
  73. b7471c6 [PATCH] i386: Add SMP support on i386 to reservation framework by Don Zickus · 18 years ago
  74. f2802e7 [PATCH] Add SMP support on x86_64 to reservation framework by Don Zickus · 18 years ago
  75. cb9c448 [PATCH] i386: Utilize performance counter reservation framework in oprofile by Don Zickus · 18 years ago
  76. 828f0af [PATCH] x86: Add performance counter reservation framework for UP kernels by Don Zickus · 18 years ago
  77. b07f891 [PATCH] x86: Temporarily revert parts of the Core 2 nmi nmi watchdog support by Andi Kleen · 18 years ago
  78. 874c4fe [PATCH] i386: Allow to use GENERICARCH for UP kernels by Andi Kleen · 18 years ago
  79. 9142e0c [PATCH] i386: Update defconfig by Andi Kleen · 18 years ago
  80. 265baba [PATCH] Update defconfig by Andi Kleen · 18 years ago
  81. 7b29122 Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6 by Linus Torvalds · 18 years ago
  82. bfa0e9a [PATCH] i386: fix flat mode numa on a real numa system by keith mannthey · 18 years ago
  83. 3212fe1 [PATCH] cpu to node relationship fixup: map cpu to node by KAMEZAWA Hiroyuki · 18 years ago
  84. 0899298 [PATCH] cpu to node relationship fixup: acpi_map_cpu2node by KAMEZAWA Hiroyuki · 18 years ago
  85. 24fd425 [PATCH] i386 bootioremap / kexec fix by keith mannthey · 18 years ago
  86. a4c0291 [SPARC64]: Fix section-mismatch errors in solaris emul module. by David S. Miller · 18 years ago
  87. 02b25fc Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 by David Woodhouse · 18 years ago
  88. 6973ddd [SPARC64]: Update defconfig. by David S. Miller · 18 years ago
  89. e17ba8f [SPARC64]: Fix sched_clock() wrapping every ~17 seconds. by David S. Miller · 18 years ago
  90. 13b5aec [PATCH] more fallout from get_property returning pointer to const by Al Viro · 18 years ago
  91. 2ee8099 Merge master.kernel.org:/pub/scm/linux/kernel/git/davej/cpufreq by Linus Torvalds · 18 years ago
  92. 5932ef0 [PATCH] sun4: fix sbus_setup_iommu() by Al Viro · 18 years ago
  93. 00ddaf2 [PATCH] sanitize frv archclean by Al Viro · 18 years ago
  94. cc9bd99 [PATCH] fix ancient breakage in ebus_init() by Al Viro · 18 years ago
  95. 24669f7d [CPUFREQ] sw_any_bug_dmi_table can be used on resume, so it isn't initdata by Jeremy Fitzhardinge · 18 years ago
  96. 6bbd9b6d Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 18 years ago
  97. a489d15 Merge branch 'for-linus' of git://git390.osdl.marist.edu/pub/scm/linux-2.6 by Linus Torvalds · 18 years ago
  98. 14d1adf Merge git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc by Linus Torvalds · 18 years ago
  99. e102926 [POWERPC] EEH: Power4 systems sometimes need multiple resets. by Linas Vepstas · 18 years ago
  100. 3d574ab [POWERPC] Include <asm/mmu.h> in arch/powerpc/sysdev/fsl_soc.h for phys_addr_t. by Scott Wood · 18 years ago