summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2013-11-155-22/+63
|\
| * hung_task: add method to reset detectorMarcelo Tosatti2013-11-061-0/+8
| * srcu: API for barrier after srcu read unlockMichael S. Tsirkin2013-11-061-0/+14
| * Merge branch 'kvm-ppc-queue' of git://github.com/agraf/linux-2.6 into queueGleb Natapov2013-11-042-2/+7
| |\
| | * kvm: powerpc: book3s: Allow the HV and PR selection per virtual machineAneesh Kumar K.V2013-10-171-0/+4
| | * kvm: Add struct kvm arg to memslot APIsAneesh Kumar K.V2013-10-171-2/+3
| * | kvm_host: typo fixMichael S. Tsirkin2013-10-311-1/+1
| * | kvm: Create non-coherent DMA registerationAlex Williamson2013-10-301-0/+19
| * | kvm/x86: Convert iommu_flags to iommu_noncoherentAlex Williamson2013-10-301-3/+0
| * | kvm: Add VFIO deviceAlex Williamson2013-10-302-0/+5
| * | kvm: Add KVM_GET_EMULATED_CPUIDBorislav Petkov2013-10-301-0/+2
| * | Powerpc KVM work is based on a commit after rc4.Gleb Natapov2013-10-1736-112/+168
| |\ \ | | |/ | |/|
| * | Merge tag 'kvm-arm-for-3.13-1' of git://git.linaro.org/people/cdall/linux-kvm...Gleb Natapov2013-10-161-0/+1
| |\ \
| | * | ARM/ARM64: KVM: Implement KVM_ARM_PREFERRED_TARGET ioctlAnup Patel2013-10-021-0/+1
| * | | KVM: Drop FOLL_GET in GUP when doing async page faultchai wen2013-10-152-7/+5
| * | | KVM: Move gfn_to_index to x86 specific codeChristoffer Dall2013-10-141-7/+0
| * | | KVM: Convert kvm_lock back to non-raw spinlockPaolo Bonzini2013-09-301-1/+1
| * | | kvm: remove .done from struct kvm_async_pfRadim Krčmář2013-09-241-1/+0
* | | | Merge tag 'stable/for-linus-3.13-rc0-tag' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2013-11-154-3/+64
|\ \ \ \
| * \ \ \ Merge remote-tracking branch 'stefano/swiotlb-xen-9.1' into stable/for-linus-...Konrad Rzeszutek Wilk2013-11-082-3/+6
| |\ \ \ \
| | * | | | swiotlb-xen: use xen_alloc/free_coherent_pagesStefano Stabellini2013-10-101-2/+2
| | * | | | swiotlb-xen: introduce xen_swiotlb_set_dma_maskStefano Stabellini2013-10-091-0/+2
| | * | | | xen: make xen_create_contiguous_region return the dma addressStefano Stabellini2013-10-091-1/+2
| * | | | | Merge tag 'v3.12-rc5' into stable/for-linus-3.13Konrad Rzeszutek Wilk2013-11-0829-41/+136
| |\| | | |
| * | | | | swiotlb-xen: missing include dma-direction.hStefano Stabellini2013-11-081-0/+1
| * | | | | xen/mcfg: Call PHYSDEVOP_pci_mmcfg_reserved for MCFG areas.Konrad Rzeszutek Wilk2013-11-081-0/+11
| * | | | | tracing/events: Add bounce tracing to swiotblZoltan Kiss2013-10-021-0/+46
* | | | | | Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2013-11-153-30/+139
|\ \ \ \ \ \
| * | | | | | virtio_ring: add new function virtqueue_is_broken()Heinz Graalfs2013-10-291-0/+2
| * | | | | | virtio_ring: let virtqueue_{kick()/notify()} return a boolHeinz Graalfs2013-10-291-2/+2
| * | | | | | virtio_ring: change host notification APIHeinz Graalfs2013-10-291-1/+1
| * | | | | | virtio_config: remove virtio_config_valRusty Russell2013-10-171-27/+0
| * | | | | | virtio_config: introduce size-based accessors.Rusty Russell2013-10-171-0/+134
| | |_|/ / / | |/| | | |
* | | | | | Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2013-11-153-5/+3
|\ \ \ \ \ \
| * | | | | | asmlinkage, module: Make ksymtab and kcrctab symbols and __this_module __visibleAndi Kleen2013-10-291-2/+2
| * | | | | | kernel: add support for init_array constructorsFrantisek Hrbata2013-10-171-0/+1
| * | | | | | module: remove rmmod --wait option.Rusty Russell2013-09-231-3/+0
| |/ / / / /
* | | | | | Merge branch 'akpm' (patch-bomb from Andrew Morton)Linus Torvalds2013-11-1513-119/+230
|\ \ \ \ \ \
| * | | | | | cmdline-parser: fix buildAlexander Beregalov2013-11-151-0/+2
| * | | | | | kfifo API type safetyStefani Seibold2013-11-151-33/+14
| * | | | | | llists: move llist_reverse_order from raid5 to llist.cChristoph Hellwig2013-11-151-0/+2
| * | | | | | kernel-provide-a-__smp_call_function_single-stub-for-config_smp-fixAndrew Morton2013-11-151-9/+3
| * | | | | | kernel: remove CONFIG_USE_GENERIC_SMP_HELPERSChristoph Hellwig2013-11-151-4/+0
| * | | | | | revert "softirq: Add support for triggering softirq work on softirqs"Christoph Hellwig2013-11-151-22/+0
| * | | | | | sched: remove INIT_COMPLETIONWolfram Sang2013-11-151-10/+0
| * | | | | | sched: replace INIT_COMPLETION with reinit_completionWolfram Sang2013-11-151-3/+15
| * | | | | | seq_file: introduce seq_setwidth() and seq_pad()Tetsuo Handa2013-11-151-0/+15
| * | | | | | lockref: use BLOATED_SPINLOCKS to avoid explicit config dependenciesPeter Zijlstra2013-11-151-1/+6
| * | | | | | mm: create a separate slab for page->ptl allocationKirill A. Shutemov2013-11-151-0/+9
| * | | | | | mm: properly separate the bloated ptl from the regular casePeter Zijlstra2013-11-152-15/+18