summaryrefslogtreecommitdiffstats
path: root/arch/m68k/include/asm
Commit message (Expand)AuthorAgeFilesLines
* mm: treewide: remove unused address argument from pte_alloc functionsJoel Fernandes (Google)2019-01-043-12/+6
* fls: change parameter to unsigned intMatthew Wilcox2019-01-041-1/+1
* Merge tag 'm68k-for-v4.21-tag1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2018-12-263-6/+37
|\
| * m68k: Generate uapi header and syscall table header filesFiroz Khan2018-12-041-0/+1
| * m68k: Add __NR_syscalls along with NR_syscallsFiroz Khan2018-12-041-2/+1
| * m68k: Unroll raw_outsb() loopFinn Thain2018-12-031-4/+35
* | Merge tag 's390-4.20-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds2018-11-091-2/+2
|\ \ | |/ |/|
| * mm: make the __PAGETABLE_PxD_FOLDED defines non-emptyMartin Schwidefsky2018-11-021-2/+2
* | treewide: remove current_text_addrNick Desaulniers2018-10-311-6/+0
|/
* Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2018-10-251-1/+1
|\
| * asm-generic: Remove unneeded __ARCH_WANT_SYS_LLSEEK macroArnd Bergmann2018-08-291-1/+0
| * y2038: Remove newstat family from default syscall setArnd Bergmann2018-08-291-0/+1
* | ataflop: fold headers into C fileOmar Sandoval2018-10-162-93/+0
|/
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gerg...Linus Torvalds2018-08-191-2/+2
|\
| * m68knommu: Fix typos in Coldfire 5272 DMA debug codeGeert Uytterhoeven2018-07-301-2/+2
* | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2018-08-132-19/+11
|\ \
| * \ Merge tag 'v4.18-rc5' into locking/core, to pick up fixesIngo Molnar2018-07-171-1/+3
| |\ \ | | |/
| * | atomics/treewide: Make unconditional inc/dec ops optionalMark Rutland2018-06-211-3/+2
| * | atomics/treewide: Make test ops optionalMark Rutland2018-06-211-0/+4
| * | atomics/treewide: Make atomic_fetch_add_unless() optionalMark Rutland2018-06-211-15/+0
| * | atomics/treewide: Rename __atomic_add_unless() => atomic_fetch_add_unless()Mark Rutland2018-06-211-1/+1
| * | locking/atomics/m68k: Don't use <asm-generic/bitops/lock.h>Will Deacon2018-06-211-1/+5
* | | m68k/page_no.h: force __va argument to be unsigned longMike Rapoport2018-07-291-1/+1
* | | m68k/bitops: convert __ffs to match generic declarationMike Rapoport2018-07-291-2/+6
* | | m68k/io: Switch mmu variant to <asm-generic/io.h>Geert Uytterhoeven2018-07-293-38/+10
* | | m68k/io: Move mem*io define guards to <asm/kmap.h>Geert Uytterhoeven2018-07-292-11/+3
* | | m68k/io: Add missing ioremap define guards, fix typoGeert Uytterhoeven2018-07-292-3/+5
* | | m68k: Remove unused set_clock_mmss() helpersArnd Bergmann2018-07-291-1/+0
* | | m68k: Use generic dma_noncoherent_opsChristoph Hellwig2018-07-232-12/+1
* | | m68k/mac: Enable PDMA for PowerBook 500 seriesFinn Thain2018-07-231-1/+0
| |/ |/|
* | m68k: fix "bad page state" oops on ColdFire bootGreg Ungerer2018-07-021-1/+3
|/
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gerg...Linus Torvalds2018-06-0511-261/+210
|\
| * m68k: introduce iomem() macro for __iomem conversionsGreg Ungerer2018-05-281-0/+6
| * m68k: fix read/write multi-byte IO for PCI on ColdFireGreg Ungerer2018-05-281-15/+84
| * m68k: don't redefine access functions if we have PCIGreg Ungerer2018-05-281-0/+8
| * m68k: remove old ColdFire IO access support codeGreg Ungerer2018-05-281-49/+2
| * m68k: use io_no.h for MMU and non-MMU enabled ColdFireGreg Ungerer2018-05-281-1/+1
| * m68k: setup PCI support code in io_no.hGreg Ungerer2018-05-281-0/+31
| * m68k: group io mapping definitions and functionsGreg Ungerer2018-05-289-57/+98
| * m68k: rework raw access macros for the non-MMU caseGreg Ungerer2018-05-281-12/+12
| * m68k: use asm-generic/io.h for non-MMU io access functionsGreg Ungerer2018-05-281-174/+5
| * m68k: put definition guards around virt_to_phys and phys_to_virtGreg Ungerer2018-05-281-0/+2
| * m68k: move *_relaxed macros into io_no.h and io_mm.hGreg Ungerer2018-05-283-8/+16
* | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2018-06-041-0/+1
|\ \
| * | time: Add an asm-generic/compat.h fileArnd Bergmann2018-04-191-0/+1
| |/
* | Merge tag 'm68k-for-v4.18-tag1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2018-06-042-10/+17
|\ \
| * | m68k/uaccess: Revive 64-bit get_user()Geert Uytterhoeven2018-05-221-7/+9
| * | m68k: Implement ndelay() as an inline function to force type checking/castingBoris Brezillon2018-05-221-3/+8
| |/
* | PCI: remove PCI_DMA_BUS_IS_PHYSChristoph Hellwig2018-05-071-6/+0
|/
* bug.h: work around GCC PR82365 in BUG()Arnd Bergmann2018-02-211-0/+3
OpenPOWER on IntegriCloud