summaryrefslogtreecommitdiffstats
path: root/arch/x86
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'char-misc-4.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2017-02-227-24/+480
|\
| * x86/platform/goldfish: Prevent unconditional loadingThomas Gleixner2017-02-151-1/+13
| * drivers: hv: Turn off write permission on the hypercall pageK. Y. Srinivasan2017-02-101-1/+1
| * hv: export current Hyper-V clocksourceVitaly Kuznetsov2017-02-102-4/+12
| * Drivers: hv: Fix the bug in generating the guest IDK. Y. Srinivasan2017-02-101-2/+2
| * Merge 4.10-rc7 into char-misc-nextGreg Kroah-Hartman2017-02-0615-214/+194Star
| |\
| * | Drivers: hv: restore TSC page cleanup before kexecVitaly Kuznetsov2017-01-311-0/+4
| * | Drivers: hv: restore hypervcall page cleanup before kexecVitaly Kuznetsov2017-01-312-0/+17
| * | Drivers: hv: vmbus: Define an APIs to manage interrupt stateK. Y. Srinivasan2017-01-201-0/+3
| * | Drivers: hv: vmbus: Define an API to retrieve virtual processor indexK. Y. Srinivasan2017-01-201-0/+2
| * | Drivers: hv: vmbus: Define APIs to manipulate the synthetic interrupt controllerK. Y. Srinivasan2017-01-201-0/+3
| * | Drivers: hv: vmbus: Define APIs to manipulate the event pageK. Y. Srinivasan2017-01-201-0/+3
| * | Drivers: hv: vmbus: Define APIs to manipulate the message pageK. Y. Srinivasan2017-01-201-0/+3
| * | Drivers: hv: vmbus: Restructure the clockevents codeK. Y. Srinivasan2017-01-201-0/+4
| * | Drivers: hv: vmbus: Move the code to signal end of messageK. Y. Srinivasan2017-01-201-0/+37
| * | Drivers: hv: vmbus: Move the check for hypercall page setupK. Y. Srinivasan2017-01-202-0/+16
| * | Drivers: hv: vmbus: Move the crash notification functionK. Y. Srinivasan2017-01-203-0/+35
| * | Drivers: hv: vmbus: Move the extracting of Hypervisor version informationK. Y. Srinivasan2017-01-202-0/+39
| * | Drivers: hv: vmbus: Consolidate all Hyper-V specific clocksource codeK. Y. Srinivasan2017-01-203-23/+117
| * | Drivers: hv: vmbus: Move Hypercall invocation code out of common codeK. Y. Srinivasan2017-01-192-6/+49
| * | Drivers: hv vmbus: Move Hypercall page setup out of common codeK. Y. Srinivasan2017-01-195-0/+78
| * | Drivers: hv: vmbus: Move the definition of generate_guest_id()K. Y. Srinivasan2017-01-191-0/+43
| * | Drivers: hv: vmbus: Move the definition of hv_x64_msr_hypercall_contentsK. Y. Srinivasan2017-01-191-0/+12
* | | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2017-02-221-0/+1
|\ \ \
| * \ \ Merge branch 'aarch64/for-next/debug-virtual' into aarch64/for-next/coreWill Deacon2017-01-121-0/+1
| |\ \ \
| | * | | lib/Kconfig.debug: Add ARCH_HAS_DEBUG_VIRTUALLaura Abbott2017-01-111-0/+1
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2017-02-222-22/+4Star
|\ \ \ \ \
| * | | | | bpf: fix unlocking of jited image when module ronx not setDaniel Borkmann2017-02-211-1/+1
| * | | | | arch: add ARCH_HAS_SET_MEMORY configDaniel Borkmann2017-02-211-0/+1
| * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-02-191-2/+3
| |\ \ \ \ \
| * | | | | | bpf: make jited programs visible in tracesDaniel Borkmann2017-02-171-15/+0Star
| * | | | | | bpf: remove stubs for cBPF from arch codeDaniel Borkmann2017-02-171-6/+2Star
* | | | | | | Merge tag 'rodata-v4.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-02-222-14/+2Star
|\ \ \ \ \ \ \
| * | | | | | | arch: Move CONFIG_DEBUG_RODATA and CONFIG_SET_MODULE_RONX to be commonLaura Abbott2017-02-072-14/+2Star
| | |_|_|/ / / | |/| | | | |
* | | | | | | Merge tag 'for-linus-4.11-rc0-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2017-02-2113-308/+355
|\ \ \ \ \ \ \
| * | | | | | | xen/privcmd: Add IOCTL_PRIVCMD_DM_OPPaul Durrant2017-02-141-0/+7
| * | | | | | | xen/pvh: Use Xen's emergency_restart op for PVH guestsBoris Ostrovsky2017-02-071-0/+3
| * | | | | | | xen/pvh: PVH guests always have PV devicesBoris Ostrovsky2017-02-071-2/+2
| * | | | | | | xen/pvh: Make sure we don't use ACPI_IRQ_MODEL_PIC for SCIBoris Ostrovsky2017-02-071-0/+12
| * | | | | | | xen/pvh: Bootstrap PVH guestBoris Ostrovsky2017-02-074-11/+277
| * | | | | | | xen/x86: Remove PVH supportBoris Ostrovsky2017-02-077-294/+53Star
| * | | | | | | x86/boot/32: Convert the 32-bit pgtable setup code from assembly to CBoris Ostrovsky2017-02-073-114/+101Star
| * | | | | | | x86/xen: Fix APIC id mismatch warning on IntelMohit Gambhir2017-01-301-1/+1
* | | | | | | | Merge tag 'acpi-4.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds2017-02-211-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-211-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-2122-511/+796
|\ \ \ \ \ \ \ \