summaryrefslogtreecommitdiffstats
path: root/arch/avr32
Commit message (Expand)AuthorAgeFilesLines
* Add kernel support for oprofile callgraphs on AVR32Nikolaus Voss2008-09-223-1/+86
* avr32: use the new byteorder headersHarvey Harrison2008-09-222-10/+15
* 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-192-0/+31
* avr32: add .gitignore filesMarkus Heidelberg2008-09-192-0/+5
* atstk1000: fix build breakage with BOARD_ATSTK100X_SW2_CUSTOM=yHaavard Skinnemoen2008-09-191-1/+1
* avr32: pm_standby low-power ram bug fixHumphrey Bucknell2008-09-011-1/+1
* avr32: Fix lockup after Java stack underflow in user modeHaavard Skinnemoen2008-09-012-2/+63
* avr32: Make atstk1006_nand_data definition staticHaavard Skinnemoen2008-08-081-1/+1
* avr32: Reduce DataFlash bus speed to 8 MHz on ATNGW100Haavard Skinnemoen2008-08-081-1/+1
* avr32: Update defconfigsHaavard Skinnemoen2008-08-085-156/+1593
* avr32: Clean up HMATRIX codeHaavard Skinnemoen2008-08-086-201/+180
* avr32: Add MMIO address definitions for certain controllersHaavard Skinnemoen2008-08-084-13/+13
* avr32: Introduce <mach/chip.h>Haavard Skinnemoen2008-08-081-0/+19
* avr32: Remove include/asm-avr32/arch-at32apHaavard Skinnemoen2008-08-081-14/+0
* avr32: Use <mach/foo.h> instead of <asm/arch/foo.h>Haavard Skinnemoen2008-08-0518-38/+38
* avr32: Introduce arch/avr32/mach-*/include/machHaavard Skinnemoen2008-08-0512-1/+550
* avr32: Move include/asm-avr32 to arch/avr32/include/asmHaavard Skinnemoen2008-08-0596-0/+6746
* avr32: some mmc/sd cleanupsDavid Brownell2008-07-272-7/+25
* Merge commit 'upstream/master'Haavard Skinnemoen2008-07-2712-73/+182
|\
| * Merge git://git.infradead.org/mtd-2.6Linus Torvalds2008-07-265-3/+134
| |\
| | * Merge branch 'linux-next' of git://git.infradead.org/~dedekind/ubi-2.6David Woodhouse2008-07-2523-258/+1008
| | |\
| | * \ Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Woodhouse2008-07-118-345/+521
| | |\ \
| | * | | avr32: Add support for ATSTK1006Håvard Skinnemoen2008-06-073-2/+81
| | * | | [MTD] [NAND] avr32: atmel_nand platform code for AT32AP700xHåvard Skinnemoen2008-06-071-0/+52
| | * | | avr32: move hsmc_init() to core_initcallHåvard Skinnemoen2008-06-071-1/+1
| * | | | avr32: use generic show_mem()Johannes Weiner2008-07-261-39/+0
| * | | | gpiolib: allow user-selectionMichael Buesch2008-07-251-1/+1
| * | | | gpio: sysfs interfaceDavid Brownell2008-07-251-0/+2
| * | | | 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-1822-232/+969
| | |\ \ \ \
| | * | | | | 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
| | | |/ / / | | |/| | |
| * | | | | PAGE_ALIGN(): correctly handle 64-bit values on 32-bit architecturesAndrea Righi2008-07-241-0/+1
| * | | | | bootmem: replace node_boot_start in struct bootmem_dataJohannes Weiner2008-07-241-2/+1
| * | | | | mm: drop unneeded pgdat argument from free_area_init_node()Johannes Weiner2008-07-241-1/+1
| * | | | | add HAVE_CLK to Kconfig, for driver dependenciesDavid Brownell2008-07-241-0/+1
| | |_|_|/ | |/| | |
| * | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/djb...Linus Torvalds2008-07-231-13/+14
| |\ \ \ \
| | * | | | dmaengine: Driver for the Synopsys DesignWare DMA controllerHaavard Skinnemoen2008-07-081-13/+14
| | | |/ / | | |/| |
| * | | | 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
* | | | avr32: Add platform data for AC97C platform deviceHans-Christian Egtvedt2008-07-241-7/+27
* | | | avr32: clean up mci platform codeBen Nizette2008-07-181-7/+6
* | | | fix avr32 build errorsAdrian Bunk2008-07-172-2/+2
|/ / /
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/drz...Linus Torvalds2008-07-163-5/+35
|\ \ \
| * | | atmel-mci: Driver for Atmel on-chip MMC controllersHaavard Skinnemoen2008-07-153-5/+35
* | | | 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
OpenPOWER on IntegriCloud