index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
mips
/
kvm
Age
Commit message (
Expand
)
Author
Files
Lines
2021-11-05
Merge tag 'mips_5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/l...
Linus Torvalds
1
-7
/
+1
2021-10-24
MIPS: Remove NETLOGIC support
Thomas Bogendoerfer
1
-7
/
+1
2021-09-30
kvm: rename KVM_MAX_VCPU_ID to KVM_MAX_VCPU_IDS
Juergen Gross
1
-1
/
+1
2021-09-07
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2
-6
/
+1
2021-09-06
KVM: MIPS: Remove a "set but not used" variable
Huacai Chen
1
-2
/
+1
2021-08-21
MIPS: Return true/false (not 1/0) from bool functions
Huilong Deng
1
-2
/
+2
2021-08-20
KVM: stats: Support linear and logarithmic histogram statistics
Jing Zhang
1
-4
/
+0
2021-07-22
mips: clean up kvm Makefile
Masahiro Yamada
1
-10
/
+7
2021-07-22
mips: replace deprecated EXTRA_CFLAGS with ccflags-y
Masahiro Yamada
1
-1
/
+1
2021-07-01
Merge tag 'mips_5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/l...
Linus Torvalds
1
-2
/
+1
2021-06-24
KVM: debugfs: Reuse binary stats descriptors
Jing Zhang
1
-39
/
+0
2021-06-24
KVM: stats: Support binary stats retrieval for a VCPU
Jing Zhang
1
-0
/
+44
2021-06-24
KVM: stats: Support binary stats retrieval for a VM
Jing Zhang
1
-0
/
+15
2021-06-24
KVM: stats: Add fd-based API to read binary stats data
Jing Zhang
1
-1
/
+1
2021-06-24
KVM: stats: Separate generic stats from architecture specific ones
Jing Zhang
1
-6
/
+6
2021-06-21
mips/kvm: Use BUG_ON instead of if condition followed by BUG
zhouchuangao
1
-2
/
+1
2021-05-01
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
3
-112
/
+28
2021-04-17
KVM: MIPS/MMU: Convert to the gfn-based MMU notifier callbacks
Sean Christopherson
1
-79
/
+13
2021-04-17
KVM: MIPS: defer flush to generic MMU notifier code
Paolo Bonzini
1
-9
/
+2
2021-04-17
KVM: MIPS: let generic code call prepare_flush_shadow
Paolo Bonzini
2
-10
/
+7
2021-04-17
KVM: MIPS: rework flush_shadow_* callbacks into one that prepares the flush
Paolo Bonzini
4
-35
/
+18
2021-04-17
KVM: constify kvm_arch_flush_remote_tlbs_memslot
Paolo Bonzini
1
-1
/
+1
2021-03-10
MIPS: Remove KVM_TE support
Thomas Bogendoerfer
14
-4023
/
+23
2021-02-03
KVM: MIPS: remove unneeded semicolon
Yang Li
1
-1
/
+1
2020-11-19
MIPS: kvm: Use vm_get_page_prot to get protection bits
Thomas Bogendoerfer
1
-1
/
+3
2020-09-28
KVM: MIPS: clean up redundant kvm_run parameters in assembly
Tianjia Zhang
4
-16
/
+12
2020-09-11
KVM: MIPS: Change the definition of kvm type
Huacai Chen
1
-0
/
+2
2020-08-21
KVM: Pass MMU notifier range flags to kvm_unmap_hva_range()
Will Deacon
1
-1
/
+2
2020-08-11
KVM: MIPS/VZ: Fix build error caused by 'kvm_run' cleanup
Xingxing Su
1
-2
/
+1
2020-08-10
MIPS: KVM: Convert a fallthrough comment to fallthrough
Jiaxun Yang
1
-1
/
+1
2020-08-09
MIPS: VZ: Only include loongson_regs.h for CPU_LOONGSON64
Huacai Chen
1
-0
/
+2
2020-08-06
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
7
-200
/
+94
2020-08-06
Merge tag 'mips_5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linux
Linus Torvalds
1
-2
/
+2
2020-07-27
MIPS: KVM: Fix build error caused by 'kvm_run' cleanup
Huacai Chen
1
-1
/
+1
2020-07-10
KVM: MIPS: Fix build errors for 32bit kernel
Huacai Chen
1
-0
/
+4
2020-07-10
KVM: MIPS: clean up redundant 'kvm_run' parameters
Tianjia Zhang
4
-126
/
+84
2020-07-10
MIPS: KVM: Remove outdated README
Jiaxun Yang
1
-31
/
+0
2020-07-10
MIPS: KVM: Limit Trap-and-Emulate to MIPS32R2 only
Jiaxun Yang
1
-1
/
+2
2020-07-09
KVM: MIPS: Use common KVM implementation of MMU memory caches
Sean Christopherson
1
-35
/
+5
2020-07-09
KVM: MIPS: Account pages used for GPA page tables
Sean Christopherson
1
-1
/
+1
2020-07-09
KVM: MIPS: Drop @max param from mmu_topup_memory_cache()
Sean Christopherson
1
-8
/
+4
2020-07-08
KVM: MIPS: fix spelling mistake "Exteneded" -> "Extended"
Colin Ian King
1
-2
/
+2
2020-07-08
MIPS: Unify naming style of vendor CP0.Config6 bits
Huacai Chen
1
-2
/
+2
2020-06-15
KVM: MIPS: Fix a build error for !CPU_LOONGSON64
Huacai Chen
1
-0
/
+2
2020-06-13
Merge tag 'kbuild-v5.8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...
Linus Torvalds
1
-6
/
+6
2020-06-14
treewide: replace '---help---' in Kconfig files with 'help'
Masahiro Yamada
1
-6
/
+6
2020-06-12
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
11
-163
/
+1014
2020-06-09
mm: consolidate pte_index() and pte_offset_*() definitions
Mike Rapoport
2
-11
/
+11
2020-06-09
mm: reorder includes after introduction of linux/pgtable.h
Mike Rapoport
1
-1
/
+1
2020-06-09
mm: introduce include/linux/pgtable.h
Mike Rapoport
1
-1
/
+1
[next]