First  |  Prev |  Next  |  Last
Pages: 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466
DMAENGINE: generic slave channel control v2
2010/7/21 Linus Walleij <linus.walleij(a)stericsson.com>: This adds an interface to the DMAengine to make it possible to reconfigure a slave channel at runtime. We add a few foreseen config parameters to the passed struct, with a void * pointer for custom per-device or per-platform runtime slave data. BT... 23 Jul 2010 00:34
[PATCH 2/3] drivers:staging:ti-st: cleanup code comments
From: Pavan Savoy <pavan_savoy(a)ti.com> cleanup the code commenting in the headers/structures, also cleanup few inline commenting in the function Signed-off-by: Pavan Savoy <pavan_savoy(a)ti.com> --- drivers/staging/ti-st/st.h | 44 +++++++++++------------ drivers/staging/ti-st/st_core.c | 54 +++++++++... 22 Jul 2010 07:02
[PATCH 0/3] drivers:staging:ti-st: patches
From: Pavan Savoy <pavan_savoy(a)ti.com> The following patches cleanup bit of a mess and also adds functionality to protocol drivers. with the 3rd patch now providing context to even the protocol drivers, the single device limit or support for multiple devices would be easier to implement. These patches depend on... 22 Jul 2010 07:02
[PATCH 3/3] drivers:staging:ti-st: give proto drivers context
From: Pavan Savoy <pavan_savoy(a)ti.com> protocol drivers such as BT, FM and GPS when registering to ST now provide their own private data which they expect when their functions namely registration completed & receive are called. Also upon tty_close, set protos_registered count to 0, although all protocols are ma... 22 Jul 2010 07:02
[PATCH 1/3] drivers:staging:ti-st: smarten, reduce logs
From: Pavan Savoy <pavan_savoy(a)ti.com> Replace looping on the data buffers and printk-ing by print_hex_dump. Also replace most of the pr_info by pr_debug to reduce logging at default loglevels (7 in our case..) Signed-off-by: Pavan Savoy <pavan_savoy(a)ti.com> --- drivers/staging/ti-st/st_core.c | 56 ++++++... 22 Jul 2010 07:02
tracing: Properly align linker defined symbols
* Steven Rostedt <rostedt(a)goodmis.org> wrote: Ingo, Linus did like this patch better. My original patch seemed to fix the problem, but this is probably a more robust fix. Please pull the latest tip/perf/urgent tree, which can be found at: git://git.kernel.org/pub/scm/linux/kernel/gi... 22 Jul 2010 07:02
[review patch 0/2] new driver: Nosy, a low-budget FireWire packet sniffer
Here is a (not so) new driver proposed for merge into the mainline: Nosy - turns a Texas Instruments PCILynx card into an IEEE 1394 (FireWire) bus analyzer This kernel driver is useful to reverse-engineer undocumented vendor-specific protocols and as an aid in IEEE 1394 application/ driver/ firm... 22 Jul 2010 07:02
[review patch 1/2] firewire: new driver: nosy - IEEE 1394 traffic sniffer
This adds the traffic sniffer driver for Texas Instruments PCILynx/ PCILynx2 based cards. The use cases for nosy are analysis of nonstandard protocols and as an aid in development of drivers, applications, or firmwares. This comparably small kernel driver sets up packet reception DMA in the special snoop mode o... 22 Jul 2010 07:02
openvz: Oops in ext4 when VPS starts
I run into a oops when mirgate /vz directory to ext4 lvm under gentoo + openvz. ipv6 ~ # df -T Filesystem Type Size Used Avail Use% Mounted on /dev/sda2 ext3 9.9G 4.3G 5.1G 46% / udev tmpfs 10M 112K 9.9M 2% /dev /dev/sda1 ext3 198M 34M 155M 18% /boot /dev/mapper/gwbn-lv... 23 Jul 2010 04:51
Don't apply for write lock on tasklist_lock if parent doesn't ptrace other processes
I am not surpized perf blaims tasklist, but I am really surpized this patch adds 10% improvement... On 07/21, Roland McGrath wrote: @@ -331,6 +331,9 @@ void exit_ptrace(struct task_struct *tra struct task_struct *p, *n; LIST_HEAD(ptrace_dead); + if (list_empty(&tracer->ptra... 26 Jul 2010 06:12
First  |  Prev |  Next  |  Last
Pages: 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466