index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
namespace.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2014-05-15
ARM: Check if a CPU has gone offline
Ashwin Chaugule
4
-0
/
+88
2014-05-15
Documentation: devicetree: Add new binding for PSCIv0.2
Ashwin Chaugule
1
-1
/
+36
2014-05-15
PSCI: Add initial support for PSCIv0.2 functions
Ashwin Chaugule
4
-77
/
+328
2014-04-30
ARM/ARM64: KVM: Advertise KVM_CAP_ARM_PSCI_0_2 to user space
Anup Patel
1
-0
/
+1
2014-04-30
ARM/ARM64: KVM: Emulate PSCI v0.2 CPU_SUSPEND
Anup Patel
1
-4
/
+24
2014-04-30
ARM/ARM64: KVM: Fix CPU_ON emulation for PSCI v0.2
Anup Patel
1
-1
/
+14
2014-04-30
ARM/ARM64: KVM: Emulate PSCI v0.2 MIGRATE_INFO_TYPE and related functions
Anup Patel
1
-5
/
+16
2014-04-30
ARM/ARM64: KVM: Emulate PSCI v0.2 AFFINITY_INFO
Anup Patel
1
-2
/
+50
2014-04-30
ARM/ARM64: KVM: Emulate PSCI v0.2 SYSTEM_OFF and SYSTEM_RESET
Anup Patel
1
-3
/
+43
2014-04-30
KVM: Add KVM_EXIT_SYSTEM_EVENT to user space API header
Anup Patel
2
-0
/
+23
2014-04-30
ARM/ARM64: KVM: Make kvm_psci_call() return convention more flexible
Anup Patel
5
-20
/
+32
2014-04-30
KVM: Documentation: Add info regarding KVM_ARM_VCPU_PSCI_0_2 feature
Anup Patel
1
-0
/
+2
2014-04-30
ARM/ARM64: KVM: Add base for PSCI v0.2 emulation
Anup Patel
7
-26
/
+99
2014-04-30
ARM/ARM64: KVM: Add common header for PSCI related defines
Anup Patel
2
-0
/
+91
2014-04-30
KVM: Add capability to advertise PSCI v0.2 support
Anup Patel
1
-0
/
+1
2014-04-23
KVM: MMU: flush tlb out of mmu lock when write-protect the sptes
Xiao Guangrong
3
-6
/
+64
2014-04-23
KVM: MMU: flush tlb if the spte can be locklessly modified
Xiao Guangrong
1
-1
/
+2
2014-04-23
KVM: MMU: lazily drop large spte
Xiao Guangrong
2
-18
/
+24
2014-04-23
KVM: MMU: properly check last spte in fast_page_fault()
Xiao Guangrong
1
-4
/
+6
2014-04-23
Revert "KVM: Simplify kvm->tlbs_dirty handling"
Xiao Guangrong
3
-8
/
+8
2014-04-23
KVM: x86: Processor mode may be determined incorrectly
Nadav Amit
1
-1
/
+1
2014-04-23
KVM: x86: IN instruction emulation should ignore REP-prefix
Nadav Amit
1
-1
/
+2
2014-04-23
KVM: x86: Fix CR3 reserved bits
Nadav Amit
3
-29
/
+6
2014-04-23
KVM: x86: Fix wrong/stuck PMU when guest does not use PMI
Nadav Amit
1
-2
/
+5
2014-04-22
KVM: nVMX: Advertise support for interrupt acknowledgement
Bandan Das
1
-2
/
+3
2014-04-22
KVM: nVMX: Ack and write vector info to intr_info if L1 asks us to
Bandan Das
2
-0
/
+19
2014-04-22
KVM: nVMX: Don't advertise single context invalidation for invept
Bandan Das
1
-10
/
+5
2014-04-22
KVM: VMX: Advance rip to after an ICEBP instruction
Huw Davies
1
-0
/
+3
2014-04-22
KVM: s390: Factor out handle_itdb to handle TX aborts
Michael Mueller
1
-12
/
+26
2014-04-22
KVM: s390: replace TDB_ADDR by __LC_PGM_TDB
Michael Mueller
2
-2
/
+2
2014-04-22
KVM: s390: Drop pending interrupts on guest exit
Christian Borntraeger
3
-2
/
+5
2014-04-22
KVM: s390: no timer interrupts when single-stepping a guest
David Hildenbrand
2
-0
/
+5
2014-04-22
KVM: s390: move timer interrupt checks into own functions
David Hildenbrand
1
-18
/
+20
2014-04-22
KVM: s390: add documentation for diag 501
David Hildenbrand
1
-0
/
+2
2014-04-22
KVM: s390: hardware support for guest debugging
David Hildenbrand
8
-8
/
+607
2014-04-22
KVM: s390: kernel header addition for guest debugging
David Hildenbrand
1
-0
/
+20
2014-04-22
KVM: s390: emulate stctl and stctg
David Hildenbrand
6
-0
/
+104
2014-04-22
KVM: s390: deliver program irq parameters and use correct ilc
David Hildenbrand
2
-9
/
+107
2014-04-22
KVM: s390: extract irq parameters of intercepted program irqs
David Hildenbrand
2
-4
/
+79
2014-04-22
s390: add fields to lowcore definition
Jens Freimann
1
-0
/
+7
2014-04-22
s390: rename and split lowcore field per_perc_atmid
Jens Freimann
4
-8
/
+11
2014-04-22
s390: fix name of lowcore field at offset 0xa3
Jens Freimann
2
-3
/
+3
2014-04-22
KVM: s390: cleanup kvm_s390_real_to_abs()
Heiko Carstens
1
-8
/
+16
2014-04-22
KVM: s390: remove old guest access functions
Heiko Carstens
1
-81
/
+0
2014-04-22
KVM: s390: convert handle_stsi()
Heiko Carstens
1
-4
/
+5
2014-04-22
KVM: s390: convert handle lctl[g]()
Heiko Carstens
1
-19
/
+17
2014-04-22
KVM: s390: convert handle_stidp()
Heiko Carstens
1
-2
/
+5
2014-04-22
KVM: s390: convert handle_lpsw[e]()
Heiko Carstens
1
-4
/
+9
2014-04-22
KVM: s390: reinject io interrupt on tpi failure
Cornelia Huck
3
-1
/
+17
2014-04-22
KVM: s390: convert handle_tpi()
Heiko Carstens
1
-11
/
+17
[next]