[PATCH 3/3] [RFC] power/ds2760_battery: use factor of 50 for rated_capacity
In the ds2760 driver, the currently used factor of 10 to store the rated battery capacity internally is not sufficient for batteries > 2.55 Ah. Change the factor to 20 to broaden that range. Note that due to RATED_CAPACITY_FACTOR, the internal interface won't change, neither for the writeable sysfs entires nor for ... 7 May 2010 14:30
[PATCH 8/8] x86/mrst: Add nop functions to x86_init mpparse functions
Moorestown does not have BIOS provided MP tables, we can save some time by avoiding scaning of these tables. e.g. [ 0.000000] Scan SMP from c0000000 for 1024 bytes. [ 0.000000] Scan SMP from c009fc00 for 1024 bytes. [ 0.000000] Scan SMP from c00f0000 for 65536 bytes. [ 0.000000] Scan SMP from c00bfff0 ... 7 May 2010 14:30
[PATCH 3/8] x86/apic: allow use of lapic timer early calibration result
From: Jacob Pan <jacob.jun.pan(a)intel.com> lapic timer calibration can be combined with tsc in platform specific calibration functions. if such calibration result is obtained early, we can skip the redundent calibration loops. Signed-off-by: Jacob Pan <jacob.jun.pan(a)intel.com> Signed-off-by: Jacob Pan <jacob.ju... 7 May 2010 14:30
[PATCH 3/5] direct-io: honor dio->boundary a little more strictly
Because BTRFS needs to be able to lookup checksums when we submit the bio's, we need to be able to look up the logical offset in the inode we're submitting the bio for. The way we do this is in our get_blocks function is return the map_bh with b_blocknr of the logical offset in the file, and then in the submit path... 7 May 2010 14:30
[PATCH] USB: tty: fix incorrect use of tty_insert_flip_string_fixed_flag
Fix regression introduced by commit a108bfcb372d8c4452701039308fb95747911c59 (USB: tty: Prune uses of tty_request_room in the USB layer) which broke three drivers (cypress_m8, digi_acceleport and spcp8x5) through incorrect use of tty_insert_flip_string_fixed_flag. Signed-off-by: Johan Hovold <jhovold(a)gmail.com> ... 7 May 2010 14:30
[PATCH 0/8] Moorestown changes in arch/x86 for 35 merge window
Hi hpa, ingo, and tglx, The following changes are based on commit: d94e93d495514c69d4a7a553c0938cd777267e5d Changes include addition of vitual RTC driver and many clockevent tweaks in order to support Medfield (next generation) in the same binary kernel image. We consolidated tsc and lapic calibration into p... 7 May 2010 14:30
nfs kernel server causes: kernel BUG at include/linux/module.h:386!
On Fri, May 07, 2010 at 10:10:23AM +0300, roma1390 wrote: Greg KH wrote: On Thu, May 06, 2010 at 08:47:27AM +0300, roma1390 wrote: Hello, after some nfs server start/stop i hit kernel bug on 2.6.26. There is hope[1] that this bug is fixed[2], and fix is merged[3] into 2.6.29. But there i... 7 May 2010 13:22
perf probe: Support DW_OP_call_frame_cfa in debuginfo
Hi, Robert Richter wrote: On 15.04.10 07:29:18, tip-bot for Masami Hiramatsu wrote: diff --git a/tools/perf/util/probe-finder.h b/tools/perf/util/probe-finder.h index 2a27132..310ce89 100644 --- a/tools/perf/util/probe-finder.h +++ b/tools/perf/util/probe-finder.h @@ -42,6 +42,7 @@ struct prob... 7 May 2010 13:22
linux-next: manual merge of the staging-next tree with Linus' tree
On Fri, May 07, 2010 at 03:21:08PM +1000, Stephen Rothwell wrote: Hi Greg, Today's linux-next merge of the staging-next tree got a conflict in drivers/staging/hv/hv.c between commit fa8ad0257ea256381126ecf447694622216c600f ("Staging: hv: Fix up memory leak on HvCleanup") from Linus' tree and commit ... 7 May 2010 13:22
[PATCH V2] Oprofile: Change CPUIDS from decimal to hex, and add some comments
Version 2: Incorporating suggested changes from Robert Richter. Back when the patch was submitted for "Add Xeon 7500 series support to oprofile", Robert Richter had asked for a followon patch that converted all the CPU ID values to hex. I have done that here for the "i386/core_i7" and "i386/atom" class proc... 7 May 2010 13:22