summaryrefslogtreecommitdiffstats
path: root/linux-headers/asm-powerpc
Commit message (Collapse)AuthorAgeFilesLines
* linux-headers: add unistd.hMarc-André Lureau2015-10-221-0/+392
| | | | | | | | | | | | | 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: update to 3.18-rc5Ard Biesheuvel2014-11-181-0/+6
| | | | | | | | | This updates the Linux header to version 3.18-rc5, adding support for (among other things) read-only memslots on ARM and arm64. Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org> Message-id: 1416248898-6302-1-git-send-email-ard.biesheuvel@linaro.org Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
* linux-headers: update to 3.17-rc7Jens Freimann2014-10-101-0/+2
| | | | | | | | 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-162-1/+7
| | | | | | This updates the kvm headers to commit 820b3fcd in kvm/next. Signed-off-by: Alexander Graf <agraf@suse.de>
* linux-headers: Update from v3.14-rc3Christoffer Dall2014-02-261-0/+3
| | | | | | | | Update to tag v3.14-rc3 (6d0abeca3242a88cab8232e4acd7e2bf088f3bc2) Signed-off-by: Christoffer Dall <christoffer.dall@linaro.org> Message-id: 1392687720-26806-2-git-send-email-christoffer.dall@linaro.org Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
* linux-headers: Update from v3.13-rc3Alex Williamson2013-12-062-6/+84
| | | | | | Update to tag v3.13-rc3 (374b105797c3d4f29c685f3be535c35f5689b30e) Signed-off-by: Alex Williamson <alex.williamson@redhat.com>
* misc: Fix some typos in names and commentsStefan Weil2013-09-011-2/+2
| | | | | | | | | | | | | | | | Most typos were found using a modified version of codespell: accross -> across issueing -> issuing TICNT_THRESHHOLD -> TICNT_THRESHOLD bandwith -> bandwidth VCARD_7816_PROPIETARY -> VCARD_7816_PROPRIETARY occured -> occurred gaurantee -> guarantee sofware -> software Signed-off-by: Stefan Weil <sw@weilnetz.de> Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
* linux-headers: Update to v3.10-rc5Alexey Kardashevskiy2013-06-121-0/+89
| | | | | | | | | 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>
* linux-headers: Update to kvm/queueAlexander Graf2013-04-261-0/+5
| | | | | | Based on kvm.git queue branch with commit e1e2e605. Signed-off-by: Alexander Graf <agraf@suse.de>
* Update Linux kernel headersAlexander Graf2013-01-181-1/+5
| | | | | | Based on kvm.git a843fac (next) plus dfdebc24 (master). Signed-off-by: Alexander Graf <agraf@suse.de>
* kvm: Update kernel headersAlexander Graf2013-01-073-6/+191
| | | | | | Corresponding kvm.git hash: 18eb54cf4a Signed-off-by: Alexander Graf <agraf@suse.de>
* linux-headers: Update to 3.7-rc5Alex Williamson2012-11-131-3/+3
| | | | | | update-linux-headers.sh script run against Linux tag v3.7-rc5 Signed-off-by: Alex Williamson <alex.williamson@redhat.com>
* kvm: update linux headersMarcelo Tosatti2012-04-121-0/+1
| | | | Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>
* PPC: KVM: Update HIOR code to new interfaceAlexander Graf2012-02-021-1/+1
| | | | | | | | | | | | | | | | | | Unfortunately the HIOR setting code slipped into upstream QEMU before it was pulled into upstream KVM. And since Murphy is always right, comments on the patches only emerged on the pull request leading to changes in the interface. So here's an update to the HIOR setting. While at it, I also relaxed it a bit since for HV KVM we can already run fine without and 3.2 works just fine with HV KVM but when not setting HIOR. We will only need this when running PAPR in PR KVM. Since we accidently changed the ABI and API along the way, we have to update the underlying kernel headers together with the code that uses it to not break bisectability. Signed-off-by: Alexander Graf <agraf@suse.de>
* KVM: Update headers (except HIOR mess)Alexander Graf2012-02-022-8/+42
| | | | | | | | This patch is basically what ./scripts/update-linux-headers.sh against upstream KVM's next branch outputs except that all the HIOR bits are removed. These we have to update with the code that uses them. Signed-off-by: Alexander Graf <agraf@suse.de>
* KVM: Update kernel headersAlexander Graf2011-10-061-0/+2
| | | | | | Update HIOR and generic register get/set. Signed-off-by: Alexander Graf <agraf@suse.de>
* KVM: Update kernel headersAlexander Graf2011-10-061-8/+0
| | | | | | Removes ABI-breaking HIOR parts - KVM patch to follow. Signed-off-by: Alexander Graf <agraf@suse.de>
* KVM: Update kernel headersAlexander Graf2011-10-061-0/+40
| | | | | | Another round of KVM features, another round of kernel header updates :) Signed-off-by: Alexander Graf <agraf@suse.de>
* KVM: update kernel headersAlexander Graf2011-10-061-0/+23
| | | | | | This patch updates the kvm kernel headers to the latest version. Signed-off-by: Alexander Graf <agraf@suse.de>
* Import kernel headersJan Kiszka2011-06-202-0/+328
These kernel headers and the COPYING file were automatically imported from current Linux git, cb0a02ecf9 (post 3.0-rc2). Licensing: asm-powerpc GPLv2 asm-s390 GPLv2 asm-x86 Linux top-level license (GPLv2 with exception) linux/kvm*: Linux top-level license (GPLv2 with exception) linux/vhost: Linux top-level license (GPLv2 with exception) linux/virtio*: 3-clause BSB CC: Alexander Graf <agraf@suse.de> Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com> Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>
OpenPOWER on IntegriCloud