summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [MIPS] Fix "no space between function name and open parenthesis" warnings.Ralf Baechle2007-10-12104-845/+845
* [MIPS] Allow hardwiring of the CPU type to a single type for optimization.Ralf Baechle2007-10-1220-86/+89
* [MIPS] tlbex: Size optimize code by declaring a few functions inline.Ralf Baechle2007-10-121-4/+4
* [MIPS] pg-r4k.c: Dump the generated codeMaciej W. Rozycki2007-10-121-0/+20
* [MIPS] Cobalt: Remove cobalt_machine_power_off()Yoichi Yuasa2007-10-122-11/+1Star
* [MIPS] Cobalt: Move reset port definition to arch/mips/cobalt/reset.cYoichi Yuasa2007-10-122-9/+6Star
* [MIPS] Cobalt: Move UART base definition to arch/mips/cobalt/console.cYoichi Yuasa2007-10-122-7/+4Star
* [MIPS] Cobalt: Move PCI definitions to arch/mips/pci/fixup-cobalt.c.Yoichi Yuasa2007-10-122-24/+19Star
* [MIPS] MTX1: Add defconfig fileFlorian Fainelli2007-10-121-0/+3115
* [MIPS] Cobalt: Add LED support to cobalt_defconfigYoichi Yuasa2007-10-121-3/+20
* [MIPS] Cobalt: Add Qube series front LED support to platform registerYoichi Yuasa2007-10-121-1/+7
* [MIPS] Cobalt: Add Cobalt Raq LED platform register and power off triggerYoichi Yuasa2007-10-123-9/+71
* [MIPS] Optimize __alloc_zeroed_user_highpage implementation.Ralf Baechle2007-10-121-1/+1
* [MIPS] Avoid indexed cacheops.Ralf Baechle2007-10-121-46/+28Star
* [MIPS] Don't abort the build process if '-msym32' isn't supportedFranck Bui-Huu2007-10-121-1/+3
* [MIPS] Clockevent driver for BCM1480Ralf Baechle2007-10-121-25/+80
* [MIPS] Clockevent driver for BCM1250Ralf Baechle2007-10-121-21/+160
* [MIPS] i8253 PIT clocksource and clockevent driversRalf Baechle2007-10-1210-5/+280
* [MIPS] IP27: Add clocksource driversRalf Baechle2007-10-121-3/+11
* [MIPS] Jazz clockevent driverRalf Baechle2007-10-122-7/+48
* [MIPS] Dyntick support for SMTC:Ralf Baechle2007-10-124-49/+134
* [MIPS] Implement clockevents for R4000-style cp0 count/compare interruptRalf Baechle2007-10-1220-200/+210
* [MIPS] Consolidate all variants of MIPS cp0 timer interrupt handlers.Ralf Baechle2007-10-1211-292/+88Star
* [MIPS] Switch from to_tm to rtc_time_to_tmRalf Baechle2007-10-127-63/+14Star
* [MIPS] Deforest the function pointer jungle in the time code.Ralf Baechle2007-10-1244-209/+114Star
* [MIPS] Use generic NTP code for all MIPS platformsRalf Baechle2007-10-123-38/+8Star
* [MIPS] Replace deprecated SA_* IRQ flags with modern IRQF_ variants.Ahmed S. Darwish2007-10-121-1/+1
* [MIPS] ARC: Get rid of mips_machgroupRalf Baechle2007-10-1228-84/+4Star
* [MIPS] ARC: Convert mach_table[] to ISO C initializers.Ralf Baechle2007-10-121-40/+48
* [MIPS] dec/time.c: Remove no longer needed inclusion of <asm/div64.h>.Maciej W. Rozycki2007-10-121-1/+0Star
* [MIPS] Split up war.hRalf Baechle2007-10-1224-97/+625
* [MIPS] GPIO LED driver for the WGT634U machineAurelien Jarno2007-10-122-1/+65
* [MIPS] Add gpio support to the BCM47XX platformAurelien Jarno2007-10-123-1/+139
* [MIPS] Add CFE support to BCM47XXAurelien Jarno2007-10-123-5/+161
* [MIPS] Move ARC code into arch/mips/fw/arcAurelien Jarno2007-10-1219-11/+11
* [MIPS] Move CFE code into arch/mips/fw/cfeAurelien Jarno2007-10-1212-8/+18
* [MIPS] Remove IP27 specific structures from struct cpuinfo_mipsRalf Baechle2007-10-125-22/+25
* [MIPS] Sibyte: Replace SB1 cachecode with standard R4000 class cache code.Ralf Baechle2007-10-1211-577/+54Star
* [MIPS] Alchemy: remove useless prototypes.Ralf Baechle2007-10-121-11/+0Star
* [MIPS] Sibyte: cleanup static inline forward declarations.Ralf Baechle2007-10-122-76/+76
* [MIPS] R3000 setup for kernel_thread()Maciej W. Rozycki2007-10-121-2/+2
* [MIPS] Introduce a consistent style for vmlinux.lds.Sam Ravnborg2007-10-121-150/+189
* [MIPS] Add GT641xx IRQ routines.Yoichi Yuasa2007-10-1211-135/+307
* [MIPS] GT64120: Remove unused definitionsYoichi Yuasa2007-10-122-10/+0Star
* [MIPS] i8295 cleanups.Yoichi Yuasa2007-10-123-16/+10Star
* [MIPS] Kill useless volatile keywordRalf Baechle2007-10-121-2/+2
* [MIPS] Kill redundant EXTRA_AFLAGSAtsushi Nemoto2007-10-122-2/+0Star
* [MIPS] Define known MIPS ISA overrides for Sibyte and Excite boards.Thiemo Seufer2007-10-122-1/+11
* [MIPS] floppy: Rewrite fd_cacheflush() to use dma_cache_sync().Ralf Baechle2007-10-121-1/+3
* [MIPS] PCI: Always enable CONFIG_PCI_DOMAINSRalf Baechle2007-10-122-7/+1Star