index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.12.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
pinetabv-6.6.y-devel
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
starfive-6.6.48-dubhe
starfive-6.6.63-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
/
um
/
kernel
Age
Commit message (
Expand
)
Author
Files
Lines
2008-02-05
uml: 64-bit tlb fixes
Jeff Dike
1
-4
/
+4
2008-02-05
uml: miscellaneous code cleanups
Jeff Dike
3
-9
/
+4
2008-02-05
uml: remove duplicate config symbol and unused file and variables
Karol Swietlicki
1
-2
/
+2
2008-02-05
uml: cover stubs with a VMA
Jeff Dike
3
-54
/
+66
2008-02-05
uml: clean up TASK_SIZE usage
Jeff Dike
5
-35
/
+4
2008-02-05
uml: kill processes instead of panicing kernel
Jeff Dike
3
-4
/
+33
2008-02-05
uml: use ptrace directly in libc code
Jeff Dike
1
-1
/
+1
2008-02-05
uml: add virt_to_pte
Jeff Dike
1
-33
/
+23
2008-02-05
uml: fix page table data sizes
Jeff Dike
1
-8
/
+9
2008-02-05
uml: current.h cleanup
Jeff Dike
1
-4
/
+4
2008-02-05
uml: style cleanup
Jeff Dike
1
-45
/
+41
2008-02-05
uml: header untangling
Jeff Dike
4
-14
/
+35
2008-02-05
uml: move um_virt_to_phys
Jeff Dike
3
-46
/
+32
2008-02-05
uml: convert functions to void
Karol Swietlicki
1
-3
/
+2
2008-02-05
uml: remove unused variables in the context switcher
Karol Swietlicki
1
-11
/
+8
2008-02-05
uml: tidy pgtable.h
Jeff Dike
1
-0
/
+1
2008-02-05
uml: tidy kern_util.h
Jeff Dike
5
-19
/
+5
2008-02-05
uml: clone.c tidying
Jeff Dike
1
-14
/
+18
2008-02-05
uml: const and other tidying
WANG Cong
2
-4
/
+2
2008-02-05
uml: further bugs.c tidying
Jeff Dike
1
-3
/
+2
2008-02-05
uml: implement get_wchan
Jeff Dike
1
-0
/
+35
2008-02-05
add mm argument to pte/pmd/pud/pgd_free
Benjamin Herrenschmidt
2
-5
/
+5
2008-01-30
UML: remove remaining FASTCALL uses
Harvey Harrison
1
-2
/
+2
2008-01-29
all archs: consolidate init and exit sections in vmlinux.lds.h
Sam Ravnborg
2
-4
/
+4
2007-11-15
uml: remove last include of libc asm/page.h
Jeff Dike
1
-1
/
+0
2007-11-15
uml: fix spurious IRQ testing
Jeff Dike
1
-6
/
+7
2007-10-29
misc uml annotation and section fixes
Al Viro
1
-1
/
+1
2007-10-20
spelling fixes: arch/um/
Simon Arlott
3
-4
/
+4
2007-10-19
pid namespaces: define is_global_init() and is_container_init()
Serge E. Hallyn
1
-1
/
+1
2007-10-16
uml: fix stub address calculations
Jeff Dike
6
-11
/
+14
2007-10-16
uml: use *SEC_PER_*SEC constants
Jeff Dike
1
-4
/
+5
2007-10-16
uml: eliminate interrupts in the idle loop
Jeff Dike
1
-3
/
+4
2007-10-16
uml: tickless support
Jeff Dike
2
-35
/
+13
2007-10-16
uml: clocksource support
Jeff Dike
1
-0
/
+20
2007-10-16
uml: GENERIC_CLOCKEVENTS support
Jeff Dike
1
-53
/
+48
2007-10-16
uml: GENERIC_TIME support
Jeff Dike
2
-43
/
+0
2007-10-16
uml: separate timer initialization
Jeff Dike
1
-0
/
+2
2007-10-16
uml: simplify interval setting
Jeff Dike
1
-1
/
+1
2007-10-16
uml: fix timer switching
Jeff Dike
1
-7
/
+2
2007-10-16
uml: eliminate hz()
Jeff Dike
1
-5
/
+0
2007-10-16
uml: style fixes in FP code
Jeff Dike
1
-2
/
+0
2007-10-16
uml: ptrace floating point fixes
Jeff Dike
1
-12
/
+6
2007-10-16
uml: clean up tlb flush path
Jeff Dike
1
-131
/
+127
2007-10-16
uml: userspace files should call libc directly
Jeff Dike
2
-2
/
+3
2007-10-16
uml: remove os_* usage from userspace files
Jeff Dike
1
-74
/
+60
2007-10-16
uml: free LDT state on process exit
Jeff Dike
1
-0
/
+2
2007-10-16
uml: rename pt_regs general-purpose register file
Jeff Dike
2
-3
/
+3
2007-10-16
uml: fold mmu_context_skas into mm_context
Jeff Dike
5
-32
/
+31
2007-10-16
uml: get rid of do_longjmp
Jeff Dike
4
-6
/
+6
2007-10-16
uml: remove __u64 usage from physical memory subsystem
Jeff Dike
1
-1
/
+1
[prev]
[next]