summaryrefslogtreecommitdiffstats
path: root/arch/mips/kernel/vpe.c
Commit message (Expand)AuthorAgeFilesLines
* MIPS: VPE: Fix spelling mistake: "uneeded" -> "unneeded"Colin Ian King2018-05-141-1/+1
* module: use a structure to encapsulate layout.Rusty Russell2015-12-041-3/+3
* MIPS: MT: Remove "weak" from vpe_run() declarationBjorn Helgaas2015-08-261-5/+5
* MIPS: VPE: Exit vpe_release() early if vpe_run() isn't definedBjorn Helgaas2015-08-261-1/+6
* Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2014-01-301-758/+124
|\
| * MIPS: APRP: Code formatting clean-ups.Steven J. Hill2014-01-221-140/+112
| * MIPS: APRP: Split VPE loader into separate files.Deng-Cheng Zhu2014-01-221-628/+19
* | MIPS: VPE: Remove vpe_getuid and vpe_getgidEric W. Biederman2014-01-221-28/+0
|/
* MIPS: kernel: vpe: Make vpe_attrs an array of pointers.Markos Chandras2013-09-131-1/+1
* mips: convert vpe_class to use dev_groupsGreg Kroah-Hartman2013-08-191-7/+10
* Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2013-03-021-61/+52
|\
| * Merge branch 'mips-next-3.9' of git://git.linux-mips.org/pub/scm/john/linux-j...Ralf Baechle2013-02-211-12/+3
| |\
| | * MIPS: remove broken conditional inside vpe loader codeJohn Crispin2013-02-191-12/+3
| * | 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-261-1/+1
|\ \ | |/ |/|
| * new helper: file_inode(file)Al Viro2013-02-221-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/+0
* Disintegrate asm/system.h for MIPSDavid Howells2012-03-281-1/+0
* mips: remove needless include of module.h from core kernel files.Paul Gortmaker2011-10-311-1/+0
* MIPS: VPE: Select correct tcHillf Danton2011-09-171-1/+1
* atomic: use <linux/atomic.h>Arun Sharma2011-07-261-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/+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
OpenPOWER on IntegriCloud