summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* [MIPS] Qemu: Remove platform.Ralf Baechle2008-01-292-57/+0
* [MIPS] Delete CONFIG_MSP_FPGARalf Baechle2008-01-291-4/+0
* [MIPS] remove unneeded button check for resetYoichi Yuasa2008-01-291-14/+1
* [MIPS] time: remove unused mips_timer_state()Yoichi Yuasa2008-01-291-8/+1
* [MIPS] fixmap: delete unused __set_fixmap, set_fixmap and set_fixmap_nocacheRalf Baechle2008-01-291-10/+0
* [MIPS] RM: Collected changesThomas Bogendoerfer2008-01-293-68/+94
* [MIPS] Alchemy: Au1210/Au1250 CPU supportManuel Lauss2008-01-291-2/+2
* [MIPS] IP28 supportThomas Bogendoerfer2008-01-295-4/+104
* [MIPS] Remove CONFIG_SIBYTE_PT{1120,1125,SWARM}Ralf Baechle2008-01-292-22/+2
* [MIPS] IP28: added cache barrier to assembly routinesThomas Bogendoerfer2008-01-291-0/+8
* [MIPS] TXx9 watchdog support for rbhma3100,rbhma4200,rbhma4500Atsushi Nemoto2008-01-291-0/+1
* [MIPS] IP22/IP28: fix extracting board/chip revThomas Bogendoerfer2008-01-291-2/+2
* [MIPS] Use real cache invalidateThomas Bogendoerfer2008-01-291-0/+7
* [MIPS] SMP: Call platform methods via ops structure.Ralf Baechle2008-01-293-58/+61
* [MIPS] MT: Scheduler support for SMTRalf Baechle2008-01-293-1/+23
* [MIPS] Put cast inside macro instead of all the callersAndrew Sharp2008-01-291-1/+1
* [MIPS] remove unused mips_machtypeYoichi Yuasa2008-01-291-104/+0
* [MIPS] CFE: Make code remotely resemble Linux code.Christoph Hellwig2008-01-292-87/+19
* [MIPS] R4000/R4400 daddiu erratum workaroundMaciej W. Rozycki2008-01-293-4/+29
* [MIPS] R4000/R4400 errata workaroundsMaciej W. Rozycki2008-01-293-2/+97
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6Linus Torvalds2008-01-29192-7342/+4150
|\
| * sh: add spi header and r2d platform data V3Magnus Damm2008-01-281-0/+13
| * sh: update r7780rp interrupt codeMagnus Damm2008-01-281-19/+0
| * sh: remove consistent alloc stuff from the machine vectorMagnus Damm2008-01-281-3/+0
| * sh: declared coherent memory support V2Magnus Damm2008-01-281-36/+20
| * sh: Add support for SDK7780 board.Nicholas Beck2008-01-281-0/+81
| * sh: Kill off dead HS771RVoIP board support.Paul Mundt2008-01-281-54/+0
| * sh: r7785rp: Hook up the rest of the HL7785 FPGA IRQ vectors.Paul Mundt2008-01-281-2/+12
| * sh: remove voyagergxMagnus Damm2008-01-281-341/+0
| * sh: intc - remove default interrupt priority tablesMagnus Damm2008-01-281-11/+1
| * sh: Fix posix_types.h userspace breakage from sh64 merge.Paul Mundt2008-01-284-122/+265
| * sh: sh7712 clock supportAndrew Murray2008-01-281-0/+5
| * sh: Add support for SH7763 CPU subtype.Yoshihiro Shimoda2008-01-283-3/+4
| * sh: Fix get_user()/put_user() build error.Paul Mundt2008-01-281-36/+28
| * sh: Add support for SH7721 CPU subtype.Yoshihiro Shimoda2008-01-287-9/+16
| * sh: Always use CONFIG_HZ for HZ.Paul Mundt2008-01-281-5/+1
| * sh: include/asm-sh/: Spelling fixes.Joe Perches2008-01-283-17/+17
| * sh: Fix up binfmt_flat compile warnings.Paul Mundt2008-01-281-1/+1
| * sh: Kill off pgtable.h from scatterlist.h.Paul Mundt2008-01-281-1/+0
| * sh: Fix up switch_to() type casts.Paul Mundt2008-01-281-47/+47
| * sh: Stub in page_table_range_init() on nommu.Paul Mundt2008-01-281-0/+2
| * sh: Kill off superfluous __KERNEL__ check in asm/elf.h.Paul Mundt2008-01-281-3/+0
| * sh: Provide the FPSCR init through AT_FPUCW.Paul Mundt2008-01-283-2/+17
| * sh: Use utsname()->machine for ELF_PLATFORM.Paul Mundt2008-01-281-6/+8
| * sh: Encode L1/L2 cache shape in auxvt.Paul Mundt2008-01-283-4/+29
| * sh: Support denormalization on SH-4 FPU.Stuart Menefy2008-01-281-0/+32
| * sh: get_user fixes and nommu consolidation.Stuart Menefy2008-01-281-155/+98
| * sh: Document PTEL 31:29 use on PTEA-wielding parts.Stuart Menefy2008-01-281-2/+3
| * sh: Clean up places that make 29-bit physical assumptions.Stuart Menefy2008-01-287-33/+60
| * sh: Preparation for uncached jumps through PMB.Stuart Menefy2008-01-285-20/+27