summaryrefslogtreecommitdiffstats
path: root/drivers/misc
AgeCommit message (Expand)AuthorLines
2016-10-31mei: bus: fix received data size check in NFC fixupAlexander Usyskin-1/+1
2016-10-29Merge tag 'char-misc-4.9-rc3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-5/+23
2016-10-28Merge tag 'powerpc-4.9-4' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds-9/+15
2016-10-28VMCI: Doorbell create and destroy fixesJorgen Hansen-2/+8
2016-10-28GenWQE: Fix bad page access during abort of resource allocationGerald Schaefer-1/+11
2016-10-27drivers/misc/sgi-gru/grumain.c: remove bogus 0x prefix from printkDimitri Sivanich-1/+1
2016-10-24mei: txe: don't clean an unprocessed interrupt cause.Alexander Usyskin-2/+4
2016-10-24cxl: Fix leaking pid refs in some error pathsVaibhav Jain-9/+15
2016-10-21Merge tag 'powerpc-4.9-3' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds-5/+116
2016-10-19mm: replace get_user_pages() write/force parameters with gup_flagsLorenzo Stoakes-3/+2
2016-10-19cxl: Prevent adapter reset if an active context existsVaibhav Jain-5/+116
2016-10-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds-1/+1
2016-10-07Merge tag 'powerpc-4.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds-8/+44
2016-10-07Merge branch 'i2c/for-4.9' of git://git.kernel.org/pub/scm/linux/kernel/git/w...Linus Torvalds-2/+13
2016-10-04cxl: replace loop with for_each_child_of_node(), remove unneeded of_node_put()Andrew Donnellan-5/+3
2016-10-04cxl: Flush PSL cache before resetting the adapterFrederic Barrat-1/+39
2016-10-03Merge tag 'char-misc-4.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-1266/+365
2016-09-27fs: Replace CURRENT_TIME with current_time() for inode timestampsDeepa Dinamani-1/+1
2016-09-27drivers/misc/hpilo: Changes to support new security states in iLO5 FWRusk, Mark-4/+13
2016-09-27at25: fix debug and error messagingAndy Shevchenko-13/+7
2016-09-27misc/genwqe: ensure zero initializationSebastian Ott-4/+2
2016-09-27mei: stop the stall timer worker if not neededAlexander Usyskin-7/+29
2016-09-13cxl: Fix informational messageFrederic Barrat-2/+2
2016-09-12mei: me: add kaby point device idsAlexander Usyskin-0/+6
2016-09-06lkdtm: adjust usercopy tests to bypass const checksKees Cook-8/+17
2016-09-05Merge 4.8-rc5 into char-misc-nextGreg Kroah-Hartman-276/+20
2016-09-03Merge tag 'char-misc-4.8-rc5' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-275/+11
2016-08-31misc: pch_phub: Add UART_CLK quirk for Boston platformZubair Lutfullah Kakakhel-0/+11
2016-08-31misc: pch_phub: Read prefetch value from device tree if passedZubair Lutfullah Kakakhel-1/+8
2016-08-31GenWQE: Change default access rights for device nodeFrank Haverkamp-0/+15
2016-08-31misc: retire the old BMP085 driverLinus Walleij-732/+0
2016-08-31VMCI: use memdup_user().Muhammad Falak R Wani-10/+4
2016-08-31lkdtm: Mark lkdtm_rodata_do_nothing() notraceMichael Ellerman-1/+1
2016-08-30misc: mic: scif: use vma_pages().Muhammad Falak R Wani-2/+2
2016-08-30mic: remove unused function argArnd Bergmann-4/+2
2016-08-30mei: amthif: fix deadlock in initialization during a resetAlexander Usyskin-5/+9
2016-08-30mei: drop unused file transaction statesAlexander Usyskin-3/+0
2016-08-30mei: amthif: drop mei_amthif_readAlexander Usyskin-109/+1
2016-08-30mei: enqueue consecutive readsAlexander Usyskin-20/+22
2016-08-30mei: add wrapper for queuing control commands.Tomas Winkler-39/+61
2016-08-30mei: use consistent naming for TX control flow creditsTomas Winkler-45/+43
2016-08-30mei: rx flow control counterAlexander Usyskin-29/+16
2016-08-30mei: prepare read cb for fixed address clients on the receive path only.Alexander Usyskin-5/+3
2016-08-30mei: drop redundant krealloc and checks in irq readAlexander Usyskin-25/+11
2016-08-30mei: amthif: drop mei_clear_lists functionAlexander Usyskin-22/+5
2016-08-30mei: add read callback on demand for fixed_address clientsAlexander Usyskin-13/+12
2016-08-30mei: add file pointer to the host client structureAlexander Usyskin-10/+10
2016-08-30mei: move read cb to complete queue if not connectedAlexander Usyskin-0/+1
2016-08-30mei: fix return value on disconnectionTomas Winkler-3/+3
2016-08-30mei: drop read complete queue emptiness checkAlexander Usyskin-2/+4