summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Drivers: hv: Enable protocol negotiation with win8 hostsK. Y. Srinivasan2013-01-171-0/+1
* Drivers: hv: Add state to manage incoming channel interrupt loadK. Y. Srinivasan2013-01-171-2/+19
* Drivers: hv: Manage signaling state on a per-connection basisK. Y. Srinivasan2013-01-171-0/+25
* Drivers: hv: Move vmbus version definitions to hyperv.hK. Y. Srinivasan2013-01-171-0/+15
* Drivers: hv: Save and export negotiated vmbus versionK. Y. Srinivasan2013-01-171-0/+6
* Drivers: hv: Extend/modify vmbus_channel_offer_channel for win7 and beyondK. Y. Srinivasan2013-01-171-5/+31
* Drivers: hv: Update the ring buffer structure to match win8 functionalityK. Y. Srinivasan2013-01-171-7/+21
* Drivers: hv: Support handling multiple VMBUS versionsK. Y. Srinivasan2013-01-171-6/+0
* Drivers: hv: Add state to manage batched readingK. Y. Srinivasan2013-01-171-0/+20
* Merge tag 'extcon-for-3.9' of git://git.kernel.org/pub/scm/linux/kernel/git/c...Greg Kroah-Hartman2013-01-1521-61/+198
|\
| * mfd: wm5102: Add microphone clamp control registersMark Brown2013-01-151-0/+8
| * extcon: arizona: Support direct microphone measurement via HPDETMark Brown2013-01-151-0/+3
| * extcon: arizona: Support HPDET based accessory identificationMark Brown2013-01-151-0/+3
| * extcon: arizona: Enable basic headphone identificationMark Brown2013-01-151-0/+12
| * extcon: arizona: Support use of GPIO5 as an input to jack detectionMark Brown2013-01-151-0/+3
| * extcon: arizona: Use microphone clamp function if availableMark Brown2013-01-152-1/+31
| * extcon: arizona: Allow configuration of MICBIAS rise timeMark Brown2013-01-151-0/+3
| * extcon: max77693: Set default uart/usb path by using platform dataChanwoo Choi2013-01-151-0/+7
| * extcon: max77693: Check the state/type of cable after boot completedChanwoo Choi2013-01-151-0/+2
| * extcon: max77693: Remove duplicate code by making functionChanwoo Choi2013-01-151-0/+86
| * cred: Remove tgcred pointer from struct credMarc Dionne2013-01-091-1/+0
| * Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2013-01-082-36/+10
| |\
| | * drm/exynos: consider both case of vflip and hflip.Eunchul Kim2013-01-041-0/+2
| | * drm/exynos: change file license to GPLInki Dae2013-01-042-36/+8
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2013-01-082-0/+2
| |\ \
| | * \ Merge branch 'master' of git://1984.lsi.us.es/nfDavid S. Miller2012-12-282-0/+2
| | |\ \
| | | * | netfilter: xt_CT: recover NOTRACK target supportPablo Neira Ayuso2012-12-241-0/+1
| | | * | netfilter: xt_CT: fix crash while destroy ct templatesPablo Neira Ayuso2012-12-161-0/+1
| * | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-01-071-0/+1
| |\ \ \ \
| | * | | | namei.h: include errno.hStephen Warren2012-12-251-0/+1
| * | | | | mm: limit mmu_gather batching to fix soft lockups on !CONFIG_PREEMPTMichal Hocko2013-01-041-0/+9
| * | | | | mm: fix zone_watermark_ok_safe() accounting of isolated pagesBartlomiej Zolnierkiewicz2013-01-041-8/+0
| * | | | | selftests: IPC message queue copy feature testStanislav Kinsbursky2013-01-041-1/+2
| * | | | | ipc: introduce message queue copy featureStanislav Kinsbursky2013-01-041-0/+1
| * | | | | ipc: message queue receive cleanupStanislav Kinsbursky2013-01-041-2/+3
| * | | | | ipc: add sysctl to specify desired next object idStanislav Kinsbursky2013-01-041-0/+1
| * | | | | include: remove __dev* attributes.Greg Kroah-Hartman2013-01-032-8/+8
| * | | | | Drivers: bcma: remove __dev* attributes.Greg Kroah-Hartman2013-01-032-2/+2
| * | | | | pstore: remove __dev* attributes.Greg Kroah-Hartman2013-01-031-3/+2
* | | | | | VMCI: Some header and config files.George Zhang2013-01-082-0/+962
|/ / / / /
* | | | | Merge tag '3.8-pci-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/he...Linus Torvalds2013-01-022-0/+3
|\ \ \ \ \
| * | | | | PCI: Reduce Ricoh 0xe822 SD card reader base clock frequency to 50MHzAndy Lutomirski2012-12-261-0/+1
| * | | | | PCI: Add PCIe Link Capability link speed and width namesBjorn Helgaas2012-12-261-0/+2
| |/ / / /
* | | | | UAPI: Remove empty Kbuild filesDavid Howells2013-01-028-8/+0
* | | | | mm: mempolicy: Convert shared_policy mutex to spinlockMel Gorman2013-01-021-1/+1
* | | | | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2013-01-022-2/+14
|\ \ \ \ \
| * | | | | ext4: fix deadlock in journal_unmap_buffer()Jan Kara2012-12-251-1/+1
| * | | | | ext4: split off ext4_journalled_invalidatepage()Jan Kara2012-12-251-1/+13
* | | | | | mempolicy: remove arg from mpol_parse_str, mpol_to_strHugh Dickins2013-01-021-7/+4
* | | | | | Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2012-12-302-4/+31
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | / | | |_|_|/ | |/| | |