aboutsummaryrefslogtreecommitdiffstats
path: root/arch/avr32/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2007-03-07[AVR32] show_trace: Only walk valid stack addressesHaavard Skinnemoen1-23/+29
2007-02-16Merge branch 'for-linus' of git://www.atmel.no/~hskinnemoen/linux/kernel/avr32Linus Torvalds1-9/+13
2007-02-16[PATCH] clocksource: fixup is_continous changes on AVR32Thomas Gleixner1-1/+1
2007-02-16[AVR32] Remove unnecessary sys_nfsservctl conditionalHaavard Skinnemoen1-4/+0
2007-02-16[AVR32] Wire up the SysV IPC calls properlyHaavard Skinnemoen1-5/+13
2007-02-12[PATCH] Dynamic kernel command-line: avr32Alon Bar-Lev1-3/+3
2007-02-11[PATCH] Consolidate default sched_clock()Alexey Dobriyan1-9/+0
2007-02-11[PATCH] disable init/initramfs.c: architecturesJean-Paul Saman1-0/+2
2007-02-09[AVR32] Add missing #include <linux/module.h>Haavard Skinnemoen1-0/+1
2007-02-09[AVR32] Use ARRAY_SIZE macro when appropriateAhmed S. Darwish1-2/+2
2007-02-09[AVR32] /proc/interrupts displayDavid Brownell1-0/+1
2007-01-26[AVR32] Export clear_page symbolHaavard Skinnemoen1-0/+1
2006-12-08[AVR32] Don't include <asm/delay.h>Haavard Skinnemoen1-1/+1
2006-12-08[AVR32] Put the chip in "stop" mode when halting the systemHaavard Skinnemoen1-0/+7
2006-12-08[AVR32] Move ethernet tag parsing to board-specific codeHaavard Skinnemoen1-24/+0
2006-12-07[PATCH] Add include/linux/freezer.h and move definitions from sched.hNigel Cunningham1-1/+1
2006-12-07[PATCH] avr32: fixup kprobes preemption handlingPaul Mundt1-0/+1
2006-11-06AVR32: Wire up sys_epoll_pwaitHaavard Skinnemoen2-0/+10
2006-11-06AVR32: Get rid of board_early_initHaavard Skinnemoen1-3/+0
2006-10-27[PATCH] vmlinux.lds: consolidate initcall sectionsAndrew Morton1-7/+1
2006-10-25[PATCH] AVR32: Implement and export __raw_{read,write}s[bwl]Haavard Skinnemoen1-0/+9
2006-10-25[PATCH] AVR32: Silence some compile warningsHaavard Skinnemoen3-4/+4
2006-10-11[PATCH] IRQ: Fix AVR32 breakageHaavard Skinnemoen1-5/+5
2006-10-04[PATCH] AVR32: Allow renumbering of serial devicesHaavard Skinnemoen1-0/+1
2006-10-02[PATCH] AVR32: Implement kernel_execveHaavard Skinnemoen1-0/+14
2006-09-29[PATCH] simplify update_times (avoid jiffies/jiffies_64 aliasing problem)Atsushi Nemoto1-1/+1
2006-09-26[PATCH] avr32 architectureHaavard Skinnemoen22-0/+4588