aboutsummaryrefslogtreecommitdiffstats
path: root/arch/m68k (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-02-27arch Kconfig: centralise CONFIG_ARCH_NO_VIRT_TO_BUSStephen Rothwell1-0/+1
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-25Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linuxLinus Torvalds1-1/+1
2013-02-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signalLinus Torvalds4-75/+7
2013-02-21Merge tag 'cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds21-59/+52
2013-02-21Merge tag 'tty-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds1-1/+1
2013-02-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68kLinus Torvalds2-8/+1
2013-02-14burying unused conditionalsAl Viro2-3/+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 Uytterhoeven2-8/+1
2013-02-06m68knommu: fix trap on execing /bin/initGreg Ungerer1-1/+0
2013-02-03m68k: switch to generic old sigaction()Al Viro3-39/+1
2013-02-03m68k: switch to generic old sigsuspendAl Viro2-11/+1
2013-02-03m68k: switch to generic sigaltstackAl Viro2-13/+4
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 Johansson6-4/+26
2013-01-25Merge 3.8-rc5 into tty-nextGreg Kroah-Hartman6-4/+26
2013-01-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68kLinus Torvalds4-1/+19
2013-01-21taint: add explicit flag to show whether lock dep is still OK.Rusty Russell1-1/+1
2013-01-18tty: Added a CONFIG_TTY option to allow removal of TTYJoe Millenbach1-1/+1
2013-01-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gerg/m68knommuLinus Torvalds2-3/+7
2013-01-14Merge branch 'clocksource/cleanup' into next/cleanupOlof Johansson3-5/+5
2013-01-07m68k: fix conditional use of init_pointer_tableGreg Ungerer1-3/+5
2013-01-07m68knommu: add KMAP definitions for non-MMU definitionsGreg Ungerer1-0/+2
2013-01-03ARCH: drivers remove __dev* attributes.Greg Kroah-Hartman3-5/+5
2012-12-25m68k: Wire up finit_moduleGeert Uytterhoeven3-1/+3
2012-12-25m68k: Provide dma_alloc_attrs()/dma_free_attrs()Geert Uytterhoeven1-0/+16
2012-12-24m68k: set arch_gettimeoffset directlyStephen Warren21-58/+47
2012-12-24time: convert arch_gettimeoffset to a pointerStephen Warren1-6/+10
2012-12-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signalLinus Torvalds4-9/+1
2012-12-19unify SS_ONSTACK/SS_DISABLE definitionsAl Viro1-6/+0
2012-12-19new helper: current_user_stack_pointer()Al Viro1-0/+1
2012-12-19Bury the conditionals from kernel_thread/kernel_execve seriesAl Viro2-3/+0
2012-12-16Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gerg/m68knommuLinus Torvalds38-971/+680
2012-12-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68kLinus Torvalds26-888/+247
2012-12-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2012-12-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-0/+1
2012-12-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signalLinus Torvalds7-86/+52
2012-12-11Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+1
2012-12-11Merge tag 'tty-3.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds1-2/+4
2012-12-08Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace into perf/coreIngo Molnar1-0/+1
2012-12-05m68knommu: modify clock code so it can be used by all ColdFire CPU typesGreg Ungerer1-62/+38
2012-12-05m68knommu: add clock definitions for 54xx ColdFire CPU typesGreg Ungerer1-0/+26
2012-12-05m68knommu: add clock definitions for 5407 ColdFire CPU typesGreg Ungerer1-0/+20
2012-12-05m68knommu: add clock definitions for 5307 ColdFire CPU typesGreg Ungerer1-0/+20
2012-12-05m68knommu: add clock definitions for 528x ColdFire CPU typesGreg Ungerer1-0/+28
2012-12-05m68knommu: add clock definitions for 527x ColdFire CPU typesGreg Ungerer1-0/+30