1. 5759222 x86: Fix section mismatches in mpparse by Rakib Mullick · 16 years ago
  2. 9b987ae x86: fix set_fixmap to use phys_addr_t by Masami Hiramatsu · 16 years ago
  3. a0d22f4 x86: Document get_user_pages_fast() by Andy Grover · 16 years ago
  4. 746cddd x86, intr-remap: fix eoi for interrupt remapping without x2apic by Weidong Han · 16 years ago
  5. f20ab9c x86: cpu_debug remove execute permission by Jaswinder Singh Rajput · 16 years ago
  6. 59d1381 x86: smarten /proc/interrupts output for new counters by Hidetoshi Seto · 16 years ago
  7. 280ff38 Merge commit 'v2.6.30-rc1' into x86/urgent by Ingo Molnar · 16 years ago
  8. c5da9a2 x86: DMI match for the Dell DXP061 as it needs BIOS reboot by Alan Cox · 16 years ago
  9. 08d63b1 x86: make 64 bit to use default_inquire_remote_apic by Yinghai Lu · 16 years ago
  10. c93f216 Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  11. 1e274a5 x86, setup: un-resequence mode setting for VGA 80x34 and 80x60 modes by H. Peter Anvin · 16 years ago
  12. 0e26da0 Merge branch 'i2c-for-2630-v2' of git://aeryn.fluff.org.uk/bjdooks/linux by Linus Torvalds · 16 years ago
  13. d307d36 tty: Blackin CTS/RTS by Sonic Zhang · 16 years ago
  14. 6f95570 Change hardware flow control from poll to interrupt driven by Sonic Zhang · 16 years ago
  15. 6fd1af4 tty: Use the generic RS485 ioctl on CRIS by Claudio Scordino · 16 years ago
  16. 2f4f27d dma-mapping: replace all DMA_24BIT_MASK macro with DMA_BIT_MASK(24) by Yang Hongyang · 16 years ago
  17. 284901a dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32) by Yang Hongyang · 16 years ago
  18. 50cf156 dma-mapping: replace all DMA_40BIT_MASK macro with DMA_BIT_MASK(40) by Yang Hongyang · 16 years ago
  19. 6a35528 dma-mapping: replace all DMA_64BIT_MASK macro with DMA_BIT_MASK(64) by Yang Hongyang · 16 years ago
  20. a7bb390 spi: pxa2xx_spi: introduce chipselect GPIO to simplify the common cases by Eric Miao · 16 years ago
  21. 93b61bd Blackfin SPI Driver: Make mmc_spi driver work on Blackfin by Wolfgang Muees · 16 years ago
  22. 42c78b2 Blackfin SPI Driver: Add GPIO controlled SPI Slave Select support by Michael Hennerich · 16 years ago
  23. 7513e00 Blackfin SPI Driver: Fix erroneous SPI Clock divisor calculation by Michael Hennerich · 16 years ago
  24. 44d84af Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc by Linus Torvalds · 16 years ago
  25. 5ab8026 tracing, x86: remove duplicated #include by Huang Weiyi · 16 years ago
  26. c724d67 powerpc/85xx: i2c-mpc: use new I2C bindings for the Socates board by Wolfgang Grandegger · 16 years ago
  27. c564e6a i2c-s3c2410: Simplify bus frequency calculation by Daniel Silverstone · 16 years ago
  28. a192f71 i2c-s3c2410: sda_delay should be in ns, not clock ticks by Ben Dooks · 16 years ago
  29. aa11e38 i2c: iMX/MXC support by Darius Augulis · 16 years ago
  30. f7d7f86 x86, intel-iommu: fix X2APIC && !ACPI build failure by David Woodhouse · 16 years ago
  31. 11b55da powerpc: Fix oops when loading modules by Paul Mackerras · 16 years ago
  32. 1a917bb powerpc: Wire up preadv and pwritev by Stephen Rothwell · 16 years ago
  33. 7ddb7ad powerpc/ftrace: Fix printf format warning by Michael Ellerman · 16 years ago
  34. f4952f6 powerpc/ftrace: Fix #if that should be #ifdef by Michael Ellerman · 16 years ago
  35. bc82666 powerpc: Fix ptrace compat wrapper for FPU register access by Michael Neuling · 16 years ago
  36. c7d07fd powerpc: Print information about mapping hw irqs to virtual irqs by Michael Ellerman · 16 years ago
  37. cb93d56 powerpc: Correct dependency of KEXEC by Geert Uytterhoeven · 16 years ago
  38. 7e875e9 powerpc: Disable VSX or current process in giveup_fpu/altivec by Michael Neuling · 16 years ago
  39. 4c6cf42 powerpc/pseries: Enable relay in pseries_defconfig by Anton Blanchard · 16 years ago
  40. 856cc2f powerpc/pseries: Fix ibm,client-architecture comment by Anton Blanchard · 16 years ago
  41. 4a9f9506 powerpc/pseries: Scan for all events in rtasd by Anton Blanchard · 16 years ago
  42. 0559f0a powerpc/pseries: Add dispatch dispersion statistics by Anton Blanchard · 16 years ago
  43. 1f8737a powerpc: Clean up some prom printouts by Anton Blanchard · 16 years ago
  44. 4da727a powerpc: Print progress of ibm,client-architecture method by Anton Blanchard · 16 years ago
  45. 85701e6 powerpc: Remove duplicated #include's by Huang Weiyi · 16 years ago
  46. ae6e59c Merge branch 'next' of master.kernel.org:/pub/scm/linux/kernel/git/galak/powerpc into merge by Paul Mackerras · 16 years ago
  47. 4ef4327 Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6 by Linus Torvalds · 16 years ago
  48. 6acc81c V4L/DVB (11350): Add camera (CSI) driver for MX1 by Paulius Zaleckas · 16 years ago
  49. b71df97 V4L/DVB (11349): mx3-camera: adapt the clock definition and the driver to the new clock naming by Guennadi Liakhovetski · 16 years ago
  50. 22ae77b Merge git://git.infradead.org/mtd-2.6 by Linus Torvalds · 16 years ago
  51. c47ae9a FRV: Fix compile breakage by Adrian Bunk · 16 years ago
  52. ffa009c Merge git://git.infradead.org/iommu-2.6 by Linus Torvalds · 16 years ago
  53. 7995c7e powerpc/85xx: TQM8548: Update DTS file for multi-chip support by Wolfgang Grandegger · 16 years ago
  54. b6e0e8c [MTD] [NAND] FSL-UPM: add multi chip support by Wolfgang Grandegger · 16 years ago
  55. 65cc0fa powerpc/pq2fads: Update device tree for use with device-tree-aware u-boot. by Scott Wood · 16 years ago
  56. d91e4ea powerpc: Add support for CoreInt delivery of interrupts on MPIC by Kumar Gala · 16 years ago
  57. 48f286a Merge branch 'for-next' of git://git.o-hand.com/linux-mfd by Linus Torvalds · 16 years ago
  58. ea43179 Merge branch 'for-linus' of git://repo.or.cz/cris-mirror by Linus Torvalds · 16 years ago
  59. 32fb6c1 Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6 by Linus Torvalds · 16 years ago
  60. 45e36c1 Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6 by Linus Torvalds · 16 years ago
  61. 87fc94d Merge branch 'avr32-arch' of git://git.kernel.org/pub/scm/linux/kernel/git/hskinnemoen/avr32-2.6 by Linus Torvalds · 16 years ago
  62. 714f83d Merge branch 'tracing-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  63. 90975ef Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-cpumask by Linus Torvalds · 16 years ago
  64. cab4e4c Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-module-and-param by Linus Torvalds · 16 years ago
  65. 478c6a4 Merge branch 'linus' into release by Len Brown · 16 years ago
  66. 8a3f257 Merge branch 'misc' into release by Len Brown · 16 years ago
  67. 33526a5 Merge branch 'x2apic' into release by Len Brown · 16 years ago
  68. 0ef2067 pxa/magician: remove deprecated .bus_shift from PASIC3 platform_data by Philipp Zabel · 16 years ago
  69. 68b42d1 sh: sh7785lcr: Map whole PCI address space. by Takashi Yoshii · 16 years ago
  70. 01ab103 sh: Fix up DSP context save/restore. by Michael Trimarchi · 16 years ago
  71. a27873c sh: Fix up number of on-chip DMA channels on SH7091. by Paul Mundt · 16 years ago
  72. d0b03bd x2apic/intr-remap: decouple interrupt remapping from x2apic by Han, Weidong · 16 years ago
  73. 6bb5975 Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  74. b1dbb67 Merge branch 'ipi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  75. 7237d3d x86, ACPI: add support for x2apic ACPI extensions by Suresh Siddha · 16 years ago
  76. c5c67c7 x86, mtrr: remove debug message by Ingo Molnar · 16 years ago
  77. 811158b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 16 years ago
  78. 4e76c5c Merge git://git.kernel.org/pub/scm/linux/kernel/git/czankel/xtensa-2.6 by Linus Torvalds · 16 years ago
  79. 5a3ae27 x86, PAT: Remove duplicate memtype reserve in pci mmap by Suresh Siddha · 16 years ago
  80. b24696b Intel IOMMU Suspend/Resume Support - Interrupt Remapping by Fenghua Yu · 16 years ago
  81. 9b7b89e x86: disable stack-protector for __restore_processor_state() by Joseph Cihula · 16 years ago
  82. ca1ee21 Merge git://git.infradead.org/iommu-2.6 by Linus Torvalds · 16 years ago
  83. 3ba113d Merge git://git.kernel.org/pub/scm/linux/kernel/git/kyle/parisc-2.6 by Linus Torvalds · 16 years ago
  84. bad6a5c Merge git://git.kernel.org/pub/scm/linux/kernel/git/kyle/rtc-parisc by Linus Torvalds · 16 years ago
  85. a0e0404 mm: fix misuse of debug_kmap_atomic by Akinobu Mita · 16 years ago
  86. 5de1ccb Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gerg/m68knommu by Linus Torvalds · 16 years ago
  87. 6a491e2 x86: fix is_io_mapping_possible() build warning on i386 allnoconfig by Andrew Morton · 16 years ago
  88. 31e6e2d Merge master.kernel.org:/home/rmk/linux-2.6-arm by Linus Torvalds · 16 years ago
  89. 5b4c0b6 ACPI: update comment by Zhang Rui · 16 years ago
  90. ea02259 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bart/linux-hdreg-h-cleanup by Linus Torvalds · 16 years ago
  91. 484cad3 Merge branch 'dma-debug' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/linux-2.6-iommu into x86/urgent by Ingo Molnar · 16 years ago
  92. 95a38f3 x86, setup: compile with -DDISABLE_BRANCH_PROFILING by H. Peter Anvin · 16 years ago
  93. 67796bf x86/dma: unify definition of pci_unmap_addr* and pci_unmap_len macros by Joerg Roedel · 16 years ago
  94. 65127d2 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 into merge by Chris Zankel · 16 years ago
  95. b8bb767 xtensa: we don't need to include asm/io.h by Chris Zankel · 16 years ago
  96. f193318 xtensa: only build platform or variant if they contain a Makefile by Chris Zankel · 16 years ago
  97. 06a7476 xtensa: make startup code discardable by Daniel Glöckner · 16 years ago
  98. fcc8f0f xtensa: ccount clocksource by Johannes Weiner · 16 years ago
  99. 4476c96 xtensa: remove platform rtc hooks by Johannes Weiner · 16 years ago
  100. 90be8c1 xtensa: use generic sched_clock() by Johannes Weiner · 16 years ago