summaryrefslogtreecommitdiff
path: root/drivers/xen/privcmd-buf.c
AgeCommit message (Expand)AuthorFilesLines
2026-02-22Convert 'alloc_flex' family to use the new default GFP_KERNEL argumentLinus Torvalds1-1/+1
2026-02-22Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds1-1/+1
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook1-2/+2
2024-07-02xen: add missing MODULE_DESCRIPTION() macrosJeff Johnson1-0/+1
2023-02-10mm: replace vma->vm_flags direct modifications with modifier callsSuren Baghdasaryan1-1/+1
2019-05-14xen/privcmd-buf.c: convert to use vm_map_pages_zero()Souptick Joarder1-6/+2
2019-04-05xen: use struct_size() helper in kzalloc()Andrea Righi1-2/+1
2018-11-09xen: remove size limit of privcmd-buf mapping interfaceJuergen Gross1-18/+4
2018-06-22xen: add new hypercall buffer mapping deviceJuergen Gross1-0/+210