]> asedeno.scripts.mit.edu Git - linux.git/commit
Intel MIC Host Driver Interrupt/SMPT support.
authorDasaratharaman Chandramouli <dasaratharaman.chandramouli@intel.com>
Thu, 5 Sep 2013 23:41:41 +0000 (16:41 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 26 Sep 2013 20:50:56 +0000 (13:50 -0700)
commita01e28f692088e9789ebb0c374fdac83de59899b
treeb422484ed67ac5c42111bfc117d7f71b2770c295
parentb170d8ce3f81bd97e85756e9184779a56a5f55a7
Intel MIC Host Driver Interrupt/SMPT support.

This patch enables the following features:
a) MSIx, MSI and legacy interrupt support.
b) System Memory Page Table(SMPT) support. SMPT enables system memory
   access from the card. On X100 devices the host can program 32 SMPT
   registers each capable of accessing 16GB of system memory
   address space from X100 devices. The registers can thereby be used
   to access a cumulative 512GB of system memory address space from
   X100 devices at any point in time.

Co-author: Sudeep Dutt <sudeep.dutt@intel.com>
Signed-off-by: Ashutosh Dixit <ashutosh.dixit@intel.com>
Signed-off-by: Caz Yokoyama <Caz.Yokoyama@intel.com>
Signed-off-by: Dasaratharaman Chandramouli <dasaratharaman.chandramouli@intel.com>
Signed-off-by: Nikhil Rao <nikhil.rao@intel.com>
Signed-off-by: Harshavardhan R Kharche <harshavardhan.r.kharche@intel.com>
Signed-off-by: Sudeep Dutt <sudeep.dutt@intel.com>
Acked-by: Yaozu (Eddie) Dong <eddie.dong@intel.com>
Reviewed-by: Peter P Waskiewicz Jr <peter.p.waskiewicz.jr@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/misc/mic/host/Makefile
drivers/misc/mic/host/mic_device.h
drivers/misc/mic/host/mic_intr.c [new file with mode: 0644]
drivers/misc/mic/host/mic_intr.h [new file with mode: 0644]
drivers/misc/mic/host/mic_main.c
drivers/misc/mic/host/mic_smpt.c [new file with mode: 0644]
drivers/misc/mic/host/mic_smpt.h [new file with mode: 0644]
drivers/misc/mic/host/mic_x100.c
drivers/misc/mic/host/mic_x100.h