[PATCH -v2 0/2] ACPI, APEI EINJ injection parameters support
This patch queue is based on acpi-test.git. Changelog: v2: - Remove uninject support, because it is not implemented in BIOS properly now. -- 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.ke... 12 May 2010 22:32
[PATCH 3/5] KVM MMU: fix for got gfn when sync shadow pages
sp->gfns[] are not mapping gfn since it has cooked by unalias_gfn() Signed-off-by: Xiao Guangrong <xiaoguangrong(a)cn.fujitsu.com> --- arch/x86/kvm/paging_tmpl.h | 7 ++++--- 1 files changed, 4 insertions(+), 3 deletions(-) diff --git a/arch/x86/kvm/paging_tmpl.h b/arch/x86/kvm/paging_tmpl.h index 11d8a16..... 12 May 2010 22:32
[PATCH 5/5] KVM x86: cleanup unused local variable
fix: arch/x86/kvm/x86.c: In function 'handle_emulation_failure': arch/x86/kvm/x86.c:3844: warning: unused variable 'ctxt' Signed-off-by: Xiao Guangrong <xiaoguangrong(a)cn.fujitsu.com> --- arch/x86/kvm/x86.c | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/arch/x86/kvm/x86.c b/arch/x... 12 May 2010 22:32
[PATCH 2/5] KVM MMU: remove rmap before clear spte
Remove rmap before clear spte otherwise it will trigger BUG_ON() in some functions such as rmap_write_protect() Signed-off-by: Xiao Guangrong <xiaoguangrong(a)cn.fujitsu.com> --- arch/x86/kvm/mmu.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/arch/x86/kvm/mmu.c b/arch/x86/kvm/mmu.c ... 12 May 2010 22:32
[PATCH -v2 1/2] Add x64 support to debugfs
Add debugfs_create_x64. This is needed by ACPI APEI EINJ parameters support. Signed-off-by: Huang Ying <ying.huang(a)intel.com> Signed-off-by: Andi Kleen <ak(a)linux.intel.com> Acked-by: Greg Kroah-Hartman <gregkh(a)suse.de> --- fs/debugfs/file.c | 21 ++++++++++++++++++++- include/linux/debugfs.h | 2 ++ ... 12 May 2010 22:32
[PATCH 1/5] KVM MMU: fix objects free
Where to alloc, where to free Signed-off-by: Xiao Guangrong <xiaoguangrong(a)cn.fujitsu.com> --- arch/x86/kvm/mmu.c | 18 ++++++++++-------- 1 files changed, 10 insertions(+), 8 deletions(-) diff --git a/arch/x86/kvm/mmu.c b/arch/x86/kvm/mmu.c index 604eb3f..67da751 100644 --- a/arch/x86/kvm/mmu.c +++ b/ar... 12 May 2010 22:32
linux-next: manual merge of the v4l-dvb tree with Linus' tree
Hi Mauro, Today's linux-next merge of the v4l-dvb tree got a conflict in drivers/input/evdev.c between commit 58b939959d228681208ba997595411fddc860849 ("Input: scancode in get/set_keycodes should be unsigned") from Linus' tree and commit edeada2cde748860846784cf3e5518d7c7c51ca2 ("V4L/DVB: input: Add support for... 12 May 2010 22:32
[git pull] Please pull powerpc.git merge branch
Hi Linus ! I've added to my merge branch Kumar's swiotlb fix. Here's the updated pull request. Thanks ! Cheers, Ben. The following changes since commit cea0d767c29669bf89f86e4aee46ef462d2ebae8: Linus Torvalds (1): Merge branch 'hwmon-for-linus' of git://git.kernel.org/.../jdelvare/staging a... 12 May 2010 22:32
new ->perform_write fop
On Wed, May 12, 2010 at 05:24:04PM -0400, Josef Bacik wrote: Hello, I just started adding aio_write to Btrfs and I noticed we're duplicating _alot_ of the generic stuff in mm/filemap.c, even though the only thing thats really unique is the fact that we copy userspace pages in chunks rather than one page... 6 Jun 2010 05:06
[PATCH 1/2] sysfs: add struct file* to bin_attr callbacks
This allows bin_attr->read,write,mmap callbacks to check file specific data (such as inode owner) as part of any privilege validation. Signed-off-by: Chris Wright <chrisw(a)sous-sol.org> --- arch/alpha/kernel/pci-sysfs.c | 8 ++++-- arch/mips/txx9/generic/setup.c | 4 +- arch/powerpc/sysdev/mv... 12 May 2010 22:32