aboutsummaryrefslogtreecommitdiffstats
path: root/arch/m68k/include (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-09-09Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gerg/m68knommuLinus Torvalds3-3/+4
2013-09-04Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2013-08-26m68k: define 'VM_DATA_DEFAULT_FLAGS' no matter whether has 'NOMMU' or notGreg Ungerer2-3/+3
2013-08-26m68knommu: user generic iomap to support ioread*/iowrite*Greg Ungerer1-0/+1
2013-08-23m68k: Ignore disabled HSYNC interrupt on Atari for irqs_disabled()Geert Uytterhoeven1-0/+4
2013-08-14m68k: hardirq_count() only need preempt_mask.hFrederic Weisbecker1-1/+1
2013-08-14m68k: Truncate base in do_div()Andreas Schwab1-4/+5
2013-07-03Merge branch 'for-3.11' of git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68kLinus Torvalds3-36/+6
2013-06-29consolidate io_remap_pfn_range definitionsAl Viro2-6/+0
2013-06-24m68k/q40: Undefine insl/outsl before redefining themGeert Uytterhoeven1-0/+2
2013-06-24m68k/uaccess: Fix asm constraints for userspace accessGeert Uytterhoeven1-4/+4
2013-06-24m68k: Remove inline strcpy() and strcat() implementationsGeert Uytterhoeven1-32/+0
2013-06-08Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gerg/m68knommuLinus Torvalds1-1/+2
2013-05-29m68k: only use local gpio_request_one if not using GPIOLIBGreg Ungerer1-1/+2
2013-05-21m68k: implement futex.h to support userspace robust futexes and PI mutexesMikael Pettersson2-1/+94
2013-05-10Merge tag 'for-linus-20130509' of git://git.infradead.org/~dwmw2/random-2.6Linus Torvalds1-17/+0
2013-05-10Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gerg/m68knommuLinus Torvalds8-24/+23
2013-05-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signalLinus Torvalds1-8/+0
2013-04-29m68knommu: fix ColdFire 5373/5329 QSPI base addressGreg Ungerer1-1/+1
2013-04-29m68knommu: create and use a common M53xx ColdFire class of CPUsGreg Ungerer6-16/+16
2013-04-29m68k: remove unused asm/dbg.hGreg Ungerer1-6/+0
2013-04-29m68k: Set ColdFire ACR1 cache mode depending on kernel configurationStany MARCEL1-1/+6
2013-04-16m68k: Remove inline strlen() implementationMichal Marek1-14/+0
2013-04-16m68k: Implement ndelay() based on the existing udelay() logicMichael Schmitz1-0/+23
2013-04-16m68k/atari: EtherNAT - platform device and IRQ support codeMichael Schmitz3-2/+12
2013-04-16m68k/atari: use dedicated irq_chip for timer D interruptsMichael Schmitz1-0/+9
2013-04-16m68k/atari: ROM port ISA adapter supportMichael Schmitz2-7/+238
2013-04-16m68k: Add missing cmpxchg64() if CONFIG_RMW_INSNS=yGeert Uytterhoeven1-0/+3
2013-04-09m68k: define a local gpio_request_one() functionGreg Ungerer1-0/+20
2013-04-05m68k: remove rpxlite stuffArtem Bityutskiy1-17/+0
2013-03-03consolidate cond_syscall and SYSCALL_ALIAS declarationsAl Viro1-8/+0
2013-03-04m68knommu: fix MC68328.h definesLuis Alves1-5/+5
2013-02-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-3/+0
2013-02-26default SET_PERSONALITY() in linux/elf.hAl Viro1-3/+0
2013-02-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signalLinus Torvalds2-19/+2
2013-02-21Merge tag 'cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-1/+1
2013-02-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68kLinus Torvalds1-5/+0
2013-02-14burying unused conditionalsAl Viro1-2/+0
2013-02-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gerg/m68knommu into akpmLinus Torvalds1-1/+0
2013-02-09m68k: Sort out !CONFIG_MMU_SUN3 vs. CONFIG_HAS_DMAGeert Uytterhoeven1-5/+0
2013-02-06m68knommu: fix trap on execing /bin/initGreg Ungerer1-1/+0
2013-02-03m68k: switch to generic old sigaction()Al Viro1-7/+0
2013-02-03consolidate kernel-side struct sigaction declarationsAl Viro1-6/+1
2013-02-03consolidate declarations of k_sigactionAl Viro1-3/+0
2013-01-29m68k: Provide dma_mmap_coherent() and dma_get_sgtable()Geert Uytterhoeven1-0/+10
2013-01-27Merge tag 'v3.8-rc5' into next/cleanupOlof Johansson4-1/+20
2013-01-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68kLinus Torvalds3-1/+18
2013-01-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gerg/m68knommuLinus Torvalds1-0/+2
2013-01-14Merge branch 'clocksource/cleanup' into next/cleanupOlof Johansson1-2/+2
2013-01-07m68knommu: add KMAP definitions for non-MMU definitionsGreg Ungerer1-0/+2