summaryrefslogtreecommitdiffstats
path: root/linux-headers/linux/userfaultfd.h
Commit message (Collapse)AuthorAgeFilesLines
* linux-headers: updateCornelia Huck2017-05-191-4/+7
| | | | | | | | Update against Linux v4.12-rc1. Also include the new vfio_ccw.h header. Signed-off-by: Cornelia Huck <cornelia.huck@de.ibm.com>
* update Linux headers to 4.11Paolo Bonzini2017-02-281-9/+58
| | | | | | | | virtio_mmio.h would be deleted; I am leaving it in though it was a mistake to add it. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com> Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
* update Linux headers to 4.6Paolo Bonzini2016-04-051-1/+1
| | | | Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
* Add Linux userfaultfd.h headerDr. David Alan Gilbert2015-11-101-0/+167
Postcopy uses the userfaultfd.h feature in the Linux kernel; include the header. (In early versions of the patch series we had this, and then we dropped this by only including it if the kernel headers defined the syscall number; however 1842bdfd added the syscall definition to our headers, which means we can't tell if the kernel has it or not) Signed-off-by: Dr. David Alan Gilbert <dgilbert@redhat.com> Reviewed-by: Juan Quintela <quintela@redhat.com> Signed-off-by: Juan Quintela <quintela@redhat.com>