summaryrefslogtreecommitdiffstats
path: root/arch/mips/kernel/vpe.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2013-03-021-61/+52Star
|\
| * Merge branch 'mips-next-3.9' of git://git.linux-mips.org/pub/scm/john/linux-j...Ralf Baechle2013-02-211-12/+3Star
| |\
| | * MIPS: remove broken conditional inside vpe loader codeJohn Crispin2013-02-191-12/+3Star
| * | MIPS: Whitespace cleanup.Ralf Baechle2013-02-011-49/+49
| |/
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-02-271-1/+1
|\ \ | |/ |/|
| * new helper: file_inode(file)Al Viro2013-02-231-1/+1
* | MIPS: vpe.c: Fix null pointer dereference in print arguments.Cong Ding2013-01-161-1/+1
|/
* MIPS: MT: Remove kspd.Ralf Baechle2012-10-111-24/+0Star
* Disintegrate asm/system.h for MIPSDavid Howells2012-03-281-1/+0Star
* mips: remove needless include of module.h from core kernel files.Paul Gortmaker2011-11-011-1/+0Star
* MIPS: VPE: Select correct tcHillf Danton2011-09-171-1/+1
* atomic: use <linux/atomic.h>Arun Sharma2011-07-271-1/+1
* 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/+6Star
* llseek: automatically add .llseek fopArnd Bergmann2010-10-151-1/+2
* MIPS: Don't include <linux/smp_lock.h> unnecessarily.Ralf Baechle2010-02-271-1/+0Star
* MIPS: VPE: Remove stray unlock_kernel.Ralf Baechle2009-11-021-2/+0Star
* 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/+0Star
* MIPS: VPE: Fix bogus indentation.Ralf Baechle2009-08-031-1/+1
* MIPS: VPE: Make various functions static.Ralf Baechle2009-08-031-9/+8Star
* 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/+0Star
* [MIPS] vpe: Add missing "space"Joe Perches2007-11-261-2/+2
* [MIPS] vpe: handle halting TCs in an errata safe way.Nigel Stephens2007-11-161-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-121-34/+11Star
* [MIPS] checkfiles: Fix "need space after that ','" errors.Ralf Baechle2007-10-121-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/+1Star
* [MIPS] AP/SP: Avoid triggering the 34K E125 performance issueRalf Baechle2007-07-061-4/+0Star
* [MIPS] RTLX, VPE: Make open actually atomic.Ralf Baechle2007-02-271-4/+3Star
* [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