Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | tile: fix bug where fls(0) was not returning 0 | Chris Metcalf | 2012-05-25 | 1 | -6/+6 | |
| * | | | | | | | | arch/tile: mark TILEGX as not EXPERIMENTAL | Chris Metcalf | 2012-05-25 | 1 | -6/+4 | |
| * | | | | | | | | tile/mm/fault.c: Port OOM changes to handle_page_fault | Kautuk Consul | 2012-05-25 | 1 | -5/+27 | |
| * | | | | | | | | arch/tile: add descriptive text if the kernel reports a bad trap | Chris Metcalf | 2012-05-25 | 1 | -2/+28 | |
| * | | | | | | | | arch/tile: allow querying cpu module information from the hypervisor | Chris Metcalf | 2012-05-25 | 2 | -1/+21 | |
| * | | | | | | | | arch/tile: fix hardwall for tilegx and generalize for idn and ipi | Chris Metcalf | 2012-05-25 | 8 | -280/+636 | |
| * | | | | | | | | arch/tile: support multiple huge page sizes dynamically | Chris Metcalf | 2012-05-25 | 15 | -158/+456 | |
| * | | | | | | | | arch/tile: support kexec() for tilegx | Chris Metcalf | 2012-05-25 | 5 | -9/+300 | |
| * | | | | | | | | arch/tile: support <asm/cachectl.h> header for cacheflush() syscall | Chris Metcalf | 2012-05-25 | 6 | -8/+55 | |
| * | | | | | | | | arch/tile: Allow tilegx to build with either 16K or 64K page size | Chris Metcalf | 2012-05-25 | 20 | -197/+345 | |
| * | | | | | | | | arch/tile: optimize get_user/put_user and friends | Chris Metcalf | 2012-05-25 | 8 | -315/+241 | |
| * | | | | | | | | arch/tile: support building big-endian kernel | Chris Metcalf | 2012-05-25 | 10 | -29/+130 | |
| * | | | | | | | | arch/tile: allow building Linux with transparent huge pages enabled | Chris Metcalf | 2012-05-25 | 4 | -48/+107 | |
| * | | | | | | | | arch/tile: use interrupt critical sections less | Chris Metcalf | 2012-05-25 | 7 | -99/+96 | |
* | | | | | | | | | Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dma | Linus Torvalds | 2012-05-25 | 3 | -27/+2 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | dmaengine: at_hdmac: take maxburst from slave configuration | Nicolas Ferre | 2012-05-15 | 2 | -22/+0 | |
| * | | | | | | | | | dmaengine: at_hdmac: remove some at_dma_slave comments | Nicolas Ferre | 2012-05-15 | 1 | -5/+0 | |
| * | | | | | | | | | dma/amba-pl08x: add support for the Nomadik variant | Linus Walleij | 2012-04-25 | 1 | -0/+2 | |
| | |_|_|_|_|_|/ / | |/| | | | | | | | ||||||
* | | | | | | | | | Merge branch 'for-linus' of git://git.linaro.org/people/mszyprowski/linux-dma... | Linus Torvalds | 2012-05-25 | 20 | -547/+1475 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ | Merge branch 'for-next-arm-dma' into for-linus | Marek Szyprowski | 2012-05-22 | 7 | -460/+1078 | |
| |\ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | ARM: dma-mapping: add support for IOMMU mapper | Marek Szyprowski | 2012-05-21 | 5 | -12/+747 | |
| | * | | | | | | | | | ARM: dma-mapping: use alloc, mmap, free from dma_ops | Marek Szyprowski | 2012-05-21 | 3 | -66/+104 | |
| | * | | | | | | | | | ARM: dma-mapping: remove redundant code and do the cleanup | Marek Szyprowski | 2012-05-21 | 1 | -64/+24 | |
| | * | | | | | | | | | ARM: dma-mapping: move all dma bounce code to separate dma ops structure | Marek Szyprowski | 2012-05-21 | 3 | -120/+120 | |
| | * | | | | | | | | | ARM: dma-mapping: implement dma sg methods on top of any generic dma ops | Marek Szyprowski | 2012-05-21 | 1 | -24/+19 | |
| | * | | | | | | | | | ARM: dma-mapping: use asm-generic/dma-mapping-common.h | Marek Szyprowski | 2012-05-21 | 4 | -231/+115 | |
| | * | | | | | | | | | ARM: dma-mapping: remove offset parameter to prepare for generic dma_ops | Marek Szyprowski | 2012-05-21 | 3 | -39/+45 | |
| | * | | | | | | | | | ARM: dma-mapping: introduce DMA_ERROR_CODE constant | Marek Szyprowski | 2012-05-21 | 3 | -5/+7 | |
| | * | | | | | | | | | ARM: dma-mapping: use pr_* instread of printk | Marek Szyprowski | 2012-05-21 | 1 | -8/+8 | |
| | * | | | | | | | | | ARM: dma-mapping: use dma_mmap_from_coherent() | Marek Szyprowski | 2012-05-21 | 1 | -0/+3 | |
| | | |/ / / / / / / | | |/| | | | | | | | ||||||
| * | | | | | | | | | ARM: dma-mapping: use PMD size for section unmap | Vitaly Andrianov | 2012-05-21 | 1 | -1/+1 | |
| * | | | | | | | | | ARM: integrate CMA with DMA-mapping subsystem | Marek Szyprowski | 2012-05-21 | 8 | -88/+366 | |
| * | | | | | | | | | X86: integrate CMA with DMA-mapping subsystem | Marek Szyprowski | 2012-05-21 | 6 | -9/+38 | |
| * | | | | | | | | | drivers: add Contiguous Memory Allocator | Marek Szyprowski | 2012-05-21 | 1 | -0/+3 | |
| |/ / / / / / / / | ||||||
* | | | | | | | | | Merge tag 'cris-for-linus' of git://jni.nu/cris | Linus Torvalds | 2012-05-25 | 16 | -1106/+40 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | cris: Remove old legacy "-traditional" flag from arch-v10/lib/Makefile | Paul Gortmaker | 2012-04-19 | 1 | -3/+0 | |
| * | | | | | | | | | CRIS: Remove legacy RTC drivers | Jesper Nilsson | 2012-04-05 | 8 | -1090/+7 | |
| * | | | | | | | | | cris/mm/fault.c: Port OOM changes to do_page_fault | Kautuk Consul | 2012-04-04 | 1 | -5/+26 | |
| * | | | | | | | | | cris:fix the wrong function declear | Wanlong Gao | 2012-04-03 | 1 | -1/+1 | |
| * | | | | | | | | | CRIS: Add _sdata to vmlinux.lds.S | Jesper Nilsson | 2012-04-03 | 1 | -0/+1 | |
| * | | | | | | | | | cris: posix_types.h, include asm-generic/posix_types.h | Jiri Slaby | 2012-04-03 | 1 | -0/+2 | |
| * | | | | | | | | | cris/arch-v32: cryptocop: Use kzalloc | Jesper Nilsson | 2012-04-03 | 1 | -4/+2 | |
| * | | | | | | | | | cris:removed the unused variable | Wanlong Gao | 2012-04-03 | 1 | -2/+0 | |
| * | | | | | | | | | CRISv32: Correct name of read_mostly section. | Jesper Nilsson | 2012-04-03 | 1 | -1/+1 | |
* | | | | | | | | | | openrisc: use generic strncpy_from_user | Jonas Bonn | 2012-05-25 | 3 | -59/+4 | |
* | | | | | | | | | | Merge branch 'next' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 2012-05-25 | 110 | -1902/+4884 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | KVM: s390: onereg for timer related registers | Jason J. herne | 2012-05-18 | 2 | -0/+18 | |
| * | | | | | | | | | | KVM: s390: epoch difference and TOD programmable field | Carsten Otte | 2012-05-18 | 2 | -0/+19 | |
| * | | | | | | | | | | KVM: s390: KVM_GET/SET_ONEREG for s390 | Carsten Otte | 2012-05-18 | 1 | -0/+38 | |
| * | | | | | | | | | | KVM: s390: add capability indicating COW support | Christian Borntraeger | 2012-05-18 | 2 | -0/+5 |