summaryrefslogtreecommitdiffstats
path: root/linux-headers/asm-x86/unistd_32.h
Commit message (Collapse)AuthorAgeFilesLines
* linux-headers: updateCornelia Huck2020-02-261-0/+2
| | | | | | | Update to commit b1da3acc781c ("Merge tag 'ecryptfs-5.6-rc3-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tyhicks/ecryptfs") Signed-off-by: Cornelia Huck <cohuck@redhat.com>
* linux headers: update against v5.4-rc1Eric Auger2019-10-151-0/+2
| | | | | | | | | | | Update the headers against commit: 0f1a7b3fac05 ("timer-of: don't use conditional expression with mixed 'void' types") Signed-off-by: Eric Auger <eric.auger@redhat.com> Acked-by: Marc Zyngier <maz@kernel.org> Message-id: 20191003154640.22451-2-eric.auger@redhat.com Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
* linux headers: update against Linux 5.2-rc1Cornelia Huck2019-05-211-0/+40
| | | | | | commit a188339ca5a396acc588e5851ed7e19f66b0ebd9 Signed-off-by: Cornelia Huck <cohuck@redhat.com>
* linux-headers: Update to kernel mainline commit b357bf602Eric Auger2018-06-221-0/+2
| | | | | | | | | | | Update our kernel headers to mainline commit b357bf6023a948cf6a9472f07a1b0caac0e4f8e8 ("Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm") Signed-off-by: Eric Auger <eric.auger@redhat.com> Message-id: 1529072910-16156-2-git-send-email-eric.auger@redhat.com [PMM: clarified commit message] Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
* linux-headers: updateCornelia Huck2017-05-191-0/+2
| | | | | | | | Update against Linux v4.12-rc1. Also include the new vfio_ccw.h header. Signed-off-by: Cornelia Huck <cornelia.huck@de.ibm.com>
* kvm: sync linux headersMarcelo Tosatti2016-12-221-0/+3
| | | | | | | | | Import KVM_CLOCK_TSC_STABLE. Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com> Message-Id: <20161210172324.402794293@redhat.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
* update Linux headers to 4.6Paolo Bonzini2016-04-051-0/+2
| | | | Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
* linux-headers: update against kvm/nextCornelia Huck2016-03-011-0/+1
| | | | | | Update against commit efef127c, but keep userfaultd.h. Signed-off-by: Cornelia Huck <cornelia.huck@de.ibm.com>
* linux-headers: update from kvm/nextPaolo Bonzini2015-12-171-0/+1
| | | | Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
* linux-headers: add unistd.hMarc-André Lureau2015-10-221-0/+377
New syscalls are not yet widely distributed. Add them to qemu linux-headers include directory. Update based on v4.3-rc3 kernel headers. Exclude mips for now, which is more problematic due to extra header inclusion and probably unnecessary here. Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com> Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> Tested-by: Thibaut Collet <thibaut.collet@6wind.com>