summaryrefslogtreecommitdiffstats
path: root/drivers/misc
Commit message (Expand)AuthorAgeFilesLines
* misc: hmc6352: fix potential Spectre v1Gustavo A. R. Silva2018-09-121-0/+2
* misc: ibmvsm: Fix wrong assignment of return codeBryant G. Ly2018-09-121-1/+1
* mei: bus: need to unlink client before freeingTomas Winkler2018-09-121-5/+4Star
* mei: bus: fix hw module get/put balanceTomas Winkler2018-09-121-2/+1Star
* mei: fix use-after-free in mei_cl_writeJohn Hubbard2018-09-121-1/+1
* mei: ignore not found client in the enumerationAlexander Usyskin2018-09-121-3/+6
* Merge branch 'ida-4.19' of git://git.infradead.org/users/willy/linux-daxLinus Torvalds2018-08-261-18/+5Star
|\
| * cb710: Convert to new IDA APIMatthew Wilcox2018-08-221-18/+5Star
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2018-08-222-4/+10
|\ \
| * | mm, oom: distinguish blockable mode for mmu notifiersMichal Hocko2018-08-222-4/+10
* | | Merge branch 'i2c/for-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2018-08-221-0/+17
|\ \ \ | |/ / |/| |
| * | eeprom: at24: Add support for address-width propertyAlan Chiang2018-07-251-0/+17
| |/
* | Merge tag 'char-misc-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-08-1835-379/+673
|\ \
| * | misc: mic: SCIF Fix scif_get_new_port() error handlingDan Carpenter2018-08-051-11/+9Star
| * | misc: cxl: changed asterisk positionParth Y Shah2018-08-051-1/+1
| * | genwqe: card_base: Use true and false for boolean valuesGustavo A. R. Silva2018-08-051-1/+1
| * | misc: eeprom: assignment outside the if statementParth Y Shah2018-08-051-1/+2
| * | eeprom: idt_89hpesx: clean up an error pointer vs NULL inconsistencyDan Carpenter2018-08-021-1/+1
| * | misc: ti-st: Fix memory leak in the error path of probe()Anton Vasilyev2018-08-021-2/+2
| * | mei: define dma ring buffer sizes for PCH12 HW and newerAlexander Usyskin2018-08-022-0/+17
| * | mei: restrict dma ring support to hbm version 2.1Tomas Winkler2018-08-024-0/+16
| * | mei: hbm: introduce dma bit in the message headerTomas Winkler2018-08-024-6/+16
| * | mei: hbm: define dma ring setup protocolTomas Winkler2018-08-021-0/+49
| * | mei: add support for variable length mei headers.Tomas Winkler2018-08-026-64/+102
| * | mei: add mei_msg_hdr_init wrapper.Tomas Winkler2018-07-242-15/+20
| * | mei: move hbuf_depth from the mei device to the hw modulesTomas Winkler2018-07-245-49/+58
| * | mei: cleanup slots to data conversionsTomas Winkler2018-07-244-12/+14
| * | misc: vexpress/syscfg: Use devm_ioremap_resource() to map memorySudeep Holla2018-07-161-7/+3Star
| * | drivers/misc: Aspeed LPC snoop output using misc chardevRobert Lippert2018-07-161-10/+74
| * | mei: bus: suppress sign-compare warningsTomas Winkler2018-07-161-3/+3
| * | Merge 4.18-rc5 into char-misc-nextGreg Kroah-Hartman2018-07-163-27/+9Star
| |\ \
| * | | mei: fix ssize_t to int assignment in read and write ops.Tomas Winkler2018-07-123-17/+17
| * | | mei: use correct type for counter variable in for loopsTomas Winkler2018-07-123-3/+3
| * | | mei: check for error returned from mei_hbuf_empty_slots()Tomas Winkler2018-07-124-12/+32
| * | | mei: don't update offset in writeAlexander Usyskin2018-07-121-1/+0Star
| * | | mei: bus: type promotion bug in mei_fwver()Tomas Winkler2018-07-121-1/+1
| * | | mei: bus: type promotion bug in mei_nfc_if_version()Dan Carpenter2018-07-121-1/+1
| * | | misc: ti-st: Allow compile test of GPIO consumers if !GPIOLIBGeert Uytterhoeven2018-07-071-1/+2
| * | | tsl2550: fix lux1_input error in low lightMatt Ranostay2018-07-071-1/+1
| * | | misc: mic: fix passing the current timeArnd Bergmann2018-07-073-3/+14
| * | | misc: mic: mark expected switch fall-throughGustavo A. R. Silva2018-07-071-0/+1
| * | | sgi-xp: xpc_partition: mark expected switch fall-throughsGustavo A. R. Silva2018-07-071-0/+2
| * | | eeprom: at25: mark expected switch fall-throughsGustavo A. R. Silva2018-07-071-0/+4
| * | | misc: ibmvmc: Use GFP_ATOMIC under spin lockWei Yongjun2018-07-071-1/+1
| * | | vmci: type promotion bug in qp_host_get_user_memory()Dan Carpenter2018-07-071-2/+2
| * | | misc: sram: enable clock before registering regionsJohan Hovold2018-07-061-6/+7
| * | | misc: sram: fix resource leaks in probe error pathJohan Hovold2018-07-061-1/+8
| * | | mei: expose fw version to sysfsAlexander Usyskin2018-07-033-8/+133
| * | | mei: add optional timeout to internal bus recvAlexander Usyskin2018-07-033-12/+28
| * | | mei: remove unused MEI_IAMTHIF_STALL_TIMER defineAlexander Usyskin2018-07-031-2/+0Star