aboutsummaryrefslogtreecommitdiffstats
path: root/arch/avr32
Commit message (Expand)AuthorAgeFilesLines
* 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
* | 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
* | | 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-166-331/+521
| |\ \ \ | | | |/ | | |/|
| * | | move BUG_TABLE into RODATAJan Beulich2008-05-251-2/+0
| | |/ | |/|
* | | 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/+3
* | | avr32: Clean up and optimize the TLB operationsHaavard Skinnemoen2008-07-021-88/+87
* | | avr32: Rename at32ap.c -> pdc.cHaavard Skinnemoen2008-06-282-1/+1
* | | avr32: Move setup_platform() into chip-specific fileHaavard Skinnemoen2008-06-282-18/+8
* | | avr32: Kill special exception handler sectionsHaavard Skinnemoen2008-06-272-12/+5
* | | avr32: Clean up time.c #includesHaavard Skinnemoen2008-06-271-11/+3
* | | 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/+1
* | 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/+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
* avr32: proc: use non-racy method for /proc/tlb creationDenis V. Lunev2008-04-291-5/+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: Remove two unused #defines from mm/init.cJohannes Weiner2008-04-191-3/+0
* avr32: Implement set_rate(), set_parent() and mode() for pll1Hans-Christian Egtvedt2008-04-191-3/+150