summaryrefslogtreecommitdiffstats
path: root/drivers/misc
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'v4.4.26' into dev-4.4Joel Stanley2016-10-217-50/+143
|\
| * cxl: Enable PCI device ID for future IBM CXL adapterUma Krishnan2016-09-151-0/+1
| * cxl: fix build for GCC 4.6.xBrian Norris2016-09-151-1/+1
| * cxl: Fix DSI misses when the context owning task exitsVaibhav Jain2016-09-155-37/+109
| * cxl: Fix possible idr warning when contexts are releasedVaibhav Jain2016-09-154-12/+32
* | Merge tag 'v4.4.12' into dev-4.4Joel Stanley2016-06-036-11/+23
|\ \ | |/
| * mei: bus: call mei_cl_read_start under device lockAlexander Usyskin2016-06-011-3/+12
| * mei: amthif: discard not read messagesAlexander Usyskin2016-06-013-2/+5
| * mei: fix NULL dereferencing during FW initiated disconnectionAlexander Usyskin2016-06-013-6/+6
* | Merge tag 'v4.4.9' into dev-4.4Joel Stanley2016-05-055-6/+15
|\ \ | |/
| * drivers/misc/ad525x_dpot: AD5274 fix RDAC read back errorsMichael Hennerich2016-05-041-1/+1
| * misc: mic/scif: fix wrap around testsDan Carpenter2016-05-041-3/+4
| * misc/bmp085: Enable building as a moduleBen Hutchings2016-05-041-1/+1
| * cxl: Keep IRQ mappings on context teardownMichael Neuling2016-05-041-1/+0
| * mei: bus: check if the device is enabled before data transferAlexander Usyskin2016-04-121-0/+9
* | misc/bt-host: Add Aspeed BT IPMI host driverAlistair Popple2016-03-213-0/+426
|/
* cxl: Fix PSL timebase synchronization detectionFrederic Barrat2016-03-091-1/+1
* cxl: use correct operator when writing pcie config space valuesAndrew Donnellan2016-03-031-1/+1
* mei: validate request value in client notify request ioctlAlexander Usyskin2016-03-031-1/+5
* mei: fix fasync return value on errorTomas Winkler2016-03-031-2/+4
* cxl: Set endianess of kernel contextsFrederic Barrat2015-12-081-1/+1
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds2015-11-131-145/+71
|\
| * spear13xx_pcie_gadget: use per-attribute show and store methodsChristoph Hellwig2015-10-131-145/+71
* | Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2015-11-101-0/+4
|\ \
| * \ Merge tag 'at91-cleanup-4.4' of git://git.kernel.org/pub/scm/linux/kernel/git...Arnd Bergmann2015-10-081-0/+4
| |\ \
| | * | misc: atmel_tclib: get and use slow clockBoris Brezillon2015-10-061-0/+4
| | |/
* | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2015-11-071-1/+1
|\ \ \
| * | | mm, page_alloc: rename __GFP_WAIT to __GFP_RECLAIMMel Gorman2015-11-061-1/+1
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2015-11-071-1/+1
|\ \ \ \ | |/ / / |/| | |
| * | | drivers: misc: Drop unlikely before IS_ERR(_OR_NULL)Viresh Kumar2015-09-291-1/+1
* | | | Merge tag 'mfd-for-linus-4.4' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2015-11-061-3/+19
|\ \ \ \
| * | | | at24: enable ACPI device found on Galileo Gen2Andy Shevchenko2015-10-261-3/+19
| | |/ / | |/| |
* | | | Merge tag 'powerpc-4.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2015-11-051-0/+2
|\ \ \ \
| * | | | cxl: Free virtual PHB when removingAndrew Donnellan2015-10-151-0/+2
| |/ / /
* | | | Merge tag 'spi-v4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie...Linus Torvalds2015-11-057-7/+0
|\ \ \ \
| | \ \ \
| | \ \ \
| *-. \ \ \ Merge remote-tracking branches 'spi/topic/omap-100k', 'spi/topic/omap-uwire',...Mark Brown2015-11-047-7/+0
| |\ \ \ \ \ | | | |_|_|/ | | |/| | |
| | | * | | spi: Drop owner assignment from spi_driversAndrew F. Davis2015-10-287-7/+0
| | |/ / /
* | | | | Merge tag 'char-misc-4.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2015-11-0481-1850/+10375
|\ \ \ \ \
| * | | | | lkdtm: fix ACCESS_USERSPACE testStephen Smalley2015-10-291-1/+7
| * | | | | mei: bus: set the device name before running fixupTomas Winkler2015-10-291-4/+16
| * | | | | mei: bus: use correct lock orderingTomas Winkler2015-10-291-5/+13
| * | | | | mei: Fix debugfs filename in error outputAlexander Kuleshov2015-10-271-1/+1
| * | | | | misc: sram: partition base address belongs to __iomem spaceVladimir Zapolskiy2015-10-181-3/+3
| * | | | | misc: sram: extend usage of reserved partitionsVladimir Zapolskiy2015-10-171-8/+188
| * | | | | misc: mic/scif: fix error code in scif_create_remote_lookup()Dan Carpenter2015-10-171-2/+6
| * | | | | misc: mic/scif: re-take a lock on error pathDan Carpenter2015-10-171-0/+1
| * | | | | mei: amthif: Do not compare bool to 0/1Alexander Usyskin2015-10-171-1/+1
| * | | | | mei: bus: fix c&p issue in the kdocTomas Winkler2015-10-171-2/+2
| * | | | | mei: fix the KDoc formatingAlexander Usyskin2015-10-172-11/+12
| * | | | | mei: keep the device awake during reads in chunksAlexander Usyskin2015-10-171-0/+4
OpenPOWER on IntegriCloud