summaryrefslogtreecommitdiffstats
path: root/arch/m68k/include
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'rtc-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni...Linus Torvalds2016-08-051-79/+0
|\
| * char/genrtc: remove m68k supportArnd Bergmann2016-06-041-79/+0
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ger...Linus Torvalds2016-08-042-17/+11
|\ \
| * | m68k: enable binfmt_flat on systems with an MMUNicolas Pitre2016-07-281-2/+3
| * | m68k: use same start_thread() on MMU and no-MMUGreg Ungerer2016-07-251-12/+1
| * | m68k: fix file path commentGreg Ungerer2016-07-251-1/+1
| * | m68k: fix bFLT executable running on MMU enabled systemsGreg Ungerer2016-07-252-2/+6
* | | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2016-07-251-4/+40
|\ \ \
| * | | locking/atomic, arch/m68k: Remove commentPeter Zijlstra2016-06-201-7/+0
| * | | locking/atomic: Remove linux/atomic.h:atomic_fetch_or()Peter Zijlstra2016-06-161-2/+0
| * | | locking/atomic, arch/m68k: Implement atomic_fetch_{add,sub,and,or,xor}()Peter Zijlstra2016-06-161-4/+49
| | |/ | |/|
* | | Merge tag 'm68k-for-v4.8-tag1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2016-07-234-5/+5
|\ \ \ | |_|/ |/| |
| * | m68k: Assorted spelling fixesAndrea Gelmini2016-07-034-5/+5
| |/
* / tree wide: get rid of __GFP_REPEAT for order-0 allocations part IMichal Hocko2016-06-243-6/+6
|/
* Merge branch 'hash' of git://ftp.sciencehorizons.net/linuxLinus Torvalds2016-05-281-0/+59
|\
| * m68k: Add <asm/hash.h>George Spelvin2016-05-281-0/+59
* | exit_thread: remove empty bodiesJiri Slaby2016-05-201-7/+0
|/
* m68k: Wire up preadv2 and pwritev2Geert Uytterhoeven2016-04-072-1/+3
* Merge tag 'asm-generic-4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2016-03-242-6/+0
|\
| * asm-generic: page.h: Remove useless get_user_page and free_user_pageChen Gang2016-02-262-6/+0
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2016-03-191-1/+1
|\ \
| * | ipv6: Pass proto to csum_ipv6_magic as __u8 instead of unsigned shortAlexander Duyck2016-03-131-1/+1
* | | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gerg...Linus Torvalds2016-03-176-2055/+0
|\ \ \
| * | | m68knommu: remove obsolete 68360 supportGreg Ungerer2016-03-076-2055/+0
| |/ /
* | | Merge tag 'tty-4.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2016-03-171-4/+4
|\ \ \
| * | | serial: Fix ASYNC_* => UPF_* flags misusePeter Hurley2016-01-281-4/+4
| | |/ | |/|
* | | Merge tag 'pci-v4.6-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-03-161-1/+0
|\ \ \
| * | | PCI: Move pci_dma_* helpers to common codeChristoph Hellwig2016-03-071-1/+0
| |/ /
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gee...Linus Torvalds2016-03-166-13/+13
|\ \ \ | |_|/ |/| |
| * | m68k: Fix misspellings in comments.Adam Buchbinder2016-02-296-13/+13
| |/
* / m68k: Wire up copy_file_rangeGeert Uytterhoeven2016-02-012-1/+2
|/
* dma-mapping: always provide the dma_map_ops based implementationChristoph Hellwig2016-01-201-2/+0
* m68k: convert to dma_map_opsChristoph Hellwig2016-01-201-108/+4
* Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-01-121-4/+0
|\
| * put the remnants of ..._user_ret() to restAl Viro2016-01-041-4/+0
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gee...Linus Torvalds2016-01-122-1/+3
|\ \ | |/ |/|
| * m68k: Provide __phys_to_pfn() and __pfn_to_phys()Sudip Mukherjee2016-01-101-0/+3
| * m68k/mac: Kill psc_presentGeert Uytterhoeven2015-11-231-1/+0
* | m68k: Wire up mlock2Geert Uytterhoeven2015-11-222-1/+2
|/
* Merge tag 'v4.3-rc4' into locking/core, to pick up fixes before applying new ...Ingo Molnar2015-10-063-1/+50
|\
| * m68k: Define asmlinkage_protectAndreas Schwab2015-09-281-0/+30
| * m68k: Wire up membarrierGeert Uytterhoeven2015-09-282-1/+2
| * m68k: Wire up userfaultfdGeert Uytterhoeven2015-09-282-1/+2
| * m68k: Wire up direct socket callsGeert Uytterhoeven2015-09-282-1/+18
* | atomic, arch: Audit atomic_{read,set}()Peter Zijlstra2015-09-231-2/+2
|/
* genirq: Remove irq argument from irq flow handlersThomas Gleixner2015-09-162-3/+2
* Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2015-09-031-10/+4
|\
| * atomic: Collapse all atomic_{set,clear}_mask definitionsPeter Zijlstra2015-07-271-10/+0
| * atomic: Provide atomic_{or,xor,and}Peter Zijlstra2015-07-271-2/+0
| * m68k: Provide atomic_{or,xor,and}Peter Zijlstra2015-07-271-4/+10