summaryrefslogtreecommitdiffstats
path: root/include/asm-arm
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2006-12-0877-964/+3252
|\
| *-------. [ARM] Merge individual ARM sub-treesRussell King2006-12-0877-964/+3252
| |\ \ \ \ \
| | | | | | * [ARM] 3995/1: iop13xx: add iop13xx supportDan Williams2006-12-0714-0/+1078
| | |_|_|_|/ | |/| | | |
| | | | | * [ARM] 3978/1: macro to provide a 63-bit value from a 32-bit hardware counterNicolas Pitre2006-12-071-0/+78
| | | | | * [ARM] 3611/4: optimize do_div() when divisor is constantNicolas Pitre2006-12-071-1/+179
| | |_|_|/ | |/| | |
| | | | * [ARM] Clean up discontigmem supportRussell King2006-11-306-160/+54Star
| | |_|/ | |/| |
| | | * [ARM] 4001/1: S3C24XX: shorten reboot timeBen Dooks2006-12-081-1/+1
| | | * [ARM] 3983/2: remove unused argument to __bug()Nicolas Pitre2006-12-071-2/+2
| | | * [ARM] 3991/1: i.MX/MX1 high resolution time sourcePavel Pisa2006-12-071-2/+1Star
| | | * [ARM] 3986/1: H1940: suspend to RAM supportBen Dooks2006-12-071-0/+21
| | | * [ARM] 3984/1: ixp4xx/nslu2: Fix disk LED numbering (take 2)Rod Whitby2006-12-071-2/+3
| | | * [ARM] 3881/4: xscale: clean up cp0/cp1 handlingLennert Buytenhek2006-12-031-32/+16Star
| | | * [ARM] 3971/1: xsc3: get rid of L_PTE_COHERENTLennert Buytenhek2006-12-021-2/+1Star
| | | * [ARM] 3958/1: add platform device (pxa2xx-udc)to ixp4xxMilan Svoboda2006-12-011-0/+8
| | | * [ARM] 3911/2: Simplify alloc_thread_info on ARMPaul Gortmaker2006-11-301-2/+12
| | | * [ARM] Remove "translated" io macrosRussell King2006-11-301-26/+5Star
| | | * [ARM] Remove warnings for __io_pci and __arch_(get|put)*Russell King2006-11-301-8/+0Star
| | | * [ARM] L7200: Remove deprecated __io_pci and __arch_(get|put)*Russell King2006-11-301-27/+0Star
| | | * [ARM] Fix nommu buildRussell King2006-11-301-1/+0Star
| | | * [ARM] 3936/1: [Jornada7xx] - No use for jornada720.hKristoffer Ericson2006-11-301-42/+0Star
| | | * [ARM] Remove compatibility layer for ARM irqsRussell King2006-11-301-12/+0Star
| | | * [ARM] 3894/1: pxa27x: Update DCSR_EORINTR bit definition in DCSRstanley cai2006-11-301-1/+1
| | | * [ARM] 3893/1: pxa27x: Update UDCISR1 bit definitionsstanley cai2006-11-301-6/+5Star
| | | * [ARM] Move HWCAP_* definitions to asm/elf.hRussell King2006-11-302-18/+19
| | | * [ARM] Include asm/elf.h instead of asm/procinfo.hRussell King2006-11-301-1/+0Star
| | | * [ARM] Arrange asm-arm/elf.h so it can be included by assemblyRussell King2006-11-301-43/+49
| | |/ | |/|
| | * [ARM] 3977/1: AT91: remove loop waiting for resetAndrew Victor2006-12-041-2/+0Star
| | * [ARM] 3974/1: AT91: Remove USB Device headerAndrew Victor2006-12-041-77/+0Star
| | * [ARM] 3972/1: AT91: Update board.hAndrew Victor2006-12-041-2/+4
| | * [ARM] 3960/1: AT91: Final SAM9 intergration patches.Andrew Victor2006-12-013-17/+24
| | * [ARM] 3949/2: AT91: SAM9 timer driverAndrew Victor2006-12-011-0/+29
| | * [ARM] 3952/1: AT91: Hardware headers for SAM9 perhipheralsAndrew Victor2006-11-309-0/+598
| | * [ARM] 3954/1: AT91: Update drivers for new headersAndrew Victor2006-11-307-3/+33
| | * [ARM] 3951/1: AT91: Rename user peripheral header filesAndrew Victor2006-11-306-62/+38Star
| | * [ARM] 3950/1: AT91: Split up system header fileAndrew Victor2006-11-309-438/+559
| | * [ARM] 3948/1: AT91: Initial support for AT91SAM9261 and AT91SAM9260Andrew Victor2006-11-302-0/+417
| | * [ARM] 3947/1: AT91: cpu_is_XXX macro'sAndrew Victor2006-11-302-8/+49
| | * [ARM] 3946/1: AT91: at91_arch_reset and at91_extern_irqAndrew Victor2006-11-301-5/+7
| |/
* | [PATCH] cleanup asm/setup.h userspace visibilityAdrian Bunk2006-12-071-49/+55
* | [PATCH] Add struct dev pointer to dma_is_consistent()Ralf Baechle2006-12-071-1/+1
* | [PATCH] remove kernel syscallsArnd Bergmann2006-12-071-150/+0Star
* | WorkQueue: Fix up arch-specific work items where possibleDavid Howells2006-12-051-1/+1
* | Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/...Linus Torvalds2006-12-041-0/+13
|\ \
| * | [libata] ARM: add ixp4xx PATA driverAlessandro Zummo2006-12-021-0/+13
* | | [NET]: ARM checksum annotations and cleanups.Al Viro2006-12-031-42/+41Star
|/ /
* / Driver core: add dev_archdata to struct deviceBenjamin Herrenschmidt2006-12-011-0/+7
|/
* [ARM] 3943/1: share declaration of struct pxa2xx_udc_mach_info between multip...Milan Svoboda2006-11-292-16/+27
* [ARM] 3942/1: ARM: comment: consistent_sync should not be called directlyDan Williams2006-11-221-0/+4
* [ARM] ebsa110: fix warnings generated by asm/arch/io.hRussell King2006-11-201-5/+11
* [ARM] 3919/1: Fixed definition of some PXA270 CIF related registersEnrico Scholz2006-11-031-4/+4