summaryrefslogtreecommitdiffstats
path: root/arch/x86 (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | perf/x86: Move perf_event_intel.c ............ => x86/events/intel/core.cBorislav Petkov2016-02-173-3/+3
| * | | perf/x86: Move perf_event_intel_bts.c ........ => x86/events/intel/bts.cBorislav Petkov2016-02-173-2/+3
| * | | perf/x86: Move perf_event_amd_uncore.c .... => x86/events/amd/uncore.cBorislav Petkov2016-02-093-2/+1
| * | | perf/x86: Move perf_event_amd_iommu.[ch] .. => x86/events/amd/iommu.[ch]Borislav Petkov2016-02-094-5/+5
| * | | perf/x86: Move perf_event_amd_ibs.c ....... => x86/events/amd/ibs.cBorislav Petkov2016-02-093-2/+3
| * | | perf/x86: Move perf_event_amd.c ........... => x86/events/amd/core.cBorislav Petkov2016-02-093-2/+4
| * | | perf/x86: Move perf_event.c ............... => x86/events/core.cBorislav Petkov2016-02-094-4/+4
| * | | Merge branch 'x86/cpu' into perf/core, to pick up dependencyIngo Molnar2016-02-0931-163/+150
| |\ \ \
| | * | | x86/cpu: Convert printk(KERN_<LEVEL> ...) to pr_<level>(...)Chen Yucong2016-02-0327-159/+146
| | * | | x86/cpufeature: Use enum cpuid_leafs instead of magic numbersHuaitong Han2016-02-014-4/+4
* | | | | Merge branch 'mm-readonly-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-03-1514-63/+26
|\ \ \ \ \
| * | | | | x86/vdso: Mark the vDSO code read-only after initKees Cook2016-02-221-1/+1
| * | | | | x86/mm: Always enable CONFIG_DEBUG_RODATA and remove the Kconfig optionKees Cook2016-02-2213-61/+25
| * | | | | asm-generic: Consolidate mark_rodata_ro()Kees Cook2016-02-221-1/+0
* | | | | | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2016-03-143-16/+9
|\ \ \ \ \ \
| * \ \ \ \ \ Merge branch 'linus' into locking/core, to pick up fixesIngo Molnar2016-03-104-12/+22
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge tag 'v4.5-rc6' into locking/core, to pick up fixesIngo Molnar2016-02-2924-93/+208
| |\ \ \ \ \ \ \ | | | |_|_|_|_|/ | | |/| | | | |
| * | | | | | | Merge branch 'linus' into locking/core, to resolve conflictsIngo Molnar2016-02-131-0/+1
| |\ \ \ \ \ \ \
| * | | | | | | | locking/lockdep: Eliminate lockdep_init()Andrey Ryabinin2016-02-091-6/+0
| * | | | | | | | Merge tag 'v4.5-rc3' into locking/core, to refresh the treeIngo Molnar2016-02-0918-111/+242
| |\ \ \ \ \ \ \ \
| * | | | | | | | | locking/x86: Use mb() around clflush()Michael S. Tsirkin2016-01-291-2/+2
| * | | | | | | | | locking/x86: Tweak the comment about use of wmb() for IOMichael S. Tsirkin2016-01-291-1/+1
| * | | | | | | | | locking/x86: Drop a comment left over from X86_OOSTOREMichael S. Tsirkin2016-01-291-4/+0
| * | | | | | | | | locking/x86: Add cc clobber for ADDLMichael S. Tsirkin2016-01-291-3/+6
* | | | | | | | | | Merge branch 'core-resources-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2016-03-144-44/+45
|\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge tag 'v4.5-rc6' into core/resources, to resolve conflictIngo Molnar2016-03-0439-204/+451
| |\ \ \ \ \ \ \ \ \ \ | | | |_|_|/ / / / / / | | |/| | | | | | | |
| * | | | | | | | | | x86/kexec: Remove walk_iomem_res() call with GART typeToshi Kani2016-01-301-36/+1
| * | | | | | | | | | x86, kexec, nvdimm: Use walk_iomem_res_desc() for iomem searchToshi Kani2016-01-302-4/+4
| * | | | | | | | | | x86/e820: Set System RAM type and descriptorToshi Kani2016-01-302-4/+40
| | |/ / / / / / / / | |/| | | | | | | |
* | | | | | | | | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2016-03-135-37/+79
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | x86/efi: Fix boot crash by always mapping boot service regions into new EFI p...Matt Fleming2016-03-121-17/+62
| * | | | | | | | | | x86/fpu: Fix eager-FPU handling on legacy FPU machinesBorislav Petkov2016-03-122-2/+4
| * | | | | | | | | | x86/delay: Avoid preemptible context checks in delay_mwaitx()Borislav Petkov2016-03-101-1/+1
| * | | | | | | | | | x86/fpu: Revert ("x86/fpu: Disable AVX when eagerfpu is off")Yu-cheng Yu2016-03-102-11/+4
| * | | | | | | | | | x86/fpu: Fix 'no387' regressionAndy Lutomirski2016-03-091-6/+8
| | |_|_|_|/ / / / / | |/| | | | | | | |
* | | | | | | | | | KVM: MMU: fix reserved bit check for ept=0/CR0.WP=0/CR4.SMEP=1/EFER.NX=0Paolo Bonzini2016-03-101-1/+3
* | | | | | | | | | KVM: MMU: fix ept=0/pte.u=1/pte.w=0/CR0.WP=0/CR4.SMEP=1/EFER.NX=0 comboPaolo Bonzini2016-03-101-13/+23
* | | | | | | | | | KVM: VMX: disable PEBS before a guest entryRadim Krčmář2016-03-081-0/+7
|/ / / / / / / / /
* | | | | | | | | Merge branch 'for-linus-4.5-rc7' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2016-03-061-2/+2
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | um: use %lx format specifiers for unsigned longsColin Ian King2016-03-051-2/+2
| | |/ / / / / / / | |/| | | | | | |
* | | | | | | | | Merge tag 'pm+acpi-4.5-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2016-03-051-0/+7
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | PM / sleep / x86: Fix crash on graph trace through x86 suspendTodd E Brandt2016-03-031-0/+7
| |/ / / / / / / /
* | | | | | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2016-03-032-10/+13
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | |
| * | | | | | | | kvm: x86: Update tsc multiplier on change.Owen Hofmann2016-03-021-5/+9
| * | | | | | | | KVM: x86: fix root cause for missed hardware breakpointsPaolo Bonzini2016-02-261-5/+4
* | | | | | | | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2016-02-285-7/+15
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | x86/mpx: Fix off-by-one comparison with nr_registersColin Ian King2016-02-261-1/+1
| * | | | | | | | | x86/mm: Fix slow_virt_to_phys() for X86_PAE againDexuan Cui2016-02-251-4/+10
| * | | | | | | | | x86/entry/compat: Add missing CLAC to entry_INT80_32Andy Lutomirski2016-02-251-0/+1
| * | | | | | | | | x86/entry/32: Add an ASM_CLAC to entry_SYSENTER_32Andy Lutomirski2016-02-241-0/+1