index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
Age
Commit message (
Expand
)
Author
2016-03-04
KVM: i8254: use atomic_t instead of pit.inject_lock
Radim Krčmář
2016-03-04
KVM: i8254: add kvm_pit_reset_reinject
Radim Krčmář
2016-03-04
KVM: i8254: simplify atomics in kvm_pit_ack_irq
Radim Krčmář
2016-03-04
KVM: i8254: change PIT discard tick policy
Radim Krčmář
2016-03-03
KVM: MMU: apply page track notifier
Xiao Guangrong
2016-03-03
KVM: MMU: simplify mmu_need_write_protect
Xiao Guangrong
2016-03-03
KVM: MMU: use page track for non-leaf shadow pages
Xiao Guangrong
2016-03-03
KVM: page track: add notifier support
Xiao Guangrong
2016-03-03
KVM: MMU: clear write-flooding on the fast path of tracked page
Xiao Guangrong
2016-03-03
KVM: MMU: let page fault handler be aware tracked page
Xiao Guangrong
2016-03-03
KVM: page track: introduce kvm_slot_page_track_{add,remove}_page
Xiao Guangrong
2016-03-03
KVM: page track: add the framework of guest page tracking
Xiao Guangrong
2016-03-03
KVM: MMU: introduce kvm_mmu_slot_gfn_write_protect
Xiao Guangrong
2016-03-03
KVM: MMU: introduce kvm_mmu_gfn_{allow,disallow}_lpage
Xiao Guangrong
2016-03-03
KVM: MMU: rename has_wrprotected_page to mmu_gfn_lpage_is_disallowed
Xiao Guangrong
2016-03-03
kvm: x86: Check dest_map->vector to match eoi signals for rtc
Joerg Roedel
2016-03-03
kvm: x86: Track irq vectors in ioapic->rtc_status.dest_map
Joerg Roedel
2016-03-03
kvm: x86: Convert ioapic->rtc_status.dest_map to a struct
Joerg Roedel
2016-02-23
KVM: x86: use list_last_entry
Geliang Tang
2016-02-23
KVM: x86: use list_for_each_entry*
Geliang Tang
2016-02-23
KVM: x86: MMU: Move handle_mmio_page_fault() call to kvm_mmu_page_fault()
Takuya Yoshikawa
2016-02-23
KVM: x86: MMU: Consolidate quickly_check_mmio_pf() and is_mmio_page_fault()
Takuya Yoshikawa
2016-02-16
KVM: x86: pass kvm_get_time_scale arguments in hertz
Paolo Bonzini
2016-02-16
kvm/x86: Hyper-V VMBus hypercall userspace exit
Andrey Smetanin
2016-02-16
kvm/x86: Reject Hyper-V hypercall continuation
Andrey Smetanin
2016-02-16
kvm/x86: Pass return code of kvm_emulate_hypercall
Andrey Smetanin
2016-02-16
drivers/hv: Move VMBus hypercall codes into Hyper-V UAPI header
Andrey Smetanin
2016-02-16
kvm/x86: Rename Hyper-V long spin wait hypercall
Andrey Smetanin
2016-02-16
KVM: x86: fix missed hardware breakpoints
Paolo Bonzini
2016-02-16
KVM: x86: fix *NULL on invalid low-prio irq
Radim Krčmář
2016-02-16
KVM: x86: rewrite handling of scaled TSC for kvmclock
Paolo Bonzini
2016-02-16
KVM: x86: rename argument to kvm_set_tsc_khz
Paolo Bonzini
2016-02-16
KVM: VMX: Fix guest debugging while in L2
Jan Kiszka
2016-02-16
KVM: VMX: Factor out is_exception_n helper
Jan Kiszka
2016-02-09
KVM: x86: consolidate different ways to test for in-kernel LAPIC
Paolo Bonzini
2016-02-09
KVM: x86: consolidate "has lapic" checks into irq.c
Paolo Bonzini
2016-02-09
KVM: APIC: remove unnecessary double checks on APIC existence
Paolo Bonzini
2016-02-09
KVM/VMX: Add host irq information in trace event when updating IRTE for poste...
Feng Wu
2016-02-09
KVM: x86: Add lowest-priority support for vt-d posted-interrupts
Feng Wu
2016-02-09
KVM: x86: Use vector-hashing to deliver lowest-priority interrupts
Feng Wu
2016-02-09
KVM: Recover IRTE to remapped mode if the interrupt is not single-destination
Feng Wu
2016-02-09
KVM: x86: introduce do_shl32_div32
Paolo Bonzini
2016-02-05
mm, hugetlb: don't require CMA for runtime gigantic pages
Vlastimil Babka
2016-02-01
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
2016-01-31
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2016-01-31
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2016-01-29
x86/mm/pat: Avoid truncation when converting cpa->numpages to address
Matt Fleming
2016-01-29
perf/x86: De-obfuscate code
Peter Zijlstra
2016-01-29
perf/x86: Fix uninitialized value usage
Peter Zijlstra
2016-01-26
x86/mm: Fix types used in pgprot cacheability flags translations
Jan Beulich
[next]