Age | Commit message (Expand) | Author | Files | Lines |
2009-12-17 | MIPS: Fix and enhance built-in kernel command line | Dmitri Vorobiev | 48 | -38/+123 |
2009-12-17 | MIPS: eXcite: Remove platform. | Ralf Baechle | 69 | -3225/+0 |
2009-12-17 | MIPS: Loongson: Cleanups of serial port support | Wu Zhangjin | 6 | -26/+51 |
2009-12-17 | MIPS: Lemote 2F: Suspend CS5536 MFGPT Timer | Wu Zhangjin | 1 | -0/+11 |
2009-12-17 | MIPS: Excite: move iodev_remove to .devexit.text | Uwe Kleine-König | 1 | -2/+2 |
2009-12-17 | MIPS: Lasat: Convert to proc_fops / seq_file | Alexey Dobriyan | 1 | -45/+68 |
2009-12-17 | MIPS: Cleanup signal code initialization | Ralf Baechle | 4 | -84/+70 |
2009-12-17 | MIPS: Modularize COP2 handling | Ralf Baechle | 6 | -23/+140 |
2009-12-17 | MIPS: Move EARLY_PRINTK to Kconfig.debug | Ralf Baechle | 2 | -14/+14 |
2009-12-17 | MIPS: Yeeloong 2F: Cleanup reset logic using the new ec_write function | Wu Zhangjin | 1 | -19/+2 |
2009-12-17 | MIPS: Yeeloong 2F: Add LID open event as the wakeup event | Wu Zhangjin | 3 | -4/+72 |
2009-12-17 | MIPS: Yeeloong 2F: Add basic EC operations | Wu Zhangjin | 3 | -1/+319 |
2009-12-17 | MIPS: Move several variables from .bss to .init.data | Dmitri Vorobiev | 5 | -6/+6 |
2009-12-17 | MIPS: Tracing: Make function graph tracer work with -mmcount-ra-address | Wu Zhangjin | 3 | -7/+38 |
2009-12-17 | MIPS: Tracing: Reserve $12(t0) for mcount-ra-address of gcc 4.5 | Wu Zhangjin | 1 | -13/+13 |
2009-12-17 | MIPS: Tracing: Make ftrace for MIPS work without -fno-omit-frame-pointer | Wu Zhangjin | 3 | -15/+106 |
2009-12-17 | MIPS: Tracing: Add dynamic function graph tracer for MIPS | Wu Zhangjin | 2 | -2/+33 |
2009-12-17 | MIPS: Tracing: Add function graph tracer support for MIPS | Wu Zhangjin | 3 | -0/+149 |
2009-12-17 | MIPS: Tracing: Add IRQENTRY_EXIT section for MIPS | Wu Zhangjin | 7 | -37/+53 |
2009-12-17 | MIPS: Tracing: Add dynamic function tracer support | Wu Zhangjin | 5 | -1/+154 |
2009-12-17 | MIPS: Tracing: Enable HAVE_FUNCTION_TRACE_MCOUNT_TEST for MIPS | Wu Zhangjin | 2 | -0/+4 |
2009-12-17 | MIPS: Tracing: Add static function tracer support for MIPS | Wu Zhangjin | 6 | -1/+121 |
2009-12-17 | MIPS: Fixup last users of irq_chip->typename | Thomas Gleixner | 5 | -6/+6 |
2009-12-17 | MIPS: Loongson 2F: Add CPU frequency scaling support | Wu Zhangjin | 13 | -4/+524 |
2009-12-17 | MIPS: Add basic CPUFreq options. | Wu Zhangjin | 2 | -0/+30 |
2009-12-17 | MIPS: Lemote 2F: Add cs5536 MFGPT timer support | Wu Zhangjin | 5 | -0/+271 |
2009-12-17 | MIPS: Lemote 2F: Add Lynloong support | Wu Zhangjin | 5 | -1/+7 |
2009-12-17 | MIPS: Lemote 2F: Add NAS support | Wu Zhangjin | 5 | -1/+7 |
2009-12-17 | MIPS: PowerTV: Base files for Cisco PowerTV platform | David VomLehn | 39 | -0/+6952 |
2009-12-17 | MIPS: Sibyte: Use hweight8 instead of counting bits | Akinobu Mita | 1 | -5/+2 |
2009-12-17 | MIPS: Yeeloong 2F: Add board specific suspend support | Wu Zhangjin | 2 | -0/+79 |
2009-12-17 | MIPS: Loongson 2F: Add suspend support framework | Wu Zhangjin | 3 | -0/+172 |
2009-12-17 | MIPS: Add support for uncached accelerated mappings. | Wu Zhangjin | 3 | -0/+74 |
2009-12-17 | MIPS: Loongson 2F: Cleanup the #if clauses | Wu Zhangjin | 6 | -11/+17 |
2009-12-17 | MIPS: Lemote 2F: Add defconfig file | Wu Zhangjin | 1 | -0/+1836 |
2009-12-17 | MIPS: Lemote 2F: Add reset support | Wu Zhangjin | 3 | -1/+180 |
2009-12-17 | MIPS: Lemote 2F: Add IRQ support | Wu Zhangjin | 3 | -0/+143 |
2009-12-17 | MIPS: Lemote 2F: Add PCI support | Wu Zhangjin | 3 | -1/+216 |
2009-12-17 | MIPS: Lemote 2F: Add basic CS5536 VSM support | Wu Zhangjin | 12 | -0/+1533 |
2009-12-17 | MIPS: Lemote 2f: Enable legacy RTC driver | Wu Zhangjin | 1 | -1/+1 |
2009-12-17 | MIPS: Lemote 2F: Add a LEMOTE_MACH2F kernel option | Wu Zhangjin | 3 | -0/+37 |
2009-12-17 | MIPS: Loongson: Add basic Loongson 2F support | Wu Zhangjin | 10 | -20/+197 |
2009-12-17 | MIPS: oprofile: Only do performance counter handling for counter interrupts | Wu Zhangjin | 1 | -1/+4 |
2009-12-17 | MIPS: Loongson: Cleanup the serial port support | Wu Zhangjin | 7 | -20/+60 |
2009-12-17 | MIPS: Loongson: Cleanup machtype support | Wu Zhangjin | 3 | -9/+19 |
2009-12-17 | MIPS: Collect FPU emulator statistics per-CPU. | David Daney | 3 | -50/+80 |
2009-12-17 | MIPS: Remove addinitrd and CONFIG_PROBE_INITRD_HEADER | Ralf Baechle | 7 | -168/+3 |
2009-12-17 | MIPS: Fuloong 2E: Update defconfig file | Wu Zhangjin | 1 | -32/+61 |
2009-12-17 | MIPS: Bonito64: Make Loongson independent from Bonito64 code. | Wu Zhangjin | 15 | -55/+352 |
2009-12-17 | MIPS: Loongson: Add serial port support | Wu Zhangjin | 2 | -0/+72 |