summaryrefslogtreecommitdiffstats
path: root/linux-headers/asm-mips
Commit message (Collapse)AuthorAgeFilesLines
* linux-headers: updateCornelia Huck2018-08-201-6/+12
| | | | | | | 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: add kvm header for mipsMichael S. Tsirkin2018-05-231-3/+22
| | | | | | | | kvm header for MIPS was manually excluded from auto-updates. Update it now to 4.17-rc2. Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
* linux-headers: add unistd.h on all archesMichael S. Tsirkin2018-05-233-6/+92
| | | | | | | | 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-5/+0Star
| | | | | | Unused now and can be removed. Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
* linux-headers: add unistd.hMarc-André Lureau2015-10-221-0/+1063
| | | | | | | | | | | | | 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>
* linux-headers: updateCornelia Huck2015-04-301-63/+101
| | | | | | | This updates linux-headers against master 4.1-rc1 (commit b787f68c36d49bb1d9236f403813641efa74a031). Signed-off-by: Cornelia Huck <cornelia.huck@de.ibm.com>
* linux-headers: update to 3.17-rc7Jens Freimann2014-10-101-1/+5
| | | | | | | | Sync headers with 3.17-rc7 Acked-by: Paolo Bonzini <pbonzini@redhat.com> Signed-off-by: Jens Freimann <jfrei@linux.vnet.ibm.com> Signed-off-by: Cornelia Huck <cornelia.huck@de.ibm.com>
* linux-headers: update linux headers to kvm/nextAlexander Graf2014-06-161-0/+35
| | | | | | This updates the kvm headers to commit 820b3fcd in kvm/next. Signed-off-by: Alexander Graf <agraf@suse.de>
* linux-headers: update to 3.11Alexey Kardashevskiy2013-09-201-42/+39Star
| | | | | Signed-off-by: Alexey Kardashevskiy <aik@ozlabs.ru> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
* linux-headers: Update to v3.10-rc5Alexey Kardashevskiy2013-06-122-0/+139
This adds symbols required for PPC64 pseries platform features: 1. sPAPR live migration; 2. in-kernel XICS interrupt controller. Signed-off-by: Alexey Kardashevskiy <aik@ozlabs.ru> Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>