summaryrefslogtreecommitdiffstats
path: root/arch/arm
Commit message (Expand)AuthorAgeFilesLines
* [PATCH] kernel/sys.c: cleanupsAdrian Bunk2006-06-252-4/+2Star
* [PATCH] mm: remove VM_LOCKED before remap_pfn_range and drop VM_SHMChristoph Lameter2006-06-251-1/+0Star
* Merge signal handler branchRussell King2006-06-251-125/+82Star
|\
| * [ARM] 3648/1: Update struct ucontext layout for coprocessor registersDaniel Jacobowitz2006-06-251-31/+11Star
| * [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/+29Star
| * [ARM] Gather common sigframe restoration code into restore_sigframe()Russell King2006-06-181-43/+33Star
| * [ARM] Re-use sigframe within rt_sigframeRussell King2006-06-181-13/+11Star
| * [ARM] Merge sigcontext and sigmask members of sigframeRussell King2006-06-181-6/+5Star
| * [ARM] Replace extramask with a full copy of the sigmaskRussell King2006-06-181-10/+3Star
| * [ARM] Remove rt_sigframe puc and pinfo pointersRussell King2006-06-181-4/+0Star
* | 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/+2Star
* | | 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/+21Star
* | [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
* | [ARM] 3626/1: ARM EABI: fix syscall restartingNicolas Pitre2006-06-221-2/+19
* | [ARM] 3628/1: S3C24XX: add get_rate call to struct clkBen Dooks2006-06-222-2/+6
* | [ARM] 3627/1: S3C24XX: split s3c2410 clocks from core clocksBen Dooks2006-06-2210-218/+299
* | [ARM] 3613/1: S3C2410: Add sysdev and sysclassBen Dooks2006-06-222-1/+24
* | [ARM] 3620/2: ixp23xx: add uengine loader supportLennert Buytenhek2006-06-223-10/+50
* | [ARM] 3618/1: add defconfig for logicpd pxa270 card engineLennert Buytenhek2006-06-221-0/+963
* | [ARM] 3617/1: ep93xx: fix slightly incorrect timer tick rateLennert Buytenhek2006-06-221-1/+1
* | [ARM] 3616/1: fix timer handler wrap logic for a number of platformsLennert Buytenhek2006-06-225-6/+9
* | [ARM] 3615/1: ixp23xx: use platform devices for physmap flashLennert Buytenhek2006-06-223-3/+63
* | [ARM] 3614/1: ep93xx: use platform devices for physmap flashLennert Buytenhek2006-06-222-2/+45
* | [ARM] 3623/1: pnx4008: move GPIO-related defines to gpio.hVitaly Wool2006-06-221-1/+1
* | [ARM] 3622/1: pnx4008: remove clk_use/clk_unuseVitaly Wool2006-06-221-78/+51Star
* | [ARM] Enable VFP to be built when non-VFP capable CPUs are selectedRussell King2006-06-222-3/+6
* | [ARM] Add thread_notify infrastructureRussell King2006-06-225-59/+87
* | [ARM] Fix tosa build errorRussell King2006-06-211-0/+1