summaryrefslogtreecommitdiffstats
path: root/arch/avr32
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2013-05-011-0/+2
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-04-221-0/+4
| |\
| * | net: add option to enable error queue packets waking selectKeller, Jacob E2013-03-311-0/+2
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-05-011-8/+0
|\ \ \
| * | | consolidate cond_syscall and SYSCALL_ALIAS declarationsAl Viro2013-03-031-8/+0
* | | | Merge branch 'akpm' (incoming from Andrew)Linus Torvalds2013-04-301-11/+2
|\ \ \ \
| * | | | dump_stack: unify debug information printed by show_regs()Tejun Heo2013-04-301-3/+2
| * | | | dump_stack: consolidate dump_stack() implementations and unify their behaviorsTejun Heo2013-04-301-8/+0
* | | | | Merge tag 'pm+acpi-3.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2013-04-3017-152/+14
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Merge branch 'pm-cpufreq'Rafael J. Wysocki2013-04-2817-152/+14
| |\ \ \ \ | | |_|_|/ | |/| | |
| | * | | cpufreq: AVR32: move cpufreq driver to drivers/cpufreqViresh Kumar2013-04-1017-151/+14
| | * | | cpufreq: Notify all policy->cpus in cpufreq_notify_transition()Viresh Kumar2013-04-021-3/+2
| | | |/ | | |/|
* | | | Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2013-04-304-44/+9
|\ \ \ \
| * | | | idle: Remove GENERIC_IDLE_LOOP config switchThomas Gleixner2013-04-171-1/+0
| * | | | avr32: Use generic idle loopThomas Gleixner2013-04-085-44/+10
| | |/ / | |/| |
* | | | mm/avr32: use common help functions to free reserved pagesJiang Liu2013-04-291-22/+2
| |/ / |/| |
* | | avr32: fix build error in atstk1006_defconfigJosh Wu2013-04-171-0/+4
|/ /
* | Select VIRT_TO_BUS directly where neededStephen Rothwell2013-03-121-1/+1
|/
* arch Kconfig: centralise CONFIG_ARCH_NO_VIRT_TO_BUSStephen Rothwell2013-02-271-0/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-02-261-3/+0
|\
| * default SET_PERSONALITY() in linux/elf.hAl Viro2013-02-261-3/+0
* | Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2013-02-251-1/+1
|\ \
| * | taint: add explicit flag to show whether lock dep is still OK.Rusty Russell2013-01-211-1/+1
| |/
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-02-235-32/+4
|\ \
| * | burying unused conditionalsAl Viro2013-02-142-3/+0
| * | avr32: switch to generic sigaltstackAl Viro2013-02-034-20/+4
| * | consolidate kernel-side struct sigaction declarationsAl Viro2013-02-031-6/+1
| * | consolidate declarations of k_sigactionAl Viro2013-02-031-4/+0
| |/
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-02-081-0/+10
|\ \
| * | avr32: Provide dma_mmap_coherent() and dma_get_sgtable()Geert Uytterhoeven2013-01-291-0/+10
| |/
* | soreuseport: infrastructureTom Herbert2013-01-231-1/+1
* | sk-filter: Add ability to lock a socket filter programVincent Bernat2013-01-171-0/+2
|/
* ARCH: drivers remove __dev* attributes.Greg Kroah-Hartman2013-01-031-1/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-12-204-9/+1
|\
| * unify SS_ONSTACK/SS_DISABLE definitionsAl Viro2012-12-191-6/+0
| * missing user_stack_pointer() instancesAl Viro2012-12-191-0/+1
| * Bury the conditionals from kernel_thread/kernel_execve seriesAl Viro2012-12-192-3/+0
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2012-12-122-1/+1
|\ \
| * | sk-filter: Add ability to get socket filter program (v2)Pavel Emelyanov2012-11-011-0/+1
| * | net/cadence: get rid of HAVE_NET_MACBJoachim Eastwood2012-10-231-1/+0
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-12-1210-159/+39
|\ \ \ | | |/ | |/|
| * | unify default ptrace_signal_deliverAl Viro2012-11-291-2/+0
| * | flagday: don't pass regs to copy_thread()Al Viro2012-11-281-1/+1
| * | avr32: sanitize copy_thread(), switch to generic fork/vfork/clone, kill wrappersAl Viro2012-11-284-47/+11
| * | avr32: switch to generic sys_execve()Al Viro2012-10-154-28/+2
| * | avr32: switch to generic kernel_thread()/kernel_execve()Al Viro2012-10-156-84/+28
| |/
* | Merge tag 'headers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2012-12-121-8/+0
|\ \
| * | atmel: move ATMEL_MAX_UART to platform_data/atmel.hJean-Christophe PLAGNIOL-VILLARD2012-11-191-1/+0
| * | arm: at91: move platfarm_data to include/linux/platform_data/atmel.hJean-Christophe PLAGNIOL-VILLARD2012-11-061-7/+0
| |/
* | Merge branch 'for-linus' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds2012-12-121-33/+0
|\ \
OpenPOWER on IntegriCloud