aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/kernel/vpe.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-01-27MIPS: vpe: Remove vpe_getcwdThomas Bogendoerfer1-33/+0
2020-02-15MIPS: VPE: Fix a double free and a memory leak in 'release_vpe()'Christophe JAILLET1-1/+1
2018-10-31mm: remove include/linux/bootmem.hMike Rapoport1-1/+1
2018-05-14MIPS: VPE: Fix spelling mistake: "uneeded" -> "unneeded"Colin Ian King1-1/+1
2015-12-04module: use a structure to encapsulate layout.Rusty Russell1-3/+3
2015-08-26MIPS: MT: Remove "weak" from vpe_run() declarationBjorn Helgaas1-5/+5
2015-08-26MIPS: VPE: Exit vpe_release() early if vpe_run() isn't definedBjorn Helgaas1-1/+6
2014-01-30Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds1-758/+124
2014-01-22MIPS: VPE: Remove vpe_getuid and vpe_getgidEric W. Biederman1-28/+0
2014-01-22MIPS: APRP: Code formatting clean-ups.Steven J. Hill1-140/+112
2014-01-22MIPS: APRP: Split VPE loader into separate files.Deng-Cheng Zhu1-628/+19
2013-09-13MIPS: kernel: vpe: Make vpe_attrs an array of pointers.Markos Chandras1-1/+1
2013-08-19mips: convert vpe_class to use dev_groupsGreg Kroah-Hartman1-7/+10
2013-03-02Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds1-61/+52
2013-02-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+1
2013-02-22new helper: file_inode(file)Al Viro1-1/+1
2013-02-21Merge branch 'mips-next-3.9' of git://git.linux-mips.org/pub/scm/john/linux-john into mips-for-linux-nextRalf Baechle1-12/+3
2013-02-19MIPS: remove broken conditional inside vpe loader codeJohn Crispin1-12/+3
2013-02-01MIPS: Whitespace cleanup.Ralf Baechle1-49/+49
2013-01-16MIPS: vpe.c: Fix null pointer dereference in print arguments.Cong Ding1-1/+1
2012-10-11MIPS: MT: Remove kspd.Ralf Baechle1-24/+0
2012-03-28Disintegrate asm/system.h for MIPSDavid Howells1-1/+0
2011-10-31mips: remove needless include of module.h from core kernel files.Paul Gortmaker1-1/+0
2011-09-17MIPS: VPE: Select correct tcHillf Danton1-1/+1
2011-07-26atomic: use <linux/atomic.h>Arun Sharma1-1/+1
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2011-03-14MIPS: Replace deprecated spinlock initializationThomas Gleixner1-2/+2
2010-12-16MIPS: VPE loader: Check vmalloc return value in vpe_openJesper Juhl1-8/+6
2010-10-15llseek: automatically add .llseek fopArnd Bergmann1-1/+2
2010-02-27MIPS: Don't include <linux/smp_lock.h> unnecessarily.Ralf Baechle1-1/+0
2009-11-02MIPS: VPE: Remove stray unlock_kernel.Ralf Baechle1-2/+0
2009-09-30MIPS: VPE: Get rid of BKL.Ralf Baechle1-31/+46
2009-09-17MIPS: Remove useless zero initializations.Ralf Baechle1-1/+1
2009-08-03MIPS: VPE: Delete unused function get_tc_unused().Ralf Baechle1-12/+0
2009-08-03MIPS: VPE: Fix bogus indentation.Ralf Baechle1-1/+1
2009-08-03MIPS: VPE: Make various functions static.Ralf Baechle1-9/+8
2009-08-03MIPS: VPE: Free relocation chain on error.Ralf Baechle1-3/+12
2009-08-03MIPS: VPE: Fix compiler warning.Raghu Gandham1-1/+2
2009-07-03MIPS: MT: Remove unnecessary semicolonsJoe Perches1-1/+1
2009-01-06mips: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers1-1/+1
2008-12-25Merge branch 'next' into for-linusJames Morris1-2/+2
2008-12-05MIPS: Fix incorrect use of loose in vpe.cNick Andrew1-1/+1
2008-11-14CRED: Use creds in file structsDavid Howells1-2/+2
2008-05-18mips: cdev lock_kernel() pushdownJonathan Corbet1-3/+9
2008-05-12[MIPS] ELF handling - use SELFMAG instead of numeric constantCyrill Gorcunov1-2/+2
2008-05-12[MIPS] Don't use max_pfn which is no longer initialized these days.Ralf Baechle1-1/+1
2008-05-12[MIPS] Fixes necessary for non-SMP kernels and non-relocatable binariesKevin D. Kissell1-8/+15
2008-04-01[MIPS] VPE loader: Check result of memory allocation.Ralf Baechle1-6/+15
2008-01-29[MIPS] Remove duplicate includes.Lucas Woods1-1/+0
2007-11-26[MIPS] vpe: Add missing "space"Joe Perches1-2/+2