summaryrefslogtreecommitdiffstats
path: root/drivers/misc (follow)
Commit message (Expand)AuthorAgeFilesLines
* mei: replace POLL* with EPOLL* for write queues.Tomas Winkler2018-10-031-2/+2
* VMCI: Resource wildcard match fixedJorgen Hansen2018-10-032-2/+3
* eeprom: at25: use devm_nvmem_register()Bartosz Golaszewski2018-09-281-2/+1
* eeprom: eeprom_93xx46: use resource managementBartosz Golaszewski2018-09-281-14/+5
* misc: genwqe: remove duplicated include filezhong jiang2018-09-252-2/+0
* misc: genwqe: should return proper error value.zhong jiang2018-09-251-6/+7
* misc: mic: scif: Remove unused variableNathan Chancellor2018-09-251-3/+1
* misc: remove redundant include moduleparam.hzhong jiang2018-09-252-2/+0
* misc: kgdbts: Fix restrict errorLaura Abbott2018-09-251-10/+6
* misc: echo: Remove unnecessary parentheses and simplify check for zeroNathan Chancellor2018-09-251-1/+1
* misc: sram: remove redundant null pointer check before of_node_putzhong jiang2018-09-251-4/+2
* vmw_balloon: add reset statNadav Amit2018-09-251-2/+5
* vmw_balloon: general style cleanupNadav Amit2018-09-251-16/+23
* vmw_balloon: rework the inflate and deflate loopsNadav Amit2018-09-251-288/+541
* vmw_balloon: stats reworkNadav Amit2018-09-251-103/+281
* 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-221-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-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/+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