Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm
/
42438e364cbc1e95cacb4ca92688d54a50cf5c4d
42438e3
KVM: x86 emulator: drop dead pf injection in emulate_popf()
by Avi Kivity
· 14 years ago
bcc55cb
KVM: x86 emulator: make emulator memory callbacks return full exception
by Avi Kivity
· 14 years ago
da9cb57
KVM: x86 emulator: introduce struct x86_exception to communicate faults
by Avi Kivity
· 14 years ago
a4ee1ca
KVM: MMU: delay flush all tlbs on sync_page path
by Xiao Guangrong
· 14 years ago
407c61c
KVM: MMU: abstract invalid guest pte mapping
by Xiao Guangrong
· 14 years ago
a4a8e6f
KVM: MMU: remove 'clear_unsync' parameter
by Xiao Guangrong
· 14 years ago
9bdbba1
KVM: MMU: rename 'reset_host_protection' to 'host_writable'
by Lai Jiangshan
· 14 years ago
b330aa0
KVM: MMU: don't drop spte if overwrite it from W to RO
by Xiao Guangrong
· 14 years ago
30bfb3c
KVM: MMU: fix forgot flush tlbs on sync_page path
by Xiao Guangrong
· 14 years ago
27923eb
KVM: PPC: Fix compile warning
by Alexander Graf
· 14 years ago
586f960
KVM: Add instruction-set-specific exit qualifications to kvm_exit trace
by Avi Kivity
· 14 years ago
aa17911
KVM: Record instruction set in kvm_exit tracepoint
by Avi Kivity
· 14 years ago
bd2b53b
KVM: fast-path msi injection with irqfd
by Michael S. Tsirkin
· 14 years ago
104f226
KVM: VMX: Fold __vmx_vcpu_run() into vmx_vcpu_run()
by Avi Kivity
· 14 years ago
30b31ab
KVM: x86 emulator: do not perform address calculations on linear addresses
by Avi Kivity
· 14 years ago
90de84f
KVM: x86 emulator: preserve an operand's segment identity
by Avi Kivity
· 14 years ago
d53db5e
KVM: x86 emulator: drop DPRINTF()
by Avi Kivity
· 14 years ago
8a6bcaa
KVM: x86 emulator: drop unused #ifndef __KERNEL__
by Avi Kivity
· 14 years ago
f9335af
KVM: VMX: Inform user about INTEL_TXT dependency
by Shane Wang
· 14 years ago
75b7127
KVM: rename hardware_[dis|en]able() to *_nolock() and add locking wrappers
by Takuya Yoshikawa
· 14 years ago
97e91e2
KVM: take kvm_lock for hardware_disable() during cpu hotplug
by Takuya Yoshikawa
· 14 years ago
e730b63
KVM: MMU: don't mark spte notrap if reserved bit set
by Xiao Guangrong
· 14 years ago
49f4817
KVM: Document device assigment API
by Jan Kiszka
· 14 years ago
51de271
KVM: Clean up kvm_vm_ioctl_assigned_device
by Jan Kiszka
· 14 years ago
ed78661
KVM: Save/restore state of assigned PCI device
by Jan Kiszka
· 14 years ago
1e001d4
KVM: Refactor IRQ names of assigned devices
by Jan Kiszka
· 14 years ago
0645211
KVM: Switch assigned device IRQ forwarding to threaded handler
by Jan Kiszka
· 14 years ago
0c106b5
KVM: Clear assigned guest IRQ on release
by Jan Kiszka
· 14 years ago
945ee35
KVM: Mask KVM_GET_SUPPORTED_CPUID data with Linux cpuid info
by Avi Kivity
· 14 years ago
2a6b20b
KVM: SVM: Replace svm_has() by standard Linux cpuid accessors
by Avi Kivity
· 14 years ago
c4806ac
KVM: MMU: fix apf prefault if nested guest is enabled
by Xiao Guangrong
· 14 years ago
060c2ab
KVM: MMU: support apf for nonpaing guest
by Xiao Guangrong
· 14 years ago
e5f3f02
KVM: MMU: clear apfs if page state is changed
by Xiao Guangrong
· 14 years ago
5054c0d
KVM: MMU: fix missing post sync audit
by Xiao Guangrong
· 14 years ago
d89f5ef
KVM: Clean up vm creation and release
by Jan Kiszka
· 14 years ago
9d893c6
KVM: x86: Makefile clean up
by Tracey Dent
· 14 years ago
2a126fa
KVM: remove unused function declaration
by Xiao Guangrong
· 14 years ago
57e7fbe
KVM: Refactor srcu struct release on early errors
by Jan Kiszka
· 14 years ago
30bd0c4
KVM: VMX: Disallow NMI while blocked by STI
by Avi Kivity
· 14 years ago
64f638c
KVM: fix the race while wakeup all pv guest
by Xiao Guangrong
· 14 years ago
15096ff
KVM: handle more completed apfs if possible
by Xiao Guangrong
· 14 years ago
e6d53e3
KVM: avoid unnecessary wait for a async pf
by Xiao Guangrong
· 14 years ago
c7d28c2
KVM: fix searching async gfn in kvm_async_pf_gfn_slot
by Xiao Guangrong
· 14 years ago
0730388
KVM: cleanup async_pf tracepoints
by Xiao Guangrong
· 14 years ago
c9b263d
KVM: fix tracing kvm_try_async_get_page
by Xiao Guangrong
· 14 years ago
2653503
KVM: replace vmalloc and memset with vzalloc
by Takuya Yoshikawa
· 14 years ago
ec25d5e
KVM: handle exit due to INVD in VMX
by Gleb Natapov
· 14 years ago
2eec734
KVM: x86: Avoid issuing wbinvd twice
by Jan Kiszka
· 14 years ago
aac8763
KVM: get rid of warning within kvm_dev_ioctl_create_vm
by Heiko Carstens
· 14 years ago
3bcc8a8
KVM: add cast within kvm_clear_guest_page to fix warning
by Heiko Carstens
· 14 years ago
6f9e5c17
KVM: use kmalloc() for small dirty bitmaps
by Takuya Yoshikawa
· 14 years ago
515a012
KVM: pre-allocate one more dirty bitmap to avoid vmalloc()
by Takuya Yoshikawa
· 14 years ago
a36a57b1
KVM: introduce wrapper functions for creating/destroying dirty bitmaps
by Takuya Yoshikawa
· 14 years ago
64be500
KVM: x86: trace "exit to userspace" event
by Gleb Natapov
· 14 years ago
612819c
KVM: propagate fault r/w information to gup(), allow read-only memory
by Marcelo Tosatti
· 14 years ago
7905d9a
KVM: MMU: flush TLBs on writable -> read-only spte overwrite
by Marcelo Tosatti
· 14 years ago
982c256
KVM: MMU: remove kvm_mmu_set_base_ptes
by Marcelo Tosatti
· 14 years ago
ff1fcb9
KVM: VMX: remove setting of shadow_base_ptes for EPT
by Marcelo Tosatti
· 14 years ago
83bcacb
KVM: Avoid double interrupt injection with vapic
by Avi Kivity
· 14 years ago
82ca2d1
KVM: SVM: Fold save_host_msrs() and load_host_msrs() into their callers
by Avi Kivity
· 14 years ago
dacccfd
KVM: SVM: Move fs/gs/ldt save/restore to heavyweight exit path
by Avi Kivity
· 14 years ago
afe9e66
KVM: SVM: Move svm->host_gs_base into a separate structure
by Avi Kivity
· 14 years ago
13c34e0
KVM: SVM: Move guest register save out of interrupts disabled section
by Avi Kivity
· 14 years ago
d4c90b0
KVM: x86: Add missing inline tag to kvm_read_and_reset_pf_reason
by Jan Kiszka
· 14 years ago
f56f536
KVM: Move KVM context switch into own function
by Andi Kleen
· 14 years ago
7e1fbea
KVM: x86: Mark kvm_arch_setup_async_pf static
by Jan Kiszka
· 14 years ago
8030089
KVM: improve hva_to_pfn() readability
by Gleb Natapov
· 14 years ago
fc5f06f
KVM: Send async PF when guest is not in userspace too.
by Gleb Natapov
· 14 years ago
6adba52
KVM: Let host know whether the guest can handle async PF in non-userspace context.
by Gleb Natapov
· 14 years ago
6c047cd
KVM paravirt: Handle async PF in non preemptable context
by Gleb Natapov
· 14 years ago
7c90705
KVM: Inject asynchronous page fault into a PV guest if page is swapped out.
by Gleb Natapov
· 14 years ago
631bc48
KVM: Handle async PF in a guest.
by Gleb Natapov
· 14 years ago
fd10cde
KVM paravirt: Add async PF initialization to PV guest.
by Gleb Natapov
· 14 years ago
344d958
KVM: Add PV MSR to enable asynchronous page faults delivery.
by Gleb Natapov
· 14 years ago
ca3f101
KVM paravirt: Move kvm_smp_prepare_boot_cpu() from kvmclock.c to kvm.c.
by Gleb Natapov
· 14 years ago
49c7754
KVM: Add memory slot versioning and use it to provide fast guest write interface
by Gleb Natapov
· 14 years ago
56028d0
KVM: Retry fault before vmentry
by Gleb Natapov
· 14 years ago
af585b9
KVM: Halt vcpu if page it tries to access is swapped out
by Gleb Natapov
· 14 years ago
010c520
KVM: Don't reset mmu context unnecessarily when updating EFER
by Avi Kivity
· 14 years ago
d0dfc6b
KVM: i8259: initialize isr_ack
by Avi Kivity
· 14 years ago
649497d
KVM: MMU: Fix incorrect direct gfn for unpaged mode shadow
by Avi Kivity
· 14 years ago
0a59228
Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tile
by Linus Torvalds
· 14 years ago
2ba16c4
Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/upstream-linus
by Linus Torvalds
· 14 years ago
46bdfe6
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6
by Linus Torvalds
· 14 years ago
81711ce
arch/tile: handle rt_sigreturn() more cleanly
by Chris Metcalf
· 14 years ago
bc4cf2b
arch/tile: handle CLONE_SETTLS in copy_thread(), not user space
by Chris Metcalf
· 14 years ago
081d835
MIPS: Fix build errors in sc-mips.c
by Kevin Cernekee
· 14 years ago
a2c606d
x86: avoid high BIOS area when allocating address space
by Bjorn Helgaas
· 14 years ago
4dc2287
x86: avoid E820 regions when allocating address space
by Bjorn Helgaas
· 14 years ago
30919b0
x86: avoid low BIOS area when allocating address space
by Bjorn Helgaas
· 14 years ago
fcb1191
resources: add arch hook for preventing allocation in reserved areas
by Bjorn Helgaas
· 14 years ago
c0f5ac5
Revert "resources: support allocating space within a region from the top down"
by Bjorn Helgaas
· 14 years ago
6db45b7
Revert "PCI: allocate bus resources from the top down"
by Bjorn Helgaas
· 14 years ago
d14125e
Revert "x86/PCI: allocate space from the end of a region, not the beginning"
by Bjorn Helgaas
· 14 years ago
5e52f1c
Revert "x86: allocate space within a region top-down"
by Bjorn Helgaas
· 14 years ago
ac57cd5
Revert "PCI: fix pci_bus_alloc_resource() hang, prefer positive decode"
by Bjorn Helgaas
· 14 years ago
c15524a
Merge branch 'for_linus' of git://github.com/at91linux/linux-2.6-at91
by Linus Torvalds
· 14 years ago
a6ac1f0
Merge branch 'kvm-updates/2.6.37' of git://git.kernel.org/pub/scm/virt/kvm/kvm
by Linus Torvalds
· 14 years ago
508817e
Merge branch 'pm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/suspend-2.6
by Linus Torvalds
· 14 years ago
8efc1a1
Merge branch 'bkl_removal' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6
by Linus Torvalds
· 14 years ago
Next »