summaryrefslogtreecommitdiffstats
path: root/arch/x86 (follow)
Commit message (Expand)AuthorAgeFilesLines
* perf/x86: Fix spurious NMI with PEBS Load Latency eventKan Liang2017-04-143-2/+3
* Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar2017-04-141-0/+3
|\
| * perf/x86: Avoid exposing wrong/stale data in intel_pmu_lbr_read_32()Peter Zijlstra2017-04-141-0/+3
* | kprobes/x86: Consolidate insn decoder users for copying codeMasami Hiramatsu2017-04-123-39/+36
* | kprobes/x86: Use probe_kernel_read() instead of memcpy()Masami Hiramatsu2017-04-122-4/+13
* | kprobes/x86: Set kprobes pages read-onlyMasami Hiramatsu2017-04-122-0/+7
* | kprobes/x86: Make boostable flag booleanMasami Hiramatsu2017-04-123-11/+10
* | kprobes/x86: Do not modify singlestep buffer while resumingMasami Hiramatsu2017-04-121-22/+20
* | kprobes/x86: Use instruction decoder for boosterMasami Hiramatsu2017-04-121-23/+16
* | kprobes/x86: Fix the description of __copy_instruction()Masami Hiramatsu2017-04-121-5/+5
* | kprobes/x86: Fix kprobe-booster not to boost far call instructionsMasami Hiramatsu2017-04-121-0/+2
* | perf/amd/uncore: Fix pr_fmt() prefixBorislav Petkov2017-04-111-2/+5
* | perf/amd/uncore: Clean up per-family setupBorislav Petkov2017-04-111-38/+21
* | perf/amd/uncore: Do feature check first, before assignmentsBorislav Petkov2017-04-111-5/+4
* | Merge tag 'v4.11-rc6' into perf/core, to pick up fixesIngo Molnar2017-04-1115-36/+81
|\|
| * Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2017-04-081-0/+15
| |\
| | * KVM: nVMX: initialize PML fields in vmcs02Ladi Prosek2017-04-041-0/+12
| | * KVM: nVMX: do not leak PML full vmexit to L1Ladi Prosek2017-04-041-0/+3
| * | Merge branch 'ras-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-04-031-1/+6
| |\ \ | | |/ | |/|
| | * x86/mce: Don't print MCEs when mcelog is activeAndi Kleen2017-03-281-1/+6
| * | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-04-029-30/+49
| |\ \
| | * | x86/boot: Include missing header fileZhengyi Shen2017-03-311-0/+1
| | * | x86/mce/AMD: Give a name to MCA bank 3 when accessed with legacy MSRsYazen Ghannam2017-03-311-1/+1
| | * | x86/build: Mostly disable '-maccumulate-outgoing-args'Josh Poimboeuf2017-03-303-22/+37
| | * | x86/mm/KASLR: Exclude EFI region from KASLR VA space randomizationBaoquan He2017-03-241-2/+2
| | * | x86/mce: Fix copy/paste error in exception table entriesTony Luck2017-03-221-1/+1
| | * | x86/platform/uv: Fix calculation of Global Physical AddressMike Travis2017-03-222-4/+7
| | |/
| * | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2017-04-023-5/+10
| |\ \
| | * | sched/clock, x86/perf: Fix "perf test tsc"Peter Zijlstra2017-03-233-5/+10
| | |/
| * | kasan: do not sanitize kexec purgatoryMike Galbraith2017-04-011-0/+1
* | | x86/events/amd/iommu: Enable support for multiple IOMMUsSuravee Suthikulpanit2017-03-301-41/+71
* | | x86/events/amd/iommu: Add IOMMU-specific hw_perf_event structSuravee Suthikulpanit2017-03-301-63/+50
* | | x86/events/amd/iommu: Fix sysfs perf attribute groupsSuravee Suthikulpanit2017-03-301-49/+32
* | | x86/events, drivers/amd/iommu: Prepare for multiple IOMMUs supportSuravee Suthikulpanit2017-03-302-23/+24
* | | x86/events/amd/iommu.c: Modify functions to query max banks and countersSuravee Suthikulpanit2017-03-302-15/+11
* | | x86/events, drivers/iommu/amd: Introduce amd_iommu_get_num_iommus()Suravee Suthikulpanit2017-03-301-0/+2
* | | x86/events/amd/iommu: Clean up perf_iommu_read()Suravee Suthikulpanit2017-03-301-10/+6
* | | x86/events/amd/iommu: Clean up bitwise operationsSuravee Suthikulpanit2017-03-301-9/+9
* | | x86/events/amd/iommu: Declare pr_fmt() formatSuravee Suthikulpanit2017-03-301-13/+9
* | | perf/x86/intel/pt: Allow the disabling of branch tracingAlexander Shishkin2017-03-302-2/+73
* | | Merge branch 'linus' into perf/core, to pick up fixesIngo Molnar2017-03-3022-64/+195
|\| |
| * | KVM: x86: cleanup the page tracking SRCU instancePaolo Bonzini2017-03-283-0/+10
| * | KVM: nVMX: fix nested EPT detectionLadi Prosek2017-03-281-4/+1
| * | KVM: VMX: Fix enable VPID conditionsWanpeng Li2017-03-231-1/+8
| * | KVM: nVMX: Fix nested VPID vmx exec controlWanpeng Li2017-03-231-3/+4
| * | KVM: x86: correct async page present tracepointWanpeng Li2017-03-231-1/+1
| * | kvm: vmx: Flush TLB when the APIC-access address changesJim Mattson2017-03-231-1/+17
| * | KVM: x86: use pic/ioapic destructor when destroy vmPeter Xu2017-03-231-2/+2
| * | KVM: x86: check existance before destroyPeter Xu2017-03-232-0/+6
| * | KVM: nVMX: don't reset kvm mmu twiceWanpeng Li2017-03-201-2/+0