summaryrefslogtreecommitdiffstats
path: root/arch (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | tile: fix bug where fls(0) was not returning 0Chris Metcalf2012-05-251-6/+6
| * | | | | | | | arch/tile: mark TILEGX as not EXPERIMENTALChris Metcalf2012-05-251-6/+4
| * | | | | | | | tile/mm/fault.c: Port OOM changes to handle_page_faultKautuk Consul2012-05-251-5/+27
| * | | | | | | | arch/tile: add descriptive text if the kernel reports a bad trapChris Metcalf2012-05-251-2/+28
| * | | | | | | | arch/tile: allow querying cpu module information from the hypervisorChris Metcalf2012-05-252-1/+21
| * | | | | | | | arch/tile: fix hardwall for tilegx and generalize for idn and ipiChris Metcalf2012-05-258-280/+636
| * | | | | | | | arch/tile: support multiple huge page sizes dynamicallyChris Metcalf2012-05-2515-158/+456
| * | | | | | | | arch/tile: support kexec() for tilegxChris Metcalf2012-05-255-9/+300
| * | | | | | | | arch/tile: support <asm/cachectl.h> header for cacheflush() syscallChris Metcalf2012-05-256-8/+55
| * | | | | | | | arch/tile: Allow tilegx to build with either 16K or 64K page sizeChris Metcalf2012-05-2520-197/+345
| * | | | | | | | arch/tile: optimize get_user/put_user and friendsChris Metcalf2012-05-258-315/+241
| * | | | | | | | arch/tile: support building big-endian kernelChris Metcalf2012-05-2510-29/+130
| * | | | | | | | arch/tile: allow building Linux with transparent huge pages enabledChris Metcalf2012-05-254-48/+107
| * | | | | | | | arch/tile: use interrupt critical sections lessChris Metcalf2012-05-257-99/+96
* | | | | | | | | 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-25110-1902/+4884
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | KVM: s390: onereg for timer related registersJason J. herne2012-05-182-0/+18
| * | | | | | | | | | KVM: s390: epoch difference and TOD programmable fieldCarsten Otte2012-05-182-0/+19
| * | | | | | | | | | KVM: s390: KVM_GET/SET_ONEREG for s390Carsten Otte2012-05-181-0/+38
| * | | | | | | | | | KVM: s390: add capability indicating COW supportChristian Borntraeger2012-05-182-0/+5