aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86 (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-10-02Merge branches 'acpi-x86', 'acpi-cppc' and 'acpi-soc'Rafael J. Wysocki3-3/+62
2016-09-30x86/entry/64: Fix context tracking state warning when load_gs_index failsWanpeng Li1-2/+2
2016-09-30x86/boot: Initialize FPU and X86_FEATURE_ALWAYS even if we don't have CPUIDAndy Lutomirski1-12/+11
2016-09-30xen: Remove event channel notification through Xen PCI platform deviceKarimAllah Ahmed5-34/+7
2016-09-30x86/asm: Get rid of __read_cr4_safe()Andy Lutomirski9-26/+11
2016-09-30Merge branch 'x86/urgent' into x86/asmThomas Gleixner6-18/+18
2016-09-30x86/vdso: Fix building on big endian hostSegher Boessenkool1-1/+1
2016-09-30x86/boot: Fix another __read_cr4() case on 486Andy Lutomirski1-3/+1
2016-09-30xen/x86: Convert to hotplug state machineBoris Ostrovsky1-50/+65
2016-09-30x86/xen: add missing \n at end of printk warning messageColin Ian King1-1/+1
2016-09-30x86/cmpxchg, locking/atomics: Remove superfluous definitionsNikolay Borisov1-44/+0
2016-09-30x86, locking/spinlocks: Remove ticket (spin)lock implementationPeter Zijlstra10-719/+6
2016-09-30Merge branch 'linus' into locking/core, to pick up fixesIngo Molnar3-13/+15
2016-09-30sched/core, x86/topology: Fix NUMA in package topology bugTim Chen1-16/+30
2016-09-29x86/init: Fix cr4_init_shadow() on CR4-less machinesAndy Lutomirski1-1/+1
2016-09-29x86/entry: spell EBX register correctly in documentationNicolas Iooss1-1/+1
2016-09-28Merge tag 'v4.8-rc8' into drm-nextDave Airlie34-311/+439
2016-09-26x86/apic: Fix silent & fatal merge conflict in __generic_processor_info()Thomas Gleixner1-2/+0
2016-09-26Merge branch 'x86/urgent' into x86/apicThomas Gleixner16-153/+150
2016-09-26x86/RAS/mce_amd_inj: Remove debugfs dir recursively on exitBorislav Petkov1-6/+2
2016-09-26x86/RAS/mce_amd_inj: Fix signed wrap around when decrementing index 'i'Colin Ian King1-2/+2
2016-09-26Merge tag 'v4.8-rc8' into ras/core, to pick up fixesIngo Molnar21-161/+301
2016-09-24Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+3
2016-09-24x86/platform/mellanox: Fix return value check in mlxplat_init()Wei Yongjun1-2/+2
2016-09-24x86/alternatives: Add stack frame dependency to alternative_call_2()Josh Poimboeuf1-2/+6
2016-09-23x86/PCI: VMD: Request userspace control of PCIe hotplug indicatorsKeith Busch3-0/+22
2016-09-23Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar16-110/+158
2016-09-23KVM: nVMX: Fix the NMI IDT-vectoring handlingWanpeng Li1-15/+16
2016-09-23KVM: VMX: Enable MSR-BASED TPR shadow even if APICv is inactiveWanpeng Li1-38/+94
2016-09-23KVM: nVMX: Fix reload apic access page warningWanpeng Li1-1/+1
2016-09-23config: move x86 kvm_guest.config to a common locationRob Herring1-31/+0
2016-09-22x86/platform/mellanox: Introduce support for Mellanox systems platformVadim Pasternak4-0/+280
2016-09-22Merge branch 'locking/urgent' into locking/core, to pick up fixesIngo Molnar59-525/+686
2016-09-22perf/x86/intel/bts: Make it an exclusive PMUAlexander Shishkin1-1/+2
2016-09-22x86/boot: Fix kdump, cleanup aborted E820_PRAM max_pfn manipulationDan Williams1-9/+5
2016-09-22x86/platform/uv/BAU: Add UV4-specific functionsAndrew Banman2-1/+44
2016-09-22x86/platform/uv/BAU: Fix payload queue setup on UV4 hardwareAndrew Banman1-4/+12
2016-09-22x86/platform/uv/BAU: Disable software timeout on UV4 hardwareAndrew Banman1-2/+5
2016-09-22x86/platform/uv/BAU: Populate ->uvhub_version with UV4 version informationAndrew Banman1-1/+3
2016-09-22x86/platform/uv/BAU: Use generic function pointersAndrew Banman1-13/+13
2016-09-22x86/platform/uv/BAU: Add generic function pointersAndrew Banman2-0/+30
2016-09-22x86/platform/uv/BAU: Convert uv_physnodeaddr() use to uv_gpa_to_offset()Andrew Banman2-4/+2
2016-09-22x86/platform/uv/BAU: Clean up pq_init()Andrew Banman2-12/+9
2016-09-22x86/platform/uv/BAU: Clean up and update printksAndrew Banman1-13/+13
2016-09-22x86/platform/uv/BAU: Clean up vertical alignmentAndrew Banman1-32/+32
2016-09-22Merge branch 'linus' into x86/platform, to pick up fixesIngo Molnar32-299/+425
2016-09-21x86/acpi: Set persistent cpuid <-> nodeid mapping when bootingGu Zheng1-1/+2
2016-09-21x86/acpi: Introduce persistent storage for cpuid <-> apicid mappingGu Zheng3-9/+59
2016-09-21x86/acpi: Enable acpi to register all possible cpus at boot timeGu Zheng1-4/+15
2016-09-21x86/numa: Online memory-less nodes at boot timeTang Chen1-14/+13