summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* coresight: add CoreSight core layer frameworkPratik Patel2014-11-0810-1/+1272
* Revert "driver core: Fix unbalanced device reference in drivers_probe"Greg Kroah-Hartman2014-11-071-5/+3Star
* pcmcia: sa1111: pass sa1111_dev to jornada720 codeDmitry Eremin-Solenikov2014-11-073-4/+3Star
* pcmcia: sa1111: pass sa1111_dev to badge4-specific codeDmitry Eremin-Solenikov2014-11-073-3/+3
* hangcheck-timer: cleanup casting in hangcheck_init()Dan Carpenter2014-11-071-2/+2
* W1: ds2490: Increase timeout when waiting for statusAlexander Stein2014-11-071-1/+1
* driver core: Fix unbalanced device reference in drivers_probeAlex Williamson2014-11-071-3/+5
* pch_phub: Build context save/restore only for PMThierry Reding2014-11-071-0/+2
* misc: genwqe: check for error from get_user_pages_fast()Ian Abbott2014-11-071-0/+2
* char: misc: document behaviour of open()Martin Kepplinger2014-11-071-1/+3
* fbdev: pxa3xx-gcu: remove redundant implementation of open()Martin Kepplinger2014-11-071-10/+0Star
* misc: always assign miscdevice to file->private_data in open()Martin Kepplinger2014-11-071-1/+1
* Drivers: hv: vmbus: Fix a race condition when unregistering a deviceVitaly Kuznetsov2014-11-071-2/+9
* Drivers: hv: util: make struct hv_do_fcopy match Hyper-V host messagesVitaly Kuznetsov2014-11-071-0/+1
* tools: hv: introduce -n/--no-daemon optionVitaly Kuznetsov2014-11-073-6/+94
* Tools: hv: vssdaemon: ignore the EBUSY on multiple freezing the same partitionDexuan Cui2014-11-071-8/+40
* uio: support memory sizes larger than 32 bitsCristian Stoica2014-11-073-4/+4
* devres: support sizes greater than an unsigned longCristian Stoica2014-11-072-4/+4
* mei: fix hbm MEI_HBM_STARTED ambiguityTomas Winkler2014-11-072-4/+2Star
* mei: nfc: clean nfc internal struct on host exitTomas Winkler2014-11-073-11/+46
* i8k: Add MODULE_DEVICE_TABLE macroPali Rohár2014-11-071-0/+2
* i8k: Add support for Dell Latitude E6440Pali Rohár2014-11-071-0/+8
* checkkconfigsymbols.sh: reimplementation in pythonValentin Rothberg2014-11-072-59/+142
* misc: atmel-ssc: prepare clock only when requestBo Shen2014-11-071-2/+2
* mei: hbm: use client specific print functionsAlexander Usyskin2014-11-041-8/+8
* mei: debugfs: display also connectionless clientsTomas Winkler2014-11-041-6/+2Star
* mei: use local cl variables in wd and amthifTomas Winkler2014-11-042-7/+12
* mei: drop unneeded client NULL check in cb structureAlexander Usyskin2014-11-044-32/+11Star
* Linux 3.18-rc3Linus Torvalds2014-11-031-2/+2
* Merge tag 'for-linus-20141102' of git://git.infradead.org/linux-mtdLinus Torvalds2014-11-026-39/+73
|\
| * mtd: cfi_cmdset_0001.c: fix resume for LH28F640BF chipsDmitry Eremin-Solenikov2014-10-301-0/+2
| * mtd: omap: fix mtd devices not showing upFrans Klaver2014-10-301-1/+1
| * mtd: m25p80,spi-nor: Fix module aliases for m25p80Ben Hutchings2014-10-213-4/+52
| * mtd: spi-nor: make spi_nor_scan() take a chip type name, not spi_device_idBen Hutchings2014-10-174-30/+14Star
| * mtd: m25p80: get rid of spi_get_device_idRafał Miłecki2014-10-171-5/+5
* | Merge tag 'scsi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/j...Linus Torvalds2014-11-026-19/+53
|\ \
| * | MAINTAINERS: ufs - remove selfSantosh Y2014-10-281-1/+0Star
| * | MAINTAINERS: change hpsa and cciss maintainerDon Brace2014-10-281-2/+6
| * | libcxgbi : support ipv6 address host_paramAnish Bhatt2014-10-282-10/+37
| * | scsi: set REQ_QUEUE for the blk-mq caseChristoph Hellwig2014-10-282-4/+9
| * | Revert "block: all blk-mq requests are tagged"Christoph Hellwig2014-10-281-2/+1Star
| * | lib/scatterlist: fix memory leak with scsi-mqTony Battersby2014-10-281-3/+3
* | | Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2014-11-0222-83/+116
|\ \ \
| * \ \ Merge branch 'exynos-drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/...Dave Airlie2014-11-027-42/+29Star
| |\ \ \
| | * | | drm/exynos: correct connector->dpms field before resumingAndrzej Hajda2014-11-021-2/+6
| | * | | drm/exynos: enable vblank after DPMS onAndrzej Hajda2014-11-021-1/+4
| | * | | drm/exynos: init kms poll at the end of initializationAndrzej Hajda2014-11-021-6/+6
| | * | | drm/exynos: propagate plane initialization errorsAndrzej Hajda2014-11-021-2/+5
| | * | | drm/exynos: vidi: fix build warningInki Dae2014-11-021-1/+0Star
| | * | | drm/exynos: remove explicit encoder/connector de-initializationAndrzej Hajda2014-11-025-22/+0Star