summaryrefslogtreecommitdiffstats
path: root/linux-headers/asm-generic
Commit message (Collapse)AuthorAgeFilesLines
* linux headers: update against Linux 5.2-rc1Cornelia Huck2019-05-212-36/+138
| | | | | | commit a188339ca5a396acc588e5851ed7e19f66b0ebd9 Signed-off-by: Cornelia Huck <cohuck@redhat.com>
* linux-headers: add linux/mman.h.Zhang Yi2019-04-253-0/+137
| | | | | | | | Update it to 4.20-rc1 Signed-off-by: Zhang Yi <yi.z.zhang@linux.intel.com> Message-Id: <f9346f1816b940a4231524a84d57a2cac8466ccc.1549555521.git.yi.z.zhang@linux.intel.com> Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
* include: update Linux headers to 4.21-rc1/5.0-rc1Paolo Bonzini2019-02-041-1/+9
| | | | | | | | | | This is simply running the newly-updated script on Linux, in order to obtain the new header files and all the other updates from the recent Linux merge window. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com> Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
* linux-headers: updateCornelia Huck2018-08-201-1/+3
| | | | | | | Update to Linux upstream commit 2ad0d5269970 ("Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net") Signed-off-by: Cornelia Huck <cohuck@redhat.com>
* linux-headers: Update to kernel mainline commit b357bf602Eric Auger2018-06-221-1/+3
| | | | | | | | | | | 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: add unistd.h on all archesMichael S. Tsirkin2018-05-232-0/+797
| | | | | | | | This adds unistd.h on ARM64 and MIPS and their dependencies. Updated to Linux 4.17-rc2. Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
* linux-headers: drop kvm_para.hMichael S. Tsirkin2018-05-231-4/+0Star
| | | | | | Unused now and can be removed. Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
* linux-headers: resync from mainline to add ARM KVM headersPeter Maydell2013-03-051-0/+4
Resync QEMU's copy of the Linux kernel headers from git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master commit 2ef14f4. This adds the ARM KVM headers, since ARM KVM support has just hit mainline via Russell's ARM tree. This is not a pure sync -- I have removed by hand some changes that would have reverted updates for s390x and ppc which have not yet hit mainline. Signed-off-by: Peter Maydell <peter.maydell@linaro.org>