summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2014-09-241-0/+1
|\
| * blk-mq, percpu_ref: implement a kludge for SCSI blk-mq stall during probeTejun Heo2014-09-241-0/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2014-09-241-0/+12
|\ \
| * | crypto: ccp - Check for CCP before registering crypto algsTom Lendacky2014-09-241-0/+12
* | | Merge tag 'media/v3.17-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2014-09-241-1/+5
|\ \ \ | |_|/ |/| |
| * | [media] vb2: fix VBI/poll regressionHans Verkuil2014-09-211-0/+4
| * | [media] videobuf2-core.h: fix commentHans Verkuil2014-09-211-1/+1
* | | Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2014-09-231-0/+1
|\ \ \
| * | | IB: ib_umem_release() should decrement mm->pinned_vm from ib_umem_getShawn Bohrer2014-09-191-0/+1
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2014-09-226-4/+37
|\ \ \ \
| * \ \ \ Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2014-09-221-1/+15
| |\ \ \ \
| | * | | | xfrm: Generate queueing routes only from route lookup functionsSteffen Klassert2014-09-161-0/+1
| | * | | | xfrm: Generate blackhole routes only from route lookup functionsSteffen Klassert2014-09-161-1/+14
| * | | | | net: sched: shrink struct qdisc_skb_cb to 28 bytesEric Dumazet2014-09-221-1/+2
| * | | | | genetlink: add function genl_has_listeners()Nicolas Dichtel2014-09-191-0/+8
| |/ / / /
| * | | | ipv6: clean up anycast when an interface is destroyedSabrina Dubroca2014-09-121-0/+1
| * | | | net/mlx4: Set vlan stripping policy by the right commandMatan Barak2014-09-102-2/+11
* | | | | Merge branch 'for-3.17-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2014-09-221-1/+1
|\ \ \ \ \
| * | | | | workqueue: apply __WQ_ORDERED to create_singlethread_workqueue()Tejun Heo2014-09-131-1/+1
| | |_|/ / | |/| | |
* | | | | Merge tag 'staging-3.17-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2014-09-201-1/+3
|\ \ \ \ \
| * \ \ \ \ Merge tag 'iio-fixes-3.17a' of git://git.kernel.org/pub/scm/linux/kernel/git/...Greg Kroah-Hartman2014-09-191-1/+3
| |\ \ \ \ \
| | * | | | | iio:trigger: modify return value for iio_trigger_getSrinivas Pandruvada2014-08-251-1/+3
| | |/ / / /
* | | | | | Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2014-09-201-0/+2
|\ \ \ \ \ \
| * \ \ \ \ \ Merge branch 'drm-fixes-3.17' of git://people.freedesktop.org/~agd5f/linux in...Dave Airlie2014-09-191-0/+2
| |\ \ \ \ \ \
| | * | | | | | vgaswitcheroo: add vga_switcheroo_fini_domain_pm_opsAlex Deucher2014-09-181-0/+2
| | | |_|/ / / | | |/| | | |
* | | | | | | Merge tag 'pci-v3.17-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2014-09-193-5/+7
|\ \ \ \ \ \ \
| | \ \ \ \ \ \
| | \ \ \ \ \ \
| *-. \ \ \ \ \ \ Merge branch 'pci/vga'; commit '6a73336bde29' into for-linusBjorn Helgaas2014-09-181-2/+0
| |\ \ \ \ \ \ \ \ | | | | |_|_|_|/ / | | | |/| | | | |
| | * / | | | | | vgaarb: Drop obsolete #ifndefBruno Prémont2014-09-161-2/+0
| | |/ / / / / /
| * | | | | | | ACPIPHP / radeon / nouveau: Remove acpi_bus_no_hotplug()Bjorn Helgaas2014-09-151-3/+1
| * | | | | | | PCI: Add pci_ignore_hotplug() to ignore hotplug events for a deviceBjorn Helgaas2014-09-101-0/+6
| |/ / / / / /
* | / / / / / [SCSI] fix regression that accidentally disabled block-based tcqChristoph Hellwig2014-09-191-1/+1
| |/ / / / / |/| | | | |
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2014-09-151-0/+13
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | / | | |_|_|/ | |/| | |
| * | | | crypto: drbg - backport "fix maximum value checks on 32 bit systems"Herbert Xu2014-09-051-0/+13
| | |_|/ | |/| |
* | | | vfs: avoid non-forwarding large load after small store in path lookupLinus Torvalds2014-09-141-0/+1
| | | |
| \ \ \
*-. \ \ \ Merge branches 'locking-urgent-for-linus' and 'timers-urgent-for-linus' of gi...Linus Torvalds2014-09-131-12/+0
|\ \ \ \ \
| | * | | | jiffies: Fix timeval conversion to jiffiesAndrew Hunter2014-09-121-12/+0
* | | | | | Make hash_64() use a 64-bit multiply when appropriateLinus Torvalds2014-09-131-0/+4
* | | | | | Merge tag 'stable/for-linus-3.17-b-rc4-arm-tag' of git://git.kernel.org/pub/s...Linus Torvalds2014-09-121-0/+3
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | xen/arm: introduce XENFEAT_grant_map_identityStefano Stabellini2014-09-111-0/+3
* | | | | | Merge tag 'usb-3.17-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2014-09-121-0/+1
|\ \ \ \ \ \
| * | | | | | usb: usbip: fix usbip.h path in userspace toolPiotr Król2014-09-041-0/+1
* | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2014-09-111-0/+1
|\ \ \ \ \ \ \
| * | | | | | | Input: add INPUT_PROP_POINTING_STICK propertyHans de Goede2014-09-081-0/+1
* | | | | | | | shm: add memfd.h to UAPI export listDavid Drysdale2014-09-101-0/+1
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2014-09-0710-12/+28
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge tag 'master-2014-09-04' of git://git.kernel.org/pub/scm/linux/kernel/gi...David S. Miller2014-09-071-1/+1
| |\ \ \ \ \ \ \
| | * \ \ \ \ \ \ Merge tag 'mac80211-for-john-2014-08-29' of git://git.kernel.org/pub/scm/linu...John W. Linville2014-09-041-1/+1
| | |\ \ \ \ \ \ \
| | | * | | | | | | regulatory: add NUL to alpha2Eliad Peller2014-08-151-1/+1
| * | | | | | | | | net: treewide: Fix typo found in DocBook/networking.xmlMasanari Iida2014-09-053-5/+5
| * | | | | | | | | net-timestamp: only report sw timestamp if reporting bit is setWillem de Bruijn2014-09-051-3/+1