aboutsummaryrefslogtreecommitdiff
path: root/arch/mips/sibyte
AgeCommit message (Expand)AuthorFilesLines
2014-11-24MIPS: Replace use of phys_t with phys_addr_t.Gravatar Ralf Baechle 2-3/+3
2014-11-24MIPS: Replace MIPS-specific 64BIT_PHYS_ADDR with generic PHYS_ADDR_T_64BITGravatar Ralf Baechle 1-2/+2
2014-11-24MIPS: Remove useless parenthesesGravatar Ralf Baechle 3-5/+5
2014-10-23MIPS: Sibyte: Include the swarm subdir to the sb1250 LittleSur buildsGravatar Markos Chandras 1-0/+1
2014-05-27MIPS: SMP: Remove plat_smp_ops cpus_done method.Gravatar Ralf Baechle 2-16/+0
2014-05-23MIPS: BCM1480: Remove checks for CONFIG_SIBYTE_BCM1480_PROFGravatar Paul Bolle 1-11/+0
2014-03-12mips: Validate online cpus in irq_set_affinity() callbacksGravatar Thomas Gleixner 2-2/+2
2014-03-04mips: Use the core irq stats functionGravatar Thomas Gleixner 2-2/+2
2013-11-26MIPS: Remove panic_timeout settingsGravatar Ralf Baechle 1-2/+0
2013-09-18MIPS: Cleanup CP0 PRId and CP1 FPIR register access masksGravatar Maciej W. Rozycki 2-2/+4
2013-07-14MIPS: Delete __cpuinit/__CPUINIT usage from MIPS codeGravatar Paul Gortmaker 2-8/+8
2013-07-12Merge branch '3.10-fixes' into mips-for-linux-nextGravatar Ralf Baechle 6-6/+15
2013-07-01MIPS: Sibyte: Fix comment.Gravatar Ralf Baechle 1-1/+2
2013-07-01MIPS: Sibyte: Remove duplicate but harmless line from Platform file.Gravatar Ralf Baechle 1-1/+0
2013-06-25MIPS: Sibyte: Platform: Add load address for CONFIG_SIBYTE_LITTLESURGravatar Markos Chandras 1-0/+1
2013-06-21MIPS: sibyte: Amend dependencies for SIBYTE_BUS_WATCHERGravatar Markos Chandras 1-1/+2
2013-06-21MIPS: Sibyte: Fix bus watcher build for BCM1x55 and BCM1x80.Gravatar Ralf Baechle 3-2/+11
2013-06-21MIPS: Sibyte: Add missing sched.h headerGravatar Markos Chandras 1-0/+1
2013-06-21MIPS: sibyte: Remove unused variable.Gravatar Markos Chandras 1-3/+0
2013-05-05mips: single_open() leaksGravatar Al Viro 1-1/+1
2013-04-29mips: Don't use create_proc_read_entry()Gravatar David Howells 1-44/+37
2013-02-01MIPS: Whitespace cleanup.Gravatar Ralf Baechle 9-64/+64
2012-12-13MIPS: Kconfig: Rename several firmware related config symbols.Gravatar Ralf Baechle 1-1/+1
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