1. a01fd3b [PATCH] Remove useless wrapper in mpparse.c code by Andi Kleen · 18 years ago
  2. 55f05ff [PATCH] Replace mp bus array with bitmap for bus not pci by Andi Kleen · 18 years ago
  3. dfa4698 [PATCH] Move early chipset quirks out to new file by Andi Kleen · 18 years ago
  4. edd9652 [PATCH] Remove MPS table APIC renumbering by Andi Kleen · 18 years ago
  5. 606bd58 [PATCH] x86: AUX_DEVICE_INFO is one byte long, use 'movb' by Diego Calleja · 18 years ago
  6. cf4c6a2 [PATCH] i386: Factor out common io apic routing entry access by Andi Kleen · 18 years ago
  7. eea0e11 [PATCH] Factor out common io apic routing entry access by Andi Kleen · 18 years ago
  8. c1a58b4 [PATCH] i386/x86-64: Remove obsolete sanity check in mptable parsing by Andi Kleen · 18 years ago
  9. a8fcf1a [PATCH] Remove obsolete PIC mode by Andi Kleen · 18 years ago
  10. e509913 [PATCH] Remove leftover MCE/EISA support by Andi Kleen · 18 years ago
  11. 5cb6b99 [PATCH] Remove pirq overwrite support by Andi Kleen · 18 years ago
  12. 2e91a17 [PATCH] Add some comments to entry.S by Andi Kleen · 18 years ago
  13. 107878b [PATCH] i386: Minor fixes & cleanup to tlb flush by Andi Kleen · 18 years ago
  14. b1c78c0 [PATCH] Clean up and minor fixes to TLB flush by Andi Kleen · 18 years ago
  15. 3f14c74 [PATCH] Remove old "focus disabled" chipset errata workaround by Andi Kleen · 18 years ago
  16. 6c96a29 [PATCH] Remove apic mismatch counter by Andi Kleen · 18 years ago
  17. 7f11d8a [PATCH] Remove all ifdefs for local/io apic by Andi Kleen · 18 years ago
  18. 5ba5891 [PATCH] Add some comments what tce.c actually does by Andi Kleen · 18 years ago
  19. cc1e684 [PATCH] Remove leftover CVS Id in thunk.S by Andi Kleen · 18 years ago
  20. ecaf45e [PATCH] i386: Redo semaphore and rwlock assembly helpers by Andi Kleen · 18 years ago
  21. 07c9819 [PATCH] i386: add alternative-asm.h to allow LOCK_PREFIX replacement in .S files by Andi Kleen · 18 years ago
  22. b06baba [PATCH] Add proper alignment to ENTRY by Andi Kleen · 18 years ago
  23. 1a015b5 [PATCH] i386: Remove const case for rwlocks by Andi Kleen · 18 years ago
  24. 9a0b26e [PATCH] Clean up read write lock assembly by Andi Kleen · 18 years ago
  25. b4062b1 [PATCH] Support patchable lock prefix for pure assembly files by Andi Kleen · 18 years ago
  26. 538b5b4 [PATCH] Document backtracer selection options by Andi Kleen · 18 years ago
  27. 31679f3 [PATCH] Simplify profile_pc on x86-64 by Andi Kleen · 18 years ago
  28. 0cb91a2 [PATCH] i386: Account spinlocks to the caller during profiling for !FP kernels by Andi Kleen · 18 years ago
  29. c16b63e0 [PATCH] i386/x86-64: Don't randomize stack top when no randomization personality is set by Andi Kleen · 18 years ago
  30. d5d9ca6 [PATCH] A few trivial spelling and grammar fixes by Adam Henley · 18 years ago
  31. 3034d11 [PATCH] Don't print virtual address in HPET initialization by Andi Kleen · 18 years ago
  32. d3a4f48 [PATCH] x86-64 TIF flags for debug regs and io bitmap in ctxsw by Stephane Eranian · 18 years ago
  33. 2f766d1 [PATCH] Clean up asm/smp.h includes by Andi Kleen · 18 years ago
  34. 3cfc348 [PATCH] x86: Add portable getcpu call by Andi Kleen · 18 years ago
  35. c08c820 [PATCH] Add the vgetcpu vsyscall by Vojtech Pavlik · 18 years ago
  36. a670fad [PATCH] Add initalization of the RDTSCP auxilliary values by Vojtech Pavlik · 18 years ago
  37. 81af444 [PATCH] Add macros for rdtscp by Vojtech Pavlik · 18 years ago
  38. 248dcb2 [PATCH] x86: i386/x86-64 Add nmi watchdog support for new Intel CPUs by Venkatesh Pallipadi · 18 years ago
  39. 1de8497 [PATCH] i386: Enable NMI watchdog by default by Andi Kleen · 18 years ago
  40. 260d679 [PATCH] i386: Kdump i386 nmi event notification fix by Vivek Goyal · 18 years ago
  41. 3f22c57 [PATCH] kdump x86_64 nmi event notification fix by Vivek Goyal · 18 years ago
  42. c7c19f8 [PATCH] i386: make functions static by Adrian Bunk · 18 years ago
  43. fac5855 [PATCH] Fix up panic messages for different NMI panics by Andi Kleen · 18 years ago
  44. 4038f90 [PATCH] i386/x86-64: Fix NMI watchdog suspend/resume by Shaohua Li · 18 years ago
  45. c41c5cd [PATCH] x86: x86 clean up nmi panic messages by Don Zickus · 18 years ago
  46. 8da5add [PATCH] x86: Allow users to force a panic on NMI by Don Zickus · 18 years ago
  47. e33e89a [PATCH] x86: Add abilty to enable/disable nmi watchdog from procfs (update) by Don Zickus · 18 years ago
  48. 407984f [PATCH] x86: Add abilty to enable/disable nmi watchdog with sysctl by Don Zickus · 18 years ago
  49. 2fbe7b2 [PATCH] i386/x86-64: Remove un/set_nmi_callback and reserve/release_lapic_nmi functions by Don Zickus · 18 years ago
  50. 957dc87 [PATCH] Add ppoll/pselect syscalls by Andi Kleen · 18 years ago
  51. 1d001df [PATCH] Add TIF_RESTORE_SIGMASK by Andi Kleen · 18 years ago
  52. 3adbbcc [PATCH] x86: Cleanup NMI interrupt path by Don Zickus · 18 years ago
  53. b7471c6 [PATCH] i386: Add SMP support on i386 to reservation framework by Don Zickus · 18 years ago
  54. f2802e7 [PATCH] Add SMP support on x86_64 to reservation framework by Don Zickus · 18 years ago
  55. cb9c448 [PATCH] i386: Utilize performance counter reservation framework in oprofile by Don Zickus · 18 years ago
  56. 828f0af [PATCH] x86: Add performance counter reservation framework for UP kernels by Don Zickus · 18 years ago
  57. b07f891 [PATCH] x86: Temporarily revert parts of the Core 2 nmi nmi watchdog support by Andi Kleen · 18 years ago
  58. 874c4fe [PATCH] i386: Allow to use GENERICARCH for UP kernels by Andi Kleen · 18 years ago
  59. 9142e0c [PATCH] i386: Update defconfig by Andi Kleen · 18 years ago
  60. 265baba [PATCH] Update defconfig by Andi Kleen · 18 years ago
  61. 7e47202 Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 18 years ago
  62. 7b29122 Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6 by Linus Torvalds · 18 years ago
  63. b7de567 [PATCH] VIDIOC_ENUMSTD bug by Jonathan Corbet · 18 years ago
  64. 1cc5f71 [PATCH] load_module: no BUG if module_subsys uninitialized by Ed Swierk · 18 years ago
  65. bfa0e9a [PATCH] i386: fix flat mode numa on a real numa system by keith mannthey · 18 years ago
  66. 3212fe1 [PATCH] cpu to node relationship fixup: map cpu to node by KAMEZAWA Hiroyuki · 18 years ago
  67. 0899298 [PATCH] cpu to node relationship fixup: acpi_map_cpu2node by KAMEZAWA Hiroyuki · 18 years ago
  68. 25981de [PATCH] backlight: fix oops in __mutex_lock_slowpath during head /sys/class/graphics/fb0/* by Michael Hanselmann · 18 years ago
  69. f3ef9ea [PATCH] do not free non slab allocated per_cpu_pageset by David Rientjes · 18 years ago
  70. 24fd425 [PATCH] i386 bootioremap / kexec fix by keith mannthey · 18 years ago
  71. 0b16f21 [PATCH] rtc: lockdep fix/workaround by Peter Zijlstra · 18 years ago
  72. c0ba7e5 [PATCH] autofs4: zero timeout prevents shutdown by Ian Kent · 18 years ago
  73. be5b6d3 [SOUND] sparc/amd7930: Use __devinit and __devinitdata as needed. by David S. Miller · 18 years ago
  74. efdbc1a [SUNLANCE]: Mark sparc_lance_probe_one as __devinit. by David S. Miller · 18 years ago
  75. a4c0291 [SPARC64]: Fix section-mismatch errors in solaris emul module. by David S. Miller · 18 years ago
  76. 4cc6773 [NetLabel]: update docs with website information by Paul Moore · 18 years ago
  77. fd38585 [NetLabel]: rework the Netlink attribute handling (part 2) by Paul Moore · 18 years ago
  78. fcd4828 [NetLabel]: rework the Netlink attribute handling (part 1) by Paul Moore · 18 years ago
  79. 4fe5d5c [Netlink]: add nla_validate_nested() by Paul Moore · 18 years ago
  80. 22acb19 [NETLINK]: add nla_for_each_nested() to the interface list by Paul Moore · 18 years ago
  81. df2115c [NetLabel]: change the SELinux permissions by Paul Moore · 18 years ago
  82. 609c92f [NetLabel]: make the CIPSOv4 cache spinlocks bottom half safe by Paul Moore · 18 years ago
  83. 14a72f5 [NetLabel]: correct improper handling of non-NetLabel peer contexts by Paul Moore · 18 years ago
  84. a6d967a [libata] No need for all those arch libata-portmap.h headers by Jeff Garzik · 18 years ago
  85. 597811e [TCP]: make cubic the default by Stephen Hemminger · 18 years ago
  86. 3d2573f [TCP]: default congestion control menu by Stephen Hemminger · 18 years ago
  87. 5b7c714 [ATM] he: Fix __init/__devinit conflict by Roland Dreier · 18 years ago
  88. 7c25041 [PATCH] pata_pdc2027x iomem annotations by Al Viro · 18 years ago
  89. 355edd2 [PATCH] fix idiocy in asd_init_lseq_mdp() by Al Viro · 18 years ago
  90. 3cc2754 [PATCH] SCSI gfp_t annotations by Al Viro · 18 years ago
  91. 855fc73 [PATCH] wrong thing iounmapped (qla3xxx) by Al Viro · 18 years ago
  92. ee111d1 [PATCH] qla3xxx iomem annotations by Al Viro · 18 years ago
  93. 8a1cdc9 [PATCH] Revert ABI-breaking change in /proc by Matthew Wilcox · 18 years ago
  94. 76a081e Merge master.kernel.org:/pub/scm/linux/kernel/git/acme/net-2.6 by David S. Miller · 18 years ago
  95. 0d6c7ae [NETFILTER]: Add dscp,DSCP headers to header-y by Yasuyuki Kozakai · 18 years ago
  96. 508df25 Merge git://git.infradead.org/~dwmw2/khdrs-2.6 by Linus Torvalds · 18 years ago
  97. 6a3670c [PATCH] missing include (free_irq() use) by Al Viro · 18 years ago
  98. ae97dd9 [PATCH] NULL noise removal by Al Viro · 18 years ago
  99. 3e597c6 [PATCH] fix iptables __user misannotations by Al Viro · 18 years ago
  100. 1db2ea3 [PATCH] netlabel gfp annotations by Al Viro · 18 years ago