VisionFive2 Linux kernel

StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)

More than 9999 Commits   32 Branches   54 Tags
Date
Commit Message
Rev
Author
2021-08-12
KVM: Do not leak memory for duplicate debugfs directories
Paolo Bonzini
2021-08-04
KVM: add missing compat KVM_CLEAR_DIRTY_LOG
Paolo Bonzini
2021-07-20
KVM: mmio: Fix use-after-free Read in kvm_vm_ioctl_unregister_coalesced_mmio
Kefeng Wang
2021-06-24
KVM: do not allow mapping valid but non-reference-counted pages
Nicholas Piggin
2021-05-27
KVM: VMX: update vcpu posted-interrupt descriptor when assigning device
Marcelo Tosatti
2021-05-27
KVM: rename KVM_REQ_PENDING_TIMER to KVM_REQ_UNBLOCK
Marcelo Tosatti
2021-05-27
KVM: PPC: exit halt polling on need_resched()
Wanpeng Li
2021-05-17
Merge tag 'kvmarm-fixes-5.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into HEAD
Paolo Bonzini
2021-05-15
Revert "irqbypass: do not start cons/prod when failed connect"
Zhu Lingshan
2021-05-07
kvm: Cap halt polling at kvm->max_halt_poll_ns
David Matlack
2021-05-03
kvm: exit halt polling on need_resched() as well
Benjamin Segall
2021-04-21
KVM: Boost vCPU candidate in user mode which is delivering interrupt
Wanpeng Li
2021-04-21
KVM: x86: Support KVM VMs sharing SEV context
Nathan Tempelman
2021-04-20
KVM: Add proper lockdep assertion in I/O bus unregister
Sean Christopherson
2021-04-20
KVM: Stop looking for coalesced MMIO zones if the bus is destroyed
Sean Christopherson
2021-04-20
KVM: Destroy I/O bus devices on unregister failure _after_ sync'ing SRCU
Sean Christopherson
2021-04-17
KVM: Take mmu_lock when handling MMU notifier iff the hva hits a memslot
Sean Christopherson
2021-04-17
KVM: Move MMU notifier's mmu_lock acquisition into common helper
Sean Christopherson
2021-04-17
KVM: Kill off the old hva-based MMU notifier callbacks
Sean Christopherson
2021-04-17
KVM: Move x86's MMU notifier memslot walkers to generic code
Sean Christopherson
2021-04-17
KVM: Assert that notifier count is elevated in .change_pte()
Sean Christopherson
2021-04-17
KVM: Explicitly use GFP_KERNEL_ACCOUNT for 'struct kvm_vcpu' allocations
Sean Christopherson
2021-04-17
KVM: Move arm64's MMU notifier trace events to generic code
Sean Christopherson
2021-02-22
KVM: x86/mmu: Consider the hva in mmu_notifier retry
David Stevens
2021-02-09
KVM: Use kvm_pfn_t for local PFN variable in hva_to_pfn_remapped()
Sean Christopherson
2021-02-09
mm: provide a saner PTE walking API for modules
Paolo Bonzini
2021-02-04
KVM: x86/mmu: Use an rwlock for the x86 MMU
Ben Gardon
2021-02-04
KVM: X86: use vzalloc() instead of vmalloc/memset
Tian Tao
2021-02-04
KVM: do not assume PTE is writable after follow_pfn
Paolo Bonzini
2021-01-25
Merge tag 'kvmarm-fixes-5.11-2' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into HEAD
Paolo Bonzini
2021-01-21
KVM: Forbid the use of tagged userspace addresses for memslots
Marc Zyngier
2021-01-08
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2021-01-07
kvm: check tlbs_dirty directly
Lai Jiangshan
2020-12-20
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2020-12-19
mm, kvm: account kvm_vcpu_mmap to kmemcg
Shakeel Butt
2020-11-15
KVM: Don't allocate dirty bitmap if dirty ring is enabled
Peter Xu
2020-11-15
KVM: Make dirty ring exclusive to dirty bitmap log
Peter Xu
2020-11-15
KVM: X86: Implement ring-based dirty memory tracking
Peter Xu
2020-11-15
KVM: Pass in kvm pointer into mark_page_dirty_in_slot()
Peter Xu
2020-11-15
KVM: remove kvm_clear_guest_page
Paolo Bonzini
2020-11-15
kvm/eventfd: Drain events from eventfd in irqfd_wakeup()
David Woodhouse
2020-11-15
kvm/eventfd: Use priority waitqueue to catch events before userspace
David Woodhouse
2020-10-23
kvm: x86/mmu: Support dirty logging for the TDP MMU
Ben Gardon
2020-10-21
KVM: Cache as_id in kvm_memory_slot
Peter Xu
2020-09-28
KVM: use struct_size() and flex_array_size() helpers in kvm_io_bus_unregister_dev()
Rustam Kovhaev
2020-09-28
kvm/eventfd: move wildcard calculation outside loop
Yi Li
2020-09-11
KVM: fix memory leak in kvm_io_bus_unregister_dev()
Rustam Kovhaev
2020-09-11
Merge tag 'kvmarm-fixes-5.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into HEAD
Paolo Bonzini
2020-08-21
KVM: Pass MMU notifier range flags to kvm_unmap_hva_range()
Will Deacon
2020-08-12
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2020-08-12
mm/gup: remove task_struct pointer for all gup code
Peter Xu
2020-08-11
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
Linus Torvalds
2020-08-10
Merge tag 'locking-urgent-2020-08-10' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
2020-08-06
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2020-08-05
irqbypass: do not start cons/prod when failed connect
Zhu Lingshan
2020-07-29
kvm/eventfd: Use sequence counter with associated spinlock
Ahmed S. Darwish
2020-07-24
entry: Provide infrastructure for work before transitioning to guest mode
Thomas Gleixner
2020-07-09
KVM: Move x86's MMU memory cache helpers to common KVM code
Sean Christopherson
2020-07-09
KVM: x86: take as_id into account when checking PGD
Vitaly Kuznetsov
2020-07-08
KVM: async_pf: change kvm_setup_async_pf()/kvm_arch_setup_async_pf() return type to bool
Vitaly Kuznetsov
2020-07-02
kvm: use more precise cast and do not drop __user
Paolo Bonzini
2020-06-12
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2020-06-11
KVM: async_pf: Inject 'page ready' event only if 'page not present' was previously injected
Vitaly Kuznetsov
2020-06-11
KVM: async_pf: Cleanup kvm_setup_async_pf()
Vitaly Kuznetsov
2020-06-09
mmap locking API: use coccinelle to convert mmap_sem rwsem call sites
Michel Lespinasse
2020-06-09
mm: don't include asm/pgtable.h if linux/mm.h is already included
Mike Rapoport
2020-06-08
mm/gup.c: convert to use get_user_{page|pages}_fast_only()
Souptick Joarder
2020-06-08
KVM: x86: Fix APIC page invalidation race
Eiichi Tsukata
2020-06-04
KVM: Use vmemdup_user()
Denis Efremov
2020-06-04
KVM: let kvm_destroy_vm_debugfs clean up vCPU debugfs directories
Paolo Bonzini
2020-06-01
Merge tag 'kvmarm-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into HEAD
Paolo Bonzini
2020-06-01
KVM: check userspace_addr for all memslots
Paolo Bonzini
2020-06-01
KVM: x86: acknowledgment mechanism for async pf page ready notifications
Vitaly Kuznetsov
2020-06-01
KVM: introduce kvm_read_guest_offset_cached()
Vitaly Kuznetsov
2020-06-01
KVM: rename kvm_arch_can_inject_async_page_present() to kvm_arch_can_dequeue_async_page_present()
Vitaly Kuznetsov
2020-06-01
Revert "KVM: No need to retry for hva_to_pfn_remapped()"
Paolo Bonzini
2020-05-16
KVM: Fix spelling in code comments
Fuad Tabba
2020-05-16
KVM: arm64: Move virt/kvm/arm to arch/arm64
Marc Zyngier
2020-05-15
kvm: add halt-polling cpu usage stats
David Matlack
2020-05-15
KVM: VMX: Optimize posted-interrupt delivery for timer fastpath
Wanpeng Li
2020-05-15
KVM: No need to retry for hva_to_pfn_remapped()
Peter Xu
2020-05-13
kvm/eventfd: remove unneeded conversion to bool
Jason Yan
2020-05-13
kvm: Replace vcpu->swait with rcuwait
Davidlohr Bueso
2020-05-13
Merge branch 'kvm-amd-fixes' into HEAD
Paolo Bonzini
2020-05-08
KVM: Introduce kvm_make_all_cpus_request_except()
Suravee Suthikulpanit
2020-05-01
KVM: arm64: Fix 32bit PC wrap-around
Marc Zyngier
2020-04-30
KVM: arm64: vgic-v4: Initialize GICv4.1 even in the absence of a virtual ITS
Marc Zyngier
2020-04-24
kvm: add capability for halt polling
David Matlack
2020-04-23
Merge branch 'kvm-arm64/vgic-fixes-5.7' into kvmarm-master/master
Marc Zyngier
2020-04-23
KVM: arm64: vgic-its: Fix memory leak on the error path of vgic_add_lpi()
Zenghui Yu
2020-04-23
KVM: arm64: vgic-v3: Retire all pending LPIs on vcpu destroy
Zenghui Yu
2020-04-23
KVM: arm: vgic-v2: Only use the virtual state when userspace accesses pending bits
Marc Zyngier
2020-04-22
KVM: arm: vgic: Only use the virtual state when userspace accesses enable bits
Marc Zyngier
2020-04-22
KVM: arm: vgic: Synchronize the whole guest on GIC{D,R}_I{S,C}ACTIVER read
Marc Zyngier
2020-04-21
KVM: SVM: avoid infinite loop on NPF from bad address
Paolo Bonzini
2020-04-21
KVM: Remove redundant argument to kvm_arch_vcpu_ioctl_run
Tianjia Zhang
2020-04-21
KVM: x86/mmu: Avoid an extra memslot lookup in try_async_pf() for L2
Paolo Bonzini
2020-04-21
KVM: x86: move kvm_create_vcpu_debugfs after last failure point
Paolo Bonzini
2020-04-17
KVM: arm64: PSCI: Forbid 64bit functions for 32bit guests
Marc Zyngier
2020-04-17
KVM: arm64: PSCI: Narrow input registers when using 32bit functions
Marc Zyngier
2020-04-15
KVM: remove redundant assignment to variable r
Colin Ian King
2020-04-15
KVM: arm: vgic: Fix limit condition when writing to GICD_I[CS]ACTIVER
Marc Zyngier
2020-03-31
KVM: Pass kvm_init()'s opaque param to additional arch funcs
Sean Christopherson
2020-03-31
Merge tag 'kvmarm-5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into HEAD
Paolo Bonzini
2020-03-26
KVM: Fix out of range accesses to memslots
Sean Christopherson
2020-03-24
Merge branch 'kvm-arm64/gic-v4.1' into kvmarm-master/next
Marc Zyngier
2020-03-24
KVM: arm64: GICv4.1: Expose HW-based SGIs in debugfs
Marc Zyngier
2020-03-24
KVM: arm64: GICv4.1: Reload VLPI configuration on distributor enable/disable
Marc Zyngier
2020-03-24
KVM: arm64: GICv4.1: Plumb SGI implementation selection in the distributor
Marc Zyngier
2020-03-24
KVM: arm64: GICv4.1: Allow SGIs to switch between HW and SW interrupts
Marc Zyngier
2020-03-24
KVM: arm64: GICv4.1: Add direct injection capability to SGI registers
Marc Zyngier
2020-03-24
KVM: arm64: GICv4.1: Let doorbells be auto-enabled
Marc Zyngier
2020-03-24
irqchip/gic-v4.1: Move doorbell management to the GICv4 abstraction layer
Marc Zyngier
2020-03-16
KVM: Drop largepages_enabled and its accessor/mutator
Sean Christopherson
2020-03-16
KVM: Drop gfn_to_pfn_atomic()
Peter Xu
2020-03-16
KVM: x86: enable dirty log gradually in small chunks
Jay Zhou
2020-03-16
KVM: Remove unnecessary asm/kvm_host.h includes
Peter Xu
2020-03-16
KVM: Dynamically size memslot array based on number of used slots
Sean Christopherson
2020-03-16
KVM: Terminate memslot walks via used_slots
Sean Christopherson
2020-03-16
KVM: Ensure validity of memslot with respect to kvm_get_dirty_log()
Sean Christopherson
2020-03-16
KVM: Provide common implementation for generic dirty log functions
Sean Christopherson
2020-03-16
KVM: Clean up local variable usage in __kvm_set_memory_region()
Sean Christopherson
2020-03-16
KVM: Simplify kvm_free_memslot() and all its descendents
Sean Christopherson
2020-03-16
KVM: Move memslot deletion to helper function
Sean Christopherson
2020-03-16
KVM: Drop "const" attribute from old memslot in commit_memory_region()
Sean Christopherson
2020-03-16
KVM: Move setting of memslot into helper routine
Sean Christopherson
2020-03-16
KVM: Refactor error handling for setting memory region
Sean Christopherson
2020-03-16
KVM: Explicitly free allocated-but-unused dirty bitmap
Sean Christopherson
2020-03-16
KVM: Drop kvm_arch_create_memslot()
Sean Christopherson
2020-03-16
KVM: Don't free new memslot if allocation of said memslot fails
Sean Christopherson
2020-03-16
KVM: Reinstall old memslots if arch preparation fails
Sean Christopherson
2020-03-16
KVM: arm64: Use the correct timer structure to access the physical counter
KarimAllah Ahmed
2020-02-28
Merge tag 'kvmarm-fixes-5.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into HEAD
Paolo Bonzini
2020-02-17
kvm: arm/arm64: Fold VHE entry/exit work into kvm_vcpu_run_vhe()
Mark Rutland
2020-02-12
KVM: Disable preemption in kvm_get_running_vcpu()
Marc Zyngier
2020-02-05
KVM: fix overflow of zero page refcount with ksm running
Zhuang Yanying
2020-02-05
KVM: arm/arm64: Fix up includes for trace.h
Jeremy Cline
2020-01-30
Merge branch 'cve-2019-3016' into kvm-next-5.6
Paolo Bonzini
2020-01-30
x86/kvm: Cache gfn to pfn translation
Boris Ostrovsky
2020-01-30
x86/kvm: Introduce kvm_(un)map_gfn()
Boris Ostrovsky
2020-01-30
Merge tag 'kvmarm-5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into HEAD
Paolo Bonzini
2020-01-28
KVM: arm64: Treat emulated TVAL TimerValue as a signed 32-bit integer
Alexandru Elisei
2020-01-28
KVM: arm64: pmu: Only handle supported event counters
Eric Auger
2020-01-28
KVM: arm64: pmu: Fix chained SW_INCR counters
Eric Auger
2020-01-28
KVM: arm64: pmu: Don't mark a counter as chained if the odd one is disabled
Eric Auger
2020-01-28
KVM: arm64: pmu: Don't increment SW_INCR if PMCR.E is unset
Eric Auger
2020-01-27
KVM: Play nice with read-only memslots when querying host page size
Sean Christopherson
2020-01-27
KVM: Use vcpu-specific gva->hva translation when querying host page size
Sean Christopherson
2020-01-27
mm: thp: KVM: Explicitly check for THP when populating secondary MMU
Sean Christopherson
2020-01-27
KVM: Return immediately if __kvm_gfn_to_hva_cache_init() fails
Sean Christopherson
2020-01-27
KVM: Clean up __kvm_gfn_to_hva_cache_init() and its callers
Sean Christopherson
2020-01-27
KVM: Check for a bad hva before dropping into the ghc slow path
Sean Christopherson
2020-01-27
KVM: Move running VCPU from ARM to common code
Paolo Bonzini
2020-01-27
KVM: Add build-time error check on kvm_run size
Peter Xu
2020-01-27
KVM: Remove kvm_read_guest_atomic()
Peter Xu
2020-01-27
KVM: Move vcpu->run page allocation out of kvm_vcpu_init()
Sean Christopherson
2020-01-27
KVM: Move putting of vcpu->pid to kvm_vcpu_destroy()
Sean Christopherson
2020-01-27
KVM: Drop kvm_arch_vcpu_init() and kvm_arch_vcpu_uninit()
Sean Christopherson
2020-01-27
KVM: arm64: Free sve_state via arm specific hook
Sean Christopherson
2020-01-27
KVM: ARM: Move all vcpu init code into kvm_arch_vcpu_create()
Sean Christopherson
2020-01-27
KVM: Drop kvm_arch_vcpu_setup()
Sean Christopherson
2020-01-27
KVM: Move initialization of preempt notifier to kvm_vcpu_init()
Sean Christopherson
2020-01-27
KVM: Unexport kvm_vcpu_cache and kvm_vcpu_{un}init()
Sean Christopherson
2020-01-27
KVM: Move vcpu alloc and init invocation to common code
Sean Christopherson
2020-01-24
KVM: Introduce kvm_vcpu_destroy()
Sean Christopherson
2020-01-24
KVM: Add kvm_arch_vcpu_precreate() to handle pre-allocation issues
Sean Christopherson
2020-01-24
KVM: arm: Drop kvm_arch_vcpu_free()
Sean Christopherson
2020-01-23
KVM: arm: Make inject_abt32() inject an external abort instead
James Morse
2020-01-23
KVM: arm: Fix DFSR setting for non-LPAE aarch32 guests
James Morse
2020-01-23
KVM: arm/arm64: Fix young bit from mmu notifier
Gavin Shan
2020-01-23
KVM: arm/arm64: Cleanup MMIO handling
Marc Zyngier
2020-01-23
KVM: async_pf: drop kvm_arch_async_page_present wrappers
Paolo Bonzini
2020-01-21
kvm: Refactor handling of VM debugfs files
Milan Pandurov
2020-01-21
KVM: Fix some writing mistakes
Miaohe Lin
2020-01-21
KVM: Fix some grammar mistakes
Miaohe Lin
2020-01-21
KVM: Fix some wrong function names in comment
Miaohe Lin
2020-01-19
KVM: arm/arm64: vgic: Drop the kvm_vgic_register_mmio_region()
Zenghui Yu
2020-01-19
KVM: arm/arm64: vgic-its: Properly check the unmapped coll in DISCARD handler
Zenghui Yu
2020-01-19
KVM: arm/arm64: Correct AArch32 SPSR on exception entry
Mark Rutland
2020-01-19
KVM: arm/arm64: Correct CPSR on exception entry
Mark Rutland
2020-01-19
KVM: arm/arm64: Re-check VMA on detecting a poisoned page
James Morse
2020-01-19
KVM: arm: Remove duplicate include
YueHaibing
2020-01-19
KVM: ARM: Call hyp_cpu_pm_exit at the right place
Shannon Zhao
2020-01-19
KVM: arm/arm64: vgic: Handle GICR_PENDBASER.PTZ filed as RAZ
Zenghui Yu
2020-01-19
KVM: arm/arm64: vgic-its: Fix restoration of unmapped collections
Eric Auger
2020-01-19
KVM: arm64: Only sign-extend MMIO up to register width
Christoffer Dall
2020-01-08
KVM: x86: Use gpa_t for cr2/gpa to fix TDP support on 32-bit KVM
Sean Christopherson
2020-01-08
KVM: lib: use jump label to handle resource release in irq_bypass_register_producer()
Miaohe Lin
2020-01-08
KVM: lib: use jump label to handle resource release in irq_bypass_register_consumer()
Miaohe Lin
2020-01-08
KVM: get rid of var page in kvm_set_pfn_dirty()
Miaohe Lin
2019-12-22
Merge tag 'kvm-ppc-fixes-5.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc into kvm-master
Paolo Bonzini
2019-12-18
Merge tag 'kvmarm-fixes-5.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into kvm-master
Paolo Bonzini
2019-12-12
KVM: arm/arm64: Properly handle faulting of device mappings
Marc Zyngier
2019-12-06
KVM: arm/arm64: Remove excessive permission check in kvm_arch_prepare_memory_region
Jia He
2019-12-06
KVM: arm/arm64: vgic: Use wrapper function to lock/unlock all vcpus in kvm_vgic_create()
Miaohe Lin
2019-12-06
KVM: arm/arm64: vgic: Fix potential double free dist->spis in __kvm_vgic_destroy()
Miaohe Lin
2019-12-06
KVM: arm/arm64: Get rid of unused arg in cpu_init_hyp_mode()
Miaohe Lin
2019-11-23
KVM: Fix jump label out_free_* in kvm_init()
Miaohe Lin
2019-11-21
Merge branch 'kvm-tsx-ctrl' into HEAD
Paolo Bonzini
2019-11-21
Merge tag 'kvmarm-5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into HEAD
Paolo Bonzini