summaryrefslogtreecommitdiffstats
path: root/arch/mips/kernel/smtc.c
Commit message (Expand)AuthorAgeFilesLines
* irq: update all arches for new irq_desc, fixMike Travis2009-01-151-1/+3
* irq: update all arches for new irq_descMike Travis2009-01-131-1/+1
* cpumask: centralize cpu_online_map and cpu_possible_mapRusty Russell2008-12-131-3/+3
* [MIPS] SMTC: Fix SMTC dyntick support.Kevin D. Kissell2008-10-031-119/+133
* [MIPS] SMTC: Close tiny holes in the SMTC IPI replay system.Kevin D. Kissell2008-10-031-1/+1
* [MIPS] Build fix: Fix irq flags typeRalf Baechle2008-10-031-3/+3
* mips: convert to generic helpers for IPI function callsJens Axboe2008-06-261-1/+0Star
* [MIPS] Add support for MIPS CMP platform.Ralf Baechle2008-04-281-1/+2
* [MIPS] Remove TLB sanitation codeChris Dearman2008-04-281-8/+0Star
* arch/mips/: Spelling fixesJoe Perches2008-02-031-3/+3
* [MIPS] SMP: Call platform methods via ops structure.Ralf Baechle2008-01-291-1/+0Star
* [MIPS] SMTC: Allow control over TC assignment to vpe0.Kevin D. Kissell2007-10-291-13/+44
* [MIPS] Kill num_online_cpus() loops.Ralf Baechle2007-10-121-2/+2
* [MIPS] checkfiles: Fix "need space after that ','" errors.Ralf Baechle2007-10-121-3/+3
* [MIPS] Fix "no space between function name and open parenthesis" warnings.Ralf Baechle2007-10-121-2/+2
* [MIPS] Dyntick support for SMTC:Ralf Baechle2007-10-121-35/+32Star
* [MIPS] Implement clockevents for R4000-style cp0 count/compare interruptRalf Baechle2007-10-121-1/+1
* [MIPS] Consolidate all variants of MIPS cp0 timer interrupt handlers.Ralf Baechle2007-10-121-1/+1
* [MIPS] SMTC: Microoptimize atomic_postincrement for non-weak consistency.Ralf Baechle2007-10-121-1/+1
* [MIPS] IRQ Affinity Support for SMTC on Malta PlatformKevin D. Kissell2007-10-121-0/+63
* [MIPS] SMTC: Make ack_bad_irq() safe with no IM backstop.Ralf Baechle2007-09-241-1/+4
* [MIPS] SMTC: Move MIPS_CPU_IPI_IRQ definition into header.Ralf Baechle2007-08-271-2/+0Star
* [MIPS] SMTC: Fix modpost warning.Ralf Baechle2007-07-311-1/+1
* [MIPS] MT: Enable coexistence of AP/SP with VSMP and SMTC.Ralf Baechle2007-07-311-16/+0Star
* [MIPS] SMTC: smtc_timer_broadcast ignores its arguments, make it void.Ralf Baechle2007-07-311-1/+1
* [MIPS] SMTC: Declare static what should be static.Ralf Baechle2007-07-311-2/+2
* [MIPS] SMTC: Statically initialize irq_ipi[].Ralf Baechle2007-07-311-6/+6
* [MIPS] SMTC: Use current_cpu_data instead of cpu_data[smp_processor_id]Ralf Baechle2007-07-101-1/+1
* [MIPS] Count timer interrupts correctly.Chris Dearman2007-06-261-1/+1
* [MIPS] Don't drag a platform specific header into generic arch code.Ralf Baechle2007-06-201-3/+3
* [MIPS] SMTC: Fix warning.Ralf Baechle2007-06-111-2/+2
* wrap access to thread_infoRoman Zippel2007-05-091-1/+1
* [MIPS] SMTC: Fix recursion in instant IPI replay code.Ralf Baechle2007-03-301-7/+33
* [MIPS] SMTC: Fix false trigger of debug code on single VPE.Ralf Baechle2007-03-301-5/+15
* [MIPS] SMTC: irq_{enter,leave} and kstats keeping for relayed timer ints.Ralf Baechle2007-03-301-0/+5
* [MIPS] Make SMTC_IDLE_HOOK_DEBUG a proper option in Kconfig.debug.Ralf Baechle2007-02-271-11/+8Star
* [MIPS] SMTC: Make a bunch of functions and variables static.Ralf Baechle2007-02-061-9/+9
* [MIPS] Whitespace cleanups.Ralf Baechle2007-02-061-1/+1
* [MIPS] SMTC: remove unused atomic_postclearRalf Baechle2007-02-061-22/+0Star
* [MIPS] Define MIPS_CPU_IRQ_BASE in generic headerAtsushi Nemoto2007-02-061-11/+1Star
* [MIPS] SMTC: Fix module build by exporting symbolRalf Baechle2007-01-241-0/+3
* [MIPS] SMTC: Fix TLB sizing bug for TLB of 64 >= entriesRalf Baechle2007-01-241-2/+5
* [MIPS] SMTC: Instant IPI replay.Ralf Baechle2007-01-231-21/+33
* [MIPS] SMTC: Fix cp0 hazard.Ralf Baechle2007-01-191-0/+1
* [MIPS] use generic_handle_irq, handle_level_irq, handle_percpu_irqAtsushi Nemoto2006-11-301-0/+1
* [MIPS] SMTC: Synchronize cp0 counters on bootup.Ralf Baechle2006-11-011-0/+1
* [MIPS] Complete fixes after removal of pt_regs argument to int handlers.Ralf Baechle2006-10-081-13/+13
* [MIPS] Replace board_timer_setup function pointer by plat_timer_setup.Ralf Baechle2006-07-131-1/+1
* [MIPS] SMTC: Reformat to Linux style.Ralf Baechle2006-07-131-29/+29
* [PATCH] irq-flags: MIPS: Use the new IRQF_ constantsThomas Gleixner2006-07-021-1/+1