aboutsummaryrefslogtreecommitdiffstats
path: root/arch/avr32/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2007-12-07[AVR32] Fix invalid status register bit definitions in asm/ptrace.hHaavard Skinnemoen1-2/+3
2007-10-19pid namespaces: define is_global_init() and is_container_init()Serge E. Hallyn1-1/+1
2007-10-16kprobes: support kretprobe blacklistMasami Hiramatsu1-0/+2
2007-10-16Consolidate PTRACE_DETACHAlexey Dobriyan1-5/+0
2007-10-11[AVR32] Fix random segfault with preemptionPhilippe Rétornaz1-1/+25
2007-10-11[AVR32] Remove unneeded 8K alignment of .text sectionHaavard Skinnemoen1-1/+0
2007-10-11[AVR32] Kill a few hardcoded constants in vmlinux.ldsHaavard Skinnemoen1-3/+5
2007-10-11[AVR32] rename vmlinux.ldsSam Ravnborg2-5/+0
2007-10-11[AVR32] fix command line parsing in early_parse_fbmemMatteo Vit1-1/+1
2007-07-18[AVR32] Correct misspelled CONFIG_BLK_DEV_INITRD variable.Robert P. J. Day1-1/+1
2007-07-18[AVR32] Fix build error in parse_tag_rdimg()Haavard Skinnemoen1-1/+1
2007-07-17PTRACE_POKEDATA consolidationAlexey Dobriyan1-5/+1
2007-07-17PTRACE_PEEKDATA consolidationAlexey Dobriyan1-6/+1
2007-07-17Report that kernel is tainted if there was an OOPSPavel Emelianov1-0/+1
2007-07-16generic bug: use show_regs() instead of dump_stack()Heiko Carstens1-1/+1
2007-05-19all-archs: consolidate .data section definition in asm-genericSam Ravnborg1-1/+1
2007-05-19all-archs: consolidate .text section definition in asm-genericSam Ravnborg1-1/+1
2007-05-13[AVR32] Wire up signalfd, timerfd and eventfdHaavard Skinnemoen1-0/+3
2007-05-13[AVR32] optimize pagefault pathChristoph Hellwig1-6/+1
2007-05-13[AVR32] Remove bogus comment in arch/avr32/kernel/irq.cHaavard Skinnemoen1-9/+0
2007-05-09Merge branch 'for-linus' of git://www.atmel.no/~hskinnemoen/linux/kernel/avr32Linus Torvalds3-2/+3
2007-05-09wrap access to thread_infoRoman Zippel2-4/+4
2007-05-09[AVR32] Wire up sys_utimensatHaavard Skinnemoen1-0/+1
2007-05-09[AVR32] Fix section mismatch .taglist -> .init.textHaavard Skinnemoen1-1/+1
2007-05-09AVR32: Spinlock initializer cleanupThomas Gleixner1-1/+1
2007-05-08header cleaning: don't include smp_lock.h when not usedRandy Dunlap1-1/+0
2007-05-08move die notifier handling to common codeChristoph Hellwig3-17/+3
2007-04-27[AVR32] Optimize the TLB miss handlerHaavard Skinnemoen1-30/+24
2007-04-27[AVR32] Get rid of board_setup_fbmem()Haavard Skinnemoen1-5/+2
2007-04-27[AVR32] Reserve framebuffer memory in early_parse_fbmem()Haavard Skinnemoen1-7/+61
2007-04-27[AVR32] Simplify early handling of memory regionsHaavard Skinnemoen1-263/+232
2007-04-27[AVR32] Move setup_bootmem() from mm/init.c to kernel/setup.cHaavard Skinnemoen1-0/+238
2007-04-27[AVR32] Fix NMI handlerHaavard Skinnemoen1-3/+25
2007-04-27[AVR32] Clean up exception handling codeHaavard Skinnemoen4-318/+311
2007-04-27[AVR32] Clean up cpu identification and add features bitmapHaavard Skinnemoen1-20/+44
2007-04-27[AVR32] Put cpu in sleep 0 when idle.Hans-Christian Egtvedt2-7/+40
2007-04-27[AVR32] Change system timer from count-compare to Timer/Counter 0Hans-Christian Egtvedt1-73/+77
2007-03-07[AVR32] Fix bogus ti->flags manipulation in debug handlerHaavard Skinnemoen1-2/+2