summaryrefslogtreecommitdiffstats
path: root/arch/m68k
Commit message (Expand)AuthorAgeFilesLines
* ipc: use Kconfig options for __ARCH_WANT_[COMPAT_]IPC_PARSE_VERSIONWill Deacon2012-07-302-1/+1
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gerg...Linus Torvalds2012-07-2456-1125/+2984
|\
| * m68k: allow PCI bus to be enabled for ColdFire m54xx CPUsGreg Ungerer2012-07-171-0/+7
| * m68k: add PCI bus code support for the ColdFire M54xx SoC familyGreg Ungerer2012-07-172-0/+329
| * m68k: add IO access definitions to support PCI on ColdFire platformsGreg Ungerer2012-07-171-1/+47
| * m68k: add PCI bus support definitions for the ColdFire M54xx SoC familyGreg Ungerer2012-07-172-0/+141
| * m68k: common PCI support definitions and codeGreg Ungerer2012-07-175-0/+122
| * m68k: add support for DMA_BIDIRECTIONAL in dma support functionsGreg Ungerer2012-07-171-0/+1
| * m68k: fix ColdFire clear cache operationGreg Ungerer2012-07-172-1/+42
| * m68k: use simpler dma_alloc_coherent() for ColdFire CPUsGreg Ungerer2012-07-161-2/+2
| * m68knommu: platform support for 8390 based ethernet used on some boardsGreg Ungerer2012-07-162-0/+39
| * m68knommu: Add clk definitions for m532x.Steven King2012-07-162-1/+152
| * m68knommu: Add clk definitions for m520x.Steven King2012-07-162-0/+107
| * m68knommu: Add rtc device for m5441x.Steven King2012-07-163-7/+49
| * m68knommu: add definitions for the third interrupt controller on devices that...Steven King2012-07-162-0/+6
| * m68knommu: Add support for the Coldfire m5441x.Steven King2012-07-1615-24/+761
| * m68knommu: use MCF_IRQ_PIT1 instead of MCFINT_VECBASE + MCFINT_PIT1Steven King2012-07-165-3/+6
| * m68knommu: Add support for the Coldfire 5251/5253Steven King2012-07-1611-10/+376
| * m68knommu: refactor Coldfire GPIO not to require GPIOLIB, eliminate mcf_gpio_...Steven King2012-07-1618-551/+375
| * m68k: merge the MMU and non-MMU versions of the entry.S codeGreg Ungerer2012-07-163-552/+449
| * m68k: use jbsr to call functions instead of bsrlGreg Ungerer2012-07-161-2/+2
| * m68k: use some direct calls to ret_from_exception in entry codeGreg Ungerer2012-07-161-3/+3
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2012-07-241-2/+2
|\ \
| * | module.c: spelling s/postition/position/gGeert Uytterhoeven2012-07-201-2/+2
* | | net: add support for NS8390 based eth controllers on some ColdFire CPU boardsGreg Ungerer2012-07-121-120/+9
* | | m68knommu: move the badly named mcfne.h to a better mcf8390.hGreg Ungerer2012-07-121-4/+4
| |/ |/|
* | m68knommu: define a local devm_clk_get() functionGreg Ungerer2012-06-251-0/+7
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gee...Linus Torvalds2012-06-134-78/+11
|\ \
| * | m68k: Use generic strncpy_from_user(), strlen_user(), and strnlen_user()Geert Uytterhoeven2012-06-064-78/+11
* | | m68k: make syscall_trace_enter/leave exist for non-MMU classic m68k typesGreg Ungerer2012-06-121-1/+1
* | | m68knommu: fix 68360 local setting of timer interrupt handlerGreg Ungerer2012-06-121-2/+5
* | | m68knommu: fix 68328 local setting of timer interrupt handlerGreg Ungerer2012-06-121-2/+4
* | | m68k: fix inclusion of arch_gettimeoffset for non-MMU 68k classic CPU typesGreg Ungerer2012-06-121-2/+2
* | | m68knommu: m528x qspi definition fixSteven King2012-06-121-1/+1
|/ /
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-06-011-19/+5
|\ \
| * | new helper: signal_delivered()Al Viro2012-06-011-1/+1
| * | most of set_current_blocked() callers want SIGKILL/SIGSTOP removed from setAl Viro2012-06-011-4/+0
| * | pull clearing RESTORE_SIGMASK into block_sigmask()Al Viro2012-06-011-2/+0
| * | new helper: sigmask_to_save()Al Viro2012-06-011-8/+3
| * | new helper: restore_saved_sigmask()Al Viro2012-06-011-4/+1
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-06-011-3/+0
|\ \ \ | |/ / |/| |
| * | bury __kernel_nlink_t, make internal nlink_t consistentAl Viro2012-05-301-3/+0
| |/
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-05-311-4/+1
|\ \ | |/ |/|
| * move key_repace_session_keyring() into tracehook_notify_resume()Al Viro2012-05-231-4/+1
* | Merge branch 'next' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2012-05-241-0/+1
|\ \
| * | kvmclock: Add functions to check if the host has stopped the vmEric B Munson2012-04-081-0/+1
* | | Merge tag 'gpio-for-linus' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2012-05-241-0/+1
|\ \ \
| * | | gpiolib/arches: Centralise bolierplate asm/gpio.hMark Brown2012-05-111-0/+1
* | | | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2012-05-241-10/+1
|\ \ \ \ | |_|_|/ |/| | |
| * | | timers: Fixup the Kconfig consolidation falloutThomas Gleixner2012-05-211-4/+0