summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'asm-generic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2015-02-1819-499/+582
|\
| * Merge tag 'uaccess_for_upstream' of git://git.kernel.org/pub/scm/linux/kernel...Arnd Bergmann2015-01-1421-614/+700
| |\
| | * sparc32: nocheck uaccess coding style tweaksMichael S. Tsirkin2015-01-131-61/+35
| | * sparc64: nocheck uaccess coding style tweaksMichael S. Tsirkin2015-01-131-63/+37
| | * xtensa: macro whitespace fixesMichael S. Tsirkin2015-01-131-45/+45
| | * sh: macro whitespace fixesMichael S. Tsirkin2015-01-131-1/+1
| | * parisc: macro whitespace fixesMichael S. Tsirkin2015-01-131-58/+58
| | * m68k: macro whitespace fixesMichael S. Tsirkin2015-01-131-1/+1
| | * m32r: macro whitespace fixesMichael S. Tsirkin2015-01-131-42/+42
| | * frv: macro whitespace fixesMichael S. Tsirkin2015-01-131-1/+1
| | * cris: macro whitespace fixesMichael S. Tsirkin2015-01-131-55/+58
| | * avr32: macro whitespace fixesMichael S. Tsirkin2015-01-131-9/+9
| | * arm64: macro whitespace fixesMichael S. Tsirkin2015-01-131-1/+1
| | * arm: macro whitespace fixesMichael S. Tsirkin2015-01-131-46/+46
| | * alpha: macro whitespace fixesMichael S. Tsirkin2015-01-131-41/+41
| | * blackfin: macro whitespace fixesMichael S. Tsirkin2015-01-131-11/+11
| | * sparc64: uaccess_64 macro whitespace fixesMichael S. Tsirkin2015-01-131-104/+144
| | * sparc32: uaccess_32 macro whitespace fixesMichael S. Tsirkin2015-01-131-138/+227
| | * avr32: whitespace fixMichael S. Tsirkin2015-01-131-1/+1
| | * sh: fix put_user sparse errorsMichael S. Tsirkin2015-01-131-4/+4
| | * metag: fix put_user sparse errorsMichael S. Tsirkin2015-01-131-8/+13
| | * ia64: fix put_user sparse errorsMichael S. Tsirkin2015-01-131-4/+5
| | * blackfin: fix put_user sparse errorsMichael S. Tsirkin2015-01-131-4/+4
| | * arm: fix put_user sparse errorsMichael S. Tsirkin2015-01-131-2/+2
| | * m68k/uaccess: fix sparse errorsMichael S. Tsirkin2015-01-131-20/+20
| | * sparc64/uaccess: fix sparse errorsMichael S. Tsirkin2015-01-131-2/+2
| | * sparc32/uaccess: fix sparse errorsMichael S. Tsirkin2015-01-131-4/+4
| | * sh/uaccess: fix sparse errorsMichael S. Tsirkin2015-01-131-2/+2
| | * parisc/uaccess: fix sparse errorsMichael S. Tsirkin2015-01-131-1/+1
| | * openrisc/uaccess: fix sparse errorsMichael S. Tsirkin2015-01-131-2/+2
| | * metag/uaccess: fix sparse errorsMichael S. Tsirkin2015-01-131-2/+2
| | * m32r/uaccess: fix sparse errorsMichael S. Tsirkin2015-01-131-2/+2
| | * ia64/uaccess: fix sparse errorsMichael S. Tsirkin2015-01-131-1/+1
| | * cris/uaccess: fix sparse errorsMichael S. Tsirkin2015-01-131-2/+2
| | * blackfin/uaccess: fix sparse errorsMichael S. Tsirkin2015-01-131-1/+1
| | * avr32/uaccess: fix sparse errorsMichael S. Tsirkin2015-01-131-2/+2
| | * arm64/uaccess: fix sparse errorsMichael S. Tsirkin2015-01-131-1/+1
| | * alpha/uaccess: fix sparse errorsMichael S. Tsirkin2015-01-131-2/+2
| | * x86/uaccess: fix sparse errorsMichael S. Tsirkin2015-01-131-1/+1
* | | Merge tag 'pci-v3.20-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2015-02-181-1/+0
|\ \ \
| * | | of/pci: Remove duplicate kfree in of_pci_get_host_bridge_resources()Lorenzo Pieralisi2015-02-111-1/+0
* | | | Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2015-02-1843-1605/+3367
|\ \ \ \
| * | | | virtio: don't set VIRTIO_CONFIG_S_DRIVER_OK twice.Rusty Russell2015-02-171-1/+4
| * | | | virtio_net: unconditionally define struct virtio_net_hdr_v1.Rusty Russell2015-02-171-29/+25
| * | | | tools/lguest: don't use legacy definitions for net device in example launcher.Rusty Russell2015-02-131-1/+2
| * | | | virtio: Don't expose legacy net features when VIRTIO_NET_NO_LEGACY defined.Rusty Russell2015-02-131-2/+30
| * | | | tools/lguest: use common error macros in the example launcher.Rusty Russell2015-02-131-101/+105
| * | | | tools/lguest: give virtqueues names for better error messagesRusty Russell2015-02-131-7/+12
| * | | | tools/lguest: more documentation and checking of virtio 1.0 compliance.Rusty Russell2015-02-131-14/+293
| * | | | lguest: don't look in console features to find emerg_wr.Rusty Russell2015-02-131-33/+24