Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
kernel
/
msm
/
614b84cf4e4a920d2af32b8f147ea1e3b8c27ea6
« Previous
092f82e
pci: use pci_ioremap_bar() in drivers/mmc
by Arjan van de Ven
· 16 years ago
db200df
Merge branch 'irq-fixes-for-linus-4' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 16 years ago
006948b
[WATCHDOG] Add support for the WM8350 watchdog
by Mark Brown
· 16 years ago
4c6e63b
[WATCHDOG] Add SMSC SCH311x Watchdog Timer.
by Wim Van Sebroeck
· 16 years ago
794db26
[WATCHDOG] ib700wdt - add timeout parameter
by Wim Van Sebroeck
· 16 years ago
8791723
KVM: MMU: handle large host sptes on invlpg/resync
by Marcelo Tosatti
· 16 years ago
3f35385
KVM: Add locking to virtual i8259 interrupt controller
by Avi Kivity
· 16 years ago
25e2343
KVM: MMU: Don't treat a global pte as such if cr4.pge is cleared
by Avi Kivity
· 16 years ago
fe634fd
MAINTAINERS: Maintainership changes for kvm/ia64
by Xiantao Zhang
· 16 years ago
042b26e
KVM: ia64: Fix kvm_arch_vcpu_ioctl_[gs]et_regs()
by Jes Sorensen
· 16 years ago
4531220
KVM: x86: Rework user space NMI injection as KVM_CAP_USER_NMI
by Jan Kiszka
· 16 years ago
264ff01
KVM: VMX: Fix pending NMI-vs.-IRQ race for user space irqchip
by Jan Kiszka
· 16 years ago
defaf15
KVM: fix handling of ACK from shared guest IRQ
by Mark McLoughlin
· 16 years ago
eb64f1e
KVM: MMU: check for present pdptr shadow page in walk_shadow
by Marcelo Tosatti
· 16 years ago
ca9edae
KVM: Consolidate userspace memory capability reporting into common code
by Avi Kivity
· 16 years ago
1a811b6
KVM: Advertise the bug in memory region destruction as fixed
by Avi Kivity
· 16 years ago
7f59f49
KVM: use cpumask_var_t for cpus_hardware_enabled
by Rusty Russell
· 16 years ago
6ef7a1b
KVM: use modern cpumask primitives, no cpumask_t on stack
by Rusty Russell
· 16 years ago
4984689
KVM: Extract core of kvm_flush_remote_tlbs/kvm_reload_remote_mmus
by Rusty Russell
· 16 years ago
3d3aab1
KVM: set owner of cpu and vm file operations
by Christian Borntraeger
· 16 years ago
e3a2a0d
anon_inodes: use fops->owner for module refcount
by Christian Borntraeger
· 16 years ago
e93353c
x86: KVM guest: kvm_get_tsc_khz: return khz, not lpj
by Eduardo Habkost
· 16 years ago
ad218f8
KVM: MMU: prepopulate the shadow on invlpg
by Marcelo Tosatti
· 16 years ago
6cffe8c
KVM: MMU: skip global pgtables on sync due to cr3 switch
by Marcelo Tosatti
· 16 years ago
b1a3682
KVM: MMU: collapse remote TLB flushes on root sync
by Marcelo Tosatti
· 16 years ago
60c8aec
KVM: MMU: use page array in unsync walk
by Marcelo Tosatti
· 16 years ago
fbce554
KVM: x86 emulator: Fix handling of VMMCALL instruction
by Amit Shah
· 16 years ago
9bf8ea4
KVM: x86 emulator: add the emulation of shld and shrd instructions
by Guillaume Thouvenin
· 16 years ago
d175226
KVM: x86 emulator: add the assembler code for three operands
by Guillaume Thouvenin
· 16 years ago
bfcadf8
KVM: x86 emulator: add a new "implied 1" Src decode type
by Guillaume Thouvenin
· 16 years ago
0dc8d10
KVM: x86 emulator: add Src2 decode set
by Guillaume Thouvenin
· 16 years ago
45ed60b
KVM: x86 emulator: Extend the opcode descriptor
by Guillaume Thouvenin
· 16 years ago
6f89724
KVM: Really remove a slot when a user ask us so
by Glauber Costa
· 16 years ago
7b70159
KVM: ppc: mostly cosmetic updates to the exit timing accounting code
by Hollis Blanchard
· 16 years ago
73e75b4
KVM: ppc: Implement in-kernel exit timing statistics
by Hollis Blanchard
· 16 years ago
c5fbdff
KVM: ppc: save and restore guest mappings on context switch
by Hollis Blanchard
· 16 years ago
7924bd4
KVM: ppc: directly insert shadow mappings into the hardware TLB
by Hollis Blanchard
· 16 years ago
c0ca609
powerpc/44x: declare tlb_44x_index for use in C code
by Hollis Blanchard
· 16 years ago
8916861
KVM: ppc: support large host pages
by Hollis Blanchard
· 16 years ago
4a643be
KVM: split out kvm_free_assigned_irq()
by Mark McLoughlin
· 16 years ago
6155236
KVM: add KVM_USERSPACE_IRQ_SOURCE_ID assertions
by Mark McLoughlin
· 16 years ago
f29b267
KVM: don't free an unallocated irq source id
by Mark McLoughlin
· 16 years ago
fdd897e
KVM: make kvm_unregister_irq_ack_notifier() safe
by Mark McLoughlin
· 16 years ago
844c7a9
KVM: remove the IRQ ACK notifier assertions
by Mark McLoughlin
· 16 years ago
efff9e5
KVM: VMX: fix sparse warning
by Hannes Eder
· 16 years ago
e8ba5d3
KVM: fix sparse warning
by Hannes Eder
· 16 years ago
f3fd92f
KVM: Remove extraneous semicolon after do/while
by Avi Kivity
· 16 years ago
2b48cc7
KVM: x86 emulator: fix popf emulation
by Avi Kivity
· 16 years ago
cf5de4f
KVM: x86 emulator: fix ret emulation
by Avi Kivity
· 16 years ago
8a09b68
KVM: x86 emulator: switch 'pop reg' instruction to emulate_pop()
by Avi Kivity
· 16 years ago
781d0ed
KVM: x86 emulator: allow pop from mmio
by Avi Kivity
· 16 years ago
faa5a3a
KVM: x86 emulator: Extract 'pop' sequence into a function
by Avi Kivity
· 16 years ago
b820918
KVM: Prevent trace call into unloaded module text
by Wu Fengguang
· 16 years ago
6692cef
KVM: s390: Fix memory leak of vcpu->run
by Christian Borntraeger
· 16 years ago
d329c03
KVM: s390: Fix refcounting and allow module unload
by Christian Borntraeger
· 16 years ago
6b7ad61
KVM: x86 emulator: consolidate emulation of two operand instructions
by Avi Kivity
· 16 years ago
dda96d8
KVM: x86 emulator: reduce duplication in one operand emulation thunks
by Avi Kivity
· 16 years ago
ecc5589
KVM: MMU: optimize set_spte for page sync
by Marcelo Tosatti
· 16 years ago
5319c66
KVM: MSI to INTx translate
by Sheng Yang
· 16 years ago
6b9cc7f
KVM: Enable MSI for device assignment
by Sheng Yang
· 16 years ago
f64769e
KVM: Add assigned_device_msi_dispatch()
by Sheng Yang
· 16 years ago
68b76f5
KVM: Export ioapic_get_delivery_bitmask
by Sheng Yang
· 16 years ago
0937c48
KVM: Add fields for MSI device assignment
by Sheng Yang
· 16 years ago
fbac781
KVM: Clean up assigned_device_update_irq
by Sheng Yang
· 16 years ago
4f906c1
KVM: Replace irq_requested with more generic irq_requested_type
by Sheng Yang
· 16 years ago
00e3ed3
KVM: Separate update irq to a single function
by Sheng Yang
· 16 years ago
342ffb9
KVM: Move ack notifier register and IRQ sourcd ID request
by Sheng Yang
· 16 years ago
423cd25
x86: KVM guest: sign kvmclock as paravirt
by Glauber Costa
· 16 years ago
df203ec
KVM: VMX: Conditionally request interrupt window after injecting irq
by Avi Kivity
· 16 years ago
8fe0736
KVM: ia64: Clean up vmm_ivt.S using tab to indent every line
by Xiantao Zhang
· 16 years ago
9f7d5bb
KVM: ia64: Add handler for crashed vmm
by Xiantao Zhang
· 16 years ago
5e2be19
KVM: ia64: Add some debug points to provide crash infomation
by Xiantao Zhang
· 16 years ago
7d63797
KVM: ia64: Define printk function for kvm-intel module
by Xiantao Zhang
· 16 years ago
d176720
x86: disable VMX on all CPUs on reboot
by Eduardo Habkost
· 16 years ago
2340b62
kdump: forcibly disable VMX and SVM on machine_crash_shutdown()
by Eduardo Habkost
· 16 years ago
0f3e9ee
x86: cpu_emergency_svm_disable() function
by Eduardo Habkost
· 16 years ago
2c8dcee
KVM: SVM: move svm_hardware_disable() code to asm/virtext.h
by Eduardo Habkost
· 16 years ago
63d1142
KVM: SVM: move has_svm() code to asm/virtext.h
by Eduardo Habkost
· 16 years ago
6aa07a0
x86: cpu_emergency_vmxoff() function
by Eduardo Habkost
· 16 years ago
710ff4a
KVM: VMX: extract kvm_cpu_vmxoff() from hardware_disable()
by Eduardo Habkost
· 16 years ago
1e99311
x86: asm/virtext.h: add cpu_vmxoff() inline function
by Eduardo Habkost
· 16 years ago
6210e37
KVM: VMX: move cpu_has_kvm_support() to an inline on asm/virtext.h
by Eduardo Habkost
· 16 years ago
eca70fc
KVM: VMX: move ASM_VMX_* definitions from asm/kvm_host.h to asm/vmx.h
by Eduardo Habkost
· 16 years ago
c2cedf7
KVM: SVM: move svm.h to include/asm
by Eduardo Habkost
· 16 years ago
13673a9
KVM: VMX: move vmx.h to include/asm
by Eduardo Habkost
· 16 years ago
fe4e771
KVM: ppc: fix userspace mapping invalidation on context switch
by Hollis Blanchard
· 16 years ago
df9b856
KVM: ppc: use prefetchable mappings for guest memory
by Hollis Blanchard
· 16 years ago
bf5d402
KVM: ppc: use MMUCR accessor to obtain TID
by Hollis Blanchard
· 16 years ago
e7cacd4
KVM: Fix kernel allocated memory slot
by Sheng Yang
· 16 years ago
30ed5bb
KVM: ia64: Remove some macro definitions in asm-offsets.c.
by Xiantao Zhang
· 16 years ago
74ef740
KVM: ppc: fix Kconfig constraints
by Hollis Blanchard
· 16 years ago
7874980
KVM: ensure that memslot userspace addresses are page-aligned
by Hollis Blanchard
· 16 years ago
0fdf8e5
KVM: Fix cpuid iteration on multiple leaves per eac
by Nitin A Kamble
· 16 years ago
0853d2c
KVM: Fix cpuid leaf 0xb loop termination
by Nitin A Kamble
· 16 years ago
fcfdbd2
KVM: ppc: improve trap emulation
by Hollis Blanchard
· 16 years ago
d4cf389
KVM: ppc: optimize irq delivery path
by Hollis Blanchard
· 16 years ago
9ab8084
KVM: ppc: optimize find first bit
by Hollis Blanchard
· 16 years ago
1b6766c
KVM: ppc: optimize kvm stat handling
by Hollis Blanchard
· 16 years ago
b8fd68a
KVM: ppc: fix set regs to take care of msr change
by Hollis Blanchard
· 16 years ago
5cf8ca2
KVM: ppc: adjust vcpu types to support 64-bit cores
by Hollis Blanchard
· 16 years ago
Next »