1. e94b176 [PATCH] slab: remove SLAB_KERNEL by Christoph Lameter · 18 years ago
  2. a120586 [PATCH] Allow NULL pointers in percpu_free by Alan Stern · 18 years ago
  3. 9db7372 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 by David Howells · 18 years ago
  4. 4c1ac1b Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 by David Howells · 18 years ago
  5. 914e263 [PATCH] severing fs.h, radix-tree.h -> sched.h by Al Viro · 18 years ago
  6. f6a5703 [PATCH] severing module.h->sched.h by Al Viro · 18 years ago
  7. 3704331 Merge branch 'release' of master.kernel.org:/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6 by Linus Torvalds · 18 years ago
  8. 7bdd21c Revert "ACPI: SCI interrupt source override" by Len Brown · 18 years ago
  9. 72a73a6 Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/pci-2.6 by Linus Torvalds · 18 years ago
  10. 07accdc Driver core: convert cpuid code to use struct device by Greg Kroah-Hartman · 18 years ago
  11. a271aaf Driver core: convert msr code to use struct device by Greg Kroah-Hartman · 18 years ago
  12. 039d09a PCI: arch/i386/kernel/pci-dma.c: ioremap balanced with iounmap by Amol Lad · 18 years ago
  13. c402895 WorkStruct: make allyesconfig by David Howells · 18 years ago
  14. 808dbbb x86: be more careful when walking back the frame pointer chain by Linus Torvalds · 18 years ago
  15. dc1829a [PATCH] i386/x86_64: ACPI cpu_idle_wait() fix by Ingo Molnar · 18 years ago
  16. 45c9953 [PATCH] Use delayed disable mode of ioapic edge triggered interrupts by Eric W. Biederman · 18 years ago
  17. fa18f47 [PATCH] x86: Add acpi_user_timer_override option for Asus boards by Andi Kleen · 18 years ago
  18. ec68307 [PATCH] htirq: refactor so we only have one function that writes to the chip by Eric W. Biederman · 18 years ago
  19. 8bdc052 [PATCH] kretprobe: fix kretprobe-booster to save regs and set status by Masami Hiramatsu · 18 years ago
  20. c06cb8b [PATCH] i386: Force data segment to be 4K aligned by Vivek Goyal · 18 years ago
  21. d654c67 [PATCH] Regression in 2.6.19-rc microcode driver by Arjan van de Ven · 18 years ago
  22. 90d5390 [PATCH] acpi_noirq section fix by Andrew Morton · 18 years ago
  23. f9dadfa i386: write IO APIC irq routing entries in correct order by Linus Torvalds · 18 years ago
  24. 130fe05 i386: clean up io-apic accesses by Linus Torvalds · 18 years ago
  25. 3f4b23e [PATCH] APM: URL of APM 1.2 specs has changed by Kristian Mueller · 18 years ago
  26. ae74589 [PATCH] fix efi_memory_present_wrapper() by bibo,mao · 18 years ago
  27. 61ce1ef [PATCH] vmlinux.lds: consolidate initcall sections by Andrew Morton · 18 years ago
  28. 8cf2c51 [PATCH] x86: Revert new unwind kernel stack termination by Andi Kleen · 18 years ago
  29. a1bae67 [PATCH] i386: Disable nmi watchdog on all ThinkPads by Andi Kleen · 18 years ago
  30. 26fd5e0 [PATCH] i386: Fix fake return address by Jeremy Fitzhardinge · 18 years ago
  31. e51959f [PATCH] Fix potential interrupts during alternative patching by Zachary Amsden · 18 years ago
  32. 3864c48 [PATCH] lockdep: annotate i386 apm by Peter Zijlstra · 18 years ago
  33. a460e74 [PATCH] genirq: clean up irq-flow-type naming by Ingo Molnar · 18 years ago
  34. 3f4a0b9 [PATCH] i386 Time: Avoid PIT SMP lockups by john stultz · 18 years ago
  35. 18d508b Pull sci into test branch by Len Brown · 18 years ago
  36. 281ea49 ACPI: SCI interrupt source override by Kimball Murray · 18 years ago
  37. 991528d ACPI: Processor native C-states using MWAIT by Venkatesh Pallipadi · 18 years ago
  38. 6569345 [PATCH] thermal throttle: sysfs error checking by Stephen Hemminger · 18 years ago
  39. 2e3ad8a [PATCH] x86/microcode: handle sysfs error by Jeff Garzik · 18 years ago
  40. b611967 [PATCH] epoll_pwait() by Davide Libenzi · 18 years ago
  41. c37e108 [PATCH] use struct irq_chip instead of struct hw_interrupt_type by Aneesh Kumar K.V · 18 years ago
  42. 6391af1 [PATCH] mm: use symbolic names instead of indices for zone initialisation by Mel Gorman · 18 years ago
  43. 5a43c09 Merge branch 'irqclean-submit1' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/misc-2.6 by Linus Torvalds · 18 years ago
  44. b940d22 [PATCH] i386/x86_64: Remove global IO_APIC_VECTOR by Eric W. Biederman · 18 years ago
  45. 5d347c8 Merge branch 'submit1' of viper:/spare/repo/irq-remove-2.6 into irqcleanups by Jeff Garzik · 18 years ago
  46. 86d91ba arch/i386/kernel/time: don't shadow 'irq' function arg by Jeff Garzik · 18 years ago
  47. d195412 [PATCH] i386: irqs build fix by Andrew Morton · 18 years ago
  48. 44aefd2 Merge git://git.infradead.org/~dhowells/irq-2.6 by Linus Torvalds · 18 years ago
  49. 51ec28e [PATCH] x86: Terminate the kernel stacks for the unwinder by Andi Kleen · 18 years ago
  50. 7d12e78 IRQ: Maintain regs pointer globally rather than passing to IRQ handlers by David Howells · 18 years ago
  51. 95d7788 [PATCH] htirq: tidy up the htirq code by Eric W. Biederman · 18 years ago
  52. 3b7d192 [PATCH] msi: refactor and move the msi irq_chip into the arch code by Eric W. Biederman · 18 years ago
  53. 8b955b0 [PATCH] Initial generic hypertransport interrupt support by Eric W. Biederman · 18 years ago
  54. f023d76 [PATCH] genirq: x86_64 irq: Kill gsi_irq_sharing by Eric W. Biederman · 18 years ago
  55. ace80ab [PATCH] genirq: i386 irq: Remove the msi assumption that irq == vector by Eric W. Biederman · 18 years ago
  56. 2d3fcc1 [PATCH] genirq: i386 irq: Move msi message composition into io_apic.c by Eric W. Biederman · 18 years ago
  57. 3fc471e [PATCH] genirq: i386 irq: Dynamic irq support by Eric W. Biederman · 18 years ago
  58. f5b9ed7 [PATCH] genirq: convert the i386 architecture to irq-chips by Ingo Molnar · 18 years ago
  59. 78b656b [PATCH] i383 numa: fix numaq/summit apicid conflict by Keith Mannthey · 18 years ago
  60. 8d8f3cb BUG_ON cleanups in arch/i386 by Eric Sesterhenn · 18 years ago
  61. f30c226 fix file specification in comments by Uwe Zeisberger · 18 years ago
  62. 8ccb3dc x86: Fix booting with "no387 nofxsr" by Linus Torvalds · 18 years ago
  63. fe74290 [PATCH] provide kernel_execve on all architectures by Arnd Bergmann · 18 years ago
  64. 96b644b [PATCH] namespaces: utsname: use init_utsname when appropriate by Serge E. Hallyn · 18 years ago
  65. e9ff399 [PATCH] namespaces: utsname: switch to using uts namespaces by Serge E. Hallyn · 18 years ago
  66. 0437eb5 [PATCH] nsproxy: move init_nsproxy into kernel/nsproxy.c by Serge E. Hallyn · 18 years ago
  67. ab51601 [PATCH] namespaces: add nsproxy by Serge E. Hallyn · 18 years ago
  68. a406c36 [PATCH] cpumask: export node_to_cpu_mask consistently by Greg Banks · 18 years ago
  69. 99219a3 [PATCH] kretprobe spinlock deadlock patch by bibo,mao · 18 years ago
  70. 62c27be [PATCH] kprobe whitespace cleanup by bibo,mao · 18 years ago
  71. f0b364a Merge master.kernel.org:/pub/scm/linux/kernel/git/davej/cpufreq by Linus Torvalds · 18 years ago
  72. 5a73fdc [PATCH] Some config.h removals by Zachary Amsden · 18 years ago
  73. bc03613 [PATCH] stack overflow safe kdump: safe smp_send_nmi_allbutself() by Fernando Vazquez · 18 years ago
  74. ce53af9 [PATCH] stack overflow safe kdump: crash: use safe_smp_processor_id() by Fernando Vazquez · 18 years ago
  75. dc2bc76 [PATCH] stack overflow safe kdump: safe_smp_processor_id() by Fernando Vazquez · 18 years ago
  76. 8ef3860 [PATCH] kill wall_jiffies by Atsushi Nemoto · 18 years ago
  77. 6e9a473 [PATCH] completions: lockdep annotate on stack completions by Peter Zijlstra · 18 years ago
  78. 643f720 [PATCH] mmc (mainly): add "or later" clause to licence statement. by Pierre Ossman · 18 years ago
  79. 52978be [PATCH] kmemdup: some users by Alexey Dobriyan · 18 years ago
  80. bfeeb0f [CPUFREQ] Make acpi-cpufreq unsticky again. by Dave Jones · 18 years ago
  81. b9629b8 [PATCH] i386: replace intermediate array-size definitions with ARRAY_SIZE() by Bjorn Helgaas · 18 years ago
  82. 29cbc78 [PATCH] x86: Clean up x86 NMI sysctls by Andi Kleen · 18 years ago
  83. fc09561 [PATCH] kthread: convert arch/i386/kernel/apm.c by Serge E. Hallyn · 18 years ago
  84. b0de7fc [PATCH] efi: add lock annotations for efi_call_phys_prelog and efi_call_phys_epilog by Josh Triplett · 18 years ago
  85. 3b08606 [PATCH] convert i386 Summit subarch to use SRAT info for apicid_to_node calls by keith mannthey · 18 years ago
  86. eed7d41 [CPUFREQ] longhaul: remove duplicated code. by Rafa³ Bilski · 18 years ago
  87. 1e2af92 [PATCH] x86: use probe_kernel_address in handle_BUG() by Andrew Morton · 18 years ago
  88. bd8e39f [PATCH] x86 microcode: don't check the size by Shaohua Li · 18 years ago
  89. 9a4b9ef [PATCH] x86 microcode: add sysfs and hotplug support by Shaohua Li · 18 years ago
  90. a30a6a2 [PATCH] x86 microcode: using request_firmware to pull microcode by Shaohua Li · 18 years ago
  91. 9a3110b [PATCH] x86 microcode: microcode driver cleanup. by Shaohua Li · 18 years ago
  92. 4cfee88 [PATCH] Have x86 use add_active_range() and free_area_init_nodes by Mel Gorman · 18 years ago
  93. 7f1be89 [CPUFREQ] Longhaul - Disable arbiter CLE266 by rafalbilski@interia.pl · 18 years ago
  94. 0497c8c [CPUFREQ] Fix section mismatch warning by Venkatesh Pallipadi · 18 years ago
  95. b278240 Merge branch 'for-linus' of git://one.firstfloor.org/home/andi/git/linux-2.6 by Linus Torvalds · 18 years ago
  96. 7d145aa [PATCH] i386: Detect clock skew during suspend by Rafael J. Wysocki · 18 years ago
  97. 182daa5 [PATCH] mtrr: Add lock annotations for prepare_set and post_set by Josh Triplett · 18 years ago
  98. c7f40ff1 [PATCH] i386: Kill references to xtime by john stultz · 18 years ago
  99. a3bc0db [PATCH] smp_call_function_single() cleanup by Andrew Morton · 18 years ago
  100. eaa7077 [PATCH] i386: add smp_call_function_single by Stephane Eranian · 18 years ago