1. 57a5507 Blackfin arch: update defconfig file for all boards by Mike Frysinger · 16 years ago
  2. abeb21e Blackfin arch: remove most BUG_ON channel checks by Michael Hennerich · 16 years ago
  3. 2cf8511 Blackfin arch: only add IFLUSH nop padding when anomaly 443 is enabled by Mike Frysinger · 16 years ago
  4. e04f9f4 Blackfin arch: Remove useless SSYNCs in DMA code by Michael Hennerich · 16 years ago
  5. a2ba8b1 Blackfin arch: lookup channel2irq() only once by Michael Hennerich · 16 years ago
  6. 3529e04 Blackfin arch: update anomaly lists to match latest sheets by Mike Frysinger · 16 years ago
  7. 6a87d29 Blackfin arch: refine the gpio check by Mike Frysinger · 16 years ago
  8. a2d03a1 Blackfin arch: unify port_setup() to reduce arch differences by Mike Frysinger · 16 years ago
  9. 6c7ec0e Blackfin arch: unify peripheral_request() to reduce arch differences by Mike Frysinger · 16 years ago
  10. 1f7d373 Blackfin arch: fix cmp_label() so it doesnt incorrectly accept partial leading matches by Mike Frysinger · 16 years ago
  11. 27228b2 Blackfin arch: unify check_gpio() to reduce arch differences by Mike Frysinger · 16 years ago
  12. 588ba81 Blackfin arch: remove unused local define by Mike Frysinger · 16 years ago
  13. 2f6f4bc Blackfin arch: add support for Blackfin latest processor family BF51x by Bryan Wu · 16 years ago
  14. 2563265 Blackfin arch: put quotes around error to silence a ton of warnings from gcc-4.3 by Mike Frysinger · 16 years ago
  15. efe065a Blackfin arch: fix bug - kernel with SMP patch can not bootup by Graf Yang · 16 years ago
  16. d292b00 Blackfin arch: drop redundant BFIN_DMA_5XX depends by Mike Frysinger · 16 years ago
  17. 0f8befa Blackfin arch: drop unused exports and comment remaining exports by Mike Frysinger · 16 years ago
  18. 6ad2b84 Blackfin arch: add an option to allow people to stick exception stack into L1 scratch by Mike Frysinger · 16 years ago
  19. fe8015c Blackfin arch: move EXPORT_SYMBOL to the place where it is actually defined by Mike Frysinger · 16 years ago
  20. dc26aec Blackfin arch: BF538/9 Linux kernel Support by Michael Hennerich · 16 years ago
  21. f940260 Blackfin arch: unify duplicated bss init code by Mike Frysinger · 16 years ago
  22. 231cc43 m68knommu: introduce asm/swab.h by Harvey Harrison · 16 years ago
  23. fc61708 h8300: introduce asm/swab.h by Harvey Harrison · 16 years ago
  24. ae18962 ia64: introduce asm/swab.h by Harvey Harrison · 16 years ago
  25. cfcac2f blackfin: introduce asm/swab.h by Harvey Harrison · 16 years ago
  26. af8e24e arm: introduce asm/swab.h by Harvey Harrison · 16 years ago
  27. dd8b72c alpha: introduce asm/swab.h by Harvey Harrison · 16 years ago
  28. 5d30a68 x86: introduce asm/swab.h by Harvey Harrison · 16 years ago
  29. f4d2b14 sparc: introduce asm/swab.h by Harvey Harrison · 16 years ago
  30. 1af84a6 sh: introduce asm/swab.h by Harvey Harrison · 16 years ago
  31. 13f7877 s390: introduce asm/swab.h by Harvey Harrison · 16 years ago
  32. 156ca2b powerpc: introduce asm/swab.h by Harvey Harrison · 16 years ago
  33. 8cdd3a9 mips: introduce asm/swab.h by Harvey Harrison · 16 years ago
  34. 292b4d0 avr32: introduce asm/swab.h by Harvey Harrison · 16 years ago
  35. db30c70 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 16 years ago
  36. f94181d Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  37. ce519e2 Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging-2.6 by Linus Torvalds · 16 years ago
  38. 40d7ee5 Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6 by Linus Torvalds · 16 years ago
  39. 1294156 kprobes: add kprobe_insn_mutex and cleanup arch_remove_kprobe() by Masami Hiramatsu · 16 years ago
  40. ee9c1fb spi: use generic gpio calls in spi_s3c24xx_gpio by Ben Dooks · 16 years ago
  41. ba84be2 remove linux/hardirq.h from asm-generic/local.h by Russell King · 16 years ago
  42. f1883f8 Remove remaining unwinder code by Alexey Dobriyan · 16 years ago
  43. ea435467 atomic_t: unify all arch definitions by Matthew Wilcox · 16 years ago
  44. c04fc58 mm: show node to memory section relationship with symlinks in sysfs by Gary Hade · 16 years ago
  45. 1c0fe6e mm: invoke oom-killer from page fault by Nick Piggin · 16 years ago
  46. 3340289 mm: report the MMU pagesize in /proc/pid/smaps by Mel Gorman · 16 years ago
  47. 6e38a2b Staging: Kconfig for ARCH=arm,8300, cris by F. Duncan M. Haldane · 16 years ago
  48. 1d559e2 arm: struct device - replace bus_id with dev_name(), dev_set_name() by Kay Sievers · 16 years ago
  49. 169539c avr: struct device - replace bus_id with dev_name(), dev_set_name() by Kay Sievers · 16 years ago
  50. 4383fc3 chris: struct device - replace bus_id with dev_name(), dev_set_name() by Kay Sievers · 16 years ago
  51. 48ef2bb IA64: struct device - replace bus_id with dev_name(), dev_set_name() by Kay Sievers · 16 years ago
  52. 1bb5beb mips: struct device - replace bus_id with dev_name(), dev_set_name() by Kay Sievers · 16 years ago
  53. 035da16 s390: remove s390_root_dev_*() by Mark McLoughlin · 16 years ago
  54. fdbc045 Merge branches 'core/futexes', 'core/locking', 'core/rcu' and 'linus' into core/urgent by Ingo Molnar · 16 years ago
  55. 0bbb275 Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linus by Linus Torvalds · 16 years ago
  56. 0578c3b Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  57. c58bd34d Merge branch 'i2c-next' of git://aeryn.fluff.org.uk/bjdooks/linux by Linus Torvalds · 16 years ago
  58. 7a1fcd5 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6 by Linus Torvalds · 16 years ago
  59. e9af797 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/davej/cpufreq by Linus Torvalds · 16 years ago
  60. 520c853 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 16 years ago
  61. 4696b64 sparc: Fix minor SPARC32 compile error by Julian Calaby · 16 years ago
  62. 5641f1f X86_DEBUGCTLMSR won't work on uml by Al Viro · 16 years ago
  63. 7483cb7 uml got broken by commit 30742d5c2277c325fb0e9d2d817d55a19995fe8f by Al Viro · 16 years ago
  64. 22409f9 get rid of the last symlink in uml build by Al Viro · 16 years ago
  65. 56ff5ef zero i_uid/i_gid on inode allocation by Al Viro · 16 years ago
  66. 46483d1 Merge branch 'core/iommu' into core/urgent by Ingo Molnar · 16 years ago
  67. 576b4d0 sparc: Remove reg*.h from Kbuild by David S. Miller · 16 years ago
  68. 47cd526 sparc: Clean arch-specific code in prom_common.c by Julian Calaby · 16 years ago
  69. 192eee8 sparc: Kill asm/reg*.h by David S. Miller · 16 years ago
  70. 761b602 sparc: Use 64BIT config entry by Bastian Blank · 16 years ago
  71. 83c8698 sparc: unify ipcbuf.h by Sam Ravnborg · 16 years ago
  72. c298be7 parisc: fix module loading failure of large kernel modules by Helge Deller · 16 years ago
  73. 4010b01 Merge branch 'linus' into core/urgent by Ingo Molnar · 16 years ago
  74. 7d3b56b Merge branch 'cpus4096-for-linus-3' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  75. 269b012 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/linux-2.6-iommu by Linus Torvalds · 16 years ago
  76. 61420f5 Merge branch 'cputime' of git://git390.osdl.marist.edu/pub/scm/linux-2.6 by Linus Torvalds · 16 years ago
  77. 3bfacef get rid of special-casing the /sbin/loader on alpha by Al Viro · 16 years ago
  78. ab14398 x86: setup_per_cpu_areas() cleanup by Cyrill Gorcunov · 16 years ago
  79. 80855f7 cpumask: use alloc_cpumask_var_node where appropriate by Mike Travis · 16 years ago
  80. 2fdf66b cpumask: convert shared_cpu_map in acpi_processor* structs to cpumask_var_t by Rusty Russell · 16 years ago
  81. ee943a8 x86: use cpumask_var_t in acpi/boot.c by Rusty Russell · 16 years ago
  82. 9628937 x86: cleanup some remaining usages of NR_CPUS where s/b nr_cpu_ids by Mike Travis · 16 years ago
  83. 730cf27 x86: enable cpus display of kernel_max and offlined cpus by Mike Travis · 16 years ago
  84. 6bdf197 ia64: cpumask fix for is_affinity_mask_valid() by Ingo Molnar · 16 years ago
  85. e465b53 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-cpumask into cpus4096-v2 by Ingo Molnar · 16 years ago
  86. 7eb1955 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-cpumask into merge-rr-cpumask by Mike Travis · 16 years ago
  87. 065a6d6 AMD IOMMU: remove now unnecessary #ifdefs by Joerg Roedel · 16 years ago
  88. b0a11f4 Merge branches 'iommu/api' and 'iommu/amd' into for-linus by Joerg Roedel · 16 years ago
  89. 0e93dd8 AMD IOMMU: prealloc_protection_domains should be static by Jaswinder Singh Rajput · 16 years ago
  90. 8ecaf8f AMD IOMMU: add statistics about total number of map requests by Joerg Roedel · 16 years ago
  91. 5774f7c AMD IOMMU: add statistics about allocated io memory by Joerg Roedel · 16 years ago
  92. 18811f5 AMD IOMMU: add stats counter for domain tlb flushes by Joerg Roedel · 16 years ago
  93. f57d98a AMD IOMMU: add stats counter for single iommu domain tlb flushes by Joerg Roedel · 16 years ago
  94. c185897 AMD IOMMU: add stats counter for cross-page request by Joerg Roedel · 16 years ago
  95. 5d31ee7 AMD IOMMU: add stats counter for free_coherent requests by Joerg Roedel · 16 years ago
  96. c8f0fb3 AMD IOMMU: add stats counter for alloc_coherent requests by Joerg Roedel · 16 years ago
  97. 55877a6 AMD IOMMU: add stats counter for unmap_sg requests by Joerg Roedel · 16 years ago
  98. d03f067a AMD IOMMU: add stats counter for map_sg requests by Joerg Roedel · 16 years ago
  99. 146a691 AMD IOMMU: add stats counter for unmap_single requests by Joerg Roedel · 16 years ago
  100. 0f2a86f AMD IOMMU: add stats counter for map_single requests by Joerg Roedel · 16 years ago