summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'pm-5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds2019-09-182-1/+38
|\
| * Merge branch 'pm-cpuidle'Rafael J. Wysocki2019-09-172-1/+38
| |\
| | * cpuidle-haltpoll: Enable kvm guest polling when dedicated physical CPUs are a...Wanpeng Li2019-09-111-0/+1
| | * cpuidle-haltpoll: vcpu hotplug supportJoao Martins2019-09-031-12/+6
| | * cpuidle-haltpoll: disable host side polling when kvm virtualizedMarcelo Tosatti2019-07-301-0/+42
| | * add cpuidle-haltpoll driverMarcelo Tosatti2019-07-301-1/+1
* | | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2019-09-171-0/+10
|\ \ \
| * | | x86/hyperv: Hide pv_ops access for CONFIG_PARAVIRT=nTianyu Lan2019-08-281-0/+2
| * | | clocksource/drivers/hyperv: Add Hyper-V specific sched clock functionTianyu Lan2019-08-231-0/+8
* | | | Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2019-09-1723-388/+423
|\ \ \ \
| * | | | x86/apic/vector: Warn when vector space exhaustion breaks affinityNeil Horman2019-08-281-0/+11
| * | | | x86/apic: Annotate global config variables as "read-only after init"Sean Christopherson2019-08-071-13/+13
| * | | | x86/apic/x2apic: Implement IPI shorthands supportThomas Gleixner2019-07-253-4/+13
| * | | | x86/apic/flat64: Remove the IPI shorthand decision logicThomas Gleixner2019-07-252-50/+6
| * | | | x86/apic: Share common IPI helpersThomas Gleixner2019-07-252-18/+18
| * | | | x86/apic: Remove the shorthand decision logicThomas Gleixner2019-07-251-24/+3
| * | | | x86/smp: Enhance native_send_call_func_ipi()Thomas Gleixner2019-07-251-13/+11
| * | | | x86/smp: Move smp_function_call implementations into IPI codeThomas Gleixner2019-07-252-40/+40
| * | | | x86/apic: Provide and use helper for send_IPI_allbutself()Thomas Gleixner2019-07-254-9/+16
| * | | | x86/apic: Add static key to Control IPI shorthandsThomas Gleixner2019-07-253-1/+31
| * | | | x86/apic: Move no_ipi_broadcast() out of 32bitThomas Gleixner2019-07-253-29/+27
| * | | | x86/apic: Add NMI_VECTOR wait to IPI shorthandThomas Gleixner2019-07-251-1/+4
| * | | | x86/apic: Remove dest argument from __default_send_IPI_shortcut()Thomas Gleixner2019-07-254-14/+11
| * | | | x86/hotplug: Silence APIC and NMI when CPU is deadThomas Gleixner2019-07-253-12/+33
| * | | | x86/cpu: Move arch_smt_update() to a neutral placeThomas Gleixner2019-07-252-1/+10
| * | | | x86/apic/uv: Make x2apic_extra_bits staticThomas Gleixner2019-07-251-1/+1
| * | | | x86/apic: Consolidate the apic local headersThomas Gleixner2019-07-2512-119/+83
| * | | | x86/apic: Move apic_flat_64 header into apic directoryThomas Gleixner2019-07-253-2/+10
| * | | | x86/apic: Move ipi header into apic directoryThomas Gleixner2019-07-258-14/+103
| * | | | x86/apic: Cleanup the include mazeThomas Gleixner2019-07-259-112/+26
| * | | | x86/apic: Move IPI inlines into ipi.cThomas Gleixner2019-07-251-3/+13
| * | | | x86/apic: Make apic_pending_intr_clear() more robustThomas Gleixner2019-07-251-44/+63
| * | | | x86/apic: Soft disable APIC before initializing itThomas Gleixner2019-07-251-0/+8
| * | | | x86/apic: Invoke perf_events_lapic_init() after enabling APICThomas Gleixner2019-07-251-3/+2
| * | | | x86/kgbd: Use NMI_VECTOR not APIC_DM_NMIThomas Gleixner2019-07-251-1/+1
| * | | | x86/reboot: Always use NMI fallback when shutdown via reboot vector IPI failsGrzegorz Halat2019-07-251-19/+27
| * | | | x86/paravirt: Drop {read,write}_cr8() hooksAndrew Cooper2019-07-222-5/+0
| * | | | x86/apic: Initialize TPR to block interrupts 16-31Andy Lutomirski2019-07-221-2/+5
| |/ / /
* | | | Merge branch 'x86-irq-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2019-09-173-18/+8
|\ \ \ \
| * | | | x86/irq: Check for VECTOR_UNUSED directlyHeiner Kallweit2019-08-191-1/+1
| * | | | x86/irq: Move IS_ERR_OR_NULL() check into common do_IRQ() codeHeiner Kallweit2019-08-193-17/+7
* | | | | Merge branch 'x86-vmware-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-09-171-18/+76
|\ \ \ \ \
| * | | | | x86/vmware: Add a header file for hypercall definitionsThomas Hellstrom2019-08-281-1/+5
| * | | | | x86/vmware: Update platform detection code for VMCALL/VMMCALL hypercallsThomas Hellstrom2019-08-281-17/+71
* | | | | | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2019-09-171-2/+2
|\ \ \ \ \ \
| * | | | | | x86/mm: Remove set_pages_x() and set_pages_nx()Christoph Hellwig2019-09-031-2/+2
| | |_|_|/ / | |/| | | |
* | | | | | Merge branch 'x86-entry-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2019-09-171-0/+20
|\ \ \ \ \ \
| * | | | | | x86/syscalls: Split the x32 syscalls into their own tableAndy Lutomirski2019-07-221-0/+20
| | |_|_|/ / | |/| | | |
* | | | | | Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2019-09-1715-137/+104
|\ \ \ \ \ \
| * | | | | | x86/cpu: Update init data for new Airmont CPU modelRahul Tanwar2019-09-063-0/+7