1. ec68307 [PATCH] htirq: refactor so we only have one function that writes to the chip by Eric W. Biederman · 18 years ago
  2. 48797eb x86-64: write IO APIC irq routing entries in correct order by Linus Torvalds · 18 years ago
  3. 6c0ffb9 x86-64: clean up io-apic accesses by Linus Torvalds · 18 years ago
  4. a7aacdf [PATCH] fix i386 regparm=3 RT signal handlers on x86_64 by Albert Cahalan · 18 years ago
  5. fe31eb6 Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/pci-2.6 by Linus Torvalds · 18 years ago
  6. 61ce1ef [PATCH] vmlinux.lds: consolidate initcall sections by Andrew Morton · 18 years ago
  7. 3095fc0 PCI: x86-64: mmconfig missing printk levels by Dave Jones · 18 years ago
  8. 70a0a53 [PATCH] x86-64: Only look at per_cpu data for online cpus. by Eric W. Biederman · 18 years ago
  9. d1752aa [PATCH] x86-64: Simplify the vector allocator. by Eric W. Biederman · 18 years ago
  10. cb01fc7 [PATCH] x86-64: increase PHB1 split transaction timeout by Muli Ben-Yehuda · 18 years ago
  11. aa026ed [PATCH] x86-64: Fix C3 timer test by Andi Kleen · 18 years ago
  12. e70ea8c [PATCH] x86-64: Revert timer routing behaviour back to 2.6.16 state by Andi Kleen · 18 years ago
  13. dbaab49 [PATCH] x86-64: Overlapping program headers in physical addr space fix by Vivek Goyal · 18 years ago
  14. 84f404f [PATCH] x86-64: Put more than one cpu in TARGET_CPUS by Eric W. Biederman · 18 years ago
  15. 8cf2c51 [PATCH] x86: Revert new unwind kernel stack termination by Andi Kleen · 18 years ago
  16. 6bf2daf [PATCH] x86-64: Use irq_domain in ioapic_retrigger_irq by Eric W. Biederman · 18 years ago
  17. 581910e2 [PATCH] x86-64: Revert interrupt backlink changes by Andi Kleen · 18 years ago
  18. cc7d479 [PATCH] x86-64: Fix ENOSYS in system call tracing by Jan Beulich · 18 years ago
  19. cdfce1f [PATCH] x86: Use -maccumulate-outgoing-args by Andi Kleen · 18 years ago
  20. 73bb891 [PATCH] x86-64: fix page align in e820 allocator by Vivek Goyal · 18 years ago
  21. 469b1d8 [PATCH] x86-64: Fix for arch/x86_64/pci/Makefile CFLAGS by Corey Minyard · 18 years ago
  22. 45edfd1 [PATCH] x86-64: typo in __assign_irq_vector when updating pos for vector and offset by Yinghai Lu · 18 years ago
  23. 926fafe [PATCH] x86-64: x86_64 hot-add memory srat.c fix by keith mannthey · 18 years ago
  24. f248b6a [PATCH] x86-64: Update defconfig by Andi Kleen · 18 years ago
  25. a460e74 [PATCH] genirq: clean up irq-flow-type naming by Ingo Molnar · 18 years ago
  26. 991528d ACPI: Processor native C-states using MWAIT by Venkatesh Pallipadi · 18 years ago
  27. 734c4c6 [PATCH] Fix build breakage with CONFIG_X86_VSMP by Ravikiran Thirumalai · 18 years ago
  28. 994bd4f [PATCH] x86_64 irq: Properly update vector_irq by Eric W. Biederman · 18 years ago
  29. c37e108 [PATCH] use struct irq_chip instead of struct hw_interrupt_type by Aneesh Kumar K.V · 18 years ago
  30. 6391af1 [PATCH] mm: use symbolic names instead of indices for zone initialisation by Mel Gorman · 18 years ago
  31. 86f9333 [PATCH] ptrace32 trivial __user annotations by Al Viro · 18 years ago
  32. d3696cf [PATCH] x86_64 irq: Scream but don't die if we receive an unexpected irq by Eric W. Biederman · 18 years ago
  33. c7111c13 [PATCH] x86_64 irq: Allocate a vector across all cpus for genapic_flat. by Eric W. Biederman · 18 years ago
  34. b940d22 [PATCH] i386/x86_64: Remove global IO_APIC_VECTOR by Eric W. Biederman · 18 years ago
  35. d150ad7 [PATCH] x86_64 irq_regs fix by Andrew Morton · 18 years ago
  36. 44aefd2 Merge git://git.infradead.org/~dhowells/irq-2.6 by Linus Torvalds · 18 years ago
  37. 4b0ff1a [PATCH] x86-64: Fix compilation without CONFIG_KALLSYMS by Randy Dunlap · 18 years ago
  38. 7d0b0e8 [PATCH] x86-64: Annotate interrupt frame backlink in interrupt handlers by Andi Kleen · 18 years ago
  39. 0a5ace2 [PATCH] x86-64: Fix FPU corruption by Andi Kleen · 18 years ago
  40. 51ec28e [PATCH] x86: Terminate the kernel stacks for the unwinder by Andi Kleen · 18 years ago
  41. 70d666d [PATCH] x86-64: Calgary IOMMU: print PCI bus numbers in hex by Jon Mason · 18 years ago
  42. d8d2bed [PATCH] x86-64: Calgary IOMMU: Update Jon's contact info by Jon Mason · 18 years ago
  43. 76fd231 [PATCH] x86-64: Calgary IOMMU: Fix off by one when calculating register space location by Jon Mason · 18 years ago
  44. dedc993 [PATCH] x86-64: Calgary IOMMU: deobfuscate calgary_init by Jon Mason · 18 years ago
  45. a7441a3 [PATCH] x86-64: Update defconfig by Andi Kleen · 18 years ago
  46. 7d12e78 IRQ: Maintain regs pointer globally rather than passing to IRQ handlers by David Howells · 18 years ago
  47. fefd26b Merge master.kernel.org:/pub/scm/linux/kernel/git/davej/configh by Linus Torvalds · 18 years ago
  48. 95d7788 [PATCH] htirq: tidy up the htirq code by Eric W. Biederman · 18 years ago
  49. 3b7d192 [PATCH] msi: refactor and move the msi irq_chip into the arch code by Eric W. Biederman · 18 years ago
  50. 8b955b0 [PATCH] Initial generic hypertransport interrupt support by Eric W. Biederman · 18 years ago
  51. cd1182f [PATCH] genirq: x86_64 irq: Kill irq compression by Eric W. Biederman · 18 years ago
  52. f023d76 [PATCH] genirq: x86_64 irq: Kill gsi_irq_sharing by Eric W. Biederman · 18 years ago
  53. 550f229 [PATCH] genirq: x86_64 irq: make vector_irq per cpu by Eric W. Biederman · 18 years ago
  54. 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
  55. 04b9267 [PATCH] genirq: x86_64 irq: Remove the msi assumption that irq == vector by Eric W. Biederman · 18 years ago
  56. 589e367 [PATCH] genirq: x86_64 irq: Move msi message composition into io_apic.c by Eric W. Biederman · 18 years ago
  57. c4fa0bbf [PATCH] genirq: x86_64 irq: Dynamic irq support by Eric W. Biederman · 18 years ago
  58. 0be6652 [PATCH] genirq: x86_64 irq: Reenable migrating irqs to other cpus by Eric W. Biederman · 18 years ago
  59. f29bd1b [PATCH] genirq: convert the x86_64 architecture to irq-chips by Ingo Molnar · 18 years ago
  60. 038b0a6 Remove all inclusions of <linux/config.h> by Dave Jones · 18 years ago
  61. 44c0920 more misc typo fixes by Matt LaPlante · 18 years ago
  62. afefdbb [PATCH] VFS: Make filldir_t and struct kstat deal in 64-bit inode numbers by David Howells · 18 years ago
  63. 0e4a523 [PATCH] revert "insert IOAPIC(s) and Local APIC into resource map" by Andrew Morton · 18 years ago
  64. 3db03b4 [PATCH] rename the provided execve functions to kernel_execve by Arnd Bergmann · 18 years ago
  65. 96b644b [PATCH] namespaces: utsname: use init_utsname when appropriate by Serge E. Hallyn · 18 years ago
  66. e9ff399 [PATCH] namespaces: utsname: switch to using uts namespaces by Serge E. Hallyn · 18 years ago
  67. 0437eb5 [PATCH] nsproxy: move init_nsproxy into kernel/nsproxy.c by Serge E. Hallyn · 18 years ago
  68. ab51601 [PATCH] namespaces: add nsproxy by Serge E. Hallyn · 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. 3a872d8 [PATCH] Kprobes: Make kprobe modules more portable by Ananth N Mavinakayanahalli · 18 years ago
  72. 16c564b [PATCH] Generic ioremap_page_range: x86_64 conversion by Haavard Skinnemoen · 18 years ago
  73. 8ef3860 [PATCH] kill wall_jiffies by Atsushi Nemoto · 18 years ago
  74. 45e0b78 [PATCH] hot-add-mem x86_64: use CONFIG_MEMORY_HOTPLUG_RESERVE by Keith Mannthey · 18 years ago
  75. 8c2676a [PATCH] hot-add-mem x86_64: memory_add_physaddr_to_nid node fixup by Keith Mannthey · 18 years ago
  76. 4942e99 [PATCH] hot-add-mem x86_64: memory_add_physaddr_to_nid enable by Keith Mannthey · 18 years ago
  77. 71efa8f [PATCH] hot-add-mem x86_64: Enable SPARSEMEM in srat.c by Keith Mannthey · 18 years ago
  78. ec69acb [PATCH] hot-add-mem x86_64: Kconfig changes by Keith Mannthey · 18 years ago
  79. 34596dc [PATCH] Define vsyscall cache as blob to make clearer that user space shouldn't use it by Andi Kleen · 18 years ago
  80. 120b114 [PATCH] Re-positioning the bss segment by Vivek Goyal · 18 years ago
  81. 9d0ef4f [PATCH] Use ARRAY_SIZE in setup.c by Andi Kleen · 18 years ago
  82. 29cbc78 [PATCH] x86: Clean up x86 NMI sysctls by Andi Kleen · 18 years ago
  83. 013bf2c [PATCH] Refactor some duplicated code in mpparse.c by Andi Kleen · 18 years ago
  84. d802ab9 [PATCH] Document iommu=panic by Andi Kleen · 18 years ago
  85. ded318e [PATCH] Fix broken indentation in iommu_setup by Andi Kleen · 18 years ago
  86. ece6684 [PATCH] Allow disabling DAC using command line options by Andi Kleen · 18 years ago
  87. 81b999b [PATCH] Update defconfig by Andi Kleen · 18 years ago
  88. 3171a03 [PATCH] simplify update_times (avoid jiffies/jiffies_64 aliasing problem) by Atsushi Nemoto · 18 years ago
  89. f400e19 [PATCH] pidspace: is_init() by Sukadev Bhattiprolu · 18 years ago
  90. d6bd3a3 [PATCH] Move valid_dma_direction() from x86_64 to generic code by Rolf Eike Beer · 18 years ago
  91. df67b3d [PATCH] make PROT_WRITE imply PROT_READ by Jason Baron · 18 years ago
  92. b89a817 [PATCH] sysctl: Allow /proc/sys without sys_sysctl by Eric W. Biederman · 18 years ago
  93. 9a4b9ef [PATCH] x86 microcode: add sysfs and hotplug support by Shaohua Li · 18 years ago
  94. 9a3110b [PATCH] x86 microcode: microcode driver cleanup. by Shaohua Li · 18 years ago
  95. fb01439 [PATCH] Allow an arch to expand node boundaries by Mel Gorman · 18 years ago
  96. 9c7cd68 [PATCH] Account for holes that are outside the range of physical memory by Mel Gorman · 18 years ago
  97. 0e0b864 [PATCH] Account for memmap and optionally the kernel image as holes by Mel Gorman · 18 years ago
  98. 5cb248a [PATCH] Have x86_64 use add_active_range() and free_area_init_nodes by Mel Gorman · 18 years ago
  99. b278240 Merge branch 'for-linus' of git://one.firstfloor.org/home/andi/git/linux-2.6 by Linus Torvalds · 18 years ago
  100. 75534b5 [PATCH] Change the name of pagedir_nosave by Rafael J. Wysocki · 18 years ago