[PATCH 2/3] hpwdt: allow full range of timer values supported by hardware
The hpwdt timer is a 16 bit value with 128ms resolution. Let applications use this entire range. Signed-off-by: dann frazier <dannf(a)hp.com> --- drivers/watchdog/hpwdt.c | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/drivers/watchdog/hpwdt.c b/drivers/watchdog/hpwdt.c index af61f... 2 Jun 2010 18:42
[net-next-2.6 PATCH 2/2] x86: Align skb w/ start of cache line on newer core 2/Xeon Arch
From: Alexander Duyck <alexander.h.duyck(a)intel.com> x86 architectures can handle unaligned accesses in hardware, and it has been shown that unaligned DMA accesses can be expensive on Nehalem architectures. As such we should overwrite NET_IP_ALIGN and NET_SKB_PAD to resolve this issue. Signed-off-by: Alexander... 2 Jun 2010 18:42
[PATCH 1/3] hpwdt: Introduce SECS_TO_TICKS() macro
Define a macro to convert from seconds to timer ticks. Signed-off-by: dann frazier <dannf(a)hp.com> --- drivers/watchdog/hpwdt.c | 6 ++++-- 1 files changed, 4 insertions(+), 2 deletions(-) diff --git a/drivers/watchdog/hpwdt.c b/drivers/watchdog/hpwdt.c index 809e716..af61fb6 100644 --- a/drivers/watchdog... 2 Jun 2010 18:42
[PATCH] task_io_accounting, taskstats
Hello, I'm proposing this patch to extend taskstats capability of IO_ACCOUTING based on socket msg size. Already discussed with Balbir about it. The idea was to keep the "socket" accounting generic. Not taking in consideration witch type of socket or protocol is used. I'm using this in a user land tool called u... 2 Jun 2010 18:42
[PATCH 9/11] x86, UV: correct BAU regular message type
The Broadcast Assist Unit messages have a regular or retry message type. The regular type was not being set, but needs to be, because the lack of a message type is sometimes used to identify an unused entry in the message queue. Also removing some excess comments. Diffed against 2.6.34 -tip Signed-off-by: C... 2 Jun 2010 17:36
[PATCH 6/11] x86, UV: correct BAU software acknowledge
Correct the acknowledgment and the reset of a BAU software-acknowledged message. A retry message should be testing only for timed-out resources (mask << 8). (And we delete a log message that might cause unnecessary concern) The acknowledge MMR is |--timed-out--|---pending--|, each is 8 bits. The IPI-driven... 2 Jun 2010 17:36
[PATCH 4/11] x86, UV: shorten access to BAU statistics structure
Use a pointer from the per-cpu BAU control structure to the per-cpu BAU statistics structure. We nearly always know the first before needing the second. Diffed against 2.6.34 -tip Signed-off-by: Cliff Wickman <cpw(a)sgi.com> --- arch/x86/include/asm/uv/uv_bau.h | 1 + arch/x86/kernel/tlb_uv.c |... 2 Jun 2010 17:36
failed command FLUSH CACHE EXT (was: Re: via 8237 sata errors)
On May 30, 2010, Thomas Fjellstrom wrote: On May 30, 2010, Thomas Fjellstrom wrote: On May 30, 2010, Robert Hancock wrote: On Sun, May 30, 2010 at 1:33 PM, Thomas Fjellstrom <tfjellstrom(a)strangesoft.net> wrote: On May 30, 2010, Thomas Fjellstrom wrote: On May 30, 2010, R... 2 Jun 2010 20:54
ARM MSM updates for 2.6.35-rc1
On Thu, 2010-05-27 at 14:52 -0700, Daniel Walker wrote: Hi Linus, Here's a couple of simple patches. One fixes a compile failure in certain situations, and the other is just dead code removal. Daniel The following changes since commit 7b52161d14fa8a22a2387f4aa2fb7b854587830d: msm... 4 Jun 2010 05:55
[PATCH] checkkconfigsymbols.sh: Kconfig symbols sometimes have lowercase letters
Quite a few Kconfig symbols contain lowercase letters. The current checkkconfigsymbols.sh code only contains A-Z in the regexp it uses to find config symbols in source code, so it comes up with the wrong symbol to look for in Kconfig files and then generates false positives when it doesn't find that wrong symbol. ... 2 Jun 2010 17:36