aboutsummaryrefslogtreecommitdiffstats
path: root/arch/avr32
Commit message (Expand)AuthorAgeFilesLines
* kconfig: rename CONFIG_EMBEDDED to CONFIG_EXPERTDavid Rientjes2011-01-201-2/+2
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/egt...Linus Torvalds2011-01-1321-149/+206
|\
| * avr32: update default configuration files for Atmel boardsHans-Christian Egtvedt2011-01-1310-109/+184
| * avr32: Convert to clocksource_register_hzJohn Stultz2011-01-131-4/+1
| * avr32: make architecture sys_clone prototype match asm-generic prototypeHans-Christian Egtvedt2011-01-132-10/+4
| * avr32: use syscall prototypes from asm-generic instead of archHans-Christian Egtvedt2011-01-131-9/+0
| * avr32: disable kprobes for all default configurationsHans-Christian Egtvedt2011-01-1311-11/+11
| * avr32: boards: setup: use IS_ERR() instead of NULL checkVasiliy Kulikov2011-01-136-6/+6
* | suspend: constify platform_suspend_opsLionel Debroux2010-11-161-1/+1
|/
* Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare...Linus Torvalds2010-10-281-7/+0
|\
| * Merge branch 'kbuild/rc-fixes' into kbuild/kconfigMichal Marek2010-10-1226-17908/+23
| |\
| * | kbuild: migrate all arch to the kconfig mainmenu upgradeArnaud Lacombe2010-09-191-7/+0
* | | ptrace: cleanup arch_ptrace() on avr32Namhyung Kim2010-10-271-4/+4
* | | ptrace: change signature of arch_ptrace()Namhyung Kim2010-10-271-1/+2
* | | mm: remove pte_*map_nested()Peter Zijlstra2010-10-261-2/+0
* | | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds2010-10-241-1/+1
|\ \ \
| * | | Update broken web addresses in arch directory.Justin P. Mattock2010-10-181-1/+1
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty-2.6Linus Torvalds2010-10-221-85/+1
|\ \ \ \
| * | | | ioctl: Use asm-generic/ioctls.h on avr32 (enables termiox)Jeff Mahoney2010-10-221-85/+1
* | | | | Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds2010-10-221-0/+1
|\ \ \ \ \
| * | | | | llseek: automatically add .llseek fopArnd Bergmann2010-10-151-0/+1
* | | | | | Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2010-10-211-0/+1
|\ \ \ \ \ \
| * | | | | | net: atmel_macb Kconfig: remove long dependency lineJean-Christophe PLAGNIOL-VILLARD2010-10-071-0/+1
| | |/ / / / | |/| | | |
* | | | | | Fix IRQ flag handling namingDavid Howells2010-10-071-18/+11
|/ / / / /
* | | | | modules: Fix module_bug_list list corruption raceLinus Torvalds2010-10-051-2/+1
|/ / / /
* | | | Make do_execve() take a const filename pointerDavid Howells2010-08-172-3/+6
| |_|/ |/| |
* | | defconfig reductionSam Ravnborg2010-08-1415-17877/+10
* | | Mark arguments to certain syscalls as being constDavid Howells2010-08-132-2/+3
* | | dma-mapping: remove dma_is_consistent APIFUJITA Tomonori2010-08-111-5/+0
* | | dma-mapping: unify dma_get_cache_alignment implementationsFUJITA Tomonori2010-08-111-5/+0
* | | dma-mapping: rename ARCH_KMALLOC_MINALIGN to ARCH_DMA_MINALIGNFUJITA Tomonori2010-08-111-1/+1
|/ /
* | Merge branch 'for-2.6.36' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2010-08-101-2/+0
|\ \
| * | remove needless ISA_DMA_THRESHOLDFUJITA Tomonori2010-08-071-2/+0
| |/
* | tty: Add EXTPROC support for LINEMODEhyc@symas.com2010-08-102-0/+3
* | tty: remove remaining Hayes ESP ioctlsGreg Kroah-Hartman2010-08-101-2/+0
* | avr32: invoke oom-killer from page faultNick Piggin2010-08-091-10/+4
* | Merge branch 'timers-timekeeping-for-linus' of git://git.kernel.org/pub/scm/l...Linus Torvalds2010-08-061-3/+0
|\ \
| * | time: Kill off CONFIG_GENERIC_TIMEJohn Stultz2010-07-271-3/+0
| |/
* | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2010-08-061-0/+1
|\ \
| * \ Merge commit 'v2.6.35' into perf/coreIngo Molnar2010-08-022-0/+5
| |\ \ | | |/
| * | arch: Implement local64_tPeter Zijlstra2010-06-091-0/+1
* | | Merge commit 'v2.6.35' into kbuild/kbuildMichal Marek2010-08-0417-84/+47
|\ \ \ | | |/ | |/|
| * | serial: fix rs485 for atmel_serial on avr32Peter Huewe2010-07-262-0/+5
| |/
| * avr32: use asm-generic/scatterlist.hFUJITA Tomonori2010-05-271-19/+1
| * Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2010-05-201-1/+1
| |\
| | * add descriptive comment for TIF_MEMDIE task flag declaration.Andreas Dilger2010-05-141-1/+1
| * | Merge branch 'timers-for-linus-cleanups' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2010-05-191-6/+6
| |\ \
| | * | avr32: Fix typo in read_persistent_clock()Peter Huewe2010-04-271-1/+1
| | * | avr32: Convert avr32 to use read/update_persistent_clockJohn Stultz2010-03-131-6/+6
| * | | atomic_t: Cast to volatile when accessing atomic variablesAnton Blanchard2010-05-171-1/+1