summaryrefslogtreecommitdiffstats
path: root/arch (follow)
Commit message (Expand)AuthorAgeFilesLines
* x86/intel_rdt/cqm: Add mon_dataVikas Shivappa2017-08-015-3/+284
* x86/intel_rdt: Prepare for RDT monitor data supportVikas Shivappa2017-08-012-1/+1
* x86/intel_rdt/cqm: Add cpus file supportVikas Shivappa2017-08-011-17/+93
* x86/intel_rdt: Prepare to add RDT monitor cpus file supportVikas Shivappa2017-08-014-53/+62
* x86/intel_rdt/cqm: Add tasks file supportVikas Shivappa2017-08-011-2/+17
* x86/intel_rdt: Change closid type from int to u32Vikas Shivappa2017-08-013-3/+3
* x86/intel_rdt/cqm: Add mkdir support for RDT monitoringVikas Shivappa2017-08-012-8/+151
* x86/intel_rdt: Prepare for RDT monitoring mkdir supportVikas Shivappa2017-08-011-32/+79
* x86/intel_rdt/cqm: Add info files for RDT monitoringVikas Shivappa2017-08-012-0/+91
* x86/intel_rdt: Simplify info and base file listsTony luck2017-08-013-104/+112
* x86/intel_rdt/cqm: Add RMID (Resource monitoring ID) managementVikas Shivappa2017-08-013-0/+251
* x86/intel_rdt/cqm: Add RDT monitoring initializationVikas Shivappa2017-08-014-6/+242
* x86/intel_rdt: Make rdt_resources_all more readableVikas Shivappa2017-08-011-0/+5
* x86/intel_rdt: Cleanup namespace to support RDT monitoringVikas Shivappa2017-08-015-44/+45
* x86/intel_rdt: Mark rdt_root and closid_alloc as staticReinette Chatre2017-08-011-2/+2
* x86/intel_rdt: Change file names to accommodate RDT monitor codeVikas Shivappa2017-08-018-75/+80
* x86/intel_rdt: Introduce a common compile option for RDTVikas Shivappa2017-08-013-9/+9
* x86/perf/cqm: Wipe out perf based cqmVikas Shivappa2017-08-014-1769/+9
* Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-07-303-3/+13
|\
| * x86/boot: Disable the address-of-packed-member compiler warningMatthias Kaehlcke2017-07-281-0/+1
| * x86/efi: Fix reboot_mode when EFI runtime services are disabledStefan Assmann2017-07-251-3/+3
| * x86/boot: #undef memcpy() et al in string.cMichael Davidson2017-07-251-0/+9
* | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-07-302-11/+50
|\ \
| * | kprobes/x86: Release insn_slot in failure pathMasami Hiramatsu2017-07-241-1/+9
| * | perf/x86/intel/uncore: Fix missing marker for skx_uncore_cha_extra_regsStephane Eranian2017-07-241-0/+1
| * | perf/x86/intel/uncore: Fix SKX CHA event extra regsStephane Eranian2017-07-241-0/+13
| * | perf/x86/intel/uncore: Remove invalid Skylake server CHA filter fieldKan Liang2017-07-241-3/+0
| * | perf/x86/intel/uncore: Fix Skylake server CHA LLC_LOOKUP event umaskKan Liang2017-07-241-2/+2
| * | perf/x86/intel/uncore: Fix Skylake server PCU PMU event formatKan Liang2017-07-241-1/+21
| * | perf/x86/intel/uncore: Fix Skylake UPI PMU event masksStephane Eranian2017-07-241-4/+4
| |/
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2017-07-2813-21/+69
|\ \
| * \ Merge branch 'kvm-ppc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Paolo Bonzini2017-07-262-1/+5
| |\ \
| | * | KVM: PPC: Book3S HV: Fix host crash on changing HPT sizePaul Mackerras2017-07-241-1/+3
| | * | KVM: PPC: Book3S HV: Enable TM before accessing TM registersPaul Mackerras2017-07-241-0/+2
| | |/
| * | KVM: LAPIC: Fix reentrancy issues with preempt notifiersWanpeng Li2017-07-261-3/+14
| * | Merge tag 'kvm-s390-master-4.13-1' of git://git.kernel.org/pub/scm/linux/kern...Paolo Bonzini2017-07-261-2/+6
| |\ \
| | * | KVM: s390: take srcu lock when getting/setting storage keysChristian Borntraeger2017-07-251-2/+6
| * | | KVM: nVMX: Fix loss of L2's NMI blocking stateWanpeng Li2017-07-261-0/+2
| * | | KVM: nVMX: Fix posted intr delivery when vcpu is in guest modeWincy Van2017-07-261-11/+11
| * | | x86: irq: Define a global vector for nested posted interruptsWincy Van2017-07-267-1/+29
| * | | KVM: x86: do mask out upper bits of PAE CR3Paolo Bonzini2017-07-261-2/+2
| * | | KVM: VMX: remove unused fieldPaolo Bonzini2017-07-241-1/+0
| | |/ | |/|
* | | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2017-07-2811-42/+47
|\ \ \
| * | | arm64: mmu: Place guard page after mapping of kernel imageWill Deacon2017-07-281-7/+11
| * | | drivers/perf: arm_pmu: Request PMU SPIs with IRQF_PER_CPUWill Deacon2017-07-271-0/+1
| * | | arm64: sysreg: Fix unprotected macro argmuent in write_sysregDave Martin2017-07-261-2/+2
| * | | arm64/lib: copy_page: use consistent prefetch strideArd Biesheuvel2017-07-251-4/+5
| * | | arm64/numa: Drop duplicate messagePunit Agrawal2017-07-201-6/+1
| * | | arm64: Convert to using %pOF instead of full_nameRob Herring2017-07-203-19/+19
| * | | arm64: traps: disable irq in die()Qiao Zhou2017-07-201-2/+6