summaryrefslogtreecommitdiffstats
path: root/drivers/misc
Commit message (Expand)AuthorAgeFilesLines
...
| * | | 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
| |\ \ \ | | | |/ | | |/|
| * | | 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 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-10-242-5/+6
|\ \ \
| * | | signal/GenWQE: Fix sending of SIGKILLEric W. Biederman2018-09-152-5/+6
| |/ /
* | | Merge branch 'linus' into x86/core, to pick up fixesIngo Molnar2018-10-045-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
| |/
* / lkdtm: Test copy_to_user() on bad kernel pointer under KERNEL_DSJann Horn2018-09-033-0/+15
|/
* 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
| * | | 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/+0
| * | | 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