Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
a120e912eb51e347f36c71b60a1d13af74d30e83
/
arch
« Previous
4f926bf2
KVM: x86: Polish exception injection via KVM_SET_GUEST_DEBUG
by Jan Kiszka
· 15 years ago
2204ae3
KVM: x86: disallow KVM_{SET,GET}_LAPIC without allocated in-kernel lapic
by Marcelo Tosatti
· 15 years ago
3ddea12
KVM: x86: disallow multiple KVM_CREATE_IRQCHIP
by Marcelo Tosatti
· 15 years ago
92c0d90
KVM: VMX: Remove vmx->msr_offset_efer
by Avi Kivity
· 15 years ago
5f5c35a
KVM: MMU: update invlpg handler comment
by Marcelo Tosatti
· 15 years ago
7c93be4
KVM: VMX: move CR3/PDPTR update to vmx_set_cr3
by Marcelo Tosatti
· 15 years ago
1655e3a
KVM: remove duplicated task_switch check
by Gleb Natapov
· 15 years ago
c0a187e
KVM: powerpc: Fix BUILD_BUG_ON condition
by Hollis Blanchard
· 15 years ago
26bb098
KVM: VMX: Use shared msr infrastructure
by Avi Kivity
· 15 years ago
18863bd
KVM: x86 shared msr infrastructure
by Avi Kivity
· 15 years ago
44ea2b1
KVM: VMX: Move MSR_KERNEL_GS_BASE out of the vmx autoload msr area
by Avi Kivity
· 15 years ago
3ce672d
KVM: SVM: init_vmcb(): remove redundant save->cr0 initialization
by Eduardo Habkost
· 15 years ago
18fa000
KVM: SVM: Reset cr0 properly on vcpu reset
by Eduardo Habkost
· 15 years ago
fa40052
KVM: VMX: Use macros instead of hex value on cr0 initialization
by Eduardo Habkost
· 15 years ago
afbcf7a
KVM: allow userspace to adjust kvmclock offset
by Glauber Costa
· 15 years ago
6be7d30
KVM: SVM: Cleanup NMI singlestep
by Jan Kiszka
· 15 years ago
94fe45d
KVM: x86: Fix guest single-stepping while interruptible
by Jan Kiszka
· 15 years ago
ffde22a
KVM: Xen PV-on-HVM guest support
by Ed Swierk
· 15 years ago
94c30d9
KVM: x86: Drop unneeded CONFIG_HAS_IOMEM check
by Jan Kiszka
· 15 years ago
9fb41ba
KVM: VMX: fix handle_pause declaration
by Marcelo Tosatti
· 15 years ago
6b7d7e7
KVM: x86: Harden against cpufreq
by Zachary Amsden
· 15 years ago
565d099
KVM: SVM: Support Pause Filter in AMD processors
by Mark Langsdorf
· 15 years ago
4b8d54f
KVM: VMX: Add support for Pause-Loop Exiting
by Zhai, Edwin
· 15 years ago
d36f19e
KVM: SVM: Remove nsvm_printk debugging code
by Joerg Roedel
· 15 years ago
532a46b
KVM: SVM: Add tracepoint for skinit instruction
by Joerg Roedel
· 15 years ago
ec1ff79
KVM: SVM: Add tracepoint for invlpga instruction
by Joerg Roedel
· 15 years ago
236649d
KVM: SVM: Add tracepoint for #vmexit because intr pending
by Joerg Roedel
· 15 years ago
17897f3
KVM: SVM: Add tracepoint for injected #vmexit
by Joerg Roedel
· 15 years ago
d8cabdd
KVM: SVM: Add tracepoint for nested #vmexit
by Joerg Roedel
· 15 years ago
0ac406d
KVM: SVM: Add tracepoint for nested vmrun
by Joerg Roedel
· 15 years ago
cd3ff65
KVM: SVM: Move INTR vmexit out of atomic code
by Joerg Roedel
· 15 years ago
8d23c46
KVM: SVM: Notify nested hypervisor of lost event injections
by Alexander Graf
· 15 years ago
e3267cb
KVM: x86: include pvclock MSRs in msrs_to_save
by Glauber Costa
· 15 years ago
91586a3
KVM: x86: Rework guest single-step flag injection and filtering
by Jan Kiszka
· 15 years ago
a68a6a7
KVM: x86: disable paravirt mmu reporting
by Marcelo Tosatti
· 15 years ago
355be0b
KVM: x86: Refactor guest debug IOCTL handling
by Jan Kiszka
· 15 years ago
201d945
KVM: remove pre_task_link setting in save_state_to_tss16
by Juan Quintela
· 15 years ago
3230bb4
KVM: Fix hotplug of CPUs
by Zachary Amsden
· 15 years ago
e6732a5
KVM: Fix printk name error in svm.c
by Zachary Amsden
· 15 years ago
0cca790
KVM: Kill the confusing tsc_ref_khz and ref_freq variables
by Zachary Amsden
· 15 years ago
b820cc0
KVM: Separate timer intialization into an indepedent function
by Zachary Amsden
· 15 years ago
e935d48
KVM: SVM: Remove remaining occurences of rdtscll
by Joerg Roedel
· 15 years ago
33527ad
KVM: SVM: don't copy exit_int_info on nested vmrun
by Joerg Roedel
· 15 years ago
7fcdb51
KVM: SVM: reorganize svm_interrupt_allowed
by Joerg Roedel
· 15 years ago
bfc33be
KVM: remove duplicated #include
by Huang Weiyi
· 15 years ago
10474ae
KVM: Activate Virtualization On Demand
by Alexander Graf
· 15 years ago
e8b3433
KVM: SVM: remove needless mmap_sem acquision from nested_svm_map
by Marcelo Tosatti
· 15 years ago
80ced18
KVM: VMX: Enhance invalid guest state emulation
by Mohammed Gamal
· 15 years ago
abcf14b
KVM: x86 emulator: Add pusha and popa instructions
by Mohammed Gamal
· 15 years ago
94677e6
KVM: x86 emulator: Add missing decoder flags for 'or' instructions
by Mohammed Gamal
· 15 years ago
bfd99ff
KVM: Move assigned device code to own file
by Avi Kivity
· 15 years ago
367e131
KVM: Return -ENOTTY on unrecognized ioctls
by Avi Kivity
· 15 years ago
680b364
KVM: Drop kvm->irq_lock lock from irq injection path
by Gleb Natapov
· 15 years ago
eba0226
KVM: Move IO APIC to its own lock
by Gleb Natapov
· 15 years ago
136bdfe
KVM: Move irq ack notifier list to arch independent code
by Gleb Natapov
· 15 years ago
3e71f88
KVM: Maintain back mapping from irqchip/pin to gsi
by Gleb Natapov
· 15 years ago
1a6e4a8
KVM: Move irq sharing information to irqchip level
by Gleb Natapov
· 15 years ago
79c727d
KVM: Call pic_clear_isr() on pic reset to reuse logic there
by Gleb Natapov
· 15 years ago
851ba69
KVM: Don't pass kvm_run arguments
by Avi Kivity
· 15 years ago
d8769fe
KVM: x86 emulator: Introduce No64 decode option
by Mohammed Gamal
· 15 years ago
0934ac9
KVM: x86 emulator: Add 'push/pop sreg' instructions
by Mohammed Gamal
· 15 years ago
58988b0
Merge remote branch 'tip/x86/entry' into kvm-updates/2.6.33
by Avi Kivity
· 15 years ago
c803ba9
sparc,leon: init_leon srmmu cleanup
by Kristoffer Glembo
· 15 years ago
fdd98ac
sparc32: Remove early interrupt enable.
by Kristoffer Glembo
· 15 years ago
3560f78
sparc, leon: Added Aeroflex Gaisler entry in manufacturer_info structure
by Kristoffer Glembo
· 15 years ago
9a01609
arm: omap: Add omap3_defconfig
by Olof Johansson
· 15 years ago
4e7c81a
MIPS: RB532: Fix devices.c compilation.
by Florian Fainelli
· 15 years ago
a91be9e
MIPS: Fix MIPS I build.
by Ralf Baechle
· 15 years ago
4c8b581
i.MX27 audmux: Fix register offsets
by Sascha Hauer
· 15 years ago
9e3e7af
mx27: mxt_td60: Add support to SD/MMC
by Alan Carvalho de Assis
· 15 years ago
99063c0
x86/alternatives: No need for alternatives-asm.h to re-invent stuff already in asm.h
by Jan Beulich
· 15 years ago
01be50a
x86/alternatives: Check replacementlen <= instrlen at build time
by Jan Beulich
· 15 years ago
183bd50
ARM: 5843/1: OMAP3: add AMBA devices for ETM and ETB
by Alexander Shishkin
· 15 years ago
c5d6c77
ARM: 5841/1: a driver for on-chip ETM and ETB
by Alexander Shishkin
· 15 years ago
e859cf8
x86: Fix comments of register/stack access functions
by Masami Hiramatsu
· 15 years ago
6d20792
x86: Remove unnecessary mdelay() from cpu_disable_common()
by Suresh Siddha
· 15 years ago
1c83995
x86, ioapic: Document another case when level irq is seen as an edge
by Suresh Siddha
· 15 years ago
c29d9db
x86, ioapic: Fix the EOI register detection mechanism
by Suresh Siddha
· 15 years ago
ca64c47
x86, io-apic: Move the effort of clearing remoteIRR explicitly before migrating the irq
by Maciej W. Rozycki
· 15 years ago
1cedae7
hw-breakpoints: Keep track of user disabled breakpoints
by Frederic Weisbecker
· 15 years ago
ff9c38b
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 15 years ago
5a5b6f6
MIPS: Wire up recvmmsg syscall
by Arnaldo Carvalho de Melo
· 15 years ago
045868d
ARM: 5844/1: rename w90p910_defconfig to n uc910_defconfig
by wanzongshun
· 15 years ago
39986ca
ARM: 5842/1: add spi resource support for nuc900
by wanzongshun
· 15 years ago
6aeb4e4
ARM: 5839/1: add nuc960_defconfig
by wanzongshun
· 15 years ago
9b5b495
ARM: 5838/1: add nuc950_defconfig
by wanzongshun
· 15 years ago
d7931d9
Merge branch 'for-rmk' of git://git.marvell.com/orion into devel-stable
by Russell King
· 15 years ago
421fe93
ARM: ZERO_PAGE: Avoid flush_dcache_page() for zero page
by Russell King
· 15 years ago
b7dc0b2
ARM: Avoid evaluating page_address() multiple times
by Russell King
· 15 years ago
2f0b192
ARM: Avoid duplicated implementation for VIVT cache flushing
by Russell King
· 15 years ago
0d9ccfe
Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linus
by Linus Torvalds
· 15 years ago
f133f22
MIPS: Loongson: Switch from flatmem to sparsemem
by Wu Zhangjin
· 15 years ago
315fe62
MIPS: Loongson: Disallow 4kB pages
by Wu Zhangjin
· 15 years ago
e1eb3a9
MIPS: Add missing definition for MADV_HWPOISON.
by Ralf Baechle
· 15 years ago
c677189
MIPS: Fix build error if __xchg() is not getting inlined.
by Ralf Baechle
· 15 years ago
2b5e63f
MIPS: IP22/IP28 Disable early printk to fix boot problems on some systems.
by Martin Michlmayr
· 15 years ago
df87f8c
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mattst88/alpha-2.6
by Linus Torvalds
· 15 years ago
b00615d
Merge branch 'topic/pcm-dma-fix' into topic/core-change
by Takashi Iwai
· 15 years ago
75639e7
Merge branch 'topic/beep-rename' into topic/core-change
by Takashi Iwai
· 15 years ago
71abe6f
ARM: 5835/1: ARM U8500: add defconfig
by Srinidhi Kasagar
· 15 years ago
Next »