summaryrefslogtreecommitdiffstats
path: root/arch/avr32
Commit message (Expand)AuthorAgeFilesLines
...
| * net: Facility to report route quality of connected socketsTom Herbert2016-02-251-0/+2
* | Merge tag 'gpio-v4.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Linus Torvalds2016-03-172-2/+1
|\ \
| * | gpio: Include linux/gpio.h instead of asm/gpio.hBjorn Helgaas2016-02-162-2/+1
| |/
* | Merge tag 'pci-v4.6-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-03-161-2/+0
|\ \
| * | PCI: Move pci_dma_* helpers to common codeChristoph Hellwig2016-03-071-2/+0
| |/
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/egt...Linus Torvalds2016-03-164-1/+12
|\ \
| * | avr32: fix asm operand constraint in cmpxchg()Mans Rullgard2016-03-141-1/+1
| * | avr32: wire up copy_file_range syscallHans-Christian Egtvedt2016-03-143-0/+11
| |/
* / arch: Set IORESOURCE_SYSTEM_RAM flag for System RAMToshi Kani2016-01-301-3/+3
|/
* dma-mapping: always provide the dma_map_ops based implementationChristoph Hellwig2016-01-202-3/+0
* avr32: convert to dma_map_opsChristoph Hellwig2016-01-203-373/+85
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/egt...Linus Torvalds2016-01-183-8/+31
|\
| * mmc: atmel: get rid of struct mci_dma_dataMans Rullgard2016-01-141-11/+10
| * mmc: atmel-mci: restore dma on AVR32Mans Rullgard2016-01-141-0/+16
| * avr32: wire up missing syscallsHans-Christian Egtvedt2016-01-112-0/+6
| * avr32: wire up accept4 syscallMans Rullgard2016-01-112-0/+2
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2016-01-171-4/+4
|\ \
| * | avr32: convert to asm-generic/memory_model.hDan Williams2016-01-151-4/+4
* | | Merge tag 'gpio-v4.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Linus Torvalds2016-01-171-7/+7
|\ \ \ | |/ / |/| |
| * | avr32: gpio: use gpiochip data pointerLinus Walleij2016-01-071-6/+6
| * | gpio: change member .dev to .parentLinus Walleij2015-11-191-1/+1
| |/
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2016-01-141-6/+6
|\ \
| * | module: use a structure to encapsulate layout.Rusty Russell2015-12-041-6/+6
| |/
* / soreuseport: setsockopt SO_ATTACH_REUSEPORT_[CE]BPFCraig Gallek2016-01-041-0/+3
|/
* Merge tag 'dmaengine-4.4-rc1' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2015-11-101-8/+1
|\
| * avr32: use dw_dmac autoconfigurationAndy Shevchenko2015-09-301-8/+1
* | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2015-11-031-2/+2
|\ \
| * \ Merge tag 'v4.3-rc4' into locking/core, to pick up fixes before applying new ...Ingo Molnar2015-10-061-0/+1
| |\ \
| * | | atomic, arch: Audit atomic_{read,set}()Peter Zijlstra2015-09-231-2/+2
* | | | avr32: atngw100: remove useless includeAlexandre Belloni2015-11-031-1/+0
| |/ / |/| |
* | | Merge branch 'strscpy' of git://git.kernel.org/pub/scm/linux/kernel/git/cmetc...Linus Torvalds2015-10-041-0/+1
|\ \ \ | |/ / |/| |
| * | Make asm/word-at-a-time.h available on all architecturesChris Metcalf2015-07-081-0/+1
* | | genirq: Remove irq argument from irq flow handlersThomas Gleixner2015-09-162-2/+2
| |/ |/|
* | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2015-09-031-0/+12
|\ \
| * \ Merge branch 'locking/arch-atomic' into locking/core, because it's ready for ...Ingo Molnar2015-08-121-0/+12
| |\ \
| | * | atomic: Provide atomic_{or,xor,and}Peter Zijlstra2015-07-271-2/+0
| | * | avr32: Provide atomic_{or,xor,and}Peter Zijlstra2015-07-271-0/+14
* | | | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2015-09-012-5/+5
|\ \ \ \
| * \ \ \ Merge branch 'linus' into irq/coreThomas Gleixner2015-07-303-47/+34
| |\ \ \ \ | | | |/ / | | |/| |
| * | | | avr32/irq: Use irq_desc_get_xxx() to avoid redundant lookup of irq_descJiang Liu2015-07-261-1/+1
| * | | | avr32/at32ap: Use irq_set_handler_locked()Thomas Gleixner2015-07-261-2/+2
| * | | | avr32/at32ap: Consolidate chained IRQ handler install/removeThomas Gleixner2015-07-261-2/+2
| | |_|/ | |/| |
* | | | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2015-09-011-0/+1
|\ \ \ \
| * \ \ \ Merge tag 'v4.2-rc8' into x86/mm, before applying new changesIngo Molnar2015-08-258-53/+74
| |\ \ \ \ | | | |_|/ | | |/| |
| * | | | arch/*/io.h: Add ioremap_uc() to all architecturesLuis R. Rodriguez2015-07-291-0/+1
* | | | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2015-08-311-2/+5
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | sched, avr32: Remove finish_arch_switch()Peter Zijlstra2015-08-041-2/+5
| | |/ / | |/| |
* | | | avr32: handle NULL as a valid clock objectAndy Shevchenko2015-07-271-1/+19
| |_|/ |/| |
* | | AVR32/time: Migrate to new 'set-state' interfaceViresh Kumar2015-07-201-32/+33
* | | mm: clean up per architecture MM hook header filesLaurent Dufour2015-07-172-15/+1
|/ /