aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-02-17[ARM] 4187/1: iop: unify time implementation across iop32x, iop33x, and iop13xxDan Williams12-139/+62
2007-02-17[ARM] 4186/1: iop: remove cp6_enable/disable routinesDan Williams5-49/+0
2007-02-17[ARM] 4185/2: entry: introduce get_irqnr_preamble and arch_ret_to_userDan Williams2-0/+8
2007-02-17[ARM] 4221/1: S3C2443: DMA supportBen Dooks3-0/+188
2007-02-17[ARM] 4220/1: S3C24XX: DMA system initialised from sysdevBen Dooks4-30/+62
2007-02-17[ARM] 4218/1: S3C2412: fix CONFIG_CPU_S3C2412_ONLY wrt to S3C2443Ben Dooks1-1/+1
2007-02-17[ARM] 4217/1: S3C24XX: remove the dma channel show at startupBen Dooks1-14/+0
2007-02-17[ARM] 4216/1: add .gitignore entries for ARM specific filesNicolas Pitre2-0/+3
2007-02-17[ARM] 4214/2: S3C2410: Add Armzone QT2410Ben Dooks3-0/+454
2007-02-16[ARM] 4098/1: ARM: rtc_lock only used with rtc_cmosDavid Brownell1-1/+3
2007-02-16[PATCH] genirq: remove IRQ_DISABLEDIngo Molnar1-2/+1
2007-02-16[PATCH] clocksource: fixup is_continous changes on ARMThomas Gleixner4-4/+4
2007-02-16[ARM] 4137/1: Add kexec supportRichard Purdie5-0/+168
2007-02-16[ARM] 4201/1: SMP barriers pair needed for the secondary boot processCatalin Marinas1-0/+2
2007-02-16[ARM] at91: correct value for AT91_RSTC_KEYJan Altenberg2-2/+2
2007-02-16[ARM] 4207/1: defconfig fixes, use RTC_DRV_AT91RM9200David Brownell3-3/+3
2007-02-16[ARM] 4191/1: Remove redundant __flush_dcache_page() function prototypeGeorge G. Davis1-2/+0
2007-02-16[ARM] 4202/2: S3C2443: IRQ sub source handlersBen Dooks1-39/+199
2007-02-16[ARM] 4209/1: S3C24XX: remove unnecessary includes of iomd.hBen Dooks6-8/+0
2007-02-16[ARM] 4206/1: SMDK2440: Fix lcd type in platform dataBen Dooks1-0/+1
2007-02-16[ARM] 4205/1: S3C2443: Add cpu specific reset hookBen Dooks1-1/+9
2007-02-16[ARM] 4203/1: S3C2443: use S3C2412 nand driverBen Dooks1-0/+2
2007-02-16[ARM] 4200/1: S3C2443: Update s3c2410_defconfig to add SMDK2443Ben Dooks1-1/+7
2007-02-16[ARM] 4199/1: S3C2443: SMDK2443 machine additionBen Dooks3-1/+147
2007-02-16[ARM] 4198/2: S3C2443: arch/arm/mach-s3c2443 and related supportBen Dooks9-2/+1273
2007-02-15[ARM] 4192/1: AT91: Support for AT91SAM9XE processors.Andrew Victor2-6/+53
2007-02-15[ARM] 4130/1: Add L220 support to RealView/EBCatalin Marinas2-0/+12
2007-02-15Merge Realview GIC codeRussell King5-22/+134
2007-02-15[ARM] 4109/2: Add support for the RealView/EB MPCore revC platformCatalin Marinas3-5/+17
2007-02-15[ARM] 4190/2: Add the secondary GIC support for the RealView/EBCatalin Marinas1-0/+19
2007-02-15[ARM] 4108/2: Allow multiple GIC interrupt controllers in a systemCatalin Marinas3-17/+98
2007-02-14[PATCH] sysctl: remove insert_at_head from register_sysctlEric W. Biederman1-1/+1
2007-02-14[ARM] 4189/1: AT91: MACB Ethernet clockAndrew Victor2-6/+6
2007-02-14[ARM] 4184/1: iop: cp6 access handler (undef_hook)Dan Williams6-4/+85
2007-02-14[ARM] 4183/1: do_undefinstr: read svc undefined instructions with svc privilegesDan Williams1-1/+4
2007-02-14[ARM] 4182/1: iop3xx: fix the ioremap implementation to not remap static rangesDan Williams3-4/+62
2007-02-14[ARM] 4188/1: S3C24XX: add CRAMFS to s3c2410_defconfigBen Dooks1-2/+2
2007-02-14[ARM] 4179/1: S3C2440: DMA ordering listBen Dooks1-0/+44
2007-02-14[ARM] 4178/1: S3C2410: DMA ordering listBen Dooks1-0/+19
2007-02-14[ARM] 4177/1: S3C24XX: Add DMA channel allocation orderBen Dooks1-3/+46
2007-02-14[ARM] 4176/1: H1940 ledsArnaud Patard1-0/+6
2007-02-14[ARM] 4175/1: SMDK2413: add udc pull-up controlBen Dooks1-1/+40
2007-02-14[ARM] 4174/1: H1940 usb device definitionsArnaud Patard1-1/+47
2007-02-14[ARM] 4173/1: S3C24XX usb device platform datasArnaud Patard1-0/+15
2007-02-12[ARM] 4170/1: S3C2410: don't save and restore cp register 15Matt Reimer1-10/+8
2007-02-12[ARM] 4169/1: S3C2410: align to a cache lineMatt Reimer1-1/+1
2007-02-12[ARM] 4164/1: S3C2412: Add SMDK2412 to SMDK2413Ben Dooks1-0/+13
2007-02-12[ARM] 4163/1: S3C2410: minor typo in init commentBen Dooks1-1/+1
2007-02-12[PATCH] mark struct file_operations const 2Arjan van de Ven2-2/+2
2007-02-12[PATCH] Dynamic kernel command-line: armAlon Bar-Lev1-3/+3