aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/kernel/vpe.c
Commit message (Expand)AuthorAgeFilesLines
* Fix common misspellingsLucas De Marchi2011-03-311-1/+1
* MIPS: Replace deprecated spinlock initializationThomas Gleixner2011-03-141-2/+2
* MIPS: VPE loader: Check vmalloc return value in vpe_openJesper Juhl2010-12-161-8/+6
* llseek: automatically add .llseek fopArnd Bergmann2010-10-151-1/+2
* MIPS: Don't include <linux/smp_lock.h> unnecessarily.Ralf Baechle2010-02-271-1/+0
* MIPS: VPE: Remove stray unlock_kernel.Ralf Baechle2009-11-021-2/+0
* MIPS: VPE: Get rid of BKL.Ralf Baechle2009-09-301-31/+46
* MIPS: Remove useless zero initializations.Ralf Baechle2009-09-171-1/+1
* MIPS: VPE: Delete unused function get_tc_unused().Ralf Baechle2009-08-031-12/+0
* MIPS: VPE: Fix bogus indentation.Ralf Baechle2009-08-031-1/+1
* MIPS: VPE: Make various functions static.Ralf Baechle2009-08-031-9/+8
* MIPS: VPE: Free relocation chain on error.Ralf Baechle2009-08-031-3/+12
* MIPS: VPE: Fix compiler warning.Raghu Gandham2009-08-031-1/+2
* MIPS: MT: Remove unnecessary semicolonsJoe Perches2009-07-031-1/+1
* mips: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers2009-01-061-1/+1
* Merge branch 'next' into for-linusJames Morris2008-12-251-2/+2
|\
| * CRED: Use creds in file structsDavid Howells2008-11-141-2/+2
* | MIPS: Fix incorrect use of loose in vpe.cNick Andrew2008-12-051-1/+1
|/
* mips: cdev lock_kernel() pushdownJonathan Corbet2008-05-181-3/+9
* [MIPS] ELF handling - use SELFMAG instead of numeric constantCyrill Gorcunov2008-05-121-2/+2
* [MIPS] Don't use max_pfn which is no longer initialized these days.Ralf Baechle2008-05-121-1/+1
* [MIPS] Fixes necessary for non-SMP kernels and non-relocatable binariesKevin D. Kissell2008-05-121-8/+15
* [MIPS] VPE loader: Check result of memory allocation.Ralf Baechle2008-04-011-6/+15
* [MIPS] Remove duplicate includes.Lucas Woods2008-01-291-1/+0
* [MIPS] vpe: Add missing "space"Joe Perches2007-11-261-2/+2
* [MIPS] vpe: handle halting TCs in an errata safe way.Nigel Stephens2007-11-151-4/+10
* [MIPS] vpe: Use p_paddr instead of p_vaddr loader.Ralf Baechle2007-10-291-2/+2
* [MIPS] VPE loader: convert from struct class_ device to struct deviceKay Sievers2007-10-161-12/+15
* [MIPS] VPE: reimplement ELF loader.Ralf Baechle2007-10-111-34/+11
* [MIPS] checkfiles: Fix "need space after that ','" errors.Ralf Baechle2007-10-111-1/+1
* [MIPS] RP: Sysfs interface for stopping RP programRalf Baechle2007-07-311-0/+18
* [MIPS] RP: Pass number of TCs available to RP program in $2.Ralf Baechle2007-07-311-9/+73
* [MIPS] MT: Enable coexistence of AP/SP with VSMP and SMTC.Ralf Baechle2007-07-311-126/+137
* [MIPS] Replace __attribute_used__ with __usedDavid Rientjes2007-07-241-2/+1
* [MIPS] AP/SP: Avoid triggering the 34K E125 performance issueRalf Baechle2007-07-061-4/+0
* [MIPS] RTLX, VPE: Make open actually atomic.Ralf Baechle2007-02-261-4/+3
* [PATCH] mark struct file_operations const 2Arjan van de Ven2007-02-121-1/+1
* [MIPS] VPE: Sprinkle device model code into code to make udev happier.Ralf Baechle2007-02-101-1/+21
* [MIPS] Whitespace cleanups.Ralf Baechle2007-02-061-16/+16
* [MIPS] vpe_elfload and vpe_run are only used locally, make them static.Ralf Baechle2007-02-061-2/+2
* [MIPS] VPE loader: Initialize lists before they're actually being used ...Ralf Baechle2007-01-241-4/+5
* [PATCH] struct path: convert mipsJosef Sipek2006-12-081-1/+1
* [MIPS] MT: Fix setting of XTC.Elizabeth Oldham2006-09-271-0/+6
* [MIPS] Don't include obsolete <linux/config.h>.Ralf Baechle2006-07-131-1/+0
* [MIPS] Cleanup inode->r_dev usage.Ralf Baechle2006-04-271-3/+3
* [MIPS] kpsd and other AP/SP improvements.Ralf Baechle2006-04-191-225/+434
* MIPS: MT: Fix 32-bit dependencies.Ralf Baechle2006-01-101-4/+4
* [PATCH] Fix more "if ((err = foo() < 0))" typosAlexey Dobriyan2006-01-091-1/+2
* VPE loader janitoringRalf Baechle2005-11-071-56/+44
* Virtual SMP support for the 34K.Ralf Baechle2005-10-291-7/+8