summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* word-at-a-time: make the interfaces truly genericLinus Torvalds2012-05-263-3/+31
* x86: use generic strncpy_from_user routineLinus Torvalds2012-05-263-97/+2
* Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2012-05-253-27/+2
|\
| * dmaengine: at_hdmac: take maxburst from slave configurationNicolas Ferre2012-05-152-22/+0
| * dmaengine: at_hdmac: remove some at_dma_slave commentsNicolas Ferre2012-05-151-5/+0
| * dma/amba-pl08x: add support for the Nomadik variantLinus Walleij2012-04-251-0/+2
* | Merge branch 'for-linus' of git://git.linaro.org/people/mszyprowski/linux-dma...Linus Torvalds2012-05-2520-547/+1475
|\ \
| * \ Merge branch 'for-next-arm-dma' into for-linusMarek Szyprowski2012-05-227-460/+1078
| |\ \
| | * | ARM: dma-mapping: add support for IOMMU mapperMarek Szyprowski2012-05-215-12/+747
| | * | ARM: dma-mapping: use alloc, mmap, free from dma_opsMarek Szyprowski2012-05-213-66/+104
| | * | ARM: dma-mapping: remove redundant code and do the cleanupMarek Szyprowski2012-05-211-64/+24
| | * | ARM: dma-mapping: move all dma bounce code to separate dma ops structureMarek Szyprowski2012-05-213-120/+120
| | * | ARM: dma-mapping: implement dma sg methods on top of any generic dma opsMarek Szyprowski2012-05-211-24/+19
| | * | ARM: dma-mapping: use asm-generic/dma-mapping-common.hMarek Szyprowski2012-05-214-231/+115
| | * | ARM: dma-mapping: remove offset parameter to prepare for generic dma_opsMarek Szyprowski2012-05-213-39/+45
| | * | ARM: dma-mapping: introduce DMA_ERROR_CODE constantMarek Szyprowski2012-05-213-5/+7
| | * | ARM: dma-mapping: use pr_* instread of printkMarek Szyprowski2012-05-211-8/+8
| | * | ARM: dma-mapping: use dma_mmap_from_coherent()Marek Szyprowski2012-05-211-0/+3
| * | | ARM: dma-mapping: use PMD size for section unmapVitaly Andrianov2012-05-211-1/+1
| * | | ARM: integrate CMA with DMA-mapping subsystemMarek Szyprowski2012-05-218-88/+366
| * | | X86: integrate CMA with DMA-mapping subsystemMarek Szyprowski2012-05-216-9/+38
| * | | drivers: add Contiguous Memory AllocatorMarek Szyprowski2012-05-211-0/+3
| |/ /
* | | Merge tag 'cris-for-linus' of git://jni.nu/crisLinus Torvalds2012-05-2516-1106/+40
|\ \ \
| * | | cris: Remove old legacy "-traditional" flag from arch-v10/lib/MakefilePaul Gortmaker2012-04-191-3/+0
| * | | CRIS: Remove legacy RTC driversJesper Nilsson2012-04-058-1090/+7
| * | | cris/mm/fault.c: Port OOM changes to do_page_faultKautuk Consul2012-04-041-5/+26
| * | | cris:fix the wrong function declearWanlong Gao2012-04-031-1/+1
| * | | CRIS: Add _sdata to vmlinux.lds.SJesper Nilsson2012-04-031-0/+1
| * | | cris: posix_types.h, include asm-generic/posix_types.hJiri Slaby2012-04-031-0/+2
| * | | cris/arch-v32: cryptocop: Use kzallocJesper Nilsson2012-04-031-4/+2
| * | | cris:removed the unused variableWanlong Gao2012-04-031-2/+0
| * | | CRISv32: Correct name of read_mostly section.Jesper Nilsson2012-04-031-1/+1
* | | | openrisc: use generic strncpy_from_userJonas Bonn2012-05-253-59/+4
* | | | Merge branch 'next' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2012-05-24110-1902/+4884
|\ \ \ \
| * | | | KVM: s390: onereg for timer related registersJason J. herne2012-05-172-0/+18
| * | | | KVM: s390: epoch difference and TOD programmable fieldCarsten Otte2012-05-172-0/+19
| * | | | KVM: s390: KVM_GET/SET_ONEREG for s390Carsten Otte2012-05-171-0/+38
| * | | | KVM: s390: add capability indicating COW supportChristian Borntraeger2012-05-172-0/+5
| * | | | KVM: Fix mmu_reload() clash with nested vmx event injectionAvi Kivity2012-05-161-4/+6
| * | | | KVM: MMU: Don't use RCU for lockless shadow walkingAvi Kivity2012-05-162-48/+29
| * | | | KVM: VMX: Optimize %ds, %es reloadAvi Kivity2012-05-161-5/+31
| * | | | KVM: VMX: Fix %ds/%es clobberAvi Kivity2012-05-161-1/+5
| * | | | KVM: x86 emulator: convert bsf/bsr instructions to emulate_2op_SrcV_nobyte()Joerg Roedel2012-05-141-24/+2
| * | | | KVM: VMX: unlike vmcs on fail pathXiao Guangrong2012-05-141-1/+1
| * | | | Merge branch 'for-upstream' of git://github.com/agraf/linux-2.6 into nextAvi Kivity2012-05-0825-462/+685
| |\ \ \ \
| | * | | | KVM: PPC: Emulator: clean up SPR reads and writesAlexander Graf2012-05-068-144/+190
| | * | | | KVM: PPC: Emulator: clean up instruction parsingAlexander Graf2012-05-065-137/+56
| | * | | | kvm/powerpc: Add new ioctl to retreive server MMU infosBenjamin Herrenschmidt2012-05-065-1/+80
| | * | | | kvm/book3s: Make kernel emulated H_PUT_TCE available for "PR" KVMBenjamin Herrenschmidt2012-05-069-112/+191
| | * | | | KVM: PPC: bookehv: Fix r8/r13 storing in level exception handlerMihai Caraman2012-05-061-1/+1