aboutsummaryrefslogtreecommitdiff
path: root/arch/m68k
AgeCommit message (Expand)Author
2012-05-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2012-05-23Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2012-05-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2012-05-21m68k: add TIF_NOTIFY_RESUME and handle it.Al Viro
2012-05-21m68k: use set_current_blocked() and block_sigmask()Matt Fleming
2012-05-21new helper: sigsuspend()Al Viro
2012-05-21Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2012-05-21Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gerg...Linus Torvalds
2012-05-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gee...Linus Torvalds
2012-05-20m68k: add a defconfig for the M5475EVB ColdFire with MMU boardGreg Ungerer
2012-05-20m68knommu: unaligned.h fix for M68000 coreLuis Alves
2012-05-20m68k: merge the MMU and non-MMU versions of the arch dma codeGreg Ungerer
2012-05-20m68knommu: reorganize the no-MMU cache flushing to match m68kGreg Ungerer
2012-05-20m68knommu: move the 54xx platform code into the common ColdFire code directoryGreg Ungerer
2012-05-20m68knommu: move the 532x platform code into the common ColdFire code directoryGreg Ungerer
2012-05-20m68knommu: move the 5407 platform code into the common ColdFire code directoryGreg Ungerer
2012-05-20m68knommu: move the 5307 platform code into the common ColdFire code directoryGreg Ungerer
2012-05-20m68knommu: move the 528x platform code into the common ColdFire code directoryGreg Ungerer
2012-05-20m68knommu: move the 527x platform code into the common ColdFire code directoryGreg Ungerer
2012-05-20m68knommu: move the 5272 platform code into the common ColdFire code directoryGreg Ungerer
2012-05-20m68knommu: move the 5249 platform code into the common ColdFire code directoryGreg Ungerer
2012-05-20m68knommu: move the 523x platform code into the common ColdFire code directoryGreg Ungerer
2012-05-20m68knommu: move the 520x platform code into the common ColdFire code directoryGreg Ungerer
2012-05-20m68knommu: move the 5206 platform code into the common ColdFire code directoryGreg Ungerer
2012-05-20m68knommu: simplify the ColdFire 5407 GPIO struct setupGreg Ungerer
2012-05-20m68knommu: simplify the ColdFire 532x GPIO struct setupGreg Ungerer
2012-05-20m68knommu: simplify the ColdFire 5307 GPIO struct setupGreg Ungerer
2012-05-20m68knommu: simplify the ColdFire 528x GPIO struct setupGreg Ungerer
2012-05-20m68knommu: simplify the ColdFire 527x GPIO struct setupGreg Ungerer
2012-05-20m68knommu: simplify the ColdFire 5272 GPIO struct setupGreg Ungerer
2012-05-20m68knommu: simplify the ColdFire 5249 GPIO struct setupGreg Ungerer
2012-05-20m68knommu: simplify the ColdFire 523x GPIO struct setupGreg Ungerer
2012-05-20m68knommu: simplify the ColdFire 520x GPIO struct setupGreg Ungerer
2012-05-20m68knommu: simplify the ColdFire 5206 GPIO struct setupGreg Ungerer
2012-05-20m68knommu: make duplicated ColdFire GPIO init code common for allGreg Ungerer
2012-05-20m68knommu: switch to GPIO init macros in ColdFire 532x init codeGreg Ungerer
2012-05-20m68knommu: switch to GPIO init macros in ColdFire 5407 init codeGreg Ungerer
2012-05-20m68knommu: switch to GPIO init macros in ColdFire 5307 init codeGreg Ungerer
2012-05-20m68knommu: switch to GPIO init macros in ColdFire 528x init codeGreg Ungerer
2012-05-20m68knommu: switch to GPIO init macros in ColdFire 527x init codeGreg Ungerer
2012-05-20m68knommu: switch to GPIO init macros in ColdFire 5272 init codeGreg Ungerer
2012-05-20m68knommu: switch to GPIO init macros in ColdFire 5249 init codeGreg Ungerer
2012-05-20m68knommu: switch to GPIO init macros in ColdFire 523x init codeGreg Ungerer
2012-05-20m68knommu: switch to GPIO init macros in ColdFire 520x init codeGreg Ungerer
2012-05-20m68knommu: switch to GPIO init macros in ColdFire 5206 init codeGreg Ungerer
2012-05-20m68knommu: introduce macros to simplify ColdFire GPIO table initializationGreg Ungerer
2012-05-20m68k: fix compiler warning by properly inlining flat_set_persistent()Ezequiel Garcia
2012-05-20m68k: merge the MMU and non-MMU signal.c codeGreg Ungerer
2012-05-17arm/m68k: Change mail address of Sebastian HessOskar Schirmer
2012-05-16fork: move the real prepare_to_copy() users to arch_dup_task_struct()Suresh Siddha