summaryrefslogtreecommitdiffstats
path: root/arch/avr32
Commit message (Expand)AuthorAgeFilesLines
* 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/+1Star
* | | 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-221-13/+25
| |/ |/|
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/drz...Linus Torvalds2008-07-173-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
* | | Merge branch 'core/rodata' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2008-07-151-2/+0Star
|\ \ \
| * \ \ Merge branch 'linus' into core/rodataIngo Molnar2008-06-166-331/+521
| |\ \ \ | | | |/ | | |/|
| * | | move BUG_TABLE into RODATAJan Beulich2008-05-251-2/+0Star
| | |/ | |/|
* | | avr32: Fix typo of IFSR in a comment in the PIO header fileHans-Christian Egtvedt2008-07-041-1/+1
* | | avr32: Power Management support ("standby" and "mem" modes)Haavard Skinnemoen2008-07-026-1/+492
* | | avr32: Add system device for the internal interrupt controller (intc)Haavard Skinnemoen2008-07-021-3/+25
* | | avr32: Add simple SRAM allocatorHaavard Skinnemoen2008-07-022-0/+27
* | | avr32: Enable SDRAMC clock at startupHaavard Skinnemoen2008-07-021-0/+9
* | | avr32: Use a quicklist for PGD allocationHaavard Skinnemoen2008-07-021-0/+3
* | | avr32: Cover the kernel page tables in the user PGDsHaavard Skinnemoen2008-07-021-10/+32
* | | avr32: Store virtual addresses in the PGDHaavard Skinnemoen2008-07-023-26/+27
* | | avr32: Remove useless zeroing of swapper_pg_dir at startupHaavard Skinnemoen2008-07-021-13/+3Star
* | | avr32: Clean up and optimize the TLB operationsHaavard Skinnemoen2008-07-021-88/+87Star
* | | avr32: Rename at32ap.c -> pdc.cHaavard Skinnemoen2008-06-282-1/+1
* | | avr32: Move setup_platform() into chip-specific fileHaavard Skinnemoen2008-06-282-18/+8Star
* | | avr32: Kill special exception handler sectionsHaavard Skinnemoen2008-06-272-12/+5Star
* | | avr32: Clean up time.c #includesHaavard Skinnemoen2008-06-271-11/+3Star
* | | atmel_pwm: Rename the "mck" clock to "pwm_clk"Sedji Gaouaou2008-06-271-1/+1
* | | at32ap700x spi: enable pullups on MISODavid Brownell2008-06-271-2/+4
* | | avr32: improve NGW100 I2C/PMBus setupDavid Brownell2008-06-271-0/+22
* | | avr32: Add PSIF platform devicesHans-Christian Egtvedt2008-06-271-0/+77
* | | avr32: Add pin configuration choice to LCDC peripheralHans-Christian Egtvedt2008-06-273-34/+75
* | | avr32: minor GPIO handling updatesDavid Brownell2008-06-271-0/+2
* | | avr32: Fix wrong I/O access size in __raw_readsbHaavard Skinnemoen2008-06-271-1/+1
* | | avr32: Fix sigaltstack behaviourMartin Koegler2008-06-271-0/+3
* | | avr32: Allow board to define oscillator ratesAlex2008-06-275-8/+28
* | | avr32: export empty_zero_pageHaavard Skinnemoen2008-06-271-0/+2
| |/ |/|
* | avr32: Fix cpufreq oops when ondemand governor is defaultHaavard Skinnemoen2008-05-271-2/+1Star
* | avr32: Update defconfigsHaavard Skinnemoen2008-05-264-329/+516
* | 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/+0Star