summaryrefslogtreecommitdiffstats
path: root/arch/avr32
Commit message (Expand)AuthorAgeFilesLines
* 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
* avr32: Makefile: add '-D__linux__' flag for gcc-4.4.7 useChen Gang2014-02-171-1/+1
* avr32: fix missing module.h causing build failure in mimc200/fram.cPaul Gortmaker2014-02-171-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2014-01-252-0/+3
|\
| * net: introduce SO_BPF_EXTENSIONSMichal Sekletar2014-01-191-0/+2
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-12-1818-18/+5Star
| |\
| * | lib: Add missing arch generic-y entries for asm-generic/hash.hDavid S. Miller2013-12-181-0/+1
* | | arch: Clean up asm/barrier.h implementations using asm-generic/barrier.hPeter Zijlstra2014-01-121-12/+5Star
| |/ |/|
* | avr32: favr-32: clk_round_rate() can return a zero upon errorPaul Walmsley2013-12-101-1/+3
* | avr32: remove deprecated IRQF_DISABLEDMichael Opdenacker2013-12-101-1/+1
* | avr32: pm: Fix section mismatchMatthias Brugger2013-12-101-1/+1
* | avr32: Kill CONFIG_MTD_PARTITIONSEunbong Song2013-12-1015-15/+0Star
|/
* avr32: uapi: be sure of "_UAPI" prefix for all guard macrosChen Gang2013-11-2031-102/+56Star
* avr32: add kprobe_ctlblk memory structEirik Aanonsen2013-11-201-0/+14
* avr32: fix out-of-range jump in large kernelsAndreas Bießmann2013-11-202-2/+6
* avr32: setup crt for early panic()Andreas Bießmann2013-11-202-25/+25
* Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2013-11-191-2/+0Star
|\
| * preempt: Make PREEMPT_ACTIVE genericThomas Gleixner2013-11-131-2/+0Star
* | avr32: handle pgtable_page_ctor() failKirill A. Shutemov2013-11-151-1/+4
* | Merge tag 'fbdev-3.13' of git://git.kernel.org/pub/scm/linux/kernel/git/tomba...Linus Torvalds2013-11-1410-19/+19
|\ \
| * | video: atmel_lcdfb: pass the pdata as paramsJean-Christophe PLAGNIOL-VILLARD2013-09-271-1/+1
| * | video: atmel_lcdfb: fix platform data structJean-Christophe PLAGNIOL-VILLARD2013-09-2710-18/+18
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2013-11-131-0/+2
|\ \ \ | |_|/ |/| |
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-10-0117-73/+24Star
| |\ \
| * | | net: introduce SO_MAX_PACING_RATEEric Dumazet2013-09-291-0/+2
| | |/ | |/|
* | | Merge tag 'v3.12-rc4' into sched/coreIngo Molnar2013-10-0917-74/+25Star
|\ \ \ | | |/ | |/|
| * | avr32: cast syscall_return to silence compiler warningGabor Juhos2013-09-301-1/+1
| * | avr32: fix clockevents kernel warningGabor Juhos2013-09-301-1/+8
| * | avr32: use Kbuild infrastructure to handle the asm-generic headersSteven Rostedt2013-09-3015-71/+15Star
| |/
* / sched, arch: Create asm/preempt.hPeter Zijlstra2013-09-251-0/+1
|/
* Remove GENERIC_HARDIRQ config optionMartin Schwidefsky2013-09-131-1/+0Star
* arch: mm: pass userspace fault flag to generic fault handlerJohannes Weiner2013-09-131-0/+2
* arch: mm: do not invoke OOM killer on kernel fault OOMJohannes Weiner2013-09-131-1/+1
* Merge tag 'for-linus-20130909' of git://git.infradead.org/linux-mtdLinus Torvalds2013-09-091-0/+3
|\
| * mtd: atmel_nand: replace cpu_is_at32ap7000() with a nand platform dataJosh Wu2013-08-051-0/+3
* | oprofilefs_create_...() do not need superblock argumentAl Viro2013-09-041-6/+6
* | oprofilefs_mkdir() doesn't need superblock argumentAl Viro2013-09-041-1/+1
* | oprofile: don't bother with passing superblock to ->create_files()Al Viro2013-09-041-9/+8Star
* | avr32: boards/atngw100/mrmt.c: fix building errorCong Ding2013-08-081-1/+0Star
|/
* net: rename busy poll socket op and globalsEliezer Tamir2013-07-111-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2013-07-101-0/+2
|\
| * net: add socket option for low latency pollingEliezer Tamir2013-06-181-0/+2
* | Merge branch 'akpm' (updates from Andrew Morton)Linus Torvalds2013-07-043-46/+12Star
|\ \
| * | mm/AVR32: prepare for killing free_all_bootmem_node()Jiang Liu2013-07-041-16/+5Star
| * | mm/AVR32: prepare for removing num_physpages and simplify mem_init()Jiang Liu2013-07-041-25/+4Star
| * | avr32: normalize global variables exported by vmlinux.ldsJiang Liu2013-07-042-3/+3
| * | mm: concentrate modification of totalram_pages into the mm coreJiang Liu2013-07-041-2/+0Star
| * | mm: enhance free_reserved_area() to support poisoning memory with zeroJiang Liu2013-07-041-2/+2
| * | mm: change signature of free_reserved_area() to fix building warningsJiang Liu2013-07-041-1/+1