summaryrefslogtreecommitdiff
path: root/drivers/misc
Commit message (Expand)AuthorAgeFilesLines
* lkdtm: split usercopy tests to separate fileKees Cook2016-07-074-266/+342
* lkdtm: drop "alloc_size" parameterKees Cook2016-07-071-10/+5
* lkdtm: add usercopy test for blocking kernel textKees Cook2016-07-071-0/+34
* Merge 4.7-rc4 into char-misc-nextGreg Kroah-Hartman2016-06-251-1/+1
|\
| * mei: don't use wake_up_interruptible for wr_ctrlAlexander Usyskin2016-06-101-1/+1
* | mei: drop wr_msg from the mei_dev structureAlexander Usyskin2016-06-102-79/+68
* | lkdtm: split atomic test into over and underflowKees Cook2016-06-101-6/+20
* | lkdtm: add usercopy testsKees Cook2016-06-101-2/+273
* | lkdtm: add function for testing .rodata sectionKees Cook2016-06-104-7/+41
* | lkdtm: clean up after renameKees Cook2016-06-101-6/+6
* | lkdtm: split build into multiple source filesKees Cook2016-06-102-0/+2
|/
* Merge tag 'char-misc-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2016-05-2016-290/+128
|\
| * Merge 4.6-rc7 into char-misc-testingGreg Kroah-Hartman2016-05-094-1/+40
| |\
| * | mei: bus: call mei_cl_read_start under device lockAlexander Usyskin2016-05-031-3/+12
| * | ti-st: Fix complete_all() wrong usageDaniel Wagner2016-05-011-1/+0
| * | ARM: qcom: silence an uninitialized variable warningDan Carpenter2016-05-011-1/+2
| * | eeprom: 93xx46: Fix SPI device leakMark Brown2016-05-011-1/+1
| * | eeprom: at25: Fix SPI device leakMark Brown2016-05-011-1/+1
| * | nvmem: 93xx46: remove nvmem regmap dependencySrinivas Kandagatla2016-05-011-72/+18
| * | eeprom: at25: remove nvmem regmap dependencySrinivas Kandagatla2016-05-012-71/+19
| * | eeprom: at24: remove nvmem regmap dependencySrinivas Kandagatla2016-05-012-82/+22
| * | misc: sram: fix check of devm_ioremap*() return valueVladimir Zapolskiy2016-04-301-2/+2
| * | mei: fix waiting for wr_ctrl for corner cases.Alexander Usyskin2016-04-301-4/+14
| * | mei: don't clean control queues on notify request timeoutAlexander Usyskin2016-04-301-6/+2
| * | mei: amthif: discard not read messagesAlexander Usyskin2016-04-303-2/+5
| * | mei: fix NULL dereferencing during FW initiated disconnectionAlexander Usyskin2016-04-303-6/+6
| * | mei: drop global me_client_indexAlexander Usyskin2016-04-302-17/+8
| * | mei: do not pin module if cldrv->probe() failedAlexey Khoroshilov2016-04-301-2/+6
| * | misc: mic: Remove return statements from void functionsAmitoj Kaur Chawla2016-04-301-3/+3
| * | misc: mic: silence uninitialized variable warningDan Carpenter2016-04-301-1/+2
| * | misc: mic: Fix randconfig build errorSudeep Dutt2016-04-301-0/+1
| * | misc: mic: Fix for double fetch security bug in VOP driverAshutosh Dixit2016-04-271-0/+5
| * | Merge 4.6-rc4 into char-misc-nextGreg Kroah-Hartman2016-04-193-6/+11
| |\ \
| * | | mei: bus: use scnprintf in *_showRasmus Villemoes2016-03-311-15/+4
* | | | Merge tag 'powerpc-4.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2016-05-208-67/+170
|\ \ \ \
| * | | | cxl: Check periodically the coherent platform function's stateChristophe Lombard2016-05-112-28/+33
| * | | | cxl: Add kernel API to allow a context to operate with relocate disabledIan Munsie2016-05-114-2/+26
| * | | | cxl: Ensure PSL interrupt is configured for contexts with no AFU IRQsIan Munsie2016-05-112-0/+21
| * | | | cxl: Remove duplicate #definesIan Munsie2016-05-111-9/+0
| * | | | cxl: Handle num_of_processes larger than can fit in the SPAIan Munsie2016-05-111-3/+12
| * | | | powerpc/mm: Replace _PAGE_USER with _PAGE_PRIVILEGEDAneesh Kumar K.V2016-05-011-1/+3
| * | | | powerpc/mm: Use _PAGE_READ to indicate Read accessAneesh Kumar K.V2016-05-011-2/+2
| * | | | cxl: Fix DAR check & use REGION_ID instead of opencodingAneesh Kumar K.V2016-04-261-1/+1
| * | | | cxl: Increase timeout for detection of AFU mmio hangFrederic Barrat2016-04-221-1/+3
| * | | | cxl: Allow initialization on timebase sync failuresFrederic Barrat2016-04-224-9/+29
| * | | | cxl: Delete an unnecessary check before the function call "kfree"Markus Elfring2016-04-121-2/+1
| * | | | cxl: Configure the PSL for two CAPI ports on POWER8NVLPhilippe Bergheaud2016-04-111-1/+40
| * | | | cxl: Remove dead codeFrederic Barrat2016-04-111-9/+0
* | | | | Merge branch 'i2c/for-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/w...Linus Torvalds2016-05-191-7/+2
|\ \ \ \ \
| * | | | | eeprom: at24: replace msleep() with usleep_range()Bartosz Golaszewski2016-04-161-4/+2