Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge tag 'asm-generic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2015-02-18 | 19 | -499/+582 |
|\ | |||||
| * | Merge tag 'uaccess_for_upstream' of git://git.kernel.org/pub/scm/linux/kernel... | Arnd Bergmann | 2015-01-14 | 21 | -614/+700 |
| |\ | |||||
| | * | sparc32: nocheck uaccess coding style tweaks | Michael S. Tsirkin | 2015-01-13 | 1 | -61/+35 |
| | * | sparc64: nocheck uaccess coding style tweaks | Michael S. Tsirkin | 2015-01-13 | 1 | -63/+37 |
| | * | xtensa: macro whitespace fixes | Michael S. Tsirkin | 2015-01-13 | 1 | -45/+45 |
| | * | sh: macro whitespace fixes | Michael S. Tsirkin | 2015-01-13 | 1 | -1/+1 |
| | * | parisc: macro whitespace fixes | Michael S. Tsirkin | 2015-01-13 | 1 | -58/+58 |
| | * | m68k: macro whitespace fixes | Michael S. Tsirkin | 2015-01-13 | 1 | -1/+1 |
| | * | m32r: macro whitespace fixes | Michael S. Tsirkin | 2015-01-13 | 1 | -42/+42 |
| | * | frv: macro whitespace fixes | Michael S. Tsirkin | 2015-01-13 | 1 | -1/+1 |
| | * | cris: macro whitespace fixes | Michael S. Tsirkin | 2015-01-13 | 1 | -55/+58 |
| | * | avr32: macro whitespace fixes | Michael S. Tsirkin | 2015-01-13 | 1 | -9/+9 |
| | * | arm64: macro whitespace fixes | Michael S. Tsirkin | 2015-01-13 | 1 | -1/+1 |
| | * | arm: macro whitespace fixes | Michael S. Tsirkin | 2015-01-13 | 1 | -46/+46 |
| | * | alpha: macro whitespace fixes | Michael S. Tsirkin | 2015-01-13 | 1 | -41/+41 |
| | * | blackfin: macro whitespace fixes | Michael S. Tsirkin | 2015-01-13 | 1 | -11/+11 |
| | * | sparc64: uaccess_64 macro whitespace fixes | Michael S. Tsirkin | 2015-01-13 | 1 | -104/+144 |
| | * | sparc32: uaccess_32 macro whitespace fixes | Michael S. Tsirkin | 2015-01-13 | 1 | -138/+227 |
| | * | avr32: whitespace fix | Michael S. Tsirkin | 2015-01-13 | 1 | -1/+1 |
| | * | sh: fix put_user sparse errors | Michael S. Tsirkin | 2015-01-13 | 1 | -4/+4 |
| | * | metag: fix put_user sparse errors | Michael S. Tsirkin | 2015-01-13 | 1 | -8/+13 |
| | * | ia64: fix put_user sparse errors | Michael S. Tsirkin | 2015-01-13 | 1 | -4/+5 |
| | * | blackfin: fix put_user sparse errors | Michael S. Tsirkin | 2015-01-13 | 1 | -4/+4 |
| | * | arm: fix put_user sparse errors | Michael S. Tsirkin | 2015-01-13 | 1 | -2/+2 |
| | * | m68k/uaccess: fix sparse errors | Michael S. Tsirkin | 2015-01-13 | 1 | -20/+20 |
| | * | sparc64/uaccess: fix sparse errors | Michael S. Tsirkin | 2015-01-13 | 1 | -2/+2 |
| | * | sparc32/uaccess: fix sparse errors | Michael S. Tsirkin | 2015-01-13 | 1 | -4/+4 |
| | * | sh/uaccess: fix sparse errors | Michael S. Tsirkin | 2015-01-13 | 1 | -2/+2 |
| | * | parisc/uaccess: fix sparse errors | Michael S. Tsirkin | 2015-01-13 | 1 | -1/+1 |
| | * | openrisc/uaccess: fix sparse errors | Michael S. Tsirkin | 2015-01-13 | 1 | -2/+2 |
| | * | metag/uaccess: fix sparse errors | Michael S. Tsirkin | 2015-01-13 | 1 | -2/+2 |
| | * | m32r/uaccess: fix sparse errors | Michael S. Tsirkin | 2015-01-13 | 1 | -2/+2 |
| | * | ia64/uaccess: fix sparse errors | Michael S. Tsirkin | 2015-01-13 | 1 | -1/+1 |
| | * | cris/uaccess: fix sparse errors | Michael S. Tsirkin | 2015-01-13 | 1 | -2/+2 |
| | * | blackfin/uaccess: fix sparse errors | Michael S. Tsirkin | 2015-01-13 | 1 | -1/+1 |
| | * | avr32/uaccess: fix sparse errors | Michael S. Tsirkin | 2015-01-13 | 1 | -2/+2 |
| | * | arm64/uaccess: fix sparse errors | Michael S. Tsirkin | 2015-01-13 | 1 | -1/+1 |
| | * | alpha/uaccess: fix sparse errors | Michael S. Tsirkin | 2015-01-13 | 1 | -2/+2 |
| | * | x86/uaccess: fix sparse errors | Michael S. Tsirkin | 2015-01-13 | 1 | -1/+1 |
* | | | Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2015-02-18 | 5 | -63/+181 |
|\ \ \ | |||||
| * | | | lguest: don't look in console features to find emerg_wr. | Rusty Russell | 2015-02-13 | 1 | -33/+24 |
| * | | | lguest: remove NOTIFY call and eventfd facility. | Rusty Russell | 2015-02-11 | 1 | -1/+0 |
| * | | | lguest: use the PCI console device's emerg_wr for early boot messages. | Rusty Russell | 2015-02-11 | 1 | -12/+134 |
| * | | | lguest: Override pcibios_enable_irq/pcibios_disable_irq to our stupid PIC | Rusty Russell | 2015-02-11 | 1 | -0/+24 |
| * | | | lguest: disable ACPI explicitly. | Rusty Russell | 2015-02-11 | 1 | -0/+4 |
| * | | | lguest: don't disable iospace. | Rusty Russell | 2015-02-11 | 1 | -8/+0 |
| * | | | s390: add pci_iomap_range | Michael S. Tsirkin | 2015-01-21 | 2 | -7/+28 |
| * | | | mn10300: drop dead code | Michael S. Tsirkin | 2015-01-21 | 1 | -35/+0 |
* | | | | Merge branch 'for-linus' of git://git.infradead.org/users/vkoul/slave-dma | Linus Torvalds | 2015-02-18 | 3 | -4/+4 |
|\ \ \ \ | |||||
| * | | | | dmaengine: dw: define DW_DMA_MAX_NR_MASTERS | Andy Shevchenko | 2015-02-05 | 3 | -4/+4 |