aboutsummaryrefslogtreecommitdiff
path: root/drivers/misc
AgeCommit message (Expand)AuthorFilesLines
2016-02-06mei: validate request value in client notify request ioctlGravatar Alexander Usyskin 1-1/+5
2016-01-21Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 1-0/+1
2016-01-20Merge tag 'pm+acpi-4.5-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 2-4/+6
2016-01-20misc: ibmasm: fix build errorsGravatar Randy Dunlap 1-0/+1
2016-01-21Merge branch 'pm-core'Gravatar Rafael J. Wysocki 2-4/+6
2016-01-20Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Gravatar Linus Torvalds 1-1/+1
2016-01-18Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostGravatar Linus Torvalds 1-1/+1
2016-01-15Merge tag 'powerpc-4.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Gravatar Linus Torvalds 8-51/+145
2016-01-12virtio: make find_vqs() checkpatch.pl-friendlyGravatar Stefan Hajnoczi 1-1/+1
2016-01-11cxl: Enable PCI device ID for future IBM CXL adapterGravatar Uma Krishnan 1-0/+1
2016-01-11cxl: use -Werror only with CONFIG_PPC_WERRORGravatar Brian Norris 1-1/+2
2016-01-11cxl: fix build for GCC 4.6.xGravatar Brian Norris 1-1/+1
2016-01-07mei: fix fasync return value on errorGravatar Tomas Winkler 1-2/+4
2016-01-08PM / Domains: add setter for dev.pm_domainGravatar Tomeu Vizoso 2-4/+6
2016-01-05cxl: Fix DSI misses when the context owning task exitsGravatar Vaibhav Jain 5-37/+109
2015-12-08cxl: Set endianess of kernel contextsGravatar Frederic Barrat 1-1/+1
2015-11-25kbuild: Allow to specify composite modules with modname-mGravatar Michal Marek 1-1/+1
2015-11-24cxl: use correct operator when writing pcie config space valuesGravatar Andrew Donnellan 1-1/+1
2015-11-24cxl: Fix possible idr warning when contexts are releasedGravatar Vaibhav Jain 4-12/+32
2015-11-13Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Gravatar Linus Torvalds 1-145/+71
2015-11-10Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Gravatar Linus Torvalds 1-0/+4
2015-11-07Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 1-1/+1
2015-11-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Gravatar Linus Torvalds 1-1/+1
2015-11-06mm, page_alloc: rename __GFP_WAIT to __GFP_RECLAIMGravatar Mel Gorman 1-1/+1
2015-11-06Merge tag 'mfd-for-linus-4.4' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-3/+19
2015-11-05Merge tag 'powerpc-4.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Gravatar Linus Torvalds 1-0/+2
2015-11-05Merge tag 'spi-v4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie...Gravatar Linus Torvalds 7-7/+0
2015-11-04Merge tag 'char-misc-4.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 81-1850/+10375
2015-11-04Merge tag 'driver-core-4.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-1/+1
2015-11-04Merge remote-tracking branches 'spi/topic/omap-100k', 'spi/topic/omap-uwire',...Gravatar Mark Brown 7-7/+0
2015-10-29lkdtm: fix ACCESS_USERSPACE testGravatar Stephen Smalley 1-1/+7
2015-10-29mei: bus: set the device name before running fixupGravatar Tomas Winkler 1-4/+16
2015-10-29mei: bus: use correct lock orderingGravatar Tomas Winkler 1-5/+13
2015-10-28spi: Drop owner assignment from spi_driversGravatar Andrew F. Davis 7-7/+0
2015-10-27mei: Fix debugfs filename in error outputGravatar Alexander Kuleshov 1-1/+1
2015-10-26at24: enable ACPI device found on Galileo Gen2Gravatar Andy Shevchenko 1-3/+19
2015-10-18misc: sram: partition base address belongs to __iomem spaceGravatar Vladimir Zapolskiy 1-3/+3
2015-10-17misc: sram: extend usage of reserved partitionsGravatar Vladimir Zapolskiy 1-8/+188
2015-10-17misc: mic/scif: fix error code in scif_create_remote_lookup()Gravatar Dan Carpenter 1-2/+6
2015-10-17misc: mic/scif: re-take a lock on error pathGravatar Dan Carpenter 1-0/+1
2015-10-17mei: amthif: Do not compare bool to 0/1Gravatar Alexander Usyskin 1-1/+1
2015-10-17mei: bus: fix c&p issue in the kdocGravatar Tomas Winkler 1-2/+2
2015-10-17mei: fix the KDoc formatingGravatar Alexander Usyskin 2-11/+12
2015-10-17mei: keep the device awake during reads in chunksGravatar Alexander Usyskin 1-0/+4
2015-10-17mei: cancel driver workers only after client devices were removedGravatar Tomas Winkler 1-2/+2
2015-10-17misc: mic: fix memory leakGravatar Sudip Mukherjee 1-1/+18
2015-10-17misc: mic: replace kfree with put_deviceGravatar Geliang Tang 3-3/+3
2015-10-17misc: mic: Fix randconfig build errorGravatar Ashutosh Dixit 1-0/+1
2015-10-16Merge tag 'powerpc-4.3-4' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Gravatar Linus Torvalds 7-7/+45
2015-10-15cxl: Free virtual PHB when removingGravatar Andrew Donnellan 1-0/+2