summaryrefslogtreecommitdiffstats
path: root/arch/x86/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2016-05-194-10/+49
|\
| * KVM: x86: make hwapic_isr_update and hwapic_irr_update look the samePaolo Bonzini2016-05-181-1/+1
| * KVM: x86: Introducing kvm_x86_ops.apicv_post_state_restoreSuravee Suthikulpanit2016-05-181-0/+1
| * svm: Add VMEXIT handlers for AVICSuravee Suthikulpanit2016-05-182-1/+9
| * KVM: x86: Detect and Initialize AVIC supportSuravee Suthikulpanit2016-05-182-0/+7
| * svm: Introduce new AVIC VMCB registersSuravee Suthikulpanit2016-05-181-2/+7
| * KVM: x86: Introducing kvm_x86_ops VCPU blocking/unblocking hooksSuravee Suthikulpanit2016-05-181-2/+16
| * KVM: x86: Introducing kvm_x86_ops VM init/destroy hooksSuravee Suthikulpanit2016-05-181-0/+3
| * KVM: halt_polling: provide a way to qualify wakeups during pollChristian Borntraeger2016-05-131-0/+2
| * x86/kvm: Do not use BIT() in user-exported headerBorislav Petkov2016-05-091-3/+3
| * KVM: x86: optimize steal time calculationLiang Chen2016-04-201-1/+0
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2016-05-181-2/+0
|\ \
| * | livepatch: reuse module loader code to write relocationsJessica Yu2016-04-011-2/+0
* | | Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2016-05-175-554/+2144
|\ \ \
| * | | x86/platform/UV: Remove Obsolete GRU MMR address translationDimitri Sivanich2016-05-041-10/+0
| * | | x86/platform/UV: Update physical address conversions for UV4Mike Travis2016-05-041-17/+114
| * | | x86/platform/UV: Build GAM reference tablesMike Travis2016-05-041-2/+16
| * | | x86/platform/UV: Support UV4 socket address changesMike Travis2016-05-041-2/+9
| * | | x86/platform/UV: Add obtaining GAM Range Table from UV BIOSMike Travis2016-05-041-2/+57
| * | | x86/platform/UV: Fold blade info into per node hub info structsMike Travis2016-05-041-39/+32
| * | | x86/platform/UV: Allocate common per node hub info structs on local nodeMike Travis2016-05-041-4/+32
| * | | x86/platform/UV: Move blade local processor ID to the per cpu info structMike Travis2016-05-041-2/+8
| * | | x86/platform/UV: Move scir info to the per cpu info structMike Travis2016-05-041-7/+10
| * | | x86/platform/UV: Create per cpu info structs to replace per hub info structsMike Travis2016-05-041-4/+15
| * | | x86/platform/UV: Clean up redunduncies after merge of UV4 MMR definitionsMike Travis2016-05-041-9/+0
| * | | x86/platform/UV: Add UV4 Specific MMR definitionsMike Travis2016-05-041-422/+1769
| * | | x86/platform/UV: Prep for UV4 MMR updatesMike Travis2016-05-041-0/+5
| * | | x86/platform/UV: Add UV Architecture DefinesMike Travis2016-05-041-5/+31
| * | | x86/platform/UV: Add Initial UV4 definitionsMike Travis2016-05-042-24/+62
| * | | Merge tag 'v4.6-rc6' into x86/platform, to refresh the treeIngo Molnar2016-05-048-20/+18
| |\ \ \
| * | | | x86/platform: Remove unused get_bios_ebda_length() functionGuenter Roeck2016-04-131-21/+0
| * | | | x86/platform/uv: Disable UV BAU by defaultAlex Thorlton2016-04-011-1/+1
* | | | | Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-05-178-36/+126
|\ \ \ \ \
| * | | | | x86/KASLR: Build identity mappings on demandKees Cook2016-05-071-0/+19
| * | | | | x86/boot: Split out kernel_ident_mapping_init()Yinghai Lu2016-05-071-0/+5
| * | | | | x86/boot: Clean up indenting for asm/boot.hKees Cook2016-05-071-11/+9
| * | | | | x86/paravirt: Remove paravirt_enabled()Luis R. Rodriguez2016-04-223-7/+0
| * | | | | x86, drivers/pnpbios: Replace paravirt_enabled() check with legacy device checkLuis R. Rodriguez2016-04-221-0/+26
| * | | | | x86/init: Use a platform legacy quirk for EBDALuis R. Rodriguez2016-04-221-0/+3
| * | | | | x86/rtc: Replace paravirt rtc check with platform legacy quirkLuis R. Rodriguez2016-04-224-12/+21
| * | | | | x86/boot: Enumerate documentation for the x86 hardware_subarchLuis R. Rodriguez2016-04-221-1/+40
| * | | | | x86/KASLR: Drop CONFIG_RANDOMIZE_BASE_MAX_OFFSETBaoquan He2016-04-221-5/+3
| | |_|_|/ | |/| | |
* | | | | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2016-05-1728-157/+177
|\ \ \ \ \
| * | | | | x86/entry/32: Remove asmlinkage_protect()Brian Gerst2016-05-051-34/+0
| * | | | | x86/entry, sched/x86: Don't save/restore EFLAGS on task switchBrian Gerst2016-05-051-3/+1
| * | | | | Merge tag 'v4.6-rc6' into x86/asm, to refresh the treeIngo Molnar2016-05-051-0/+4
| |\ \ \ \ \ | | | |_|/ / | | |/| | |
| * | | | | x86/asm/64: Rename thread_struct's fs and gs to fsbase and gsbaseAndy Lutomirski2016-04-292-5/+12
| * | | | | x86/arch_prctl/64: Remove FSBASE/GSBASE < 4G optimizationAndy Lutomirski2016-04-291-7/+0
| * | | | | x86/segments/64: When loadsegment(fs, ...) fails, clear the baseAndy Lutomirski2016-04-291-3/+39
| * | | | | x86/asm: Make asm/alternative.h safe from assemblyAndy Lutomirski2016-04-291-0/+4