summaryrefslogtreecommitdiffstats
path: root/arch/x86
Commit message (Expand)AuthorAgeFilesLines
* perf/x86: Add support for PERF_SAMPLE_BRANCH_CALLStephane Eranian2015-10-201-0/+4
* perf/x86: Fix time_shift in perf_event_mmap_pageAdrian Hunter2015-10-201-0/+11
* Merge branch 'perf/urgent' into perf/core, before pulling new changesIngo Molnar2015-10-0819-190/+205
|\
| * Merge tag 'for-linus-4.3b-rc4-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2015-10-064-5/+46
| |\
| | * x86/xen/p2m: hint at the last populated P2M entryDavid Vrabel2015-10-061-1/+18
| | * x86/xen: Do not clip xen_e820_map to xen_e820_map_entries when sanitizing mapMalcolm Crossley2015-09-281-1/+1
| | * x86/xen: Support kexec/kdump in HVM guests by doing a soft resetVitaly Kuznetsov2015-09-281-0/+23
| | * xen/x86: Don't try to write syscall-related MSRs for PV guestsBoris Ostrovsky2015-09-281-0/+1
| | * xen: use correct type for HYPERVISOR_memory_op()Juergen Gross2015-09-282-3/+3
| * | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2015-10-039-65/+69
| |\ \
| | * | x86/headers/uapi: Fix __BITS_PER_LONG value for x32 buildsBen Hutchings2015-10-021-1/+1
| | * | x86/mm: Set NX on gap between __ex_table and rodataStephen Smalley2015-10-021-1/+1
| | * | x86/kexec: Fix kexec crash in syscall kexec_file_load()Lee, Chun-Yi2015-10-021-4/+3
| | * | Merge remote-tracking branch 'tglx/x86/urgent' into x86/urgentIngo Molnar2015-10-013-52/+55
| | |\ \
| | | * | x86/process: Unify 32bit and 64bit implementations of get_wchan()Thomas Gleixner2015-09-303-84/+55
| | | * | x86/process: Add proper bound checks in 64bit get_wchan()Thomas Gleixner2015-09-301-10/+42
| | * | | x86, efi, kasan: Fix build failure on !KASAN && KMEMCHECK=y kernelsAndrey Ryabinin2015-09-301-0/+2
| | * | | Merge tag 'v4.3-rc3' into x86/urgent, before applying dependent fixIngo Molnar2015-09-307-8/+36
| | |\ \ \ | | | |/ / | | |/| / | | | |/
| | * | x86/hyperv: Fix the build in the !CONFIG_KEXEC_CORE caseVitaly Kuznetsov2015-09-301-5/+7
| | * | x86/cpufeatures: Correct spelling of the HWP_NOTIFY flagKristen Carlson Accardi2015-09-232-2/+2
| * | | Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2015-10-031-1/+66
| |\ \ \
| | * | | x86/efi: Fix boot crash by mapping EFI memmap entries bottom-up at runtime, i...Matt Fleming2015-10-011-1/+66
| * | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2015-10-011-0/+2
| |\ \ \ \
| | * | | | arch/x86/include/asm/efi.h: fix build failureAndrey Ryabinin2015-10-011-0/+2
| | |/ / /
| * | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2015-10-014-119/+22
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | Use WARN_ON_ONCE for missing X86_FEATURE_NRIPSDirk Müller2015-10-011-1/+1
| | * | | Revert "KVM: SVM: use NPT page attributes"Paolo Bonzini2015-10-011-96/+5
| | * | | Revert "KVM: svm: handle KVM_X86_QUIRK_CD_NW_CLEARED in svm_get_mt_mask"Paolo Bonzini2015-10-011-8/+7
| | * | | Revert "KVM: SVM: Sync g_pat with guest-written PAT value"Paolo Bonzini2015-10-011-10/+0
| | * | | Revert "KVM: x86: apply guest MTRR virtualization on host reserved pages"Paolo Bonzini2015-10-012-5/+13
| | * | | Revert "KVM: x86: zero kvmclock_offset when vcpu0 initializes kvmclock system...Radim Krčmář2015-09-282-4/+1
| | | |/ | | |/|
* | | | perf/x86/intel/uncore: Fix multi-segment problem of perf_event_intel_uncoreTaku Izumi2015-10-064-15/+106
* | | | perf/x86: Add Intel cstate PMUs supportKan Liang2015-10-062-0/+695
* | | | perf/x86/intel/uncore: Do not use macro DEFINE_PCI_DEVICE_TABLE()Vaishali Thakkar2015-10-011-1/+1
* | | | perf/core, perf/x86: Change needlessly global functions and a variable to staticGeliang Tang2015-09-281-4/+4
* | | | Merge branch 'linus' into perf/core, to pick up fixes before applying new cha...Ingo Molnar2015-09-2816-33/+80
|\| | |
| * | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2015-09-274-4/+20
| |\ \ \ | | |/ / | |/| |
| | * | perf/x86: Change test_aperfmperf() and test_intel() to staticGeliang Tang2015-09-251-2/+2
| * | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2015-09-272-5/+27
| |\ \ \ | | | |/ | | |/|
| | * | x86/nmi/64: Fix a paravirt stack-clobbering bug in the NMI codeAndy Lutomirski2015-09-221-1/+4
| | * | x86/paravirt: Replace the paravirt nop with a bona fide empty functionAndy Lutomirski2015-09-222-4/+23
| * | | Merge tag 'pci-v4.3-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2015-09-251-0/+1
| |\ \ \
| | * | | PCI: Revert "PCI: Call pci_read_bridge_bases() from core instead of arch code"Bjorn Helgaas2015-09-151-0/+1
| * | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2015-09-255-8/+25
| |\ \ \ \
| | * | | | KVM: disable halt_poll_ns as default for s390xDavid Hildenbrand2015-09-251-0/+1
| | * | | | KVM: x86: fix off-by-one in reserved bits checkPaolo Bonzini2015-09-251-1/+1
| | * | | | KVM: x86: use correct page table format to check nested page table reserved bitsPaolo Bonzini2015-09-251-6/+17
| | * | | | KVM: svm: do not call kvm_set_cr0 from init_vmcbPaolo Bonzini2015-09-251-1/+2
| | * | | | KVM: x86: trap AMD MSRs for the TSeg base and maskPaolo Bonzini2015-09-212-0/+3
| | * | | | kvm: svm: reset mmu on VCPU resetIgor Mammedov2015-09-181-0/+1