summaryrefslogtreecommitdiffstats
path: root/drivers/staging
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'staging-4.6-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2016-04-0910-0/+1344
|\
| * Revert "Staging: olpc_dcon: Remove obsolete driver"Greg Kroah-Hartman2016-04-049-0/+1343
| * staging/rdma/hfi1: select CRC32Markus Böhme2016-04-041-0/+1
* | mm, fs: remove remaining PAGE_CACHE_* and page_cache_{get,release} usageKirill A. Shutemov2016-04-0412-20/+18
* | mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov2016-04-0454-231/+231
|/
* Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2016-03-251-2/+4
|\
| * dma-buf, drm, ion: Propagate error code from dma_buf_start_cpu_access()Chris Wilson2016-03-191-2/+4
* | Merge tag 'for-linus-20160324' of git://git.infradead.org/linux-mtdLinus Torvalds2016-03-242-2/+0
|\ \
| * | mtd: kill the ecclayout->oobavail fieldBoris BREZILLON2016-03-071-1/+0
| * | staging: mt29f_spinand: kill unused ecclayout fieldBoris BREZILLON2016-01-261-1/+0
* | | Merge tag 'staging-4.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2016-03-2418-1230/+38
|\ \ \
| * | | staging: delete STE RMI4 hackish driverLinus Walleij2016-03-227-1206/+0
| * | | staging: android: ion_test: fix check of platform_device_register_simple() er...Vladimir Zapolskiy2016-03-221-2/+2
| * | | staging: wilc1000: fix a couple of memory leaksColin Ian King2016-03-221-2/+6
| * | | staging: fsl-mc: fix incorrect type passed to dev_err macrosCihangir Akturk2016-03-221-2/+2
| * | | staging: fsl-mc: fix incorrect type passed to dev_dbg macrosCihangir Akturk2016-03-221-3/+3
| * | | staging: wilc1000: fixed kernel panic when firmware is not startedLeo Kim2016-03-221-0/+7
| * | | staging: comedi: ni_mio_common: fix the ni_write[blw]() functionsH Hartley Sweeten2016-03-221-6/+6
| * | | staging: most: hdm-dim2: Remove possible dereference errorAmitoj Kaur Chawla2016-03-221-1/+1
| * | | staging: lustre: checking for NULL instead of IS_ERRDan Carpenter2016-03-221-1/+1
| * | | staging: lustre: really make lustre dependent on LNetArnd Bergmann2016-03-221-1/+1
| * | | staging: refresh TODO for rtl8712Xose Vazquez Perez2016-03-221-6/+6
| * | | staging: refresh TODO for rtl8723auXose Vazquez Perez2016-03-221-0/+3
* | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2016-03-221-1/+1
|\ \ \ \
| * | | | staging/lustre: switch from is_compat_task to in_compat_syscallAndy Lutomirski2016-03-221-1/+1
| |/ / /
* | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds2016-03-2268-10715/+11625
|\ \ \ \ | |/ / / |/| | |
| * | | IB/hfi1: Add SDMA cache eviction algorithmMitko Haralanov2016-03-212-2/+62
| * | | IB/hfi1: Switch to using the pin query functionMitko Haralanov2016-03-212-1/+8
| * | | IB/hfi1: Specify mm when releasing pagesMitko Haralanov2016-03-214-14/+22
| * | | IB/hfi1: Add pin query functionMitko Haralanov2016-03-212-6/+47
| * | | IB/hfi1: Implement SDMA-side buffer cachingMitko Haralanov2016-03-212-101/+155
| * | | IB/hfi1: Adjust last address values for intervalsMitko Haralanov2016-03-211-3/+3
| * | | IB/hfi1: Add filter callbackMitko Haralanov2016-03-212-5/+15
| * | | IB/hfi1: Remove compare callbackMitko Haralanov2016-03-213-17/+1
| * | | IB/hfi1: Add MMU tracingMitko Haralanov2016-03-213-0/+12
| * | | IB/hfi1: Use interval RB treesMitko Haralanov2016-03-212-75/+34
| * | | IB/hfi1: Notify remove MMU/RB callback of calling contextMitko Haralanov2016-03-213-10/+11
| * | | IB/hfi1: Remove the use of add/remove RB function pointersMitko Haralanov2016-03-212-13/+14
| * | | IB/hfi1: Allow remove MMU callbacks to free nodesMitko Haralanov2016-03-211-5/+7
| * | | IB/hfi1: Prevent NULL pointer dereferenceMitko Haralanov2016-03-211-0/+3
| * | | IB/hfi1: Allow MMU function execution in IRQ contextMitko Haralanov2016-03-211-15/+21
| * | | IB/hfi1: Re-factor MMU notification codeMitko Haralanov2016-03-216-259/+471
| * | | IB/hfi1: Enable adaptive pio by defaultMike Marciniszyn2016-03-171-1/+1
| * | | IB/hfi1: Fix adaptive pio packet corruptionMike Marciniszyn2016-03-171-6/+13
| * | | IB/hfi1: Fix panic in adaptive pioMike Marciniszyn2016-03-172-5/+3
| * | | IB/hfi1: Fix PIO wakeup timing holeMike Marciniszyn2016-03-171-5/+7
| * | | IB/hfi1: Fix ordering of trace for accuracyMike Marciniszyn2016-03-171-3/+6
| * | | IB/hfi1: Add unique trace point for pio and sdma sendMike Marciniszyn2016-03-173-6/+14
| * | | IB/hfi1: Fix issues with qp_stats printMike Marciniszyn2016-03-171-1/+1
| * | | IB/hfi1: Report pid in qp_stats to aid debugMike Marciniszyn2016-03-171-2/+3