summaryrefslogtreecommitdiff
path: root/drivers/misc
Commit message (Expand)AuthorAgeFilesLines
* vmw_balloon: simplify vmballoon_send_get_target()Nadav Amit2018-09-251-21/+14
* vmw_balloon: refactor change size from vmballoon_workNadav Amit2018-09-251-23/+52
* vmw_balloon: rename VMW_BALLOON_2M_SHIFT to VMW_BALLOON_2M_ORDERNadav Amit2018-09-251-4/+4
* vmw_balloon: treat all refused pages equallyNadav Amit2018-09-251-23/+29
* vmw_balloon: change batch/single lock abstractionsNadav Amit2018-09-251-193/+165
* vmw_balloon: remove sleeping allocationsNadav Amit2018-09-251-49/+18
* vmw_balloon: simplifying batch accessNadav Amit2018-09-251-51/+30
* vmw_balloon: merge send_lock and send_unlock pathNadav Amit2018-09-251-41/+21
* vmw_balloon: unify commands tracing and statsNadav Amit2018-09-251-75/+41
* vmw_balloon: handle commands in a single function.Nadav Amit2018-09-251-107/+116
* misc: sgi-gru: fix fall-through annotationsGustavo A. R. Silva2018-09-201-2/+2
* Merge b4.19-rc4 into char-misc-nextGreg Kroah-Hartman2018-09-165-12/+15
|\
| * 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/+4
| * mei: bus: fix hw module get/put balanceTomas Winkler2018-09-121-2/+1
| * 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
* | drivers: misc: ad525x_dpot: Update MODULE AUTHOR email addressMichael Hennerich2018-09-143-5/+5
* | misc: sgi-xp: remove meaningless null check before kfreezhong jiang2018-09-141-2/+1
* | misc: Convert to using %pOFn instead of device_node.nameRob Herring2018-09-141-2/+2
* | misc: lkdtm: fixed static variable initializationParth Y Shah2018-09-121-1/+1
* | misc: bh1770glc: remove unused array prox_curr_maColin Ian King2018-09-121-3/+0
* | misc: apds990x: remove unused array ir_currentsColin Ian King2018-09-121-1/+0
|/
* Merge branch 'ida-4.19' of git://git.infradead.org/users/willy/linux-daxLinus Torvalds2018-08-261-18/+5
|\
| * cb710: Convert to new IDA APIMatthew Wilcox2018-08-211-18/+5
* | 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-211-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/+9
| * | 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/+3
| * | 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/+9
| |\ \
| * | | mei: fix ssize_t to int assignment in read and write ops.Tomas Winkler2018-07-123-17/+17