Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
1279a6b124e4c93fac161dd3e481a24a423551c0
1279a6b1
KVM: nVMX: single function for switching between vmcs
by David Hildenbrand
· 8 years ago
f0b98c0
kvm: vmx: Don't use INVVPID when EPT is enabled
by Jim Mattson
· 8 years ago
715958f
Merge tag 'kvm_mips_4.12_1' of git://git.kernel.org/pub/scm/linux/kernel/git/jhogan/kvm-mips
by Radim Krčmář
· 8 years ago
e55fe3c
tools/kvm_stat: add '%Total' column
by Stefan Raspl
· 8 years ago
9f114a0
tools/kvm_stat: add interactive command 'r'
by Stefan Raspl
· 8 years ago
4443084
tools/kvm_stat: add interactive command 'c'
by Stefan Raspl
· 8 years ago
f9ff108
tools/kvm_stat: add option '--guest'
by Stefan Raspl
· 8 years ago
645c172
tools/kvm_stat: remove regex filter on empty input
by Stefan Raspl
· 8 years ago
72187df
tools/kvm_stat: display regex when set to non-default
by Stefan Raspl
· 8 years ago
0152c20
tools/kvm_stat: print error messages on faulty pid filter input
by Stefan Raspl
· 8 years ago
be03ea3
tools/kvm_stat: remove pid filter on empty input
by Stefan Raspl
· 8 years ago
a24e85f
tools/kvm_stat: display guest name when using pid filter
by Stefan Raspl
· 8 years ago
1eaa2f9
tools/kvm_stat: document list of interactive commands
by Stefan Raspl
· 8 years ago
184b2d2
tools/kvm_stat: reduce perceived idle time on filter updates
by Stefan Raspl
· 8 years ago
692c7f6
tools/kvm_stat: full PEP8 compliance
by Stefan Raspl
· 8 years ago
a183606
tools/kvm_stat: fix trace setup glitch on field updates in TracepointProvider
by Stefan Raspl
· 8 years ago
e0ba387
tools/kvm_stat: fix misc glitches
by Stefan Raspl
· 8 years ago
dadf1e7
tools/kvm_stat: handle SIGINT in log and batch modes
by Stefan Raspl
· 8 years ago
9fc0adf
tools/kvm_stat: catch curses exceptions only
by Stefan Raspl
· 8 years ago
a0b4e6a
tools/kvm_stat: hide cursor
by Stefan Raspl
· 8 years ago
dc44abd
KVM: MIPS/Emulate: Properly implement TLBR for T&E
by James Hogan
· 8 years ago
0ae3abc
MIPS: Allow KVM to be enabled on Octeon CPUs
by James Hogan
· 8 years ago
1f48f9b
KVM: MIPS/VZ: Handle Octeon III guest.PRid register
by James Hogan
· 8 years ago
3ba731d
KVM: MIPS/VZ: Emulate hit CACHE ops for Octeon III
by James Hogan
· 8 years ago
824533a
KVM: MIPS/VZ: VZ hardware setup for Octeon III
by James Hogan
· 8 years ago
867f4da
KVM: MIPS/T&E: Report correct dcache line size
by James Hogan
· 8 years ago
1c506c9
KVM: MIPS/TLB: Handle virtually tagged icaches
by James Hogan
· 8 years ago
4fa9de5
KVM: MIPS/Emulate: Adapt T&E CACHE emulation for Octeon
by James Hogan
· 8 years ago
7d8a528
MIPS: Add Octeon III register accessors & definitions
by James Hogan
· 8 years ago
edec9d7
KVM: MIPS/VZ: Trace guest mode changes
by James Hogan
· 8 years ago
f4474d5
KVM: MIPS/VZ: Support hardware guest timer
by James Hogan
· 8 years ago
d42a008
KVM: MIPS/VZ: Emulate MAARs when necessary
by James Hogan
· 8 years ago
273819a6
KVM: MIPS/VZ: Support guest load-linked bit
by James Hogan
· 8 years ago
5a2f352
KVM: MIPS/VZ: Support guest hardware page table walker
by James Hogan
· 8 years ago
4b7de02
KVM: MIPS/VZ: Support guest segmentation control
by James Hogan
· 8 years ago
dffe042
KVM: MIPS/VZ: Support guest CP0_[X]ContextConfig
by James Hogan
· 8 years ago
edc8926
KVM: MIPS/VZ: Support guest CP0_BadInstr[P]
by James Hogan
· 8 years ago
56f7a44
KVM: MIPS: Add VZ support to build system
by James Hogan
· 8 years ago
c992a4f
KVM: MIPS: Implement VZ support
by James Hogan
· 8 years ago
ea1bdbf
KVM: MIPS: Update exit handler for VZ
by James Hogan
· 8 years ago
60c7aa3
KVM: MIPS/Emulate: Drop CACHE emulation for VZ
by James Hogan
· 8 years ago
5dee99b
KVM: MIPS/Emulate: Update CP0_Compare emulation for VZ
by James Hogan
· 8 years ago
372582a
KVM: MIPS/TLB: Add VZ TLB management
by James Hogan
· 8 years ago
1934a3a
KVM: MIPS/Entry: Update entry code to support VZ
by James Hogan
· 8 years ago
a27660f
KVM: MIPS: Abstract guest CP0 register access for VZ
by James Hogan
· 8 years ago
28c1e76
KVM: MIPS: Add guest exit exception callback
by James Hogan
· 8 years ago
edab4fe
KVM: MIPS: Add hardware_{enable,disable} callback
by James Hogan
· 8 years ago
607ef2f
KVM: MIPS: Add callback to check extension
by James Hogan
· 8 years ago
a517c1a
KVM: MIPS: Init timer frequency from callback
by James Hogan
· 8 years ago
578fd61
KVM: MIPS: Add 64BIT capability
by James Hogan
· 8 years ago
a8a3c42
KVM: MIPS: Add VZ & TE capabilities
by James Hogan
· 8 years ago
a724492
KVM: MIPS: Extend counters & events for VZ GExcCodes
by James Hogan
· 8 years ago
c58cf74
KVM: MIPS: Update kvm_lose_fpu() for VZ
by James Hogan
· 8 years ago
59d7814
KVM: MIPS/Emulate: Implement 64-bit MMIO emulation
by James Hogan
· 8 years ago
8b48d5b
KVM: MIPS/Emulate: De-duplicate MMIO emulation
by James Hogan
· 8 years ago
955d8dc
KVM: MIPS: Implement HYPCALL emulation
by James Hogan
· 8 years ago
a6c09b9
MIPS: asm/tlb.h: Add UNIQUE_GUEST_ENTRYHI() macro
by James Hogan
· 8 years ago
eb0bab3
MIPS: Add some missing guest CP0 accessors & defs
by James Hogan
· 8 years ago
a929bdc
MIPS: Probe guest MVH
by James Hogan
· 8 years ago
a7c7ad6
MIPS: Probe guest CP0_UserLocal
by James Hogan
· 8 years ago
f359a11
MIPS: Separate MAAR V bit into VL and VH for XPA
by James Hogan
· 8 years ago
4e87580
MIPS: Add defs & probing of UFR
by James Hogan
· 8 years ago
2beb6dad
KVM: x86: cleanup the page tracking SRCU instance
by Paolo Bonzini
· 8 years ago
7ad658b
KVM: nVMX: fix nested EPT detection
by Ladi Prosek
· 8 years ago
0292e16
KVM: pci-assign: do not map smm memory slot pages in vt-d page tables
by Herongguang (Stephen)
· 8 years ago
90db104
KVM: kvm_io_bus_unregister_dev() should never fail
by David Hildenbrand
· 8 years ago
08d839c
KVM: VMX: Fix enable VPID conditions
by Wanpeng Li
· 8 years ago
63cb6d5
KVM: nVMX: Fix nested VPID vmx exec control
by Wanpeng Li
· 8 years ago
24dccf8
KVM: x86: correct async page present tracepoint
by Wanpeng Li
· 8 years ago
fb6c819
kvm: vmx: Flush TLB when the APIC-access address changes
by Jim Mattson
· 8 years ago
c761159
KVM: x86: use pic/ioapic destructor when destroy vm
by Peter Xu
· 8 years ago
950712e
KVM: x86: check existance before destroy
by Peter Xu
· 8 years ago
df630b8
KVM: x86: clear bus pointer when destroyed
by Peter Xu
· 8 years ago
3aa5385
KVM: Documentation: document MCE ioctls
by Luiz Capitulino
· 8 years ago
6d1b3ad
KVM: nVMX: don't reset kvm mmu twice
by Wanpeng Li
· 8 years ago
49e190e
PTP: fix ptr_ret.cocci warnings
by kbuild test robot
· 8 years ago
3863dff
kvm: fix usage of uninit spinlock in avic_vm_destroy()
by Dmitry Vyukov
· 8 years ago
6c6c5e0
KVM: VMX: downgrade warning on unexpected exit code
by Radim Krčmář
· 8 years ago
97da385
Linux 4.11-rc3
by Linus Torvalds
· 8 years ago
452b94b
mm/swap: don't BUG_ON() due to uninitialized swap slot cache
by Linus Torvalds
· 8 years ago
a07a6e4
Merge tag 'powerpc-4.11-5' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux
by Linus Torvalds
· 8 years ago
4571bc5
Merge branch 'parisc-4.11-2' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux
by Linus Torvalds
· 8 years ago
8aa3417
Merge git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending
by Linus Torvalds
· 8 years ago
1b8df61
Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm
by Linus Torvalds
· 8 years ago
6c611d1
qla2xxx: Update driver version to 9.00.00.00-k
by Himanshu Madhani
· 8 years ago
ec7193e
qla2xxx: Fix delayed response to command for loop mode/direct connect.
by Quinn Tran
· 8 years ago
482c9dc
qla2xxx: Change scsi host lookup method.
by Quinn Tran
· 8 years ago
c423437
qla2xxx: Add DebugFS node to display Port Database
by Himanshu Madhani
· 8 years ago
15f30a5
qla2xxx: Use IOCB interface to submit non-critical MBX.
by Quinn Tran
· 8 years ago
f1443ee
qla2xxx: Add async new target notification
by Quinn Tran
· 8 years ago
54b9993
qla2xxx: Export DIF stats via debugfs
by Anil Gurumurthy
· 8 years ago
be25152
qla2xxx: Improve T10-DIF/PI handling in driver.
by Quinn Tran
· 8 years ago
5b33469
qla2xxx: Allow relogin to proceed if remote login did not finish
by Quinn Tran
· 8 years ago
f159b3c
qla2xxx: Fix sess_lock & hardware_lock lock order problem.
by Quinn Tran
· 8 years ago
8f6fc8d
qla2xxx: Fix inadequate lock protection for ABTS.
by Quinn Tran
· 8 years ago
8b66680
qla2xxx: Fix request queue corruption.
by Quinn Tran
· 8 years ago
ae940f2
qla2xxx: Fix memory leak for abts processing
by Quinn Tran
· 8 years ago
c4a9b53
qla2xxx: Allow vref count to timeout on vport delete.
by Joe Carnuccio
· 8 years ago
7d7a743
tcmu: Convert cmd_time_out into backend device attribute
by Nicholas Bellinger
· 8 years ago
af980e4
tcmu: make cmd timeout configurable
by Mike Christie
· 8 years ago
Next »