Displaying 13 results from an estimated 13 matches for "mic_fops".
2013 Jul 29
0
[PATCH 3/5] Intel MIC Host Driver Changes for Virtio Devices.
...at exactly are the issues preventing this?
Thanks,
> ---
> drivers/misc/mic/common/mic_device.h | 4 +
> drivers/misc/mic/host/Makefile | 2 +
> drivers/misc/mic/host/mic_boot.c | 2 +
> drivers/misc/mic/host/mic_debugfs.c | 137 +++++++
> drivers/misc/mic/host/mic_fops.c | 280 ++++++++++++++
> drivers/misc/mic/host/mic_fops.h | 37 ++
> drivers/misc/mic/host/mic_main.c | 24 ++
> drivers/misc/mic/host/mic_virtio.c | 703 +++++++++++++++++++++++++++++++++++
> drivers/misc/mic/host/mic_virtio.h | 108 ++++++
> include/uapi/linux/Kb...
2013 Jul 25
1
[PATCH 3/5] Intel MIC Host Driver Changes for Virtio Devices.
...>
Reviewed-by: Peter P Waskiewicz Jr <peter.p.waskiewicz.jr at intel.com>
---
drivers/misc/mic/common/mic_device.h | 4 +
drivers/misc/mic/host/Makefile | 2 +
drivers/misc/mic/host/mic_boot.c | 2 +
drivers/misc/mic/host/mic_debugfs.c | 137 +++++++
drivers/misc/mic/host/mic_fops.c | 280 ++++++++++++++
drivers/misc/mic/host/mic_fops.h | 37 ++
drivers/misc/mic/host/mic_main.c | 24 ++
drivers/misc/mic/host/mic_virtio.c | 703 +++++++++++++++++++++++++++++++++++
drivers/misc/mic/host/mic_virtio.h | 108 ++++++
include/uapi/linux/Kbuild | 1 +...
2013 Jul 25
1
[PATCH 3/5] Intel MIC Host Driver Changes for Virtio Devices.
...>
Reviewed-by: Peter P Waskiewicz Jr <peter.p.waskiewicz.jr at intel.com>
---
drivers/misc/mic/common/mic_device.h | 4 +
drivers/misc/mic/host/Makefile | 2 +
drivers/misc/mic/host/mic_boot.c | 2 +
drivers/misc/mic/host/mic_debugfs.c | 137 +++++++
drivers/misc/mic/host/mic_fops.c | 280 ++++++++++++++
drivers/misc/mic/host/mic_fops.h | 37 ++
drivers/misc/mic/host/mic_main.c | 24 ++
drivers/misc/mic/host/mic_virtio.c | 703 +++++++++++++++++++++++++++++++++++
drivers/misc/mic/host/mic_virtio.h | 108 ++++++
include/uapi/linux/Kbuild | 1 +...
2013 Sep 04
0
[PATCH v3 0/7] Enable Drivers for Intel MIC X100 Coprocessors.
...| 51 +
> drivers/misc/mic/host/Makefile | 13 +
> drivers/misc/mic/host/mic_boot.c | 185 +++
> drivers/misc/mic/host/mic_debugfs.c | 496 +++++++
> drivers/misc/mic/host/mic_device.h | 300 +++++
> drivers/misc/mic/host/mic_fops.c | 221 ++++
> drivers/misc/mic/host/mic_fops.h | 32 +
> drivers/misc/mic/host/mic_main.c | 1098 ++++++++++++++++
> drivers/misc/mic/host/mic_smpt.c | 440 +++++++
> drivers/misc/mic/host/mic_smpt.h | 98 ++
>...
2013 Sep 06
0
[PATCH RESEND v3 0/7] Enable Drivers for Intel MIC X100 Coprocessors.
...ultiline statement argument alignment.
Argument wrapping.
Use kmalloc_array instead of kmalloc.
---
drivers/misc/mic/card/mic_virtio.c | 17 ++++---
drivers/misc/mic/card/mic_x100.c | 4 +-
drivers/misc/mic/host/mic_debugfs.c | 91 ++++++++++++++++++-------------------
drivers/misc/mic/host/mic_fops.c | 6 +--
drivers/misc/mic/host/mic_intr.c | 37 ++++++++-------
drivers/misc/mic/host/mic_smpt.c | 17 +++----
drivers/misc/mic/host/mic_sysfs.c | 18 ++++----
drivers/misc/mic/host/mic_virtio.c | 34 ++++++--------
drivers/misc/mic/host/mic_x100.c | 29 ++++++------
9 files chang...
2013 Jul 25
16
[PATCH 0/5] Enable Drivers for Intel MIC X100 Coprocessors.
.../Makefile | 13 +
drivers/misc/mic/host/mic_boot.c | 181 ++++
drivers/misc/mic/host/mic_common.h | 37 +
drivers/misc/mic/host/mic_debugfs.c | 503 ++++++++++
drivers/misc/mic/host/mic_debugfs.h | 34 +
drivers/misc/mic/host/mic_device.h | 280 ++++++
drivers/misc/mic/host/mic_fops.c | 280 ++++++
drivers/misc/mic/host/mic_fops.h | 37 +
drivers/misc/mic/host/mic_main.c | 1119 ++++++++++++++++++++++
drivers/misc/mic/host/mic_smpt.c | 441 +++++++++
drivers/misc/mic/host/mic_smpt.h | 103 ++
drivers/misc/mic/host/mic_sysfs.c | 360 +++++++
drivers...
2013 Jul 25
16
[PATCH 0/5] Enable Drivers for Intel MIC X100 Coprocessors.
.../Makefile | 13 +
drivers/misc/mic/host/mic_boot.c | 181 ++++
drivers/misc/mic/host/mic_common.h | 37 +
drivers/misc/mic/host/mic_debugfs.c | 503 ++++++++++
drivers/misc/mic/host/mic_debugfs.h | 34 +
drivers/misc/mic/host/mic_device.h | 280 ++++++
drivers/misc/mic/host/mic_fops.c | 280 ++++++
drivers/misc/mic/host/mic_fops.h | 37 +
drivers/misc/mic/host/mic_main.c | 1119 ++++++++++++++++++++++
drivers/misc/mic/host/mic_smpt.c | 441 +++++++++
drivers/misc/mic/host/mic_smpt.h | 103 ++
drivers/misc/mic/host/mic_sysfs.c | 360 +++++++
drivers...
2013 Aug 21
10
[PATCH v3 0/7] Enable Drivers for Intel MIC X100 Coprocessors.
...ic/common/mic_device.h | 51 +
drivers/misc/mic/host/Makefile | 13 +
drivers/misc/mic/host/mic_boot.c | 185 +++
drivers/misc/mic/host/mic_debugfs.c | 496 +++++++
drivers/misc/mic/host/mic_device.h | 300 +++++
drivers/misc/mic/host/mic_fops.c | 221 ++++
drivers/misc/mic/host/mic_fops.h | 32 +
drivers/misc/mic/host/mic_main.c | 1098 ++++++++++++++++
drivers/misc/mic/host/mic_smpt.c | 440 +++++++
drivers/misc/mic/host/mic_smpt.h | 98 ++
drivers/misc/mic/host/mic...
2013 Aug 21
10
[PATCH v3 0/7] Enable Drivers for Intel MIC X100 Coprocessors.
...ic/common/mic_device.h | 51 +
drivers/misc/mic/host/Makefile | 13 +
drivers/misc/mic/host/mic_boot.c | 185 +++
drivers/misc/mic/host/mic_debugfs.c | 496 +++++++
drivers/misc/mic/host/mic_device.h | 300 +++++
drivers/misc/mic/host/mic_fops.c | 221 ++++
drivers/misc/mic/host/mic_fops.h | 32 +
drivers/misc/mic/host/mic_main.c | 1098 ++++++++++++++++
drivers/misc/mic/host/mic_smpt.c | 440 +++++++
drivers/misc/mic/host/mic_smpt.h | 98 ++
drivers/misc/mic/host/mic...
2013 Sep 05
16
[PATCH RESEND v3 0/7] Enable Drivers for Intel MIC X100 Coprocessors.
.../mic/common/mic_device.h | 51 +
drivers/misc/mic/host/Makefile | 14 +
drivers/misc/mic/host/mic_boot.c | 185 +++
drivers/misc/mic/host/mic_debugfs.c | 495 +++++++
drivers/misc/mic/host/mic_device.h | 195 +++
drivers/misc/mic/host/mic_fops.c | 221 ++++
drivers/misc/mic/host/mic_fops.h | 32 +
drivers/misc/mic/host/mic_intr.c | 628 +++++++++
drivers/misc/mic/host/mic_intr.h | 137 ++
drivers/misc/mic/host/mic_main.c | 478 +++++++
drivers/misc/mic/host/mic_smpt.c...
2013 Sep 05
16
[PATCH RESEND v3 0/7] Enable Drivers for Intel MIC X100 Coprocessors.
.../mic/common/mic_device.h | 51 +
drivers/misc/mic/host/Makefile | 14 +
drivers/misc/mic/host/mic_boot.c | 185 +++
drivers/misc/mic/host/mic_debugfs.c | 495 +++++++
drivers/misc/mic/host/mic_device.h | 195 +++
drivers/misc/mic/host/mic_fops.c | 221 ++++
drivers/misc/mic/host/mic_fops.h | 32 +
drivers/misc/mic/host/mic_intr.c | 628 +++++++++
drivers/misc/mic/host/mic_intr.h | 137 ++
drivers/misc/mic/host/mic_main.c | 478 +++++++
drivers/misc/mic/host/mic_smpt.c...
2013 Aug 08
10
[PATCH v2 0/7] Enable Drivers for Intel MIC X100 Coprocessors.
...c/host/mic_boot.c | 185 +++
drivers/misc/mic/host/mic_common.h | 32 +
drivers/misc/mic/host/mic_debugfs.c | 494 ++++++++
drivers/misc/mic/host/mic_debugfs.h | 29 +
drivers/misc/mic/host/mic_device.h | 291 +++++
drivers/misc/mic/host/mic_fops.c | 227 ++++
drivers/misc/mic/host/mic_fops.h | 32 +
drivers/misc/mic/host/mic_main.c | 1110 ++++++++++++++++
drivers/misc/mic/host/mic_smpt.c | 436 +++++++
drivers/misc/mic/host/mic_smpt.h | 98 ++
drivers/misc/mic/host/mic...
2013 Aug 08
10
[PATCH v2 0/7] Enable Drivers for Intel MIC X100 Coprocessors.
...c/host/mic_boot.c | 185 +++
drivers/misc/mic/host/mic_common.h | 32 +
drivers/misc/mic/host/mic_debugfs.c | 494 ++++++++
drivers/misc/mic/host/mic_debugfs.h | 29 +
drivers/misc/mic/host/mic_device.h | 291 +++++
drivers/misc/mic/host/mic_fops.c | 227 ++++
drivers/misc/mic/host/mic_fops.h | 32 +
drivers/misc/mic/host/mic_main.c | 1110 ++++++++++++++++
drivers/misc/mic/host/mic_smpt.c | 436 +++++++
drivers/misc/mic/host/mic_smpt.h | 98 ++
drivers/misc/mic/host/mic...