1. 259886a7 [PATCH] x86-64: define dma noncoherent API functions by Jeff Garzik · 18 years ago
  2. 5ad0d38 [PATCH] x86_64: fix put_user for 64-bit constant by Roland McGrath · 18 years ago
  3. 2442076 [PATCH] x86-64: Use different constraint for gcc < 4.1 in bitops.h by Andi Kleen · 18 years ago
  4. 9774f33 merge linus into test branch by Len Brown · 18 years ago
  5. 463e7c7 Pull trivial into test branch by Len Brown · 18 years ago
  6. d1526e2 Remove stack unwinder for now by Linus Torvalds · 18 years ago
  7. ec8c044 [PATCH] Optimize D-cache alias handling on fork by Ralf Baechle · 18 years ago
  8. 8a102ee [PATCH] PM: Fix SMP races in the freezer by Rafael J. Wysocki · 18 years ago
  9. c436688 Merge ../linus by Dave Jones · 18 years ago
  10. e11952b [CPUFREQ] p4-clockmod: fix support for Core by Dominik Brodowski · 18 years ago
  11. 08c183f [PATCH] sched: add option to serialize load balancing by Christoph Lameter · 18 years ago
  12. 592ee3a [PATCH] termios: Enable new style termios ioctls on x86-64 by Alan Cox · 18 years ago
  13. be90038 [PATCH] tty: preparatory structures for termios revamp by Alan Cox · 18 years ago
  14. c31a0bf [PATCH] Generic BUG for x86-64 by Jeremy Fitzhardinge · 18 years ago
  15. 4522d58 Merge branch 'for-linus' of git://one.firstfloor.org/home/andi/git/linux-2.6 by Linus Torvalds · 18 years ago
  16. 7d1362c [PATCH] cleanup asm/setup.h userspace visibility by Adrian Bunk · 18 years ago
  17. d3fa72e [PATCH] Pass struct dev pointer to dma_cache_sync() by Ralf Baechle · 18 years ago
  18. f67637e [PATCH] Add struct dev pointer to dma_is_consistent() by Ralf Baechle · 18 years ago
  19. 83df8db9 [PATCH] declare smp_call_function_single in generic code by Randy Dunlap · 18 years ago
  20. f5738ce [PATCH] remove kernel syscalls by Arnd Bergmann · 18 years ago
  21. a866374 [PATCH] mm: pagefault_{disable,enable}() by Peter Zijlstra · 18 years ago
  22. 9dc452b [PATCH] x86-64: Fix constraints in atomic_add_return() by Andi Kleen · 18 years ago
  23. 9ee4016 [PATCH] x86-64: include/asm-x86_64/cpufeature.h isn't a userspace header by Adrian Bunk · 18 years ago
  24. d331e73 [PATCH] x86-64: Fix interrupt race in idle callback (3rd try) by Venkatesh Pallipadi · 18 years ago
  25. 359ad0d [PATCH] unwinder: more sanity checks in Dwarf2 unwinder by Jan Beulich · 18 years ago
  26. 0741f4d [PATCH] x86: add sysctl for kstack_depth_to_print by Chuck Ebbert · 18 years ago
  27. c7a3392 [PATCH] x86-64: Fix comments for MSR_FS_BASE and MSR_GS_BASE. by Wink Saville · 18 years ago
  28. ee58fad5 [PATCH] x86-64: x86-64 add Intel BTS cpufeature bit and detection (take 2) by Stephane Eranian · 18 years ago
  29. b0d0a4b [PATCH] x86: fix the irqbalance quirk for E7320/E7520/E7525 by Siddha, Suresh B · 18 years ago
  30. 9899f82 [PATCH] x86-64: add genapic_force by Siddha, Suresh B · 18 years ago
  31. 274e1bb [PATCH] x86: add write_pci_config_byte() to direct PCI access routines by Siddha, Suresh B · 18 years ago
  32. eab724e [PATCH] x86-64: adjust pmd_bad() by Jan Beulich · 18 years ago
  33. 4a1c422 [PATCH] x86-64: remove prototype of free_bootmem_generic() by Jan Beulich · 18 years ago
  34. 103efcd [PATCH] x86-64: fix perms/range of vsyscall vma in /proc/*/maps by Ernie Petrides · 18 years ago
  35. 139ec7c [PATCH] paravirt: Patch inline replacements for paravirt intercepts by Rusty Russell · 18 years ago
  36. e6536c1 [PATCH] x86: comment magic constants in delay.h by Paolo 'Blaisorblade' Giarrusso · 18 years ago
  37. b9a8d94 [PATCH] x86-64: Make x86_64 udelay() round up instead of down. by Paolo 'Blaisorblade' Giarrusso · 18 years ago
  38. bff6547 [PATCH] Calgary: allow compiling Calgary in but not using it by default by Muli Ben-Yehuda · 18 years ago
  39. eae9375 [PATCH] Calgary: check BBAR ioremap success when ioremapping by Muli Ben-Yehuda · 18 years ago
  40. b34e90b [PATCH] Calgary: use BIOS supplied BBARs and topology information by Laurent Vivier · 18 years ago
  41. 249e83f [PATCH] x86-64: Extract segment descriptor definitions for use outside by Avi Kivity · 18 years ago
  42. 86efef5 [PATCH] x86-64: x86-64 add Intel Core related PMU MSRs definitions by Stephane Eranian · 18 years ago
  43. bb81a09 [PATCH] x86: all cpu backtrace by Andrew Morton · 18 years ago
  44. d8cebe6 [PATCH] x86-64: remove duplicated cpu_mask_to_apicid in x86_64 smp.h by Yinghai Lu · 18 years ago
  45. 36b2a8d [PATCH] x86-64: add X86_FEATURE_PEBS and detection by Stephane Eranian · 18 years ago
  46. bd1d599 [PATCH] x86-64: x86_64 rename X86_FEATURE_DTES to X86_FEATURE_DS by Stephane Eranian · 18 years ago
  47. 87e1652 [PATCH] x86-64: Don't keep interrupts disabled while spinning in spinlocks by Andi Kleen · 18 years ago
  48. f9e9dcb x86[-64]:Remove 'volatile' from atomic_t by Linus Torvalds · 18 years ago
  49. 16afea0 [PATCH] Remove 'volatile' from spinlock_types by Art Haas · 18 years ago
  50. e624386 [PATCH] Centralise definitions of sector_t and blkcnt_t by Matthew Wilcox · 18 years ago
  51. b07e4ec [PATCH] severing uaccess.h -> sched.h by Al Viro · 18 years ago
  52. f6a5703 [PATCH] severing module.h->sched.h by Al Viro · 18 years ago
  53. a4f89fb [NET]: X86_64 checksum annotations and cleanups. by Al Viro · 18 years ago
  54. 465ae64 ACPI: Change ACPI to use dev_archdata instead of firmware_data by Benjamin Herrenschmidt · 18 years ago
  55. c6dbaef Driver core: add dev_archdata to struct device by Benjamin Herrenschmidt · 18 years ago
  56. 9446868 [PATCH] x86-64: Fix race in exit_idle by Andi Kleen · 18 years ago
  57. 8c131af [PATCH] x86-64: Fix vgetcpu when CONFIG_HOTPLUG_CPU is disabled by Andi Kleen · 18 years ago
  58. fa18f47 [PATCH] x86: Add acpi_user_timer_override option for Asus boards by Andi Kleen · 18 years ago
  59. 6c0ffb9 x86-64: clean up io-apic accesses by Linus Torvalds · 18 years ago
  60. 70a0a53 [PATCH] x86-64: Only look at per_cpu data for online cpus. by Eric W. Biederman · 18 years ago
  61. e70ea8c [PATCH] x86-64: Revert timer routing behaviour back to 2.6.16 state by Andi Kleen · 18 years ago
  62. 7a71cef [PATCH] x86-64: x86_64 add NX mask for PTE entry by bibo,mao · 18 years ago
  63. d0a9081 ACPI: uninline ACPI global locking functions by Andrew Morton · 18 years ago
  64. dfde5d6 [CPUFREQ][8/8] acpi-cpufreq: Add support for freq feedback from hardware by Venkatesh Pallipadi · 18 years ago
  65. 991528d ACPI: Processor native C-states using MWAIT by Venkatesh Pallipadi · 18 years ago
  66. e50190a [PATCH] Consolidate check_signature by Matthew Wilcox · 18 years ago
  67. c7111c13 [PATCH] x86_64 irq: Allocate a vector across all cpus for genapic_flat. by Eric W. Biederman · 18 years ago
  68. b940d22 [PATCH] i386/x86_64: Remove global IO_APIC_VECTOR by Eric W. Biederman · 18 years ago
  69. a666ecf [PATCH] Fix typo in "syntax error if percpu macros are incorrectly used" patch by Jan Blunck · 18 years ago
  70. 7d12e78 IRQ: Maintain regs pointer globally rather than passing to IRQ handlers by David Howells · 18 years ago
  71. fefd26b Merge master.kernel.org:/pub/scm/linux/kernel/git/davej/configh by Linus Torvalds · 18 years ago
  72. 3b7d192 [PATCH] msi: refactor and move the msi irq_chip into the arch code by Eric W. Biederman · 18 years ago
  73. 8b955b0 [PATCH] Initial generic hypertransport interrupt support by Eric W. Biederman · 18 years ago
  74. cd1182f [PATCH] genirq: x86_64 irq: Kill irq compression by Eric W. Biederman · 18 years ago
  75. 550f229 [PATCH] genirq: x86_64 irq: make vector_irq per cpu by Eric W. Biederman · 18 years ago
  76. e500f57 [PATCH] genirq: x86_64 irq: Make the external irq handlers report their vector, not the irq number by Eric W. Biederman · 18 years ago
  77. 23d0b8b [PATCH] genirq: irq: generalize the check for HARDIRQ_BITS by Eric W. Biederman · 18 years ago
  78. ace80ab [PATCH] genirq: i386 irq: Remove the msi assumption that irq == vector by Eric W. Biederman · 18 years ago
  79. 04b9267 [PATCH] genirq: x86_64 irq: Remove the msi assumption that irq == vector by Eric W. Biederman · 18 years ago
  80. 589e367 [PATCH] genirq: x86_64 irq: Move msi message composition into io_apic.c by Eric W. Biederman · 18 years ago
  81. f29bd1b [PATCH] genirq: convert the x86_64 architecture to irq-chips by Ingo Molnar · 18 years ago
  82. 038b0a6 Remove all inclusions of <linux/config.h> by Dave Jones · 18 years ago
  83. f30c226 fix file specification in comments by Uwe Zeisberger · 18 years ago
  84. 1a84887 [PATCH] sched: introduce child field in sched_domain by Siddha, Suresh B · 18 years ago
  85. 3db03b4 [PATCH] rename the provided execve functions to kernel_execve by Arnd Bergmann · 18 years ago
  86. b3f827c [PATCH] Add regs_return_value() helper by Ananth N Mavinakayanahalli · 18 years ago
  87. 8ef3860 [PATCH] kill wall_jiffies by Atsushi Nemoto · 18 years ago
  88. ef6edc9 [PATCH] Directed yield: cpu_relax variants for spinlocks and rw-locks by Martin Schwidefsky · 18 years ago
  89. c84ef53 [PATCH] Use early clobber in semaphores by Andi Kleen · 18 years ago
  90. 29cbc78 [PATCH] x86: Clean up x86 NMI sysctls by Andi Kleen · 18 years ago
  91. b885808 [PATCH] Add proper sparse __user casts to __copy_to_user_inatomic by Andi Kleen · 18 years ago
  92. d6bd3a3 [PATCH] Move valid_dma_direction() from x86_64 to generic code by Rolf Eike Beer · 18 years ago
  93. ebba5f9 [PATCH] consistently use MAX_ERRNO in __syscall_return by Randy Dunlap · 18 years ago
  94. 5cb248a [PATCH] Have x86_64 use add_active_range() and free_area_init_nodes by Mel Gorman · 18 years ago
  95. 2bd0cfb [PATCH] fix x86_64-mm-spinlock-cleanup by Andrew Morton · 18 years ago
  96. b278240 Merge branch 'for-linus' of git://one.firstfloor.org/home/andi/git/linux-2.6 by Linus Torvalds · 18 years ago
  97. 70e0eb8 [PATCH] Split i386 and x86_64 ptrace.h by Jeff Dike · 18 years ago
  98. e8eff5a [PATCH] Make swsusp avoid memory holes and reserved memory regions on x86_64 by Rafael J. Wysocki · 18 years ago
  99. a3bc0db [PATCH] smp_call_function_single() cleanup by Andrew Morton · 18 years ago
  100. 46a82b2 [PATCH] Standardize pxx_page macros by Dave McCracken · 18 years ago