aboutsummaryrefslogtreecommitdiffstats
path: root/arch/m68k/include/asm (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-07-23Merge tag 'm68k-for-v4.8-tag1' of git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68kLinus Torvalds4-5/+5
2016-07-03m68k: Assorted spelling fixesAndrea Gelmini4-5/+5
2016-06-24tree wide: get rid of __GFP_REPEAT for order-0 allocations part IMichal Hocko3-6/+6
2016-06-20locking/atomic, arch/m68k: Remove commentPeter Zijlstra1-7/+0
2016-06-16locking/atomic: Remove linux/atomic.h:atomic_fetch_or()Peter Zijlstra1-2/+0
2016-06-16locking/atomic, arch/m68k: Implement atomic_fetch_{add,sub,and,or,xor}()Peter Zijlstra1-4/+49
2016-06-04char/genrtc: remove m68k supportArnd Bergmann1-79/+0
2016-05-28Merge branch 'hash' of git://ftp.sciencehorizons.net/linuxLinus Torvalds1-0/+59
2016-05-28m68k: Add <asm/hash.h>George Spelvin1-0/+59
2016-05-20exit_thread: remove empty bodiesJiri Slaby1-7/+0
2016-04-07m68k: Wire up preadv2 and pwritev2Geert Uytterhoeven1-1/+1
2016-03-24Merge tag 'asm-generic-4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-genericLinus Torvalds2-6/+0
2016-03-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-1/+1
2016-03-17Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gerg/m68knommuLinus Torvalds6-2055/+0
2016-03-17Merge tag 'tty-4.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds1-4/+4
2016-03-16Merge tag 'pci-v4.6-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-1/+0
2016-03-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68kLinus Torvalds6-13/+13
2016-03-13ipv6: Pass proto to csum_ipv6_magic as __u8 instead of unsigned shortAlexander Duyck1-1/+1
2016-03-07PCI: Move pci_dma_* helpers to common codeChristoph Hellwig1-1/+0
2016-03-07m68knommu: remove obsolete 68360 supportGreg Ungerer6-2055/+0
2016-02-29m68k: Fix misspellings in comments.Adam Buchbinder6-13/+13
2016-02-26asm-generic: page.h: Remove useless get_user_page and free_user_pageChen Gang2-6/+0
2016-02-01m68k: Wire up copy_file_rangeGeert Uytterhoeven1-1/+1
2016-01-28serial: Fix ASYNC_* => UPF_* flags misusePeter Hurley1-4/+4
2016-01-20dma-mapping: always provide the dma_map_ops based implementationChristoph Hellwig1-2/+0
2016-01-20m68k: convert to dma_map_opsChristoph Hellwig1-108/+4
2016-01-12Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-4/+0
2016-01-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68kLinus Torvalds2-1/+3
2016-01-10m68k: Provide __phys_to_pfn() and __pfn_to_phys()Sudip Mukherjee1-0/+3
2016-01-04put the remnants of ..._user_ret() to restAl Viro1-4/+0
2015-11-23m68k/mac: Kill psc_presentGeert Uytterhoeven1-1/+0
2015-11-22m68k: Wire up mlock2Geert Uytterhoeven1-1/+1
2015-10-06Merge tag 'v4.3-rc4' into locking/core, to pick up fixes before applying new changesIngo Molnar2-1/+31
2015-09-28m68k: Define asmlinkage_protectAndreas Schwab1-0/+30
2015-09-28m68k: Wire up membarrierGeert Uytterhoeven1-1/+1
2015-09-28m68k: Wire up userfaultfdGeert Uytterhoeven1-1/+1
2015-09-28m68k: Wire up direct socket callsGeert Uytterhoeven1-1/+1
2015-09-23atomic, arch: Audit atomic_{read,set}()Peter Zijlstra1-2/+2
2015-09-16genirq: Remove irq argument from irq flow handlersThomas Gleixner2-3/+2
2015-09-03Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-10/+4
2015-08-25Merge tag 'v4.2-rc8' into x86/mm, before applying new changesIngo Molnar6-8/+5
2015-07-29arch/*/io.h: Add ioremap_uc() to all architecturesLuis R. Rodriguez1-0/+1
2015-07-27atomic: Collapse all atomic_{set,clear}_mask definitionsPeter Zijlstra1-10/+0
2015-07-27atomic: Provide atomic_{or,xor,and}Peter Zijlstra1-2/+0
2015-07-27m68k: Provide atomic_{or,xor,and}Peter Zijlstra1-4/+10
2015-07-17mm: clean up per architecture MM hook header filesLaurent Dufour2-15/+1
2015-07-13m68k: fix io functions for ColdFire/MMU/PCI caseGreg Ungerer1-1/+2
2015-07-13m68knommu: force setting of CONFIG_CLOCK_FREQ for ColdFireGreg Ungerer1-1/+1
2015-06-26Merge tag 'tty-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds1-1/+1
2015-06-25Merge branch 'for-4.2/sg' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+0