Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| * | | s390: reuse asm-generic/barrier.h | Michael S. Tsirkin | 2016-01-12 | 1 | -8/+2 |
| * | | powerpc: reuse asm-generic/barrier.h | Michael S. Tsirkin | 2016-01-12 | 1 | -7/+2 |
| * | | ia64: reuse asm-generic/barrier.h | Michael S. Tsirkin | 2016-01-12 | 1 | -8/+2 |
| * | | ia64: rename nop->iosapic_nop | Michael S. Tsirkin | 2016-01-12 | 1 | -3/+3 |
| * | | lcoking/barriers, arch: Use smp barriers in smp_store_release() | Davidlohr Bueso | 2016-01-12 | 3 | -3/+3 |
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tile | Linus Torvalds | 2016-01-18 | 23 | -184/+309 |
|\ \ \ | |||||
| * | | | numa: remove stale node_has_online_mem() define | Chris Metcalf | 2016-01-18 | 1 | -3/+0 |
| * | | | arch/tile: move user_exit() to early kernel entry sequence | Chris Metcalf | 2016-01-18 | 7 | -41/+16 |
| * | | | tile: fix bug in setting PT_FLAGS_DISABLE_IRQ on kernel entry | Chris Metcalf | 2016-01-18 | 1 | -1/+1 |
| * | | | tile: fix tilepro casts for readl, writel, etc | Chris Metcalf | 2016-01-18 | 1 | -8/+8 |
| * | | | tile: fix a -Wframe-larger-than warning | Chris Metcalf | 2016-01-18 | 1 | -1/+1 |
| * | | | tile: include the syscall number in the backtrace | Chris Metcalf | 2016-01-18 | 1 | -9/+8 |
| * | | | arch/tile: adopt prepare_exit_to_usermode() model from x86 | Chris Metcalf | 2016-01-18 | 5 | -107/+77 |
| * | | | tile/jump_label: add jump label support for TILE-Gx | Zhigang Lu | 2016-01-04 | 6 | -10/+184 |
| * | | | tile: define a macro ktext_writable_addr to get writable kernel text address | Zhigang Lu | 2016-01-04 | 4 | -4/+14 |
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/egt... | Linus Torvalds | 2016-01-18 | 3 | -8/+31 |
|\ \ \ \ | |||||
| * | | | | mmc: atmel: get rid of struct mci_dma_data | Mans Rullgard | 2016-01-14 | 1 | -11/+10 |
| * | | | | mmc: atmel-mci: restore dma on AVR32 | Mans Rullgard | 2016-01-14 | 1 | -0/+16 |
| * | | | | avr32: wire up missing syscalls | Hans-Christian Egtvedt | 2016-01-11 | 2 | -0/+6 |
| * | | | | avr32: wire up accept4 syscall | Mans Rullgard | 2016-01-11 | 2 | -0/+2 |
| | |/ / | |/| | | |||||
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 2016-01-18 | 2 | -54/+133 |
|\ \ \ \ | |||||
| * | | | | arm64: bpf: add extra pass to handle faulty codegen | Zi Shen Lim | 2016-01-17 | 1 | -1/+21 |