summaryrefslogtreecommitdiffstats
path: root/drivers/misc (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | cxl: Do not create vPHB if there are no AFU configuration recordsIan Munsie2016-07-142-0/+14
| * | | | cxl: Allow a default context to be associated with an external pci_devIan Munsie2016-07-146-28/+91
| * | | | cxl: Move cxl_afu_get / cxl_afu_put to baseIan Munsie2016-07-142-12/+13
| * | | | cxl: Enable bus mastering for devices using CAPP DMA modeIan Munsie2016-07-141-0/+3
| * | | | cxl: Add cxl_slot_is_supported APIIan Munsie2016-07-141-0/+37
| * | | | cxl: Use for_each_compatible_node() macroWei Yongjun2016-07-141-3/+2
| * | | | cxl: Ignore CAPI adapters misplaced in switched slotsPhilippe Bergheaud2016-07-081-0/+29
| * | | | cxl: make base more explicitly non-modularPaul Gortmaker2016-07-081-2/+1
| * | | | cxl: Refine slice error debug messagesPhilippe Bergheaud2016-07-084-8/+57
| * | | | cxl: Fix NULL pointer dereference on kernel contexts with no AFU interruptsIan Munsie2016-07-082-3/+2
| * | | | cxl: Workaround XSL bug that does not clear the RA bit after a resetIan Munsie2016-07-081-0/+10
| * | | | cxl: Fix bug where AFU disable operation had no effectIan Munsie2016-07-083-7/+53
| * | | | cxl: Fix allocating a minimum of 2 pages for the SPAIan Munsie2016-07-081-1/+1
| * | | | cxl: Fix allowing bogus AFU descriptors with 0 maximum processesIan Munsie2016-07-081-0/+15
| * | | | cxl: Add set and get private data to context structMichael Neuling2016-06-282-0/+24
| * | | | cxl: Add mechanism for delivering AFU driver specific eventsPhilippe Bergheaud2016-06-284-9/+84
| * | | | cxl: Make vPHB device node match adapter'sFrederic Barrat2016-06-161-11/+10
| * | | | cxl: Add support for CAPP DMA modeIan Munsie2016-06-162-1/+4
| * | | | cxl: Abstract the differences between the PSL and XSLFrederic Barrat2016-06-164-48/+218
| * | | | cxl: Update process element after allocating interruptsIan Munsie2016-06-164-17/+71
| * | | | cxl: static-ify variables to fix sparse warningsAndrew Donnellan2016-06-161-2/+2
| |/ / /
* | | | Merge branch 'i2c/for-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/w...Linus Torvalds2016-07-271-155/+343
|\ \ \ \
| * | | | eeprom: at24: tweak the loop_until_timeout() macroBartosz Golaszewski2016-07-181-4/+4
| * | | | eeprom: at24: add support for at24mac seriesBartosz Golaszewski2016-07-171-0/+42
| * | | | eeprom: at24: support reading the serial number for 24csxxBartosz Golaszewski2016-07-171-2/+78
| * | | | eeprom: at24: split at24_eeprom_write() into specialized functionsBartosz Golaszewski2016-07-171-43/+91
| * | | | eeprom: at24: split at24_eeprom_read() into specialized functionsBartosz Golaszewski2016-07-171-54/+71
| * | | | eeprom: at24: hide the read/write loop behind a macroBartosz Golaszewski2016-07-171-22/+20
| * | | | eeprom: at24: call read/write functions via function pointersBartosz Golaszewski2016-07-171-2/+9
| * | | | eeprom: at24: coding style fixesBartosz Golaszewski2016-07-171-5/+5
| * | | | eeprom: at24: move at24_read() below at24_eeprom_write()Bartosz Golaszewski2016-07-171-32/+32
| * | | | eeprom: at24: improve the device_id table readabilityBartosz Golaszewski2016-07-171-14/+14
| |/ / /
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2016-07-271-1/+1
|\ \ \ \ | |_|_|/ |/| | |
| * | | drivers: misc: ti-st: Use int instead of fuzzy char for callback statusGeert Uytterhoeven2016-07-171-1/+1
| | |/ | |/|
* | | lkdtm: silence warnings about function declarationsKees Cook2016-07-167-25/+10
* | | lkdtm: hide unused functionsArnd Bergmann2016-07-161-30/+36
* | | lkdtm: use struct arrays instead of enumsKees Cook2016-07-071-463/+205
* | | lkdtm: move jprobe entry points to start of sourceKees Cook2016-07-071-64/+65
* | | lkdtm: reorganize module paramatersKees Cook2016-07-071-11/+17
* | | lkdtm: rename globals for clarityKees Cook2016-07-071-37/+38
* | | lkdtm: rename "count" to "crash_count"Kees Cook2016-07-071-14/+12
* | | lkdtm: remove intentional off-by-one array accessKees Cook2016-07-071-5/+11
* | | lkdtm: split remaining logic bug tests to separate fileKees Cook2016-07-074-91/+195
* | | lkdtm: split heap corruption tests to separate fileKees Cook2016-07-074-114/+164
* | | lkdtm: split memory permissions tests to separate fileKees Cook2016-07-074-155/+237
* | | 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-111-1/+1
| |/