summaryrefslogtreecommitdiffstats
path: root/arch/mips/kernel/vpe.c
AgeCommit message (Expand)AuthorLines
2024-01-08MIPS: Fix typosBjorn Helgaas-2/+2
2023-04-27Merge tag 'mips_6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxLinus Torvalds-1/+1
2023-04-12MIPS: Remove deprecated CONFIG_MIPS_CMPThomas Bogendoerfer-1/+1
2023-03-09module: fix MIPS module_layout -> module_memoryRandy Dunlap-1/+1
2023-03-09module: replace module_layout with module_memorySong Liu-6/+5
2021-01-27MIPS: vpe: Remove vpe_getcwdThomas Bogendoerfer-33/+0
2020-02-15MIPS: VPE: Fix a double free and a memory leak in 'release_vpe()'Christophe JAILLET-1/+1
2018-10-31mm: remove include/linux/bootmem.hMike Rapoport-1/+1
2018-05-14MIPS: VPE: Fix spelling mistake: "uneeded" -> "unneeded"Colin Ian King-1/+1
2015-12-04module: use a structure to encapsulate layout.Rusty Russell-3/+3
2015-08-26MIPS: MT: Remove "weak" from vpe_run() declarationBjorn Helgaas-5/+5
2015-08-26MIPS: VPE: Exit vpe_release() early if vpe_run() isn't definedBjorn Helgaas-1/+6
2014-01-30Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds-758/+124
2014-01-22MIPS: VPE: Remove vpe_getuid and vpe_getgidEric W. Biederman-28/+0
2014-01-22MIPS: APRP: Code formatting clean-ups.Steven J. Hill-140/+112
2014-01-22MIPS: APRP: Split VPE loader into separate files.Deng-Cheng Zhu-628/+19
2013-09-13MIPS: kernel: vpe: Make vpe_attrs an array of pointers.Markos Chandras-1/+1
2013-08-19mips: convert vpe_class to use dev_groupsGreg Kroah-Hartman-7/+10
2013-03-02Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds-61/+52
2013-02-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds-1/+1
2013-02-22new helper: file_inode(file)Al Viro-1/+1
2013-02-21Merge branch 'mips-next-3.9' of git://git.linux-mips.org/pub/scm/john/linux-j...Ralf Baechle-12/+3
2013-02-19MIPS: remove broken conditional inside vpe loader codeJohn Crispin-12/+3
2013-02-01MIPS: Whitespace cleanup.Ralf Baechle-49/+49
2013-01-16MIPS: vpe.c: Fix null pointer dereference in print arguments.Cong Ding-1/+1
2012-10-11MIPS: MT: Remove kspd.Ralf Baechle-24/+0
2012-03-28Disintegrate asm/system.h for MIPSDavid Howells-1/+0
2011-10-31mips: remove needless include of module.h from core kernel files.Paul Gortmaker-1/+0
2011-09-17MIPS: VPE: Select correct tcHillf Danton-1/+1
2011-07-26atomic: use <linux/atomic.h>Arun Sharma-1/+1
2011-03-31Fix common misspellingsLucas De Marchi-1/+1
2011-03-14MIPS: Replace deprecated spinlock initializationThomas Gleixner-2/+2
2010-12-16MIPS: VPE loader: Check vmalloc return value in vpe_openJesper Juhl-8/+6
2010-10-15llseek: automatically add .llseek fopArnd Bergmann-1/+2
2010-02-27MIPS: Don't include <linux/smp_lock.h> unnecessarily.Ralf Baechle-1/+0
2009-11-02MIPS: VPE: Remove stray unlock_kernel.Ralf Baechle-2/+0
2009-09-30MIPS: VPE: Get rid of BKL.Ralf Baechle-31/+46
2009-09-17MIPS: Remove useless zero initializations.Ralf Baechle-1/+1
2009-08-03MIPS: VPE: Delete unused function get_tc_unused().Ralf Baechle-12/+0
2009-08-03MIPS: VPE: Fix bogus indentation.Ralf Baechle-1/+1
2009-08-03MIPS: VPE: Make various functions static.Ralf Baechle-9/+8
2009-08-03MIPS: VPE: Free relocation chain on error.Ralf Baechle-3/+12
2009-08-03MIPS: VPE: Fix compiler warning.Raghu Gandham-1/+2
2009-07-03MIPS: MT: Remove unnecessary semicolonsJoe Perches-1/+1
2009-01-06mips: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers-1/+1
2008-12-25Merge branch 'next' into for-linusJames Morris-2/+2
2008-12-05MIPS: Fix incorrect use of loose in vpe.cNick Andrew-1/+1
2008-11-14CRED: Use creds in file structsDavid Howells-2/+2
2008-05-18mips: cdev lock_kernel() pushdownJonathan Corbet-3/+9
2008-05-12[MIPS] ELF handling - use SELFMAG instead of numeric constantCyrill Gorcunov-2/+2