summaryrefslogtreecommitdiff
path: root/arch/avr32
AgeCommit message (Expand)AuthorFilesLines
2016-08-04dma-mapping: use unsigned long for dma_attrsKrzysztof Kozlowski1-6/+6
2016-07-29Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/egt...Linus Torvalds4-653/+675
2016-07-29avr32: off by one in at32_init_pio()Dan Carpenter1-1/+1
2016-07-29avr32: fixup code style in unistd.h and syscall_table.SHans-Christian Noren Egtvedt2-654/+654
2016-07-29avr32: wire up preadv2 and pwritev2 syscallsHans-Christian Noren Egtvedt3-0/+22
2016-07-27mm: do not pass mm_struct into handle_mm_faultKirill A. Shutemov1-1/+1
2016-07-25Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-5/+49
2016-06-25tree wide: get rid of __GFP_REPEAT for order-0 allocations part IMichal Hocko1-3/+3
2016-06-16locking/atomic: Remove linux/atomic.h:atomic_fetch_or()Peter Zijlstra1-2/+0
2016-06-16locking/atomic, arch/avr32: Implement atomic_fetch_{add,sub,and,or,xor}()Peter Zijlstra1-5/+51
2016-05-21printk/nmi: generic solution for safe printk in NMIPetr Mladek1-0/+1
2016-05-21exit_thread: accept a task parameter to be exitedJiri Slaby1-2/+2
2016-05-21exit_thread: remove empty bodiesJiri Slaby1-0/+1
2016-05-19Merge tag 'dmaengine-4.7-rc1' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds1-8/+8
2016-05-18Merge tag 'gpio-v4.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Linus Torvalds1-1/+1
2016-04-26avr32: do away with ARCH_REQUIRE_GPIOLIBLinus Walleij1-1/+1
2016-04-18avr32: Fix misspelling of 'definitions' in comment.Adam Buchbinder1-1/+1
2016-04-13dmaengine: dw: rename masters to reflect actual topologyAndy Shevchenko1-8/+8
2016-03-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2-6/+6
2016-03-18Merge tag 'gpio-v4.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Linus Torvalds2-2/+1
2016-03-17Merge tag 'pci-v4.6-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-2/+0
2016-03-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/egt...Linus Torvalds4-1/+12
2016-03-14avr32: fix asm operand constraint in cmpxchg()Mans Rullgard1-1/+1
2016-03-14avr32: wire up copy_file_range syscallHans-Christian Egtvedt3-0/+11
2016-03-14ipv4: Update parameters for csum_tcpudp_magic to their original typesAlexander Duyck1-6/+4
2016-03-07PCI: Move pci_dma_* helpers to common codeChristoph Hellwig1-2/+0
2016-02-26net: Facility to report route quality of connected socketsTom Herbert1-0/+2
2016-02-16gpio: Include linux/gpio.h instead of asm/gpio.hBjorn Helgaas2-2/+1
2016-01-30arch: Set IORESOURCE_SYSTEM_RAM flag for System RAMToshi Kani1-3/+3
2016-01-21dma-mapping: always provide the dma_map_ops based implementationChristoph Hellwig2-3/+0
2016-01-21avr32: convert to dma_map_opsChristoph Hellwig3-373/+85
2016-01-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/egt...Linus Torvalds3-8/+31
2016-01-17Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-4/+4
2016-01-17Merge tag 'gpio-v4.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Linus Torvalds1-7/+7
2016-01-16avr32: convert to asm-generic/memory_model.hDan Williams1-4/+4
2016-01-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-6/+6
2016-01-14mmc: atmel: get rid of struct mci_dma_dataMans Rullgard1-11/+10
2016-01-14mmc: atmel-mci: restore dma on AVR32Mans Rullgard1-0/+16
2016-01-11avr32: wire up missing syscallsHans-Christian Egtvedt2-0/+6
2016-01-11avr32: wire up accept4 syscallMans Rullgard2-0/+2
2016-01-07avr32: gpio: use gpiochip data pointerLinus Walleij1-6/+6
2016-01-05soreuseport: setsockopt SO_ATTACH_REUSEPORT_[CE]BPFCraig Gallek1-0/+3
2015-12-05module: use a structure to encapsulate layout.Rusty Russell1-6/+6
2015-11-19gpio: change member .dev to .parentLinus Walleij1-1/+1
2015-11-10Merge tag 'dmaengine-4.4-rc1' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds1-8/+1
2015-11-04Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-2/+2
2015-11-03avr32: atngw100: remove useless includeAlexandre Belloni1-1/+0
2015-10-06Merge tag 'v4.3-rc4' into locking/core, to pick up fixes before applying new ...Ingo Molnar1-0/+1
2015-10-04Merge branch 'strscpy' of git://git.kernel.org/pub/scm/linux/kernel/git/cmetc...Linus Torvalds1-0/+1
2015-09-30avr32: use dw_dmac autoconfigurationAndy Shevchenko1-8/+1