summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds2013-07-1110-63/+73
|\
| * kbuild: create directory for dir/file.o张忠山2013-07-031-1/+1
| * tools/include: use stdint types for user-space byteshift headersYaakov Selkowitz2013-07-032-34/+34
| * Makefile: Fix install error with make -j optionRobert Richter2013-07-031-1/+1
| * Fix a build warning in scripts/mod/file2alias.cDaniel Tang2013-07-031-4/+6
| * improve modalias buildingJan Beulich2013-06-281-8/+3
| * scripts/mod: Spelling s/DEVICEVTABLE/DEVICETABLE/Geert Uytterhoeven2013-06-281-2/+2
| * kbuild: fix error when building from src rpmMike Marciniszyn2013-06-242-1/+6
| * scripts/setlocalversion on write-protected source treeChristian Kujau2013-06-241-3/+0
| * Makefile.lib: align DTB quiet_cmdJames Hogan2013-06-131-1/+1
| * kbuild: fix make headers_install when path is too longNicolas Dichtel2013-05-172-8/+19
* | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2013-07-112-5/+3
|\ \
| * | perf: Fix interrupt handler timing harnessStephane Eranian2013-07-051-2/+2
| * | perf/x86/amd: Do not print an error when the device is not presentPeter Zijlstra2013-07-051-3/+1
* | | Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2013-07-104-39/+52
|\ \ \
| * | | module: cleanup call chain.Rusty Russell2013-07-031-19/+16
| * | | module: do percpu allocation after uniqueness check. No, really!Rusty Russell2013-07-031-16/+18
| * | | modules: don't fail to load on unknown parameters.Rusty Russell2013-07-021-1/+12
| * | | ABI: Clarify when /sys/module/MODULENAME is createdJean Delvare2013-07-021-3/+7
| * | | There is no /sys/parametersJean Delvare2013-07-022-2/+2
| * | | module: don't modify argument of module_kallsyms_lookup_name()Mathias Krause2013-07-021-8/+7
* | | | Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2013-07-1010-20/+39
|\ \ \ \
| * | | | MAINTAINERS: add tools/virtio/ under virtioMichael S. Tsirkin2013-07-091-0/+1
| * | | | tools/virtio: move module license stub to module.hMichael S. Tsirkin2013-07-092-3/+5
| * | | | virtio: include asm/barrier explicitlyMichael S. Tsirkin2013-07-091-0/+1
| * | | | virtio: VIRTIO_F_ANY_LAYOUT featureRusty Russell2013-07-091-0/+3
| * | | | lguest: fix example launcher compilation for broken glibc headers.Rusty Russell2013-07-042-9/+9
| * | | | virtio-net: fix the race between channels setting and refillJason Wang2013-07-041-4/+1
| * | | | tools/lguest: real barriers.Rusty Russell2013-07-021-2/+2
| * | | | tools/lguest: fix missing rmb().Rusty Russell2013-07-021-0/+13
| * | | | virtio_balloon: leak_balloon(): only tell host if we got pages deflatedLuiz Capitulino2013-07-021-1/+2
| * | | | virtio-pci: fix leaks of msix_affinity_masksAndrew Vagin2013-07-021-2/+3
| * | | | Fix comment typo "CONFIG_PAE"Paul Bolle2013-07-021-1/+1
* | | | | Merge tag 'vfio-v3.11' of git://github.com/awilliam/linux-vfioLinus Torvalds2013-07-104-230/+424
|\ \ \ \ \
| * | | | | vfio/type1: Fix leak on error pathAlex Williamson2013-07-011-5/+8
| * | | | | vfio: Limit group opensAlex Williamson2013-06-261-0/+14
| * | | | | vfio/type1: Fix missed frees and zero sized removesAlex Williamson2013-06-261-35/+42
| * | | | | vfio: fix documentationAlexey Kardashevskiy2013-06-211-3/+3
| * | | | | vfio: Provide module option to disable vfio_iommu_type1 hugepage supportAlex Williamson2013-06-211-0/+11
| * | | | | vfio: hugepage support for vfio_iommu_type1Alex Williamson2013-06-212-187/+344
| * | | | | vfio: Convert type1 iommu to use rbtreeAlex Williamson2013-06-211-94/+96
* | | | | | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2013-07-107-259/+349
|\ \ \ \ \ \
| * | | | | | vhost/test: update test after vhost cleanupsMichael S. Tsirkin2013-07-071-11/+20
| * | | | | | vhost: Make local function staticAsias He2013-07-072-3/+3
| * | | | | | vhost: Make vhost a separate moduleAsias He2013-07-076-4/+63
| * | | | | | vhost-scsi: Rename struct tcm_vhost_cmd *tv_cmd to *cmdAsias He2013-07-071-71/+71
| * | | | | | vhost-scsi: Rename struct tcm_vhost_tpg *tv_tpg to *tpgAsias He2013-07-071-61/+61
| * | | | | | vhost-scsi: Make func indention more consistentAsias He2013-07-071-66/+88
| * | | | | | vhost-scsi: Rename struct vhost_scsi *s to *vsAsias He2013-07-071-28/+28
| * | | | | | vhost-scsi: Remove unnecessary forward struct vhost_scsi declarationAsias He2013-07-071-1/+0