summaryrefslogtreecommitdiffstats
path: root/arch/x86 (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'x86-cache-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2016-12-2213-25/+2070
|\
| * x86/intel_rdt: Implement show_options() for resctrlfsShaohua Li2016-12-091-2/+10
| * x86/intel_rdt: Call intel_rdt_sched_in() with preemption disabledFenghua Yu2016-12-022-0/+4
| * x86/intel_rdt: Update task closid immediately on CPU in rmdir and unmountFenghua Yu2016-11-281-30/+83
| * x86/intel_rdt: Fix setting of closid when adding CPUs to a groupFenghua Yu2016-11-281-1/+1
| * Merge branch 'x86/cpufeature' into x86/cacheThomas Gleixner2016-11-1623-152/+187
| |\
| * | x86/intel_rdt: Update percpu closid immeditately on CPUs affected by changeeFenghua Yu2016-11-151-36/+36
| * | x86/intel_rdt: Reset per cpu closids on unmountFenghua Yu2016-11-151-0/+16
| * | x86/intel_rdt: Select KERNFS when enabling INTEL_RDT_AThomas Gleixner2016-11-151-0/+1
| * | x86/intel_rdt: Prevent deadlock against hotplug lockThomas Gleixner2016-11-151-5/+3
| * | x86/intel_rdt: Protect info directory from removalFenghua Yu2016-11-151-4/+20
| * | x86/intel_rdt: Export the minimum number of set mask bits in sysfsShaohua Li2016-11-071-0/+16
| * | x86/intel_rdt: Propagate error in rdt_mount() properlyShaohua Li2016-11-071-1/+3
| * | x86/intel_rdt: Add a missing #includeBorislav Petkov2016-11-071-0/+1
| * | x86/intel_rdt: Add scheduler hookFenghua Yu2016-10-315-1/+53
| * | x86/intel_rdt: Add schemata fileTony Luck2016-10-314-1/+259
| * | x86/intel_rdt: Add tasks filesFenghua Yu2016-10-311-0/+180
| * | x86/intel_rdt: Add cpus fileTony Luck2016-10-313-5/+154
| * | x86/intel_rdt: Add mkdir to resctrl file systemFenghua Yu2016-10-312-0/+240
| * | x86/intel_rdt: Add "info" files to resctrl file systemFenghua Yu2016-10-312-0/+209
| * | x86/intel_rdt: Add basic resctrl filesystem supportFenghua Yu2016-10-314-2/+305
| * | x86/intel_rdt: Build structures for each resource based on cache topologyTony Luck2016-10-312-0/+224
| * | x86/cqm: Share PQR_ASSOC related data between CQM and CATFenghua Yu2016-10-262-20/+22
| * | x86/intel_rdt: Pick up L3/L2 RDT parameters from CPUIDFenghua Yu2016-10-262-7/+172
| * | x86/intel_rdt: Add Haswell feature discoveryFenghua Yu2016-10-264-5/+58
| * | x86/intel_rdt: Add CONFIG, Makefile, and basic initializationFenghua Yu2016-10-263-0/+68
| * | x86/cpufeature: Add RDT CPUID feature bitsFenghua Yu2016-10-262-0/+7
| * | x86/intel_cacheinfo: Enable cache id in cache infoFenghua Yu2016-10-261-0/+20
* | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2016-12-195-20/+45
|\ \ \
| * | | kvm: nVMX: Allow L1 to intercept software exceptions (#BP and #OF)Jim Mattson2016-12-191-6/+5
| * | | kvm: take srcu lock around kvm_steal_time_set_preempted()Andrea Arcangeli2016-12-191-0/+7
| * | | kvm: fix schedule in atomic in kvm_steal_time_set_preempted()Andrea Arcangeli2016-12-191-0/+10
| * | | KVM: hyperv: fix locking of struct kvm_hv fieldsPaolo Bonzini2016-12-163-9/+17
| * | | KVM: x86: Expose Intel AVX512IFMA/AVX512VBMI/SHA features to guest.Yi Sun2016-12-151-4/+5
| * | | kvm: nVMX: Correct a VMX instruction error code for VMPTRLDGanShun2016-12-151-1/+1
* | | | Merge tag 'platform-drivers-x86-v4.10-2' of git://git.infradead.org/users/dvh...Linus Torvalds2016-12-194-280/+0
|\ \ \ \
| * | | | platform/x86: mlx-platform: Move module from arch/x86Vadim Pasternak2016-12-164-280/+0
* | | | | Merge branch 'x86-timers-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2016-12-1810-27/+355
|\ \ \ \ \
| * | | | | x86/tsc: Limit the adjust value furtherThomas Gleixner2016-12-181-5/+16
| * | | | | x86/tsc: Annotate printouts as firmware bugThomas Gleixner2016-12-181-2/+3
| * | | | | x86/tsc: Force TSC_ADJUST register to value >= zeroThomas Gleixner2016-12-153-19/+42
| * | | | | x86/tsc: Validate TSC_ADJUST after resumeThomas Gleixner2016-12-155-6/+13
| * | | | | x86/tsc: Validate cpumask pointer before accessing itThomas Gleixner2016-12-011-2/+5
| * | | | | x86/tsc: Fix broken CONFIG_X86_TSC=n buildThomas Gleixner2016-11-302-5/+6
| * | | | | x86/tsc: Try to adjust TSC if sync test failsThomas Gleixner2016-11-291-5/+78
| * | | | | x86/tsc: Prepare warp test for TSC adjustmentThomas Gleixner2016-11-291-2/+4
| * | | | | x86/tsc: Move sync cleanup to a safe placeThomas Gleixner2016-11-291-5/+5
| * | | | | x86/tsc: Sync test only for the first cpu in a packageThomas Gleixner2016-11-292-11/+30
| * | | | | x86/tsc: Verify TSC_ADJUST from idleThomas Gleixner2016-11-293-2/+38
| * | | | | x86/tsc: Store and check TSC ADJUST MSRThomas Gleixner2016-11-294-1/+97