Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
kernel
/
common
/
784bafac79e7646e56f40998a6dde0e1ed5595f8
/
arch
784bafa
KVM: PPC: add pvinfo for hcall opcodes on e500mc/e5500
by Stuart Yoder
· 13 years ago
fdcf8bd
KVM: PPC: use definitions in epapr header for hcalls
by Stuart Yoder
· 13 years ago
e13dcc1
PPC: epapr: create define for return code value of success
by Stuart Yoder
· 13 years ago
3d11df7
KVM: s390: Fix vcpu_load handling in interrupt code
by Christian Borntraeger
· 12 years ago
c863901
KVM: x86: Fix guest debug across vcpu INIT reset
by Jan Kiszka
· 12 years ago
7a84428
KVM: Add resampling irqfds for level triggered interrupts
by Alex Williamson
· 12 years ago
1e08ec4
KVM: optimize apic interrupt delivery
by Gleb Natapov
· 12 years ago
c542151
KVM: MMU: Eliminate pointless temporary 'ac'
by Avi Kivity
· 12 years ago
b514c30
KVM: MMU: Avoid access/dirty update loop if all is well
by Avi Kivity
· 12 years ago
71331a1
KVM: MMU: Eliminate eperm temporary
by Avi Kivity
· 12 years ago
6fd01b7
KVM: MMU: Optimize is_last_gpte()
by Avi Kivity
· 12 years ago
13d22b6
KVM: MMU: Simplify walk_addr_generic() loop
by Avi Kivity
· 12 years ago
97d64b7
KVM: MMU: Optimize pte permission checks
by Avi Kivity
· 12 years ago
8cbc706
KVM: MMU: Update accessed and dirty bits after guest pagetable walk
by Avi Kivity
· 12 years ago
3d34ade
KVM: MMU: Move gpte_access() out of paging_tmpl.h
by Avi Kivity
· 12 years ago
edc2ae8
KVM: MMU: Optimize gpte_access() slightly
by Avi Kivity
· 12 years ago
8ea667f
KVM: MMU: Push clean gpte write protection out of gpte_access()
by Avi Kivity
· 12 years ago
9fc7744
KVM: make processes waiting on vcpu mutex killable
by Michael S. Tsirkin
· 12 years ago
7454766
KVM: SVM: Make use of asm.h
by Avi Kivity
· 12 years ago
b188c81f
KVM: VMX: Make use of asm.h
by Avi Kivity
· 12 years ago
83287ea42
KVM: VMX: Make lto-friendly
by Avi Kivity
· 12 years ago
ecba9a5
KVM: x86: lapic: Clean up find_highest_vector() and count_vectors()
by Takuya Yoshikawa
· 12 years ago
7de5bdc
KVM: MMU: remove unnecessary check
by Xiao Guangrong
· 12 years ago
92b5265
KVM: Depend on HIGH_RES_TIMERS
by Liu, Jinsong
· 12 years ago
a50abc3
KVM: use symbolic constant for nr interrupts
by Michael S. Tsirkin
· 12 years ago
b3356bf
KVM: emulator: optimize "rep ins" handling
by Gleb Natapov
· 12 years ago
f3bd64c
KVM: emulator: string_addr_inc() cleanup
by Gleb Natapov
· 12 years ago
9d1b39a
KVM: emulator: make x86 emulation modes enum instead of defines
by Gleb Natapov
· 12 years ago
716d51a
KVM: Provide userspace IO exit completion callback
by Gleb Natapov
· 12 years ago
3b4dc3a
KVM: move postcommit flush to x86, as mmio sptes are x86 specific
by Marcelo Tosatti
· 12 years ago
2df72e9
KVM: split kvm_arch_flush_shadow
by Marcelo Tosatti
· 12 years ago
09941fb
KVM: SVM: constify lookup tables
by Mathias Krause
· 12 years ago
772e031
KVM: VMX: constify lookup tables
by Mathias Krause
· 12 years ago
f1d2483
KVM: x86: more constification
by Mathias Krause
· 12 years ago
0fbe9b0
KVM: x86: constify read_write_emulator_ops
by Mathias Krause
· 12 years ago
0225fb5
KVM: x86 emulator: constify emulate_ops
by Mathias Krause
· 12 years ago
fd0a0d8
KVM: x86 emulator: mark opcode tables const
by Mathias Krause
· 12 years ago
89a87c6
KVM: x86 emulator: use aligned variants of SSE register ops
by Mathias Krause
· 12 years ago
326d07c
KVM: x86: minor size optimization
by Mathias Krause
· 12 years ago
ec79866
KVM: cleanup pic reset
by Gleb Natapov
· 12 years ago
9a78197
KVM: x86: remove unused variable from kvm_task_switch()
by Marcelo Tosatti
· 12 years ago
a81aba1
KVM: VMX: Ignore segment G and D bits when considering whether we can virtualize
by Avi Kivity
· 12 years ago
ce56680
KVM: VMX: Save all segment data in real mode
by Avi Kivity
· 12 years ago
1390a28
KVM: VMX: Preserve segment limit and access rights in real mode
by Avi Kivity
· 12 years ago
7263642
KVM: VMX: Return real real-mode segment data even if emulate_invalid_guest_state=1
by Avi Kivity
· 12 years ago
0afbe2f
KVM: x86 emulator: Fix #GP error code during linearization
by Avi Kivity
· 12 years ago
a562518
KVM: x86 emulator: Check segment limits in real mode too
by Avi Kivity
· 12 years ago
03ebebe
KVM: x86 emulator: Leave segment limit and attributs alone in real mode
by Avi Kivity
· 12 years ago
e2a610d
KVM: VMX: Allow vm86 virtualization of big real mode
by Avi Kivity
· 12 years ago
495e116
KVM: VMX: Allow real mode emulation using vm86 with dpl=0
by Avi Kivity
· 12 years ago
c865c43
KVM: VMX: Retain limit and attributes when entering protected mode
by Avi Kivity
· 12 years ago
f5f7b2f
KVM: VMX: Use kvm_segment to save protected-mode segments when entering realmode
by Avi Kivity
· 12 years ago
72fbefe
KVM: VMX: Fix incorrect lookup of segment S flag in fix_pmode_dataseg()
by Avi Kivity
· 12 years ago
baa7e81
KVM: VMX: Separate saving pre-realmode state from setting segments
by Avi Kivity
· 12 years ago
dd856ef
KVM: x86 emulator: access GPRs on demand
by Avi Kivity
· 12 years ago
66a0350
KVM: PPC: book3s: fix build error caused by gfn_to_hva_memslot()
by Gavin Shan
· 12 years ago
c78aa4c
Merge remote-tracking branch 'upstream/master' into queue
by Marcelo Tosatti
· 12 years ago
9acb172
Merge tag 'fixes-3.6-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
by Linus Torvalds
· 12 years ago
2675608
Merge tag 'stable/for-linus-3.6-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen
by Linus Torvalds
· 12 years ago
4ae4614
Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc
by Linus Torvalds
· 12 years ago
6ec9776
Merge git://git.kernel.org/pub/scm/virt/kvm/kvm
by Linus Torvalds
· 12 years ago
2432cbe
Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus
by Linus Torvalds
· 12 years ago
2c39bf4
Revert "powerpc: Update g5_defconfig"
by Benjamin Herrenschmidt
· 12 years ago
8133121
powerpc/perf: Use pmc_overflow() to detect rolled back events
by Sukadev Bhattiprolu
· 12 years ago
2fae7cd
powerpc: Fix VMX in interrupt check in POWER7 copy loops
by Anton Blanchard
· 12 years ago
dad477c
powerpc: POWER7 copy_to_user/copy_from_user patch applied twice
by Anton Blanchard
· 12 years ago
7256a5d
powerpc: Fix personality handling in ppc64_personality()
by Jiri Kosina
· 12 years ago
4c374af
powerpc/dma-iommu: Fix IOMMU window check
by Aaro Koskinen
· 12 years ago
f0f0c9a
powerpc: Remove unnecessary ifdefs
by Michael Neuling
· 12 years ago
5f63040
powerpc/kgdb: Restore current_thread_info properly
by Tiejun Chen
· 12 years ago
949616c
powerpc/kgdb: Bail out of KGDB when we've been triggered
by Tiejun Chen
· 12 years ago
572b411
powerpc/kgdb: Do not set kgdb_single_step on ppc
by Tiejun Chen
· 12 years ago
46c5c59
powerpc/mpic_msgr: Add missing includes
by Scott Wood
· 12 years ago
6d9c00c
powerpc: Fix null pointer deref in perf hardware breakpoints
by Michael Neuling
· 12 years ago
e3bc804
powerpc: Fixup whitespace in xmon
by Michael Ellerman
· 12 years ago
ca5dd39
powerpc: Fix xmon dl command for new printk implementation
by Michael Ellerman
· 12 years ago
1267643
powerpc/fsl: fix "Failed to mount /dev: No such device" errors
by Kim Phillips
· 12 years ago
823f747
powerpc/fsl: update defconfigs
by Kim Phillips
· 12 years ago
57f0b20
Merge branch 'randconfig/mach' into fixes
by Arnd Bergmann
· 12 years ago
db43b18
ARM: ux500: don't select LEDS_GPIO for snowball
by Arnd Bergmann
· 12 years ago
1fc593f
ARM: imx: build i.MX6 functions only when needed
by Arnd Bergmann
· 12 years ago
f637c4c
ARM: imx: select CPU_FREQ_TABLE when needed
by Arnd Bergmann
· 12 years ago
9f9ba0f
ARM: imx: fix ksz9021rn_phy_fixup
by Arnd Bergmann
· 12 years ago
a28eecef
ARM: imx: build pm-imx5 code only when PM is enabled
by Arnd Bergmann
· 12 years ago
c7a9b09
ARM: omap: allow building omap44xx without SMP
by Arnd Bergmann
· 12 years ago
5f870ba
Merge tag 'ux500-fixes-v3.6-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson into fixes
by Arnd Bergmann
· 12 years ago
8917da4
Merge branch 'v3.6-samsung-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung into fixes
by Arnd Bergmann
· 12 years ago
1e72fe1
Merge branch 'imx/fixes-for-3.6' of git://git.linaro.org/people/shawnguo/linux-2.6 into fixes
by Arnd Bergmann
· 12 years ago
c96aae1
xen/setup: Fix one-off error when adding for-balloon PFNs to the P2M.
by Konrad Rzeszutek Wilk
· 12 years ago
a1dca31
MIPS: pci-ar724x: avoid data bus error due to a missing PCIe module
by Gabor Juhos
· 12 years ago
a46d261
ARM: dts: imx51-babbage: fix esdhc cd/wp properties
by Shawn Guo
· 12 years ago
c944b0b
ARM: imx6: spin the cpu until hardware takes it down
by Shawn Guo
· 12 years ago
90993cd
x86: KVM guest: merge CONFIG_KVM_CLOCK into CONFIG_KVM_GUEST
by Marcelo Tosatti
· 12 years ago
36bf50d
x86, microcode, AMD: Fix broken ucode patch size check
by Andreas Herrmann
· 12 years ago
5ad105e
KVM: x86 emulator: use stack size attribute to mask rsp in stack ops
by Avi Kivity
· 12 years ago
35f2d16
KVM: MMU: Fix mmu_shrink() so that it can free mmu pages as intended
by Takuya Yoshikawa
· 12 years ago
4d8b81a
KVM: introduce readonly memslot
by Xiao Guangrong
· 12 years ago
037d92d
KVM: introduce gfn_to_pfn_memslot_atomic
by Xiao Guangrong
· 12 years ago
8e3d9d0
KVM: x86: fix possible infinite loop caused by reexecute_instruction
by Xiao Guangrong
· 12 years ago
cb09cad
x86/alternatives: Fix p6 nops on non-modular kernels
by Avi Kivity
· 12 years ago
Next »