summaryrefslogtreecommitdiffstats
path: root/arch/avr32/kernel
Commit message (Expand)AuthorAgeFilesLines
* avr32: Minor pm_power_off cleanupHaavard Skinnemoen2008-10-081-1/+2
* avr32: added mem kernel command line option supportMarco Stornelli2008-09-221-0/+19
* avr32: nmi_enter() without nmi_exit()Manfred Spraul2008-09-191-4/+4
* avr32: fix sys_sync_file_range() call conventionHans-Christian Egtvedt2008-09-192-1/+10
* avr32: add generic_find_next_le_bit bit functionHans-Christian Egtvedt2008-09-191-0/+1
* avr32: add .gitignore filesMarkus Heidelberg2008-09-191-0/+1
* avr32: Fix lockup after Java stack underflow in user modeHaavard Skinnemoen2008-09-012-2/+63
* avr32: Use <mach/foo.h> instead of <asm/arch/foo.h>Haavard Skinnemoen2008-08-053-4/+4
* Merge commit 'upstream/master'Haavard Skinnemoen2008-07-273-14/+27
|\
| * Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2008-07-241-1/+1
| |\
| | * Merge branch 'linus' into timers/nohzIngo Molnar2008-07-185-56/+64
| | |\
| | * | nohz: prevent tick stop outside of the idle loopThomas Gleixner2008-07-181-1/+1
| * | | Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2008-07-241-0/+1
| |\ \ \
| | * | | fix core/stacktrace changes on avr32, mips, shHeiko Carstens2008-07-181-0/+1
| | | |/ | | |/|
| * / | sysdev: Pass the attribute to the low level sysdev show/store functionAndi Kleen2008-07-211-13/+25
| |/ /
* / / avr32: allow system timer to share interrupt to make OProfile workVoss, Nikolaus2008-07-251-1/+5
|/ /
* | Merge branch 'core/stacktrace' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2008-07-151-0/+1
|\ \
| * | stacktrace: export save_stack_trace[_tsk]Ingo Molnar2008-07-031-0/+1
* | | Merge branch 'core/rodata' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2008-07-141-2/+0
|\ \ \
| * \ \ Merge branch 'linus' into core/rodataIngo Molnar2008-06-161-0/+4
| |\ \ \ | | | |/ | | |/|
| * | | move BUG_TABLE into RODATAJan Beulich2008-05-251-2/+0
| | |/ | |/|
* | | avr32: Cover the kernel page tables in the user PGDsHaavard Skinnemoen2008-07-021-10/+32
* | | avr32: Store virtual addresses in the PGDHaavard Skinnemoen2008-07-022-25/+24
* | | avr32: Kill special exception handler sectionsHaavard Skinnemoen2008-06-272-12/+5
* | | avr32: Clean up time.c #includesHaavard Skinnemoen2008-06-271-11/+3
* | | avr32: Fix sigaltstack behaviourMartin Koegler2008-06-271-0/+3
| |/ |/|
* | avr32: export strnlen_userAdrian Bunk2008-05-261-0/+2
* | avr32: export copy_pageAdrian Bunk2008-05-261-0/+2
|/
* [PATCH] take init_files to fs/file.cAl Viro2008-05-161-1/+0
* unified (weak) sys_pipe implementationUlrich Drepper2008-05-031-13/+0
* avr32: use kbuild.h macros instead of defining macros in asm-offsets.cChristoph Lameter2008-04-291-8/+1
* atmel_lcdfb: don't initialize a pre-allocated framebufferHaavard Skinnemoen2008-04-281-0/+2
* avr32: Add hardware power-down function callPeter Ma2008-04-191-0/+2
* avr32: Generic clockevents supportDavid Brownell2008-04-191-129/+80
* avr32: Move sleep code into mach-at32apHaavard Skinnemoen2008-04-192-22/+2
* avr32: start clocksource cleanupDavid Brownell2008-04-191-37/+8
* Generic semaphore implementationMatthew Wilcox2008-04-172-149/+1
* avr32: Fix bug in early resource allocation codeHaavard Skinnemoen2008-03-271-0/+1
* avr32: Build fix for CONFIG_BUG=nHaavard Skinnemoen2008-03-131-0/+4
* avr32: Fix OCD refcounting bugHaavard Skinnemoen2008-02-271-0/+1
* avr32: Call tick_nohz_{stop,restart}_sched_tick() in idle loopHaavard Skinnemoen2008-02-151-0/+3
* libfs: allow error return from simple attributesChristoph Hellwig2008-02-081-7/+11
* Introduce flags for reserve_bootmem()Bernhard Walle2008-02-071-2/+4
* Fix timerfd breakage on avr32Haavard Skinnemoen2008-02-051-1/+1
* all archs: consolidate init and exit sections in vmlinux.lds.hSam Ravnborg2008-01-281-4/+4
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/hsk...Linus Torvalds2008-01-2510-46/+352
|\
| * [AVR32] NMI debuggingHaavard Skinnemoen2008-01-254-3/+112
| * [AVR32] constify function pointer tablesJan Engelhardt2008-01-251-1/+1
| * [AVR32] Provide more CPU information in /proc/cpuinfo and dmesgHaavard Skinnemoen2008-01-251-26/+68
| * [AVR32] Enable debugging only when neededHaavard Skinnemoen2008-01-255-9/+171