aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-07-29Remove fs.h from mm.hAlexey Dobriyan2-0/+2
2007-07-28Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds5-16/+18
2007-07-28[ARM] 4529/1: [HP Jornada 7XX] - Fix jornada720.c to use SSP driverKristoffer Ericson1-12/+15
2007-07-26[ARM] 4528/1: [HP Jornada 7XX] - Fix typo in jornada720_ssp.cKristoffer Ericson1-1/+1
2007-07-26[ARM] Remove CONFIG_IGNORE_FIQRussell King1-2/+0
2007-07-24[ARM] 4526/1: pxa: make ARCH_PXA select GENERIC_CLOCKEVENTSEric Miao1-0/+1
2007-07-24[BLOCK] Get rid of request_queue_t typedefJens Axboe1-4/+4
2007-07-23[ARM] setup_profiling_timer must not be __initRussell King1-1/+1
2007-07-22Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds91-566/+3332
2007-07-22Merge branches 'at91', 'imx', 'iop', 'ixp', 'ks8695', 'misc', 'ns9xxx', 'pxa' and 's3c' into develRussell King90-559/+3329
2007-07-22[ARM] 4524/1: S3C: Move register out of include/asm-arm/arch-s3c2410Ben Dooks9-18/+18
2007-07-22[ARM] 4520/1: S3C: Remove old VA values from static mapBen Dooks2-2/+0
2007-07-22[ARM] 4518/1: S3C: Rename watchdog configuration optionsBen Dooks2-6/+6
2007-07-22[ARM] 4514/1: S3C: Rename DEBUG_S3C2410_PORT and DEBUG_S3C_UARTBen Dooks2-10/+10
2007-07-22[ARM] 4513/1: S3C: Rename CONFIG_S3C2410_LOWLEVEL_UART_PORTBen Dooks4-5/+5
2007-07-22[ARM] 4511/1: S3C: updated LLSERIAL Kconfig defines for CPU supportBen Dooks6-0/+33
2007-07-22[ARM] 4509/1: S3C: Create initial arch/arm/plat-s3cBen Dooks3-59/+78
2007-07-22[ARM] 4508/1: S3C: Move items to include/asm-arm/plat-s3cBen Dooks32-41/+40
2007-07-22[ARM] 4461/1: MXC platform and i.MX31ADS core supportQuinn Jensen12-2/+508
2007-07-22[ARM] 4507/1: pxa2xx clock_event_deviceBill Gatliff1-130/+128
2007-07-21clockevents: fix resume logicThomas Gleixner5-0/+8
2007-07-20[ARM] 4497/1: Only allow safe cache configurations on ARMv6 and laterCatalin Marinas2-5/+11
2007-07-20[ARM] 4503/1: nommu: Add noMMU support for ARMv7Catalin Marinas2-12/+15
2007-07-20[ARM] 4498/1: ARMv7: Remove the L2 cache configuration via the aux ctrl registerCatalin Marinas2-16/+0
2007-07-20[ARM] 4506/1: HP Jornada 7XX: Addition of SSP Platform DriverKristoffer Ericson3-2/+214
2007-07-20[ARM] 4504/1: nommu: Fix the ARMv6 support for MMU-less platformsCatalin Marinas1-1/+1
2007-07-20[ARM] 4502/1: nommu: Do not export the copy/clear user page functionsCatalin Marinas1-0/+2
2007-07-20[ARM] 4501/1: nommu: Select TLS register emulation if ARMv6 and not v6KCatalin Marinas1-0/+1
2007-07-20[ARM] 4500/1: Add locking around the background L2x0 cache operationsCatalin Marinas1-0/+6
2007-07-20[ARM] rpc: convert an outb() to writeb()Russell King1-1/+1
2007-07-20[ARM] Make 'i' and 'zi' targets workRussell King1-0/+8
2007-07-20[ARM] Allow neponset to build againRussell King1-0/+2
2007-07-20[ARM] 4471/1: Compile the uncompressing code with -fno-builtinCatalin Marinas1-1/+1
2007-07-20[ARM] 4475/2: EM-x270 board supportMike Rapoport4-0/+1624
2007-07-20[ARM] 4491/1: em7210 rtc clockArnaud Patard1-0/+13
2007-07-20[ARM] 4489/1: pxa: split pxa_cpu_suspend to processor specific onesEric Miao3-46/+75
2007-07-20[ARM] 4488/1: pxa: move pxa25x/pxa27x specific code out of pm.cEric Miao3-136/+234
2007-07-20arm: fix up handle_mm_fault changesNick Piggin1-3/+3
2007-07-20[ARM] 4493/1: ns9xxx: disable a non-reloading timer before ack'ing its irqUwe Kleine-König1-0/+9
2007-07-20[ARM] 4487/1: ns9xxx: complete definition of GPIO related registersUwe Kleine-König1-2/+1
2007-07-20[ARM] 4486/1: ns9xxx: fix a typo in the register definitions.Uwe Kleine-König1-1/+1
2007-07-20[ARM] 4485/1: ns9xxx: pass the correct irq number to the interrupt handlersUwe Kleine-König1-1/+1
2007-07-20[ARM] 4483/1: ns9xxx: fix three sparse warnings: symbol 'xyz' was not declared.Uwe Kleine-König2-1/+3
2007-07-20[ARM] 4482/1: ns9xxx: fix compilation for mach-type CC9P9360JSUwe Kleine-König2-1/+2
2007-07-20[ARM] 4480/1: pxa: change the pxa device naming schemeEric Miao4-53/+53
2007-07-20[ARM] ixp4xx: fix IRQ GPIO direction configuration for GPIOs >= 8Tim Harvey1-1/+1
2007-07-20[ARM] ks8695: no need to include linux/ptrace.hRussell King1-1/+0
2007-07-20[ARM] 4478/1: AT91: Convert AT91RM9200 to use atmel_spi driverAndrew Victor1-7/+3
2007-07-20[ARM] vfp: make fpexc bit names less verboseRussell King2-12/+12
2007-07-20[ARM] 4495/1: iop: combined watchdog timer driver for iop3xx and iop13xxDan Williams1-0/+8