summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* msm: remove unused headerGabriel Laskar2015-10-171-79/+0
* Merge tag 'extcon-next-for-4.4' of git://git.kernel.org/pub/scm/linux/kernel/...Greg Kroah-Hartman2015-10-165-47/+61
|\
| * extcon: Modify the id and name of external connectorChanwoo Choi2015-10-161-26/+36
| * extcon: gpio: Fix minor coding style and remove the unused fields.Chanwoo Choi2015-09-301-18/+4
| * extcon: gpio: Add the missing supported_cable parameter to devm_extcon_dev_al...Chanwoo Choi2015-09-301-0/+2
| * Merge branch 'ib-extcon-mfd-4.4' into extcon-nextChanwoo Choi2015-09-293-3/+19
| |\
| | * mfd: arizona: Add TST_CAP bits for headphone detectionCharles Keepax2015-09-221-0/+8
| | * mfd: arizona: Add register bits for general purpose switchCharles Keepax2015-09-221-0/+3
| | * mfd: arizona: Add registers for ADC microphone detectionCharles Keepax2015-09-223-3/+8
* | | Merge 4.3-rc5 into char-misc nextGreg Kroah-Hartman2015-10-123-1/+14
|\ \ \
| * \ \ Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2015-10-111-0/+5
| |\ \ \
| | * | | irqdomain: Add an accessor for the of_node fieldMarc Zyngier2015-10-091-0/+5
| * | | | Merge tag 'usb-4.3-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2015-10-101-1/+1
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | usb: renesas_usbhs: fix build warning if 64-bit architectureYoshihiro Shimoda2015-09-301-1/+1
| | |/ /
| * | | Merge tag 'for-linus-4.3b-rc4-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2015-10-061-0/+8
| |\ \ \
| | * | | x86/xen: Support kexec/kdump in HVM guests by doing a soft resetVitaly Kuznetsov2015-09-281-0/+8
| | |/ /
* | | | add FPGA manager coreAlan Tull2015-10-071-0/+127
* | | | coresight: fixing typographical errorMathieu Poirier2015-10-071-1/+1
* | | | Merge 4.3-rc4 into char-misc-nextGreg Kroah-Hartman2015-10-0616-35/+117
|\| | |
| * | | Merge branch 'strscpy' of git://git.kernel.org/pub/scm/linux/kernel/git/cmetc...Linus Torvalds2015-10-042-8/+75
| |\ \ \
| | * | | string: provide strscpy()Chris Metcalf2015-09-101-0/+3
| | * | | Make asm/word-at-a-time.h available on all architecturesChris Metcalf2015-07-081-8/+72
| * | | | Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2015-10-033-0/+6
| |\ \ \ \
| | * | | | drm/dp/mst: add some defines for logical/physical portsDave Airlie2015-10-021-0/+4
| | * | | | drm/dp/mst: split connector registration into two parts (v2)Dave Airlie2015-10-021-0/+1
| | * | | | drm: Add a non-locking version of drm_kms_helper_poll_enable(), v2Egbert Eich2015-09-301-0/+1
| | | |/ / | | |/| |
| * | | | Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2015-10-022-4/+3
| |\ \ \ \
| | * | | | blk-mq: factor out a helper to iterate all tags for a request_queueChristoph Hellwig2015-10-011-2/+0
| | * | | | blk-mq: fix racy updates of rq->errorsChristoph Hellwig2015-10-011-1/+1
| | * | | | blk-mq: fix sysfs registration/unregistration raceAkinobu Mita2015-09-292-1/+2
| * | | | | Merge git://git.infradead.org/intel-iommuLinus Torvalds2015-10-021-2/+2
| |\ \ \ \ \
| | * | | | | iommu: iova: Move iova cache management to the iova librarySakari Ailus2015-07-281-2/+2
| * | | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2015-10-013-3/+21
| |\ \ \ \ \ \
| | * | | | | | memcg: remove pcp_counter_lockGreg Thelen2015-10-011-1/+0
| | * | | | | | memcg: fix dirty page migrationGreg Thelen2015-10-011-0/+21
| | * | | | | | userfaultfd: remove kernel header include from uapi headerAndre Przywara2015-10-011-2/+0
| * | | | | | | Merge tag 'pm+acpi-4.3-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2015-10-011-0/+1
| |\ \ \ \ \ \ \
| | | \ \ \ \ \ \
| | | \ \ \ \ \ \
| | *-. \ \ \ \ \ \ Merge branches 'pm-pci' and 'acpi-pci'Rafael J. Wysocki2015-10-011-0/+1
| | |\ \ \ \ \ \ \ \ | | | |_|_|_|_|/ / / | | |/| | | | | | / | | | | |_|_|_|_|/ | | | |/| | | | |
| | | | * | | | | ACPI, PCI, irq: Do not share PCI IRQ with ISA IRQJiang Liu2015-09-261-0/+1
| | | |/ / / / /
| * | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2015-10-012-2/+6
| |\ \ \ \ \ \ \
| | * | | | | | | skbuff: Fix skb checksum partial check.Pravin B Shelar2015-09-291-1/+1
| | * | | | | | | af_unix: Convert the unix_sk macro to an inline function for type safetyAaron Conole2015-09-291-1/+5
| * | | | | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds2015-10-012-12/+0
| |\ \ \ \ \ \ \ \ | | |_|_|_|/ / / / | |/| | | | | | |
| | * | | | | | | IB/mlx5: Remove support for IB_DEVICE_LOCAL_DMA_LKEYSagi Grimberg2015-09-252-12/+0
| | | |_|/ / / / | | |/| | | | |
| * | | | | | | Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar2015-09-281-6/+5
| |\ \ \ \ \ \ \ | | |_|_|/ / / / | |/| | | | | |
| | * | | | | | rcu: Change _wait_rcu_gp() to work around GCC bug 67055Oleg Nesterov2015-09-201-6/+5
| | |/ / / / /
* | | | | | | stm class: Introduce an abstraction for System Trace Module devicesAlexander Shishkin2015-10-042-0/+176
* | | | | | | misc: mic: SCIF RMA header file and IOCTL changesSudeep Dutt2015-10-042-10/+309
* | | | | | | misc: mic: Update MIC host daemon with COSM changesAshutosh Dixit2015-10-041-13/+3
* | | | | | | misc: mic: Remove COSM functionality from the MIC card driverAshutosh Dixit2015-10-041-1/+2