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
starfive-6.6.48-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
Age
Commit message (
Expand
)
Author
Files
Lines
2012-12-06
KVM: PPC: e500: Mask MAS2 EPN high 32-bits in 32/64 tlbwe emulation
Mihai Caraman
1
-0
/
+2
2012-12-06
KVM: PPC: Mask ea's high 32-bits in 32/64 instr emulation
Mihai Caraman
1
-0
/
+10
2012-12-06
KVM: PPC: e500: Add emulation helper for getting instruction ea
Mihai Caraman
4
-29
/
+35
2012-12-06
KVM: PPC: bookehv64: Add support for interrupt handling
Mihai Caraman
2
-8
/
+155
2012-12-06
KVM: PPC: bookehv: Remove GET_VCPU macro from exception handler
Mihai Caraman
1
-5
/
+2
2012-12-06
KVM: PPC: booke: Fix get_tb() compile error on 64-bit
Mihai Caraman
1
-0
/
+1
2012-12-06
KVM: PPC: e500: Silence bogus GCC warning in tlb code
Mihai Caraman
1
-1
/
+2
2012-12-06
KVM: PPC: Book3S HV: Handle guest-caused machine checks on POWER7 without pan...
Paul Mackerras
5
-28
/
+213
2012-12-06
KVM: PPC: Book3S HV: Improve handling of local vs. global TLB invalidations
Paul Mackerras
6
-45
/
+73
2012-12-06
MAINTAINERS: Add git tree link for PPC KVM
Michael Ellerman
1
-0
/
+1
2012-12-06
KVM: PPC: Book3S PR: MSR_DE doesn't exist on Book 3S
Paul Mackerras
1
-1
/
+1
2012-12-06
KVM: PPC: Book3S PR: Fix VSX handling
Paul Mackerras
4
-57
/
+62
2012-12-06
KVM: PPC: Book3S PR: Emulate PURR, SPURR and DSCR registers
Paul Mackerras
2
-1
/
+17
2012-12-06
KVM: PPC: Book3S HV: Don't give the guest RW access to RO pages
Paul Mackerras
1
-0
/
+22
2012-12-06
KVM: PPC: Book3S HV: Report correct HPT entry index when reading HPT
Paul Mackerras
1
-1
/
+1
2012-12-06
KVM: PPC: Book3S HV: Reset reverse-map chains when resetting the HPT
Paul Mackerras
1
-0
/
+24
2012-12-06
KVM: PPC: Book3S HV: Provide a method for userspace to read and write the HPT
Paul Mackerras
8
-12
/
+467
2012-12-06
KVM: PPC: Book3S HV: Make a HPTE removal function available
Paul Mackerras
2
-6
/
+16
2012-12-06
KVM: PPC: Book3S HV: Add a mechanism for recording modified HPTEs
Paul Mackerras
3
-4
/
+34
2012-12-06
KVM: PPC: Book3S HV: Fix bug causing loss of page dirty state
Paul Mackerras
1
-3
/
+3
2012-12-06
KVM: PPC: Book3S HV: Restructure HPT entry creation code
Paul Mackerras
3
-23
/
+45
2012-12-06
KVM: PPC: Support eventfd
Alexander Graf
3
-2
/
+20
2012-12-06
KVM: Distangle eventfd code from irqchip
Alexander Graf
2
-1
/
+17
2012-12-02
KVM: x86: Fix uninitialized return code
Jan Kiszka
1
-0
/
+1
2012-12-01
KVM: x86: Emulate IA32_TSC_ADJUST MSR
Will Auld
8
-0
/
+53
2012-12-01
KVM: x86: Add code to track call origin for msr assignment
Will Auld
5
-21
/
+56
2012-11-30
KVM: Fix user memslot overlap check
Alex Williamson
1
-8
/
+5
2012-11-30
KVM: VMX: fix memory order between loading vmcs and clearing vmcs
Xiao Guangrong
1
-0
/
+17
2012-11-29
KVM: VMX: fix invalid cpu passed to smp_call_function_single
Xiao Guangrong
1
-3
/
+5
2012-11-29
KVM: use is_idle_task() instead of idle_cpu() to decide when to halt in async_pf
Gleb Natapov
1
-6
/
+1
2012-11-28
KVM: x86: update pvclock area conditionally, on cpu migration
Marcelo Tosatti
1
-1
/
+6
2012-11-28
KVM: x86: require matched TSC offsets for master clock
Marcelo Tosatti
3
-8
/
+89
2012-11-28
KVM: x86: add kvm_arch_vcpu_postcreate callback, move TSC initialization
Marcelo Tosatti
8
-3
/
+30
2012-11-28
KVM: x86: implement PVCLOCK_TSC_STABLE_BIT pvclock flag
Marcelo Tosatti
5
-8
/
+272
2012-11-28
KVM: x86: notifier for clocksource changes
Marcelo Tosatti
1
-1
/
+93
2012-11-28
time: export time information for KVM pvclock
Marcelo Tosatti
2
-0
/
+59
2012-11-28
KVM: x86: pass host_tsc to read_l1_tsc
Marcelo Tosatti
5
-9
/
+9
2012-11-28
x86: vdso: pvclock gettime support
Marcelo Tosatti
3
-11
/
+101
2012-11-28
x86: kvm guest: pvclock vsyscall support
Marcelo Tosatti
3
-12
/
+61
2012-11-28
x86: pvclock: generic pvclock vsyscall initialization
Marcelo Tosatti
4
-0
/
+91
2012-11-28
sched: add notifier for cross-cpu migrations
Marcelo Tosatti
2
-0
/
+23
2012-11-28
x86: pvclock: add note about rdtsc barriers
Marcelo Tosatti
1
-0
/
+6
2012-11-28
x86: pvclock: introduce helper to read flags
Marcelo Tosatti
2
-0
/
+14
2012-11-28
x86: pvclock: create helper for pvclock data retrieval
Marcelo Tosatti
2
-14
/
+30
2012-11-28
x86: pvclock: remove pvclock_shadow_time
Marcelo Tosatti
1
-46
/
+11
2012-11-28
x86: pvclock: make sure rdtsc doesnt speculate out of region
Marcelo Tosatti
1
-2
/
+2
2012-11-28
x86: kvmclock: allocate pvclock shared memory area
Marcelo Tosatti
1
-11
/
+47
2012-11-28
KVM: x86: retain pvclock guest stopped bit in guest memory
Marcelo Tosatti
1
-7
/
+13
2012-11-14
KVM: remove unnecessary return value check
Guo Chao
2
-62
/
+0
2012-11-14
KVM: x86: fix return value of kvm_vm_ioctl_set_tss_addr()
Guo Chao
1
-1
/
+1
[next]