summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * | [ARM] dma: move IOMD and floppy DMA structures to RiscPC DMA codeRussell King2009-02-212-13/+13
| | * | [ARM] dma: remove dmamode_t typedefRussell King2009-01-023-8/+3
| | * | [ARM] dma: remove usage of dmamode_t from MXC platform supportRussell King2009-01-022-5/+5
| | * | [ARM] dma: make DMA_MODE_xxx reflect ISA DMA settingsRussell King2009-01-022-17/+9
| | * | [ARM] dma: Use sensible DMA parameters for Acorn driversRussell King2008-12-115-7/+10
| | * | [ARM] dma: pata_icside's contiguous sg array is now redundantRussell King2008-12-111-12/+1
| | * | [ARM] dma: convert IOMD DMA to use sg_next()Russell King2008-12-111-1/+1
| | * | [ARM] dma: ensure that the single entry sg is properly initializedRussell King2008-12-111-0/+4
| | * | [ARM] dma: constify dma controller name and dma opsRussell King2008-12-111-2/+2
| | * | [ARM] dma: move RiscPC specific DMA data out of dma_structRussell King2008-12-112-73/+91
| | * | [ARM] dma: rejig DMA initializationRussell King2008-12-116-47/+88
| | * | [ARM] dma: factor out code looking up the DMA channelRussell King2008-12-081-14/+24
| | * | [ARM] dma: remove dmach_t typedefRussell King2008-12-086-100/+98
| * | | [ARM] 5399/1: [AT91] Configure MCLK and SSC for AT91SAMG20-EKMark Brown2009-02-211-0/+4
| * | | [ARM] 5408/1: SA1100: update defconfigs after h3800 removalDmitry Artamonow2009-02-2112-12/+0
| * | | [ARM] 5407/1: SA1100: drop broken for ages iPAQ h3800 supportDmitry Artamonow2009-02-217-911/+3
| * | | [ARM] 5406/1: ep93xx: remove unneeded header in ohci-ep93xx.cHartley Sweeten2009-02-211-2/+0
| * | | [ARM] 5397/1: RealView: Add support for the ISP1761 USB chipCatalin Marinas2009-02-196-0/+70
| * | | [ARM] 5396/1: RealView: Use PATA_PLATFORM to access the CompactFlashCatalin Marinas2009-02-197-54/+39
| * | | [ARM] 5395/1: RealView: Add support for the DS1338 RTC chipCatalin Marinas2009-02-193-2/+31
| * | | [ARM] 5394/1: Add static bus numbering support to i2c-versatileCatalin Marinas2009-02-191-2/+8
| * | | [ARM] 5363/1: Shark cleanup and new defconfigAlexander Schulz2009-02-1913-394/+668
| * | | [ARM] 5377/1: S3C2410-Framebuffer: Fix resume path in S3C2410 framebuffer dri...Daniel Silverstone2009-02-191-0/+4
| * | | [ARM] 5376/1: S3C24XX: Fix sparse errors in platform uncompress.hDaniel Silverstone2009-02-191-1/+4
| * | | [ARM] 5386/2: unwind: Add Makefile and Kconfig entries for ARM stack unwindingCatalin Marinas2009-02-194-6/+22
| * | | [ARM] 5385/2: unwind: Add unwinding information to exception entry pointsCatalin Marinas2009-02-192-0/+23
| * | | [ARM] 5384/1: unwind: Add stack unwinding support for loadable modulesCatalin Marinas2009-02-193-5/+82
| * | | [ARM] 5383/2: unwind: Add core support for ARM stack unwindingCatalin Marinas2009-02-196-0/+540
| * | | [ARM] 5382/1: unwind: Reorganise the stacktrace supportCatalin Marinas2009-02-127-60/+110
| * | | [ARM] 5381/1: unwind: Reorganise the traps.c codeCatalin Marinas2009-02-122-15/+20
| * | | [ARM] 5393/1: Add W90P910 EVB NOR flash driverwanzongshun2009-02-121-0/+48
| * | | [ARM] 5392/1: Delete redundant macros for w90p910wanzongshun2009-02-121-22/+0
| * | | [ARM] 5389/1: Make sure the pmd entries are visible by the secondary CPUCatalin Marinas2009-02-121-0/+2
| * | | [ARM] 5388/1: Add hwcap bits for VFPv3 and VFPv3D16Catalin Marinas2009-02-123-0/+16
| * | | [ARM] 5387/1: Add ptrace VFP support on ARMCatalin Marinas2009-02-127-4/+120
| * | | [ARM] 5373/2: Add gpiolib support to AT91Ryan Mallon2009-02-124-147/+161
| * | | [ARM] 5355/1: Adding support for the HTC Himalaya and its framebufferZbynek Michl2009-02-103-0/+174
| * | | [ARM] 5354/1: mach-pxa: add AM300 platform driver v3Jaya Kumar2009-02-105-0/+306
| * | | [ARM] 5353/1: fbdev: add E-Ink Broadsheet controller support v3Jaya Kumar2009-02-104-0/+642
| * | | [ARM] 5375/1: PATCH - update jornada720.c to reflect driver additionsKristoffer Ericson2009-02-101-2/+12
| * | | [ARM] 5374/1: The w90p910 uart0 driver patchwanzongshun2009-02-103-70/+24
| * | | [ARM] 5372/1: ACS5K: Core board support for the ACS-5000Daniel Silverstone2009-02-105-0/+2414
| * | | [ARM] 5371/1: ep93xx: add i2c device to edb9307aHartley Sweeten2009-02-101-0/+12
| * | | Merge branch 'devel' of git://git.kernel.org/pub/scm/linux/kernel/git/ycmiao/...Russell King2009-02-0713-403/+4478
| |\ \ \
| * \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds2009-02-0627-451/+1421
| |\ \ \ \
| | * | | | Btrfs: Make sure dir is non-null before doing S_ISGID checksChris Mason2009-02-061-1/+1
| | * | | | Btrfs: Fix memory leak in cache_drop_leaf_refChris Mason2009-02-051-0/+1
| | * | | | Btrfs: don't return congestion in write_cache_pages as oftenChris Mason2009-02-041-5/+0
| | * | | | Btrfs: Only prep for btree deletion balances when nodes are mostly emptyChris Mason2009-02-041-3/+6
| | * | | | Btrfs: fix btrfs_unlock_up_safe to walk the entire pathChris Mason2009-02-041-2/+2
OpenPOWER on IntegriCloud