Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
fa . linux . kernel
This is a Usenet group - learn more
Find or start a Google Group about kernel.
Group info
Language: English
Group categories: Not categorized
More group info »
Discussions
View:  Topic list, Topic summary Topics 1 - 10 of 297107  Older »

Userspace RCU 0.7.7 
  liburcu is a LGPLv2.1 userspace RCU (read-copy-update) library. This data synchronization library provides read-side access which scales linearly with the number of cores. It does so by allowing multiples copies of a given data structure to live at the same time, and by monitoring the data structure accesses to detect grace periods after... more »
By Mathieu Desnoyers  - 9:12pm - 1 new of 1 message    

drivers: gpio: msm: Fix the error condition for reading ngpio 
  of_property_read_u32 return 0 on success. The check was using a ! to return error. Fix the if condition. Signed-off-by: Rohit Vaswani <rvasw...@codeaurora.org> --- drivers/gpio/gpio-msm-v2.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/gpio/gpio-msm-v2.c b/drivers/gpio/gpio-msm-v2.c... more »
By Rohit Vaswani  - 9:03pm - 5 new of 5 messages    

perf record: support duration option to run during specified time 
  Currently, there is no method to quit at specified time later. We are used to using 'sleep N' as command argument if we need it, but explicitly supporting this feature maybe makes sense. Cc: Namhyung Kim <namhy...@kernel.org> Signed-off-by: Joonsoo Kim <iamjoonsoo....@lge.com> diff --git a/tools/perf/builtin-record.c b/tools/perf/builtin-record.c... more »
By Joonsoo Kim  - 9:02pm - 3 new of 3 messages    

DMA Offload fixes 
  These 2 patches address issues encountered while attempting to use the DMA subsystem in the NTB driver. While outside of the scope of that patch (which will be forthcoming), these fixes are necessary to get it working. Thanks, Jon -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in... more »
By Jon Mason  - 8:47pm - 5 new of 5 messages    

Add product id for Abbott strip port cable for Precision meter which uses the TI 3410 chip. 
  Signed-off-by: Anders Hammarquist <i...@iko.pp.se> --- drivers/usb/serial/ti_usb_3410 _5052.c | 3 ++- drivers/usb/serial/ti_usb_3410 _5052.h | 4 +++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/drivers/usb/serial/ti_usb_34 10_5052.c b/drivers/usb/serial/ti_usb_34 10_5052.c... more »
By Anders Hammarquist  - 8:28pm - 1 new of 1 message    

Be explicit about the Abbott product ids being product ids. 
  Signed-off-by: Anders Hammarquist <i...@iko.pp.se> --- drivers/usb/serial/ti_usb_3410 _5052.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/usb/serial/ti_usb_34 10_5052.h b/drivers/usb/serial/ti_usb_34 10_5052.h index 4a2423e..ea8b273 100644 --- a/drivers/usb/serial/ti_usb_34 10_5052.h... more »
By Anders Hammarquist  - 8:21pm - 1 new of 1 message    

*** SUBJECT HERE *** 
  The USB cable to read out data from the Abbott FreeStyle Precision meters, known as the Abbott stip port cable, uses the TI 3410 chip, just as the already added stereo port cable. They are essestially the same cable, just with different connectors at the end. This patch set adds the product id to the driver, and makes the... more »
By Anders Hammarquist  - 8:18pm - 1 new of 1 message    

ARM: msm: Don't compile __msm_ioremap_caller() unless used 
  This function is only used on MSM7x00A so only compile the function if the build includes support for that platform. Signed-off-by: Stephen Boyd <sb...@codeaurora.org> --- Unchanged from previous sends. arch/arm/mach-msm/io.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/arch/arm/mach-msm/io.c b/arch/arm/mach-msm/io.c... more »
By Stephen Boyd  - 8:04pm - 12 new of 12 messages    

How to modify channel width with ath9k driver? 
  Hello there! I am hacking into linux wireless driver to modify channel width dynamicly. Basicly, what I want to do is: 1) initially, the client uses 20MHz channel width and receives data at 20MHz rates from the AP 2) then, the client switches to 40MHz channel width and receives data from... more »
By ghostrain  - 8:03pm - 1 new of 1 message    

lib/idr.c rewrite, percpu ida/tag allocator 
  This is the second iteration of patches 1-4 - there's only been a few trivial bugfixes for those. The rest is the idr rewrite - I reimplemented it on top of the new ida implementation and the existing radix tree implementation. Patch series is available in my git repo: git://evilpiepirate.org/~kent/ linux-bcache.git idr... more »
By Kent Overstreet  - 8:02pm - 6 new of 6 messages    

1 - 10 of 297107   « Newer | Older »

XML