Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | arm64: kernel thread don't need to save fpsimd context. | Janet Liu | 2015-06-11 | 1 | -1/+2 | |
| * | | | | | | | | arm64: fix missing syscall trace exit | Josh Stone | 2015-06-08 | 1 | -1/+6 | |
| * | | | | | | | | Merge branch 'arm64/psci-rework' of git://git.kernel.org/pub/scm/linux/kernel... | Catalin Marinas | 2015-06-05 | 7 | -122/+175 | |
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | arm64: psci: remove ACPI coupling | Mark Rutland | 2015-05-27 | 4 | -18/+24 | |
| | * | | | | | | | | arm64: psci: kill psci_power_state | Mark Rutland | 2015-05-27 | 1 | -52/+37 | |
| | * | | | | | | | | arm64: psci: account for Trusted OS instances | Mark Rutland | 2015-05-27 | 1 | -0/+66 | |
| | * | | | | | | | | arm64: psci: support unsigned return values | Mark Rutland | 2015-05-27 | 1 | -29/+18 | |
| | * | | | | | | | | arm64: psci: remove unnecessary id indirection | Mark Rutland | 2015-05-27 | 1 | -17/+3 | |
| | * | | | | | | | | arm64: smp: consistently use error codes | Mark Rutland | 2015-05-27 | 2 | -7/+10 | |
| | * | | | | | | | | arm64: smp_plat: add get_logical_index | Mark Rutland | 2015-05-27 | 1 | -0/+16 | |
| | * | | | | | | | | arm/arm64: kvm: add missing PSCI include | Mark Rutland | 2015-05-27 | 1 | -0/+2 | |
| * | | | | | | | | | arm64: alternative: Work around .inst assembler bugs | Marc Zyngier | 2015-06-05 | 1 | -7/+18 | |
| * | | | | | | | | | arm64: alternative: Merge alternative-asm.h into alternative.h | Marc Zyngier | 2015-06-05 | 4 | -31/+29 | |
| * | | | | | | | | | arm64: alternative: Allow immediate branch as alternative instruction | Marc Zyngier | 2015-06-05 | 1 | -5/+66 | |
| * | | | | | | | | | arm64: Rework alternate sequence for ARM erratum 845719 | Marc Zyngier | 2015-06-05 | 1 | -12/+15 | |
| * | | | | | | | | | arm64: insn: Add aarch64_{get,set}_branch_offset | Marc Zyngier | 2015-06-03 | 2 | -0/+63 | |
| * | | | | | | | | | arm64: drop sleep_idmap_phys and clean up cpu_resume() | Ard Biesheuvel | 2015-06-02 | 2 | -8/+2 | |
| * | | | | | | | | | arm64: reduce ID map to a single page | Ard Biesheuvel | 2015-06-02 | 3 | -7/+19 | |
| * | | | | | | | | | arm64: use fixmap region for permanent FDT mapping | Ard Biesheuvel | 2015-06-02 | 8 | -59/+109 | |
| * | | | | | | | | | of/fdt: split off FDT self reservation from memreserve processing | Ard Biesheuvel | 2015-06-02 | 3 | -0/+3 | |
| * | | | | | | | | | arm64: context-switch user tls register tpidr_el0 for compat tasks | Will Deacon | 2015-06-01 | 2 | -28/+38 | |
| * | | | | | | | | | arm64: Use common outgoing-CPU-notification code | Paul E. McKenney | 2015-05-21 | 1 | -4/+2 | |
| * | | | | | | | | | arm64: perf: Fix callchain parse error with kernel tracepoint events | Hou Pengyang | 2015-05-19 | 1 | -0/+7 | |
| * | | | | | | | | | Merge branch 'for-next/cpu-init' of git://git.kernel.org/pub/scm/linux/kernel... | Catalin Marinas | 2015-05-19 | 10 | -235/+257 | |
| |\| | | | | | | | | ||||||
| | * | | | | | | | | ARM64: kernel: unify ACPI and DT cpus initialization | Lorenzo Pieralisi | 2015-05-19 | 7 | -198/+196 | |
| | * | | | | | | | | ARM64: kernel: make cpu_ops hooks DT agnostic | Lorenzo Pieralisi | 2015-05-19 | 7 | -46/+70 | |
| * | | | | | | | | | arm64: Rename temp variable in read*_relaxed() | Michal Simek | 2015-05-19 | 1 | -4/+4 | |
| * | | | | | | | | | arm64: kill flush_cache_all() | Mark Rutland | 2015-05-19 | 7 | -141/+1 | |
| * | | | | | | | | | arm64: Allow forced irq threading | Anders Roxell | 2015-05-19 | 1 | -0/+1 | |
| * | | | | | | | | | arm64: Mark PMU interrupt IRQF_NO_THREAD | Anders Roxell | 2015-05-19 | 1 | -1/+1 | |
| |/ / / / / / / / | ||||||
* | | | | | | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 2015-06-24 | 61 | -1496/+3558 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | KVM: s390: clear floating interrupt bitmap and parameters | Jens Freimann | 2015-06-23 | 1 | -0/+3 | |
| * | | | | | | | | | KVM: x86/vPMU: Enable PMU handling for AMD PERFCTRn and EVNTSELn MSRs | Wei Huang | 2015-06-23 | 1 | -42/+9 | |
| * | | | | | | | | | KVM: x86/vPMU: Implement AMD vPMU code for KVM | Wei Huang | 2015-06-23 | 1 | -6/+116 | |
| * | | | | | | | | | KVM: x86/vPMU: Define kvm_pmu_ops to support vPMU function dispatch | Wei Huang | 2015-06-23 | 8 | -338/+606 | |
| * | | | | | | | | | KVM: x86/vPMU: introduce kvm_pmu_msr_idx_to_pmc | Wei Huang | 2015-06-23 | 1 | -6/+18 | |
| * | | | | | | | | | KVM: x86/vPMU: reorder PMU functions | Wei Huang | 2015-06-19 | 1 | -78/+78 | |
| * | | | | | | | | | KVM: x86/vPMU: whitespace and stylistic adjustments in PMU code | Wei Huang | 2015-06-19 | 1 | -48/+64 | |
| * | | | | | | | | | KVM: x86/vPMU: use the new macros to go between PMC, PMU and VCPU | Wei Huang | 2015-06-19 | 1 | -20/+18 | |
| * | | | | | | | | | KVM: x86/vPMU: introduce pmu.h header | Wei Huang | 2015-06-19 | 5 | -18/+30 | |
| * | | | | | | | | | KVM: x86/vPMU: rename a few PMU functions | Wei Huang | 2015-06-19 | 4 | -49/+49 | |
| * | | | | | | | | | KVM: MTRR: do not map huge page for non-consistent range | Xiao Guangrong | 2015-06-19 | 3 | -1/+50 | |
| * | | | | | | | | | KVM: MTRR: simplify kvm_mtrr_get_guest_memory_type | Xiao Guangrong | 2015-06-19 | 1 | -48/+16 | |
| * | | | | | | | | | KVM: MTRR: introduce mtrr_for_each_mem_type | Xiao Guangrong | 2015-06-19 | 1 | -0/+188 | |
| * | | | | | | | | | KVM: MTRR: introduce fixed_mtrr_addr_* functions | Xiao Guangrong | 2015-06-19 | 1 | -0/+25 | |
| * | | | | | | | | | KVM: MTRR: sort variable MTRRs | Xiao Guangrong | 2015-06-19 | 4 | -11/+45 | |
| * | | | | | | | | | KVM: MTRR: introduce var_mtrr_range | Xiao Guangrong | 2015-06-19 | 1 | -6/+17 | |
| * | | | | | | | | | KVM: MTRR: introduce fixed_mtrr_segment table | Xiao Guangrong | 2015-06-19 | 1 | -53/+147 | |
| * | | | | | | | | | KVM: MTRR: improve kvm_mtrr_get_guest_memory_type | Xiao Guangrong | 2015-06-19 | 1 | -45/+49 | |
| * | | | | | | | | | KVM: MTRR: do not split 64 bits MSR content | Xiao Guangrong | 2015-06-19 | 2 | -23/+16 |