summaryrefslogtreecommitdiffstats
path: root/include/asm-mips
Commit message (Expand)AuthorAgeFilesLines
...
* [MIPS] txx9tmr clockevent/clocksource driverAtsushi Nemoto2007-10-296-49/+72
* [MIPS] IP32: Fixes after interrupt renumbering.Ralf Baechle2007-10-291-1/+3
* [MIPS] time: Remove declaration of plat_timer_setup, there is no caller.Ralf Baechle2007-10-291-1/+0Star
* Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linusLinus Torvalds2007-10-233-5/+8
|\
| * [MIPS] Fix include wrapper symbol to something sane.Ralf Baechle2007-10-221-3/+3
| * [MIPS] time: Add GT641xx timer0 clockevent driverYoichi Yuasa2007-10-221-0/+5
| * [MIPS] time: SMP-proofing of Sibyte clockevent/clocksource code.Ralf Baechle2007-10-221-2/+0Star
* | Add CONFIG_DEBUG_SG sg validationJens Axboe2007-10-221-0/+3
* | Change table chaining layoutJens Axboe2007-10-221-1/+1
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialLinus Torvalds2007-10-201-1/+1
|\
| * Fix misspellings of "system", "controller", "interrupt" and "necessary".Robert P. J. Day2007-10-191-1/+1
* | ide: add CONFIG_IDE_ARCH_OBSOLETE_INITBartlomiej Zolnierkiewicz2007-10-201-1/+0Star
|/
* Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linusLinus Torvalds2007-10-192-2/+5
|\
| * [MIPS] Kill duplicated setup_irq() for cp0 timerAtsushi Nemoto2007-10-191-2/+0Star
| * [MIPS] time: Helpers to compute clocksource/event shift and mult values.Ralf Baechle2007-10-191-0/+5
* | define global BIT macroJiri Slaby2007-10-192-6/+0Star
* | forbid asm/bitops.h direct inclusionJiri Slaby2007-10-191-0/+4
* | remove asm/bitops.h includesJiri Slaby2007-10-191-1/+1
* | remove unused flush_tlb_pgtablesBenjamin Herrenschmidt2007-10-191-7/+0Star
|/
* Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linusLinus Torvalds2007-10-182-2/+14
|\
| * [MIPS] time: Move R4000 clockevent device code to separate configurable fileRalf Baechle2007-10-181-0/+6
| * [MIPS] time: Delete dead cycles_per_jiffy, mips_timer_ack and null_timer_ackRalf Baechle2007-10-181-1/+0Star
| * [MIPS] Always do the ARC64_TWIDDLE_PC thing.Thomas Bogendoerfer2007-10-181-1/+8
* | mips: lock bitopsNick Piggin2007-10-181-1/+96
* | mips: fix bitopsNick Piggin2007-10-181-0/+6
* | bitops: introduce lock opsNick Piggin2007-10-181-0/+1
|/
* [MIPS] Alchemy: Renumber interrupts so irq_cpu can work.Ralf Baechle2007-10-173-342/+373
* [MIPS] Alchemy: Fix build by conversion to irq_cpu.c.Ralf Baechle2007-10-171-4/+6
* Remove dma_cache_(wback|inv|wback_inv) functionsRalf Baechle2007-10-171-0/+2
* remove include/asm-*/ipc.hAdrian Bunk2007-10-171-1/+0Star
* cleanup floppy.hJan Beulich2007-10-171-2/+0Star
* remove strict ansi check from __u64 in asm/types.hOlaf Hering2007-10-171-3/+3
* kill DECLARE_MUTEX_LOCKEDChristoph Hellwig2007-10-171-1/+0Star
* Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linusLinus Torvalds2007-10-165-93/+129
|\
| * [MIPS] Alchemy: Get rid of au1xxx_irq_map_t.Ralf Baechle2007-10-161-3/+3
| * [MIPS] Alchemy: Get rid of au_ffz().Ralf Baechle2007-10-161-7/+0Star
| * [MIPS] Alchemy: Get rid of au_ffs().Ralf Baechle2007-10-161-10/+0Star
| * [MIPS] Lasat: Fix build by conversion to irq_cpu.c.Ralf Baechle2007-10-161-1/+4
| * [MIPS] Lasat: Add #ifndef ... #endif include warpper to lasatint.h.Ralf Baechle2007-10-161-0/+4
| * [MIPS] IP22: Fix warning.Ralf Baechle2007-10-161-2/+2
| * [MIPS] MSP71XX: Add workarounds file.Ralf Baechle2007-10-161-0/+28
| * [MIPS] IP32: Fix build by conversion to irq_cpu.c.Ralf Baechle2007-10-161-70/+88
* | move a few definitions to au1000_xxs1500.cYoichi Yuasa2007-10-161-35/+0Star
|/
* add new prom.h for AU1x00Yoichi Yuasa2007-10-151-0/+13
* [MIPS] CFE: Add missing parenthesis.Ralf Baechle2007-10-131-1/+1
* [MIPS] R1: Fix hazard barriers to make kernels work on R2 also.Ralf Baechle2007-10-121-1/+53
* [MIPS] Kill num_online_cpus() loops.Ralf Baechle2007-10-121-2/+2
* [MIPS] SMP: Implement smp_call_function_mask().Ralf Baechle2007-10-121-0/+9
* [MIPS] Make facility to convert CPU types to strings generally available.Ralf Baechle2007-10-121-0/+3
* [MIPS] Convert list of CPU types from #define to enum.Ralf Baechle2007-10-121-70/+49Star