First  |  Prev |  Next  |  Last
Pages: 840 841 842 843 844 845 846 847 848 849 850 851 852 853 854 855 856 857 858 859 860
[PATCH 2/4, v2] x86: enlightenment for ticket spin locks - Xen implementation
Use the (alternative instructions based) callout hooks to the ticket spinlock code to enlighten ticket locks when running fully virtualized on Xen. Ultimately, this code might also be a candidate to be used when running para-virtualized. Signed-off-by: Jan Beulich <jbeulich(a)novell.com> Cc: Jeremy Fitzhardinge <j... 29 Jun 2010 10:45
[PATCH 3/4, v2] x86: enlightenment for ticket spin locks - eliminate NOPs introduced by first patch
Under the assumption that the nop-s added by the base ticket spinlock enlightenment patch might be considered undesirable (or worse), here is an optional patch to eliminate these nop-s again. This is done through extending the memory operands of the inc instructions used for unlocking ticket locks to the necessary ... 29 Jun 2010 10:45
[PATCH 4/4, v2] x86: enlightenment for ticket spin locks - improve yield behavior on Xen
This optional patch improves yielding behavior in that the acquire function now checks whether the vCPU owning the lock is actually running, yielding immediately if it isn't. The (only) additional overhead this introduces for native execution is the writing of the owning CPU in the lock acquire paths. If this is ... 29 Jun 2010 10:45
vmscan: Fix mapping use after free
On Tue, Jun 29, 2010 at 8:34 PM, Mel Gorman <mel(a)csn.ul.ie> wrote: From: Nick Piggin <npiggin(a)suse.de> Use lock_page_nosync in handle_write_error as after writepage we have no reference to the mapping when taking the page lock. Signed-off-by: Nick Piggin <npiggin(a)suse.de> Signed-off-by: Mel Gorman ... 1 Jul 2010 06:40
sched: fix spelling of sibling
Michael Neuling <mikey(a)neuling.org> wrote: No logic changes, only spelling. Signed-off-by: Michael Neuling <mikey(a)neuling.org> Acked-by: David Howells <dhowells(a)redhat.com> -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org ... 29 Jun 2010 10:44
[PATCH 1/2] DMAENGINE: correct PL080 register header file
This PL008 among all other variables named PL080 doesn't seem right. Fix it. Also add some missing defined that I use in the new PL08x driver. Cc: Ben Dooks <ben-linux(a)fluff.org> Signed-off-by: Linus Walleij <linus.walleij(a)stericsson.com> --- Ben can you ACK this? Shouldn't be any big deal. --- arch/arm/incl... 29 Jun 2010 10:44
hwmon: PMBus device driver
On 06/28/10 22:56, Guenter Roeck wrote: Hi Guenter, A few questions and inital comments... Ouch the pmbus spec is tricky to follow! Signed-off-by: Guenter Roeck <guenter.roeck(a)ericsson.com> --- drivers/hwmon/Kconfig | 12 + drivers/hwmon/Makefile | 1 + drivers/hwmon/pmbus.c | 1227 +++++++... 29 Jun 2010 10:45
[PATCHv1 3/11] RTC: Removal of redundant comments, printk
RTC module of the device driver for DA9052 PMIC device from Dialog Semiconductor. Changes made since last submission: .. Changes has been done as per the sample Linux RTC driver present in drivers/rtc folder .. removal of printk .. removal of redundant headers and comments. Linux Kernel Version: 2.6.34 Si... 29 Jun 2010 09:38
[RFC][PATCH 9/11] BACKLIGHT: Initial submission of Backlight device driver for DA9052 PMIC
Initial submission of backlight 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 -uprN linux-2.6.34/drivers/mfd/da9052-core.c linux-2.6.34_test/drivers/mfd/da9052-core.c --- linux-2.6.34/drivers/mfd/... 29 Jun 2010 09:38
[PATCHv4 5/11] REGULATOR: Removal of testing framework and redundancy
REGULATOR module of the device driver for DA9052 PMIC device from Dialog Semiconductor. Changes made since last submission: .. registration of regulator driver is done via MFD .. removal of driver test framework .. removal of redundant printk and comments .. removal of redundant headers Linux Kernel Version:... 29 Jun 2010 09:38
First  |  Prev |  Next  |  Last
Pages: 840 841 842 843 844 845 846 847 848 849 850 851 852 853 854 855 856 857 858 859 860