aboutsummaryrefslogtreecommitdiffstats
path: root/arch/avr32/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-08-05avr32: Use <mach/foo.h> instead of <asm/arch/foo.h>Haavard Skinnemoen3-4/+4
2008-07-27Merge commit 'upstream/master'Haavard Skinnemoen3-14/+27
2008-07-25avr32: allow system timer to share interrupt to make OProfile workVoss, Nikolaus1-1/+5
2008-07-24Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-1/+1
2008-07-24Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-0/+1
2008-07-21sysdev: Pass the attribute to the low level sysdev show/store functionAndi Kleen1-13/+25
2008-07-18Merge branch 'linus' into timers/nohzIngo Molnar5-56/+64
2008-07-18nohz: prevent tick stop outside of the idle loopThomas Gleixner1-1/+1
2008-07-18fix core/stacktrace changes on avr32, mips, shHeiko Carstens1-0/+1
2008-07-15Merge branch 'core/stacktrace' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-0/+1
2008-07-14Merge branch 'core/rodata' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-2/+0
2008-07-03stacktrace: export save_stack_trace[_tsk]Ingo Molnar1-0/+1
2008-07-02avr32: Cover the kernel page tables in the user PGDsHaavard Skinnemoen1-10/+32
2008-07-02avr32: Store virtual addresses in the PGDHaavard Skinnemoen2-25/+24
2008-06-27avr32: Kill special exception handler sectionsHaavard Skinnemoen2-12/+5
2008-06-27avr32: Clean up time.c #includesHaavard Skinnemoen1-11/+3
2008-06-27avr32: Fix sigaltstack behaviourMartin Koegler1-0/+3
2008-06-16Merge branch 'linus' into core/rodataIngo Molnar1-0/+4
2008-05-26avr32: export strnlen_userAdrian Bunk1-0/+2
2008-05-26avr32: export copy_pageAdrian Bunk1-0/+2
2008-05-25move BUG_TABLE into RODATAJan Beulich1-2/+0
2008-05-16[PATCH] take init_files to fs/file.cAl Viro1-1/+0
2008-05-03unified (weak) sys_pipe implementationUlrich Drepper1-13/+0
2008-04-29avr32: use kbuild.h macros instead of defining macros in asm-offsets.cChristoph Lameter1-8/+1
2008-04-28atmel_lcdfb: don't initialize a pre-allocated framebufferHaavard Skinnemoen1-0/+2
2008-04-19avr32: Add hardware power-down function callPeter Ma1-0/+2
2008-04-19avr32: Generic clockevents supportDavid Brownell1-129/+80
2008-04-19avr32: Move sleep code into mach-at32apHaavard Skinnemoen2-22/+2
2008-04-19avr32: start clocksource cleanupDavid Brownell1-37/+8
2008-04-17Generic semaphore implementationMatthew Wilcox2-149/+1
2008-03-27avr32: Fix bug in early resource allocation codeHaavard Skinnemoen1-0/+1
2008-03-13avr32: Build fix for CONFIG_BUG=nHaavard Skinnemoen1-0/+4
2008-02-27avr32: Fix OCD refcounting bugHaavard Skinnemoen1-0/+1
2008-02-15avr32: Call tick_nohz_{stop,restart}_sched_tick() in idle loopHaavard Skinnemoen1-0/+3
2008-02-08libfs: allow error return from simple attributesChristoph Hellwig1-7/+11
2008-02-07Introduce flags for reserve_bootmem()Bernhard Walle1-2/+4
2008-02-05Fix timerfd breakage on avr32Haavard Skinnemoen1-1/+1
2008-01-28all archs: consolidate init and exit sections in vmlinux.lds.hSam Ravnborg1-4/+4
2008-01-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/hskinnemoen/avr32-2.6Linus Torvalds10-46/+352
2008-01-25[AVR32] NMI debuggingHaavard Skinnemoen4-3/+112
2008-01-25[AVR32] constify function pointer tablesJan Engelhardt1-1/+1
2008-01-25[AVR32] Provide more CPU information in /proc/cpuinfo and dmesgHaavard Skinnemoen1-26/+68
2008-01-25[AVR32] Enable debugging only when neededHaavard Skinnemoen5-9/+171
2008-01-25[AVR32] Remove redundant try_to_freeze() call from do_signal()Haavard Skinnemoen1-7/+0
2008-01-24Driver core: change sysdev classes to use dynamic kobject namesKay Sievers1-1/+1
2007-12-07[AVR32] Fix wrong pt_regs in critical exception handlerHaavard Skinnemoen1-2/+2
2007-12-07[AVR32] Follow the rules when dealing with the OCD systemHaavard Skinnemoen4-227/+323
2007-12-07[AVR32] Clean up OCD register usageHaavard Skinnemoen5-33/+35
2007-12-07[AVR32] Implement irqflags trace and lockdep supportHaavard Skinnemoen1-19/+35
2007-12-07[AVR32] Implement stacktrace supportHaavard Skinnemoen2-0/+54