Displaying 20 results from an estimated 37 matches for "mic_common".
2013 Nov 26
0
[PATCH char-misc-linus 5/5] misc: mic: Fix user space namespace pollution from mic_common.h.
Avoid declaring ALIGN() and __aligned() in
include/uapi/linux/mic_common.h since they pollute user space
namespace. Also, mic_aligned_size() can be simply replaced simply by
sizeof() since all structures where mic_aligned_size() is used are
declared using __attribute__ ((aligned(8)));
--
>From mail from H Peter Anvin about this:
On Fri, Nov 08, 2013 H Peter Anvin &...
2013 Nov 26
0
[PATCH char-misc-linus v2 5/5] misc: mic: Fix user space namespace pollution from mic_common.h.
Avoid declaring ALIGN() and __aligned() in
include/uapi/linux/mic_common.h since they pollute user space
namespace. Also, mic_aligned_size() can be simply replaced simply by
sizeof() since all structures where mic_aligned_size() is used are
declared using __attribute__ ((aligned(8)));
--
>From mail from H Peter Anvin about this:
On Fri, Nov 08, 2013 H Peter Anvin &...
2013 Nov 26
0
[PATCH char-misc-linus v2 5/5] misc: mic: Fix user space namespace pollution from mic_common.h.
Avoid declaring ALIGN() and __aligned() in
include/uapi/linux/mic_common.h since they pollute user space
namespace. Also, mic_aligned_size() can be simply replaced simply by
sizeof() since all structures where mic_aligned_size() is used are
declared using __attribute__ ((aligned(8)));
--
>From mail from H Peter Anvin about this:
On Fri, Nov 08, 2013 H Peter Anvin &...
2013 Nov 26
7
[PATCH char-misc-linus 0/5] misc: mic: Fixes for 3.13-rc2
These patches fix various issues which were reported or found with the
MIC driver.
Ashutosh Dixit (3):
misc: mic: Bug fix for sysfs poll usage.
misc: mic: Fix sparse warnings and other endianness issues.
misc: mic: Fix user space namespace pollution from mic_common.h.
Sudeep Dutt (2):
misc: mic: Change mic_notify(...) to return true.
misc: mic: Minor bug fix in 'retry' loops.
Documentation/mic/mpssd/mpssd.c | 18 +++++++++++------
drivers/misc/mic/card/mic_virtio.c | 33 +++++++++++++++++--------------
drivers/misc/mic/card/mic_virtio.h | 7...
2013 Nov 26
7
[PATCH char-misc-linus 0/5] misc: mic: Fixes for 3.13-rc2
These patches fix various issues which were reported or found with the
MIC driver.
Ashutosh Dixit (3):
misc: mic: Bug fix for sysfs poll usage.
misc: mic: Fix sparse warnings and other endianness issues.
misc: mic: Fix user space namespace pollution from mic_common.h.
Sudeep Dutt (2):
misc: mic: Change mic_notify(...) to return true.
misc: mic: Minor bug fix in 'retry' loops.
Documentation/mic/mpssd/mpssd.c | 18 +++++++++++------
drivers/misc/mic/card/mic_virtio.c | 33 +++++++++++++++++--------------
drivers/misc/mic/card/mic_virtio.h | 7...
2013 Nov 27
7
[PATCH char-misc-linus v3 0/6] misc: mic: Fixes for 3.13-final
...gt; v2: @ https://lkml.org/lkml/2013/11/26/376
* Address review comments @ https://lkml.org/lkml/2013/11/26/443
in patch 5.
v1: Initial post @ https://lkml.org/lkml/2013/11/26/321
Ashutosh Dixit (4):
misc: mic: Bug fix for sysfs poll usage.
misc: mic: Fix user space namespace pollution from mic_common.h.
misc: mic: Fix endianness issues.
misc: mic: Suppress memory space sparse warnings
Sudeep Dutt (2):
misc: mic: Change mic_notify(...) to return true.
misc: mic: Minor bug fix in 'retry' loops.
Documentation/mic/mpssd/mpssd.c | 18 +++++++++++------
drivers/misc/mic/card/mic...
2013 Nov 27
7
[PATCH char-misc-linus v3 0/6] misc: mic: Fixes for 3.13-final
...gt; v2: @ https://lkml.org/lkml/2013/11/26/376
* Address review comments @ https://lkml.org/lkml/2013/11/26/443
in patch 5.
v1: Initial post @ https://lkml.org/lkml/2013/11/26/321
Ashutosh Dixit (4):
misc: mic: Bug fix for sysfs poll usage.
misc: mic: Fix user space namespace pollution from mic_common.h.
misc: mic: Fix endianness issues.
misc: mic: Suppress memory space sparse warnings
Sudeep Dutt (2):
misc: mic: Change mic_notify(...) to return true.
misc: mic: Minor bug fix in 'retry' loops.
Documentation/mic/mpssd/mpssd.c | 18 +++++++++++------
drivers/misc/mic/card/mic...
2013 Nov 26
1
[PATCH char-misc-linus 4/5] misc: mic: Fix sparse warnings and other endianness issues.
...at intel.com>
---
Documentation/mic/mpssd/mpssd.c | 8 ++++----
drivers/misc/mic/card/mic_virtio.c | 18 ++++++++++--------
drivers/misc/mic/host/mic_boot.c | 2 +-
drivers/misc/mic/host/mic_virtio.c | 16 ++++++++--------
drivers/misc/mic/host/mic_x100.c | 4 ++--
include/uapi/linux/mic_common.h | 14 +++++++-------
6 files changed, 32 insertions(+), 30 deletions(-)
diff --git a/Documentation/mic/mpssd/mpssd.c b/Documentation/mic/mpssd/mpssd.c
index 5c7fdda..befc2c3 100644
--- a/Documentation/mic/mpssd/mpssd.c
+++ b/Documentation/mic/mpssd/mpssd.c
@@ -445,8 +445,8 @@ init_vr(struct m...
2013 Nov 26
1
[PATCH char-misc-linus 4/5] misc: mic: Fix sparse warnings and other endianness issues.
...at intel.com>
---
Documentation/mic/mpssd/mpssd.c | 8 ++++----
drivers/misc/mic/card/mic_virtio.c | 18 ++++++++++--------
drivers/misc/mic/host/mic_boot.c | 2 +-
drivers/misc/mic/host/mic_virtio.c | 16 ++++++++--------
drivers/misc/mic/host/mic_x100.c | 4 ++--
include/uapi/linux/mic_common.h | 14 +++++++-------
6 files changed, 32 insertions(+), 30 deletions(-)
diff --git a/Documentation/mic/mpssd/mpssd.c b/Documentation/mic/mpssd/mpssd.c
index 5c7fdda..befc2c3 100644
--- a/Documentation/mic/mpssd/mpssd.c
+++ b/Documentation/mic/mpssd/mpssd.c
@@ -445,8 +445,8 @@ init_vr(struct m...
2013 Aug 08
0
[PATCH v2 1/7] Intel MIC Host Driver for X100 family.
...drivers/misc/Makefile | 1 +
drivers/misc/mic/Kconfig | 19 ++
drivers/misc/mic/Makefile | 5 +
drivers/misc/mic/common/mic_device.h | 37 +++
drivers/misc/mic/host/Makefile | 8 +
drivers/misc/mic/host/mic_common.h | 30 +++
drivers/misc/mic/host/mic_device.h | 114 +++++++++
drivers/misc/mic/host/mic_main.c | 326 ++++++++++++++++++++++++++
drivers/misc/mic/host/mic_sysfs.c | 94 ++++++++
drivers/misc/mic/host/mic_x100.c | 86 +++++++
drivers/m...
2013 Jul 29
0
[PATCH 3/5] Intel MIC Host Driver Changes for Virtio Devices.
...c/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 +
> include/uapi/linux/mic_common.h | 165 +++++++-
> include/uapi/linux/mic_ioctl.h | 104 ++++++
> 12 files changed, 1566 insertions(+), 1 deletion(-)
> create mode 100644 drivers/misc/mic/host/mic_fops.c
> create mode 100644 drivers/misc/mic/host/mic_fops.h
> create mode 100644 drivers/misc/mic/host/...
2013 Jul 25
1
[PATCH 3/5] Intel MIC Host Driver Changes for Virtio Devices.
...++++++++
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 +
include/uapi/linux/mic_common.h | 165 +++++++-
include/uapi/linux/mic_ioctl.h | 104 ++++++
12 files changed, 1566 insertions(+), 1 deletion(-)
create mode 100644 drivers/misc/mic/host/mic_fops.c
create mode 100644 drivers/misc/mic/host/mic_fops.h
create mode 100644 drivers/misc/mic/host/mic_virtio.c
create mode...
2013 Jul 25
1
[PATCH 3/5] Intel MIC Host Driver Changes for Virtio Devices.
...++++++++
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 +
include/uapi/linux/mic_common.h | 165 +++++++-
include/uapi/linux/mic_ioctl.h | 104 ++++++
12 files changed, 1566 insertions(+), 1 deletion(-)
create mode 100644 drivers/misc/mic/host/mic_fops.c
create mode 100644 drivers/misc/mic/host/mic_fops.h
create mode 100644 drivers/misc/mic/host/mic_virtio.c
create mode...
2013 Aug 08
10
[PATCH v2 0/7] Enable Drivers for Intel MIC X100 Coprocessors.
...ivers/misc/Kconfig | 1 +
drivers/misc/Makefile | 1 +
drivers/misc/mic/Kconfig | 39 +
drivers/misc/mic/Makefile | 6 +
drivers/misc/mic/card/Makefile | 11 +
drivers/misc/mic/card/mic_common.h | 36 +
drivers/misc/mic/card/mic_debugfs.c | 132 ++
drivers/misc/mic/card/mic_debugfs.h | 35 +
drivers/misc/mic/card/mic_device.c | 306 +++++
drivers/misc/mic/card/mic_device.h | 127 ++
drivers/misc/mic/card/mic_virtio.c...
2013 Aug 08
10
[PATCH v2 0/7] Enable Drivers for Intel MIC X100 Coprocessors.
...ivers/misc/Kconfig | 1 +
drivers/misc/Makefile | 1 +
drivers/misc/mic/Kconfig | 39 +
drivers/misc/mic/Makefile | 6 +
drivers/misc/mic/card/Makefile | 11 +
drivers/misc/mic/card/mic_common.h | 36 +
drivers/misc/mic/card/mic_debugfs.c | 132 ++
drivers/misc/mic/card/mic_debugfs.h | 35 +
drivers/misc/mic/card/mic_device.c | 306 +++++
drivers/misc/mic/card/mic_device.h | 127 ++
drivers/misc/mic/card/mic_virtio.c...
2013 Sep 05
0
[PATCH RESEND v3 3/7] Intel MIC Host Driver, card OS state management.
...| 129 ++++++++-
drivers/misc/mic/host/mic_sysfs.c | 369 ++++++++++++++++++++++++++
drivers/misc/mic/host/mic_x100.c | 251 ++++++++++++++++++
drivers/misc/mic/host/mic_x100.h | 12 +
include/uapi/linux/Kbuild | 1 +
include/uapi/linux/mic_common.h | 74 ++++++
12 files changed, 1553 insertions(+), 4 deletions(-)
create mode 100644 drivers/misc/mic/host/mic_boot.c
create mode 100644 drivers/misc/mic/host/mic_debugfs.c
create mode 100644 include/uapi/linux/mic_common.h
diff --git a/Documentation/ABI/testing/sysfs-class-mic...
2013 Jul 25
16
[PATCH 0/5] Enable Drivers for Intel MIC X100 Coprocessors.
...tation/mic/mpssd/sysfs.c | 108 +++
drivers/misc/Kconfig | 1 +
drivers/misc/Makefile | 1 +
drivers/misc/mic/Kconfig | 56 ++
drivers/misc/mic/Makefile | 6 +
drivers/misc/mic/card/Makefile | 11 +
drivers/misc/mic/card/mic_common.h | 43 +
drivers/misc/mic/card/mic_debugfs.c | 139 +++
drivers/misc/mic/card/mic_debugfs.h | 40 +
drivers/misc/mic/card/mic_device.c | 311 ++++++
drivers/misc/mic/card/mic_device.h | 106 +++
drivers/misc/mic/card/mic_virtio.c | 643 +++++++++++++
drivers/misc/mic/card/mic_vir...
2013 Jul 25
16
[PATCH 0/5] Enable Drivers for Intel MIC X100 Coprocessors.
...tation/mic/mpssd/sysfs.c | 108 +++
drivers/misc/Kconfig | 1 +
drivers/misc/Makefile | 1 +
drivers/misc/mic/Kconfig | 56 ++
drivers/misc/mic/Makefile | 6 +
drivers/misc/mic/card/Makefile | 11 +
drivers/misc/mic/card/mic_common.h | 43 +
drivers/misc/mic/card/mic_debugfs.c | 139 +++
drivers/misc/mic/card/mic_debugfs.h | 40 +
drivers/misc/mic/card/mic_device.c | 311 ++++++
drivers/misc/mic/card/mic_device.h | 106 +++
drivers/misc/mic/card/mic_virtio.c | 643 +++++++++++++
drivers/misc/mic/card/mic_vir...
2013 Aug 14
2
[PATCH 0/5] Enable Drivers for Intel MIC X100 Coprocessors.
...misc/Kconfig | 1 +
> > drivers/misc/Makefile | 1 +
> > drivers/misc/mic/Kconfig | 56 ++
> > drivers/misc/mic/Makefile | 6 +
> > drivers/misc/mic/card/Makefile | 11 +
> > drivers/misc/mic/card/mic_common.h | 43 +
> > drivers/misc/mic/card/mic_debugfs.c | 139 +++
> > drivers/misc/mic/card/mic_debugfs.h | 40 +
> > drivers/misc/mic/card/mic_device.c | 311 ++++++
> > drivers/misc/mic/card/mic_device.h | 106 +++
> > drivers/misc/mic/card/mic_virtio.c |...
2013 Aug 14
2
[PATCH 0/5] Enable Drivers for Intel MIC X100 Coprocessors.
...misc/Kconfig | 1 +
> > drivers/misc/Makefile | 1 +
> > drivers/misc/mic/Kconfig | 56 ++
> > drivers/misc/mic/Makefile | 6 +
> > drivers/misc/mic/card/Makefile | 11 +
> > drivers/misc/mic/card/mic_common.h | 43 +
> > drivers/misc/mic/card/mic_debugfs.c | 139 +++
> > drivers/misc/mic/card/mic_debugfs.h | 40 +
> > drivers/misc/mic/card/mic_device.c | 311 ++++++
> > drivers/misc/mic/card/mic_device.h | 106 +++
> > drivers/misc/mic/card/mic_virtio.c |...