Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
kernel
/
common
/
2276b5116e983277073623cd363954e41674c382
/
arch
2276b51
KVM: x86: ARPL emulation can cause spurious exceptions
by Nadav Amit
· 10 years ago
801806d
KVM: x86: IRET emulation does not clear NMI masking
by Nadav Amit
· 10 years ago
16794aa
KVM: x86: Wrong operand size for far ret
by Nadav Amit
· 10 years ago
2fcf5c8
KVM: x86: Dirty the dest op page on cmpxchg emulation
by Nadav Amit
· 10 years ago
8fff5e3
Merge tag 'kvm-s390-next-20150122' of git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux into kvm-next
by Paolo Bonzini
· 10 years ago
1c6007d
Merge tag 'kvm-arm-for-3.20' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into kvm-next
by Paolo Bonzini
· 10 years ago
0eb135f
KVM: s390: remove redundant setting of interrupt type
by Jens Freimann
· 10 years ago
94d1f56
KVM: s390: fix bug in interrupt parameter check
by Jens Freimann
· 10 years ago
428d53b
KVM: s390: avoid memory leaks if __inject_vm() fails
by David Hildenbrand
· 10 years ago
a374e89
KVM: s390/cpacf: Enable/disable protected key functions for kvm guest
by Tony Krowiak
· 10 years ago
72f2502
KVM: s390: Provide guest TOD Clock Get/Set Controls
by Jason J. Herne
· 10 years ago
556cc0d
KVM: s390: trace correct values for set prefix and machine checks
by Jens Freimann
· 10 years ago
49538d1
KVM: s390: fix bug in sigp emergency signal injection
by Jens Freimann
· 10 years ago
3cfad02
KVM: s390: Take addressing mode into account for MVPG interception
by Thomas Huth
· 10 years ago
69a8d45
KVM: s390: no need to hold the kvm->mutex for floating interrupts
by Christian Borntraeger
· 10 years ago
2444b35
KVM: s390: forward most SIGP orders to user space
by David Hildenbrand
· 10 years ago
9fbd808
KVM: s390: clear the pfault queue if user space sets the invalid token
by David Hildenbrand
· 10 years ago
ea5f496
KVM: s390: only one external call may be pending at a time
by David Hildenbrand
· 10 years ago
d614be0
s390/sclp: introduce check for the SIGP Interpretation Facility
by David Hildenbrand
· 10 years ago
a3a9c59
KVM: s390: SIGP SET PREFIX cleanup
by David Hildenbrand
· 10 years ago
9a02206
KVM: s390: a VCPU may only stop when no interrupts are left pending
by David Hildenbrand
· 10 years ago
6cddd43
KVM: s390: handle stop irqs without action_bits
by David Hildenbrand
· 10 years ago
2822545
KVM: s390: new parameter for SIGP STOP irqs
by David Hildenbrand
· 10 years ago
2d00f75
KVM: s390: forward hrtimer if guest ckc not pending yet
by David Hildenbrand
· 10 years ago
0ac96caf
KVM: s390: base hrtimer on a monotonic clock
by David Hildenbrand
· 10 years ago
bda343e
KVM: s390: prevent sleep duration underflows in handle_wait()
by David Hildenbrand
· 10 years ago
8c0a7ce
KVM: s390: Allow userspace to limit guest memory size
by Dominik Dingel
· 10 years ago
dafd032
KVM: s390: move vcpu specific initalization to a later point
by Dominik Dingel
· 10 years ago
0675d92
KVM: s390: make local function static
by Christian Borntraeger
· 10 years ago
31928aa
KVM: remove unneeded return value of vcpu_postcreate
by Dominik Dingel
· 10 years ago
c6156df
Merge branch 'arm64/common-esr-macros' of git://git.kernel.org/pub/scm/linux/kernel/git/mark/linux into kvm-next
by Paolo Bonzini
· 10 years ago
227ea81
arm/arm64: KVM: Fixup incorrect config symbol in comment
by Christoffer Dall
· 10 years ago
cfaa790
kvm: Fix CR3_PCID_INVD type on 32-bit
by Borislav Petkov
· 10 years ago
54750f2
KVM: x86: workaround SuSE's 2.6.16 pvclock vs masterclock issue
by Marcelo Tosatti
· 10 years ago
69b0049
KVM: fix "Should it be static?" warnings from sparse
by Fengguang Wu
· 10 years ago
ac3d373
arm/arm64: KVM: allow userland to request a virtual GICv3
by Andre Przywara
· 11 years ago
6d52f35
arm64: KVM: add SGI generation register emulation
by Andre Przywara
· 11 years ago
a0675c2
arm/arm64: KVM: add virtual GICv3 distributor emulation
by Andre Przywara
· 11 years ago
9fedf14
arm/arm64: KVM: add opaque private pointer to MMIO data
by Andre Przywara
· 10 years ago
1d91622
arm/arm64: KVM: split GICv2 specific emulation code from vgic.c
by Andre Przywara
· 11 years ago
2f5fa41
arm/arm64: KVM: make the value of ICC_SRE_EL1 a per-VM variable
by Andre Przywara
· 11 years ago
3caa2d8
arm/arm64: KVM: make the maximum number of vCPUs a per-VM value
by Andre Przywara
· 11 years ago
59892136
arm/arm64: KVM: pass down user space provided GIC type into vGIC code
by Andre Przywara
· 11 years ago
4429fc6
arm/arm64: KVM: rework MPIDR assignment and add accessors
by Andre Przywara
· 11 years ago
d91ffee
Optimize TLB flush in kvm_mmu_slot_remove_write_access.
by Kai Huang
· 10 years ago
0c55d6d
x86: kvm: vmx: Remove some unused functions
by Rickard Strandqvist
· 10 years ago
7276030
KVM: arm/arm64: Enable Dirty Page logging for ARMv8
by Mario Smarduch
· 10 years ago
9836c6b
KVM: arm64: Add HYP interface to flush VM Stage 1/2 TLB entries
by Mario Smarduch
· 10 years ago
8199ed0
KVM: arm64: ARMv8 header changes for page logging
by Mario Smarduch
· 10 years ago
15a49a4
KVM: arm: page logging 2nd stage fault handling
by Mario Smarduch
· 10 years ago
53c810c
KVM: arm: dirty logging write protect support
by Mario Smarduch
· 10 years ago
c647355
KVM: arm: Add initial dirty page locking support
by Mario Smarduch
· 10 years ago
72fc36b
KVM: arm: Add ARMv7 API to flush TLBs
by Mario Smarduch
· 10 years ago
e108ff2
KVM: x86: switch to kvm_get_dirty_log_protect
by Paolo Bonzini
· 10 years ago
056bb5f
arm64: kvm: decode ESR_ELx.EC when reporting exceptions
by Mark Rutland
· 10 years ago
6e53031
arm64: kvm: remove ESR_EL2_* macros
by Mark Rutland
· 10 years ago
4a93908
arm64: remove ESR_EL1_* macros
by Mark Rutland
· 10 years ago
c6d01a9
arm64: kvm: move to ESR_ELx macros
by Mark Rutland
· 10 years ago
60a1f02
arm64: decode ESR_ELx.EC when reporting exceptions
by Mark Rutland
· 10 years ago
aed40e0
arm64: move to ESR_ELx macros
by Mark Rutland
· 10 years ago
cf99a48
arm64: introduce common ESR_ELx_* definitions
by Mark Rutland
· 10 years ago
924de80
ARM: KVM: extend WFI tracepoint to differentiate between wfi and wfe
by Andre Przywara
· 10 years ago
0d97f884
arm/arm64: KVM: add tracing support for arm64 exit handler
by Wei Huang
· 10 years ago
065c003
KVM: arm/arm64: vgic: add init entry to VGIC KVM device
by Eric Auger
· 10 years ago
c205fb7
KVM: x86: #PF error-code on R/W operations is wrong
by Nadav Amit
· 10 years ago
7e71a59
KVM: x86: flush TLB when D bit is manually changed.
by Kai Huang
· 10 years ago
defcf51
KVM: x86: allow TSC deadline timer on all hosts
by Radim Krčmář
· 10 years ago
bab5bb3
kvm: x86: Remove kvm_make_request from lapic.c
by Nicholas Krause
· 10 years ago
edccda7
KVM: x86: Access to LDT/GDT that wraparound is incorrect
by Nadav Amit
· 10 years ago
e2cefa7
KVM: x86: Do not set access bit on accessed segments
by Nadav Amit
· 10 years ago
ab70809
KVM: x86: POP [ESP] is not emulated correctly
by Nadav Amit
· 10 years ago
80976db
KVM: x86: em_call_far should return failure result
by Nadav Amit
· 10 years ago
3dc4bc4
KVM: x86: JMP/CALL using call- or task-gate causes exception
by Nadav Amit
· 10 years ago
16bebef
KVM: x86: fnstcw and fnstsw may cause spurious exception
by Nadav Amit
· 10 years ago
3313bc4
KVM: x86: pop sreg accesses only 2 bytes
by Nadav Amit
· 10 years ago
fa4a2c0
KVM: x86: mmu: replace assertions with MMU_WARN_ON, a conditional WARN_ON
by Paolo Bonzini
· 11 years ago
4c1a50d
KVM: x86: mmu: remove ASSERT(vcpu)
by Paolo Bonzini
· 11 years ago
ad896af
KVM: x86: mmu: remove argument to kvm_init_shadow_mmu and kvm_init_shadow_ept_mmu
by Paolo Bonzini
· 11 years ago
e0c6db3
KVM: x86: mmu: do not use return to tail-call functions that return void
by Paolo Bonzini
· 10 years ago
6c19b75
KVM: x86: add tracepoint to wait_lapic_expire
by Marcelo Tosatti
· 10 years ago
d0659d9
KVM: x86: add option to advance tscdeadline hrtimer expiration
by Marcelo Tosatti
· 10 years ago
7c6a98d
KVM: x86: add method to test PIR bitmap vector
by Marcelo Tosatti
· 10 years ago
b4eef9b
kvm: x86: vmx: NULL out hwapic_isr_update() in case of !enable_apicv
by Tiejun Chen
· 10 years ago
5ff22e7
KVM: x86: Remove FIXMEs in emulate.c for the function,task_switch_32
by Nicholas Krause
· 10 years ago
19d5f10
KVM: nVMX: consult PFEC_MASK and PFEC_MATCH when generating #PF VM-exit
by Eugene Korenevsky
· 10 years ago
e9ac033
KVM: nVMX: Improve nested msr switch checking
by Eugene Korenevsky
· 10 years ago
ff651cb
KVM: nVMX: Add nested msr load/restore algorithm
by Wincy Van
· 10 years ago
79b8cb9
Merge tag 'powerpc-3.19-3' of git://git.kernel.org/pub/scm/linux/kernel/git/mpe/linux
by Linus Torvalds
· 10 years ago
b739896
[IA64] Enable execveat syscall for ia64
by Tony Luck
· 10 years ago
693a30b8
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/uml
by Linus Torvalds
· 10 years ago
4bf9636
Revert "ARM: 7830/1: delay: don't bother reporting bogomips in /proc/cpuinfo"
by Pavel Machek
· 10 years ago
b485342
x86, um: actually mark system call tables readonly
by Daniel Borkmann
· 10 years ago
f911d73
um: Skip futex_atomic_cmpxchg_inatomic() test
by Richard Weinberger
· 10 years ago
a5cb236
Merge tag 'nios2-fixes-v3.19-rc3' of git://git.rocketboards.org/linux-socfpga-next
by Linus Torvalds
· 10 years ago
1b0f449
nios2: Use preempt_schedule_irq
by Tobias Klauser
· 10 years ago
6f3d2b0
nios2: Initialize cpuinfo.mmu
by Walter Goossens
· 10 years ago
9bb29b6
Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
by Linus Torvalds
· 10 years ago
007487f
Add USB_EHCI_EXYNOS to multi_v7_defconfig
by Steev Klimaszewski
· 10 years ago
1be6f10
Revert "powerpc: Secondary CPUs must set cpu_callin_map after setting active and online"
by Michael Ellerman
· 10 years ago
c1caae3
powerpc/kdump: Ignore failure in enabling big endian exception during crash
by Hari Bathini
· 10 years ago
Next »