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
Age
Commit message (
Expand
)
Author
Files
Lines
2020-02-05
x86: vmxfeatures: rename features for consistency with KVM and manual
Paolo Bonzini
2
-6
/
+6
2020-02-05
Merge tag 'kvm-s390-next-5.6-1' of git://git.kernel.org/pub/scm/linux/kernel/...
Paolo Bonzini
3
-37
/
+66
2020-02-05
KVM: SVM: relax conditions for allowing MSR_IA32_SPEC_CTRL accesses
Paolo Bonzini
1
-0
/
+4
2020-02-05
KVM: x86: Fix perfctr WRMSR for running counters
Eric Hankland
1
-5
/
+4
2020-02-05
x86/kvm/hyper-v: don't allow to turn on unsupported VMX controls for nested g...
Vitaly Kuznetsov
3
-0
/
+58
2020-02-05
x86/kvm/hyper-v: move VMX controls sanitization out of nested_enable_evmcs()
Vitaly Kuznetsov
3
-8
/
+41
2020-02-05
kvm: mmu: Separate generating and setting mmio ptes
Ben Gardon
1
-2
/
+13
2020-02-05
kvm: mmu: Replace unsigned with unsigned int for PTE access
Ben Gardon
1
-11
/
+13
2020-02-05
KVM: nVMX: Remove stale comment from nested_vmx_load_cr3()
Sean Christopherson
1
-4
/
+4
2020-02-05
KVM: MIPS: Fold comparecount_func() into comparecount_wakeup()
Sean Christopherson
1
-10
/
+5
2020-02-05
KVM: MIPS: Fix a build error due to referencing not-yet-defined function
Sean Christopherson
1
-21
/
+21
2020-02-05
x86/kvm: do not setup pv tlb flush when not paravirtualized
Thadeu Lima de Souza Cascardo
1
-0
/
+3
2020-02-05
KVM: x86: Take a u64 when checking for a valid dr7 value
Sean Christopherson
1
-1
/
+1
2020-02-05
KVM: x86: use raw clock values consistently
Paolo Bonzini
1
-15
/
+23
2020-02-05
KVM: x86: reorganize pvclock_gtod_data members
Paolo Bonzini
1
-17
/
+12
2020-02-05
KVM: nVMX: delete meaningless nested_vmx_run() declaration
Miaohe Lin
1
-2
/
+0
2020-02-05
KVM: SVM: allow AVIC without split irqchip
Paolo Bonzini
1
-1
/
+1
2020-02-05
kvm: ioapic: Lazy update IOAPIC EOI
Suravee Suthikulpanit
1
-0
/
+39
2020-02-05
kvm: ioapic: Refactor kvm_ioapic_update_eoi()
Suravee Suthikulpanit
1
-54
/
+56
2020-02-05
kvm: i8254: Deactivate APICv when using in-kernel PIT re-injection mode.
Suravee Suthikulpanit
3
-2
/
+22
2020-02-05
svm: Temporarily deactivate AVIC during ExtINT handling
Suravee Suthikulpanit
2
-4
/
+30
2020-02-05
svm: Deactivate AVIC when launching guest with nested SVM support
Suravee Suthikulpanit
2
-1
/
+11
2020-02-05
kvm: x86: hyperv: Use APICv update request interface
Suravee Suthikulpanit
5
-18
/
+8
2020-02-05
svm: Add support for dynamic APICv
Suravee Suthikulpanit
1
-10
/
+28
2020-02-05
kvm: x86: Introduce x86 ops hook for pre-update APICv
Suravee Suthikulpanit
3
-0
/
+9
2020-02-05
kvm: x86: Introduce APICv x86 ops for checking APIC inhibit reasons
Suravee Suthikulpanit
4
-0
/
+21
2020-02-05
KVM: svm: avic: Add support for dynamic setup/teardown of virtual APIC backin...
Suravee Suthikulpanit
1
-6
/
+5
2020-02-05
kvm: x86: svm: Add support to (de)activate posted interrupts
Suravee Suthikulpanit
1
-1
/
+36
2020-02-05
kvm: x86: Add APICv (de)activate request trace points
Suravee Suthikulpanit
2
-0
/
+21
2020-02-05
kvm: x86: Add support for dynamic APICv activation
Suravee Suthikulpanit
2
-0
/
+42
2020-02-05
KVM: x86: remove get_enable_apicv from kvm_x86_ops
Paolo Bonzini
3
-13
/
+0
2020-02-05
kvm: x86: Introduce APICv inhibit reason bits
Suravee Suthikulpanit
4
-2
/
+38
2020-02-05
kvm: lapic: Introduce APICv update helper function
Suravee Suthikulpanit
2
-5
/
+18
2020-02-05
Merge branch 'parisc-5.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
9
-1206
/
+55
2020-02-05
xtensa: ISS: improve simcall assembly
Max Filippov
1
-5
/
+3
2020-02-05
xtensa: reorganize vectors placement
Max Filippov
6
-20
/
+51
2020-02-05
xtensa: separate SMP and XIP support
Max Filippov
1
-34
/
+34
2020-02-05
xtensa: move fast exception handlers close to vectors
Max Filippov
6
-13
/
+38
2020-02-04
x86/PCI: Define to_pci_sysdata() even when !CONFIG_PCI
Jason A. Donenfeld
1
-2
/
+2
2020-02-04
Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-arm
Linus Torvalds
7
-32
/
+29
2020-02-04
Merge tag 'powerpc-5.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...
Linus Torvalds
129
-1074
/
+1619
2020-02-04
Merge tag 'microblaze-v5.6-rc1' of git://git.monstr.eu/linux-2.6-microblaze
Linus Torvalds
14
-17
/
+19
2020-02-04
microblaze: Add ID for Microblaze v11
Michal Simek
1
-0
/
+1
2020-02-04
microblaze: Prevent the overflow of the start
Shubhrajyoti Datta
1
-1
/
+2
2020-02-04
microblaze: Wire CMA allocator
Michal Simek
3
-0
/
+7
2020-02-04
asm-generic: Make dma-contiguous.h a mandatory include/asm header
Michal Simek
7
-7
/
+0
2020-02-04
microblaze: Sync defconfig with latest Kconfig layout
Michal Simek
1
-3
/
+3
2020-02-04
microblaze: defconfig: Disable EXT2 driver and Enable EXT3 & EXT4 drivers
Manish Narani
2
-2
/
+2
2020-02-04
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
62
-662
/
+441
2020-02-04
ARM: dma-api: fix max_pfn off-by-one error in __dma_supported()
Chen-Yu Tsai
1
-1
/
+1
[prev]
[next]