aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/xen/events/events_base.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-07-17xen/events: fix binding user event channels to cpusJuergen Gross1-2/+10
2019-05-21treewide: Add SPDX license identifier for missed filesThomas Gleixner1-0/+1
2019-04-17x86/irq/32: Invoke irq_ctx_init() from init_IRQ()Thomas Gleixner1-1/+0
2019-01-16xen: Fix x86 sched_clock() interface for xenJuergen Gross1-1/+1
2018-10-31mm: remove include/linux/bootmem.hMike Rapoport1-1/+1
2018-09-14xen: fix GCC warning and remove duplicate EVTCHN_ROW/EVTCHN_COL usageJosh Abraham1-1/+1
2018-06-22xen: Remove unnecessary BUG_ON from __unbind_from_irq()Boris Ostrovsky1-2/+0
2018-02-28xen/pirq: fix error path cleanup when binding MSIsRoger Pau Monne1-2/+2
2017-08-29x86/idt: Simplify alloc_intr_gate()Thomas Gleixner1-4/+2
2017-08-11xen/events: Fix interrupt lost during irq_disable and irq_enableLiu Shuo1-1/+1
2017-07-27xen: dont fiddle with event channel masking in suspend/resumeJuergen Gross1-10/+3
2017-07-06Merge tag 'for-linus-4.13-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tipLinus Torvalds1-3/+3
2017-06-22xen/events: Add support for effective affinity maskThomas Gleixner1-1/+5
2017-06-13xen-evtchn: Bind dyn evtchn:qemu-dm interrupt to next online VCPUAnoob Soman1-3/+3
2017-05-02xen: Revert commits da72ff5bfcb0 and 72a9b186292dBoris Ostrovsky1-8/+17
2017-02-07xen/x86: Remove PVH supportBoris Ostrovsky1-1/+0
2016-12-13Merge tag 'for-linus-4.10-rc0-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tipLinus Torvalds1-1/+1
2016-12-09x86: Remove empty idle.h headerThomas Gleixner1-1/+0
2016-11-30xen/events: use xen_vcpu_id mapping for EVTCHNOP_statusVitaly Kuznetsov1-1/+1
2016-11-18x86/idle: Remove enter_idle(), exit_idle()Len Brown1-1/+0
2016-09-30xen: Remove event channel notification through Xen PCI platform deviceKarimAllah Ahmed1-17/+9
2016-07-25xen/events: use xen_vcpu_id mapping in events_baseVitaly Kuznetsov1-5/+5
2016-07-25x86/xen: use xen_vcpu_id mapping for HYPERVISOR_vcpu_opVitaly Kuznetsov1-1/+2
2016-05-24xen/events: Don't move disabled irqsRoss Lagerwall1-2/+4
2016-04-04xen/events: Mask a moving irqBoris Ostrovsky1-4/+24
2016-03-21xen: audit usages of module.h ; remove unnecessary instancesPaul Gortmaker1-1/+1
2015-11-26xen/events: Always allocate legacy interrupts on PV guestsBoris Ostrovsky1-2/+3
2015-10-23xen/events: fifo: Make it running on 64KB granularityJulien Grall1-1/+1
2015-09-10Merge tag 'for-linus-4.3-rc0b-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tipLinus Torvalds1-1/+1
2015-09-08Merge tag 'for-linus-4.3-rc0-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tipLinus Torvalds1-5/+1
2015-09-08xen: Use correctly the Xen memory terminologiesJulien Grall1-1/+1
2015-08-20xen/events: Support event channel rebind on ARMJulien Grall1-5/+1
2015-08-11Revert "xen/events/fifo: Handle linked events when closing a port"David Vrabel1-6/+4
2015-08-04xen/events/fifo: Handle linked events when closing a portRoss Lagerwall1-4/+6
2015-07-13x86/irq: Use access helper irq_data_get_affinity_mask()Jiang Liu1-2/+2
2015-06-17xen: Include xen/page.h rather than asm/xen/page.hJulien Grall1-1/+1
2015-05-19xen/events: don't bind non-percpu VIRQs with percpu chipDavid Vrabel1-4/+8
2015-05-05xen/events: Set irq_info->evtchn before binding the channel to CPU in __startup_pirq()Boris Ostrovsky1-1/+1
2015-05-05xen/events: Clear cpu_evtchn_mask before resumingBoris Ostrovsky1-2/+3
2015-03-06xen/events: avoid NULL pointer dereference in dom0 on large machinesJuergen Gross1-6/+12
2014-09-23xen/events: support threaded irqs for interdomain event channelsJuergen Gross1-2/+3
2014-08-01xen/events: drop negativity check of unsigned parameterAndrey Utkin1-1/+1
2014-05-16x86: Get rid of get_nr_irqs_gsi()Thomas Gleixner1-16/+1
2014-04-07Xen: do hv callback accounting only on x86Arnd Bergmann1-1/+1
2014-04-07Merge commit '683b6c6f82a60fabf47012581c2cfbf1b037ab95' into stable/for-linus-3.15David Vrabel1-20/+5
2014-03-18xen: add support for MSI message groupsRoger Pau Monne1-15/+32
2014-03-12xen: Validate online cpus in set_affinityThomas Gleixner1-1/+1
2014-03-04xen: Add proper irq accounting for HYPERCALL vectorThomas Gleixner1-0/+1
2014-03-04xen: Get rid of the last irq_desc abuseThomas Gleixner1-14/+1
2014-03-04xen: Use the proper irq functionsThomas Gleixner1-5/+2