First  |  Prev |  Next  |  Last
Pages: 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764
2.6.34: simple IOMMU API extension to check safe interrupt remapping
On Thu, Jul 01, 2010 at 05:24:32PM -0400, Tom Lyon wrote: This patch allows IOMMU users to determine whether the hardware and software support safe, isolated interrupt remapping. Not all Intel IOMMUs have the hardware, and the software for AMD is not there yet. Signed-off-by: Tom Lyon <pugs(a)cisco.com> ... 19 Jul 2010 10:13
[PATCH 2/4] workqueue: implement unbound workqueue
This patch implements unbound workqueue which can be specified with WQ_UNBOUND flag on creation. An unbound workqueue has the following properties. * It uses a dedicated gcwq with a pseudo CPU number WORK_CPU_UNBOUND. This gcwq is always online and disassociated. * Workers are not bound to any CPU and not c... 2 Jul 2010 05:50
[PATCH 4/4] async: use workqueue for worker pool
Replace private worker pool with system_long_wq. Signed-off-by: Tejun Heo <tj(a)kernel.org> Cc: Arjan van de Ven <arjan(a)infradead.org> --- kernel/async.c | 140 ++++++++----------------------------------------------- 1 files changed, 21 insertions(+), 119 deletions(-) diff --git a/kernel/async.c b/kernel/asyn... 2 Jul 2010 05:50
[RFC][PATCH 10/11] LEDS: Re-organization of the code & removal of testing framework
LED module of the device driver for DA9052 PMIC device from Dialog Semiconductor. Linux Kernel Version: 2.6.34 Signed-off-by: D. Chen <dchen(a)diasemi.com> --- diff -urpN linux-2.6.34/drivers/leds/Kconfig linux-2.6.34_test/drivers/leds/Kconfig --- linux-2.6.34/drivers/leds/Kconfig 2010-05-17 02:17:36.000000000... 2 Jul 2010 05:50
[PATCHSET] workqueue: implement and use WQ_UNBOUND
Hello, David, Arjan. These four patches implement unbound workqueues which can be used as simple execution context provider. I changed async to use it and will also make fscache use it. This can be used by setting WQ_UNBOUND on workqueue creation. Works queued to unbound workqueues are implicitly HIGHPRI and ... 2 Jul 2010 05:50
hugetlb: add hugepage check in mem_cgroup_{register,end}_migration()
On Fri, Jul 02, 2010 at 02:47:23PM +0900, Naoya Horiguchi wrote: Currently memory cgroup doesn't charge hugepage, so avoid calling these functions in hugepage migration context. Sounds like something that really should be fixed, but ok for now I guess... -Andi -- ak(a)linux.intel.com -- Speaking for myse... 2 Jul 2010 05:50
[PATCH] compal-laptop/fujitsu-laptop/msi-laptop: make dmi_check_cb to return 1 instead of 0
dmi_check_system() walks the table running matching functions until someone returns non zero or we hit the end. This patch makes dmi_check_cb to return 1 so dmi_check_system() return immediately when a match is found. Signed-off-by: Axel Lin <axel.lin(a)gmail.com> --- drivers/platform/x86/compal-laptop.c | ... 2 Jul 2010 05:50
hugetlb: add allocate function for hugepage migration
On Fri, Jul 02, 2010 at 02:47:22PM +0900, Naoya Horiguchi wrote: We can't use existing hugepage allocation functions to allocate hugepage for page migration, because page migration can happen asynchronously with the running processes and page migration users should call the allocation function with physical... 5 Jul 2010 05:38
pcrypt: sysfs interface
On Thu, Jul 01, 2010 at 06:28:34PM +0400, Dan Kruchinin wrote: These statistic counters add a lot of atomic operations to the fast-path. Would'nt it be better to have these statistics in a percpu manner? This would avoid the atomic operations and we would get some additional information on the ... 5 Jul 2010 07:47
padata: separate serial and parallel cpumasks
Hi Dan. Your e-mail client corrupted all your patches on multiple lines, so they do not apply. Please fix your e-mail client and resend. Documentation/email-clients.txt might help here. On Thu, Jul 01, 2010 at 05:57:57PM +0400, Dan Kruchinin wrote: Hello, Steffen. Thank you for your comments about err... 7 Jul 2010 10:08
First  |  Prev |  Next  |  Last
Pages: 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764