aboutsummaryrefslogtreecommitdiff
path: root/arch/m68k/kernel
AgeCommit message (Expand)AuthorFilesLines
2013-11-26m68k/UAPI: Use proper types (endianness/size) in <asm/bootinfo*.h>Gravatar Geert Uytterhoeven 1-11/+20
2013-11-26m68k/UAPI: Move generic definitions to <asm/bootinfo.h>Gravatar Geert Uytterhoeven 1-2/+2
2013-11-26m68k/UAPI: Disintegrate arch/m68k/include/asm/bootinfo.hGravatar Geert Uytterhoeven 1-0/+6
2013-11-26m68k/mac: Move struct mac_booter_data to <asm/macintosh.h>Gravatar Geert Uytterhoeven 1-2/+0
2013-11-26m68k: head.S - Correct date and spellingGravatar Geert Uytterhoeven 1-1/+1
2013-11-26m68k: The bootinfo is located right after the kernelGravatar Geert Uytterhoeven 2-2/+2
2013-11-26m68k/setup: Use pr_*() and __func__ instead of plain printk()Gravatar Geert Uytterhoeven 1-9/+10
2013-11-26m68k: Mark functions only called from setup_arch() __initGravatar Geert Uytterhoeven 1-2/+2
2013-11-13m68k: Simplify low level interrupt handling codeGravatar Thomas Gleixner 2-42/+4
2013-09-09Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gerg...Gravatar Linus Torvalds 2-1/+9
2013-08-26m68k/coldfire: flush cache when creating the signal stack frameGravatar Alexander Stein 1-0/+8
2013-08-26m68knommu: Mark functions only called from setup_arch() __initGravatar Geert Uytterhoeven 1-1/+1
2013-07-15PTR_RET is now PTR_ERR_OR_ZERO(): Replace most.Gravatar Rusty Russell 1-1/+1
2013-07-03Merge branch 'exotic-arch-fixes' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-1/+1
2013-06-28lib: Move fonts from drivers/video/console/ to lib/fonts/Gravatar Geert Uytterhoeven 1-1/+1
2013-06-24m68k/irq: Vector ints need a valid interrupt handlerGravatar Thomas Bogendoerfer 1-1/+1
2013-05-31m68k/mac: Fix unexpected interrupt with CONFIG_EARLY_PRINTKGravatar Finn Thain 1-10/+19
2013-04-30dump_stack: consolidate dump_stack() implementations and unify their behaviorsGravatar Tejun Heo 1-12/+0
2013-04-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gee...Gravatar Linus Torvalds 1-0/+6
2013-04-16m68k/atari: ROM port ISA adapter supportGravatar Michael Schmitz 1-0/+6
2013-04-08m68k: Use generic idle loopGravatar Thomas Gleixner 1-28/+4
2013-03-04m68knommu: add CPU_NAME for 68000Gravatar Luis Alves 1-0/+3
2013-02-25Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-1/+1
2013-02-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-56/+3
2013-02-21Merge tag 'cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socGravatar Linus Torvalds 2-11/+5
2013-02-09m68k: Sort out !CONFIG_MMU_SUN3 vs. CONFIG_HAS_DMAGravatar Geert Uytterhoeven 1-3/+1
2013-02-03m68k: switch to generic old sigaction()Gravatar Al Viro 1-32/+0
2013-02-03m68k: switch to generic old sigsuspendGravatar Al Viro 1-11/+0
2013-02-03m68k: switch to generic sigaltstackGravatar Al Viro 1-13/+3
2013-01-27Merge tag 'v3.8-rc5' into next/cleanupGravatar Olof Johansson 1-0/+1
2013-01-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gee...Gravatar Linus Torvalds 1-0/+1
2013-01-21taint: add explicit flag to show whether lock dep is still OK.Gravatar Rusty Russell 1-1/+1
2013-01-14Merge branch 'clocksource/cleanup' into next/cleanupGravatar Olof Johansson 1-2/+2
2013-01-03ARCH: drivers remove __dev* attributes.Gravatar Greg Kroah-Hartman 1-2/+2
2012-12-25m68k: Wire up finit_moduleGravatar Geert Uytterhoeven 1-0/+1
2012-12-24m68k: set arch_gettimeoffset directlyGravatar Stephen Warren 2-10/+0
2012-12-24time: convert arch_gettimeoffset to a pointerGravatar Stephen Warren 1-6/+10
2012-12-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gee...Gravatar Linus Torvalds 1-1/+1
2012-11-29get rid of ptrace_signal_deliver() argumentsGravatar Al Viro 1-1/+2
2012-11-29flagday: kill pt_regs argument of do_fork()Gravatar Al Viro 1-1/+1
2012-11-28flagday: don't pass regs to copy_thread()Gravatar Al Viro 1-2/+1
2012-11-28m68k: sanitize copy_thread(), fork/vfork/clone wrappers, switch to generic fo...Gravatar Al Viro 3-71/+44
2012-11-16Merge branch 'arch-frv' into no-rebasesGravatar Al Viro 1-0/+1
2012-11-14m68k/sun3: Fix instruction faultsGravatar Thomas Bogendoerfer 1-1/+1
2012-10-19m68k: Wire up kcmpGravatar Geert Uytterhoeven 1-0/+1
2012-10-17m68k: switch to saner kernel_execve() semanticsGravatar Al Viro 1-7/+0
2012-10-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 3-97/+40
2012-10-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gee...Gravatar Linus Torvalds 1-4/+1
2012-10-01Merge tag 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciGravatar Linus Torvalds 1-5/+0
2012-10-01m68k: switch to generic sys_execve()/kernel_execve()Gravatar Al Viro 3-37/+5