aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2014-12-16if_tun: drop broken IFF_VNET_LEtmpMichael S. Tsirkin1-1/+0
2014-12-16macvtap: drop broken IFF_VNET_LEMichael S. Tsirkin1-3/+20
2014-12-16tun: drop broken IFF_VNET_LEMichael S. Tsirkin1-3/+23
2014-12-16if_tun: add TUNSETVNETLE/TUNGETVNETLEMichael S. Tsirkin1-0/+2
2014-12-16macvtap: fix uninitialized access on TUNSETIFFMichael S. Tsirkin1-3/+4
2014-12-15virtio_pci: macros for PCI layout offsets.Michael S. Tsirkin2-0/+93
2014-12-15virtio_pci: modern driverMichael S. Tsirkin4-5/+660
2014-12-15virtio-pci: define layout for virtio 1.0Rusty Russell1-0/+62
2014-12-15s390: add pci_iomap_rangeMichael S Tsirkin2-7/+28
2014-12-15pci: add pci_iomap_rangeMichael S Tsirkin2-5/+40
2014-12-15mn10300: drop dead codeMichael S. Tsirkin1-35/+0
2014-12-15m68k/uaccess: fix sparse errorsMichael S. Tsirkin1-2/+2
2014-12-15xtensa/uaccess: fix sparse errorsMichael S. Tsirkin1-2/+2
2014-12-15sparc/uaccess: fix sparse errorsMichael S. Tsirkin1-2/+2
2014-12-15sparc/uaccess: fix sparse errorsMichael S. Tsirkin1-4/+4
2014-12-15sh/uaccess: fix sparse errorsMichael S. Tsirkin1-2/+2
2014-12-15powerpc/uaccess: fix sparse errorsMichael S. Tsirkin1-3/+3
2014-12-15parisc/uaccess: fix sparse errorsMichael S. Tsirkin1-1/+1
2014-12-15openrisc/uaccess: fix sparse errorsMichael S. Tsirkin1-2/+2
2014-12-15microblaze/uaccess: fix sparse errorsMichael S. Tsirkin1-2/+2
2014-12-15metag/uaccess: fix sparse errorsMichael S. Tsirkin1-2/+2
2014-12-15m32r/uaccess: fix sparse errorsMichael S. Tsirkin1-2/+2
2014-12-15ia64/uaccess: fix sparse errorsMichael S. Tsirkin1-1/+1
2014-12-15cris/uaccess: fix sparse errorsMichael S. Tsirkin1-2/+2
2014-12-15blackfin/uaccess: fix sparse errorsMichael S. Tsirkin1-1/+1
2014-12-15avr32/uaccess: fix sparse errorsMichael S. Tsirkin1-2/+2
2014-12-15arm64/uaccess: fix sparse errorsMichael S. Tsirkin1-1/+1
2014-12-15alpha/uaccess: fix sparse errorsMichael S. Tsirkin1-2/+2
2014-12-15x86/uaccess: fix sparse errorsMichael S. Tsirkin1-1/+1
2014-12-15mic/host: fix up virtio 1.0 APIsMichael S. Tsirkin1-6/+12
2014-12-15vringh: update for virtio 1.0 APIsMichael S. Tsirkin2-47/+107
2014-12-15vringh: 64 bit featuresMichael S. Tsirkin2-4/+4
2014-12-15tools/virtio: add virtio 1.0 in vringh_testMichael S. Tsirkin1-0/+2
2014-12-15tools/virtio: add virtio 1.0 in virtio_testMichael S. Tsirkin1-1/+13
2014-12-15tools/virtio: enable -WerrorMichael S. Tsirkin1-1/+1
2014-12-15tools/virtio: 64 bit featuresMichael S. Tsirkin1-1/+1
2014-12-15tools/virtio: fix vringh testMichael S. Tsirkin1-0/+1
2014-12-15tools/virtio: more stubsMichael S. Tsirkin5-2/+79
2014-12-14virtio: core support for config generationMichael S. Tsirkin1-4/+28
2014-12-14virtio_pci: add VIRTIO_PCI_NO_LEGACYMichael S. Tsirkin1-5/+10
2014-12-14virtio_pci: move probe to common fileMichael S. Tsirkin3-26/+38
2014-12-11virtio_pci_common.h: drop VIRTIO_PCI_NO_LEGACYMichael S. Tsirkin1-1/+0
2014-12-11virtio_config: fix virtio_cread_bytesMichael S. Tsirkin1-1/+4
2014-12-11virtio: set VIRTIO_CONFIG_S_FEATURES_OK on restoreMichael S. Tsirkin1-14/+23
2014-12-09virtio_ccw: finalize_features error handlingCornelia Huck1-6/+10
2014-12-09virtio_ccw: future-proof finalize_featuresMichael S. Tsirkin1-1/+1
2014-12-09virtio_pci: rename virtio_pci -> virtio_pci_commonMichael S. Tsirkin4-4/+5
2014-12-09virtio_pci: update file descriptions and copyrightMichael S. Tsirkin3-3/+12
2014-12-09virtio_pci: split out legacy device supportMichael S. Tsirkin3-408/+468
2014-12-09virtio_pci: setup config vector indirectlyMichael S. Tsirkin1-6/+13
2014-12-09virtio_pci: setup vqs indirectlyMichael S. Tsirkin1-23/+46
2014-12-09virtio_pci: delete vqs indirectlyMichael S. Tsirkin1-7/+20
2014-12-09virtio_pci: use priv for vq notificationMichael S. Tsirkin1-3/+2
2014-12-09virtio_pci: free up vq->privMichael S. Tsirkin1-25/+31
2014-12-09virtio_pci: fix coding style for structsMichael S. Tsirkin1-4/+2
2014-12-09virtio_pci: add isr fieldMichael S. Tsirkin1-1/+6
2014-12-09virtio: drop legacy_only driver flagMichael S. Tsirkin2-6/+0
2014-12-09virtio_balloon: drop legacy_only driver flagMichael S. Tsirkin1-1/+0
2014-12-09virtio_ccw: rev 1 devices set VIRTIO_F_VERSION_1Michael S. Tsirkin1-0/+7
2014-12-09virtio: allow finalize_features to failMichael S. Tsirkin9-16/+38
2014-12-09virtio_ccw: legacy: don't negotiate rev 1/featuresMichael S. Tsirkin1-3/+13
2014-12-09virtio: add API to detect legacy devicesMichael S. Tsirkin2-0/+9
2014-12-09virtio_console: fix sparse warningsMichael S. Tsirkin1-4/+5
2014-12-09vhost: remove unnecessary forward declarations in vhost.hJason Wang1-4/+0
2014-12-09virtio: drop VIRTIO_F_VERSION_1 from driversMichael S. Tsirkin4-4/+0
2014-12-09virtio: make VIRTIO_F_VERSION_1 a transport bitMichael S. Tsirkin3-3/+9
2014-12-09virtio_balloon: add legacy_only flagMichael S. Tsirkin2-0/+3
2014-12-09virtio_console: virtio 1.0 supportMichael S. Tsirkin2-15/+21
2014-12-09af_packet: virtio 1.0 stubsMichael S. Tsirkin1-13/+22
2014-12-09vhost/scsi: partial virtio 1.0 supportMichael S. Tsirkin1-10/+12
2014-12-09virtio_scsi: export to userspaceMichael S. Tsirkin2-37/+38
2014-12-09virtio_scsi: move to uapiMichael S. Tsirkin1-0/+0
2014-12-09virtio_scsi: v1.0 supportMichael S. Tsirkin2-34/+49
2014-12-09macvtap: TUN_VNET_LE supportMichael S. Tsirkin1-25/+43
2014-12-09tun: TUN_VNET_LE support, fix sparse warnings for virtio headersMichael S. Tsirkin1-19/+29
2014-12-09tun: add VNET_LE flagMichael S. Tsirkin1-0/+1
2014-12-09tun: drop most type definesMichael S. Tsirkin1-34/+28
2014-12-09tun: move internal flag defines out of uapiMichael S. Tsirkin2-64/+24
2014-12-09vhost/net: enable virtio 1.0Michael S. Tsirkin1-1/+2
2014-12-09vhost/net: larger header for virtio 1.0Michael S. Tsirkin1-1/+2
2014-12-09vhost/net: virtio 1.0 byte swapMichael S. Tsirkin1-5/+10
2014-12-09vhost: virtio 1.0 endian-ness supportMichael S. Tsirkin1-37/+49
2014-12-09vhost: switch to __get/__put_user exclusivelyMichael S. Tsirkin1-3/+10
2014-12-09vhost/net: force len for TX to host endianMichael S. Tsirkin1-5/+5
2014-12-09vhost: add memory access wrappersMichael S. Tsirkin1-0/+31
2014-12-09vhost: make features 64 bitMichael S. Tsirkin1-3/+3
2014-12-09virtio_net: enable v1.0 supportMichael S. Tsirkin1-0/+1
2014-12-09virtio_net: disable mac write for virtio 1.0Michael S. Tsirkin1-1/+2
2014-12-09virtio_net: bigger header when VERSION_1 is setMichael S. Tsirkin1-1/+2
2014-12-09virtio_net: stricter short buffer length checksMichael S. Tsirkin1-1/+1
2014-12-09virtio_net: get rid of virtio_net_hdr/skb_vnet_hdrMichael S. Tsirkin1-49/+41
2014-12-09virtio_net: pass vi aroundMichael S. Tsirkin1-18/+20
2014-12-09virtio_blk: fix race at module removalMichael S. Tsirkin1-1/+1
2014-12-09virtio_blk: make serial attribute staticMichael S. Tsirkin1-1/+2
2014-12-09KVM: s390: enable virtio-ccw revision 1Cornelia Huck1-1/+1
2014-12-09KVM: s390 allow virtio_ccw status writes to failMichael S. Tsirkin1-1/+6
2014-12-09KVM: s390: virtio-ccw revision 1 SET_VQCornelia Huck1-12/+42
2014-12-09KVM: s390: Set virtio-ccw transport revisionThomas Huth1-0/+63
2014-12-09virtio_blk: v1.0 supportMichael S. Tsirkin2-36/+49
2014-12-09virtio_net: v1.0 endiannessMichael S. Tsirkin2-20/+28
2014-12-09virtio: add legacy feature table supportMichael S. Tsirkin2-1/+28
2014-12-09virtio: simplify feature bit handlingMichael S. Tsirkin1-4/+6
2014-12-09virtio: set FEATURES_OKMichael S. Tsirkin2-7/+24
2014-12-09virtio: allow transports to get avail/used addressesCornelia Huck2-0/+19
2014-12-09virtio_config: endian conversion for v1.0Michael S. Tsirkin1-3/+6
2014-12-09virtio_ring: switch to new memory access APIsMichael S. Tsirkin1-44/+45
2014-12-09virtio: memory access APIsMichael S. Tsirkin5-22/+161
2014-12-09virtio: add virtio 1.0 feature bitMichael S. Tsirkin1-0/+3
2014-12-09virtio_ccw: add support for 64 bit features.Michael S. Tsirkin1-7/+23
2014-12-09virtio: assert 32 bit features in transportsMichael S. Tsirkin7-0/+21
2014-12-09virtio: add support for 64 bit features.Michael S. Tsirkin11-23/+23
2014-12-09mic_virtio: robust feature array size calculationMichael S. Tsirkin1-2/+1
2014-12-09virtio: use u32, not bitmap for featuresMichael S. Tsirkin16-74/+42
2014-12-09virtio: add low-level APIs for feature bitsMichael S. Tsirkin1-3/+50
2014-12-07Linux 3.18Linus Torvalds1-1/+1
2014-12-07Merge branch 'for-3.18-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-1/+5
2014-12-06Merge git://www.linux-watchdog.org/linux-watchdogLinus Torvalds1-1/+1
2014-12-06Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-5/+14
2014-12-05watchdog: s3c2410_wdt: Fix the mask bit offset for Exynos7Abhilash Kesavan1-1/+1
2014-12-05Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-1/+3
2014-12-05Merge tag 'sound-3.18' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai...Linus Torvalds1-0/+2
2014-12-04Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2-13/+11
2014-12-04Merge tag 'pm+acpi-3.18-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+2
2014-12-05Merge tag 'drm-intel-fixes-2014-12-04' of git://anongit.freedesktop.org/drm-i...Dave Airlie2-13/+11
2014-12-04Merge tag 'media/v3.18-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds6-32/+28
2014-12-04uapi: fix to export linux/vm_sockets.hMasahiro Yamada1-1/+1
2014-12-04i2c: cadence: Set the hardware time-out register to maximum valueVishnu Motghare1-0/+11
2014-12-04i2c: davinci: generate STP always when NACK is receivedGrygorii Strashko1-5/+3
2014-12-04ahci: disable MSI on SAMSUNG 0xa800 SSDTejun Heo1-0/+1
2014-12-03context_tracking: Restore previous state in schedule_userAndy Lutomirski1-2/+6
2014-12-03Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-6/+6
2014-12-03Merge tag 'pci-v3.18-fixes-4' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-8/+20
2014-12-03Merge tag 'devicetree-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-2/+0
2014-12-03Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds1-6/+7
2014-12-03Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds10-45/+88
2014-12-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds7-67/+73
2014-12-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds5-34/+36
2014-12-03Merge branch 'akpm' (patches from Andrew Morton)Linus Torvalds11-41/+55
2014-12-03slab: fix nodeid bounds check for non-contiguous node IDsPaul Mackerras1-1/+1
2014-12-03lib/genalloc.c: export devm_gen_pool_create() for modulesMichal Simek1-0/+1
2014-12-03mm: fix anon_vma_clone() error treatmentDaniel Forrest2-5/+11
2014-12-03mm: fix swapoff hang after page migration and forkHugh Dickins1-13/+13
2014-12-03fat: fix oops on corrupted vfat fsAl Viro1-9/+11
2014-12-03ipc/sem.c: fully initialize sem_array before making it visibleManfred Spraul1-7/+8
2014-12-03drivers/input/evdev.c: don't kfree() a vmalloc addressAndrew Morton1-1/+1
2014-12-02cxgb4: Fill in supported link mode for SFP modulesHariprasad Shenai1-2/+6
2014-12-02xen-netfront: Remove BUGs on paged skb data which crosses a page boundarySeth Forshee1-5/+0
2014-12-02mm/vmpressure.c: fix race in vmpressure_work_fn()Andrew Morton1-3/+5
2014-12-02mm: frontswap: invalidate expired data on a dup-store failureWeijie Yang1-1/+3
2014-12-02mm: do not overwrite reserved pages counter at show_mem()Rafael Aquini1-1/+1
2014-12-03Merge branch 'drm-fixes-3.18' of git://people.freedesktop.org/~agd5f/linux in...Dave Airlie3-10/+16
2014-12-02drm/radeon: kernel panic in drm_calc_vbltimestamp_from_scanoutpos with 3.18.0...Petr Mladek1-0/+2
2014-12-02drm/radeon: Ignore RADEON_GEM_GTT_WC on 32-bit x86Michel Dänzer1-0/+7
2014-12-02drm/radeon: sync all BOs involved in a CS v2Christian König1-10/+7
2014-12-02sata_fsl: fix error handling of irq_of_parse_and_mapDmitry Torokhov1-1/+1
2014-12-02AHCI: Add DeviceIDs for Sunrise Point-LP SATA controllerDevin Ryles1-0/+3
2014-12-02block: fix regression where bio_integrity_process uses wrong bio_vec iteratorDarrick J. Wong1-6/+7
2014-12-02drm/i915: Unlock panel even when LVDS is disabledDaniel Vetter1-11/+11
2014-12-02drm/i915: More cautious with pch fifo underrunsDaniel Vetter1-2/+0
2014-12-02ALSA: hda/realtek - Add headset Mic support for new Dell machineKailang Yang1-0/+2
2014-12-02Merge tag 'keys-fixes-20141201' of git://git.kernel.org/pub/scm/linux/kernel/...James Morris5-34/+36
2014-12-02nouveau: move the hotplug ignore to correct place.Dave Airlie1-1/+1
2014-12-02Merge branch 'linux-3.18' of git://anongit.freedesktop.org/git/nouveau/linux-...Dave Airlie6-34/+71
2014-12-02drm/nouveau/gf116: remove copy1 engineIlia Mirkin1-1/+0
2014-12-02drm/nouveau: prevent stale fence->channel pointers, and protect with rcuMaarten Lankhorst2-29/+67
2014-12-02drm/nouveau/fifo/g84-: ack non-stall interrupt before handling itBen Skeggs3-4/+4
2014-12-01Merge tag 'ext4_for_linus_urgent' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-3/+2
2014-12-01jbd2: fix regression where we fail to initialize checksum seed when loadingDarrick J. Wong1-3/+2
2014-12-01PCI: tegra: Use physical range for I/O mappingThierry Reding1-8/+20
2014-12-01KEYS: request_key() should reget expired keys rather than give EKEYEXPIREDDavid Howells3-2/+5
2014-12-01KEYS: Simplify KEYRING_SEARCH_{NO,DO}_STATE_CHECK flagsDavid Howells3-3/+6
2014-12-01KEYS: Fix the size of the key description passed to/from userspaceDavid Howells1-30/+26
2014-12-01s390: fix machine check handlingSebastian Ott1-6/+2
2014-12-01x86, microcode: Limit the microcode reloading to 64-bit for nowBorislav Petkov1-0/+2
2014-12-01ACPI / video: update condition to check if device is in _DOD listAaron Lu1-1/+2
2014-11-30Linux 3.18-rc7Linus Torvalds1-1/+1
2014-11-30Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds3-1/+23
2014-11-30btrfs: zero out left over bytes after processing compression streamsChris Mason4-5/+67
2014-11-29sh_eth: Fix sleeping function called from invalid contextMitsuhiro Kimura2-29/+36
2014-11-29stmmac: platform: Move plat_dat checking earlierHuacai Chen1-9/+9
2014-11-29sh_eth: Fix skb alloc size and alignment adjust rule.Mitsuhiro Kimura2-21/+15
2014-11-29rtnetlink: release net refcnt on error in do_setlink()Nicolas Dichtel1-0/+1
2014-11-29bond: Check length of IFLA_BOND_ARP_IP_TARGET attributesThomas Graf1-1/+6
2014-11-29Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds3-7/+7
2014-11-29Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds5-52/+77
2014-11-28Merge tag 'staging-3.18-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds9-30/+105
2014-11-28Merge tag 'tty-3.18-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds1-27/+0
2014-11-28Merge tag 'usb-3.18-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds14-144/+224
2014-11-28Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/evalent...Linus Torvalds3-22/+27
2014-11-28Merge tag 'sound-3.18-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds7-6/+19
2014-11-28Merge tag 'armsoc-for-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds5-12/+20
2014-11-28Merge branch 'fixes' of git://ftp.arm.linux.org.uk/~rmk/linux-armLinus Torvalds4-44/+4
2014-11-28Merge tag 'drm-intel-fixes-2014-11-27' of git://anongit.freedesktop.org/drm-i...Dave Airlie2-0/+5
2014-11-27Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds15-31/+84
2014-11-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mpe...Linus Torvalds5-8/+8
2014-11-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds1-0/+8
2014-11-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds30-101/+184
2014-11-27Merge tag 'spi-v3.18-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/br...Linus Torvalds3-10/+6
2014-11-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds3-12/+18
2014-11-27staging: r8188eu: Add new device ID for DLink GO-USB-N150Larry Finger1-0/+1