1. b607057 Blackfin arch: move out irq related functions by Mike Frysinger · 16 years ago
  2. b1271d3 Blackfin arch: move the PORT registers down by Mike Frysinger · 16 years ago
  3. 31fba6e Blackfin arch: introduce an IM_MEM macro to kgdb by Mike Frysinger · 16 years ago
  4. 89c6c13 Blackfin arch: fix off-by-one errors on end of memory range by Mike Frysinger · 16 years ago
  5. 09c1db9 Blackfin arch: delete unused vars and add parenthesis to fixup warnings by Mike Frysinger · 16 years ago
  6. bda07aa Blackfin arch: move fixed code into init section by Mike Frysinger · 16 years ago
  7. f8c1b39 Blackfin arch: remove superficial check on blackfin watchdog by Mike Frysinger · 16 years ago
  8. d1a3336 Blackfin arch: set PM_WAKEUP_GPIO_NUMBER default to 2 for everyone by Mike Frysinger · 16 years ago
  9. 53442e1 Blackfin arch: delay PLL_CTL/VR_CTL wrappers by Mike Frysinger · 16 years ago
  10. b94919e Blackfin arch: dont export ack_bad_irq as no one else does by Mike Frysinger · 16 years ago
  11. 7beb743 Blackfin arch: move SIC_SYSIRQ() to the one file that actually uses it by Mike Frysinger · 16 years ago
  12. a638735 Blackfin arch: move ack_bad_irq() prototype to hardirq.h to match other arches by Mike Frysinger · 16 years ago
  13. 34616c8 Blackfin arch: delete old comments and NO_IRQ define by Mike Frysinger · 16 years ago
  14. 8a86176 Blackfin arch: overlay thread.usp over PT_USP by Mike Frysinger · 16 years ago
  15. 3c1fbd5 Blackfin arch: rewrite blackfin_invalidate_entire_dcache function by Mike Frysinger · 16 years ago
  16. fe85cad Blackfin arch: make ADI board names consistent by Mike Frysinger · 16 years ago
  17. 8a0e9ac Blackfin arch: Fix bug - hardware breakpoint doesn't always work in kgdb by Sonic Zhang · 16 years ago
  18. 0b82e27 Blackfin arch: fix unused warning for some blackfin derivatives by Mike Frysinger · 16 years ago
  19. 2e8ca59 Blackfin arch: Use GPIO_BANKSIZE macro to replace const number 16 for GPIO_BANK_NUM macro caculating by Bryan Wu · 16 years ago
  20. 46fa5ee Blackfin arch: SMP supporting patchset: some other misc code by Graf Yang · 16 years ago
  21. 8f65873 Blackfin arch: SMP supporting patchset: Blackfin kernel and memory management code by Graf Yang · 16 years ago
  22. b8a9898 Blackfin arch: SMP supporting patchset: Blackfin CPLB related code by Graf Yang · 16 years ago
  23. 6b3087c Blackfin arch: SMP supporting patchset: Blackfin header files and machine common code by Graf Yang · 16 years ago
  24. c51b448 Blackfin arch: SMP supporting patchset: BF561 related code by Graf Yang · 16 years ago
  25. 2de73e7 Blackfin arch: use physmap in board resources rather than legacy config method by Mike Frysinger · 16 years ago
  26. a4f0b32c Blackfin arch: Convert Blackfin GPIO driver to use common gpiolib/gpiochip infrastructure by Michael Hennerich · 16 years ago
  27. 8d02237 Blackfin arch: Cleanup and unify Blackfin IRQ and GPIO IRQ handling by Michael Hennerich · 16 years ago
  28. 4989dbc Blackfin arch: workaround bug: spi_mmc driver working in dma mode may hang the system by Yi Li · 16 years ago
  29. c6db04a Blackfin arch: remove useless SSYNC() in irq priority code by Mike Frysinger · 16 years ago
  30. 397861c Blackfin arch: fix bug - gpio_bank() macros messed up bank number caculating with positioning a gpio by Bryan Wu · 16 years ago
  31. 10a88a2 Blackfin arch: enable i2c_bfin_twi0_device in cm_bf548 board by Mike Frysinger · 16 years ago
  32. 3f37569 Blackfin arch: Enable ISP1760 USB Host Driver in platform device initialization code. by Michael Hennerich · 16 years ago
  33. 5ff294f Blackfin arch: fixup get_user() macros by Mike Frysinger · 16 years ago
  34. 9f20cf2 Blackfin arch: do not bother initializing the first 4k by Mike Frysinger · 16 years ago
  35. c2414bd Blackfin arch: use sti to set the mask rather than banging on imask by Mike Frysinger · 16 years ago
  36. 88a8078 Blackfin arch: don't assume a specific SPI flash part - take whatever you probe by Michael Hennerich · 16 years ago
  37. 57a5507 Blackfin arch: update defconfig file for all boards by Mike Frysinger · 16 years ago
  38. abeb21e Blackfin arch: remove most BUG_ON channel checks by Michael Hennerich · 16 years ago
  39. 2cf8511 Blackfin arch: only add IFLUSH nop padding when anomaly 443 is enabled by Mike Frysinger · 16 years ago
  40. e04f9f4 Blackfin arch: Remove useless SSYNCs in DMA code by Michael Hennerich · 16 years ago
  41. a2ba8b1 Blackfin arch: lookup channel2irq() only once by Michael Hennerich · 16 years ago
  42. 3529e04 Blackfin arch: update anomaly lists to match latest sheets by Mike Frysinger · 16 years ago
  43. 6a87d29 Blackfin arch: refine the gpio check by Mike Frysinger · 16 years ago
  44. a2d03a1 Blackfin arch: unify port_setup() to reduce arch differences by Mike Frysinger · 16 years ago
  45. 6c7ec0e Blackfin arch: unify peripheral_request() to reduce arch differences by Mike Frysinger · 16 years ago
  46. 1f7d373 Blackfin arch: fix cmp_label() so it doesnt incorrectly accept partial leading matches by Mike Frysinger · 16 years ago
  47. 27228b2 Blackfin arch: unify check_gpio() to reduce arch differences by Mike Frysinger · 16 years ago
  48. 588ba81 Blackfin arch: remove unused local define by Mike Frysinger · 16 years ago
  49. 2f6f4bc Blackfin arch: add support for Blackfin latest processor family BF51x by Bryan Wu · 16 years ago
  50. 2563265 Blackfin arch: put quotes around error to silence a ton of warnings from gcc-4.3 by Mike Frysinger · 16 years ago
  51. efe065a Blackfin arch: fix bug - kernel with SMP patch can not bootup by Graf Yang · 16 years ago
  52. d292b00 Blackfin arch: drop redundant BFIN_DMA_5XX depends by Mike Frysinger · 16 years ago
  53. 0f8befa Blackfin arch: drop unused exports and comment remaining exports by Mike Frysinger · 16 years ago
  54. 6ad2b84 Blackfin arch: add an option to allow people to stick exception stack into L1 scratch by Mike Frysinger · 16 years ago
  55. fe8015c Blackfin arch: move EXPORT_SYMBOL to the place where it is actually defined by Mike Frysinger · 16 years ago
  56. dc26aec Blackfin arch: BF538/9 Linux kernel Support by Michael Hennerich · 16 years ago
  57. f940260 Blackfin arch: unify duplicated bss init code by Mike Frysinger · 16 years ago
  58. 231cc43 m68knommu: introduce asm/swab.h by Harvey Harrison · 16 years ago
  59. fc61708 h8300: introduce asm/swab.h by Harvey Harrison · 16 years ago
  60. ae18962 ia64: introduce asm/swab.h by Harvey Harrison · 16 years ago
  61. cfcac2f blackfin: introduce asm/swab.h by Harvey Harrison · 16 years ago
  62. af8e24e arm: introduce asm/swab.h by Harvey Harrison · 16 years ago
  63. dd8b72c alpha: introduce asm/swab.h by Harvey Harrison · 16 years ago
  64. 5d30a68 x86: introduce asm/swab.h by Harvey Harrison · 16 years ago
  65. f4d2b14 sparc: introduce asm/swab.h by Harvey Harrison · 16 years ago
  66. 1af84a6 sh: introduce asm/swab.h by Harvey Harrison · 16 years ago
  67. 13f7877 s390: introduce asm/swab.h by Harvey Harrison · 16 years ago
  68. 156ca2b powerpc: introduce asm/swab.h by Harvey Harrison · 16 years ago
  69. 8cdd3a9 mips: introduce asm/swab.h by Harvey Harrison · 16 years ago
  70. 292b4d0 avr32: introduce asm/swab.h by Harvey Harrison · 16 years ago
  71. db30c70 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 16 years ago
  72. 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
  73. ce519e2 Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging-2.6 by Linus Torvalds · 16 years ago
  74. 40d7ee5 Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6 by Linus Torvalds · 16 years ago
  75. 1294156 kprobes: add kprobe_insn_mutex and cleanup arch_remove_kprobe() by Masami Hiramatsu · 16 years ago
  76. ee9c1fb spi: use generic gpio calls in spi_s3c24xx_gpio by Ben Dooks · 16 years ago
  77. ba84be2 remove linux/hardirq.h from asm-generic/local.h by Russell King · 16 years ago
  78. f1883f8 Remove remaining unwinder code by Alexey Dobriyan · 16 years ago
  79. ea435467 atomic_t: unify all arch definitions by Matthew Wilcox · 16 years ago
  80. c04fc58 mm: show node to memory section relationship with symlinks in sysfs by Gary Hade · 16 years ago
  81. 1c0fe6e mm: invoke oom-killer from page fault by Nick Piggin · 16 years ago
  82. 3340289 mm: report the MMU pagesize in /proc/pid/smaps by Mel Gorman · 16 years ago
  83. 6e38a2b Staging: Kconfig for ARCH=arm,8300, cris by F. Duncan M. Haldane · 16 years ago
  84. 1d559e2 arm: struct device - replace bus_id with dev_name(), dev_set_name() by Kay Sievers · 16 years ago
  85. 169539c avr: struct device - replace bus_id with dev_name(), dev_set_name() by Kay Sievers · 16 years ago
  86. 4383fc3 chris: struct device - replace bus_id with dev_name(), dev_set_name() by Kay Sievers · 16 years ago
  87. 48ef2bb IA64: struct device - replace bus_id with dev_name(), dev_set_name() by Kay Sievers · 16 years ago
  88. 1bb5beb mips: struct device - replace bus_id with dev_name(), dev_set_name() by Kay Sievers · 16 years ago
  89. 035da16 s390: remove s390_root_dev_*() by Mark McLoughlin · 16 years ago
  90. fdbc045 Merge branches 'core/futexes', 'core/locking', 'core/rcu' and 'linus' into core/urgent by Ingo Molnar · 16 years ago
  91. 0bbb275 Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linus by Linus Torvalds · 16 years ago
  92. 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
  93. c58bd34d Merge branch 'i2c-next' of git://aeryn.fluff.org.uk/bjdooks/linux by Linus Torvalds · 16 years ago
  94. 7a1fcd5 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6 by Linus Torvalds · 16 years ago
  95. e9af797 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/davej/cpufreq by Linus Torvalds · 16 years ago
  96. 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
  97. 4696b64 sparc: Fix minor SPARC32 compile error by Julian Calaby · 16 years ago
  98. 5641f1f X86_DEBUGCTLMSR won't work on uml by Al Viro · 16 years ago
  99. 7483cb7 uml got broken by commit 30742d5c2277c325fb0e9d2d817d55a19995fe8f by Al Viro · 16 years ago
  100. 22409f9 get rid of the last symlink in uml build by Al Viro · 16 years ago