aboutsummaryrefslogtreecommitdiffstats
path: root/arch/m68k/include (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-08-19Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gerg/m68knommuLinus Torvalds1-2/+2
2018-08-13Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-19/+11
2018-07-30m68knommu: Fix typos in Coldfire 5272 DMA debug codeGeert Uytterhoeven1-2/+2
2018-07-29m68k/page_no.h: force __va argument to be unsigned longMike Rapoport1-1/+1
2018-07-29m68k/bitops: convert __ffs to match generic declarationMike Rapoport1-2/+6
2018-07-29m68k/io: Switch mmu variant to <asm-generic/io.h>Geert Uytterhoeven3-38/+10
2018-07-29m68k/io: Move mem*io define guards to <asm/kmap.h>Geert Uytterhoeven2-11/+3
2018-07-29m68k/io: Add missing ioremap define guards, fix typoGeert Uytterhoeven2-3/+5
2018-07-29m68k: Remove unused set_clock_mmss() helpersArnd Bergmann1-1/+0
2018-07-23m68k: Use generic dma_noncoherent_opsChristoph Hellwig2-12/+1
2018-07-23m68k/mac: Enable PDMA for PowerBook 500 seriesFinn Thain1-1/+0
2018-07-17Merge tag 'v4.18-rc5' into locking/core, to pick up fixesIngo Molnar1-1/+3
2018-07-02m68k: fix "bad page state" oops on ColdFire bootGreg Ungerer1-1/+3
2018-06-21atomics/treewide: Make unconditional inc/dec ops optionalMark Rutland1-3/+2
2018-06-21atomics/treewide: Make test ops optionalMark Rutland1-0/+4
2018-06-21atomics/treewide: Make atomic_fetch_add_unless() optionalMark Rutland1-15/+0
2018-06-21atomics/treewide: Rename __atomic_add_unless() => atomic_fetch_add_unless()Mark Rutland1-1/+1
2018-06-21locking/atomics/m68k: Don't use <asm-generic/bitops/lock.h>Will Deacon1-1/+5
2018-06-05Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gerg/m68knommuLinus Torvalds11-261/+210
2018-06-04Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+1
2018-06-04Merge tag 'm68k-for-v4.18-tag1' of git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68kLinus Torvalds2-10/+17
2018-05-28m68k: introduce iomem() macro for __iomem conversionsGreg Ungerer1-0/+6
2018-05-28m68k: fix read/write multi-byte IO for PCI on ColdFireGreg Ungerer1-15/+84
2018-05-28m68k: don't redefine access functions if we have PCIGreg Ungerer1-0/+8
2018-05-28m68k: remove old ColdFire IO access support codeGreg Ungerer1-49/+2
2018-05-28m68k: use io_no.h for MMU and non-MMU enabled ColdFireGreg Ungerer1-1/+1
2018-05-28m68k: setup PCI support code in io_no.hGreg Ungerer1-0/+31
2018-05-28m68k: group io mapping definitions and functionsGreg Ungerer9-57/+98
2018-05-28m68k: rework raw access macros for the non-MMU caseGreg Ungerer1-12/+12
2018-05-28m68k: use asm-generic/io.h for non-MMU io access functionsGreg Ungerer1-174/+5
2018-05-28m68k: put definition guards around virt_to_phys and phys_to_virtGreg Ungerer1-0/+2
2018-05-28m68k: move *_relaxed macros into io_no.h and io_mm.hGreg Ungerer3-8/+16
2018-05-22m68k/uaccess: Revive 64-bit get_user()Geert Uytterhoeven1-7/+9
2018-05-22m68k: Implement ndelay() as an inline function to force type checking/castingBoris Brezillon1-3/+8
2018-05-07PCI: remove PCI_DMA_BUS_IS_PHYSChristoph Hellwig1-6/+0
2018-04-19time: Add an asm-generic/compat.h fileArnd Bergmann1-0/+1
2018-02-21bug.h: work around GCC PR82365 in BUG()Arnd Bergmann1-0/+3
2018-02-11unify {de,}mangle_poll(), get rid of kernel-side POLL...Al Viro1-18/+1
2018-02-06lib: optimize cpumask_next_and()Clement Courbet1-1/+2
2018-02-01Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linuxLinus Torvalds1-1/+0
2018-01-30Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+18
2018-01-29Merge tag 'm68k-for-v4.16-tag1' of git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68kLinus Torvalds1-3/+6
2018-01-16nubus: Add expansion_type values for various Mac modelsFinn Thain1-3/+6
2018-01-09Construct init thread stack in the linker script rather than by unionDavid Howells1-4/+0
2018-01-03arch: Remove clkdev.h asm-generic from KbuildStephen Boyd1-1/+0
2017-12-05bpf: correct broken uapi for BPF_PROG_TYPE_PERF_EVENT program typeHendrik Brueckner1-0/+1
2017-11-29make kernel-side POLL... arch-independentAl Viro1-0/+17
2017-11-27define __poll_t, annotate constantsAl Viro1-1/+1
2017-11-14Merge tag 'dma-mapping-4.15' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds1-6/+0
2017-11-13Merge tag 'm68k-for-v4.15-tag1' of git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68kLinus Torvalds1-0/+1