aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/misc (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-11-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2016-10-31mei: bus: fix received data size check in NFC fixupAlexander Usyskin1-1/+1
2016-10-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller15-14/+148
2016-10-29Merge tag 'char-misc-4.9-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds4-5/+23
2016-10-28Merge tag 'powerpc-4.9-4' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds2-9/+15
2016-10-28VMCI: Doorbell create and destroy fixesJorgen Hansen2-2/+8
2016-10-28GenWQE: Fix bad page access during abort of resource allocationGerald Schaefer1-1/+11
2016-10-27drivers/misc/sgi-gru/grumain.c: remove bogus 0x prefix from printkDimitri Sivanich1-1/+1
2016-10-24mei: txe: don't clean an unprocessed interrupt cause.Alexander Usyskin1-2/+4
2016-10-24cxl: Fix leaking pid refs in some error pathsVaibhav Jain2-9/+15
2016-10-21Merge tag 'powerpc-4.9-3' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds8-5/+116
2016-10-20net: use core MTU range checking in misc driversJarod Wilson1-17/+4
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/viro/vfsLinus Torvalds1-1/+1
2016-10-07Merge tag 'powerpc-4.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds4-8/+44
2016-10-07Merge branch 'i2c/for-4.9' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linuxLinus 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/git/gregkh/char-miscLinus 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/git/gregkh/char-miscLinus 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