aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/sibyte/sb1250 (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-05-27MIPS: SMP: Remove plat_smp_ops cpus_done method.Ralf Baechle1-8/+0
2014-03-12mips: Validate online cpus in irq_set_affinity() callbacksThomas Gleixner1-1/+1
2014-03-04mips: Use the core irq stats functionThomas Gleixner1-1/+1
2013-09-18MIPS: Cleanup CP0 PRId and CP1 FPIR register access masksMaciej W. Rozycki1-1/+2
2013-07-14MIPS: Delete __cpuinit/__CPUINIT usage from MIPS codePaul Gortmaker1-4/+4
2013-06-21MIPS: Sibyte: Fix bus watcher build for BCM1x55 and BCM1x80.Ralf Baechle2-248/+0
2013-06-21MIPS: sibyte: Remove unused variable.Markos Chandras1-3/+0
2013-05-05mips: single_open() leaksAl Viro1-1/+1
2013-04-29mips: Don't use create_proc_read_entry()David Howells1-44/+37
2013-02-01MIPS: Whitespace cleanup.Ralf Baechle3-16/+16
2012-03-29remove references to cpu_*_map in arch/Rusty Russell1-4/+3
2012-03-28Disintegrate asm/system.h for MIPSDavid Howells2-2/+0
2011-07-20MIPS: SB1250: Restore dropped irq_mask functionThomas Gleixner1-0/+8
2011-04-14sched: Provide scheduler_ipi() callback in response to smp_send_reschedule()Peter Zijlstra1-4/+3
2011-03-29MIPS: Convert the irq functions to the new namesThomas Gleixner1-1/+2
2011-03-25MIPS: Sibyte: Convert to new irq_chip functionsThomas Gleixner1-38/+15
2010-08-05MIPS: Sibyte: Migrate to new platform makefile style.Ralf Baechle1-2/+0
2010-04-23Merge branch 'master' into for-nextJiri Kosina2-1/+15
2010-04-12MIPS: Sibyte: Apply M3 workaround only on affected chip types and versions.Ralf Baechle1-0/+15
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-1/+0
2010-03-29Fix comment and Kconfig typos for 'require' and 'fragment'Gilles Espinasse1-1/+1
2010-02-27MIPS: SB1250: Convert IRQ controller lock to raw spinlock.Ralf Baechle1-7/+7
2010-02-27MIPS: Make various locks static.Ralf Baechle1-1/+1
2009-09-24cpumask: arch_send_call_function_ipi_mask: mipsRusty Russell1-2/+3
2009-06-17MIPS: Sibyte: Remove standalone kernel supportImre Kaloz2-97/+0
2009-06-17MIPS: SB1250: Sort out merge mistake.Ralf Baechle1-5/+0
2009-06-01Merge branch 'linus' into irq/numaIngo Molnar1-5/+2
2009-05-14MIPS: Sibyte: Fix locking in set_irq_affinityThomas Bogendoerfer1-5/+2
2009-04-28irq: change ->set_affinity() to return statusYinghai Lu1-3/+5
2009-03-30MIPS: Enable GENERIC_HARDIRQS_NO__DO_IRQ for all platformsRalf Baechle1-1/+1
2009-01-15irq: update all arches for new irq_desc, fixMike Travis1-1/+2
2008-12-13cpumask: make irq_set_affinity() take a const struct cpumaskRusty Russell1-4/+4
2008-12-13cpumask: centralize cpu_online_map and cpu_possible_mapRusty Russell1-4/+4
2008-07-30[MIPS] kgdb: Remove existing implementationJason Wessel1-60/+0
2008-06-26smp_call_function: get rid of the unused nonatomic/retry argumentJens Axboe1-1/+1
2008-01-29[MIPS] SMP: Call platform methods via ops structure.Ralf Baechle1-7/+93
2007-11-02[MIPS] Sibyte: Split and move clock code.Ralf Baechle1-173/+3
2007-11-02[MIPS] Sibyte: Fixes for oneshot timer mode.Ralf Baechle1-37/+29
2007-11-02[MIPS] Swarm: Fix build failureThiemo Seufer1-1/+1
2007-11-02[MIPS] SB1250: Use the right irqaction for the timer interrupt.Ralf Baechle1-7/+1
2007-11-02[MIPS] SB1250: Remove stray assignment of cpumask.Ralf Baechle1-1/+0
2007-11-02[MIPS] Sibyte: Fix names of the clockevent devices.Ralf Baechle1-1/+1
2007-11-02[MIPS] Sibyte: Build fixes / dead code removal.Ralf Baechle1-14/+0
2007-10-29[MIPS] time: Fix cut'n'paste bug in Sibyte clockevent driver.Ralf Baechle1-1/+1
2007-10-29[MIPS] Sibyte: Delete {sb1250,bcm1480}_steal_irq().Ralf Baechle2-27/+0
2007-10-22[MIPS] time: SMP-proofing of Sibyte clockevent/clocksource code.Ralf Baechle3-62/+65
2007-10-19[MIPS] Sibyte: Finish conversion to modern time APIs.Ralf Baechle3-115/+30
2007-10-17[MIPS] Sibyte: Fix typos in sibyte clockevent driversAtsushi Nemoto1-4/+4
2007-10-11[MIPS] checkfiles: Fix "need space after that ','" errors.Ralf Baechle2-5/+5
2007-10-11[MIPS] Clockevent driver for BCM1250Ralf Baechle1-21/+160