Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | dma-mapping: remove <asm-generic/dma-coherent.h> | Christoph Hellwig | 2016-01-20 | 1 | -2/+0 |
* | dma-mapping: always provide the dma_map_ops based implementation | Christoph Hellwig | 2016-01-20 | 56 | -93/+0 |
* | tile: uninline dma_set_mask | Christoph Hellwig | 2016-01-20 | 2 | -28/+30 |
* | sparc: use generic dma_set_mask | Christoph Hellwig | 2016-01-20 | 1 | -15/+0 |
* | metag: convert to dma_map_ops | Christoph Hellwig | 2016-01-20 | 3 | -209/+117 |
* | m68k: convert to dma_map_ops | Christoph Hellwig | 2016-01-20 | 3 | -142/+32 |
* | mn10300: convert to dma_map_ops | Christoph Hellwig | 2016-01-20 | 3 | -163/+67 |
* | parisc: convert to dma_map_ops | Christoph Hellwig | 2016-01-20 | 4 | -221/+64 |
* | frv: convert to dma_map_ops | Christoph Hellwig | 2016-01-20 | 4 | -179/+101 |
* | nios2: convert to dma_map_ops | Christoph Hellwig | 2016-01-20 | 3 | -186/+87 |
* | cris: convert to dma_map_ops | Christoph Hellwig | 2016-01-20 | 3 | -165/+51 |
* | c6x: convert to dma_map_ops | Christoph Hellwig | 2016-01-20 | 4 | -147/+58 |
* | blackfin: convert to dma_map_ops | Christoph Hellwig | 2016-01-20 | 3 | -137/+43 |
* | avr32: convert to dma_map_ops | Christoph Hellwig | 2016-01-20 | 3 | -373/+85 |
* | arc: convert to dma_map_ops | Christoph Hellwig | 2016-01-20 | 3 | -230/+110 |
* | dma-mapping: make the generic coherent dma mmap implementation optional | Christoph Hellwig | 2016-01-20 | 1 | -0/+3 |
* | powerpc: enable UBSAN support | Daniel Axtens | 2016-01-20 | 5 | -1/+11 |
* | UBSAN: run-time undefined behavior sanity checker | Andrey Ryabinin | 2016-01-20 | 5 | -0/+5 |
* | kexec: move some memembers and definitions within the scope of CONFIG_KEXEC_FILE | Xunlei Pang | 2016-01-20 | 1 | -0/+2 |
* | powerpc/fadump: rename cpu_online_mask member of struct fadump_crash_info_header | Rasmus Villemoes | 2016-01-20 | 2 | -3/+3 |
* | arch/frv/include/asm/io.h: accept const void pointers for read{b,w,l}() | Stephen Boyd | 2016-01-20 | 1 | -3/+14 |
* | mm: arch: remove duplicate definitions of MADV_FREE | Guenter Roeck | 2016-01-20 | 4 | -4/+0 |
* | Merge tag 'platform-drivers-x86-v4.5-1' of git://git.infradead.org/users/dvha... | Linus Torvalds | 2016-01-19 | 2 | -0/+248 |
|\ | |||||
| * | platform/x86: Add Intel Telemetry Core Driver | Souvik Kumar Chakravarty | 2016-01-19 | 1 | -0/+147 |
| * | platform:x86: add Intel P-Unit mailbox IPC driver | Qipeng Zha | 2016-01-19 | 1 | -0/+101 |
* | | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost | Linus Torvalds | 2016-01-18 | 22 | -262/+194 |
|\ \ | |||||
| * | | s390: more efficient smp barriers | Michael S. Tsirkin | 2016-01-12 | 1 | -0/+3 |
| * | | s390: use generic memory barriers | Michael S. Tsirkin | 2016-01-12 | 1 | -3/+0 |
| * | | sh: move xchg_cmpxchg to a header by itself | Michael S. Tsirkin | 2016-01-12 | 2 | -34/+52 |
| * | | sh: support 1 and 2 byte xchg | Michael S. Tsirkin | 2016-01-12 | 4 | -22/+72 |
| * | | x86: define __smp_xxx | Michael S. Tsirkin | 2016-01-12 | 1 | -19/+12 |
| * | | xtensa: define __smp_xxx | Michael S. Tsirkin | 2016-01-12 | 1 | -2/+2 |
| * | | tile: define __smp_xxx | Michael S. Tsirkin | 2016-01-12 | 1 | -4/+5 |
| * | | sparc: define __smp_xxx | Michael S. Tsirkin | 2016-01-12 | 1 | -4/+4 |
| * | | sh: define __smp_xxx, fix smp_store_mb for !SMP | Michael S. Tsirkin | 2016-01-12 | 1 | -1/+2 |
| * | | s390: define __smp_xxx | Michael S. Tsirkin | 2016-01-12 | 1 | -6/+9 |
| * | | mips: define __smp_xxx | Michael S. Tsirkin | 2016-01-12 | 1 | -12/+14 |
| * | | metag: define __smp_xxx | Michael S. Tsirkin | 2016-01-12 | 1 | -17/+15 |
| * | | ia64: define __smp_xxx | Michael S. Tsirkin | 2016-01-12 | 1 | -9/+5 |
| * | | blackfin: define __smp_xxx | Michael S. Tsirkin | 2016-01-12 | 1 | -2/+2 |
| * | | arm: define __smp_xxx | Michael S. Tsirkin | 2016-01-12 | 1 | -9/+3 |
| * | | arm64: define __smp_xxx | Michael S. Tsirkin | 2016-01-12 | 1 | -5/+5 |
| * | | powerpc: define __smp_xxx | Michael S. Tsirkin | 2016-01-12 | 1 | -16/+8 |
| * | | x86: reuse asm-generic/barrier.h | Michael S. Tsirkin | 2016-01-12 | 1 | -3/+2 |
| * | | x86/um: reuse asm-generic/barrier.h | Michael S. Tsirkin | 2016-01-12 | 1 | -8/+1 |
| * | | mips: reuse asm-generic/barrier.h | Michael S. Tsirkin | 2016-01-12 | 1 | -23/+2 |
| * | | metag: reuse asm-generic/barrier.h | Michael S. Tsirkin | 2016-01-12 | 1 | -23/+2 |
| * | | arm64: reuse asm-generic/barrier.h | Michael S. Tsirkin | 2016-01-12 | 1 | -8/+1 |
| * | | arm: reuse asm-generic/barrier.h | Michael S. Tsirkin | 2016-01-12 | 1 | -22/+1 |
| * | | sparc: reuse asm-generic/barrier.h | Michael S. Tsirkin | 2016-01-12 | 3 | -23/+2 |