summaryrefslogtreecommitdiff
path: root/drivers/misc
AgeCommit message (Expand)AuthorFilesLines
2016-10-21Merge tag 'powerpc-4.9-3' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds8-5/+116
2016-10-19mm: replace get_user_pages() write/force parameters with gup_flagsLorenzo Stoakes2-3/+2
2016-10-19cxl: Prevent adapter reset if an active context existsVaibhav Jain8-5/+116
2016-10-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-1/+1
2016-10-07Merge tag 'powerpc-4.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds4-8/+44
2016-10-07Merge branch 'i2c/for-4.9' of git://git.kernel.org/pub/scm/linux/kernel/git/w...Linus Torvalds1-2/+13
2016-10-04cxl: replace loop with for_each_child_of_node(), remove unneeded of_node_put()Andrew Donnellan1-5/+3
2016-10-04cxl: Flush PSL cache before resetting the adapterFrederic Barrat3-1/+39
2016-10-03Merge tag 'char-misc-4.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds29-1266/+365
2016-09-27fs: Replace CURRENT_TIME with current_time() for inode timestampsDeepa Dinamani1-1/+1
2016-09-27drivers/misc/hpilo: Changes to support new security states in iLO5 FWRusk, Mark1-4/+13
2016-09-27at25: fix debug and error messagingAndy Shevchenko1-13/+7
2016-09-27misc/genwqe: ensure zero initializationSebastian Ott2-4/+2
2016-09-27mei: stop the stall timer worker if not neededAlexander Usyskin7-7/+29
2016-09-13cxl: Fix informational messageFrederic Barrat1-2/+2
2016-09-12mei: me: add kaby point device idsAlexander Usyskin2-0/+6
2016-09-06lkdtm: adjust usercopy tests to bypass const checksKees Cook1-8/+17
2016-09-05Merge 4.8-rc5 into char-misc-nextGreg Kroah-Hartman7-276/+20
2016-09-03Merge tag 'char-misc-4.8-rc5' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds6-275/+11
2016-08-31misc: pch_phub: Add UART_CLK quirk for Boston platformZubair Lutfullah Kakakhel1-0/+11
2016-08-31misc: pch_phub: Read prefetch value from device tree if passedZubair Lutfullah Kakakhel1-1/+8
2016-08-31GenWQE: Change default access rights for device nodeFrank Haverkamp1-0/+15
2016-08-31misc: retire the old BMP085 driverLinus Walleij6-732/+0
2016-08-31VMCI: use memdup_user().Muhammad Falak R Wani1-10/+4
2016-08-31lkdtm: Mark lkdtm_rodata_do_nothing() notraceMichael Ellerman1-1/+1
2016-08-30misc: mic: scif: use vma_pages().Muhammad Falak R Wani1-2/+2
2016-08-30mic: remove unused function argArnd Bergmann1-4/+2
2016-08-30mei: amthif: fix deadlock in initialization during a resetAlexander Usyskin2-5/+9
2016-08-30mei: drop unused file transaction statesAlexander Usyskin1-3/+0
2016-08-30mei: amthif: drop mei_amthif_readAlexander Usyskin4-109/+1
2016-08-30mei: enqueue consecutive readsAlexander Usyskin2-20/+22
2016-08-30mei: add wrapper for queuing control commands.Tomas Winkler6-39/+61
2016-08-30mei: use consistent naming for TX control flow creditsTomas Winkler3-45/+43
2016-08-30mei: rx flow control counterAlexander Usyskin3-29/+16
2016-08-30mei: prepare read cb for fixed address clients on the receive path only.Alexander Usyskin1-5/+3
2016-08-30mei: drop redundant krealloc and checks in irq readAlexander Usyskin1-25/+11
2016-08-30mei: amthif: drop mei_clear_lists functionAlexander Usyskin1-22/+5
2016-08-30mei: add read callback on demand for fixed_address clientsAlexander Usyskin2-13/+12
2016-08-30mei: add file pointer to the host client structureAlexander Usyskin4-10/+10
2016-08-30mei: move read cb to complete queue if not connectedAlexander Usyskin1-0/+1
2016-08-30mei: fix return value on disconnectionTomas Winkler3-3/+3
2016-08-30mei: drop read complete queue emptiness checkAlexander Usyskin2-2/+4
2016-08-30mei: hbm: add missing argument in the kdocTomas Winkler1-0/+1
2016-08-30mei: recover after errors in runtime pm flowAlexander Usyskin4-0/+19
2016-08-30mei: drop mei_io_cb_alloc_bufAlexander Usyskin2-28/+6
2016-08-30mei: amthif: use mei_cl_alloc_cb for allocating cbsAlexander Usyskin1-13/+3
2016-08-30mei: amthif: drop mei_amthif_send_cmdAlexander Usyskin1-36/+16
2016-08-30mei: amthif: enable poll for async eventsAlexander Usyskin1-5/+5
2016-08-30mei: amthif: drop iamthif_current_cbAlexander Usyskin3-10/+0
2016-08-30mei: amthif: fix request cancelAlexander Usyskin2-75/+38