Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
kernel
/
shift
/
mainline
/
72564016aae45f42e488f926bc803f9a2e1c771c
7256401
arm64: KVM: common infrastructure for handling AArch32 CP14/CP15
by Marc Zyngier
· 11 years ago
0c557ed
arm64: KVM: add trap handlers for AArch64 debug registers
by Marc Zyngier
· 11 years ago
51ba248
arm64: move DBG_MDSCR_* to asm/debug-monitors.h
by Marc Zyngier
· 11 years ago
7609c12
arm64: KVM: rename pm_fake handler to trap_raz_wi
by Marc Zyngier
· 11 years ago
f0a3eaf
ARM64: KVM: fix big endian issue in access_vm_reg for 32bit guest
by Victor Kamensky
· 11 years ago
26c99af
ARM64: KVM: set and get of sys registers in BE case
by Victor Kamensky
· 11 years ago
9662fb4
ARM64: KVM: fix vgic_bitmap_get_reg function for BE 64bit case
by Victor Kamensky
· 11 years ago
ba083d2
ARM64: KVM: store kvm_vcpu_fault_info est_el2 as word
by Victor Kamensky
· 11 years ago
b300708
ARM64: KVM: MMIO support BE host running LE code
by Victor Kamensky
· 11 years ago
f5aa462
ARM: KVM: enable KVM in Kconfig on big-endian systems
by Victor Kamensky
· 11 years ago
73891f7
ARM: KVM: one_reg coproc set and get BE fixes
by Victor Kamensky
· 11 years ago
27f194f
ARM: KVM: MMIO support BE host running LE code
by Victor Kamensky
· 11 years ago
1c9f047
ARM: KVM: vgic mmio should hold data as LE bytes array in BE case
by Victor Kamensky
· 11 years ago
6d7311b
ARM: KVM: __kvm_vcpu_run function return result fix in BE case
by Victor Kamensky
· 11 years ago
19b0e60
ARM: KVM: handle 64bit values passed to mrcc or from mcrr instructions in BE case
by Victor Kamensky
· 11 years ago
64054c2
ARM: KVM: fix vgic V7 assembler code to work in BE image
by Victor Kamensky
· 11 years ago
af92394
ARM: virt: fix wrong HSCTLR.EE bit setting
by Li Liu
· 11 years ago
67b2abf
arm64: KVM: vgic: enable GICv2 emulation on top on GICv3 hardware
by Marc Zyngier
· 12 years ago
754d377
arm64: KVM: vgic: add GICv3 world switch
by Marc Zyngier
· 12 years ago
b2fb1c0
KVM: ARM: vgic: add the GICv3 backend
by Marc Zyngier
· 12 years ago
ac3c374
arm64: KVM: move HCR_EL2.{IMO,FMO} manipulation into the vgic switch code
by Marc Zyngier
· 11 years ago
1a9b130
arm64: KVM: split GICv2 world switch from hyp code
by Marc Zyngier
· 12 years ago
45451914
arm64: KVM: remove __kvm_hyp_code_{start,end} from hyp.S
by Marc Zyngier
· 12 years ago
f982cf4
KVM: ARM: vgic: revisit implementation of irqchip_in_kernel
by Marc Zyngier
· 11 years ago
8f186d5
KVM: ARM: vgic: split GICv2 backend from the main vgic code
by Marc Zyngier
· 11 years ago
ca85f62
KVM: ARM: introduce vgic_params structure
by Marc Zyngier
· 12 years ago
da8dafd1
KVM: ARM: vgic: introduce vgic_enable
by Marc Zyngier
· 12 years ago
beee38b
KVM: ARM: vgic: abstract VMCR access
by Marc Zyngier
· 11 years ago
909d9b5
KVM: ARM: vgic: move underflow handling to vgic_ops
by Marc Zyngier
· 12 years ago
495dd85
KVM: ARM: vgic: abstract MISR decoding
by Marc Zyngier
· 12 years ago
8d6a031
KVM: ARM: vgic: abstract EISR bitmap access
by Marc Zyngier
· 12 years ago
69bb2c9
KVM: ARM: vgic: abstract access to the ELRSR bitmap
by Marc Zyngier
· 12 years ago
8d5c6b0
KVM: ARM: vgic: introduce vgic_ops and LR manipulation primitives
by Marc Zyngier
· 12 years ago
eede821
KVM: arm/arm64: vgic: move GICv2 registers to their own structure
by Marc Zyngier
· 12 years ago
63f8344
arm64: boot protocol documentation update for GICv3
by Marc Zyngier
· 11 years ago
96f6802
arm64: GICv3 device tree binding documentation
by Marc Zyngier
· 12 years ago
179c1e3
Merge tag 'deps-irqchip-gic-3.17' of git://git.infradead.org/users/jcooper/linux.git
by Christoffer Dall
· 11 years ago
1df08ba
arm64: KVM: allow export and import of generic timer regs
by Alex Bennée
· 11 years ago
efd48ce
arm64: KVM: export demux regids as KVM_REG_ARM64
by Alex Bennée
· 11 years ago
b886576
ARM: KVM: user_mem_abort: support stage 2 MMIO page mapping
by Kim Phillips
· 11 years ago
df6ce24
ARM: KVM: Unmap IPA on memslot delete/move
by Eric Auger
· 11 years ago
4f853a7
arm/arm64: KVM: Fix and refactor unmap_range
by Christoffer Dall
· 11 years ago
021f653
irqchip: gic-v3: Initial support for GICv3
by Marc Zyngier
· 11 years ago
d51d0af
irqchip: gic: Move some bits of GICv2 to a library-type file
by Marc Zyngier
· 11 years ago
9f6226a
arch: x86: kvm: x86.c: Cleaning up variable is set more than once
by Rickard Strandqvist
· 11 years ago
ab76228
MIPS: KVM: Remove dead code of TLB index error in kvm_mips_emul_tlbwr()
by Deng-Cheng Zhu
· 11 years ago
db2fb7f
MIPS: KVM: Skip memory cleaning in kvm_mips_commpage_init()
by Deng-Cheng Zhu
· 11 years ago
d7d5b05
MIPS: KVM: Rename files to remove the prefix "kvm_" and "kvm_mips_"
by Deng-Cheng Zhu
· 11 years ago
b045c40
MIPS: KVM: Remove unneeded volatile
by Deng-Cheng Zhu
· 11 years ago
d98403a
MIPS: KVM: Simplify functions by removing redundancy
by Deng-Cheng Zhu
· 11 years ago
6ad78a5
MIPS: KVM: Use KVM internal logger
by Deng-Cheng Zhu
· 11 years ago
d116e81
MIPS: KVM: Reformat code and comments
by Deng-Cheng Zhu
· 11 years ago
8594997
Merge tag 'kvms390-20140626' of git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux into HEAD
by Paolo Bonzini
· 11 years ago
dc720f9
Merge commit '33b458d276bb' into kvm-next
by Paolo Bonzini
· 11 years ago
33b458d
KVM: SVM: Fix CPL export via SS.DPL
by Jan Kiszka
· 11 years ago
d09a08e
KVM: s390: add sie.h uapi header file to Kbuild and remove header dependency
by Heiko Carstens
· 11 years ago
27e6fb5
KVM: vmx: vmx instructions handling does not consider cs.l
by Nadav Amit
· 11 years ago
1e32c07
KVM: vmx: handle_cr ignores 32/64-bit mode
by Nadav Amit
· 11 years ago
a449c7a
KVM: x86: Hypercall handling does not considers opsize correctly
by Nadav Amit
· 11 years ago
5777392
KVM: x86: check DR6/7 high-bits are clear only on long-mode
by Nadav Amit
· 11 years ago
5381417
KVM: nVMX: Fix returned value of MSR_IA32_VMX_VMCS_ENUM
by Jan Kiszka
· 11 years ago
2996fca
KVM: nVMX: Allow to disable VM_{ENTRY_LOAD,EXIT_SAVE}_DEBUG_CONTROLS
by Jan Kiszka
· 11 years ago
560b7ee
KVM: nVMX: Fix returned value of MSR_IA32_VMX_PROCBASED_CTLS
by Jan Kiszka
· 11 years ago
3dcdf3ec
KVM: nVMX: Allow to disable CR3 access interception
by Jan Kiszka
· 11 years ago
3dbcd8d
KVM: nVMX: Advertise support for MSR_IA32_VMX_TRUE_*_CTLS
by Jan Kiszka
· 11 years ago
e4aa528
KVM: x86: Fix constant value of VM_{EXIT_SAVE,ENTRY_LOAD}_DEBUG_CONTROLS
by Jan Kiszka
· 11 years ago
a825f5c
KVM: x86: NOP emulation clears (incorrectly) the high 32-bits of RAX
by Nadav Amit
· 11 years ago
140bad8
KVM: x86: emulation of dword cmov on long-mode should clear [63:32]
by Nadav Amit
· 11 years ago
9e8919a
KVM: x86: Inter-privilege level ret emulation is not implemeneted
by Nadav Amit
· 11 years ago
ee21229
KVM: x86: Wrong emulation on 'xadd X, X'
by Nadav Amit
· 11 years ago
7dec560
KVM: x86: bit-ops emulation ignores offset on 64-bit
by Nadav Amit
· 11 years ago
bc39c4d
arch/x86/kvm/vmx.c: use PAGE_ALIGNED instead of IS_ALIGNED(PAGE_SIZE
by Fabian Frederick
· 11 years ago
bdc9072
KVM: emulate: fix harmless typo in MMX decoding
by Paolo Bonzini
· 11 years ago
9688897
KVM: emulate: simplify BitOp handling
by Paolo Bonzini
· 11 years ago
a5457e7
KVM: emulate: POP SS triggers a MOV SS shadow too
by Paolo Bonzini
· 11 years ago
32e94d0
KVM: x86: smsw emulation is incorrect in 64-bit mode
by Nadav Amit
· 11 years ago
aaa05f2
KVM: x86: Return error on cmpxchg16b emulation
by Nadav Amit
· 11 years ago
67f4d42
KVM: x86: rdpmc emulation checks the counter incorrectly
by Nadav Amit
· 11 years ago
3b32004
KVM: x86: movnti minimum op size of 32-bit is not kept
by Nadav Amit
· 11 years ago
37c564f
KVM: x86: cmpxchg emulation should compare in reverse order
by Nadav Amit
· 11 years ago
606b1c3
KVM: x86: sgdt and sidt are not privilaged
by Nadav Amit
· 11 years ago
2eedcac
KVM: x86: Loading segments on 64-bit mode may be wrong
by Nadav Amit
· 11 years ago
e37a75a
KVM: x86: Emulator ignores LDTR/TR extended base on LLDT/LTR
by Nadav Amit
· 11 years ago
7fe864d
KVM: x86: Mark VEX-prefix instructions emulation as unimplemented
by Nadav Amit
· 11 years ago
7171511
Linux 3.16-rc1
by Linus Torvalds
· 11 years ago
a9be224
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by Linus Torvalds
· 11 years ago
dd1845a
Merge tag 'clk-for-linus-3.16-part2' of git://git.linaro.org/people/mike.turquette/linux
by Linus Torvalds
· 11 years ago
b55b390
Merge git://git.infradead.org/users/willy/linux-nvme
by Linus Torvalds
· 11 years ago
b58537a
net: sctp: fix permissions for rto_alpha and rto_beta knobs
by Daniel Borkmann
· 11 years ago
e4f7ae9
Merge branch 'csum_fixes'
by David S. Miller
· 11 years ago
f79b064
vxlan: Checksum fixes
by Tom Herbert
· 11 years ago
e5eb4e3
net: add skb_pop_rcv_encapsulation
by Tom Herbert
· 11 years ago
bbdff22
udp: call __skb_checksum_complete when doing full checksum
by Tom Herbert
· 11 years ago
46fb51e
net: Fix save software checksum complete
by Tom Herbert
· 11 years ago
4b28252
net: Fix GSO constants to match NETIF flags
by Tom Herbert
· 11 years ago
abf04af
Merge tag 'scsi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
by Linus Torvalds
· 11 years ago
16d52ef
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs
by Linus Torvalds
· 11 years ago
a311c48
Merge git://git.kvack.org/~bcrl/aio-next
by Linus Torvalds
· 11 years ago
0506408
fix __swap_writepage() compile failure on old gcc versions
by Al Viro
· 11 years ago
4a54e5e
Merge tag 'hsi-for-3.16-fixes1' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-hsi
by Linus Torvalds
· 11 years ago
Next »