aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-11-06media: dm365_ipipeif: better annotate a fall thoughMauro Carvalho Chehab1-0/+1
2018-11-06media: Rename vb2_m2m_request_queue -> v4l2_m2m_request_queueEzequiel Garcia1-1/+1
2018-10-31Merge tag 'media/v4.20-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-mediaLinus Torvalds21-8/+2154
2018-10-31mm: remove CONFIG_HAVE_MEMBLOCKMike Rapoport1-1/+1
2018-10-29Merge tag 'media/v4.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-mediaLinus Torvalds37-369/+205
2018-10-29Merge tag 'staging-4.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/stagingLinus Torvalds393-15471/+39801
2018-10-28Merge tag 'drm-next-2018-10-24' of git://anongit.freedesktop.org/drm/drmLinus Torvalds1-2/+1
2018-10-28Merge branch 'xarray' of git://git.infradead.org/users/willy/linux-daxLinus Torvalds1-12/+6
2018-10-26mm: rename and change semantics of nr_indirectly_reclaimable_bytesVlastimil Babka1-4/+4
2018-10-25Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds4-63/+59
2018-10-25Merge branch 'work.lookup' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-12/+7
2018-10-24Merge branch 'work.tty-ioctl' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds3-285/+46
2018-10-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds21-8419/+2
2018-10-23Merge tag 'gpio-v4.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpioLinus Torvalds1-5/+3
2018-10-23Merge tag 'mtd/for-4.20' of git://git.infradead.org/linux-mtdLinus Torvalds1-23/+24
2018-10-19staging: gasket: Fix sparse "incorrect type in assignment" warnings.Laurence Rochfort1-1/+1
2018-10-19staging: gasket: remove debug logs for callback invocationTodd Poynor1-6/+1
2018-10-19staging: gasket: remove debug logs in page table mapping callsTodd Poynor1-24/+0
2018-10-19staging: rtl8188eu: core: Use sizeof(*p) instead of sizeof(struct P) for memory allocationMamta Shukla1-28/+28
2018-10-19staging: ks7010: Remove extra blank lineMaya Nakamura1-1/+0
2018-10-19staging: gasket: Remove extra blank lineMaya Nakamura1-1/+0
2018-10-19staging: media: davinci_vpfe: Fix spelling mistake in enumKimberly Brown2-2/+2
2018-10-19staging: speakup: Add a pair of bracesMaya Nakamura1-2/+2
2018-10-19staging: wlan-ng: Replace long int with longMaya Nakamura1-1/+1
2018-10-15staging: rtl8188eu: cleanup comparsions to falseMichael Straube9-22/+22
2018-10-15staging: gasket: Update device virtual address commentNick Ewalt1-3/+11
2018-10-15staging: gasket: sysfs: fix attribute release commentNick Ewalt1-2/+2
2018-10-15staging: gasket: apex: fix sysfs_showNick Ewalt1-1/+1
2018-10-15staging: gasket: page_table: simplify gasket_components_to_dev_addressNick Ewalt1-19/+2
2018-10-15staging: gasket: page_table: fix comment in components_to_dev_addressNick Ewalt1-3/+3
2018-10-15staging: gasket: page table: fixup error path allocating coherent memNick Ewalt1-1/+5
2018-10-15staging: gasket: page_table: rearrange gasket_page_table_entryNick Ewalt1-6/+6
2018-10-15staging: gasket: page_table: remove unnecessary PTE status set to freeNick Ewalt1-1/+0
2018-10-15staging: gasket: page table: remove dead code in coherent mem allocTodd Poynor1-5/+1
2018-10-15staging: gasket: page table: return valid error code on map failTodd Poynor1-3/+2
2018-10-14staging: rtl8188eu: remove whitespace - styleMichael Straube1-1/+1
2018-10-14staging: rtl8188eu: rename Hal_MappingOutPipe() - styleMichael Straube3-3/+3
2018-10-14staging: rtl8188eu: rename parameters of Hal_MappingOutPipe() - styleMichael Straube1-1/+1
2018-10-14staging: rtl8188eu: rename parameter of hal_com_get_channel_plan() - styleMichael Straube1-1/+1
2018-10-14staging: rtl8188eu: remove unused parameter of hal_com_get_channel_plan()Michael Straube3-11/+5
2018-10-14staging: rtl8188eu: rename HalSetBrateCfg() - styleMichael Straube3-3/+3
2018-10-14staging: rtl8188eu: rename parameters of HalSetBrateCfg() - styleMichael Straube1-1/+1
2018-10-14staging: rtl8188eu: remove unused parameter of HalSetBrateCfg()Michael Straube3-3/+3
2018-10-14staging: rtl8188eu: remove whitespace in qos_acm()Michael Straube1-2/+2
2018-10-14staging: rtl8188eu: cleanup long lines in stop_sta_xmit()Michael Straube1-5/+10
2018-10-14staging: rtl8188eu: cleanup long lines in rtw_get_sta_pending()Michael Straube1-5/+10
2018-10-14staging: rtl8188eu: cleanup block commentsMichael Straube1-8/+14
2018-10-14staging: rtl8188eu: remove commented codeMichael Straube1-21/+2
2018-10-14staging: rtl8188eu: cleanup alignment issueMichael Straube1-3/+3
2018-10-14staging: rtl8188eu: use __func__ in qos_acm()Michael Straube1-1/+2