aboutsummaryrefslogtreecommitdiff
path: root/arch/mips/sgi-ip27
AgeCommit message (Expand)AuthorFilesLines
2012-03-29remove references to cpu_*_map in arch/Gravatar Rusty Russell 1-1/+1
2012-03-28Disintegrate asm/system.h for MIPSGravatar David Howells 2-2/+0
2012-01-14Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusGravatar Linus Torvalds 2-4/+4
2012-01-11Merge branch 'next/generic' into mips-for-linux-nextGravatar Ralf Baechle 2-2/+2
2012-01-08Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Gravatar Linus Torvalds 1-6/+0
2011-12-08mips: Use HAVE_MEMBLOCK_NODE_MAPGravatar Tejun Heo 1-2/+3
2011-12-07MIPS: irq: Remove IRQF_DISABLEDGravatar Yong Zhang 2-2/+2
2011-12-07MIPS: Fix up inconsistency in panic() string argument.Gravatar Ralf Baechle 1-2/+2
2011-11-13Merge branch 'master' into for-nextGravatar Jiri Kosina 1-2/+2
2011-10-29treewide: remove commented out Kconfig entriesGravatar Paul Bolle 1-6/+0
2011-10-20MIPS: IP27: Sort out section mismatch.Gravatar Ralf Baechle 1-2/+2
2011-07-26atomic: use <linux/atomic.h>Gravatar Arun Sharma 1-1/+1
2011-05-19Merge branch 'timers-clocksource-for-linus' of git://git.kernel.org/pub/scm/l...Gravatar Linus Torvalds 1-2/+1
2011-05-19Merge branches 'sched-core-for-linus' and 'sched-urgent-for-linus' of git://g...Gravatar Linus Torvalds 1-0/+2
2011-05-19MIPS: IP27: Remove pointless switch statement.Gravatar Ralf Baechle 1-12/+1
2011-05-14Merge branch 'consolidate-clksrc-i8253' of master.kernel.org:~rmk/linux-2.6-a...Gravatar Thomas Gleixner 5-33/+28
2011-05-10MIPS: IP27: Fix GCC 4.6.0 build error.Gravatar Ralf Baechle 1-2/+1
2011-05-10MIPS: IP27: Fix GCC 4.6.0 build error.Gravatar Ralf Baechle 1-3/+0
2011-04-14sched: Provide scheduler_ipi() callback in response to smp_send_reschedule()Gravatar Peter Zijlstra 1-0/+2
2011-03-31Fix common misspellingsGravatar Lucas De Marchi 4-4/+4
2011-03-29MIPS: Convert the irq functions to the new namesGravatar Thomas Gleixner 2-2/+2
2011-03-25MIPS: IP27: Convert to new irq_chip functionsGravatar Thomas Gleixner 2-27/+22
2011-02-21mips: convert to clocksource_register_hz/khzGravatar John Stultz 1-2/+1
2010-08-05MIPS: IP27: Migrate to new Platform fileGravatar Ralf Baechle 2-2/+19
2010-08-05MIPS: IP27: klconfig.c checkpatch cleanupGravatar Andrea Gelmini 1-4/+4
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 1-1/+0
2010-02-27MIPS: IP27: Convert nmi_lock lock to arch spinlock;Gravatar Ralf Baechle 1-2/+2
2010-02-27MIPS: IP27: Remove code obfuscation by enter_panic_mode().Gravatar Ralf Baechle 1-3/+2
2010-02-27MIPS: Make various locks static.Gravatar Ralf Baechle 1-1/+1
2010-02-27MIPS: Nuke trailing blank linesGravatar Ralf Baechle 1-1/+0
2010-01-11mm: make totalhigh_pages unsigned longGravatar Andreas Fenkart 1-1/+1
2009-11-02MIPS: Add IRQF_TIMER flag for timer interruptsGravatar Wu Zhangjin 1-1/+1
2009-09-30MIPS: SMP: Fix build.Gravatar Ralf Baechle 1-1/+1
2009-09-24cpumask: arch_send_call_function_ipi_mask: mipsGravatar Rusty Russell 1-2/+2
2009-09-24cpumask: remove obsolete node_to_cpumask now everyone uses cpumask_of_nodeGravatar Rusty Russell 1-1/+1
2009-06-24MIPS: Build fix - include <linux/smp.h> into all smp_processor_id() users.Gravatar Ralf Baechle 4-0/+4
2009-04-21clocksource: pass clocksource to read() callbackGravatar Magnus Damm 1-1/+1
2009-04-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Gravatar Linus Torvalds 1-1/+1
2009-03-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-cpumaskGravatar Linus Torvalds 1-1/+1
2009-03-30trivial: Fix misspelling of firmwareGravatar Nick Andrew 1-1/+1
2009-03-30MIPS: Stop using <asm-generic/int-l64.h>.Gravatar Ralf Baechle 2-3/+3
2009-03-30cpumask: remove node_to_first_cpuGravatar Rusty Russell 1-1/+1
2008-12-13cpumask: convert struct clock_event_device to cpumask pointers.Gravatar Rusty Russell 1-1/+1
2008-12-13cpumask: centralize cpu_online_map and cpu_possible_mapGravatar Rusty Russell 1-1/+1
2008-10-15MIPS: IP27: Switch over to RTC class driverGravatar Thomas Bogendoerfer 1-77/+22
2008-07-30[MIPS] kgdb: Remove existing implementationGravatar Jason Wessel 2-61/+0
2008-07-24PAGE_ALIGN(): correctly handle 64-bit values on 32-bit architecturesGravatar Andrea Righi 1-0/+1
2008-07-24mm: move bootmem descriptors definition to a single placeGravatar Johannes Weiner 1-3/+1
2008-07-15[MIPS] Replace use of print_symbol with new %sP pointer format.Gravatar Ralf Baechle 1-7/+3
2008-06-05[MIPS] IP27: misc fixesGravatar Thomas Bogendoerfer 1-22/+0