HID: Add Support for Setting and Getting Feature Reports from hidraw
On 06/08/2010 02:32 AM, Antonio Ospite wrote: On Mon, 7 Jun 2010 23:51:48 -0400 Alan Ott<alan(a)signal11.us> wrote: Per the HID Specification, Feature reports must be sent and received on the Configuration endpoint (EP 0) through the Set_Report/Get_Report interfaces. This patch adds two ioc... 8 Jun 2010 10:18
[PATCH] Cleanup mmzone.h
commit 7f4ab448f88ae2d2bcb3d5f00e85300446d6495a Author: Alexander Nevenchannyy <a.nevenchannyy(a)gmail.com> Date: Tue Jun 8 15:45:52 2010 +0400 [PATCH] Cleanup mmzone.h get_zone_counts() was dropped from kernel tree, see: http://www.mail-archive.com/mm-commits(a)vger.kernel.org/msg07313.html but... 8 Jun 2010 10:18
USB: gadget: g_ether: updated INF file
--- On Mon, 6/7/10, Michal Nazarewicz <m.nazarewicz(a)samsung.com> wrote: +; Copyright (c) Microsoft Corporation Erm, do we have the right to redistribute these changes, then? In principle, supporting more versions of MS-Windows is a good thing, but we need appropriate rights to do so, and it's no... 16 Jun 2010 13:16
[PATCH 09/10] oom: filter tasks not sharing the same cpuset
From: David Rientjes <rientjes(a)google.com> Tasks that do not share the same set of allowed nodes with the task that triggered the oom should not be considered as candidates for oom kill. Tasks in other cpusets with a disjoint set of mems would be unfairly penalized otherwise because of oom conditions elsewhere;... 8 Jun 2010 09:09
[PATCH 2/3] KVM: MMU: using wrapper function to flush local tlb
Using kvm_mmu_flush_tlb() function instead of calling kvm_x86_ops->tlb_flush(vcpu) directly Signed-off-by: Xiao Guangrong <xiaoguangrong(a)cn.fujitsu.com> --- arch/x86/kvm/mmu.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/arch/x86/kvm/mmu.c b/arch/x86/kvm/mmu.c index 959c248..7319... 8 Jun 2010 09:09
[PATCH 07/10] oom: kill useless debug print
Now, all of oom developers usually are using sysctl_oom_dump_tasks. Redundunt useless debug print can be removed. Signed-off-by: KOSAKI Motohiro <kosaki.motohiro(a)jp.fujitsu.com> --- mm/oom_kill.c | 5 ----- 1 files changed, 0 insertions(+), 5 deletions(-) diff --git a/mm/oom_kill.c b/mm/oom_kill.c index ... 8 Jun 2010 09:09
[PATCH 1/3] KVM: MMU: remove unnecessary remote tlb flush
This remote tlb flush is no necessary since we have synced while sp is zapped Signed-off-by: Xiao Guangrong <xiaoguangrong(a)cn.fujitsu.com> --- arch/x86/kvm/mmu.c | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/arch/x86/kvm/mmu.c b/arch/x86/kvm/mmu.c index 6b2c644..959c248 100644 --... 8 Jun 2010 09:09
[PATCH 04/10] oom: move sysctl declarations to oom.h
From: David Rientjes <rientjes(a)google.com> The three oom killer sysctl variables (sysctl_oom_dump_tasks, sysctl_oom_kill_allocating_task, and sysctl_panic_on_oom) are better declared in include/linux/oom.h rather than kernel/sysctl.c. Signed-off-by: David Rientjes <rientjes(a)google.com> Signed-off-by: KOSAKI Mo... 8 Jun 2010 08:03
[PATCH 01/10] oom: don't try to kill oom_unkillable child
Now, badness() doesn't care neigher CPUSET nor mempolicy. Then if the victim child process is oom_unkillable()==1, __out_of_memory() can makes kernel hang eventually. This patch fixes it. [remark: this is needed to fold "oom: sacrifice child with highest badness score for parent"] Signed-off-by: KOSAKI Moto... 8 Jun 2010 08:02
Documentation/filesystems/xip.txt: clarify the statement: The block device option is mandatory for execute-in-place
2010/6/8 Dan Carpenter <error27(a)gmail.com>: On Tue, Jun 08, 2010 at 04:37:04PM +0800, shenghui wrote: diff --git a/Documentation/filesystems/xip.txt b/Documentation/filesystems/xip.txt index 0466ee5..bef4120 100644 --- a/Documentation/filesystems/xip.txt +++ b/Documentation/filesystems/xip.txt ... 8 Jun 2010 08:02