ST SPEAr: Added source files for SPEAr3xx machine family
On Tue, Mar 09, 2010 at 07:46:10AM +0100, Linus Walleij wrote: +struct amba_device uart_device = { +       .dev = { +               .init_name = "uart", +               }, +       .res = { +               .start = SPEAR3XX_ICM1_UART_BASE, +               .end = SPEAR3XX_ICM1_UART_BASE... 11 Mar 2010 06:43
ST SPEAr: Added ARM PrimeXsys System Controller SP810 header file
On Tue, Mar 09, 2010 at 09:14:53PM +0100, Linus Walleij wrote: 2010/3/3 Viresh KUMAR <viresh.kumar(a)st.com>: Signed-off-by: Viresh Kumar <viresh.kumar(a)st.com> --- �include/linux/sysctl_sp810.h | � 59 ++++++++++++++++++++++++++++++++++++++++++ �1 files changed, 59 insertions(+), 0 deletions(-) ... 11 Mar 2010 06:43
[PATCH] inotify: Don't leak user struct on inotify release
The inotify_new_group receives a get_uid-ed user_struct and saves the reference on group->inotify_data.user. The problem is that the free_uid is never called on it. Issue seem to be introduced by 63c882a0 (inotify: reimplement inotify using fsnotify) after 2.6.30 (so stable is in Cc) Signed-off-by: Pavel Emel... 11 Mar 2010 06:43
ST SPEAr: Added basic header files for SPEAr3xx machine family
On Wed, Mar 03, 2010 at 10:37:32AM +0530, Viresh KUMAR wrote: diff --git a/arch/arm/mach-spear3xx/include/mach/dma.h b/arch/arm/mach-spear3xx/include/mach/dma.h new file mode 100644 index 0000000..9b93bc6 --- /dev/null +++ b/arch/arm/mach-spear3xx/include/mach/dma.h @@ -0,0 +1,18 @@ +/* + * arch... 11 Mar 2010 06:43
ST SPEAr: Added clock framework for SPEAr platform and machines
On Wed, Mar 03, 2010 at 10:37:35AM +0530, Viresh KUMAR wrote: +/* array of all spear 3xx clock lookups */ +static struct clk_lookup *spear_clk_lookups[] = { + /* root clks */ + &osc_32k_cl, + &osc_24m_cl, This is rather wasteful - rather than defining structures, and then having a one-time-used set o... 11 Mar 2010 05:38
[PATCH] kbuild: Really don't clean bounds.h and asm-offsets.h
Commit 7d3cc8b tried to keep bounds.h and asm-offsets.h during make clean by filtering these out of $(clean-files), but they are listed in $(targets) and $(always) and thus removed automatically. Introduce a new $(no-clean-files) variable to really skip such files in Makefile.clean. Signed-off-by: Michal Marek <m... 11 Mar 2010 05:38
2.6.34-rc1: rcu lockdep bug?
Hello, Paul and Peter, Attached is the lockdep warning that I triggered today. I am not sure if this is a bug of rcu lockdep, because I am testing my patch when this occurred. However, in the backtrace, there is none of the functions that I touched, weird. So, please help to check if this is a bug of rcu loc... 16 Mar 2010 06:51
sched: remove AFFINE_WAKEUPS feature
sched: remove AFFINE_WAKEUPS feature Disabling affine wakeups is too horrible to contemplate. Remove it. Signed-off-by: Mike Galbraith <efault(a)gmx.de> Cc: Ingo Molnar <mingo(a)elte.hu> Cc: Peter Zijlstra <a.p.zijlstra(a)chello.nl> LKML-Reference: <new-submission> --- kernel/sched_fair.c | 3 +-- 1 file... 12 Mar 2010 00:40
sched: remove SYNC_WAKEUPS feature
sched: remove SYNC_WAKEUPS feature Sync wakeups are critical functionality with a long history. Remove it, we don't need the branch or icache footprint. Signed-off-by: Mike Galbraith <efault(a)gmx.de> Cc: Ingo Molnar <mingo(a)elte.hu> Cc: Peter Zijlstra <a.p.zijlstra(a)chello.nl> LKML-Reference: <new-submission>... 11 Mar 2010 05:38
sched: remove ASYM_GRAN feature
sched: remove ASYM_GRAN feature This features has been enabled for quite a while, after testing showed that easing preemption for light tasks was harmful to high priority threads. Remove it. Signed-off-by: Mike Galbraith <efault(a)gmx.de> Cc: Ingo Molnar <mingo(a)elte.hu> Cc: Peter Zijlstra <a.p.zijlstra(a)chel... 11 Mar 2010 05:38