summaryrefslogtreecommitdiffstats
path: root/arch/avr32
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'core/percpu' into percpu-cpumask-x86-for-linus-2Ingo Molnar2009-03-271-1/+1
|\
| * Merge branch 'tj-percpu' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...Ingo Molnar2009-02-241-1/+1
| |\
| | * bootmem: clean up arch-specific bootmem wrappingTejun Heo2009-02-241-1/+1
| * | Merge branch 'linus' into x86/apicIngo Molnar2009-02-221-0/+1
| |\ \
* | \ \ Merge branch 'header-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2009-03-261-1/+1
|\ \ \ \
| * \ \ \ Merge commit 'v2.6.29' into core/header-fixesIngo Molnar2009-03-261-0/+1
| |\ \ \ \ | | |/ / / | |/| / / | | |/ /
| * | | headers_check fix: avr32, swab.hJaswinder Singh Rajput2009-02-011-1/+1
| | |/ | |/|
* | | Merge branch 'irq-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2009-03-261-1/+1
|\ \ \
| * \ \ Merge branches 'irq/genirq' and 'linus' into irq/coreIngo Molnar2009-03-161-0/+1
| |\ \ \ | | | |/ | | |/|
| | | |
| | \ \
| *-. \ \ Merge branches 'irq/genirq', 'irq/sparseirq' and 'irq/urgent' into irq/coreIngo Molnar2009-02-131-1/+1
| |\ \ \ \ | | |_|_|/ | |/| | |
| | | * | sparseirq: use kstat_irqs_cpu on non-x86 architectures tooYinghai Lu2009-01-121-1/+1
* | | | | Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller2009-03-265-43/+42
|\ \ \ \ \
| * \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/hskinnemoen/avr32-2.6Linus Torvalds2009-03-265-43/+42
| |\ \ \ \ \ | | |_|_|_|/ | |/| | | |
| | * | | | avr32: remove duplicated #includeHuang Weiyi2009-03-241-1/+0
| | * | | | avr32: fix out-of-range rjmp instruction on large kernelsHaavard Skinnemoen2009-01-161-4/+4
| | * | | | avr32: Fix out-of-range rcalls in large kernelsBen Nizette2009-01-163-38/+38
| | | |/ / | | |/| |
* | | | | Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller2009-02-241-0/+1
|\ \ \ \ \ | |/ / / /
| * | | | [ARM] 5400/1: Add support for inverted rdy_busy pin for Atmel nand device con...Gregory CLEMENT2009-02-161-0/+1
| | |/ / | |/| |
* | | | net: new user space API for time stamping of incoming and outgoing packetsPatrick Ohly2009-02-151-0/+3
|/ / /
* | | eeprom: More consistent symbol namesJean Delvare2009-01-2610-26/+26
|/ /
* | byteorder: make swab.h include asm/swab.h like a regular headerHarvey Harrison2009-01-142-2/+0
|/
* Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/asy...Linus Torvalds2009-01-091-12/+3
|\
| * atmel-mci: convert to dma_request_channel and down-level dma_slaveDan Williams2009-01-062-15/+6
* | avr32: Move syscalls.h under arch/avr32/include/asm/Haavard Skinnemoen2009-01-071-0/+39
| |
| \
| \
| \
*---. \ Merge branches 'fixes', 'cleanups' and 'boards'Haavard Skinnemoen2009-01-0730-115/+2209
|\ \ \ \
| | | * | avr32: data param to at32_add_device_mci() must be non-NULLHaavard Skinnemoen2009-01-052-2/+20
| | | * | Merge branch 'move-atmel-mci-h' into boardsHaavard Skinnemoen2009-01-057-45/+6
| | | |\ \
| | | | * | atmel-mci: move atmel-mci.h file to include/linuxNicolas Ferre2009-01-057-45/+6
| | | * | | avr32: Hammerhead board supportAlex Raimondi2009-01-0510-2/+2155
| | | * | | Merge branch 'cleanups' into boardsHaavard Skinnemoen2009-01-0512-64/+26
| | | |\ \ \ | | | | |/ / | | | |/| |
| | * | | | arch/avr32: Eliminate NULL test and memset after alloc_bootmemJulia Lawall2009-01-061-1/+0
| | | |/ / | | |/| |
| | * | | avr32: Allow reserving multiple pins at onceAlex Raimondi2009-01-056-58/+20
| | * | | favr-32: Remove deprecated callHaavard Skinnemoen2009-01-051-2/+0
| | * | | MIMC200: Remove deprecated callMark Jackson2009-01-051-2/+0
| | * | | avr: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers2009-01-051-2/+2
| | * | | avr32: Introducing asm/syscalls.hJaswinder Singh2008-12-174-0/+4
| * | | | avr32: Define DIE_OOPSHaavard Skinnemoen2009-01-071-0/+1
| * | | | avr32: Remove DMATEST from defconfigsBen Nizette2009-01-064-4/+4
| | |/ / | |/| |
* | | | avr32: introduce asm/swab.hHarvey Harrison2009-01-063-29/+38
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Linus Torvalds2009-01-061-2/+2
|\ \ \ \
| * | | | avr: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers2009-01-061-2/+2
| | |_|/ | |/| |
* | | | remove linux/hardirq.h from asm-generic/local.hRussell King2009-01-061-0/+1
* | | | atomic_t: unify all arch definitionsMatthew Wilcox2009-01-061-1/+1
|/ / /
* | | Merge branch 'cpus4096-for-linus-3' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2009-01-031-0/+5
|\ \ \
| * | | avr32: define __flsRusty Russell2009-01-011-0/+5
| * | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Rusty Russell2008-12-305-47/+107
| |\ \ \ | | |/ /
* | | | Merge branch 'cpus4096-for-linus-2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2009-01-021-1/+1
|\ \ \ \ | |/ / /
| * | | cpumask: convert struct clock_event_device to cpumask pointers.Rusty Russell2008-12-131-1/+1
| | |/ | |/|
* | | take init_fs to saner placeAl Viro2008-12-311-1/+0
| |/ |/|
* | avr32: favr-32 build fixHaavard Skinnemoen2008-12-182-5/+5
OpenPOWER on IntegriCloud