aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/loongson
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'timers-clocksource-for-linus' of git://git.kernel.org/pub/scm/l...Linus Torvalds2011-05-191-4/+1
|\
| * Merge branch 'consolidate-clksrc-i8253' of master.kernel.org:~rmk/linux-2.6-a...Thomas Gleixner2011-05-144-17/+15
| |\
| * | mips: convert to clocksource_register_hz/khzJohn Stultz2011-02-211-4/+1
* | | MIPS: Loongson: Fix GCC 2.6.0 build error.Ralf Baechle2011-05-101-2/+3
| |/ |/|
* | MIPS: Convert the irq functions to the new namesThomas Gleixner2011-03-291-1/+2
* | MIPS: Loongson: Convert to new irq_chip functionsThomas Gleixner2011-03-251-9/+7
* | MIPS: Fix always CONFIG_LOONGSON_UART_BASE=yYoichi Yuasa2011-03-141-1/+4
* | MIPS: Loongson: Fix potentially wrong string handlingStefan Weil2011-03-141-1/+2
* | MIPS: Loongson: Remove ad-hoc cmdline defaultRobert Millan2011-03-141-5/+0
|/
* Merge branch 'master' into for-nextJiri Kosina2010-12-221-2/+2
|\
| * MIPS: Loongson: Add return value check for strict_strtoul()Wu Zhangjin2010-12-161-2/+2
* | suspend: constify platform_suspend_opsLionel Debroux2010-11-161-1/+1
|/
* MIPS: Kconfig cleanupThomas Gleixner2010-10-291-2/+0
* MIPS: Loongson: Remove unused macro LOONGSON_PERFCNT_IRQWu Zhangjin2010-08-051-1/+0
* MIPS: Loongson: Oprofile: add a new do_perfcnt_IRQ()Wu Zhangjin2010-08-052-4/+2
* MIPS: Loongson: Remove set_irq_trigger_mode()Wu Zhangjin2010-08-053-17/+8
* MIPS: Loongson: irq.c: Misc cleanupsShinya Kuribayashi2010-08-051-7/+4
* MIPS: Loongson: Migrate makefile to new Platform fileWu Zhangjin2010-08-053-4/+32
* MIPS: Loongson: Define rtc device on MC146818-equipped systemsArnaud Patard2010-07-053-0/+50
* MIPS: Loongson: CS5536: Fix ISA supportWu Zhangjin2010-07-051-2/+2
* MIPS: Loongson: Add a missing break statement in CS5536 IDE codeWu Zhangjin2010-07-051-0/+1
* MIPS: Loongson: CS5536: Add missing RDMSRs for IDE and USBWu Zhangjin2010-07-053-1/+17
* MIPS: Loongson 2F: Add gpio/gpioilb supportArnaud Patard2010-05-212-0/+140
* MIPS: Loongson 2F: Fix of problems introduced by -mfix-loongson2f-jumpWu Zhangjin2010-04-301-1/+19
* MIPS: oprofile: Fix breakage when CONFIG_OPROFILE=mWu Zhangjin2010-04-301-1/+1
* MIPS: Loongson: Fix phys_mem_access_prot() checkArnaud Patard2010-04-301-1/+1
* MIPS: Loongson: Fix find_vga_mem_init()Richard LIU2010-04-301-1/+1
* MIPS: Loongson: Fix typo in gdium mach type string.Arnaud Patard2010-04-301-1/+1
* MIPS: Fixup screen_info struct initializationsSebastian Andrzej Siewior2010-04-301-9/+6
* MIPS: Lemote 2F: Move printks out of port_access_lock.Ralf Baechle2010-02-271-2/+2
* MIPS: i8259: Convert IRQ controller lock to raw spinlock.Ralf Baechle2010-02-271-2/+2
* MIPS: Loongson: Cleanup the halt and poweroff actionWu Zhangjin2010-02-271-2/+11
* MIPS: Loongson: Change the Email address of Wu ZhangjinWu Zhangjin2010-02-2722-25/+25
* MIPS: Loongson: Fixup mem.c indentationWu Zhangjin2010-02-271-3/+4
* MIPS: Loongson: Cleanup of the environment variablesWu Zhangjin2010-02-271-4/+21
* MIPS: Loongson: Move prom_argc and prom_argv into prom_init_cmdline()Wu Zhangjin2010-02-271-4/+3
* MIPS: Loongson: Convert loongson_halt() to use unreachable()Wu Zhangjin2010-02-271-3/+2
* MIPS: Loongson: Lemote-2F: Get the machine type from PMON_VERWu Zhangjin2010-02-273-3/+54
* MIPS: Loongson: Cleanups of serial port supportWu Zhangjin2009-12-175-23/+40
* MIPS: Lemote 2F: Suspend CS5536 MFGPT TimerWu Zhangjin2009-12-171-0/+11
* MIPS: Yeeloong 2F: Cleanup reset logic using the new ec_write functionWu Zhangjin2009-12-171-19/+2
* MIPS: Yeeloong 2F: Add LID open event as the wakeup eventWu Zhangjin2009-12-172-4/+71
* MIPS: Yeeloong 2F: Add basic EC operationsWu Zhangjin2009-12-173-1/+319
* MIPS: Loongson 2F: Add CPU frequency scaling supportWu Zhangjin2009-12-174-3/+37
* MIPS: Lemote 2F: Add cs5536 MFGPT timer supportWu Zhangjin2009-12-174-0/+236
* MIPS: Lemote 2F: Add Lynloong supportWu Zhangjin2009-12-174-0/+5
* MIPS: Lemote 2F: Add NAS supportWu Zhangjin2009-12-174-0/+5
* MIPS: Yeeloong 2F: Add board specific suspend supportWu Zhangjin2009-12-172-0/+79
* MIPS: Loongson 2F: Add suspend support frameworkWu Zhangjin2009-12-173-0/+172
* MIPS: Add support for uncached accelerated mappings.Wu Zhangjin2009-12-171-0/+58