Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
5a71785dde307f6ac80e83c0ad3fd694912010a1
5a71785
KVM: VMX: Use posted interrupt to deliver virtual interrupt
by Yang Zhang
· 12 years ago
a20ed54
KVM: VMX: Add the deliver posted interrupt algorithm
by Yang Zhang
· 12 years ago
cf9e65b
KVM: Set TMR when programming ioapic entry
by Yang Zhang
· 12 years ago
3d81bc7
KVM: Call common update function when ioapic entry changed.
by Yang Zhang
· 12 years ago
01e439b
KVM: VMX: Check the posted interrupt capability
by Yang Zhang
· 12 years ago
d78f266
KVM: VMX: Register a new IPI for posted interrupt
by Yang Zhang
· 12 years ago
a547c6d
KVM: VMX: Enable acknowledge interupt on vmexit
by Yang Zhang
· 12 years ago
2c2bf01
KVM: Use eoi to track RTC interrupt delivery status
by Yang Zhang
· 12 years ago
aa2fbe6
KVM: Let ioapic know the irq line status
by Yang Zhang
· 12 years ago
f3bff63
KVM: Force vmexit with virtual interrupt delivery
by Yang Zhang
· 12 years ago
1060691
KVM: Add reset/restore rtc_status support
by Yang Zhang
· 12 years ago
b4f2225
KVM: Return destination vcpu on interrupt injection
by Yang Zhang
· 12 years ago
8dc6aade
KVM: Introduce struct rtc_status
by Yang Zhang
· 12 years ago
1fcc789
KVM: Add vcpu info to ioapic_update_eoi()
by Yang Zhang
· 12 years ago
c0d1c77
KVM: nVMX: Avoid reading VM_EXIT_INTR_ERROR_CODE needlessly on nested exits
by Jan Kiszka
· 12 years ago
e8457c6
KVM: nVMX: Fix conditions for interrupt injection
by Jan Kiszka
· 12 years ago
5f3d579
KVM: nVMX: Rework event injection and recovery
by Jan Kiszka
· 12 years ago
3b656cf
KVM: nVMX: Fix injection of PENDING_INTERRUPT and NMI_WINDOW exits to L1
by Jan Kiszka
· 12 years ago
188424b
KVM: emulator: mark 0xff 0x7d opcode as undefined.
by Gleb Natapov
· 12 years ago
1146a78
KVM: emulator: Do not fail on emulation of undefined opcode
by Gleb Natapov
· 12 years ago
991eebf
KVM: VMX: do not try to reexecute failed instruction while emulating invalid guest state
by Gleb Natapov
· 12 years ago
0b789ee
KVM: emulator: fix unimplemented instruction detection
by Gleb Natapov
· 12 years ago
f8da94e
KVM: x86 emulator: Fix segment loading in VM86
by Kevin Wolf
· 12 years ago
8b415dc
KVM: Move kvm_rebooting declaration out of x86
by Geoff Levand
· 12 years ago
e3ba45b
KVM: Move kvm_spurious_fault to x86.c
by Geoff Levand
· 12 years ago
39369f7
KVM: Make local routines static
by Geoff Levand
· 12 years ago
fc1b749
KVM: Move vm_list kvm_lock declarations out of x86
by Geoff Levand
· 12 years ago
a63cb56
KVM: VMX: Add missing braces to avoid redundant error check
by Jan Kiszka
· 12 years ago
458f212
KVM: x86: fix memory leak in vmx_init
by Yang Zhang
· 12 years ago
05e07f9
kvm: fix MMIO/PIO collision misdetection
by Michael S. Tsirkin
· 12 years ago
b8c07d5
KVM: nVMX: Check exit control for VM_EXIT_SAVE_IA32_PAT, not entry controls
by Jan Kiszka
· 12 years ago
44944d4
KVM: Call kvm_apic_match_dest() to check destination vcpu
by Yang Zhang
· 12 years ago
99437a2
KVM: s390: virtio_ccw: reset errors for new I/O.
by Cornelia Huck
· 12 years ago
450e0b4
Revert "KVM: MMU: Move kvm_mmu_free_some_pages() into kvm_mmu_alloc_page()"
by Takuya Yoshikawa
· 12 years ago
afd80d8
pmu: prepare for migration support
by Paolo Bonzini
· 12 years ago
e1e2e60
KVM: s390: Enable KVM_CAP_NR_MEMSLOTS on s390
by Nick Wang
· 12 years ago
dd2887e
KVM: s390: Remove the sanity checks for kvm memory slot
by Nick Wang
· 12 years ago
3188bf6
KVM: s390: Change the virtual memory mapping location for virtio devices
by Nick Wang
· 12 years ago
b13b5dc
KVM: s390: fix compile with !CONFIG_COMPAT
by Heiko Carstens
· 12 years ago
c51f068
KVM: s390: fix stsi exception handling
by Heiko Carstens
· 12 years ago
db4a29c
KVM: s390: fix and enforce return code handling for irq injections
by Heiko Carstens
· 12 years ago
3736b87
KVM: s390: make if statements in lpsw/lpswe handlers readable
by Heiko Carstens
· 12 years ago
6fd0fcc
KVM: s390: fix return code handling in lpsw/lpswe handlers
by Heiko Carstens
· 12 years ago
ace5058
KVM: s390: fix psw conversion in lpsw handler
by Heiko Carstens
· 12 years ago
d21683e
KVM: s390: fix 24 bit psw handling in lpsw/lpswe handler
by Heiko Carstens
· 12 years ago
2cef4de
KVM: s390: Dont do a gmap update on minor memslot changes
by Christian Borntraeger
· 12 years ago
9a6d77d
Merge 'git://github.com/agraf/linux-2.6.git kvm-ppc-next' into queue
by Gleb Natapov
· 12 years ago
4fe27d2
KVM: PPC: Remove unused argument to kvmppc_core_dequeue_external
by Paul Mackerras
· 12 years ago
47bf379
kvm/ppc/e500: eliminate tlb_refs
by Scott Wood
· 12 years ago
36ada4f
kvm/ppc/e500: g2h_tlb1_map: clear old bit before setting new bit
by Scott Wood
· 12 years ago
d6940b6
kvm/ppc/e500: h2g_tlb1_rmap: esel 0 is valid
by Scott Wood
· 12 years ago
15b708b
KVM: PPC: booke: Added debug handler
by Bharat Bhushan
· 12 years ago
78accda
KVM: PPC: Added one_reg interface for timer registers
by Bharat Bhushan
· 12 years ago
d26f22c
KVM: PPC: move tsr update in a separate function
by Bharat Bhushan
· 12 years ago
81f4f76
KVM: MMU: Rename kvm_mmu_free_some_pages() to make_mmu_pages_available()
by Takuya Yoshikawa
· 12 years ago
7ddca7e
KVM: MMU: Move kvm_mmu_free_some_pages() into kvm_mmu_alloc_page()
by Takuya Yoshikawa
· 12 years ago
2ae33b3
Merge remote-tracking branch 'upstream/master' into queue
by Marcelo Tosatti
· 12 years ago
04b6683
KVM: x86: correctly initialize the CS base on reset
by Paolo Bonzini
· 12 years ago
2ffdd7e
Merge tag 'vfio-v3.9-rc4' of git://github.com/awilliam/linux-vfio
by Linus Torvalds
· 12 years ago
ea4a0ce
Merge git://git.kernel.org/pub/scm/virt/kvm/kvm
by Linus Torvalds
· 12 years ago
10b3866
Merge tag 'for-linus-v3.9-rc4' of git://oss.sgi.com/xfs/xfs
by Linus Torvalds
· 12 years ago
547b524
PCI: Use ROM images from firmware only if no other ROM source available
by Matthew Garrett
· 12 years ago
5c7c336
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc
by Linus Torvalds
· 12 years ago
e748962
Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/cmarinas/linux-aarch64
by Linus Torvalds
· 12 years ago
f58b20b
sparc: remove unused "config BITS"
by Paul Bolle
· 12 years ago
7b1b3fd
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by Linus Torvalds
· 12 years ago
e0b20296
sparc: delete "if !ULTRA_HAS_POPULATION_COUNT"
by Paul Bolle
· 12 years ago
a2c118b
KVM: Fix bounds checking in ioapic indirect register reads (CVE-2013-1798)
by Andy Honig
· 12 years ago
0b79459
KVM: x86: Convert MSR_KVM_SYSTEM_TIME to use gfn_to_hva_cache functions (CVE-2013-1797)
by Andy Honig
· 12 years ago
c300aa6
KVM: x86: fix for buffer overflow in handling of MSR_KVM_SYSTEM_TIME (CVE-2013-1796)
by Andy Honig
· 12 years ago
7920720
arm64: Kconfig.debug: Remove unused CONFIG_DEBUG_ERRORS
by Paul Bolle
· 12 years ago
63b7743
arm64: Do not select GENERIC_HARDIRQS_NO_DEPRECATED
by Paul Bolle
· 12 years ago
5a3da1f
inet: limit length of fragment queue hash table bucket lists
by Hannes Frederic Sowa
· 12 years ago
271648b
qeth: Fix scatter-gather regression
by Frank Blaschka
· 12 years ago
82e2e78
qeth: Fix invalid router settings handling
by Stefan Raspl
· 12 years ago
82f77cf
qeth: delay feature trace
by Stefan Raspl
· 12 years ago
112ccff
Merge branch 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jdelvare/staging
by Linus Torvalds
· 12 years ago
9997d08
sgy-cts1000: Remove __dev* attributes
by Ben Collins
· 12 years ago
b63dc12
Merge branch 'for-3.9-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq
by Linus Torvalds
· 12 years ago
c09664b
KVM: x86: fix deadlock in clock-in-progress request handling
by Marcelo Tosatti
· 12 years ago
f445f11
KVM: allow host header to be included even for !CONFIG_KVM
by Kevin Hilman
· 12 years ago
25eba81
hwmon: (lm75) Fix tcn75 prefix
by Jean Delvare
· 12 years ago
5a4c060
hwmon: (lm75.h) Update header inclusion
by Jean Delvare
· 12 years ago
9487754
MAINTAINERS: Remove Mark M. Hoffman
by Jean Delvare
· 12 years ago
e001873
xfs: ensure we capture IO errors correctly
by Dave Chinner
· 12 years ago
3325bee
xfs: fix xfs_iomap_eof_prealloc_initial_size type
by Mark Tinguely
· 12 years ago
83cdadd
xfs: fix potential infinite loop in xfs_iomap_prealloc_size()
by Brian Foster
· 12 years ago
0d4f060
tcp: dont handle MTU reduction on LISTEN socket
by Eric Dumazet
· 12 years ago
b009aac
bnx2x: fix occasional statistics off-by-4GB error
by Maciej Żenczykowski
· 12 years ago
4918c6c
KVM: VMX: Require KVM_SET_TSS_ADDR being called prior to running a VCPU
by Jan Kiszka
· 12 years ago
35f8c76
Merge tag 'for-linus-20130318' of git://git.infradead.org/linux-mtd
by Linus Torvalds
· 12 years ago
4b76715
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security
by Linus Torvalds
· 12 years ago
991657a
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux
by Linus Torvalds
· 12 years ago
1c6ba37
Merge tag 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
by Linus Torvalds
· 12 years ago
a15cd06
Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc
by Linus Torvalds
· 12 years ago
6210d42
Merge branch 'fixes' of git://git.linaro.org/people/rmk/linux-arm
by Linus Torvalds
· 12 years ago
b4811ba
ARM: fix CONFIG_VIRT_TO_BUS handling
by Arnd Bergmann
· 12 years ago
4502403
selinux: use GFP_ATOMIC under spin_lock
by Dan Carpenter
· 12 years ago
ace71f4
Merge tag 'renesas-fixes-for-v3.9' of git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas into fixes
by Arnd Bergmann
· 12 years ago
18931c8
arm64: fix padding computation in struct ucontext
by Andreas Schwab
· 12 years ago
Next »