summaryrefslogtreecommitdiffstats
path: root/drivers/misc
AgeCommit message (Expand)AuthorLines
2019-08-28lkdtm/bugs: fix build error in lkdtm_EXHAUST_STACKRaul E Rangel-2/+2
2019-08-28mei: me: add Tiger Lake point LP device IDTomas Winkler-0/+4
2019-08-22misc: xilinx_sdfec: fix spelling mistake: "Schdule" -> "Schedule"Colin Ian King-1/+1
2019-08-22misc: xilinx_sdfec: Prevent integer overflow in xsdfec_table_write()Dan Carpenter-1/+3
2019-08-22misc: xilinx_sdfec: Prevent a divide by zero in xsdfec_reg0_write()Dan Carpenter-1/+1
2019-08-22misc: xilinx_sdfec: Return -EFAULT if copy_from_user() failsDan Carpenter-2/+3
2019-08-22misc: xilinx_sdfec: Fix a couple small information leaksDan Carpenter-0/+2
2019-08-21Merge branch 'odp_fixes' into hmm.gitJason Gunthorpe-81/+126
2019-08-19lkdtm: Split WARNING into separate testsKees Cook-1/+8
2019-08-19Merge 5.3-rc5 into char-misc-nextGreg Kroah-Hartman-54/+91
2019-08-16ia64: remove support for machvecsChristoph Hellwig-11/+11
2019-08-16drivers: remove the SGI SN2 IOC4 base supportChristoph Hellwig-511/+0
2019-08-16misc/sgi-xp: remove SGI SN2 supportChristoph Hellwig-3030/+15
2019-08-16misc/sgi-gru: use mmu_notifier_get/put for struct gru_mm_structJason Gunthorpe-62/+25
2019-08-15sgi-xpc: Use GFP_ATOMIC for kmalloc in atomic context.Fuqian Huang-1/+1
2019-08-15misc: xilinx-sdfec: fix dependency and build errorRandy Dunlap-0/+1
2019-08-15sgi-xp: xpc_uv: Make structure xpc_arch_ops_uv constantNishka Dasgupta-1/+1
2019-08-15xilinx_sdfec: Convert to IDAMatthew Wilcox (Oracle)-19/+6
2019-08-15misc: xilinx_sdfec: Add stats & status ioctlsDragan Cvetic-0/+125
2019-08-15misc: xilinx_sdfec: Support poll file operationDragan Cvetic-4/+236
2019-08-15misc: xilinx_sdfec: Add ability to get/set configDragan Cvetic-0/+88
2019-08-15misc: xilinx_sdfec: Add ability to configure LDPCDragan Cvetic-0/+324
2019-08-15misc: xilinx_sdfec: Add ability to configure turboDragan Cvetic-0/+110
2019-08-15misc: xilinx_sdfec: Store driver config and stateDragan Cvetic-6/+299
2019-08-12lkdtm: Add Control Flow Integrity testKees Cook-0/+47
2019-08-12habanalabs: fix device IRQ unmasking for BE hostBen Segal-9/+24
2019-08-12habanalabs: fix endianness handling for internal QMAN submissionOded Gabbay-15/+17
2019-08-12habanalabs: fix completion queue handling when host is BEBen Segal-14/+13
2019-08-12habanalabs: fix endianness handling for packets from userBen Segal-13/+32
2019-08-12habanalabs: fix DRAM usage accounting on context tear downTomer Tayar-0/+2
2019-08-12habanalabs: Avoid double free in error flowTomer Tayar-3/+2
2019-08-12Merge 5.3-rc4 into char-misc-nextGreg Kroah-Hartman-24/+23
2019-08-10Merge tag 'char-misc-5.3-rc4' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-23/+22
2019-08-05misc: Remove spear13xx pcie gadget driverStephen Boyd-807/+0
2019-08-01Merge tag 'at24-v5.3-rc3-fixes-for-wolfram' of git://git.kernel.org/pub/scm/l...Wolfram Sang-1/+1
2019-07-30mei: Use dev_get_drvdata where possibleChuhong Yuan-22/+16
2019-07-30drivers: Introduce device lookup variants by device typeSuzuki K Poulose-8/+1
2019-07-29habanalabs: fix host memory polling in BE architectureBen Segal-6/+20
2019-07-29habanalabs: fix F/W download in BE architectureBen Segal-17/+2
2019-07-29Merge 5.3-rc2 into char-misc-nextGreg Kroah-Hartman-3/+12
2019-07-28eeprom: at24: make spd world-readable againJean Delvare-1/+1
2019-07-25misc: fastrpc: fix memory leak when out of memoryJorge Ramirez-Ortiz-1/+4
2019-07-25eeprom: make older eeprom drivers select NVMEM_SYSFSArseny Solokha-0/+3
2019-07-25mic: avoid statically declaring a 'struct device'.Arnd Bergmann-16/+12
2019-07-25misc: alcor_pci: Use dev_get_drvdataChuhong Yuan-4/+2
2019-07-25misc: eeprom: max6875: convert to i2c_new_dummy_deviceWolfram Sang-3/+3
2019-07-25misc: eeprom: ee1004: convert to i2c_new_dummy_deviceWolfram Sang-3/+3
2019-07-24mei: me: add mule creek canyon (EHL) device idsAlexander Usyskin-0/+6
2019-07-22eeprom: at24: remove unneeded includeBartosz Golaszewski-1/+0
2019-07-19Merge branch 'work.mount0' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds-27/+25