First
|
Prev |
Next
|
Last
Pages: 1107 1108 1109 1110 1111 1112 1113 1114 1115 1116 1117 1118 1119 1120 1121 1122 1123 1124 1125 1126 1127
(none) Subject:checkpatch.pl issues the patch series In-Reply-To: All warnings appear to be about issues still in the file which I am now working on. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://v... 5 Jun 2010 07:03
Cleanup hrtimer.c's direct access to wall_to_monotonic On Saturday 05 June 2010, John Stultz wrote: do { seq = read_seqbegin(&xtime_lock); xts = __current_kernel_time(); - tom = wall_to_monotonic; + tom = __get_wall_to_monotonic(); } while (read_seqretry(&xtime_lock, seq)); ... 5 Jun 2010 07:03
ray ban fake ray ban sunglassess!!! -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/ ... 5 Jun 2010 07:03
[RFC PATCH v7 04/19] Add a ndo_mp_port_prep pointer to net_device_ops. From: Xin Xiaohui <xiaohui.xin(a)intel.com> If the driver want to allocate external buffers, then it can export it's capability, as the skb buffer header length, the page length can be DMA, etc. The external buffers owner may utilize this. Signed-off-by: Xin Xiaohui <xiaohui.xin(a)intel.com> Signed-off-by: Zhao Y... 5 Jun 2010 07:03
[RFC PATCH v7 07/19] Add interface to get external buffers. From: Xin Xiaohui <xiaohui.xin(a)intel.com> Currently, it can get external buffers from mp device. Signed-off-by: Xin Xiaohui <xiaohui.xin(a)intel.com> Signed-off-by: Zhao Yu <yzhao81new(a)gmail.com> Reviewed-by: Jeff Dike <jdike(a)linux.intel.com> --- include/linux/skbuff.h | 12 ++++++++++++ net/core/skbuff.c ... 5 Jun 2010 07:03
[RFC PATCH v7 06/19] Add a function to indicate if device use external buffer. From: Xin Xiaohui <xiaohui.xin(a)intel.com> Signed-off-by: Xin Xiaohui <xiaohui.xin(a)intel.com> Signed-off-by: Zhao Yu <yzhao81new(a)gmail.com> Reviewed-by: Jeff Dike <jdike(a)linux.intel.com> --- include/linux/netdevice.h | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/include/linux/ne... 5 Jun 2010 07:03
[RFC PATCH v7 10/19] Don't do skb recycle, if device use external buffer. From: Xin Xiaohui <xiaohui.xin(a)intel.com> Signed-off-by: Xin Xiaohui <xiaohui.xin(a)intel.com> Signed-off-by: Zhao Yu <yzhao81new(a)gmail.com> Reviewed-by: Jeff Dike <jdike(a)linux.intel.com> --- net/core/skbuff.c | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/net/core/skbuff.c b/net... 5 Jun 2010 07:03
[RFC PATCH v7 09/19] Ignore room skb_reserve() when device is using external buffer. From: Xin Xiaohui <xiaohui.xin(a)intel.com> Make the skb->data and skb->head from external buffer to be consistent, we ignore the room reserved by driver for kernel skb. Signed-off-by: Xin Xiaohui <xiaohui.xin(a)intel.com> Signed-off-by: Zhao Yu <yzhao81new(a)gmail.com> Reviewed-by: Jeff Dike <jdike(a)linux.intel.com... 5 Jun 2010 07:03
[RFC PATCH v7 02/19] Add a new struct for device to manipulate external buffer. From: Xin Xiaohui <xiaohui.xin(a)intel.com> Signed-off-by: Xin Xiaohui <xiaohui.xin(a)intel.com> Signed-off-by: Zhao Yu <yzhao81new(a)gmail.com> Reviewed-by: Jeff Dike <jdike(a)linux.intel.com> --- include/linux/netdevice.h | 19 ++++++++++++++++++- 1 files changed, 18 insertions(+), 1 deletions(-) diff --git a/i... 5 Jun 2010 07:03
[RFC PATCH v7 03/19] Export 2 func for device to assign/deassign new strucure From: Xin Xiaohui <xiaohui.xin(a)intel.com> Signed-off-by: Xin Xiaohui <xiaohui.xin(a)intel.com> Signed-off-by: Zhao Yu <yzhao81new(a)gmail.com> Reviewed-by: Jeff Dike <jdike(a)linux.intel.com> --- include/linux/netdevice.h | 3 +++ net/core/dev.c | 28 ++++++++++++++++++++++++++++ 2 files changed, 31... 5 Jun 2010 07:03 |