First  |  Prev |  Next  |  Last
Pages: 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741
[PATCH/RFC v2 1/4] hwmon: PMBus device driver
This driver adds support for hardware monitoring features of various PMBus devices. Signed-off-by: Guenter Roeck <guenter.roeck(a)ericsson.com> --- drivers/hwmon/Kconfig | 12 + drivers/hwmon/Makefile | 1 + drivers/hwmon/pmbus.c | 1396 ++++++++++++++++++++++++++++++++++++++++++++++++ drivers/hwmon/pmbu... 5 Jul 2010 01:20
[PATCH/RFC v2 3/4] hwmon: pmbus driver documentation
Signed-off-by: Guenter Roeck <guenter.roeck(a)ericsson.com> --- Documentation/hwmon/pmbus | 139 +++++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 139 insertions(+), 0 deletions(-) create mode 100644 Documentation/hwmon/pmbus diff --git a/Documentation/hwmon/pmbus b/Documentation/hwmon/pmbus new f... 5 Jul 2010 01:20
[PATCH/RFC v2 0/4] hwmon: PMBus device driver
This patchset adds support for hardware monitoring features of PMBus devices. The driver has not yet been tested with actual hardware. It is submitted for early review and to solicit test coverage. A PMBus device emulator is provided for reference, to show the level of testing performed. I don't currently plan ... 5 Jul 2010 01:19
[PATCH/RFC v2 4/4] hwmon: sysfs API updates
Signed-off-by: Guenter Roeck <guenter.roeck(a)ericsson.com> --- Documentation/hwmon/sysfs-interface | 37 +++++++++++++++++++++++++++++----- 1 files changed, 31 insertions(+), 6 deletions(-) diff --git a/Documentation/hwmon/sysfs-interface b/Documentation/hwmon/sysfs-interface index d4e2917..2dcec0f 100644 ---... 5 Jul 2010 01:19
ocfs2: Zero the tail cluster when extending past i_size v2
Hi Joel, On 07/04/2010 05:32 AM, Joel Becker wrote: Here's the second version of my corruption fix. It fixes two bugs: 1) i_size can obviously be at a place that is a hole, so don't BUG on that. 2) Fix an off-by-one when checking whether the write position is within the tail allocation... 6 Jul 2010 22:14
Linux 2.6.35-rc4
Hey everybody, there's finally a new -rc out there.. I've been back online for a week, and at least judging by the kinds of patches and pull requests I've been getting, I have to say that I think that having been strict for -rc3 ended up working out pretty well. The diffstat of rc3..rc4 looks quite reasonable, de... 9 Jul 2010 18:19
Hello
Good Day, I am Shung Hin Hui, I have a business of $15.5 million for you contact me for details. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FA... 4 Jul 2010 23:09
[ANNOUNCE] MDB Merkey's Kernel Debugger x86_64 2.6.34 07-04-2010 Release 6
CURRENT http://merkeydebugger.googlecode.com/files/mdb-2.6.34-x86_64-07-04-2010.patch REPOSITORY http://code.google.com/p/merkeydebugger/ http://sourceforge.net/projects/merkeydebugger/ FIXES: - fixed rex64 sysret/sysexit lockup on x86_64 and ia32 - removed MDB conditionals from arch/x86/kernel/traps.c ... 4 Jul 2010 23:09
[PATCH] dcdbas: remove a redundant smi_data_buf_free in dcdbas_exit
>From 03828286561e3d39cacfb831b2f303a047a6f787 Mon Sep 17 00:00:00 2001 From: Axel Lin <axel.lin(a)gmail.com> Date: Mon, 5 Jul 2010 09:26:30 +0800 Subject: [PATCH] dcdbas: remove a redundant smi_data_buf_free in dcdbas_exit smi_data_buf_free is called twice in current implementation. The second call simply return ... 4 Jul 2010 22:04
KVM: VMX: fix tlb flush with invalid root
On Saturday 03 July 2010 16:02:42 Xiao Guangrong wrote: Commit 341d9b535b6c simplify reload logic while entry guest mode, it can avoid unnecessary sync-root if KVM_REQ_MMU_RELOAD and KVM_REQ_MMU_SYNC both set. Which commit you are talking about? Can't find 341d9b535b6c... -- regards Yang, Sheng ... 5 Jul 2010 00:14
First  |  Prev |  Next  |  Last
Pages: 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741