aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm
AgeCommit message (Expand)AuthorFilesLines
2006-05-17[ARM] 3530/1: PXA Mainstone: prevent double enable_irq() in pcmciaThomas Gleixner1-1/+4
2006-05-17[ARM] 3529/1: s3c24xx: fix restoring control register with undefined instructionDimitry Andric1-4/+2
2006-05-16[ARM] arch/arm/kernel/dma-isa.c: named initializersAdrian Bunk1-6/+17
2006-05-16[ARM] 3527/1: MPCore Boot Lockup FixHarry Fearnhamm1-1/+4
2006-05-16[ARM] arch/arm/kernel/process.c: Fix warningRussell King1-1/+1
2006-05-16[ARM] 3526/1: ioremap should use vunmap instead of vfree on ARMCatalin Marinas1-2/+2
2006-05-16[ARM] 3524/1: ARM EABI: more 64-bit aligned stack fixesNicolas Pitre2-4/+4
2006-05-16[ARM] 3517/1: move definition of PROC_INFO_SZ from procinfo.h to asm-offsets.hUwe Zeisberger1-0/+2
2006-05-09[ARM] 3508/1: Update collie defconfigPavel Machek1-174/+256
2006-05-09[ARM] Fix thread struct allocator for SMP caseRussell King1-12/+25
2006-05-08[ARM] Update mach-typesRussell King1-9/+80
2006-05-08[ARM] Update versatile_defconfigRussell King1-144/+246
2006-05-07[ARM] 3507/1: Replace map_desc.physical with map_desc.pfn: aaed2000Bellido Nicolas1-1/+6
2006-05-07[ARM] 3504/1: Fix clcd includes for aaec2000Bellido Nicolas2-1/+1
2006-05-07[ARM] 3503/1: Fix map_desc structure for aaec2000Bellido Nicolas1-2/+2
2006-05-07[ARM] 3501/1: i.MX: fix lowlevel debug macrosSascha Hauer1-1/+1
2006-05-06[ARM] Allow SA1100 RTC alarm to be configured for wakeupRussell King1-0/+16
2006-05-05[ARM] 3500/1: fix PXA27x DMA allocation priorityNicolas Pitre1-12/+5
2006-05-05[ARM] 3499/1: Fix VFP FPSCR corruption for double exception caseGeorge G. Davis1-1/+1
2006-05-05[ARM] 3496/1: more constants for asm-offsets.hUwe Zeisberger3-11/+7
2006-05-04[ARM] 3490/1: i.MX: move uart resources to board filesSascha Hauer2-52/+74
2006-05-02[ARM] 3488/1: make icedcc_putc do the right thingUwe Zeisberger1-2/+2
2006-04-30[ARM] 3487/1: IXP4xx: Support non-PCI systemsDeepak Saxena3-4/+16
2006-04-26Merge nommu treeRussell King2-2/+4
2006-04-25[ARM] vfp: fix leak of VFP_NAN_FLAG into FPSCRRussell King3-3/+3
2006-04-25[ARM] 3484/1: Correct AEABI CFLAGS for correct enum handlingRichard Purdie1-1/+1
2006-04-24[ARM] nommu: trivial fixups for head-nommu.S and the MakefileHyok S. Choi2-2/+4
2006-04-20[ARM] for_each_possible_cpuKAMEZAWA Hiroyuki1-1/+1
2006-04-20[ARM] add_memory() build fixAndrew Morton1-3/+3
2006-04-20[ARM] 3483/1: ixp23xx: update defconfig to 2.6.17-rc2Lennert Buytenhek1-28/+30
2006-04-20[ARM] 3482/1: ixp2000: update defconfig to 2.6.17-rc2Lennert Buytenhek1-18/+41
2006-04-20[ARM] 3481/1: ep93xx: update defconfig to 2.6.17-rc2Lennert Buytenhek1-25/+54
2006-04-20[ARM] 3480/1: ixp4xx: fix irq2gpio array typeLennert Buytenhek1-1/+1
2006-04-18[ARM] 3479/1: Corgi SSP: Fix potential concurrent access problemRichard Purdie1-6/+3
2006-04-18[ARM] 3478/1: SharpSL SCOOP: Fix potenial build failureRichard Purdie1-0/+12
2006-04-15Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2-2/+2
2006-04-14Fix AT91RM9200 build breakageDavid Brownell1-1/+11
2006-04-13[ARM] 3475/1: S3C2410: fix spelling mistake in SMDK partition tableBen Dooks1-1/+1
2006-04-11[ARM] 3474/1: S3C2440: USB rate writes wrong var to CLKDIVNBen Dooks1-1/+1
2006-04-11[PATCH] No arch-specific strpbrk implementationsKyle McMartin1-1/+0
2006-04-11[PATCH] Configurable NODES_SHIFTYasunori Goto1-0/+6
2006-04-10[ARM] 3473/1: Use numbers 0-15 for the VFP double registersCatalin Marinas3-17/+11
2006-04-10[ARM] 3471/1: FTOSI functions should return 0 for NaNCatalin Marinas2-3/+13
2006-04-10[ARM] 3470/1: Clear the HWCAP bits for the disabled kernel featuresCatalin Marinas1-0/+6
2006-04-09[ARM] 3469/1: S3C24XX: clkout missing hclk selectorBen Dooks1-0/+4
2006-04-09[ARM] 3468/1: S3C2410: SMDK common include fixBen Dooks1-0/+1
2006-04-09[ARM] 3461/1: ARM: OMAP: Fix clk_get() when using id and nameTony Lindgren1-1/+2
2006-04-09[ARM] 3460/1: ARM: OMAP: Remove unnecessary nop_release()Tony Lindgren3-43/+0
2006-04-09[ARM] Allow decompressor to be built with -ffunction-sectionsRussell King1-0/+1
2006-04-07[ARM] Fix SA110/SA1100 cache flushingRussell King3-58/+30
2006-04-07[ARM] Move FLUSH_BASE macros to asm/arch/memory.hRussell King1-3/+4
2006-04-02Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds83-895/+5566
2006-04-02[ARM] 3457/1: i.MX: SD/MMC support for i.MX/MX1Pavel Pisa1-0/+13
2006-04-02[ARM] 3433/1: ARM: OMAP: 8/8 Update board filesTony Lindgren18-252/+1772
2006-04-02[ARM] 3455/1: ARM: OMAP: 7/8 Misc updates, take 2Tony Lindgren9-63/+357
2006-04-02[ARM] 3454/1: ARM: OMAP: 6/8 Update framebuffer low-level init code, take 2Tony Lindgren2-0/+86
2006-04-02[ARM] 3430/1: ARM: OMAP: 5/8 Update PMTony Lindgren7-43/+1279
2006-04-02[ARM] 3429/1: ARM: OMAP: 4/8 Update GPIOTony Lindgren1-25/+61
2006-04-02[ARM] 3428/1: ARM: OMAP: 3/8 Update pin multiplexingTony Lindgren2-13/+62
2006-04-02[ARM] 3427/1: ARM: OMAP: 2/8 Update timersTony Lindgren4-199/+353
2006-04-02[ARM] 3426/1: ARM: OMAP: 1/8 Update clock frameworkTony Lindgren9-181/+466
2006-04-02[ARM] 3396/2: AT91RM9200 Platform devices updateAndrew Victor1-8/+127
2006-04-02[ARM] 3395/2: AT91RM9200 Dataflash Card vs MMC selectionAndrew Victor4-4/+14
2006-04-02[ARM] 3393/2: AT91RM9200 LED supportAndrew Victor7-4/+136
2006-04-02[ARM] 3453/1: Poodle: Correctly set the memory sizeRichard Purdie1-0/+4
2006-04-02[ARM] 3446/1: i.MX: MMC/SD SDHC controller registration for i.MX/MX1 MX1ADS b...Pavel Pisa1-0/+18
2006-04-02[ARM] 3444/1: i.MX: Scatter-gather DMA emulation for i.MX/MX1Pavel Pisa1-63/+448
2006-04-02[ARM] 3451/1: ep93xx: use the m48t86 rtc driver on the ts72xx platformLennert Buytenhek1-0/+39
2006-04-02[ARM] 3450/1: ep93xx: use the ep93xx rtc driverLennert Buytenhek1-0/+10
2006-04-02[ARM] 3452/1: [S3C2410] RX3715 - add nand informationBen Dooks1-0/+35
2006-04-02[ARM] 3449/1: [S3C2410] Anubis - fix NAND timingsBen Dooks1-2/+2
2006-04-02[ARM] 3448/1: [S3C2410] Settle delay when _enabling_ USB PLLBen Dooks1-1/+1
2006-04-02[ARM] 3442/1: [S3C2410] SMDK: NAND device setupBen Dooks1-1/+84
2006-04-02[ARM] 3447/1: [S3C2410] SMDK - default LEDs to offBen Dooks1-4/+4
2006-04-02[ARM] 3439/2: xsc3: add I/O coherency supportLennert Buytenhek5-1/+38
2006-04-01[ARM] 3440/1: [S3C2410] make SMDK2410 and SMDK2440 similarities commonBen Dooks6-21/+84
2006-04-01[ARM] 3438/1: ixp23xx: add pci slave supportLennert Buytenhek2-1/+20
2006-04-01[ARM] 3436/1: 2.6.16-git18: collie_defconfig brokenPavel Machek1-1/+71
2006-04-01[ARM] 3437/1: Kill duplicate exports of string library functionsKomal Shah1-13/+0
2006-03-31Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds11-214/+474
2006-03-31[PATCH] unexport get_wchanAdrian Bunk1-1/+0
2006-03-31[PATCH] backlight: corgi_bl: Generalise to support other Sharp SL hardwareRichard Purdie2-0/+4
2006-03-31[PATCH] LED: add device support for tosaDirk Opfer1-0/+9
2006-03-31[PATCH] LED: add LED device support for the zaurus corgi and spitz modelsRichard Purdie2-0/+18
2006-03-31[PATCH] LED: add sharp charger status LED triggerRichard Purdie1-2/+8
2006-03-31[PATCH] LED: add LED classRichard Purdie1-0/+2
2006-03-30[ARM] 3425/1: xsc3: need to include pgtable-hwdef.hLennert Buytenhek1-0/+1
2006-03-28Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds27-41/+3680
2006-03-28Merge master.kernel.org:/home/rmk/linux-2.6-serialLinus Torvalds2-0/+114
2006-03-28[ARM] 3420/1: Missing clobber in example codePaul Brook1-1/+1
2006-03-28Merge nommu treeRussell King9-213/+472
2006-03-28[ARM] 3388/1: ixp23xx: add core ixp23xx supportLennert Buytenhek10-1/+1313
2006-03-28[ARM] 3417/1: add support for logicpd pxa270 card engineLennert Buytenhek3-0/+399
2006-03-28[ARM] 3387/1: ixp23xx: add defconfigLennert Buytenhek1-0/+1302
2006-03-28[ARM] 3377/2: add support for intel xsc3 coreLennert Buytenhek6-2/+618
2006-03-28[PATCH] Typo fixesAlexey Dobriyan1-1/+1
2006-03-28[PATCH] RTC: Remove RTC UIP synchronization on ARMMatt Mackall1-16/+1
2006-03-28[ARM] Move ice-dcc code into misc.cRussell King3-22/+14
2006-03-28[ARM] Fix decompressor serial IO to give CRLF not LFCRRussell King1-10/+18
2006-03-27[PATCH] RTC subsystem: SA1100/PXA2XX driverRichard Purdie2-0/+12
2006-03-27[PATCH] RTC subsystem: ARM Integrator cleanupRichard Purdie1-8/+8
2006-03-27[PATCH] RTC subsystem: ARM cleanupAlessandro Zummo2-95/+16
2006-03-27[PATCH] Notifier chain update: API changesAlan Stern2-2/+2
2006-03-27[ARM] proc-v6: mark page table walks outer-cacheable, shared. Enable NX.Russell King1-4/+12
2006-03-27[ARM] nommu: trivial patch for arch/arm/lib/MakefileHyok S. Choi1-1/+1
2006-03-27[ARM] 3416/1: Update LART site URLErik Mouw2-2/+2
2006-03-27[ARM] nommu: fixups for the exception vectorsHyok S. Choi4-5/+31
2006-03-27[ARM] nommu: add nommu specific Kconfig and MMUEXT variable in MakefileHyok S. Choi2-1/+33
2006-03-27[ARM] nommu: start-up codeHyok S. Choi4-207/+302
2006-03-27[ARM] nommu: MPU support in boot/compressed/head.SHyok S. Choi1-0/+106
2006-03-26[SERIAL] Provide Cirrus EP93xx AMBA PL010 serial support.Lennert Buytenhek1-0/+68
2006-03-26[SERIAL] amba-pl010: allow platforms to specify modem control methodRussell King1-0/+46
2006-03-26[ARM] 3415/1: Akita: Add missing EXPORT_SYMBOLRichard Purdie1-0/+2
2006-03-26[PATCH] bitops: arm: use generic bitopsAkinobu Mita1-0/+4
2006-03-25Merge master.kernel.org:/home/rmk/linux-2.6-serialLinus Torvalds1-19/+59
2006-03-25Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds29-80/+363
2006-03-25[ARM] 3383/3: ixp2000: ixdp2x01 platform serial conversionLennert Buytenhek1-19/+59
2006-03-25[ARM] 3030/2: fix permission check in the obscur cmpxchg syscallNicolas Pitre1-1/+1
2006-03-25Merge nommu treeRussell King20-51/+78
2006-03-25[ARM] 3399/1: Fix link problem when CONFIG_PRINTK is disabledMalcolm Parsons1-1/+1
2006-03-25[ARM] 3398/1: Fix the VFP registers loading/storing base addressCatalin Marinas1-3/+1
2006-03-25[ARM] 3385/1: Battery support for sharp zaurus sl-5500 (collie)Pavel Machek1-0/+278
2006-03-25[ARM] SMP: don't set cpu_*_map in smp_prepare_boot_cpuRussell King1-3/+0
2006-03-25Merge master.kernel.org:/pub/scm/linux/kernel/git/sam/kbuildLinus Torvalds3-3/+12
2006-03-25[PATCH] collie: fix missing pcmcia bitsPavel Machek1-0/+30
2006-03-24[PATCH] s/;;/;/gAlexey Dobriyan2-4/+4
2006-03-24[ARM] nommu: rename compressed/head.S symbols to a new styleHyok S. Choi1-41/+41
2006-03-23[ARM] Move enable_irq and disable_irq to assembler.hRussell King2-18/+1
2006-03-23[ARM] 3391/1: use PLAT8250_DEV_PLATFORM{,1} for platform device id instead of...Lennert Buytenhek2-3/+3
2006-03-22Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds81-3392/+2171
2006-03-22[ARM] 3389/1: typo and grammar fixErik Hovland1-1/+1
2006-03-22[ARM] 3386/1: AT91RM9200 Clock updateAndrew Victor1-12/+73
2006-03-22[ARM] 3384/1: AT91RM9200: TimerAndrew Victor1-2/+2
2006-03-22[ARM] 3382/1: ixp2000: unify defconfigsLennert Buytenhek5-3916/+46
2006-03-22[ARM] 3378/1: ixp2000: fix gpio interrupt handlingLennert Buytenhek1-12/+1
2006-03-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/perex/alsaLinus Torvalds1-2/+2
2006-03-22[PATCH] remove set_page_count() outside mm/Nick Piggin1-1/+1
2006-03-22[PATCH] mm: split highorder pagesNick Piggin1-2/+2
2006-03-22[ARM] Quieten spurious IRQ detectionRussell King1-3/+8
2006-03-22Merge with rsync://rsync.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2...Jaroslav Kysela3-26/+6
2006-03-22[ALSA] Fix snd_xxx_t typedefsTakashi Iwai1-2/+2
2006-03-21[ARM] Use kcalloc to allocate counter_config array rather than kmallocRussell King1-1/+1
2006-03-21[ARM] Oprofile: dynamically allocate counter_configRussell King2-3/+10
2006-03-21[ARM] Oprofile: Convert semaphore to mutexRussell King1-13/+10
2006-03-21[ARM] 3376/2: S3C2410 - update defconfigBen Dooks1-6/+141
2006-03-21[ARM] 3375/1: S3C2440 - fix osiris machine buildBen Dooks1-3/+7
2006-03-21[ARM] 3374/1: ep93xx: gpio interrupt supportLennert Buytenhek1-0/+133
2006-03-21[ARM] 3361/1: S3C24XX - add USB bus clock sourceBen Dooks3-2/+37
2006-03-21[ARM] 3360/1: S3C2440 - add set rate methods and camera clockBen Dooks1-0/+51
2006-03-21[ARM] 3359/1: S3C24XX - add support for clk_set_rateBen Dooks2-1/+15
2006-03-21[ARM] Convert kmalloc+memset to kzallocRussell King14-48/+18
2006-03-21[ARM] 3373/1: move uengine loader to arch/arm/commonLennert Buytenhek3-2/+3
2006-03-21[ARM] 3372/1: ep93xx: add defconfigLennert Buytenhek1-0/+1087
2006-03-21[ARM] 3371/1: ep93xx: gpio supportLennert Buytenhek1-0/+68
2006-03-21[ARM] 3369/1: ep93xx: add core cirrus ep93xx supportLennert Buytenhek9-1/+375
2006-03-21[ARM] 3368/1: ixp4xx: set gpio direction in ixp4xx_config_irqAlessandro Zummo1-1/+4
2006-03-21[ARM] 3346/1: Fix udelay() for HZ values different from 100Peter Teichmann1-8/+12
2006-03-21[ARM] 3334/1: Add support for IXDP28x5 platformsDeepak Saxena2-4/+25
2006-03-21[ARM] 3333/1: S3C2XX - add dclk and clkout clock supportBen Dooks1-1/+93
2006-03-21[ARM] 3331/1: S3C24XX - add clk_set_parent() to clock codeBen Dooks2-0/+20
2006-03-21[ARM] 3330/1: S3C24XX - move UPLL to main clockBen Dooks2-19/+38
2006-03-21[ARM] 3329/1: S3C24XX - fix time for osiris machineBen Dooks1-1/+7
2006-03-21[ARM] 3327/1: S3C2410 - add osiris machine supportBen Dooks3-0/+298
2006-03-21[ARM] 3261/2: remove phys_ram from struct machine_desc (part 3)Nicolas Pitre1-4/+3
2006-03-21[ARM] Convert SA1111 to use clock architectureRussell King5-23/+278
2006-03-21[ARM] Adapt vic.c to allow for multiple VICs in a system.Russell King2-23/+28
2006-03-21[ARM] Rename chipdata to 'base' and make it an iomem pointerRussell King2-23/+23
2006-03-21[ARM] Move IRQ enable after coprocessor number decodeRussell King2-1/+2
2006-03-21[ARM] Remove unnecessary asm/hardware.h includesRussell King12-12/+0
2006-03-21[ARM] Fix HZ definition for OMAP without 32K timerRussell King1-1/+1
2006-03-21[ARM] Remove asm/arch/irq.hRussell King9-6/+6
2006-03-21[ARM] Move HZ definition into KconfigRussell King1-0/+7
2006-03-21[ARM] select TLS_REG_EMUL and NEEDS_SYSCALL_FOR_CMPXCHGRussell King1-2/+6
2006-03-21[ARM] nommu: Move hardware page table definitions to pgtable-hwdef.hRussell King15-0/+15
2006-03-21[ARM] Move read of processor ID out of lookup_processor_type()Russell King2-8/+11
2006-03-21[ARM] noMMU: block sys_fork in nommu modeHyok S. Choi1-0/+5
2006-03-21Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/driver-2.6Linus Torvalds2-0/+4
2006-03-20[PATCH] handle errors returned by platform_get_irq*()David Vrabel2-0/+4
2006-03-16[ARM] 3367/1: CLCD mode no longer supported on the RealView boardsCatalin Marinas1-26/+2
2006-03-15[ARM] 3362/1: [cleanup] - duplicate decleration of mem_fclk_21285Ben Dooks1-1/+0
2006-03-15[ARM] 3365/1: [cleanup] header for compat.c exported functionsBen Dooks3-2/+17
2006-03-15[ARM] 3363/1: [cleanup] process.c - fix warningsBen Dooks1-1/+2
2006-03-15[ARM] 3358/1: [S3C2410] add missing SPI DMA resourcesAlbrecht Dreß1-0/+12
2006-03-15[ARM] 3357/1: enable frontlight on colliePavel Machek1-0/+21
2006-03-15[ARM] Fix "thead" typoRussell King1-1/+1
2006-03-12[ARM] iwmmxt thread state alignmentRussell King2-11/+7
2006-03-10[ARM] 3350/1: Enable 1-wire on ARMAlessandro Zummo1-0/+2
2006-03-10[ARM] 3356/1: Workaround for the ARM1136 I-cache invalidation problemCatalin Marinas2-5/+8
2006-03-08[ARM] 3355/1: NSLU2: remove propmt dependsAlessandro Zummo1-3/+1
2006-03-08[ARM] 3354/1: NAS100d: fix power led handlingAlessandro Zummo1-0/+3
2006-03-08[ARM] Fix muldi3.SRussell King1-2/+2
2006-03-07[ARM] 3353/1: NAS100d: protect nas100d_power_exit() with machine_is_nas100d()Alessandro Zummo1-0/+3
2006-03-07[ARM] 3352/1: DSB required for the completion of a TLB maintenance operationCatalin Marinas2-1/+2
2006-03-06[PATCH] fix next_timer_interrupt() for hrtimerTony Lindgren1-4/+6
2006-03-06kbuild: change kbuild to not rely on incorrect GNU make behaviorPaul Smith3-3/+12
2006-02-24[ARM] 3348/1: Disable GPIO interruptsAndrew Victor1-2/+12
2006-02-22[ARM] 3347/1: Bugfix for ixp4xx_set_irq_type()Mårten Wikström1-7/+13
2006-02-22[ARM] 3325/2: GPIO function to control multi-drive (open collector) capabilityAndrew Victor2-1/+20
2006-02-22[ARM] CONFIG_CPU_MPCORE -> CONFIG_CPU_32v6KRussell King2-2/+2
2006-02-22[ARM] 3345/1: Fix interday RTC alarmsUli Luckas1-4/+12