summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2019-09-177-9/+33
|\
| * x86/hyperv: Hide pv_ops access for CONFIG_PARAVIRT=nTianyu Lan2019-08-281-0/+2
| * arm64: dts: imx8mq: Add system counter nodeAnson Huang2019-08-271-0/+8
| * arm64: dts: imx8mm: Add system counter nodeAnson Huang2019-08-271-0/+8
| * clocksource/drivers/hyperv: Enable TSC page clocksource on 32bitVitaly Kuznetsov2019-08-231-3/+3
| * clocksource/drivers/hyperv: Add Hyper-V specific sched clock functionTianyu Lan2019-08-232-2/+8
| * clocksource/drivers/hyperv: Allocate Hyper-V TSC page staticallyTianyu Lan2019-08-231-1/+1
| * KVM: LAPIC: Mark hrtimer to expire in hard interrupt contextSebastian Andrzej Siewior2019-08-011-3/+3
* | Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2019-09-1734-572/+432
|\ \
| * | 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-253-54/+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-253-40/+41
| * | x86/apic: Provide and use helper for send_IPI_allbutself()Thomas Gleixner2019-07-255-9/+18
| * | x86/apic: Add static key to Control IPI shorthandsThomas Gleixner2019-07-254-1/+33
| * | 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-254-12/+34
| * | x86/cpu: Move arch_smt_update() to a neutral placeThomas Gleixner2019-07-253-1/+12
| * | x86/apic/uv: Make x2apic_extra_bits staticThomas Gleixner2019-07-252-3/+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/+2
| * | x86/apic: Move ipi header into apic directoryThomas Gleixner2019-07-258-14/+13
| * | x86/apic: Cleanup the include mazeThomas Gleixner2019-07-259-112/+26
| * | x86/apic: Move IPI inlines into ipi.cThomas Gleixner2019-07-252-22/+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
| * | Merge branch 'smp/hotplug' into x86/apicThomas Gleixner2019-07-252-1/+6
| |\|
| * | 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-228-66/+1
| * | x86/apic: Initialize TPR to block interrupts 16-31Andy Lutomirski2019-07-221-2/+5
* | | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2019-09-171-0/+3
|\ \ \
| * \ \ Merge tag 'irqchip-5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/maz/...Thomas Gleixner2019-09-061-0/+3
| |\ \ \
| | * | | irqchip/mmp: Mask off interrupts from other coresAndres Salomon2019-08-301-0/+3
* | | | | Merge branch 'x86-irq-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2019-09-175-21/+11
|\ \ \ \ \
| * | | | | 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-194-18/+8
| * | | | | x86/irq: Improve definition of VECTOR_SHUTDOWN et alHeiner Kallweit2019-08-191-2/+2
| |/ / / /
* | | | | Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2019-09-171-2/+6
|\ \ \ \ \
| * | | | | x86/mm/pti: Do not invoke PTI functions when PTI is disabledThomas Gleixner2019-08-291-0/+2
| * | | | | x86/mm/pti: Handle unaligned address gracefully in pti_clone_pagetable()Song Liu2019-08-291-2/+4
* | | | | | Merge branch 'x86-vmware-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-09-163-18/+131
|\ \ \ \ \ \
| * | | | | | x86/vmware: Add a header file for hypercall definitionsThomas Hellstrom2019-08-283-1/+60