aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-02-06[MIPS] vr41xx: Use symbolic names for IRQ numersYoichi Yuasa1-8/+8
2007-02-06[MIPS] use name instead of typename for each irq_chipAtsushi Nemoto32-56/+56
2007-02-06[MIPS] Kconfig: Move some entries to appropriate menuAtsushi Nemoto1-34/+34
2007-02-06[MIPS] vr41xx: add MACINT controlsYoichi Yuasa1-1/+26
2007-02-06[MIPS] FLATMEM: introduce PHYS_OFFSET.Franck Bui-Huu1-4/+8
2007-02-06[MIPS] Setup min_low_pfn/max_low_pfn correctlyFranck Bui-Huu2-21/+38
2007-02-06[MIPS] Unify memset.SAtsushi Nemoto5-152/+31
2007-02-06[MIPS] prom_free_prom_memory cleanupAtsushi Nemoto29-113/+40
2007-02-06[MIPS] Make I8259A_IRQ_BASE customizableAtsushi Nemoto4-71/+20
2007-02-06[MIPS] Define MIPS_CPU_IRQ_BASE in generic headerAtsushi Nemoto24-78/+55
2007-02-06[MIPS] Remove unused rm9k_cpu_irq_disable()Atsushi Nemoto1-9/+0
2007-01-30[MIPS] Fix typo of "CONFIG_MT_SMP".Robert P. J. Day1-1/+1
2007-01-30[MIPS] Ocelot G: Fix a few misspellings of CONFIG_GALILEO_GT64240_ETHRalf Baechle2-4/+4
2007-01-30[PATCH] Malta: Fix build if CONFIG_MTD is diabled.Jan Altenberg1-1/+2
2007-01-24[MIPS] VPE loader: Initialize lists before they're actually being used ...Ralf Baechle1-4/+5
2007-01-24[MIPS] Fix reported amount of freed memory - it's in kB not bytesThiemo Seufer2-2/+3
2007-01-24[MIPS] SMTC: Fix module build by exporting symbolRalf Baechle1-0/+3
2007-01-24[MIPS] SMTC: Fix TLB sizing bug for TLB of 64 >= entriesRalf Baechle1-2/+5
2007-01-24[MIPS] There is no __GNUC_MAJOR__Alexey Dobriyan1-1/+1
2007-01-23[MIPS] Vr41xx: Fix after GENERIC_HARDIRQS_NO__DO_IRQ changeYoichi Yuasa1-3/+9
2007-01-23[MIPS] SMTC: Instant IPI replay.Ralf Baechle2-21/+47
2007-01-19[MIPS] Delete duplicate call to load_irq_save.Ralf Baechle1-1/+0
2007-01-19[MIPS] SMTC: Fix cp0 hazard.Ralf Baechle1-0/+1
2007-01-11[PATCH] Change cpu_up and co from __devinit to __cpuinitGautham R Shenoy1-1/+1
2007-01-10 [MIPS] Alchemy: Fix PCI-memory accessAlexander Bigga1-4/+4
2007-01-10[MIPS] Fix N32 SysV IPC routinesAtsushi Nemoto2-4/+16
2007-01-10[MIPS] PNX8550: Fix system timer initializationAtsushi Nemoto1-0/+1
2007-01-08[MIPS] PNX8550: Fix system timer supportVitaly Wool2-9/+37
2007-01-08[MIPS] TX49: Fix use of CDEX build_store_reg()Atsushi Nemoto1-5/+4
2007-01-08[MIPS] pnx8550: Fix write_config_byte() PCI config space accessorDavy Chan1-1/+1
2007-01-08[MIPS] Fix build errors on SEADAtsushi Nemoto2-4/+9
2007-01-08[MIPS] csum_partial and copy in parallelAtsushi Nemoto4-53/+445
2007-01-08[MIPS] Malta: Add missing MTD file.Ralf Baechle1-0/+63
2006-12-13[PATCH] MIPS: Fix COW D-cache aliasing on forkAtsushi Nemoto1-0/+25
2006-12-13[PATCH] getting rid of all casts of k[cmz]alloc() callsRobert P. J. Day1-1/+1
2006-12-12[MIPS] paging_init(): use highend_pfn/highstart_pfnFranck Bui-Huu1-9/+8
2006-12-12[MIPS] Malta: Resurrect MTD support for onboard flash.Ralf Baechle3-41/+80
2006-12-12[MIPS] Discard .exit.text and .exit.data at runtime.Ralf Baechle1-2/+4
2006-12-10[MIPS] Export local_flush_data_cache_page for sake of IDE.Ralf Baechle1-0/+1
2006-12-10[MIPS] Export pm_power_offRalf Baechle1-0/+2
2006-12-10[MIPS] Export csum_partial_copy_nocheck.Ralf Baechle1-0/+3
2006-12-10[MIPS] Discard .exit.text at linktime.Ralf Baechle1-3/+1
2006-12-10[PATCH] fdtable: Make fdarray and fdsets equal in sizeVadim Lobanov1-1/+1
2006-12-10[PATCH] sysctl: remove unused "context" paramAlexey Dobriyan1-9/+8
2006-12-09[PATCH] add STB810 support (Philips PNX8550-based)Vitaly Wool10-20/+1376
2006-12-09[MIPS] Qemu now has an ELF loader.Ralf Baechle1-1/+1
2006-12-09[MIPS] Add GENERIC_HARDIRQS_NO__DO_IRQ for i8259 usersAtsushi Nemoto4-38/+9
2006-12-09[MIPS] Optimize csum_partial for 64bit kernelAtsushi Nemoto1-22/+54
2006-12-09[MIPS] Optimize flow of csum_partialAtsushi Nemoto1-75/+54
2006-12-09[MIPS] Make csum_partial more readableAtsushi Nemoto1-70/+74