aboutsummaryrefslogtreecommitdiff
path: root/arch/avr32/include
AgeCommit message (Expand)AuthorFilesLines
2016-04-18avr32: Fix misspelling of 'definitions' in comment.Gravatar Adam Buchbinder 1-1/+1
2016-03-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextGravatar Linus Torvalds 2-6/+6
2016-03-16Merge tag 'pci-v4.6-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-2/+0
2016-03-14avr32: fix asm operand constraint in cmpxchg()Gravatar Mans Rullgard 1-1/+1
2016-03-14avr32: wire up copy_file_range syscallGravatar Hans-Christian Egtvedt 1-0/+1
2016-03-13ipv4: Update parameters for csum_tcpudp_magic to their original typesGravatar Alexander Duyck 1-6/+4
2016-03-07PCI: Move pci_dma_* helpers to common codeGravatar Christoph Hellwig 1-2/+0
2016-02-25net: Facility to report route quality of connected socketsGravatar Tom Herbert 1-0/+2
2016-01-20dma-mapping: always provide the dma_map_ops based implementationGravatar Christoph Hellwig 1-2/+0
2016-01-20avr32: convert to dma_map_opsGravatar Christoph Hellwig 1-338/+4
2016-01-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/egt...Gravatar Linus Torvalds 1-0/+4
2016-01-15avr32: convert to asm-generic/memory_model.hGravatar Dan Williams 1-4/+4
2016-01-11avr32: wire up missing syscallsGravatar Hans-Christian Egtvedt 1-0/+3
2016-01-11avr32: wire up accept4 syscallGravatar Mans Rullgard 1-0/+1
2016-01-04soreuseport: setsockopt SO_ATTACH_REUSEPORT_[CE]BPFGravatar Craig Gallek 1-0/+3
2015-10-06Merge tag 'v4.3-rc4' into locking/core, to pick up fixes before applying new ...Gravatar Ingo Molnar 1-0/+1
2015-10-04Merge branch 'strscpy' of git://git.kernel.org/pub/scm/linux/kernel/git/cmetc...Gravatar Linus Torvalds 1-0/+1
2015-09-23atomic, arch: Audit atomic_{read,set}()Gravatar Peter Zijlstra 1-2/+2
2015-09-03Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 1-0/+12
2015-09-01Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-0/+1
2015-08-31Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-2/+5
2015-08-25Merge tag 'v4.2-rc8' into x86/mm, before applying new changesGravatar Ingo Molnar 4-16/+19
2015-08-04sched, avr32: Remove finish_arch_switch()Gravatar Peter Zijlstra 1-2/+5
2015-07-29arch/*/io.h: Add ioremap_uc() to all architecturesGravatar Luis R. Rodriguez 1-0/+1
2015-07-27atomic: Provide atomic_{or,xor,and}Gravatar Peter Zijlstra 1-2/+0
2015-07-27avr32: Provide atomic_{or,xor,and}Gravatar Peter Zijlstra 1-0/+14
2015-07-17mm: clean up per architecture MM hook header filesGravatar Laurent Dufour 2-15/+1
2015-07-08Make asm/word-at-a-time.h available on all architecturesGravatar Chris Metcalf 1-0/+1
2015-06-26Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 1-9/+10
2015-06-25avr32: use for_each_sg()Gravatar Akinobu Mita 1-9/+10
2015-06-25Merge branch 'for-4.2/sg' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-1/+0
2015-06-24mm: new mm hook frameworkGravatar Laurent Dufour 1-0/+15
2015-06-22Merge branch 'x86-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-0/+1
2015-06-22Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-4/+8
2015-06-22Merge branches 'x86/apic', 'x86/asm', 'x86/mm' and 'x86/platform' into x86/co...Gravatar Ingo Molnar 2-2/+1
2015-06-07arch/*/io.h: Add ioremap_wt() to all architecturesGravatar Toshi Kani 1-0/+1
2015-05-19remove scatterlist.h generation from arch Kbuild filesGravatar Christoph Hellwig 1-1/+0
2015-05-19mm/uaccess, mm/fault: Clarify that uaccess may only sleep if pagefaults are e...Gravatar David Hildenbrand 1-4/+8
2015-05-13arch: Remove __ARCH_HAVE_CMPXCHGGravatar Thomas Gleixner 1-2/+0
2015-04-15Merge branch 'exec_domain_rip_v2' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-3/+0
2015-04-13avr32: fix integer overflow in ELF_ET_DYN_BASEGravatar Andrey Ryabinin 1-1/+1
2015-04-12arch: Remove exec_domain from remaining archsGravatar Richard Weinberger 1-3/+0
2015-02-18Merge tag 'asm-generic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-12/+12
2015-02-12all arches, signal: move restart_block to struct task_structGravatar Andy Lutomirski 1-4/+0
2015-02-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/egt...Gravatar Linus Torvalds 2-5/+38
2015-02-11mm: make FIRST_USER_ADDRESS unsigned long on all archsGravatar Kirill A. Shutemov 1-1/+1
2015-02-10avr32: drop _PAGE_FILE and pte_file()-related helpersGravatar Kirill A. Shutemov 1-25/+0
2015-02-09avr32: wire up missing syscallsGravatar Hans-Christian Egtvedt 2-5/+38
2015-01-13avr32: macro whitespace fixesGravatar Michael S. Tsirkin 1-9/+9
2015-01-13avr32: whitespace fixGravatar Michael S. Tsirkin 1-1/+1