aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2008-11-18Blackfin arch: update defconfig file for all boardsMike Frysinger21-47/+38
2008-10-29Blackfin arch: remove most BUG_ON channel checksMichael Hennerich1-70/+0
2008-10-28Blackfin arch: only add IFLUSH nop padding when anomaly 443 is enabledMike Frysinger1-1/+5
2008-10-28Blackfin arch: Remove useless SSYNCs in DMA codeMichael Hennerich1-13/+1
2008-10-28Blackfin arch: lookup channel2irq() only onceMichael Hennerich2-18/+7
2008-10-28Blackfin arch: update anomaly lists to match latest sheetsMike Frysinger6-9/+20
2008-10-28Blackfin arch: refine the gpio checkMike Frysinger1-5/+5
2008-10-28Blackfin arch: unify port_setup() to reduce arch differencesMike Frysinger1-14/+10
2008-10-28Blackfin arch: unify peripheral_request() to reduce arch differencesMike Frysinger1-78/+11
2008-10-28Blackfin arch: fix cmp_label() so it doesnt incorrectly accept partial leading matchesMike Frysinger1-2/+1
2008-10-28Blackfin arch: unify check_gpio() to reduce arch differencesMike Frysinger1-9/+3
2008-10-28Blackfin arch: remove unused local defineMike Frysinger1-3/+0
2008-11-18Blackfin arch: add support for Blackfin latest processor family BF51xBryan Wu36-31/+8524
2008-10-28Blackfin arch: put quotes around error to silence a ton of warnings from gcc-4.3Mike Frysinger6-6/+6
2008-10-28Blackfin arch: fix bug - kernel with SMP patch can not bootupGraf Yang1-3/+4
2008-10-28Blackfin arch: drop redundant BFIN_DMA_5XX dependsMike Frysinger1-3/+2
2008-10-28Blackfin arch: drop unused exports and comment remaining exportsMike Frysinger1-48/+12
2008-10-28Blackfin arch: add an option to allow people to stick exception stack into L1 scratchMike Frysinger2-6/+26
2008-10-28Blackfin arch: move EXPORT_SYMBOL to the place where it is actually definedMike Frysinger4-9/+6
2008-11-18Blackfin arch: BF538/9 Linux kernel SupportMichael Hennerich29-16/+10587
2008-10-27Blackfin arch: unify duplicated bss init codeMike Frysinger1-47/+19
2009-01-06Fix up 64-bit byte swaps for most 32-bit architecturesLinus Torvalds1-1/+1
2009-01-06byteorder: remove the now unused byteorder.hHarvey Harrison2-373/+0
2009-01-06mn10300: introduce asm/swab.hHarvey Harrison3-40/+44
2009-01-06frv: introduce asm/swab.hHarvey Harrison3-7/+12
2009-01-06m32r: introduce asm/swab.hHarvey Harrison3-6/+12
2009-01-06m68knommu: introduce asm/swab.hHarvey Harrison3-21/+27
2009-01-06h8300: introduce asm/swab.hHarvey Harrison3-7/+12
2009-01-06ia64: introduce asm/swab.hHarvey Harrison3-36/+36
2009-01-06blackfin: introduce asm/swab.hHarvey Harrison3-42/+50
2009-01-06arm: introduce asm/swab.hHarvey Harrison3-32/+52
2009-01-06alpha: introduce asm/swab.hHarvey Harrison3-41/+44
2009-01-06m68k: introduce asm/swab.hHarvey Harrison3-14/+19
2009-01-06x86: introduce asm/swab.hHarvey Harrison3-60/+64
2009-01-06sparc: introduce asm/swab.hHarvey Harrison3-44/+48
2009-01-06sh: introduce asm/swab.hHarvey Harrison3-59/+64
2009-01-06s390: introduce asm/swab.hHarvey Harrison3-90/+94
2009-01-06powerpc: introduce asm/swab.hHarvey Harrison3-81/+93
2009-01-06mips: introduce asm/swab.hHarvey Harrison3-49/+59
2009-01-06avr32: introduce asm/swab.hHarvey Harrison3-29/+38
2009-01-06byteorder: only use linux/swab.hHarvey Harrison6-388/+27
2009-01-06Merge branch 'drm-next' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6Linus Torvalds10-39/+397
2009-01-07drm: fix ordering of driver unload vs agp unload.Dave Airlie1-3/+3
2009-01-07drm/i915: Respect the other stolen memory sizes we know of.Eric Anholt2-14/+40
2009-01-07drm/i915: Non-mobile parts don't have integrated TV-out.Eric Anholt1-1/+1
2009-01-07drm/i915: Add support for integrated HDMI on G4X hardware.Eric Anholt7-7/+322
2009-01-07drm/i915: Pin cursor bo and unpin old bo when setting cursor.Kristian Høgsberg2-8/+22
2009-01-07drm/i915: Don't allow objects to get bound while VT switched.Eric Anholt1-6/+9
2009-01-06Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds54-522/+3105
2009-01-06Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/security-testing-2.6Linus Torvalds26-423/+1229