summaryrefslogtreecommitdiffstats
path: root/arch/arm
Commit message (Expand)AuthorAgeFilesLines
* [PATCH] ARM: OMAP: fix missing header on apollon boardKyungmin Park2006-12-301-0/+1
* [PATCH] ARM: OMAP: fix GPMC compiler errorsKyungmin Park2006-12-301-13/+8
* [ARM] 4062/1: S3C24XX: Anubis and Osiris shuld have CONFIG_PM_SIMTECBen Dooks2006-12-191-2/+8
* [ARM] 4060/1: update several ARM defconfigsLennert Buytenhek2006-12-198-211/+813
* [ARM] 4061/1: xsc3: change of maintainerLennert Buytenhek2006-12-191-1/+1
* [ARM] 4059/1: VR1000: fix LED3's platform device numberBen Dooks2006-12-191-1/+1
* [ARM] 4022/1: iop13xx: generic irq fixupsDan Williams2006-12-191-9/+13
* [ARM] 4015/1: s3c2410 cpu ifdefsKrzysztof Helt2006-12-182-2/+10
* [ARM] 4056/1: iop13xx: fix resource.end off-by-one in flash setupLennert Buytenhek2006-12-181-1/+1
* [ARM] 4055/1: iop13xx: fix phys_io/io_pg_offst for iq81340mc/scLennert Buytenhek2006-12-182-6/+6
* [ARM] 4054/1: ep93xx: add HWCAP_CRUNCHLennert Buytenhek2006-12-182-0/+5
* [ARM] 4052/1: S3C24XX: Fix PM in arch/arm/mach-s3c2410/KconfigBen Dooks2006-12-181-9/+6
* [ARM] Fix warnings from asm/system.hRussell King2006-12-181-0/+20
* [ARM] 4051/1: S3C24XX: clean includes in S3C2440 and S3C2442 supportBen Dooks2006-12-173-38/+0
* [ARM] 4050/1: S3C24XX: remove old changelogs in arch/arm/mach-s3c2410Ben Dooks2006-12-173-12/+0
* [ARM] 4049/1: S3C24XX: fix sparse warning due to upf_t in regs-serial.hBen Dooks2006-12-1725-5/+24
* [ARM] 4048/1: S3C24XX: make s3c2410_pm_resume() staticBen Dooks2006-12-171-1/+1
* [ARM] 4046/1: S3C24XX: fix sparse errors arch/arm/mach-s3c2410Ben Dooks2006-12-172-3/+11
* [ARM] 4045/1: S3C24XX: remove old VA for non-shared areasBen Dooks2006-12-173-5/+0
* [ARM] 4044/1: S3C24XX: fix sparse warnings in arch/arm/mach-s3c2410/s3c2442-c...Ben Dooks2006-12-171-11/+11
* [ARM] 4043/1: S3C24XX: fix sparse warnings in arch/arm/mach-s3c2410/s3c2440-c...Ben Dooks2006-12-171-12/+12
* [ARM] 4040/1: S3C24XX: Fix copyrights in arch/arm/mach-s3c2410Ben Dooks2006-12-174-4/+4
* [ARM] Fix BUG()s in ioremap() codeRussell King2006-12-171-0/+2
* [ARM] Add more syscallsRussell King2006-12-172-6/+31
* Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2006-12-1338-218/+721
|\
| *-. [ARM] Merge AT91 and devel branchesRussell King2006-12-1338-218/+721
| |\ \
| | | * [ARM] 4017/1: [Jornada7xx] - Updating Jornada720.cKristoffer Ericson2006-12-131-25/+204
| | | * [ARM] 3992/1: i.MX/MX1 CPU Frequency scaling supportPavel Pisa2006-12-133-1/+299
| | | * [ARM] Remove empty fixup functionRussell King2006-12-131-5/+0
| | | * [ARM] 4014/1: include drivers/hid/KconfigSascha Hauer2006-12-131-0/+2
| | | * [ARM] 4013/1: clocksource driver for netxSascha Hauer2006-12-131-12/+30
| | | * [ARM] 4012/1: Clocksource for pxaSascha Hauer2006-12-131-22/+23
| | | * [ARM] Clean up ioremap codeRussell King2006-12-131-58/+40
| | | * [ARM] Unuse another Linux PTE bitRussell King2006-12-1325-75/+71
| | | * [ARM] Clean up KERNEL_RAM_ADDRRussell King2006-12-111-9/+10
| | | * [ARM] Add sys_*at syscallsRussell King2006-12-091-0/+13
| | | * [ARM] Formalise the ARMv6 processor name stringRussell King2006-12-081-1/+1
| | | * [ARM] Handle HWCAP_VFP in VFP support codeRussell King2006-12-084-11/+27
| | * | [ARM] 4011/1: AT91SAM9260: Fix compilation with NAND driverAndrew Victor2006-12-081-0/+1
| | * | [ARM] 4010/1: AT91SAM9260-EK board: Prepare for MACB Ethernet supportAndrew Victor2006-12-081-0/+1
* | | | [PATCH] getting rid of all casts of k[cmz]alloc() callsRobert P. J. Day2006-12-132-2/+2
* | | | [PATCH] another build fix, header rearrangements (OSK)David Brownell2006-12-131-0/+1
* | | | [PATCH] fix more workqueue build breakage (tps65010)David Brownell2006-12-131-0/+1
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialLinus Torvalds2006-12-122-9/+9
|\ \ \ \ | |/ / / |/| | |
| * | | kconfig: Standardize "depends" -> "depends on" in Kconfig filesRobert P. J. Day2006-12-122-9/+9
* | | | i2c: New ARM Versatile/Realview bus driverRussell King2006-12-104-0/+29
* | | | i2c: New Philips PNX bus driverVitaly Wool2006-12-102-1/+168
|/ / /
* | | [PATCH] LOG2: Implement a general integer log2 facility in the kernelDavid Howells2006-12-081-0/+8
| |/ |/|
* | Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2006-12-07197-780/+9782
|\ \
| | \
| | \
| | \
| | \
| | \
| | \
| | \
| | \
| | \
| | \
| *---------. \ [ARM] Merge individual ARM sub-treesRussell King2006-12-07197-780/+9782
| |\ \ \ \ \ \ \ | | | |_|_|_|_|/ | | |/| | | | |
OpenPOWER on IntegriCloud