summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* [MIPS] Make facility to convert CPU types to strings generally available.Ralf Baechle2007-10-121-0/+3
* [MIPS] Convert list of CPU types from #define to enum.Ralf Baechle2007-10-121-70/+49Star
* [MIPS] Optimize get_unaligned / put_unaligned implementations.Ralf Baechle2007-10-121-6/+21
* [MIPS] checkfiles: Fix "need space after that ','" errors.Ralf Baechle2007-10-1267-1726/+1726
* [MIPS] Fix "no space between function name and open parenthesis" warnings.Ralf Baechle2007-10-1226-467/+467
* [MIPS] Allow hardwiring of the CPU type to a single type for optimization.Ralf Baechle2007-10-121-1/+4
* [MIPS] Cobalt: Move reset port definition to arch/mips/cobalt/reset.cYoichi Yuasa2007-10-121-7/+0Star
* [MIPS] Cobalt: Move UART base definition to arch/mips/cobalt/console.cYoichi Yuasa2007-10-121-2/+0Star
* [MIPS] Cobalt: Move PCI definitions to arch/mips/pci/fixup-cobalt.c.Yoichi Yuasa2007-10-121-24/+2Star
* [MIPS] Optimize __alloc_zeroed_user_highpage implementation.Ralf Baechle2007-10-121-1/+1
* [MIPS] i8253 PIT clocksource and clockevent driversRalf Baechle2007-10-121-0/+30
* [MIPS] Implement clockevents for R4000-style cp0 count/compare interruptRalf Baechle2007-10-123-6/+8
* [MIPS] Consolidate all variants of MIPS cp0 timer interrupt handlers.Ralf Baechle2007-10-121-8/+8
* [MIPS] Switch from to_tm to rtc_time_to_tmRalf Baechle2007-10-121-7/+0Star
* [MIPS] Deforest the function pointer jungle in the time code.Ralf Baechle2007-10-122-10/+4Star
* [MIPS] ARC: Get rid of mips_machgroupRalf Baechle2007-10-121-27/+3Star
* [MIPS] Split up war.hRalf Baechle2007-10-1224-97/+625
* [MIPS] Add gpio support to the BCM47XX platformAurelien Jarno2007-10-121-0/+59
* [MIPS] Move ARC code into arch/mips/fw/arcAurelien Jarno2007-10-124-4/+4
* [MIPS] Move CFE code into arch/mips/fw/cfeAurelien Jarno2007-10-122-0/+270
* [MIPS] Remove IP27 specific structures from struct cpuinfo_mipsRalf Baechle2007-10-123-21/+21
* [MIPS] Sibyte: Replace SB1 cachecode with standard R4000 class cache code.Ralf Baechle2007-10-124-22/+19Star
* [MIPS] Add GT641xx IRQ routines.Yoichi Yuasa2007-10-123-26/+118
* [MIPS] GT64120: Remove unused definitionsYoichi Yuasa2007-10-122-10/+0Star
* [MIPS] i8295 cleanups.Yoichi Yuasa2007-10-122-10/+2Star
* [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-121-4/+0Star
* [MIPS] tx4927: Cleanup unused macros and non-standard IO accessors.Atsushi Nemoto2007-10-123-4622/+2Star
* [MIPS] Add support for BCM47XX CPUs.Aurelien Jarno2007-10-123-2/+43
* [MIPS] JAZZ fixesThomas Bogendoerfer2007-10-123-30/+21Star
* [MIPS] Add back support for LASAT platformsBrian Murphy2007-10-1210-0/+697
* [MIPS] fix ABI check in include/asm-mips/arv/hinv.hYoichi Yuasa2007-10-121-1/+2
* [MIPS] remove unused include/asm-mips/ip32/machine.hYoichi Yuasa2007-10-121-20/+0Star
* [MIPS] Rename CONFIG_BUILD_ELF64 into KBUILD_64BIT_SYM32Franck Bui-Huu2007-10-123-8/+8
* [MIPS] Automatically set CONFIG_BUILD_ELF64Franck Bui-Huu2007-10-121-1/+1
* [MIPS] IRQ Affinity Support for SMTC on Malta PlatformKevin D. Kissell2007-10-122-2/+66
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...Linus Torvalds2007-10-081-1/+1
|\
| * [ROSE]: Fix rose.ko oops on unloadAlexey Dobriyan2007-10-081-1/+1
* | mm: set_page_dirty_balance() vs ->page_mkwrite()Peter Zijlstra2007-10-081-1/+1
|/
* Don't do load-average calculations at even 5-second intervalsLinus Torvalds2007-10-081-1/+1
* Remove unnecessary cast in prefetch()Serge Belyshev2007-10-051-1/+1
* Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linusLinus Torvalds2007-10-043-328/+109Star
|\
| * [MIPS] Terminally fix local_{dec,sub}_if_positiveRalf Baechle2007-10-031-68/+0Star
| * [MIPS] Type proof reimplementation of cmpxchg.Ralf Baechle2007-10-033-260/+109Star
* | Blackfin arch: fix PORT_J BUG for BF537/6 EMAC driver reported by Kalle Pokki...Michael Hennerich2007-10-031-1/+34
* | Blackfin arch: gpio pinmux and resource allocation API required by BF537 on c...Michael Hennerich2007-10-035-14/+88
* | Blackfin arch: add some missing syscallBryan Wu2007-09-221-5/+51
* | Binfmt_flat: Add minimum support for the Blackfin relocationsBernd Schmidt2007-10-035-5/+11
|/
* Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linusLinus Torvalds2007-10-021-0/+1
|\