aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/misc (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-07-27Merge branch 'i2c/for-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linuxLinus Torvalds1-155/+343
2016-07-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-1/+1
2016-07-18eeprom: at24: tweak the loop_until_timeout() macroBartosz Golaszewski1-4/+4
2016-07-17drivers: misc: ti-st: Use int instead of fuzzy char for callback statusGeert Uytterhoeven1-1/+1
2016-07-17eeprom: at24: add support for at24mac seriesBartosz Golaszewski1-0/+42
2016-07-17eeprom: at24: support reading the serial number for 24csxxBartosz Golaszewski1-2/+78
2016-07-17eeprom: at24: split at24_eeprom_write() into specialized functionsBartosz Golaszewski1-43/+91
2016-07-17eeprom: at24: split at24_eeprom_read() into specialized functionsBartosz Golaszewski1-54/+71
2016-07-17eeprom: at24: hide the read/write loop behind a macroBartosz Golaszewski1-22/+20
2016-07-17eeprom: at24: call read/write functions via function pointersBartosz Golaszewski1-2/+9
2016-07-17eeprom: at24: coding style fixesBartosz Golaszewski1-5/+5
2016-07-17eeprom: at24: move at24_read() below at24_eeprom_write()Bartosz Golaszewski1-32/+32
2016-07-17eeprom: at24: improve the device_id table readabilityBartosz Golaszewski1-14/+14
2016-07-15lkdtm: silence warnings about function declarationsKees Cook7-25/+10
2016-07-15lkdtm: hide unused functionsArnd Bergmann1-30/+36
2016-07-07lkdtm: use struct arrays instead of enumsKees Cook1-463/+205
2016-07-07lkdtm: move jprobe entry points to start of sourceKees Cook1-64/+65
2016-07-07lkdtm: reorganize module paramatersKees Cook1-11/+17
2016-07-07lkdtm: rename globals for clarityKees Cook1-37/+38
2016-07-07lkdtm: rename "count" to "crash_count"Kees Cook1-14/+12
2016-07-07lkdtm: remove intentional off-by-one array accessKees Cook1-5/+11
2016-07-07lkdtm: split remaining logic bug tests to separate fileKees Cook4-91/+195
2016-07-07lkdtm: split heap corruption tests to separate fileKees Cook4-114/+164
2016-07-07lkdtm: split memory permissions tests to separate fileKees Cook4-155/+237
2016-07-07lkdtm: split usercopy tests to separate fileKees Cook4-266/+342
2016-07-07lkdtm: drop "alloc_size" parameterKees Cook1-10/+5
2016-07-07lkdtm: add usercopy test for blocking kernel textKees Cook1-0/+34
2016-06-25Merge 4.7-rc4 into char-misc-nextGreg Kroah-Hartman1-1/+1
2016-06-10mei: don't use wake_up_interruptible for wr_ctrlAlexander Usyskin1-1/+1
2016-06-10mei: drop wr_msg from the mei_dev structureAlexander Usyskin2-79/+68
2016-06-10lkdtm: split atomic test into over and underflowKees Cook1-6/+20
2016-06-10lkdtm: add usercopy testsKees Cook1-2/+273
2016-06-10lkdtm: add function for testing .rodata sectionKees Cook4-7/+41
2016-06-10lkdtm: clean up after renameKees Cook1-6/+6
2016-06-10lkdtm: split build into multiple source filesKees Cook2-0/+2
2016-05-20Merge tag 'char-misc-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds16-290/+128
2016-05-20Merge tag 'powerpc-4.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds8-67/+170
2016-05-19Merge branch 'i2c/for-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linuxLinus Torvalds1-7/+2
2016-05-16Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-16/+22
2016-05-11cxl: Check periodically the coherent platform function's stateChristophe Lombard2-28/+33
2016-05-11cxl: Add kernel API to allow a context to operate with relocate disabledIan Munsie4-2/+26
2016-05-11cxl: Ensure PSL interrupt is configured for contexts with no AFU IRQsIan Munsie2-0/+21
2016-05-11cxl: Remove duplicate #definesIan Munsie1-9/+0
2016-05-11cxl: Handle num_of_processes larger than can fit in the SPAIan Munsie1-3/+12
2016-05-09Merge 4.6-rc7 into char-misc-testingGreg Kroah-Hartman4-1/+40
2016-05-07Merge tag 'char-misc-4.6-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds1-0/+5
2016-05-04x86/platform/UV: Remove Obsolete GRU MMR address translationDimitri Sivanich1-16/+22
2016-05-03mei: bus: call mei_cl_read_start under device lockAlexander Usyskin1-3/+12
2016-05-01ti-st: Fix complete_all() wrong usageDaniel Wagner1-1/+0
2016-05-01ARM: qcom: silence an uninitialized variable warningDan Carpenter1-1/+2