summaryrefslogtreecommitdiffstats
path: root/arch/avr32/include/asm
Commit message (Expand)AuthorAgeFilesLines
* avr32: remove cpu_data macro to fix compilesWolfram Sang2014-03-312-7/+2
* avr32: add generic vga.h to KbuildChen Gang2014-02-171-0/+1
* avr32: add generic ioremap_wc() definition in io.hChen Gang2014-02-171-0/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2014-01-251-0/+1
|\
| * lib: Add missing arch generic-y entries for asm-generic/hash.hDavid S. Miller2013-12-171-0/+1
* | arch: Clean up asm/barrier.h implementations using asm-generic/barrier.hPeter Zijlstra2014-01-121-12/+5
|/
* avr32: add kprobe_ctlblk memory structEirik Aanonsen2013-11-201-0/+14
* Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2013-11-191-2/+0
|\
| * preempt: Make PREEMPT_ACTIVE genericThomas Gleixner2013-11-131-2/+0
* | avr32: handle pgtable_page_ctor() failKirill A. Shutemov2013-11-151-1/+4
|/
* Merge tag 'v3.12-rc4' into sched/coreIngo Molnar2013-10-0915-72/+16
|\
| * avr32: use Kbuild infrastructure to handle the asm-generic headersSteven Rostedt2013-09-3015-71/+15
* | sched, arch: Create asm/preempt.hPeter Zijlstra2013-09-251-0/+1
|/
* consolidate io_remap_pfn_range definitionsAl Viro2013-06-291-3/+0
* avr32: fix building warnings caused by redefinitions of HZJiang Liu2013-05-222-9/+1
* avr32: move NODES_SHIFT into Kconfig and delete numnodes.hHans-Christian Egtvedt2013-05-131-7/+0
* 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
* | avr32: fix build error in atstk1006_defconfigJosh Wu2013-04-171-0/+4
|/
* 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 branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-02-232-12/+1
|\ \
| * | burying unused conditionalsAl Viro2013-02-141-2/+0
| * | consolidate kernel-side struct sigaction declarationsAl Viro2013-02-031-6/+1
| * | consolidate declarations of k_sigactionAl Viro2013-02-031-4/+0
| |/
* / avr32: Provide dma_mmap_coherent() and dma_get_sgtable()Geert Uytterhoeven2013-01-291-0/+10
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-12-202-1/+1
|\
| * missing user_stack_pointer() instancesAl Viro2012-12-191-0/+1
| * Bury the conditionals from kernel_thread/kernel_execve seriesAl Viro2012-12-191-1/+0
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-12-123-5/+4
|\|
| * unify default ptrace_signal_deliverAl Viro2012-11-291-2/+0
| * avr32: sanitize copy_thread(), switch to generic fork/vfork/clone, kill wrappersAl Viro2012-11-281-0/+3
| * avr32: switch to generic sys_execve()Al Viro2012-10-151-0/+1
| * avr32: switch to generic kernel_thread()/kernel_execve()Al Viro2012-10-151-3/+0
* | Merge branch 'for-linus' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds2012-12-121-33/+0
|\ \
| * | ARM/AVR32: get rid of serial_at91.hRussell King2012-11-161-33/+0
| |/
* / tracing,x86: Add a TSC trace_clockDavid Sharp2012-11-131-0/+1
|/
* Merge branch 'modules-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2012-10-141-4/+2
|\
| * Make most arch asm/module.h files use asm-generic/module.hDavid Howells2012-09-281-4/+2
* | Merge tag 'disintegrate-misc-arches-20121010' of git://git.infradead.org/user...Linus Torvalds2012-10-1333-1232/+8
|\ \
| * | UAPI: (Scripted) Disintegrate arch/avr32/include/asmDavid Howells2012-10-1033-1232/+8
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-10-121-12/+6
|\ \ \ | |/ / |/| |
| * | avr32: trim masksAl Viro2012-10-011-7/+6
| * | sanitize tsk_is_polling()Al Viro2012-10-011-4/+0
| * | bury _TIF_RESTORE_SIGMASKAl Viro2012-10-011-1/+0
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-10-102-13/+1
|\| |
| * | get rid of generic instances of asm/exec.hAl Viro2012-09-202-13/+1
| |/
* | Merge tag 'asm-generic' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd...Linus Torvalds2012-10-091-0/+2
|\ \
| * | asm-generic: Add default clkdev.hMark Brown2012-10-031-0/+2
| |/
* / cross-arch: don't corrupt personality flags upon exec()Jiri Kosina2012-10-061-1/+2
|/