summaryrefslogtreecommitdiffstats
path: root/arch/x86/xen/irq.c
AgeCommit message (Expand)AuthorFilesLines
2021-11-02x86/xen: switch initial pvops IRQ functions to dummy onesJuergen Gross1-58/+4
2021-09-17x86/xen: Rework the xen_{cpu,irq,mmu}_opsarraysPeter Zijlstra1-7/+10
2021-09-17x86/xen: Mark xen_force_evtchn_callback() noinstrPeter Zijlstra1-1/+1
2021-09-17x86/xen: Make irq_disable() noinstrPeter Zijlstra1-2/+2
2021-09-17x86/xen: Make irq_enable() noinstrPeter Zijlstra1-2/+2
2021-09-17x86/xen: Make save_fl() noinstrPeter Zijlstra1-2/+2
2021-02-10x86/pv: Rework arch_local_irq_restore() to not use popfJuergen Gross1-23/+0
2018-09-03x86/paravirt: Use a single ops structureJuergen Gross1-1/+1
2018-07-13xen: setup pv irq ops vector earlierJuergen Gross1-3/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-08-31x86/xen: Get rid of paravirt op adjust_exception_frameJuergen Gross1-3/+0
2016-07-25x86/xen: use xen_vcpu_id mapping for HYPERVISOR_vcpu_opVitaly Kuznetsov1-1/+2
2014-05-05asmlinkage, x86: Add explicit __visible to arch/x86/*Andi Kleen1-3/+3
2014-01-30Merge branch 'x86-asmlinkage-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds1-4/+4
2014-01-29x86, asmlinkage, paravirt: Make paravirt thunks globalAndi Kleen1-4/+4
2014-01-06xen/pvh: Piggyback on PVHVM for event channels (v2)Mukesh Rathor1-1/+4
2013-08-20x86/xen: disable premption when enabling local irqsDavid Vrabel1-13/+12
2012-09-14xen/arm: receive Xen events on ARMStefano Stabellini1-0/+1
2012-01-24xen: use this_cpu_xxx replace percpu_xxx funcsAlex Shi1-4/+4
2011-05-12arch/x86/xen/irq: Cleanup code/data sections definitionsDaniel Kiper1-1/+1
2011-01-20xen: fix non-ANSI function warning in irq.cRandy Dunlap1-1/+1
2009-08-31x86: Move irq_init to x86_init_opsThomas Gleixner1-2/+3
2009-02-09xen: use our own eventchannel->irq pathJeremy Fitzhardinge1-16/+1
2009-01-30x86/paravirt: add register-saving thunks to reduce caller register pressureJeremy Fitzhardinge1-4/+10
2009-01-16percpu: add optimized generic percpu accessorsIngo Molnar1-4/+4
2008-10-16xen: Fix bug `do_IRQ: cannot handle IRQ -1 vector 0x6 cpu 1'Alex Nixon1-2/+0
2008-07-31xen: compile irq functions without -pg for ftraceJeremy Fitzhardinge1-0/+143