summaryrefslogtreecommitdiffstats
path: root/drivers/misc (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | 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-281-0/+5
| * | Merge 4.6-rc4 into char-misc-nextGreg Kroah-Hartman2016-04-183-6/+11
| |\ \
| * | | mei: bus: use scnprintf in *_showRasmus Villemoes2016-04-011-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-201-7/+2
|\ \ \ \ \
| * | | | | eeprom: at24: replace msleep() with usleep_range()Bartosz Golaszewski2016-04-161-4/+2
| * | | | | eeprom: at24: remove a reduntant ifBartosz Golaszewski2016-04-161-3/+0
| |/ / / /
* | | | | Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2016-05-171-16/+22
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | x86/platform/UV: Remove Obsolete GRU MMR address translationDimitri Sivanich2016-05-041-16/+22
* | | | | Merge tag 'char-misc-4.6-rc7' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2016-05-071-0/+5
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | misc: mic: Fix for double fetch security bug in VOP driverAshutosh Dixit2016-04-281-0/+5
| | |_|/ | |/| |
* | | | Merge tag 'powerpc-4.6-4' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2016-04-304-1/+40
|\ \ \ \ | |/ / / |/| | |
| * | | cxl: Poll for outstanding IRQs when detaching a contextMichael Neuling2016-04-273-0/+40
| * | | cxl: Keep IRQ mappings on context teardownMichael Neuling2016-04-271-1/+0
| | |/ | |/|
* | | lkdtm: do not leak free page on kmalloc failureKees Cook2016-04-071-1/+3
* | | lkdtm: fix memory leak of baseSudip Mukherjee2016-04-071-1/+3
* | | lkdtm: fix memory leak of valSudip Mukherjee2016-04-071-1/+2
| |/ |/|
* | mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov2016-04-042-3/+3
|/
* Merge branch 'mm-pkeys-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-03-212-4/+1
|\
| * mm/gup: Switch all callers of get_user_pages() to not pass tsk/mmDave Hansen2016-02-162-4/+1
* | Merge tag 'powerpc-4.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2016-03-1920-732/+4469
|\ \
| * | cxl: Ignore probes for virtual afu pci devicesVaibhav Jain2016-03-093-0/+16
| * | cxl: Remove cxl_get_phys_dev() kernel APIFrederic Barrat2016-03-091-1/+0
| * | cxl: Add tracepoints around the cxl hcallChristophe Lombard2016-03-092-0/+202
| * | cxl: Adapter failure handlingChristophe Lombard2016-03-097-35/+198
| * | cxl: Support the cxl kernel API from a guestFrederic Barrat2016-03-096-110/+198
| * | cxl: Parse device tree and create cxl device(s) at bootFrederic Barrat2016-03-091-0/+25
| * | cxl: Support to flash a new image on the adapter from a guestChristophe Lombard2016-03-096-5/+574
| * | cxl: sysfs support for guestsChristophe Lombard2016-03-094-20/+108
| * | cxl: Add guest-specific codeChristophe Lombard2016-03-0910-11/+1525
| * | cxl: Separate bare-metal fields in adapter and AFU data structuresChristophe Lombard2016-03-098-111/+164
| * | cxl: New hcalls to support cxl adaptersChristophe Lombard2016-03-095-2/+890