| Commit message (Expand) | Author | Age | Files | Lines |
* | MIPS: Sibyte: Fix Kconfig dependencies of SIBYTE_BUS_WATCHER | Andreas Ruprecht | 2016-05-09 | 1 | -1/+2 |
* | MIPS: Sibyte: Move bus watcher from deprecated __initcall to device_initcall | Ralf Baechle | 2015-09-03 | 1 | -1/+1 |
* | MIPS: SMP: Don't increment irq_count multiple times for call function IPIs | Alex Smith | 2015-08-03 | 2 | -6/+10 |
* | MIPS: SB1: Remove support for Pass 1 parts. | Ralf Baechle | 2015-07-14 | 3 | -11/+1 |
* | MIPS/IRQCHIP: Move irq_chip from arch/mips to drivers/irqchip. | Ralf Baechle | 2015-06-21 | 1 | -8/+8 |
* | MIPS: Replace use of phys_t with phys_addr_t. | Ralf Baechle | 2014-11-24 | 2 | -3/+3 |
* | MIPS: Replace MIPS-specific 64BIT_PHYS_ADDR with generic PHYS_ADDR_T_64BIT | Ralf Baechle | 2014-11-24 | 1 | -2/+2 |
* | MIPS: Remove useless parentheses | Ralf Baechle | 2014-11-24 | 3 | -5/+5 |
* | MIPS: Sibyte: Include the swarm subdir to the sb1250 LittleSur builds | Markos Chandras | 2014-10-23 | 1 | -0/+1 |
* | MIPS: SMP: Remove plat_smp_ops cpus_done method. | Ralf Baechle | 2014-05-27 | 2 | -16/+0 |
* | MIPS: BCM1480: Remove checks for CONFIG_SIBYTE_BCM1480_PROF | Paul Bolle | 2014-05-23 | 1 | -11/+0 |
* | mips: Validate online cpus in irq_set_affinity() callbacks | Thomas Gleixner | 2014-03-12 | 2 | -2/+2 |
* | mips: Use the core irq stats function | Thomas Gleixner | 2014-03-04 | 2 | -2/+2 |
* | MIPS: Remove panic_timeout settings | Ralf Baechle | 2013-11-26 | 1 | -2/+0 |
* | MIPS: Cleanup CP0 PRId and CP1 FPIR register access masks | Maciej W. Rozycki | 2013-09-18 | 2 | -2/+4 |
* | MIPS: Delete __cpuinit/__CPUINIT usage from MIPS code | Paul Gortmaker | 2013-07-15 | 2 | -8/+8 |
* | Merge branch '3.10-fixes' into mips-for-linux-next | Ralf Baechle | 2013-07-12 | 6 | -6/+15 |
|\ |
|
| * | MIPS: Sibyte: Platform: Add load address for CONFIG_SIBYTE_LITTLESUR | Markos Chandras | 2013-06-25 | 1 | -0/+1 |
| * | MIPS: sibyte: Amend dependencies for SIBYTE_BUS_WATCHER | Markos Chandras | 2013-06-21 | 1 | -1/+2 |
| * | MIPS: Sibyte: Fix bus watcher build for BCM1x55 and BCM1x80. | Ralf Baechle | 2013-06-21 | 3 | -2/+11 |
| * | MIPS: Sibyte: Add missing sched.h header | Markos Chandras | 2013-06-21 | 1 | -0/+1 |
| * | MIPS: sibyte: Remove unused variable. | Markos Chandras | 2013-06-21 | 1 | -3/+0 |
* | | MIPS: Sibyte: Fix comment. | Ralf Baechle | 2013-07-01 | 1 | -1/+2 |
* | | MIPS: Sibyte: Remove duplicate but harmless line from Platform file. | Ralf Baechle | 2013-07-01 | 1 | -1/+0 |
|/ |
|
* | mips: single_open() leaks | Al Viro | 2013-05-05 | 1 | -1/+1 |
* | mips: Don't use create_proc_read_entry() | David Howells | 2013-04-29 | 1 | -44/+37 |
* | MIPS: Whitespace cleanup. | Ralf Baechle | 2013-02-01 | 9 | -64/+64 |
* | MIPS: Kconfig: Rename several firmware related config symbols. | Ralf Baechle | 2012-12-13 | 1 | -1/+1 |
* | documentation: remove references to cpu_*_map. | Rusty Russell | 2012-03-29 | 1 | -1/+1 |
* | remove references to cpu_*_map in arch/ | Rusty Russell | 2012-03-29 | 2 | -7/+5 |
* | Disintegrate asm/system.h for MIPS | David Howells | 2012-03-28 | 4 | -4/+0 |
* | MIPS: Sibyte: drop select of SIBYTE_CFE | Paul Bolle | 2011-11-13 | 1 | -1/+0 |
* | MIPS: SB1250: Restore dropped irq_mask function | Thomas Gleixner | 2011-07-21 | 1 | -0/+8 |
* | sched: Provide scheduler_ipi() callback in response to smp_send_reschedule() | Peter Zijlstra | 2011-04-14 | 2 | -8/+6 |
* | MIPS: Convert the irq functions to the new names | Thomas Gleixner | 2011-03-29 | 2 | -2/+4 |
* | MIPS: Sibyte: Convert to new irq_chip functions | Thomas Gleixner | 2011-03-25 | 2 | -73/+35 |
* | MIPS: Sibyte: Use vzalloc in sbbus profiler | Joe Perches | 2011-01-18 | 1 | -2/+1 |
* | MIPS: Swarm: Fix typo in symbol name: RTC_M4LT81 -> RTC_M41T81 | Ralf Baechle | 2010-12-16 | 1 | -4/+4 |
* | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko... | Linus Torvalds | 2010-10-24 | 1 | -1/+1 |
|\ |
|
| * | Fix typo: configuation => configuration | Thomas Weber | 2010-09-23 | 1 | -1/+1 |
* | | llseek: automatically add .llseek fop | Arnd Bergmann | 2010-10-15 | 1 | -0/+1 |
|/ |
|
* | MIPS: Sibyte: Migrate to new platform makefile style. | Ralf Baechle | 2010-08-05 | 5 | -6/+70 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 | Linus Torvalds | 2010-05-21 | 1 | -0/+54 |
|\ |
|
| * | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 2010-05-12 | 1 | -9/+8 |
| |\ |
|
| * | | net/sb1250: setup the pdevice within the soc code | Sebastian Andrzej Siewior | 2010-04-28 | 1 | -0/+54 |
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 2010-05-20 | 2 | -2/+2 |
|\ \ \
| |_|/
|/| | |
|
| * | | Merge branch 'master' into for-next | Jiri Kosina | 2010-04-23 | 4 | -3/+15 |
| |\| |
|
| * | | Fix comment and Kconfig typos for 'require' and 'fragment' | Gilles Espinasse | 2010-03-29 | 2 | -2/+2 |
* | | | MIPS: Fixup screen_info struct initializations | Sebastian Andrzej Siewior | 2010-04-30 | 1 | -9/+8 |
| |/
|/| |
|
* | | MIPS: Sibyte: Apply M3 workaround only on affected chip types and versions. | Ralf Baechle | 2010-04-12 | 1 | -0/+15 |