index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
mips
/
kernel
/
vpe.c
Age
Commit message (
Expand
)
Author
Files
Lines
2011-03-31
Fix common misspellings
Lucas De Marchi
1
-1
/
+1
2011-03-14
MIPS: Replace deprecated spinlock initialization
Thomas Gleixner
1
-2
/
+2
2010-12-16
MIPS: VPE loader: Check vmalloc return value in vpe_open
Jesper Juhl
1
-8
/
+6
2010-10-15
llseek: automatically add .llseek fop
Arnd Bergmann
1
-1
/
+2
2010-02-27
MIPS: Don't include <linux/smp_lock.h> unnecessarily.
Ralf Baechle
1
-1
/
+0
2009-11-02
MIPS: VPE: Remove stray unlock_kernel.
Ralf Baechle
1
-2
/
+0
2009-09-30
MIPS: VPE: Get rid of BKL.
Ralf Baechle
1
-31
/
+46
2009-09-17
MIPS: Remove useless zero initializations.
Ralf Baechle
1
-1
/
+1
2009-08-03
MIPS: VPE: Delete unused function get_tc_unused().
Ralf Baechle
1
-12
/
+0
2009-08-03
MIPS: VPE: Fix bogus indentation.
Ralf Baechle
1
-1
/
+1
2009-08-03
MIPS: VPE: Make various functions static.
Ralf Baechle
1
-9
/
+8
2009-08-03
MIPS: VPE: Free relocation chain on error.
Ralf Baechle
1
-3
/
+12
2009-08-03
MIPS: VPE: Fix compiler warning.
Raghu Gandham
1
-1
/
+2
2009-07-03
MIPS: MT: Remove unnecessary semicolons
Joe Perches
1
-1
/
+1
2009-01-06
mips: struct device - replace bus_id with dev_name(), dev_set_name()
Kay Sievers
1
-1
/
+1
2008-12-25
Merge branch 'next' into for-linus
James Morris
1
-2
/
+2
2008-12-05
MIPS: Fix incorrect use of loose in vpe.c
Nick Andrew
1
-1
/
+1
2008-11-14
CRED: Use creds in file structs
David Howells
1
-2
/
+2
2008-05-19
mips: cdev lock_kernel() pushdown
Jonathan Corbet
1
-3
/
+9
2008-05-12
[MIPS] ELF handling - use SELFMAG instead of numeric constant
Cyrill Gorcunov
1
-2
/
+2
2008-05-12
[MIPS] Don't use max_pfn which is no longer initialized these days.
Ralf Baechle
1
-1
/
+1
2008-05-12
[MIPS] Fixes necessary for non-SMP kernels and non-relocatable binaries
Kevin D. Kissell
1
-8
/
+15
2008-04-01
[MIPS] VPE loader: Check result of memory allocation.
Ralf Baechle
1
-6
/
+15
2008-01-29
[MIPS] Remove duplicate includes.
Lucas Woods
1
-1
/
+0
2007-11-26
[MIPS] vpe: Add missing "space"
Joe Perches
1
-2
/
+2
2007-11-16
[MIPS] vpe: handle halting TCs in an errata safe way.
Nigel Stephens
1
-4
/
+10
2007-10-29
[MIPS] vpe: Use p_paddr instead of p_vaddr loader.
Ralf Baechle
1
-2
/
+2
2007-10-16
[MIPS] VPE loader: convert from struct class_ device to struct device
Kay Sievers
1
-12
/
+15
2007-10-12
[MIPS] VPE: reimplement ELF loader.
Ralf Baechle
1
-34
/
+11
2007-10-12
[MIPS] checkfiles: Fix "need space after that ','" errors.
Ralf Baechle
1
-1
/
+1
2007-08-01
[MIPS] RP: Sysfs interface for stopping RP program
Ralf Baechle
1
-0
/
+18
2007-08-01
[MIPS] RP: Pass number of TCs available to RP program in $2.
Ralf Baechle
1
-9
/
+73
2007-08-01
[MIPS] MT: Enable coexistence of AP/SP with VSMP and SMTC.
Ralf Baechle
1
-126
/
+137
2007-07-24
[MIPS] Replace __attribute_used__ with __used
David Rientjes
1
-2
/
+1
2007-07-06
[MIPS] AP/SP: Avoid triggering the 34K E125 performance issue
Ralf Baechle
1
-4
/
+0
2007-02-27
[MIPS] RTLX, VPE: Make open actually atomic.
Ralf Baechle
1
-4
/
+3
2007-02-12
[PATCH] mark struct file_operations const 2
Arjan van de Ven
1
-1
/
+1
2007-02-11
[MIPS] VPE: Sprinkle device model code into code to make udev happier.
Ralf Baechle
1
-1
/
+21
2007-02-06
[MIPS] Whitespace cleanups.
Ralf Baechle
1
-16
/
+16
2007-02-06
[MIPS] vpe_elfload and vpe_run are only used locally, make them static.
Ralf Baechle
1
-2
/
+2
2007-01-24
[MIPS] VPE loader: Initialize lists before they're actually being used ...
Ralf Baechle
1
-4
/
+5
2006-12-08
[PATCH] struct path: convert mips
Josef Sipek
1
-1
/
+1
2006-09-27
[MIPS] MT: Fix setting of XTC.
Elizabeth Oldham
1
-0
/
+6
2006-07-14
[MIPS] Don't include obsolete <linux/config.h>.
Ralf Baechle
1
-1
/
+0
2006-04-27
[MIPS] Cleanup inode->r_dev usage.
Ralf Baechle
1
-3
/
+3
2006-04-19
[MIPS] kpsd and other AP/SP improvements.
Ralf Baechle
1
-225
/
+434
2006-01-10
MIPS: MT: Fix 32-bit dependencies.
Ralf Baechle
1
-4
/
+4
2006-01-10
[PATCH] Fix more "if ((err = foo() < 0))" typos
Alexey Dobriyan
1
-1
/
+2
2005-11-07
VPE loader janitoring
Ralf Baechle
1
-56
/
+44
2005-10-29
Virtual SMP support for the 34K.
Ralf Baechle
1
-7
/
+8
[next]