summaryrefslogtreecommitdiff
path: root/drivers/xen/privcmd.c
AgeCommit message (Expand)Author
2024-02-13xen/privcmd: Use memdup_array_user() in alloc_ioreq()Markus Elfring
2024-01-08Merge tag 'vfs-6.8.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...Linus Torvalds
2023-11-28eventfd: simplify eventfd_signal()Christian Brauner
2023-11-17xen: privcmd: Replace zero-length array with flex-array member and use __coun...Gustavo A. R. Silva
2023-10-16xen: privcmd: Add support for ioeventfdViresh Kumar
2023-10-16xen: Make struct privcmd_irqfd's layout architecture independentViresh Kumar
2023-08-22xen: privcmd: Add support for irqfdViresh Kumar
2023-06-19mm: ptep_get() conversionRyan Roberts
2023-02-09mm: replace vma->vm_flags direct modifications with modifier callsSuren Baghdasaryan
2022-12-05xen/privcmd: Fix a possible warning in privcmd_ioctl_mmap_resource()Harshit Mogalapalli
2022-09-26xen: use vma_lookup() in privcmd_ioctl_mmap()Liam R. Howlett
2022-08-25xen/privcmd: fix error exit of privcmd_ioctl_dm_op()Juergen Gross
2021-10-05xen/privcmd: drop "pages" parameter from xen_remap_pfn()Jan Beulich
2021-10-05xen/privcmd: fix error handling in mmap-resource processingJan Beulich
2021-10-05xen/privcmd: replace kcalloc() by kvcalloc() when allocating empty pagesJan Beulich
2021-01-13xen/privcmd: allow fetching resource sizesRoger Pau Monne
2020-09-06Merge tag 'for-linus-5.9-rc4-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2020-09-04xen: add helpers to allocate unpopulated memoryRoger Pau Monne
2020-08-07Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2020-08-07mm: remove unneeded includes of <asm/pgalloc.h>Mike Rapoport
2020-08-03xen/privcmd: Convert get_user_pages*() to pin_user_pages*()Souptick Joarder
2020-08-03xen/privcmd: Mark pages as dirtySouptick Joarder
2020-08-03xen/privcmd: Corrected error handling pathSouptick Joarder
2020-06-09mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse
2020-06-09mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport
2020-04-26xen/privcmd: Remove unneeded asm/tlb.h includeThomas Gleixner
2019-07-31xen: avoid link error on ARMArnd Bergmann
2019-07-12mm/pgtable: drop pgtable_t variable from pte_fn_t functionsAnshuman Khandual
2019-05-21treewide: Add SPDX license identifier for more missed filesThomas Gleixner
2019-01-03Remove 'type' argument from access_ok() functionLinus Torvalds
2018-06-22xen: add new hypercall buffer mapping deviceJuergen Gross
2018-05-14xen/privcmd: add IOCTL_PRIVCMD_MMAP_RESOURCEPaul Durrant
2018-05-14xen: Change return type to vm_fault_tSouptick Joarder
2017-11-08xen/privcmd: remove unused variable pageidxColin Ian King
2017-06-07xen/privcmd: Support correctly 64KB page granularity when mapping memoryJulien Grall
2017-02-24mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmfDave Jiang
2017-02-14xen/privcmd: add IOCTL_PRIVCMD_RESTRICTPaul Durrant
2017-02-14xen/privcmd: Add IOCTL_PRIVCMD_DM_OPPaul Durrant
2017-02-13xen/privcmd: return -ENOTTY for unimplemented IOCTLsPaul Durrant
2016-12-14mm: use vmf->address instead of of vmf->virtual_addressJan Kara
2016-07-06xen: use vma_pages().Muhammad Falak R Wani
2015-10-23xen/privcmd: Add support for Linux 64KB page granularityJulien Grall
2015-10-23xen/balloon: make alloc_xenballoon_pages() always allocate low pagesDavid Vrabel
2015-09-10Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2015-09-10mm: mark most vm_operations_struct constKirill A. Shutemov
2015-09-08xen/privcmd: Further s/MFN/GFN/ clean-upJulien Grall
2015-03-16xen/privcmd: improve performance of MMAPBATCH_V2David Vrabel
2015-02-23x86/xen: allow privcmd hypercalls to be preemptedDavid Vrabel
2013-12-06xen: privcmd: do not return pages which we have failed to unmapIan Campbell
2013-08-30Xen: Fix retry calls into PRIVCMD_MMAPBATCH*.Andres Lagar-Cavilla