Age | Commit message (Expand) | Author | Files | Lines |
2024-03-01 | xen: evtchn: Allow shared registration of IRQ handers | Viresh Kumar | 1 | -1/+1 |
2023-07-26 | xen/evtchn: Introduce new IOCTL to bind static evtchn | Rahul Singh | 1 | -9/+26 |
2021-02-23 | xen/evtchn: use READ/WRITE_ONCE() for accessing ring indices | Juergen Gross | 1 | -9/+16 |
2021-02-23 | xen/evtchn: use smp barriers for user event ring | Juergen Gross | 1 | -2/+2 |
2020-12-15 | xen/events: Remove disfunct affinity spreading | Thomas Gleixner | 1 | -33/+1 |
2020-10-20 | xen/events: switch user event channels to lateeoi model | Juergen Gross | 1 | -4/+3 |
2020-04-07 | xen: Use evtchn_type_t as a type for event channels | Yan Yankovskyi | 1 | -6/+7 |
2019-07-17 | xen/events: fix binding user event channels to cpus | Juergen Gross | 1 | -1/+1 |
2019-05-06 | *: convert stream-like files from nonseekable_open -> stream_open | Kirill Smelkov | 1 | -1/+1 |
2018-06-13 | treewide: kvmalloc() -> kvmalloc_array() | Kees Cook | 1 | -1/+1 |
2018-02-12 | vfs: do bulk POLL* -> EPOLL* replacement | Linus Torvalds | 1 | -3/+3 |
2017-11-28 | the rest of drivers/*: annotate ->poll() instances | Al Viro | 1 | -2/+2 |
2017-06-13 | xen-evtchn: Bind dyn evtchn:qemu-dm interrupt to next online VCPU | Anoob Soman | 1 | -1/+33 |
2017-05-09 | treewide: use kv[mz]alloc* rather than opencoded variants | Michal Hocko | 1 | -13/+1 |
2016-12-22 | xen/evtchn: use rb_entry() | Geliang Tang | 1 | -2/+2 |
2016-07-25 | xen/evtchn: use xen_vcpu_id mapping | Vitaly Kuznetsov | 1 | -1/+2 |
2016-07-25 | xen/evtchn: add IOCTL_EVTCHN_RESTRICT | David Vrabel | 1 | -0/+40 |
2016-05-04 | xen/evtchn: fix ring resize when binding new events | Jan Beulich | 1 | -12/+8 |
2015-11-26 | xen/evtchn: dynamically grow pending event channel ring | David Vrabel | 1 | -16/+107 |
2014-01-06 | xen/evtchn: support more than 4096 ports | David Vrabel | 1 | -1/+1 |
2013-11-07 | xen: remove deprecated IRQF_DISABLED | Michael Opdenacker | 1 | -1/+1 |
2013-08-30 | xen/evtchn: double free on error | Dan Carpenter | 1 | -1/+0 |
2013-08-09 | xen/evtchn: improve scalability by using per-user locks | David Vrabel | 1 | -80/+112 |
2013-07-30 | xen/evtchn: avoid a deadlock when unbinding an event channel | David Vrabel | 1 | -19/+2 |
2013-06-28 | xen: Convert printks to pr_<level> | Joe Perches | 1 | -2/+4 |
2013-02-20 | xen: close evtchn port if binding to irq fails | Wei Liu | 1 | -0/+10 |
2013-02-20 | xen-evtchn: correct comment and error output | Wei Liu | 1 | -2/+2 |
2011-11-22 | xen/event: Add reference counting to event channels | Daniel De Graaf | 1 | -1/+1 |
2011-04-10 | treewide: remove extra semicolons | Justin P. Mattock | 1 | -1/+1 |
2010-11-19 | Merge branch 'xen/dev-evtchn' into upstream/evtchn | Jeremy Fitzhardinge | 1 | -22/+74 |
2010-11-19 | xen/evtchn: the evtchn device is non-seekable | Jeremy Fitzhardinge | 1 | -2/+2 |
2010-10-15 | llseek: automatically add .llseek fop | Arnd Bergmann | 1 | -0/+1 |
2010-10-05 | xen/evtchn: add missing static | Jeremy Fitzhardinge | 1 | -1/+1 |
2010-05-29 | xen/evtchn: Fix name of Xen event-channel device | Bastian Blank | 1 | -1/+1 |
2010-05-29 | xen/evtchn: don't do unbind_from_irqhandler under spinlock | Jeremy Fitzhardinge | 1 | -2/+11 |
2010-03-30 | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 1 | -1/+0 |
2009-11-04 | xen: move Xen-testing predicates to common header | Jeremy Fitzhardinge | 1 | -0/+2 |
2009-09-20 | includecheck fix: drivers/xen, evtchn.c | Jaswinder Singh Rajput | 1 | -1/+0 |
2009-09-19 | xen/evtchn: remove spurious barrier | Jeremy Fitzhardinge | 1 | -3/+0 |
2009-09-19 | xen/evtchn: ports start enabled | Jeremy Fitzhardinge | 1 | -5/+4 |
2009-09-19 | xen/evtchn: dynamically allocate port_user array | Jeremy Fitzhardinge | 1 | -2/+8 |
2009-09-19 | xen/evtchn: track enabled state for each port | Jeremy Fitzhardinge | 1 | -15/+56 |
2009-03-30 | xen/dev-evtchn: clean up locking in evtchn | Jeremy Fitzhardinge | 1 | -12/+25 |
2009-03-30 | xen: add /dev/xen/evtchn driver | Ian Campbell | 1 | -0/+494 |