summaryrefslogtreecommitdiff
path: root/arch/m68k/include
AgeCommit message (Expand)Author
2019-02-01arch: unexport asm/shmparam.h for all architecturesMasahiro Yamada
2019-01-06arch: restore generic-y += shmparam.h for some architecturesMasahiro Yamada
2019-01-06arch: remove redundant UAPI generic-y definesMasahiro Yamada
2019-01-06arch: remove stale comments "UAPI Header export list"Masahiro Yamada
2019-01-05Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2019-01-04mm: treewide: remove unused address argument from pte_alloc functionsJoel Fernandes (Google)
2019-01-04fls: change parameter to unsigned intMatthew Wilcox
2019-01-03Remove 'type' argument from access_ok() functionLinus Torvalds
2018-12-26Merge tag 'm68k-for-v4.21-tag1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2018-12-04m68k: Generate uapi header and syscall table header filesFiroz Khan
2018-12-04m68k: Add __NR_syscalls along with NR_syscallsFiroz Khan
2018-12-03m68k: Unroll raw_outsb() loopFinn Thain
2018-11-09Merge tag 's390-4.20-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds
2018-11-02mm: make the __PAGETABLE_PxD_FOLDED defines non-emptyMartin Schwidefsky
2018-10-31treewide: remove current_text_addrNick Desaulniers
2018-10-25Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2018-10-16ataflop: fold headers into C fileOmar Sandoval
2018-08-29asm-generic: Remove unneeded __ARCH_WANT_SYS_LLSEEK macroArnd Bergmann
2018-08-29y2038: Remove newstat family from default syscall setArnd Bergmann
2018-08-19Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gerg...Linus Torvalds
2018-08-13Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2018-07-30m68knommu: Fix typos in Coldfire 5272 DMA debug codeGeert Uytterhoeven
2018-07-29m68k/page_no.h: force __va argument to be unsigned longMike Rapoport
2018-07-29m68k/bitops: convert __ffs to match generic declarationMike Rapoport
2018-07-29m68k/io: Switch mmu variant to <asm-generic/io.h>Geert Uytterhoeven
2018-07-29m68k/io: Move mem*io define guards to <asm/kmap.h>Geert Uytterhoeven
2018-07-29m68k/io: Add missing ioremap define guards, fix typoGeert Uytterhoeven
2018-07-29m68k: Remove unused set_clock_mmss() helpersArnd Bergmann
2018-07-23m68k: Use generic dma_noncoherent_opsChristoph Hellwig
2018-07-23m68k/mac: Enable PDMA for PowerBook 500 seriesFinn Thain
2018-07-17Merge tag 'v4.18-rc5' into locking/core, to pick up fixesIngo Molnar
2018-07-02m68k: fix "bad page state" oops on ColdFire bootGreg Ungerer
2018-06-21atomics/treewide: Make unconditional inc/dec ops optionalMark Rutland
2018-06-21atomics/treewide: Make test ops optionalMark Rutland
2018-06-21atomics/treewide: Make atomic_fetch_add_unless() optionalMark Rutland
2018-06-21atomics/treewide: Rename __atomic_add_unless() => atomic_fetch_add_unless()Mark Rutland
2018-06-21locking/atomics/m68k: Don't use <asm-generic/bitops/lock.h>Will Deacon
2018-06-05Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gerg...Linus Torvalds
2018-06-04Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2018-06-04Merge tag 'm68k-for-v4.18-tag1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2018-05-28m68k: introduce iomem() macro for __iomem conversionsGreg Ungerer
2018-05-28m68k: fix read/write multi-byte IO for PCI on ColdFireGreg Ungerer
2018-05-28m68k: don't redefine access functions if we have PCIGreg Ungerer
2018-05-28m68k: remove old ColdFire IO access support codeGreg Ungerer
2018-05-28m68k: use io_no.h for MMU and non-MMU enabled ColdFireGreg Ungerer
2018-05-28m68k: setup PCI support code in io_no.hGreg Ungerer
2018-05-28m68k: group io mapping definitions and functionsGreg Ungerer
2018-05-28m68k: rework raw access macros for the non-MMU caseGreg Ungerer
2018-05-28m68k: use asm-generic/io.h for non-MMU io access functionsGreg Ungerer
2018-05-28m68k: put definition guards around virt_to_phys and phys_to_virtGreg Ungerer