summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-next-dma_ops' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-02-255-8/+8
|\
| * treewide: Move dma_ops from struct dev_archdata into struct deviceBart Van Assche2017-01-241-2/+2
| * treewide: Constify most dma_map_ops structuresBart Van Assche2017-01-245-6/+6
* | mm: wire up GFP flag passing in dma_alloc_from_contiguousLucas Stach2017-02-241-1/+2
* | mm, x86: add support for PUD-sized transparent hugepagesMatthew Wilcox2017-02-241-0/+1
* | Merge tag 'pci-v4.11-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-02-231-1/+1
|\ \
| * | PCI/MSI: Remove pci_msi_domain_{alloc,free}_irqs()Christoph Hellwig2017-02-101-1/+1
* | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2017-02-226-3/+54
|\ \ \
| * | | x86/kvm: Provide optimized version of vcpu_is_preempted() for x86-64Waiman Long2017-02-212-0/+33
| * | | x86/paravirt: Change vcp_is_preempted() arg type to longWaiman Long2017-02-212-2/+2
| * | | x86/kvm/vmx: Defer TR reload after VM exitAndy Lutomirski2017-02-212-0/+15
| * | | Merge tag 'kvmarm-for-4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/...Paolo Bonzini2017-02-091-0/+2
| |\ \ \
| * | | | kvmclock: export kvmclock clocksource and data pointersMarcelo Tosatti2017-02-081-1/+4
* | | | | Merge tag 'char-misc-4.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2017-02-221-23/+27
|\ \ \ \ \
| * \ \ \ \ Merge 4.10-rc7 into char-misc-nextGreg Kroah-Hartman2017-02-067-35/+41
| |\ \ \ \ \
| * | | | | | Drivers: hv: vmbus: Move the extracting of Hypervisor version informationK. Y. Srinivasan2017-01-201-0/+20
| * | | | | | Drivers: hv: vmbus: Consolidate all Hyper-V specific clocksource codeK. Y. Srinivasan2017-01-201-23/+0
| * | | | | | Drivers: hv vmbus: Move Hypercall page setup out of common codeK. Y. Srinivasan2017-01-191-0/+7
* | | | | | | Merge tag 'acpi-4.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds2017-02-201-2/+3
|\ \ \ \ \ \ \
| | \ \ \ \ \ \
| | \ \ \ \ \ \
| | \ \ \ \ \ \
| | \ \ \ \ \ \
| *---. \ \ \ \ \ \ Merge branches 'acpi-bus', 'acpi-sleep' and 'acpi-processor'Rafael J. Wysocki2017-02-201-2/+3
| |\ \ \ \ \ \ \ \ \ | | | |_|_|/ / / / / | | |/| | | | / / / | | | | |_|_|/ / / | | | |/| | | | |
| | | | * | | | | x86/ACPI: keep x86_cpu_to_acpiid mapping valid on CPU hotplugVitaly Kuznetsov2017-02-071-2/+3
| | | |/ / / / / | | |/| | | | |
* | | | | | | | Merge tag 'pm-4.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds2017-02-201-4/+5
|\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'pm-cpuidle'Rafael J. Wysocki2017-02-201-4/+5
| |\ \ \ \ \ \ \ \ | | |/ / / / / / / | |/| | | | | | |
| | * | | | | | | ACPI / idle: small formatting fixesNick Desaulniers2017-01-271-4/+5
| | | |/ / / / / | | |/| | | | |
* | | | | | | | Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2017-02-203-264/+291
|\ \ \ \ \ \ \ \
| * | | | | | | | x86/platform/UV: Ensure uv_system_init is called when necessarytravis@sgi.com2017-02-011-2/+1
| * | | | | | | | x86/platform/UV: Add Support for UV4 Hubless NMIstravis@sgi.com2017-02-011-0/+2
| * | | | | | | | x86/platform/UV: Add Support for UV4 Hubless systemstravis@sgi.com2017-02-011-2/+28
| * | | | | | | | x86/platform/UV: Clean up the UV APIC codeIngo Molnar2017-02-011-256/+244
| * | | | | | | | Merge branch 'x86/urgent' into x86/platform, to pick up fixesIngo Molnar2017-02-0111-110/+90
| |\ \ \ \ \ \ \ \
| * | | | | | | | | x86/ioapic: Return suitable error code in mp_map_gsi_to_irq()Andy Shevchenko2017-01-201-2/+2
| * | | | | | | | | x86/platform/UV: Fix 2 socket config problemMike Travis2017-01-141-1/+5
| * | | | | | | | | x86/platform/UV: Fix panic with missing UVsystab supportMike Travis2017-01-141-8/+16
* | | | | | | | | | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2017-02-202-174/+0
|\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge branch 'linus' into x86/mmThomas Gleixner2017-02-1612-52/+74
| |\ \ \ \ \ \ \ \ \ \ | | | |_|/ / / / / / / | | |/| | | | | | | |
| * | | | | | | | | | x86/mm: Remove CONFIG_DEBUG_NX_TESTKees Cook2017-01-312-174/+0
| | |_|_|/ / / / / / | |/| | | | | | | |
* | | | | | | | | | Merge branch 'x86-microcode-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2017-02-202-369/+213
|\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge branch 'x86/urgent' into x86/microcode, to resolve conflictsIngo Molnar2017-01-312-5/+19
| |\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | x86/microcode/AMD: Remove struct cont_desc.eq_idBorislav Petkov2017-01-231-10/+4
| * | | | | | | | | | | x86/microcode/AMD: Remove AP scanning optimizationBorislav Petkov2017-01-231-60/+18
| * | | | | | | | | | | x86/microcode/AMD: Simplify saving from initrdBorislav Petkov2017-01-231-30/+13
| * | | | | | | | | | | x86/microcode/AMD: Unify load_ucode_amd_ap()Borislav Petkov2017-01-231-50/+31
| * | | | | | | | | | | x86/microcode/AMD: Check patch level only on the BSPBorislav Petkov2017-01-232-67/+52
| * | | | | | | | | | | x86/microcode: Remove local vendor variableBorislav Petkov2017-01-231-6/+4
| * | | | | | | | | | | x86/microcode/AMD: Use find_microcode_in_initrd()Borislav Petkov2017-01-231-11/+5
| * | | | | | | | | | | x86/microcode/AMD: Get rid of global this_equiv_idBorislav Petkov2017-01-231-4/+1
| * | | | | | | | | | | x86/microcode: Decrease CPUID useBorislav Petkov2017-01-232-52/+38
| * | | | | | | | | | | x86/microcode/AMD: Rework container parsingBorislav Petkov2017-01-231-133/+105
| * | | | | | | | | | | x86/microcode/AMD: Extend the container structBorislav Petkov2017-01-231-11/+15
| * | | | | | | | | | | x86/microcode/AMD: Shorten function parameter's nameBorislav Petkov2017-01-231-3/+3