First  |  Prev |  Next  |  Last
Pages: 804 805 806 807 808 809 810 811 812 813 814 815 816 817 818 819 820 821 822 823 824
[PATCH 1/6] ACPI: Provide /sys/devices/system/ec/
This patch provides the same information through sysfs, which previously was provided through /proc/acpi/embedded_controller/*/info Signed-off-by: Thomas Renninger <trenn(a)suse.de> CC: Alexey Starikovskiy <astarikovskiy(a)suse.de> CC: Len Brown <lenb(a)kernel.org> CC: linux-kernel(a)vger.kernel.org CC: linux-acpi(a)vg... 1 Jul 2010 12:12
[PATCH 3/6] ACPI: Register EC io ports in /proc/ioports
Formerly these have been exposed through /proc/.. Better register them where all IO ports should get registered and scream loud if someone else claims to use them. EC data and command port typically should show up like this then: .... 0060-0060 : keyboard 0062-0062 : EC data 0064-0064 : keyboard 0066... 1 Jul 2010 12:12
[PATCH] sunrpc: make the cache cleaner workqueue deferrable
From: Artem Bityutskiy <Artem.Bityutskiy(a)nokia.com> This patch makes the cache_cleaner workqueue deferrable, to prevent unnecessary system wake-ups, which is very important for embedded battery-powered devices. do_cache_clean() is called every 30 seconds at the moment, and often makes the system wake up from i... 1 Jul 2010 12:12
ASoC: DaVinci: Added fast clock timing for McBSP (I2S)
On Wed, Jun 30, 2010 at 03:47:58PM +0200, Raffaele Recalcati wrote: From: Raffaele Recalcati <raffaele.recalcati(a)bticino.it> i2s_fast_clock switch can be used to have a better approximate Oh, and please look at the CC list for these posts. You're CCing *very* widely and at least one address (chaithri... 1 Jul 2010 12:12
ASoC: DaVinci: Added selection of clk input pin for McBSP
On Wed, Jun 30, 2010 at 03:47:57PM +0200, Raffaele Recalcati wrote: + /* To be used when cpu gets clock from external pin */ + int clk_input_pin; + As previously indicated please say how to use this. + default: + printk(KERN_ERR "%s:bad clk_input_pin\n", __func__); Use dev_err(). -- To uns... 1 Jul 2010 11:05
ASoC: DaVinci: Added two clocking possibilities to McBSP (I2S)
On Wed, Jun 30, 2010 at 03:47:56PM +0200, Raffaele Recalcati wrote: +static int davinci_i2s_dai_set_clkdiv(struct snd_soc_dai *cpu_dai, + int div_id, int div) +{ + struct davinci_mcbsp_dev *dev = cpu_dai->private_data; + int srgr; + + dev->clk_div = div; + return 0; +} As previously m... 6 Jul 2010 11:09
virt-what.in: Added VMware virt detection using cpuid in wrapper script
On Thu, Jul 1, 2010 at 9:15 AM, Richard W.M. Jones <rjones(a)redhat.com> wrote: On Tue, Jun 29, 2010 at 07:29:01PM -0400, Chetan Loke wrote: Brief discussion thread - http://lkml.org/lkml/2010/6/29/355 Added VMware detection via cpuid.Mimic'd VMware's balloon driver's init-time check(cpuid followed by ... 1 Jul 2010 11:05
KVM: Remove unnecessary divide operations
On 07/01/2010 05:00 PM, Joerg Roedel wrote: This patch converts unnecessary divide and modulo operations in the KVM large page related code into logical operations. This allows to convert gfn_t to u64 while not breaking 32 bit builds. #define KVM_NR_PAGE_SIZES 2 -#define KVM_HPAGE_SHIFT(x) (PA... 1 Jul 2010 11:05
Use u64 for gfn_t in KVM
On 07/01/2010 05:00 PM, Joerg Roedel wrote: Hi, Avi, Marcelo, these two patches currently lie on the bottom of my npt-npt patch set. They came out of a discussion on the mailing list about the last version of the npt-npt patchset. These patches are independent of the rest of the patchset, so I post an... 2 Jul 2010 13:32
[PATCH v4 6/6] KVM: MMU: trace pte prefetch
Trace pte prefetch, it can help us to improve the prefetch's performance Signed-off-by: Xiao Guangrong <xiaoguangrong(a)cn.fujitsu.com> --- arch/x86/kvm/mmu.c | 41 +++++++++++++++++++++++++++++++---------- arch/x86/kvm/mmutrace.h | 33 +++++++++++++++++++++++++++++++++ arch/x86/kvm/paging_tmpl.h |... 1 Jul 2010 11:05
First  |  Prev |  Next  |  Last
Pages: 804 805 806 807 808 809 810 811 812 813 814 815 816 817 818 819 820 821 822 823 824