aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm
AgeCommit message (Expand)AuthorFilesLines
2006-01-08[PATCH] tiny: Make *[ug]id16 support optionalMatt Mackall1-4/+0
2006-01-08[PATCH] remove gcc-2 checksAndrew Morton1-7/+2
2006-01-08[PATCH] move rtc_interrupt() prototype to rtc.hAdrian Bunk1-2/+3
2006-01-08[PATCH] IRQ type flagsRussell King6-19/+25
2006-01-08[PATCH] fix more missing includesTim Schmielau2-0/+2
2006-01-08[PATCH] ARM: Netwinder ds1620 driver needs an export to be built as moduleWoody Suwalski1-0/+1
2006-01-07[ARM] Move asm/hardware/clock.h to linux/clk.hRussell King20-24/+21
2006-01-07[ARM] Move AMBA bus code to drivers/amba/Russell King2-360/+0
2006-01-07Merge with Linus' kernel.Russell King4-7/+33
2006-01-07[ARM] Move AMBA include files to include/linux/amba/Russell King15-21/+22
2006-01-07[ARM] 3235/1: SharpSL PM: Fix a gcc4 build errorRichard Purdie4-3/+1
2006-01-05[PATCH] I2C: Remove .owner setting from i2c_driver as it's no longer neededGreg Kroah-Hartman1-1/+0
2006-01-05[PATCH] i2c: Drop i2c_driver.{owner,name}, 10 of 11Jean Delvare1-2/+4
2006-01-05[PATCH] i2c: Rework client usage count, 2 of 3Jean Delvare1-1/+0
2006-01-05[PATCH] i2c: Drop i2c_driver.flags, 2 of 3Jean Delvare1-1/+0
2006-01-05[ARM] 3206/1: Modifications to the bus arbiter controller for the Intel PXA27xJared Hulbert1-0/+6
2006-01-05[ARM] 3226/1: IXP4xx runtime expansion bus window size configurationDeepak Saxena5-19/+41
2006-01-05[ARM] 3217/1: iop331 uarts as platform devicesDan Williams1-26/+68
2006-01-05[ARM] 3231/1: mx1ads board support cleanupSascha Hauer1-45/+10
2006-01-05[ARM] 3230/1: Sharp Scoop: Fix Shared Power Control IssuesRichard Purdie2-2/+4
2006-01-05[ARM] 3229/1: Remove uneeded ARM apm dependency on PM_LEGACYRichard Purdie2-13/+7
2006-01-05[ARM] 3228/1: SharpSL: Move PM code to arch/arm/commonRichard Purdie8-941/+921
2006-01-05[ARM] 3227/1: Spitz: Add pxa27x OHCI platform specific codeRichard Purdie1-0/+31
2006-01-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-2.6Linus Torvalds1-3/+3
2006-01-04[PATCH] driver kill hotplug word from sn and others fixPaul Jackson1-3/+3
2006-01-04[PATCH] USB: pxa27x OHCI - Separate platform code from main driverRichard Purdie2-0/+27
2006-01-04[ARM] 3221/1: Update IXP4xx defconfigDeepak Saxena1-15/+69
2006-01-04[ARM] 3218/1: PAGE_SHIFT undeclared in arch-ixp4xx/memory.h (adjust_zones mov...Rod Whitby1-0/+23
2006-01-04[ARM] 3220/1: Remove gpio_isr_line_clear() from NAS 100dDeepak Saxena2-8/+0
2006-01-04[ARM] 3215/1: Iomega NAS 100d (MACH_NAS100D) machine supportRod Whitby5-0/+288
2006-01-04[ARM] 3192/1: Remove gpio_isr_line_clear() API from IXP4xxDeepak Saxena6-23/+3
2006-01-04[ARM] Remove SA1100 PM prepare/finish opsRussell King1-18/+0
2006-01-04[ARM] Move DMA exports to be next to each functionRussell King1-14/+12
2006-01-04[ARM] Remove definition of MAX_DMA_CHANNELS to zeroRussell King1-28/+0
2006-01-04[ARM] Refine selection of ISA_DMA_API and generic dma.c codeRussell King2-2/+7
2006-01-04[ARM] Use core_initcall() to initialise ARM DMARussell King2-4/+4
2006-01-04[ARM] Remove '__address' from scatterlist and convert to DMA APIRussell King3-26/+28
2006-01-04[ARM] Move ISA DMA bus_to_virt() out of set_dma_addr()Russell King1-4/+4
2006-01-04[ARM] Remove unused dma.c filesRussell King3-90/+0
2006-01-03[ARM] Remove clk_use()/clk_unuse()Russell King7-61/+0
2006-01-03[ARM] Cleanup ARM includesRussell King10-17/+3
2006-01-03[ARM] Make kernel link address depend on PAGE_OFFSETRussell King5-17/+16
2005-12-19[ARM] 3210/1: add missing memory barrier helper for NPTL supportNicolas Pitre1-0/+49
2005-12-17[ARM] Fix sys_sendto and sys_recvfrom 6-arg syscallsRussell King2-22/+6
2005-12-14[ARM] 3205/1: Handle new EABI relocations when loading kernel modules.Daniel Jacobowitz1-0/+2
2005-12-12[ARM] 3201/1: PXA27x: Prevent hangup during resume due to inadvertedly enabli...Lothar Wassmann1-4/+5
2005-12-10[ARM] 3200/1: Singlestep over ARM BX and BLX instructions using ptrace fixNikola Valerjev1-0/+9
2005-12-01[ARM] 3188/1: Add missing i2c dependency for AkitaRichard Purdie2-1/+20
2005-12-01[ARM] Fix IXDP425 setup bugJeff Hansen1-1/+1
2005-11-30[ARM SMP] Disable lazy flush_dcache_page for SMPRussell King1-1/+6
2005-11-28[ARM] 3180/1: Update Zaurus defconfigsRichard Purdie3-1053/+126
2005-11-28[ARM] 3179/1: Update/correct Zaurus Kconfig entriesRichard Purdie1-2/+2
2005-11-25[ARM] Update mach-typesRussell King1-4/+10
2005-11-25[ARM] Realview core.c does not need mach-types.hRussell King1-1/+0
2005-11-25[ARM] Do not call flush_tlb_kernel_range() with IRQs disabled.Russell King1-3/+10
2005-11-25[ARM] Remove mach-types.h from head.SRussell King1-8/+3
2005-11-21[ARM] Shut up gcc warning in clps7500 core.cRussell King1-1/+1
2005-11-21[ARM] Shut up gcc warning in assabet.cRussell King1-1/+2
2005-11-21[ARM] 3170/1: Sharp SL-6000x: platform device conversion fixupDirk Opfer1-1/+1
2005-11-19[ARM] 3168/1: Update ARM signal delivery and maskingDaniel Jacobowitz4-201/+14
2005-11-18[ARM] Fix get_user when passed a const pointerRussell King2-12/+0
2005-11-17[ARM] Fix some corner cases in new mm initialisationRussell King1-11/+13
2005-11-17[ARM] __ioremap doesn't use 4th argumentRussell King1-2/+1
2005-11-17[ARM] Improve comment about ASSERT()s in vmlinux.lds.SRussell King1-1/+5
2005-11-16[ARM] sa1111.c needs asm/sizes.hRussell King1-0/+1
2005-11-16[ARM] Move zone adjustment for SA1111 on SA11x0 platformsRussell King1-0/+11
2005-11-16[ARM] 3162/1: S3C2410 - updated defconfigBen Dooks1-25/+94
2005-11-16[ARM] 3161/1: BAST - fix commas on end of structsBen Dooks1-14/+14
2005-11-16[ARM] compressed/head.S debugging defaults to asm/arch/debug-macro.SRussell King1-19/+11
2005-11-16[ARM] Include asm/hardware.h instead of asm/arch/hardware.hRussell King5-5/+5
2005-11-16[ARM] Fix arch-realview/system.h to use __io_address()Russell King3-6/+1
2005-11-15[ARM] Initialise SA1111 core before SA1111 PCMCIARussell King1-1/+1
2005-11-15[ARM] Use kernel/power/KconfigRussell King1-16/+2
2005-11-13Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds13-77/+820
2005-11-13[PATCH] move pm_register/etc. to CONFIG_PM_LEGACY, pm_legacy.hJeff Garzik1-0/+1
2005-11-13[ARM] 3160/1: SharpSL: Add driver for Akita specific GPIOsRichard Purdie2-0/+224
2005-11-13[ARM] 3159/1: SharpSL: Add PM device driver for the SL-Cx00 machines.Richard Purdie2-1/+234
2005-11-13[ARM] 3158/1: SharpSL: Add PM device driver for the SL-C7x0 machines.Richard Purdie2-1/+229
2005-11-13[ARM] Re-fix footbridgeRussell King1-1/+1
2005-11-12[ARM] Fix collie for -rc1Pavel Machek3-4/+4
2005-11-12[ARM] 3154/1: SharpSL PM Driver updatesRichard Purdie2-56/+61
2005-11-12[ARM] 3149/1: SharpSL: Add Akita (SL-C1000) machine supportRichard Purdie2-0/+55
2005-11-12[ARM] Restore apparant pointless change in arch/arm/kernel/smp.cRussell King1-3/+1
2005-11-12[ARM] Fix Footbridge-based machinesRussell King1-12/+12
2005-11-11[ARM] Update mach-typesRussell King1-4/+39
2005-11-11[ARM] 3147/1: update ixp2000 defconfigs to 2.6.14-git13Lennert Buytenhek5-115/+360
2005-11-11[ARM] 3152/1: make various assembly local labels actually local (the rest)Nicolas Pitre4-59/+61
2005-11-11[ARM] 3151/1: make various assembly local labels actually local (io-*.S)Nicolas Pitre7-80/+82
2005-11-11[ARM] 3150/1: make various assembly local labels actually local (uaccess.S)Nicolas Pitre1-114/+116
2005-11-11Merge master.kernel.org:/home/rmk/linux-2.6-drvmodelLinus Torvalds5-78/+80
2005-11-10[ARM] 3098/1: pxa2xx disable ssp irqLiam Girdwood4-91/+51
2005-11-10[ARM] 3096/1: Add SharpSL Zaurus power and battery management core driverRichard Purdie2-0/+1079
2005-11-10[ARM] 3144/1: OMAP 5/5: Update omap H2 defconfigTony Lindgren1-31/+66
2005-11-10[ARM] 3146/1: OMAP 3b/5: Add omap24xx clock frameworkTony Lindgren2-0/+3232
2005-11-10[ARM] 3145/1: OMAP 3a/5: Add support for omap24xxTony Lindgren17-1/+1857
2005-11-10[ARM] 3142/1: OMAP 2/5: Update files common to omap1 and omap2Tony Lindgren14-1739/+1583
2005-11-10[ARM] 3141/1: OMAP 1/5: Update omap1 specific filesTony Lindgren23-316/+2157
2005-11-10[ARM] 3140/1: NSLU2 machine supportAlessandro Zummo5-0/+314
2005-11-10[ARM] Fix csumpartial corner caseRussell King1-0/+4
2005-11-09[DRIVER MODEL] Convert platform drivers to use struct platform_driverRussell King5-78/+80
2005-11-09Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds11-18/+354
2005-11-09[PATCH] sched: resched and cpu_idle reworkNick Piggin1-5/+9
2005-11-09[PATCH] sched: disable preempt in idle tasksNick Piggin2-3/+6
2005-11-09[PATCH] changing CONFIG_LOCALVERSION rebuilds too much, for no good reasonOlaf Hering2-2/+0
2005-11-09[ARM] Clean up save_and_disable_irqs macro and allow use of ARMv6 CPSIDRussell King1-2/+2
2005-11-09Merge with ARM SMP treeRussell King6-2/+277
2005-11-09[ARM] 3100/1: simplify a pointer computationNicolas Pitre1-1/+1
2005-11-09[ARM] 3138/1: SMDK2440 - fix map_desc initialisation (and ISA memory space)Ben Dooks1-2/+21
2005-11-09[ARM] 3137/1: RX3715 - fix map_desc initialiserBen Dooks1-2/+11
2005-11-09[ARM] 3136/1: Anubis - fix map_desc initialisersBen Dooks1-9/+42
2005-11-09[ARM SMP] Add CPU hotplug support for Realview MPcoreRussell King2-0/+139
2005-11-09[ARM SMP] Add local timer support for Realview MPcoreRussell King5-2/+138
2005-11-08Merge with ARM SMP treeRussell King4-0/+52
2005-11-08[ARM] 3135/1: harden SA11x0 and PXA2xx timer init codeNicolas Pitre2-6/+10
2005-11-08[ARM] 3134/1: add missing EXPORT_SYMBOL for the ARM version of sha_transformNicolas Pitre1-0/+4
2005-11-08[ARM] 3132/1: S3C2410 - reset on decompression errorBen Dooks2-0/+14
2005-11-08[ARM] 3124/1: Sharp SL-6000x: SharpSL PCMCIA UpdatesDirk Opfer1-3/+32
2005-11-08[ARM] 3093/1: SharpSL PCMCIA Updates for Cxx00 modelsRichard Purdie4-37/+144
2005-11-08[ARM] 3126/1: BAST: fix map_desc initialisationBen Dooks1-21/+52
2005-11-08[ARM] 3125/2: VR1000: Fix map_decs initialiserBen Dooks1-18/+38
2005-11-08[ARM] 3123/1: Sharp SL-6000x: Add IRDA, MMC, UDC and keyboard deviceDirk Opfer1-1/+116
2005-11-08[ARM SMP] Add core ARM support for local timersRussell King4-0/+52
2005-11-08[ARM] More sparse fixesRussell King2-2/+2
2005-11-08[ARM SMP] Fix some sparse warnings in SMP codeRussell King2-8/+8
2005-11-08[ARM SMP] Add missing SMP timer handling for realviewRussell King1-0/+5
2005-11-07Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds16-54/+358
2005-11-07[ARM] Allow SMP if Realview MPcore is selectedRussell King1-1/+1
2005-11-07[ARM] 3121/1: unconditionally use XCB=101 on ixp2000Lennert Buytenhek1-22/+13
2005-11-07[ARM] 3118/1: fix and reenable nwfpe extended precision emulation for big-endianLennert Buytenhek4-7/+22
2005-11-07[ARM] 3117/1: nwfpe kernel memory info leakLennert Buytenhek4-8/+16
2005-11-07[ARM SMP] Add Realview MPcore SMP supportRussell King4-0/+253
2005-11-07Merge with ARM SMP treeRussell King2-17/+39
2005-11-07[ARM] Add support for Realview with MPcore tileRussell King2-0/+14
2005-11-07[PATCH] kfree cleanup: archJesper Juhl1-2/+1
2005-11-07[PATCH] consolidate sys_ptrace()Christoph Hellwig1-48/+1
2005-11-07[PATCH] fix remaining missing includesTim Schmielau3-0/+3
2005-11-07[ARM] realview core.h uses leds_event_t, so include asm/leds.hRussell King1-0/+1
2005-11-07[ARM SMP] Add support for shared memory attributeRussell King2-17/+39
2005-11-06[ARM] Fix /proc/cpuinfo format for ARM SMPRussell King1-1/+6
2005-11-06[ARM] Don't call dump_cpu_info unless we're bootingRussell King1-1/+2
2005-11-06[ARM] Fix second missing declaration of cache_is_vivt()Russell King1-1/+0
2005-11-06[ARM] Fix missing declaration of cache_is_vivt()Russell King1-0/+1
2005-11-06[ARM] 3113/1: PXA: Allow machines to override (and also reuse) pxa pm functionsRichard Purdie1-4/+12
2005-11-06[ARM] 3115/1: small optimizations to exception vector entry codeNicolas Pitre1-8/+7
2005-11-06[ARM] 3114/1: use ixp2000_reg_wrb in ixp2000 uengine loaderLennert Buytenhek1-6/+5
2005-11-06[ARM] 3089/1: ixp4xx AHB/PCI endianness fixAlessandro Zummo1-1/+1
2005-11-06[ARM] 3088/1: PXA: Add machine support for the Sharp SL-6000x series of PDAsDirk Opfer3-2/+170
2005-11-04[PATCH] ARM: Reverted 2918/1: [update] Base port of Comdial MP1000 platfromRussell King8-1204/+2
2005-11-04[ARM] 3097/1: change library link orderingNicolas Pitre1-1/+1
2005-11-04[ARM] 3087/1: PXA2xx flash platform device conversionTodd Poynor2-2/+168
2005-11-04[ARM] 3086/1: ixp2xxx error irq handlingDave Jiang1-0/+46
2005-11-04[ARM] 3094/1: remove PLD stuff from old uaccess codeNicolas Pitre1-116/+16
2005-11-03[ARM] Fix IXDP2x01 config filesDeepak Saxena2-3/+3
2005-11-03[ARM] Merge SMP treeRussell King3-1/+14
2005-11-03[ARM] 3092/1: remove excessive print format paddingNicolas Pitre1-4/+4
2005-11-03[ARM SMP] Add configuration option for ARMv6K processorsRussell King3-1/+14
2005-11-03[ARM] Add Realview default configuration fileRussell King1-0/+789
2005-11-03[ARM] Fix more 3016/1 breakageRussell King2-10/+10
2005-11-02[ARM SMP] Add hotplug CPU infrastructureRussell King4-0/+132
2005-11-02[ARM SMP] Fix a couple of warningsRussell King1-2/+2
2005-11-02[ARM SMP] Track CPU idle threadsRussell King1-7/+13
2005-11-02[ARM] Fix Realview machine for patch 3016/1Russell King1-7/+37
2005-11-02[ARM] Fix mm initialisation with write buffered write allocate cachesRussell King1-1/+8
2005-11-01Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds30-455/+2522
2005-11-01[ARM] 3081/1: Remove GTWX5715 from ixp4xx_defconfigDeepak Saxena1-1/+1
2005-11-01[ARM] 3052/1: add ixp2000 microcode loaderLennert Buytenhek2-1/+475
2005-11-01[ARM] 2948/1: new preemption safe copy_{to|from}_user implementationNicolas Pitre3-2/+216
2005-11-01[ARM] 2947/1: copy template with new memcpy/memmoveNicolas Pitre4-374/+502
2005-11-01[ARM] 2946/2: split --arch_clear_user() out of lib/uaccess.SNicolas Pitre3-40/+55
2005-11-01[ARM] 3078/1: lubbock platform updates, mostly mmc detectionDavid Brownell1-3/+60
2005-11-01[ARM] 3071/1: RX3715 - add lcd/fb platform setupBen Dooks1-4/+66
2005-11-01[ARM] 3065/1: ixp2000 typo and whitespace fixesLennert Buytenhek2-3/+1
2005-11-01[ARM] 3064/1: start using ixp2000_reg_wrbLennert Buytenhek4-24/+24
2005-11-01[ARM] 3062/1: map in various enp2611 peripherals for the ixp2000 netdev driverLennert Buytenhek1-1/+30
2005-10-31[ARM] Convert EBSA110 network driver to a platform driverRussell King1-1/+25
2005-10-31[ARM] Fixup platform device.h includes for realview boardRussell King2-2/+2
2005-10-31Merge master.kernel.org:/home/rmk/linux-2.6-drvmodelLinus Torvalds59-51/+59
2005-10-31[ARM] Add support for ARM RealView boardCatalin Marinas11-3/+1069
2005-10-30Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds19-414/+395
2005-10-30[PATCH] fix missing includesTim Schmielau15-0/+23
2005-10-30[PATCH] jiffies_64 cleanupThomas Gleixner1-4/+0
2005-10-30[PATCH] unify sys_ptrace prototypeChristoph Hellwig1-1/+1
2005-10-30[ARM] fix ixp2x00 defconfig NR_UARTS optionsDeepak Saxena2-2/+2
2005-10-30[ARM] 3049/1: More optimized libgcc functionsNicolas Pitre11-312/+223
2005-10-30[ARM] Clean up dmabounceRussell King1-79/+86
2005-10-30[ARM] Make v6 copypage function static and cleanup pgprotsRussell King1-9/+7
2005-10-30[ARM] Re-organise die()Russell King1-12/+17
2005-10-30[ARM] 3069/1: Add spitz irda platform supportRichard Purdie1-0/+19
2005-10-30[ARM] 3068/1: Add corgi irda platform supportRichard Purdie1-0/+20
2005-10-30[ARM] 3067/1: Add poodle irda platform supportRichard Purdie1-0/+21
2005-10-29[PATCH] mm: split page table lockHugh Dickins1-0/+1
2005-10-29[PATCH] mm: arm ready for split ptlockHugh Dickins3-84/+33
2005-10-29[PATCH] mm: kill check_user_page_readableHugh Dickins1-37/+9
2005-10-29[PATCH] mm: arches skip ptlockHugh Dickins1-14/+0
2005-10-29[PATCH] mm: init_mm without ptlockHugh Dickins2-8/+2
2005-10-29Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds9-66/+118
2005-10-29[ARM] 3061/1: cleanup the XIP link address messNicolas Pitre4-52/+29
2005-10-29[ARM] 3060/1: allow constants found in asm/memory.h to be used in asm codeNicolas Pitre3-4/+5
2005-10-29Create platform_device.h to contain all the platform device details.Russell King59-50/+59
2005-10-29[PATCH] type fix in arm/boot/compressed/misc.cAl Viro1-1/+1