Age | Commit message (Expand) | Author | Files | Lines |
2007-10-11 | [MIPS] R1: Fix hazard barriers to make kernels work on R2 also. | Ralf Baechle | 1 | -1/+53 |
2007-10-11 | [MIPS] Kill num_online_cpus() loops. | Ralf Baechle | 1 | -2/+2 |
2007-10-11 | [MIPS] SMP: Implement smp_call_function_mask(). | Ralf Baechle | 1 | -0/+9 |
2007-10-11 | [MIPS] Make facility to convert CPU types to strings generally available. | Ralf Baechle | 1 | -0/+3 |
2007-10-11 | [MIPS] Convert list of CPU types from #define to enum. | Ralf Baechle | 1 | -70/+49 |
2007-10-11 | [MIPS] Optimize get_unaligned / put_unaligned implementations. | Ralf Baechle | 1 | -6/+21 |
2007-10-11 | [MIPS] checkfiles: Fix "need space after that ','" errors. | Ralf Baechle | 67 | -1726/+1726 |
2007-10-11 | [MIPS] Fix "no space between function name and open parenthesis" warnings. | Ralf Baechle | 26 | -467/+467 |
2007-10-11 | [MIPS] Allow hardwiring of the CPU type to a single type for optimization. | Ralf Baechle | 1 | -1/+4 |
2007-10-11 | [MIPS] Cobalt: Move reset port definition to arch/mips/cobalt/reset.c | Yoichi Yuasa | 1 | -7/+0 |
2007-10-11 | [MIPS] Cobalt: Move UART base definition to arch/mips/cobalt/console.c | Yoichi Yuasa | 1 | -2/+0 |
2007-10-11 | [MIPS] Cobalt: Move PCI definitions to arch/mips/pci/fixup-cobalt.c. | Yoichi Yuasa | 1 | -24/+2 |
2007-10-11 | [MIPS] Optimize __alloc_zeroed_user_highpage implementation. | Ralf Baechle | 1 | -1/+1 |
2007-10-11 | [MIPS] i8253 PIT clocksource and clockevent drivers | Ralf Baechle | 1 | -0/+30 |
2007-10-11 | [MIPS] Implement clockevents for R4000-style cp0 count/compare interrupt | Ralf Baechle | 3 | -6/+8 |
2007-10-11 | [MIPS] Consolidate all variants of MIPS cp0 timer interrupt handlers. | Ralf Baechle | 1 | -8/+8 |
2007-10-11 | [MIPS] Switch from to_tm to rtc_time_to_tm | Ralf Baechle | 1 | -7/+0 |
2007-10-11 | [MIPS] Deforest the function pointer jungle in the time code. | Ralf Baechle | 2 | -10/+4 |
2007-10-11 | [MIPS] ARC: Get rid of mips_machgroup | Ralf Baechle | 1 | -27/+3 |
2007-10-11 | [MIPS] Split up war.h | Ralf Baechle | 24 | -97/+625 |
2007-10-11 | [MIPS] Add gpio support to the BCM47XX platform | Aurelien Jarno | 1 | -0/+59 |
2007-10-11 | [MIPS] Move ARC code into arch/mips/fw/arc | Aurelien Jarno | 4 | -4/+4 |
2007-10-11 | [MIPS] Move CFE code into arch/mips/fw/cfe | Aurelien Jarno | 2 | -0/+270 |
2007-10-11 | [MIPS] Remove IP27 specific structures from struct cpuinfo_mips | Ralf Baechle | 3 | -21/+21 |
2007-10-11 | [MIPS] Sibyte: Replace SB1 cachecode with standard R4000 class cache code. | Ralf Baechle | 4 | -22/+19 |
2007-10-11 | [MIPS] Add GT641xx IRQ routines. | Yoichi Yuasa | 3 | -26/+118 |
2007-10-11 | [MIPS] GT64120: Remove unused definitions | Yoichi Yuasa | 2 | -10/+0 |
2007-10-11 | [MIPS] i8295 cleanups. | Yoichi Yuasa | 2 | -10/+2 |
2007-10-11 | [MIPS] Define known MIPS ISA overrides for Sibyte and Excite boards. | Thiemo Seufer | 2 | -1/+11 |
2007-10-11 | [MIPS] floppy: Rewrite fd_cacheflush() to use dma_cache_sync(). | Ralf Baechle | 1 | -1/+3 |
2007-10-11 | [MIPS] PCI: Always enable CONFIG_PCI_DOMAINS | Ralf Baechle | 1 | -4/+0 |
2007-10-11 | [MIPS] tx4927: Cleanup unused macros and non-standard IO accessors. | Atsushi Nemoto | 3 | -4622/+2 |
2007-10-11 | [MIPS] Add support for BCM47XX CPUs. | Aurelien Jarno | 3 | -2/+43 |
2007-10-11 | [MIPS] JAZZ fixes | Thomas Bogendoerfer | 3 | -30/+21 |
2007-10-11 | [MIPS] Add back support for LASAT platforms | Brian Murphy | 10 | -0/+697 |
2007-10-11 | [MIPS] fix ABI check in include/asm-mips/arv/hinv.h | Yoichi Yuasa | 1 | -1/+2 |
2007-10-11 | [MIPS] remove unused include/asm-mips/ip32/machine.h | Yoichi Yuasa | 1 | -20/+0 |
2007-10-11 | [MIPS] Rename CONFIG_BUILD_ELF64 into KBUILD_64BIT_SYM32 | Franck Bui-Huu | 3 | -8/+8 |
2007-10-11 | [MIPS] Automatically set CONFIG_BUILD_ELF64 | Franck Bui-Huu | 1 | -1/+1 |
2007-10-11 | [MIPS] IRQ Affinity Support for SMTC on Malta Platform | Kevin D. Kissell | 2 | -2/+66 |
2007-10-03 | [MIPS] Terminally fix local_{dec,sub}_if_positive | Ralf Baechle | 1 | -68/+0 |
2007-10-03 | [MIPS] Type proof reimplementation of cmpxchg. | Ralf Baechle | 3 | -260/+109 |
2007-10-01 | [MIPS] Fix value of O_TRUNC | Ralf Baechle | 1 | -0/+1 |
2007-09-27 | [MIPS] Fix CONFIG_BUILD_ELF64 kernels with symbols in CKSEG0. | Ralf Baechle | 1 | -1/+1 |
2007-09-24 | [MIPS] SMTC: Make ack_bad_irq() safe with no IM backstop. | Ralf Baechle | 1 | -8/+24 |
2007-09-19 | [MIPS] cpu-bugs64.c: GCC 3.3 constraint workaround | Maciej W. Rozycki | 1 | -1/+3 |
2007-09-14 | [MIPS] No ide_default_io_base() if PCI IDE was not found | Atsushi Nemoto | 1 | -0/+31 |
2007-09-11 | BCM1480 serial build fix | Thiemo Seufer | 1 | -0/+5 |
2007-09-10 | [MIPS] Ocelot: remove remaining bits | Yoichi Yuasa | 1 | -30/+0 |
2007-09-10 | [MIPS] Provide empty irq_enable_hazard definition for legacy and R1 cores. | Ralf Baechle | 1 | -0/+1 |