aboutsummaryrefslogtreecommitdiff
path: root/arch/mips/sibyte
AgeCommit message (Expand)AuthorFilesLines
2012-03-29documentation: remove references to cpu_*_map.Gravatar Rusty Russell 1-1/+1
2012-03-29remove references to cpu_*_map in arch/Gravatar Rusty Russell 2-7/+5
2012-03-28Disintegrate asm/system.h for MIPSGravatar David Howells 4-4/+0
2011-11-13MIPS: Sibyte: drop select of SIBYTE_CFEGravatar Paul Bolle 1-1/+0
2011-07-20MIPS: SB1250: Restore dropped irq_mask functionGravatar Thomas Gleixner 1-0/+8
2011-04-14sched: Provide scheduler_ipi() callback in response to smp_send_reschedule()Gravatar Peter Zijlstra 2-8/+6
2011-03-29MIPS: Convert the irq functions to the new namesGravatar Thomas Gleixner 2-2/+4
2011-03-25MIPS: Sibyte: Convert to new irq_chip functionsGravatar Thomas Gleixner 2-73/+35
2011-01-18MIPS: Sibyte: Use vzalloc in sbbus profilerGravatar Joe Perches 1-2/+1
2010-12-16MIPS: Swarm: Fix typo in symbol name: RTC_M4LT81 -> RTC_M41T81Gravatar Ralf Baechle 1-4/+4
2010-10-24Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Gravatar Linus Torvalds 1-1/+1
2010-10-15llseek: automatically add .llseek fopGravatar Arnd Bergmann 1-0/+1
2010-09-23Fix typo: configuation => configurationGravatar Thomas Weber 1-1/+1
2010-08-05MIPS: Sibyte: Migrate to new platform makefile style.Gravatar Ralf Baechle 5-6/+70
2010-05-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Gravatar Linus Torvalds 1-0/+54
2010-05-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Gravatar Linus Torvalds 2-2/+2
2010-05-12Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...Gravatar David S. Miller 1-9/+8
2010-04-30MIPS: Fixup screen_info struct initializationsGravatar Sebastian Andrzej Siewior 1-9/+8
2010-04-27net/sb1250: setup the pdevice within the soc codeGravatar Sebastian Andrzej Siewior 1-0/+54
2010-04-23Merge branch 'master' into for-nextGravatar Jiri Kosina 4-3/+15
2010-04-12MIPS: Sibyte: Apply M3 workaround only on affected chip types and versions.Gravatar Ralf Baechle 1-0/+15
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 3-3/+0
2010-03-29Fix comment and Kconfig typos for 'require' and 'fragment'Gravatar Gilles Espinasse 2-2/+2
2010-02-27MIPS: SB1480: Convert IRQ controller lock to raw spinlock.Gravatar Ralf Baechle 1-7/+7
2010-02-27MIPS: SB1250: Convert IRQ controller lock to raw spinlock.Gravatar Ralf Baechle 1-7/+7
2010-02-27MIPS: Make various locks static.Gravatar Ralf Baechle 2-2/+2
2010-02-27MIPS: Don't include <linux/smp_lock.h> unnecessarily.Gravatar Ralf Baechle 1-1/+0
2009-12-17MIPS: Replace all usages of CL_SIZE by COMMAND_LINE_SIZEGravatar Dmitri Vorobiev 1-2/+2
2009-09-30MIPS: Sibyte: Get rid of BKL.Gravatar Ralf Baechle 1-18/+15
2009-09-30MIPS: Sibyte: Fix compilation error.Gravatar Mark Mason 1-1/+1
2009-09-30MIPS: BCM1480: Re-apply patch lost due to bad resolution of merge conflict.Gravatar Ralf Baechle 1-4/+0
2009-09-24cpumask: arch_send_call_function_ipi_mask: mipsGravatar Rusty Russell 2-4/+6
2009-08-15timekeeping: Increase granularity of read_persistent_clock()Gravatar Martin Schwidefsky 1-4/+11
2009-08-03MIPS: Eleminate filenames from commentsGravatar Ralf Baechle 1-2/+0
2009-06-24MIPS: Sibyte: Fix build error if CONFIG_SERIAL_SB1250_DUART is undefined.Gravatar Ralf Baechle 1-3/+4
2009-06-24MIPS: Build fix - include <linux/smp.h> into all smp_processor_id() users.Gravatar Ralf Baechle 1-0/+1
2009-06-17MIPS: Sibyte: Remove standalone kernel supportGravatar Imre Kaloz 8-132/+5
2009-06-17MIPS: Sibyte: Remove simulator optionGravatar Imre Kaloz 2-11/+0
2009-06-17MIPS: SB1250: Sort out merge mistake.Gravatar Ralf Baechle 1-5/+0
2009-06-10Merge branch 'irq-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 2-6/+10
2009-06-08MIPS: Sibyte: Honor CONFIG_CMDLINEGravatar Ralf Baechle 1-7/+1
2009-06-01Merge branch 'linus' into irq/numaGravatar Ingo Molnar 2-10/+4
2009-05-14MIPS: Sibyte: Fix locking in set_irq_affinityGravatar Thomas Bogendoerfer 2-10/+4
2009-04-28irq: change ->set_affinity() to return statusGravatar Yinghai Lu 2-6/+10
2009-03-30MIPS: Enable GENERIC_HARDIRQS_NO__DO_IRQ for all platformsGravatar Ralf Baechle 2-2/+2
2009-01-15irq: update all arches for new irq_desc, fixGravatar Mike Travis 2-2/+4
2008-12-13cpumask: make irq_set_affinity() take a const struct cpumaskGravatar Rusty Russell 2-8/+8
2008-12-13cpumask: centralize cpu_online_map and cpu_possible_mapGravatar Rusty Russell 2-8/+8
2008-10-20mips: use bcd2bin/bin2bcdGravatar Adrian Bunk 2-26/+26
2008-10-16device create: misc: convert device_create_drvdata to device_createGravatar Greg Kroah-Hartman 1-2/+1