First  |  Prev |  Next  |  Last
Pages: 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124
[PATCH] slub: add missing __percpu markup in mm/slub_def.h
From: Namhyung Kim <namhyung(a)gmail.com> kmem_cache->cpu_slab is a percpu pointer but was missing __percpu markup. Add it. Signed-off-by: Namhyung Kim <namhyung(a)gmail.com> Acked-by: Tejun Heo <tj(a)kernel.org> --- Christoph, Pekka, can you please route this through slab tree? Thanks. include/linux/slub_d... 7 Aug 2010 09:19
drivers/net/wan: Adjust confusing if indentation
Julia Lawall <julia(a)diku.dk> writes: drivers/net/wan/c101.c | 2 +- drivers/net/wan/n2.c | 2 +- drivers/net/wan/pci200syn.c | 2 +- Fully Acked-by: Krzysztof HaƂasa <khc(a)pm.waw.pl> Thanks. -- Krzysztof Halasa -- To unsubscribe from this list: send the line "unsubscribe linux-ke... 7 Aug 2010 09:19
[PATCH] percpu: add __percpu notations to UP allocator
From 94cb121c9483f1ec9b1ef0c249fbfc49c628fa6b Mon Sep 17 00:00:00 2001 From: Namhyung Kim <namhyung(a)gmail.com> Date: Sat, 7 Aug 2010 03:26:24 +0900 Add __percpu notations to UP percpu allocator. Signed-off-by: Namhyung Kim <namhyung(a)gmail.com> Signed-off-by: Tejun Heo <tj(a)kernel.org> --- Applied to percpu#fo... 7 Aug 2010 09:19
percpu: add missing markups in kernel/workqueue.c
On 08/06/2010 08:26 PM, Namhyung Kim wrote: Signed-off-by: Namhyung Kim <namhyung(a)gmail.com> --- kernel/workqueue.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/kernel/workqueue.c b/kernel/workqueue.c index 327d2de..bb030e3 100644 --- a/kernel/workqueue.c +++ b... 7 Aug 2010 09:19
[GIT] writable_limits for 2.6.36
Hello, please consider the following repository for 2.6.36. It introduces a new syscall for arch independent resource limits handling. It also adds a support for runtime limits changing. This feature is needed mostly by daemons servicing databases and similar service where limits are needed to be changed without... 7 Aug 2010 09:19
[patch] apparmor: issue with ns name without a following profile
If we have a ns name without a following profile then in the original code it did "*ns_name = &name[1];". "name" is NULL so "*ns_name" is 0x1. That isn't useful and could cause an oops when this function is called from aa_remove_profiles(). Signed-off-by: Dan Carpenter <error27(a)gmail.com> --- I'm not very fa... 7 Aug 2010 08:14
2.6.36: commit f12a15 makes computer really slow
I need to revert commit f12a15 to have a workable computer: commit f12a15be63d1de9a35971f35f06b73088fa25c3a Author: John Stultz <johnstul(a)us.ibm.com> Date: Tue Jul 13 17:56:27 2010 -0700 x86: Convert common clocksources to use clocksource_register_hz/khz This converts the most common of the x86... 7 Aug 2010 08:14
pcmcia: pd6729: call disable_pci_device() if pci_probe() failed
On Fri, Aug 06, 2010 at 11:52:44PM +0400, Kulikov Vasiliy wrote: Driver should call disable_pci_device() if it returns from pci_probe() with error. Also it must not be called if pci_request_region() fails as it means that somebody uses device resources and rules the device. But that would mean that a driver... 7 Aug 2010 08:14
[PATCH 2/2] serport: place serport serio device correctly in the device tree
Make serport serio device to be a child of corresponding tty device instead of just hanging at /sys/devices/serioX. Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov(a)gmail.com> --- drivers/input/serio/serport.c | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/drivers/input/serio/... 7 Aug 2010 06:07
[PATCH 1/2] tty_io: add an API to get device corresponding to tty_struct
Some device drivers (mostly tty line disciplines) would like to have way to get a struct device instancve corresponding to passed tty_struct. Add respective API call. Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov(a)gmail.com> --- drivers/char/tty_io.c | 21 +++++++++++++++++++++ include/linux/tty.h | ... 7 Aug 2010 06:07
First  |  Prev |  Next  |  Last
Pages: 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124