aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/sibyte
Commit message (Expand)AuthorAgeFilesLines
* sched: Provide scheduler_ipi() callback in response to smp_send_reschedule()Peter Zijlstra2011-04-142-8/+6
* MIPS: Convert the irq functions to the new namesThomas Gleixner2011-03-292-2/+4
* MIPS: Sibyte: Convert to new irq_chip functionsThomas Gleixner2011-03-252-73/+35
* MIPS: Sibyte: Use vzalloc in sbbus profilerJoe Perches2011-01-181-2/+1
* MIPS: Swarm: Fix typo in symbol name: RTC_M4LT81 -> RTC_M41T81Ralf Baechle2010-12-161-4/+4
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds2010-10-241-1/+1
|\
| * Fix typo: configuation => configurationThomas Weber2010-09-231-1/+1
* | llseek: automatically add .llseek fopArnd Bergmann2010-10-151-0/+1
|/
* MIPS: Sibyte: Migrate to new platform makefile style.Ralf Baechle2010-08-055-6/+70
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds2010-05-201-0/+54
|\
| * Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-05-121-9/+8
| |\
| * | net/sb1250: setup the pdevice within the soc codeSebastian Andrzej Siewior2010-04-271-0/+54
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2010-05-202-2/+2
|\ \ \ | |_|/ |/| |
| * | Merge branch 'master' into for-nextJiri Kosina2010-04-234-3/+15
| |\ \ | | |/
| * | Fix comment and Kconfig typos for 'require' and 'fragment'Gilles Espinasse2010-03-292-2/+2
* | | MIPS: Fixup screen_info struct initializationsSebastian Andrzej Siewior2010-04-301-9/+8
| |/ |/|
* | MIPS: Sibyte: Apply M3 workaround only on affected chip types and versions.Ralf Baechle2010-04-121-0/+15
* | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-303-3/+0
|/
* MIPS: SB1480: Convert IRQ controller lock to raw spinlock.Ralf Baechle2010-02-271-7/+7
* MIPS: SB1250: Convert IRQ controller lock to raw spinlock.Ralf Baechle2010-02-271-7/+7
* MIPS: Make various locks static.Ralf Baechle2010-02-272-2/+2
* MIPS: Don't include <linux/smp_lock.h> unnecessarily.Ralf Baechle2010-02-271-1/+0
* MIPS: Replace all usages of CL_SIZE by COMMAND_LINE_SIZEDmitri Vorobiev2009-12-171-2/+2
* MIPS: Sibyte: Get rid of BKL.Ralf Baechle2009-09-301-18/+15
* MIPS: Sibyte: Fix compilation error.Mark Mason2009-09-301-1/+1
* MIPS: BCM1480: Re-apply patch lost due to bad resolution of merge conflict.Ralf Baechle2009-09-301-4/+0
* cpumask: arch_send_call_function_ipi_mask: mipsRusty Russell2009-09-242-4/+6
* timekeeping: Increase granularity of read_persistent_clock()Martin Schwidefsky2009-08-151-4/+11
* MIPS: Eleminate filenames from commentsRalf Baechle2009-08-031-2/+0
* MIPS: Sibyte: Fix build error if CONFIG_SERIAL_SB1250_DUART is undefined.Ralf Baechle2009-06-241-3/+4
* MIPS: Build fix - include <linux/smp.h> into all smp_processor_id() users.Ralf Baechle2009-06-241-0/+1
* MIPS: Sibyte: Remove standalone kernel supportImre Kaloz2009-06-178-132/+5
* MIPS: Sibyte: Remove simulator optionImre Kaloz2009-06-172-11/+0
* MIPS: SB1250: Sort out merge mistake.Ralf Baechle2009-06-171-5/+0
* Merge branch 'irq-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2009-06-102-6/+10
|\
| * Merge branch 'linus' into irq/numaIngo Molnar2009-06-012-10/+4
| |\
| * | irq: change ->set_affinity() to return statusYinghai Lu2009-04-282-6/+10
* | | MIPS: Sibyte: Honor CONFIG_CMDLINERalf Baechle2009-06-081-7/+1
| |/ |/|
* | MIPS: Sibyte: Fix locking in set_irq_affinityThomas Bogendoerfer2009-05-142-10/+4
|/
* MIPS: Enable GENERIC_HARDIRQS_NO__DO_IRQ for all platformsRalf Baechle2009-03-302-2/+2
* irq: update all arches for new irq_desc, fixMike Travis2009-01-152-2/+4
* cpumask: make irq_set_affinity() take a const struct cpumaskRusty Russell2008-12-132-8/+8
* cpumask: centralize cpu_online_map and cpu_possible_mapRusty Russell2008-12-132-8/+8
* mips: use bcd2bin/bin2bcdAdrian Bunk2008-10-202-26/+26
* device create: misc: convert device_create_drvdata to device_createGreg Kroah-Hartman2008-10-161-2/+1
* [MIPS] Sibyte: Register PIO PATA device only for Swarm and Litte SurRalf Baechle2008-10-081-0/+4
* IDE: Fix platform device registration in Swarm IDE driver (v2)Ralf Baechle2008-10-052-1/+83
* [MIPS] kgdb: Remove existing implementationJason Wessel2008-07-305-231/+0
* device create: mips: convert device_create to device_create_drvdataGreg Kroah-Hartman2008-07-211-1/+2
* Merge branch 'generic-ipi' into generic-ipi-for-linusIngo Molnar2008-07-152-2/+2
|\