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