summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [MIPS] New files for lemote fulong mini-PC supportSongmao Tian2007-07-1019-56/+2930
* [MIPS] define Hit_Invalidate_I to Index_Invalidate_I for loongson2Fuxin Zhang2007-07-1013-11/+134
* [MIPS] Convert init_thread initialization to ISO C initializers.Ralf Baechle2007-07-101-37/+53
* [MIPS] Enable support for the userlocal hardware registerRalf Baechle2007-07-107-5/+24
* [MIPS] FP affinity: Coding style cleanups Ralf Baechle2007-07-103-55/+56
* [MIPS] Put an end to <asm/serial.h>'s long and annyoing existenceRalf Baechle2007-07-1015-151/+371
* [MIPS] Remove Momenco Ocelot C supportFranck Bui-Huu2007-07-1065-2543/+6Star
* [MIPS] IP32: Remove experimental tag from kconfig.Ralf Baechle2007-07-101-2/+1Star
* [MIPS] PCI: Make dev pointer argument of pcibios_map_irq const.Ralf Baechle2007-07-1028-28/+29
* [MIPS] EV64120: Remove supportYoichi Yuasa2007-07-1059-1708/+2Star
* [MIPS] DECstation: Optimised early printk()Maciej W. Rozycki2007-07-103-7/+29
* [MIPS] No I/O ports on the DECstationMaciej W. Rozycki2007-07-101-0/+4
* [MIPS] Remove unused watchpoint support and arch/mips/lib-{32,64}Atsushi Nemoto2007-07-108-166/+0Star
* [MIPS] update cobalt_defconfigYoichi Yuasa2007-07-101-270/+228Star
* [MIPS] Fix PHYS_OFFSET for 64-bits kernels with 32-bits symbolsFranck Bui-Huu2007-07-101-4/+8
* [MIPS] Move PHY_OFFSET definition in spaces.hFranck Bui-Huu2007-07-102-9/+9
* [MIPS] Make PAGE_OFFSET aware of PHYS_OFFSETFranck Bui-Huu2007-07-101-1/+1
* [MIPS] Clean up asm-mips/mach-generic/spaces.hFranck Bui-Huu2007-07-101-38/+27Star
* [MIPS] Allow generic spaces.h to be included by platform specific onesFranck Bui-Huu2007-07-104-73/+23Star
* [MIPS] Remove unused dump_tlb functionsAtsushi Nemoto2007-07-103-265/+2Star
* [MIPS] Unify dump_tlbAtsushi Nemoto2007-07-106-294/+60Star
* [MIPS] MIPSsim: Move code away from the other MIPS Inc. BSP code.Ralf Baechle2007-07-1013-33/+125
* [MIPS] Hook for platforms to define cachability of /dev/mem regionsRalf Baechle2007-07-102-0/+17
* [MIPS] Cleanup TO_PHYS_MASK definitionRalf Baechle2007-07-101-23/+6Star
* [MIPS] Transform old-style macros to newer "__noreturn"Robert P. J. Day2007-07-107-16/+16
* [MIPS] SMTC: Use current_cpu_data instead of cpu_data[smp_processor_id]Ralf Baechle2007-07-101-1/+1
* [MIPS] Add generic GPIO to Au1x00Florian Fainelli2007-07-104-63/+151
* [MIPS] Create fallback gpio.hAtsushi Nemoto2007-07-101-0/+15
* [MIPS] Add generic GPIO supportYoichi Yuasa2007-07-102-0/+9
* [MIPS] Remove unused cpu_callout_map and num_booting_cpus()Adrian Bunk2007-07-101-7/+0Star
* [MIPS] "extern inline" -> "static inline"Adrian Bunk2007-07-101-1/+1
* [MIPS] Simplify missing-syscalls for N32 and O32Atsushi Nemoto2007-07-101-22/+10Star
* [MIPS] Remove unused config entriesYoichi Yuasa2007-07-101-11/+0Star
* [MIPS] remove unused definitions for CobaltYoichi Yuasa2007-07-101-5/+0Star
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/iee...Linus Torvalds2007-07-1033-883/+745Star
|\
| * firewire: fw-sbp2: fix DMA mapping of management ORBsStefan Richter2007-07-101-12/+9Star
| * firewire: fw-sbp2: fix DMA mapping of command ORBsStefan Richter2007-07-101-9/+6Star
| * firewire: fw-sbp2: fix DMA mapping of S/G tablesStefan Richter2007-07-101-11/+8Star
| * firewire: fw-sbp2: add a boundary checkStefan Richter2007-07-101-0/+5
| * firewire: fw-sbp2: correctly align page tablesStefan Richter2007-07-101-1/+1
| * firewire: fw-sbp2: memset wants string.hStefan Richter2007-07-101-0/+1
| * firewire: fw-sbp2: use correct speed in sbp2_agent_resetStefan Richter2007-07-101-1/+1
| * firewire: fw-sbp2: correctly dereference by container_ofJay Fenlason2007-07-101-2/+3
| * firewire: Document userspace ioctl interface.Kristian Høgsberg2007-07-101-33/+264
| * firewire: fw-sbp2: implement nonexclusive loginStefan Richter2007-07-101-7/+15
| * firewire: fw-sbp2: let SCSI shutdown commands through before logoutStefan Richter2007-07-101-4/+2Star
| * firewire: fw-sbp2: implement max sectors limit for some old bridgesStefan Richter2007-07-101-1/+3
| * firewire: simplify a struct typeStefan Richter2007-07-102-30/+24Star
| * firewire: support S100B...S400B and link slower than PHYStefan Richter2007-07-105-16/+45
| * firewire: optimize gap count with 1394b leaf nodesStefan Richter2007-07-104-17/+14Star