Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | KVM: PPC: Book3S: Fix typo in top comment about locking | Greg Kurz | 2015-09-04 | 1 | -1/+1 | |
| * | | | | | | | | KVM: PPC: Book3S: Fix size of the PSPB register | Thomas Huth | 2015-09-03 | 1 | -1/+1 | |
| * | | | | | | | | KVM: PPC: Book3S HV: Exit on H_DOORBELL if HOST_IPI is set | Gautham R. Shenoy | 2015-09-03 | 1 | -0/+1 | |
| * | | | | | | | | KVM: PPC: Book3S HV: Fix race in starting secondary threads | Gautham R. Shenoy | 2015-09-03 | 2 | -1/+17 | |
| * | | | | | | | | Merge tag 'signed-kvm-ppc-next' of git://github.com/agraf/linux-2.6 into kvm-... | Paolo Bonzini | 2015-08-22 | 247 | -1926/+3114 | |
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | KVM: PPC: Book3S: correct width in XER handling | Sam bobroff | 2015-08-22 | 5 | -10/+10 | |
| | * | | | | | | | | KVM: PPC: Book3S HV: Fix preempted vcore stolen time calculation | Paul Mackerras | 2015-08-22 | 1 | -2/+7 | |
| | * | | | | | | | | KVM: PPC: Book3S HV: Fix preempted vcore list locking | Paul Mackerras | 2015-08-22 | 1 | -1/+2 | |
| | * | | | | | | | | KVM: PPC: Book3S HV: Implement H_CLEAR_REF and H_CLEAR_MOD | Paul Mackerras | 2015-08-22 | 2 | -9/+121 | |
| | * | | | | | | | | KVM: PPC: Book3S HV: Fix bug in dirty page tracking | Paul Mackerras | 2015-08-22 | 4 | -1/+27 | |
| | * | | | | | | | | KVM: PPC: Book3S HV: Fix race in reading change bit when removing HPTE | Paul Mackerras | 2015-08-22 | 1 | -6/+12 | |
| | * | | | | | | | | KVM: PPC: Book3S HV: Implement dynamic micro-threading on POWER8 | Paul Mackerras | 2015-08-22 | 6 | -62/+473 | |
| | * | | | | | | | | KVM: PPC: Book3S HV: Make use of unused threads when running guests | Paul Mackerras | 2015-08-22 | 6 | -72/+298 | |
| | * | | | | | | | | KVM: PPC: add missing pt_regs initialization | Tudor Laurentiu | 2015-08-22 | 1 | -0/+1 | |
| | * | | | | | | | | KVM: PPC: Fix warnings from sparse | Thomas Huth | 2015-08-22 | 8 | -8/+12 | |
| | * | | | | | | | | KVM: PPC: Remove PPC970 from KVM_BOOK3S_64_HV text in Kconfig | Thomas Huth | 2015-08-22 | 1 | -4/+4 | |
| | * | | | | | | | | KVM: PPC: fix suspicious use of conditional operator | Tudor Laurentiu | 2015-08-22 | 1 | -1/+1 | |
| * | | | | | | | | | arm: KVM: keep arm vfp/simd exit handling consistent with arm64 | Mario Smarduch | 2015-08-19 | 1 | -6/+8 | |
| * | | | | | | | | | arm64: KVM: Optimize arm64 skip 30-50% vfp/simd save/restore on exits | Mario Smarduch | 2015-08-19 | 2 | -10/+68 | |
| * | | | | | | | | | KVM: arm/arm64: timer: Allow the timer to control the active state | Marc Zyngier | 2015-08-12 | 2 | -6/+2 | |
| * | | | | | | | | | KVM: arm/arm64: vgic: Allow dynamic mapping of physical/virtual interrupts | Marc Zyngier | 2015-08-12 | 1 | -0/+2 | |
| * | | | | | | | | | arm/arm64: KVM: Move vgic handling to a non-preemptible section | Marc Zyngier | 2015-08-12 | 1 | -3/+15 | |
| * | | | | | | | | | arm/arm64: KVM: Fix ordering of timer/GIC on guest entry | Marc Zyngier | 2015-08-12 | 1 | -4/+3 | |
| * | | | | | | | | | arm64: KVM: remove remaining reference to vgic_sr_vectors | Vladimir Murzin | 2015-08-12 | 2 | -7/+0 | |
| * | | | | | | | | | arm64/kvm: Add generic v8 KVM target | Suzuki K. Poulose | 2015-08-12 | 3 | -3/+12 | |
| * | | | | | | | | | KVM: arm64: add trace points for guest_debug debug | Alex Bennée | 2015-07-21 | 4 | -1/+179 | |
| * | | | | | | | | | KVM: arm64: enable KVM_CAP_SET_GUEST_DEBUG | Alex Bennée | 2015-07-21 | 7 | -18/+83 | |
| * | | | | | | | | | KVM: arm64: introduce vcpu->arch.debug_ptr | Alex Bennée | 2015-07-21 | 9 | -47/+316 | |
| * | | | | | | | | | KVM: arm64: re-factor hyp.S debug register code | Alex Bennée | 2015-07-21 | 1 | -379/+138 | |
| * | | | | | | | | | KVM: arm64: guest debug, add support for single-step | Alex Bennée | 2015-07-21 | 4 | -5/+80 | |
| * | | | | | | | | | KVM: arm64: guest debug, add SW break point support | Alex Bennée | 2015-07-21 | 3 | -1/+40 | |
| * | | | | | | | | | KVM: arm: introduce kvm_arm_init/setup/clear_debug | Alex Bennée | 2015-07-21 | 8 | -12/+108 | |
| * | | | | | | | | | KVM: arm: guest debug, add stub KVM_SET_GUEST_DEBUG ioctl | Alex Bennée | 2015-07-21 | 3 | -7/+33 | |
| * | | | | | | | | | KVM: arm64: guest debug, define API headers | Alex Bennée | 2015-07-21 | 1 | -0/+27 | |
| | |/ / / / / / / | |/| | | | | | | | ||||||
* | | | | | | | | | Merge tag 'for-linus-4.3-rc0b-tag' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2015-09-10 | 6 | -38/+85 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | xen/privcmd: Further s/MFN/GFN/ clean-up | Julien Grall | 2015-09-08 | 2 | -25/+25 | |
| * | | | | | | | | | xen: Use correctly the Xen memory terminologies | Julien Grall | 2015-09-08 | 3 | -9/+41 | |
| * | | | | | | | | | arm/xen: implement correctly pfn_to_mfn | Julien Grall | 2015-09-08 | 1 | -8/+0 | |
| * | | | | | | | | | xen: Make clear that swiotlb and biomerge are dealing with DMA address | Julien Grall | 2015-09-08 | 3 | -6/+29 | |
* | | | | | | | | | | Merge branch 'next' of git://git.monstr.eu/linux-2.6-microblaze | Linus Torvalds | 2015-09-10 | 1 | -1/+2 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | elf-em.h: move EM_MICROBLAZE to the common header | Mike Frysinger | 2015-09-10 | 1 | -1/+2 | |
* | | | | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rku... | Linus Torvalds | 2015-09-10 | 2 | -18/+1 | |
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / |/| | | | | | | | | | | ||||||
| * | | | | | | | | | | Revert "Hexagon: fix signal.c compile error" | Mike Frysinger | 2015-09-09 | 1 | -2/+0 | |
| * | | | | | | | | | | hexagon/time: Migrate to new 'set-state' interface | Viresh Kumar | 2015-09-08 | 1 | -16/+1 | |
* | | | | | | | | | | | Merge tag 'metag-for-v4.3' of git://git.kernel.org/pub/scm/linux/kernel/git/j... | Linus Torvalds | 2015-09-09 | 1 | -4/+6 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | metag/irq: Use access helper irq_data_get_affinity_mask() | Jiang Liu | 2015-07-14 | 1 | -4/+6 | |
| | |_|/ / / / / / / / | |/| | | | | | | | | | ||||||
* | | | | | | | | | | | Merge tag 'nios2-v4.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/l... | Linus Torvalds | 2015-09-09 | 4 | -39/+359 | |
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | ||||||
| * | | | | | | | | | | nios2: add Max10 defconfig | Chee Nouk Phoon | 2015-09-08 | 1 | -0/+81 | |
| * | | | | | | | | | | nios2: Add Max10 device tree | Chee Nouk Phoon | 2015-09-08 | 1 | -0/+248 | |
| * | | | | | | | | | | nios2: remove unused statistic counters | Bernd Weiberg | 2015-09-08 | 1 | -18/+0 |