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. a4f0b32 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. 3529e041 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. ede6f5a Fix up 64-bit byte swaps for most 32-bit architectures by Linus Torvalds · 16 years ago
  59. 637b180 byteorder: remove the now unused byteorder.h by Harvey Harrison · 16 years ago
  60. 5cbd04a mn10300: introduce asm/swab.h by Harvey Harrison · 16 years ago
  61. 9195947 frv: introduce asm/swab.h by Harvey Harrison · 16 years ago
  62. f15d411 m32r: introduce asm/swab.h by Harvey Harrison · 16 years ago
  63. 231cc43 m68knommu: introduce asm/swab.h by Harvey Harrison · 16 years ago
  64. fc61708 h8300: introduce asm/swab.h by Harvey Harrison · 16 years ago
  65. ae18962 ia64: introduce asm/swab.h by Harvey Harrison · 16 years ago
  66. cfcac2f blackfin: introduce asm/swab.h by Harvey Harrison · 16 years ago
  67. af8e24e arm: introduce asm/swab.h by Harvey Harrison · 16 years ago
  68. dd8b72c alpha: introduce asm/swab.h by Harvey Harrison · 16 years ago
  69. c6f09f0 m68k: introduce asm/swab.h by Harvey Harrison · 16 years ago
  70. 5d30a68 x86: introduce asm/swab.h by Harvey Harrison · 16 years ago
  71. f4d2b14 sparc: introduce asm/swab.h by Harvey Harrison · 16 years ago
  72. 1af84a6 sh: introduce asm/swab.h by Harvey Harrison · 16 years ago
  73. 13f7877 s390: introduce asm/swab.h by Harvey Harrison · 16 years ago
  74. 156ca2b powerpc: introduce asm/swab.h by Harvey Harrison · 16 years ago
  75. 8cdd3a9 mips: introduce asm/swab.h by Harvey Harrison · 16 years ago
  76. 292b4d0 avr32: introduce asm/swab.h by Harvey Harrison · 16 years ago
  77. 991c0e6 byteorder: only use linux/swab.h by Harvey Harrison · 16 years ago
  78. c89a9f5 Merge branch 'drm-next' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6 by Linus Torvalds · 16 years ago
  79. a75f284 drm: fix ordering of driver unload vs agp unload. by Dave Airlie · 16 years ago
  80. 241fa85 drm/i915: Respect the other stolen memory sizes we know of. by Eric Anholt · 16 years ago
  81. 1fc45d8 drm/i915: Non-mobile parts don't have integrated TV-out. by Eric Anholt · 16 years ago
  82. 7d57382 drm/i915: Add support for integrated HDMI on G4X hardware. by Eric Anholt · 16 years ago
  83. 3f8bc37 drm/i915: Pin cursor bo and unpin old bo when setting cursor. by Kristian Høgsberg · 16 years ago
  84. 9bb2d6f drm/i915: Don't allow objects to get bound while VT switched. by Eric Anholt · 16 years ago
  85. db30c70 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 16 years ago
  86. c861ea2 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/security-testing-2.6 by Linus Torvalds · 16 years ago
  87. 3610639 Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  88. cfa97f9 Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  89. 7238eb4 Merge branch 'irq-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  90. 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
  91. 932adbe Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound-2.6 by Linus Torvalds · 16 years ago
  92. ce519e2 Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging-2.6 by Linus Torvalds · 16 years ago
  93. 40d7ee5 Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6 by Linus Torvalds · 16 years ago
  94. 5fec8bd Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse by Linus Torvalds · 16 years ago
  95. 59e3af2 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bart/ide-2.6 by Linus Torvalds · 16 years ago
  96. f59abb1 parport: ieee1284: use del_timer_sync() in parport_wait_event() by Michael Buesch · 16 years ago
  97. 50682bb bfs: check that filesystem fits on the blockdevice by Eric Sesterhenn · 16 years ago
  98. e1f89ec bfs: add some basic sanity checks by Eric Sesterhenn · 16 years ago
  99. 58c6d3d dma-coherent: catch oversized requests to dma_alloc_from_coherent() by Johannes Weiner · 16 years ago
  100. eccd83e dma_alloc_coherent: clean it up by Andrew Morton · 16 years ago