1. 5dfe4c9 [PATCH] mark struct file_operations const 2 by Arjan van de Ven · 18 years ago
  2. 7a3a06d0 [PATCH] Dynamic kernel command-line: fixups by Alon Bar-Lev · 18 years ago
  3. adf4885 [PATCH] Dynamic kernel command-line: x86_64 by Alon Bar-Lev · 18 years ago
  4. cefc8be [PATCH] Consolidate bust_spinlocks() by Kirill Korotaev · 18 years ago
  5. d4d23ad [PATCH] Common compat_sys_sysinfo by Kyle McMartin · 18 years ago
  6. 3de3af1 [PATCH] Remove unnecessary memset(0) calls after kzalloc() calls. by Robert P. J. Day · 18 years ago
  7. c376222 [PATCH] Transform kmem_cache_alloc()+memset(0) -> kmem_cache_zalloc(). by Robert P. J. Day · 18 years ago
  8. 67d3822 [PATCH] disable init/initramfs.c: architectures by Jean-Paul Saman · 18 years ago
  9. 5ac6da6 [PATCH] Set CONFIG_ZONE_DMA for arches with GENERIC_ISA_DMA by Christoph Lameter · 18 years ago
  10. dc5882b [PATCH] x86_64 ia32 vDSO: use install_special_mapping by Roland McGrath · 18 years ago
  11. 78149df Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/pci-2.6 by Linus Torvalds · 18 years ago
  12. f7feaca msi: Make MSI useable more architectures by Eric W. Biederman · 18 years ago
  13. 21d37bb Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6 by Linus Torvalds · 18 years ago
  14. 563aaf0 [IA64] swiotlb cleanup by Jan Beulich · 18 years ago
  15. 15a58ed ACPICA: Remove duplicate table definitions (non-conflicting), cont by Alexey Starikovskiy · 18 years ago
  16. cee324b ACPICA: use new ACPI headers. by Alexey Starikovskiy · 18 years ago
  17. ad71860a ACPICA: minimal patch to integrate new tables into Linux by Alexey Starikovskiy · 18 years ago
  18. c633090 [PATCH] x86_64 ia32 vDSO: define arch_vma_name by Roland McGrath · 18 years ago
  19. e03f0ca [PATCH] x86_64 ia32 vDSO: use VM_ALWAYSDUMP by Roland McGrath · 18 years ago
  20. 58d9ce7d [PATCH] Revert nmi_known_cpu() check during boot option parsing by Venkatesh Pallipadi · 18 years ago
  21. 7401969 [PATCH] x86-64: Fix warnings in ia32_aout.c by Andi Kleen · 18 years ago
  22. b92cc55 [PATCH] x86-64: tighten up printks by Muli Ben-Yehuda · 18 years ago
  23. ed5316d [PATCH] x86-64: - Ignore long SMI interrupts in clock calibration by Jack Steiner · 18 years ago
  24. 03c3cc6 [PATCH] x86-64: Update defconfig by Andi Kleen · 18 years ago
  25. fea5f1e Revert "[PATCH] x86-64: Try multiple timer variants in check_timer" by Linus Torvalds · 18 years ago
  26. de9e957 Merge master.kernel.org:/pub/scm/linux/kernel/git/davej/cpufreq by Linus Torvalds · 18 years ago
  27. 7523c4d [PATCH] x86_64: Fix dump_trace() by OGAWA Hirofumi · 18 years ago
  28. 36f696c Revert "[PATCH] x86_64: fix boot hang caused by CALGARY_IOMMU_ENABLED_BY_DEFAULT" by Linus Torvalds · 18 years ago
  29. 10f549f [PATCH] make fn_keys work again on power/macbooks by Soeren Sonnenburg · 18 years ago
  30. 917325d [CPUFREQ] select consistently by Randy Dunlap · 18 years ago
  31. 0888f06 [PATCH] sched: fix bad missed wakeups in the i386, x86_64, ia64, ACPI and APM idle code by Ingo Molnar · 18 years ago
  32. 136f1e7 [PATCH] x86_64: fix boot time hang in detect_calgary() by Ingo Molnar · 18 years ago
  33. a9622f6 [PATCH] x86_64: fix boot hang caused by CALGARY_IOMMU_ENABLED_BY_DEFAULT by Ingo Molnar · 18 years ago
  34. d1526e2 Remove stack unwinder for now by Linus Torvalds · 18 years ago
  35. c436688 Merge ../linus by Dave Jones · 18 years ago
  36. e45116b [PATCH] Fix typo in 'EXPERIMENTAL' in CC_STACKPROTECTOR on x86_64 by Brice Goglin · 18 years ago
  37. 1f29bcd [PATCH] sysctl: remove unused "context" param by Alexey Dobriyan · 18 years ago
  38. 1bac3b3 [PATCH] x86: Work around gcc 4.2 over aggressive optimizer by Andi Kleen · 18 years ago
  39. 92715e2 [PATCH] x86: Fix boot hang due to nmi watchdog init code by Ravikiran G Thirumalai · 18 years ago
  40. 9f25441 [PATCH] x86-64: Update defconfig by Andi Kleen · 18 years ago
  41. f0d1b0b [PATCH] LOG2: Implement a general integer log2 facility in the kernel by David Howells · 18 years ago
  42. c941192 [PATCH] x86_64: change uses of f_{dentry, vfsmnt} to use f_path by Josef "Jeff" Sipek · 18 years ago
  43. c31a0bf [PATCH] Generic BUG for x86-64 by Jeremy Fitzhardinge · 18 years ago
  44. 4522d58 Merge branch 'for-linus' of git://one.firstfloor.org/home/andi/git/linux-2.6 by Linus Torvalds · 18 years ago
  45. 85916f8 [PATCH] Kexec / Kdump: Unify elf note code by Magnus Damm · 18 years ago
  46. 02316067 [PATCH] hotplug CPU: clean up hotcpu_notifier() use by Ingo Molnar · 18 years ago
  47. a38a44c [PATCH] smp_call_function_single() check that local interrupts are enabled by Andrew Morton · 18 years ago
  48. b4c6c34 [PATCH] kprobes: enable booster on the preemptible kernel by Masami Hiramatsu · 18 years ago
  49. 386d9a7 [PATCH] elf: Always define elf_addr_t in linux/elf.h by Magnus Damm · 18 years ago
  50. 19e5d9c [PATCH] initrd: remove unused false condition for initrd_start by Henry Nestler · 18 years ago
  51. f5738ce [PATCH] remove kernel syscalls by Arnd Bergmann · 18 years ago
  52. e94b176 [PATCH] slab: remove SLAB_KERNEL by Christoph Lameter · 18 years ago
  53. 64a26a73 [PATCH] x86-64: Export smp_call_function_single by Andi Kleen · 18 years ago
  54. b65780e [PATCH] unwinder: move .eh_frame to RODATA by Jan Beulich · 18 years ago
  55. ad892f5 [PATCH] x86-64: check vector in setup_ioapic_dest to verify if need setup_IO_APIC_irq by Yinghai Lu · 18 years ago
  56. 3807fd4 [PATCH] x86-64: Clarify error message in GART code by Andi Kleen · 18 years ago
  57. d331e73 [PATCH] x86-64: Fix interrupt race in idle callback (3rd try) by Venkatesh Pallipadi · 18 years ago
  58. a0429d0 [PATCH] x86-64: Remove unwind stack pointer alignment forcing again by Andi Kleen · 18 years ago
  59. 359ad0d [PATCH] unwinder: more sanity checks in Dwarf2 unwinder by Jan Beulich · 18 years ago
  60. 446f713 [PATCH] unwinder: always use unlocked module list access in unwinder fallback by Andi Kleen · 18 years ago
  61. f3d7370 [PATCH] x86-64: Mark rdtsc as sync only for netburst, not for core2 by Arjan van de Ven · 18 years ago
  62. e496a0d [PATCH] Calgary: remove unused variables by Muli Ben-Yehuda · 18 years ago
  63. 6167796 [PATCH] x86-64: Synchronize RDTSC on single core AMD by Andi Kleen · 18 years ago
  64. 73ad835 [PATCH] x86-64: remove unused acpi_found_madt in mparse. by Yinghai Lu · 18 years ago
  65. d4c4571 [PATCH] x86-64: Fix kobject_init() WARN_ON on resume from disk by Rafael J. Wysocki · 18 years ago
  66. 026c66b [PATCH] x86-64: remove duplicate ARCH_DISCONTIGMEM_ENABLE option by Adrian Bunk · 18 years ago
  67. 8fb6e5f [PATCH] x86_64: interrupt array size should be aligned to NR_VECTORS by Yinghai Lu · 18 years ago
  68. 3df0af0 [PATCH] x86_64: clear_bss before set_intr_gate with early_idt_handler by Yinghai Lu · 18 years ago
  69. 0741f4d [PATCH] x86: add sysctl for kstack_depth_to_print by Chuck Ebbert · 18 years ago
  70. 86bd58b [PATCH] x86-64: Remove unused GET_APIC_VERSION call from clear_local_APIC by David Rientjes · 18 years ago
  71. f990fff [PATCH] x86: Regard MSRs in lapic_suspend()/lapic_resume() by Karsten Wiese · 18 years ago
  72. ee58fad5 [PATCH] x86-64: x86-64 add Intel BTS cpufeature bit and detection (take 2) by Stephane Eranian · 18 years ago
  73. b0d0a4b [PATCH] x86: fix the irqbalance quirk for E7320/E7520/E7525 by Siddha, Suresh B · 18 years ago
  74. 9899f82 [PATCH] x86-64: add genapic_force by Siddha, Suresh B · 18 years ago
  75. 9a45732 [PATCH] x86-64: Rate limit no irq handler messages by Andi Kleen · 18 years ago
  76. 103efcd [PATCH] x86-64: fix perms/range of vsyscall vma in /proc/*/maps by Ernie Petrides · 18 years ago
  77. 7138199 [PATCH] x86-64: Add option to compile for Core2 by Andi Kleen · 18 years ago
  78. b6bcc4b [PATCH] x86-64: Don't force inlining of do_csum by Andi Kleen · 18 years ago
  79. 516d283 [PATCH] x86-64: Fix race in IO-APIC routing entry setup. by Andi Kleen · 18 years ago
  80. b9a8d94 [PATCH] x86-64: Make x86_64 udelay() round up instead of down. by Paolo 'Blaisorblade' Giarrusso · 18 years ago
  81. bff6547 [PATCH] Calgary: allow compiling Calgary in but not using it by default by Muli Ben-Yehuda · 18 years ago
  82. eae9375 [PATCH] Calgary: check BBAR ioremap success when ioremapping by Muli Ben-Yehuda · 18 years ago
  83. b34e90b [PATCH] Calgary: use BIOS supplied BBARs and topology information by Laurent Vivier · 18 years ago
  84. 58db854 [PATCH] calgary: phb_shift can be int by Muli Ben-Yehuda · 18 years ago
  85. 8e3de53 [PATCH] x86-64: Support -mregparm arguments for signals with SA_SIGINFO in compat mode by Albert Cahalan · 18 years ago
  86. b026872 [PATCH] x86-64: Try multiple timer variants in check_timer by Andi Kleen · 18 years ago
  87. ab2bf0c [PATCH] x86-64: Use probe_kernel_address in arch/x86_64/* by Andi Kleen · 18 years ago
  88. 5df0287 [PATCH] x86-64: Extend clear_irq_vector by Yinghai Lu · 18 years ago
  89. ea7322d [PATCH] x86-64: Speed and clean up cache flushing in change_page_attr by Andi Kleen · 18 years ago
  90. 9c5f8be [PATCH] x86: Mention PCI instead of RAM in NMI parity error message by Andi Kleen · 18 years ago
  91. 7cd8b68 [PATCH] x86: remove last two pci_find offenders in the core code by Alan Cox · 18 years ago
  92. 72690a2 [PATCH] x86: Don't use nested idle loops by Andi Kleen · 18 years ago
  93. bcddc01 [PATCH] x86-64: miscellaneous entry.S adjustments by Jan Beulich · 18 years ago
  94. da68933 [PATCH] x86-64: dump_trace() atomicity fix by Andrew Morton · 18 years ago
  95. 3992872 [PATCH] x86-64: Insert Local and IO APIC(s) into resource map by Aaron Durbin · 18 years ago
  96. bb81a09 [PATCH] x86: all cpu backtrace by Andrew Morton · 18 years ago
  97. e2764a1 [PATCH] x86-64: use BUILD_BUG_ON in FPU code by Alexey Dobriyan · 18 years ago
  98. 36b2a8d [PATCH] x86-64: add X86_FEATURE_PEBS and detection by Stephane Eranian · 18 years ago
  99. dd315df [PATCH] x86: Compress stack unwinder output by Andi Kleen · 18 years ago
  100. b615ebd [PATCH] x86: shorten lines in unwinder to be <= 80 characters by Andi Kleen · 18 years ago