First  |  Prev |  Next  |  Last
Pages: 962 963 964 965 966 967 968 969 970 971 972 973 974 975 976 977 978 979 980 981 982
Sound goes too fast due to commit 7b3a177b0
Hello, I have a similar problem with hda-intel ALC883 since kernel 2.6.33 (problems are identical with kernel 2.6.34). There are quick short gaps with the default options. In turn, bdl_pos_adj=0 results in fast sound as reported here. position_fix=1 does not fix it. The card worked fine with previous kernels. ... 18 Jun 2010 12:26
TCP stream performance regression due to c377411f2494a931ff7facdbb3a6839b1266bcf6
In our netperf testing, TCP_STREAM56 shows about 20% or more performance regression on WSM/NHM and tigerton machines. The testing boot up both netserver and client on localhost. The testing command like this: ../snapshot_script_net TC_STREAM56 127.0.0.1 We found the following commit causes this issue. c377411f2... 24 Jun 2010 14:08
TCP stream performance regression due to c377411f2494a931ff7facdbb3a6839b1266bcf6
More info about the testing: It's a loopback testing. We start one client netperf process to communicate with netserver process in a stream TCP testing. To reduce the cpu cache effect, we bind the 2 processes on 2 different physical cpus. #taskset -c 0 ./netserver #taskset -c 15 ./netperf -t TCP_STREAM -l 60 -H 127.... 18 Jun 2010 04:47
[PATCH V2] tracing, function graph: Remove the noisy output when use function graph filter
If we use function graph filter(echo some_functions >> set_graph_function) we are only interested in the graph of some_functions. But if a interrupt occurs when these functions are being traced(or preparing), the graphs of the handlers of this interrupt are also recorded. These events that we aren't interested in... 18 Jun 2010 04:47
[PATCH 3/3 ] SCSI: Remove the AER section in kconfig file
1. Remove the AER section of Areca driver in kconfig file of scsi folder Signed-off-by: Nick Cheng< nick.cheng(a)areca.com.tw > --- ... 18 Jun 2010 04:47
[PATCH] fbdev: section cleanup in efifb
This patch removes 43 section mismatches by moving the two structures efifb_defined and efifb_fix from .init.data to .devinit.data. Also the two structure arrays dmi_system_table[] and dmi_list[] have been moved from .data to .init.rodata and .init.data, which saves, if built-in, some space. On x86_64 'size -... 18 Jun 2010 04:47
[PATCH 2/3] SCSI: Support Type C RAID controller
1. To support Type C RAID controller, ACB_ADAPTER_TYPE_C, i.e. PCI device ID: 0x1880. Signed-off-by: Nick Cheng< nick.cheng(a)areca.com.tw > --- ... 18 Jun 2010 03:43
PATCH 1/3 ] SCSI: Support 1024 scatter-gather list entries and improve AP while FW trapped and behaviors of EHs
1. To support 4M/1024 scatter-gather list entry, reorganize struct ARCMSR_CDB and struct CommandControlBlock 2. To modify arcmsr_probe 3. In order to help fix F/W issue, add the driver mode for type B card 4. To improve AP's behavior while F/W resets 5. To unify struct MessageUnit_B's members' naming in all OS dri... 18 Jun 2010 03:43
[PATCH] USB: serial: ftdi: correct merge conflict with CONTEC id
This patch corrects a problem with the merge of a previous patch to add the CONTEC identifier. Signed-off-by: Daniel Sangorrin <daniel.sangorrin(a)gmail.com> --- drivers/usb/serial/ftdi_sio.c | 1 - drivers/usb/serial/ftdi_sio_ids.h | 7 ------- 2 files changed, 0 insertions(+), 8 deletions(-) diff ... 18 Jun 2010 03:43
[PATCH 1/1] kmemleak: Fix false positive with alias
There is a false positive case that a pointer is calculated by other methods than the usual container_of macro. "kmemleak_ignore" can cover such a false positive, but it would loose the advantage of memory leak detection. This patch allows kmemleak to work with such false positives by aliasing of address. A client ... 18 Jun 2010 02:38
First  |  Prev |  Next  |  Last
Pages: 962 963 964 965 966 967 968 969 970 971 972 973 974 975 976 977 978 979 980 981 982