aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm
Commit message (Expand)AuthorAgeFilesLines
* Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2006-06-2640-134/+1357
|\
| * [ARM] Update mach-typesRussell King2006-06-261-9/+62
| * [ARM] 3654/1: add ajeco 1arm sbc supportLennert Buytenhek2006-06-265-0/+1175
| * [ARM] 3651/1: S3C24XX: Make arch list more detailedBen Dooks2006-06-261-1/+1
| * [ARM] 3650/1: S3C2412: Update s3c2410_defconfigBen Dooks2006-06-261-14/+36
| * [ARM] 3649/1: S3C24XX: Fix capitalisation of CPU on SMDK2440Ben Dooks2006-06-261-2/+2
| * [ARM] 3612/1: make pci bus optional for ixp4xx platformMilan Svoboda2006-06-253-11/+18
| * [ARM] Remove MODE_(SVC|IRQ|FIQ|USR) and DEFAULT_FIQRussell King2006-06-256-7/+7
| * [ARM] Remove save_lr/restore_pc macrosRussell King2006-06-252-6/+4
| * [ARM] Remove partial non-v6 binutils compatibilityRussell King2006-06-251-32/+0
| * [ARM] Remove LOADREGS macroRussell King2006-06-2514-30/+30
| * [ARM] Remove RETINSTR macroRussell King2006-06-2510-22/+22
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuildLinus Torvalds2006-06-261-1/+1
|\ \
| * | kconfig: integrate split config into silentoldconfigRoman Zippel2006-06-091-1/+1
* | | [PATCH] backlight: LOCOMO Backlight Driver updatesRichard Purdie2006-06-261-20/+25
* | | [PATCH] kernel/sys.c: cleanupsAdrian Bunk2006-06-252-4/+2
* | | [PATCH] mm: remove VM_LOCKED before remap_pfn_range and drop VM_SHMChristoph Lameter2006-06-251-1/+0
| |/ |/|
* | Merge signal handler branchRussell King2006-06-241-125/+82
|\ \
| * | [ARM] 3648/1: Update struct ucontext layout for coprocessor registersDaniel Jacobowitz2006-06-241-31/+11
| * | [ARM] Add identifying number for non-rt sigframeRussell King2006-06-241-0/+5
| * | [ARM] Gather common sigframe saving code into setup_sigframe()Russell King2006-06-181-33/+29
| * | [ARM] Gather common sigframe restoration code into restore_sigframe()Russell King2006-06-181-43/+33
| * | [ARM] Re-use sigframe within rt_sigframeRussell King2006-06-181-13/+11
| * | [ARM] Merge sigcontext and sigmask members of sigframeRussell King2006-06-181-6/+5
| * | [ARM] Replace extramask with a full copy of the sigmaskRussell King2006-06-181-10/+3
| * | [ARM] Remove rt_sigframe puc and pinfo pointersRussell King2006-06-181-4/+0
* | | Merge S3C24xx branchRussell King2006-06-2415-44/+1197
|\ \ \
| * | | [ARM] 3647/1: S3C24XX: add Osiris to the list of simtec pm machinesBen Dooks2006-06-241-1/+2
| * | | [ARM] 3645/1: S3C2412: irq support for external interruptsBen Dooks2006-06-241-16/+33
| * | | [ARM] 3643/1: S3C2410: Add new usb clocksBen Dooks2006-06-241-1/+9
| * | | [ARM] 3642/1: S3C24XX: Add machine SMDK2413Ben Dooks2006-06-243-0/+133
| * | | [ARM] 3641/1: S3C2412: Fixup gpio register namingBen Dooks2006-06-242-7/+7
| * | | [ARM] 3640/1: S3C2412: Use S3C24XX_DCLKCON instead of S3C2410_DCLKCONBen Dooks2006-06-241-4/+4
| * | | [ARM] 3638/1: S3C2412: core clocksBen Dooks2006-06-242-0/+712
| * | | [ARM] 3637/1: S3C24XX: Add mpll clock, and set as fclk parentBen Dooks2006-06-242-2/+13
| * | | [ARM] 3636/1: S3C2412: Add selection of CPU_ARM926Ben Dooks2006-06-241-5/+5
| * | | [ARM] 3635/1: S3C24XX: Add S3C2412 core cpu supportBen Dooks2006-06-246-3/+277
| * | | [ARM] 3633/1: S3C24XX: s3c2410 gpio bugfix - wrong pin nosBen Dooks2006-06-241-5/+2
* | | | Merge ep93xx branchRussell King2006-06-243-1/+185
|\ \ \ \
| * | | | [ARM] 3646/1: ep93xx: instantiate ep93xx-ohci platform deviceLennert Buytenhek2006-06-241-0/+26
| * | | | [ARM] 3634/1: ep93xx: initial implementation of the clk_* APILennert Buytenhek2006-06-243-1/+159
| |/ / /
* | | | [ARM] 3644/1: ixp2000: export gpio_line_config()Lennert Buytenhek2006-06-241-0/+1
* | | | [ARM] 3632/1: iwmmxt: fix up argument comment for iwmmxt_task_restore()Lennert Buytenhek2006-06-241-1/+1
|/ / /
* | | [PATCH] fix silly ARM non-EABI build errorNicolas Pitre2006-06-231-1/+1
* | | [PATCH] leds: Amstrad Delta LED supportJonathan McDowell2006-06-231-0/+11
* | | [PATCH] make noirqdebug/irqfixup __read_mostly, add (un)likely()Andreas Mohr2006-06-231-2/+2
* | | [ARM] 3537/1: Rework DMA-bounce locking for finer granularityKevin Hilman2006-06-221-46/+21
* | | [ARM] 3601/1: i.MX/MX1 DMA error handling for signaled channels onlyPavel Pisa2006-06-221-26/+39
* | | [ARM] 3597/1: ixp4xx/nslu2: Board support for new LED subsystemRod Whitby2006-06-221-1/+47
* | | [ARM] 3595/1: ixp4xx/nas100d: Board support for new LED subsystemRod Whitby2006-06-221-1/+40