summaryrefslogtreecommitdiffstats
path: root/fs/namespace.c (unfollow)
Commit message (Expand)AuthorFilesLines
2014-05-15ARM: Check if a CPU has gone offlineAshwin Chaugule4-0/+88
2014-05-15Documentation: devicetree: Add new binding for PSCIv0.2Ashwin Chaugule1-1/+36
2014-05-15PSCI: Add initial support for PSCIv0.2 functionsAshwin Chaugule4-77/+328
2014-04-30ARM/ARM64: KVM: Advertise KVM_CAP_ARM_PSCI_0_2 to user spaceAnup Patel1-0/+1
2014-04-30ARM/ARM64: KVM: Emulate PSCI v0.2 CPU_SUSPENDAnup Patel1-4/+24
2014-04-30ARM/ARM64: KVM: Fix CPU_ON emulation for PSCI v0.2Anup Patel1-1/+14
2014-04-30ARM/ARM64: KVM: Emulate PSCI v0.2 MIGRATE_INFO_TYPE and related functionsAnup Patel1-5/+16
2014-04-30ARM/ARM64: KVM: Emulate PSCI v0.2 AFFINITY_INFOAnup Patel1-2/+50
2014-04-30ARM/ARM64: KVM: Emulate PSCI v0.2 SYSTEM_OFF and SYSTEM_RESETAnup Patel1-3/+43
2014-04-30KVM: Add KVM_EXIT_SYSTEM_EVENT to user space API headerAnup Patel2-0/+23
2014-04-30ARM/ARM64: KVM: Make kvm_psci_call() return convention more flexibleAnup Patel5-20/+32
2014-04-30KVM: Documentation: Add info regarding KVM_ARM_VCPU_PSCI_0_2 featureAnup Patel1-0/+2
2014-04-30ARM/ARM64: KVM: Add base for PSCI v0.2 emulationAnup Patel7-26/+99
2014-04-30ARM/ARM64: KVM: Add common header for PSCI related definesAnup Patel2-0/+91
2014-04-30KVM: Add capability to advertise PSCI v0.2 supportAnup Patel1-0/+1
2014-04-23KVM: MMU: flush tlb out of mmu lock when write-protect the sptesXiao Guangrong3-6/+64
2014-04-23KVM: MMU: flush tlb if the spte can be locklessly modifiedXiao Guangrong1-1/+2
2014-04-23KVM: MMU: lazily drop large spteXiao Guangrong2-18/+24
2014-04-23KVM: MMU: properly check last spte in fast_page_fault()Xiao Guangrong1-4/+6
2014-04-23Revert "KVM: Simplify kvm->tlbs_dirty handling"Xiao Guangrong3-8/+8
2014-04-23KVM: x86: Processor mode may be determined incorrectlyNadav Amit1-1/+1
2014-04-23KVM: x86: IN instruction emulation should ignore REP-prefixNadav Amit1-1/+2
2014-04-23KVM: x86: Fix CR3 reserved bitsNadav Amit3-29/+6
2014-04-23KVM: x86: Fix wrong/stuck PMU when guest does not use PMINadav Amit1-2/+5
2014-04-22KVM: nVMX: Advertise support for interrupt acknowledgementBandan Das1-2/+3
2014-04-22KVM: nVMX: Ack and write vector info to intr_info if L1 asks us toBandan Das2-0/+19
2014-04-22KVM: nVMX: Don't advertise single context invalidation for inveptBandan Das1-10/+5
2014-04-22KVM: VMX: Advance rip to after an ICEBP instructionHuw Davies1-0/+3
2014-04-22KVM: s390: Factor out handle_itdb to handle TX abortsMichael Mueller1-12/+26
2014-04-22KVM: s390: replace TDB_ADDR by __LC_PGM_TDBMichael Mueller2-2/+2
2014-04-22KVM: s390: Drop pending interrupts on guest exitChristian Borntraeger3-2/+5
2014-04-22KVM: s390: no timer interrupts when single-stepping a guestDavid Hildenbrand2-0/+5
2014-04-22KVM: s390: move timer interrupt checks into own functionsDavid Hildenbrand1-18/+20
2014-04-22KVM: s390: add documentation for diag 501David Hildenbrand1-0/+2
2014-04-22KVM: s390: hardware support for guest debuggingDavid Hildenbrand8-8/+607
2014-04-22KVM: s390: kernel header addition for guest debuggingDavid Hildenbrand1-0/+20
2014-04-22KVM: s390: emulate stctl and stctgDavid Hildenbrand6-0/+104
2014-04-22KVM: s390: deliver program irq parameters and use correct ilcDavid Hildenbrand2-9/+107
2014-04-22KVM: s390: extract irq parameters of intercepted program irqsDavid Hildenbrand2-4/+79
2014-04-22s390: add fields to lowcore definitionJens Freimann1-0/+7
2014-04-22s390: rename and split lowcore field per_perc_atmidJens Freimann4-8/+11
2014-04-22s390: fix name of lowcore field at offset 0xa3Jens Freimann2-3/+3
2014-04-22KVM: s390: cleanup kvm_s390_real_to_abs()Heiko Carstens1-8/+16
2014-04-22KVM: s390: remove old guest access functionsHeiko Carstens1-81/+0
2014-04-22KVM: s390: convert handle_stsi()Heiko Carstens1-4/+5
2014-04-22KVM: s390: convert handle lctl[g]()Heiko Carstens1-19/+17
2014-04-22KVM: s390: convert handle_stidp()Heiko Carstens1-2/+5
2014-04-22KVM: s390: convert handle_lpsw[e]()Heiko Carstens1-4/+9
2014-04-22KVM: s390: reinject io interrupt on tpi failureCornelia Huck3-1/+17
2014-04-22KVM: s390: convert handle_tpi()Heiko Carstens1-11/+17