aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/xen/xenfs (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman3-0/+3
2017-07-27xen: Drop un-informative message during bootPunit Agrawal1-1/+0
2017-04-26fs: constify tree_descr arrays passed to simple_fill_super()Eric Biggers1-2/+2
2017-02-09xen: clean up xenbus internal headersJuergen Gross2-2/+2
2016-03-21xen: audit usages of module.h ; remove unnecessary instancesPaul Gortmaker1-1/+0
2015-12-21xen: rename dom0_op to platform_opStefano Stabellini1-2/+2
2015-08-20xen: xensyms supportBoris Ostrovsky4-0/+157
2013-06-28xen: Convert printks to pr_<level>Joe Perches1-1/+3
2013-03-03fs: Limit sys_mount to only request filesystem modules.Eric W. Biederman1-0/+1
2013-02-22xenfs: switch to pure simple_fill_super()Al Viro1-55/+11
2012-09-21userns: Convert xenfs to use kuid and kgid where appropriateEric W. Biederman1-1/+2
2011-12-16xen: Add xenbus device driverBastian Blank4-596/+3
2011-12-16xen: Add privcmd device driverBastian Blank4-403/+3
2011-01-20Merge branch 'xen/xenbus' of git://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xenLinus Torvalds1-18/+13
2010-12-20xenbus: Fix memory leak on releaseDaniel De Graaf1-0/+5
2010-11-24Merge branch 'upstream/for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xenLinus Torvalds2-47/+12
2010-11-18Revert "xen/privcmd: create address space to allow writable mmaps"Jeremy Fitzhardinge1-36/+4
2010-11-17BKL: remove extraneous #include <smp_lock.h>Arnd Bergmann1-1/+0
2010-11-16xen/xenfs: update xenfs_mount for new prototypeJeremy Fitzhardinge1-3/+3
2010-11-16Merge commit 'v2.6.37-rc2' into upstream/xenfsJeremy Fitzhardinge2-4/+6
2010-11-11xen: set vma flag VM_PFNMAP in the privcmd mmap file_opStefano Stabellini1-2/+3
2010-10-29xen: xenfs: privcmd: check put_user() return codeVasiliy Kulikov1-6/+2
2010-10-29convert get_sb_single() usersAl Viro1-4/+4
2010-10-26Merge branches 'upstream/xenfs' and 'upstream/core' of git://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xenLinus Torvalds5-6/+567
2010-10-20xen/privcmd: make privcmd visible in domUJeremy Fitzhardinge2-4/+3
2010-10-20xen/privcmd: move remap_domain_mfn_range() to core xen code and export.Ian Campbell1-73/+8
2010-10-20privcmd: MMAPBATCH: Fix error handling/reportingIan Campbell1-15/+41
2010-10-20xen/privcmd: make sure vma is ours before doing anything to itJeremy Fitzhardinge1-0/+3
2010-10-20xen/privcmd: print SIGBUS faultsJeremy Fitzhardinge1-0/+4
2010-10-20xen/xenfs: set_page_dirty is supposed to return true if it dirtiesJeremy Fitzhardinge1-3/+1
2010-10-20xen/privcmd: create address space to allow writable mmapsJeremy Fitzhardinge1-4/+38
2010-10-20xen: add privcmd driverJeremy Fitzhardinge4-1/+440
2010-10-20xen: add /proc/xen/xsd_{kva,port} to xenfsIan Campbell4-2/+125
2010-10-15llseek: automatically add .llseek fopArnd Bergmann2-0/+2
2010-09-09xenbus: avoid zero returns from read()Daniel De Graaf1-0/+3
2010-09-08xenbus: add missing wakeup in concurrent read/writeDaniel De Graaf1-0/+1
2010-09-01xenbus: allow any xenbus command over /proc/xen/xenbusDiego Ongaro1-16/+2
2010-08-25xenfs/xenbus: report partial reads/writes correctlyJeremy Fitzhardinge1-2/+2
2010-08-04Merge branch 'xen/xenbus' into upstream/xenJeremy Fitzhardinge1-0/+3
2010-07-26xenfs: enable for HVM domains tooJeremy Fitzhardinge1-2/+2
2010-07-26implement O_NONBLOCK for /proc/xen/xenbusPaolo Bonzini1-0/+3
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2009-11-04xen: move Xen-testing predicates to common headerJeremy Fitzhardinge1-0/+2
2009-10-04headers: remove sched.h from poll.hAlexey Dobriyan1-0/+1
2009-03-30xen: add "capabilities" fileJeremy Fitzhardinge1-1/+18
2009-01-26xen: unitialised return value in xenbus_write_transactionIan Campbell1-6/+5
2009-01-08xen: add xenfs to allow usermode <-> Xen interactionAlex Zeffertt4-0/+666