summaryrefslogtreecommitdiff
path: root/drivers/misc
AgeCommit message (Expand)Author
2016-07-15lkdtm: silence warnings about function declarationsKees Cook
2016-07-15lkdtm: hide unused functionsArnd Bergmann
2016-07-07lkdtm: use struct arrays instead of enumsKees Cook
2016-07-07lkdtm: move jprobe entry points to start of sourceKees Cook
2016-07-07lkdtm: reorganize module paramatersKees Cook
2016-07-07lkdtm: rename globals for clarityKees Cook
2016-07-07lkdtm: rename "count" to "crash_count"Kees Cook
2016-07-07lkdtm: remove intentional off-by-one array accessKees Cook
2016-07-07lkdtm: split remaining logic bug tests to separate fileKees Cook
2016-07-07lkdtm: split heap corruption tests to separate fileKees Cook
2016-07-07lkdtm: split memory permissions tests to separate fileKees Cook
2016-07-07lkdtm: split usercopy tests to separate fileKees Cook
2016-07-07lkdtm: drop "alloc_size" parameterKees Cook
2016-07-07lkdtm: add usercopy test for blocking kernel textKees Cook
2016-06-25Merge 4.7-rc4 into char-misc-nextGreg Kroah-Hartman
2016-06-11mei: don't use wake_up_interruptible for wr_ctrlAlexander Usyskin
2016-06-11mei: drop wr_msg from the mei_dev structureAlexander Usyskin
2016-06-10lkdtm: split atomic test into over and underflowKees Cook
2016-06-10lkdtm: add usercopy testsKees Cook
2016-06-10lkdtm: add function for testing .rodata sectionKees Cook
2016-06-10lkdtm: clean up after renameKees Cook
2016-06-10lkdtm: split build into multiple source filesKees Cook
2016-05-21Merge tag 'char-misc-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2016-05-20Merge tag 'powerpc-4.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds
2016-05-20Merge branch 'i2c/for-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/w...Linus Torvalds
2016-05-16Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2016-05-11cxl: Check periodically the coherent platform function's stateChristophe Lombard
2016-05-11cxl: Add kernel API to allow a context to operate with relocate disabledIan Munsie
2016-05-11cxl: Ensure PSL interrupt is configured for contexts with no AFU IRQsIan Munsie
2016-05-11cxl: Remove duplicate #definesIan Munsie
2016-05-11cxl: Handle num_of_processes larger than can fit in the SPAIan Munsie
2016-05-09Merge 4.6-rc7 into char-misc-testingGreg Kroah-Hartman
2016-05-07Merge tag 'char-misc-4.6-rc7' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2016-05-04x86/platform/UV: Remove Obsolete GRU MMR address translationDimitri Sivanich
2016-05-03mei: bus: call mei_cl_read_start under device lockAlexander Usyskin
2016-05-01ti-st: Fix complete_all() wrong usageDaniel Wagner
2016-05-01ARM: qcom: silence an uninitialized variable warningDan Carpenter
2016-05-01eeprom: 93xx46: Fix SPI device leakMark Brown
2016-05-01eeprom: at25: Fix SPI device leakMark Brown
2016-05-01nvmem: 93xx46: remove nvmem regmap dependencySrinivas Kandagatla
2016-05-01eeprom: at25: remove nvmem regmap dependencySrinivas Kandagatla
2016-05-01eeprom: at24: remove nvmem regmap dependencySrinivas Kandagatla
2016-05-01powerpc/mm: Replace _PAGE_USER with _PAGE_PRIVILEGEDAneesh Kumar K.V
2016-05-01powerpc/mm: Use _PAGE_READ to indicate Read accessAneesh Kumar K.V
2016-04-30misc: sram: fix check of devm_ioremap*() return valueVladimir Zapolskiy
2016-04-30mei: fix waiting for wr_ctrl for corner cases.Alexander Usyskin
2016-04-30mei: don't clean control queues on notify request timeoutAlexander Usyskin
2016-04-30mei: amthif: discard not read messagesAlexander Usyskin
2016-04-30mei: fix NULL dereferencing during FW initiated disconnectionAlexander Usyskin
2016-04-30mei: drop global me_client_indexAlexander Usyskin