summaryrefslogtreecommitdiffstats
path: root/arch/m68k/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gerg...Linus Torvalds2014-06-021-7/+6
|\
| * m68k: fix a compiler warning when building for DragonBallDaniel Palmer2014-05-261-7/+6
* | m68k: Increase initial mapping to 8 or 16 MiB if possibleAndreas Schwab2014-05-281-2/+17
* | m68k/atari: fix SCC initialization for debug consoleFinn Thain2014-05-281-10/+21
* | m68k/mvme16x: Adopt common boot consoleFinn Thain2014-05-282-8/+24
* | m68k: Multi-platform EARLY_PRINTKFinn Thain2014-05-283-24/+76
* | m68k: Toward platform agnostic framebuffer debug loggingFinn Thain2014-05-261-86/+26
|/
* m68k: add renameat2 syscallMiklos Szeredi2014-05-201-0/+1
* Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2014-04-011-1/+1
|\
| * Merge branch 'irq/for-gpio' into irq/coreThomas Gleixner2014-03-121-0/+2
| |\
| * | m68k: Do not rely on magic indirect includesThomas Gleixner2014-03-051-1/+1
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gee...Linus Torvalds2014-03-311-63/+7
|\ \ \ | |_|/ |/| |
| * | m68k: head.S - Remove bogus L prefix in commentGeert Uytterhoeven2014-03-101-1/+1
| * | m68k: Remove dead codeFinn Thain2014-03-101-55/+0
| * | m68k: Remove CONSOLE_PENGUIN macro, adopt CONFIG_LOGOFinn Thain2014-03-101-7/+6
| |/
* / m68k: Wire up sched_setattr and sched_getattrGeert Uytterhoeven2014-02-101-0/+2
|/
* m68k/mac: Make SCC reset work more reliablyFinn Thain2014-01-191-1/+3
* m68k: Convert arch/m68k/kernel/traps.c to pr_*()Geert Uytterhoeven2013-12-301-131/+101
* m68k: Add support to export bootinfo in procfsGeert Uytterhoeven2013-12-083-0/+83
* m68k: Add kexec supportGeert Uytterhoeven2013-12-084-0/+222
* m68k: Add infrastructure for machine-specific random_get_entropy()Geert Uytterhoeven2013-11-261-0/+4
* m68k/atari: Call paging_init() before nf_init()Geert Uytterhoeven2013-11-261-2/+2
* m68k/UAPI: Use proper types (endianness/size) in <asm/bootinfo*.h>Geert Uytterhoeven2013-11-261-11/+20
* m68k/UAPI: Move generic definitions to <asm/bootinfo.h>Geert Uytterhoeven2013-11-261-2/+2
* m68k/UAPI: Disintegrate arch/m68k/include/asm/bootinfo.hGeert Uytterhoeven2013-11-261-0/+6
* m68k/mac: Move struct mac_booter_data to <asm/macintosh.h>Geert Uytterhoeven2013-11-261-2/+0
* m68k: head.S - Correct date and spellingGeert Uytterhoeven2013-11-261-1/+1
* m68k: The bootinfo is located right after the kernelGeert Uytterhoeven2013-11-262-2/+2
* m68k/setup: Use pr_*() and __func__ instead of plain printk()Geert Uytterhoeven2013-11-261-9/+10
* m68k: Mark functions only called from setup_arch() __initGeert Uytterhoeven2013-11-261-2/+2
* m68k: Simplify low level interrupt handling codeThomas Gleixner2013-11-132-42/+4
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gerg...Linus Torvalds2013-09-092-1/+9
|\
| * m68k/coldfire: flush cache when creating the signal stack frameAlexander Stein2013-08-261-0/+8
| * m68knommu: Mark functions only called from setup_arch() __initGeert Uytterhoeven2013-08-261-1/+1
* | PTR_RET is now PTR_ERR_OR_ZERO(): Replace most.Rusty Russell2013-07-151-1/+1
|/
* Merge branch 'exotic-arch-fixes' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2013-07-031-1/+1
|\
| * lib: Move fonts from drivers/video/console/ to lib/fonts/Geert Uytterhoeven2013-06-281-1/+1
* | m68k/irq: Vector ints need a valid interrupt handlerThomas Bogendoerfer2013-06-241-1/+1
|/
* m68k/mac: Fix unexpected interrupt with CONFIG_EARLY_PRINTKFinn Thain2013-05-311-10/+19
* dump_stack: consolidate dump_stack() implementations and unify their behaviorsTejun Heo2013-04-301-12/+0
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gee...Linus Torvalds2013-04-301-0/+6
|\
| * m68k/atari: ROM port ISA adapter supportMichael Schmitz2013-04-161-0/+6
* | m68k: Use generic idle loopThomas Gleixner2013-04-081-28/+4
|/
* m68knommu: add CPU_NAME for 68000Luis Alves2013-03-041-0/+3
* Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2013-02-251-1/+1
|\
| * taint: add explicit flag to show whether lock dep is still OK.Rusty Russell2013-01-211-1/+1
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-02-231-56/+3
|\ \
| * | m68k: switch to generic old sigaction()Al Viro2013-02-031-32/+0
| * | m68k: switch to generic old sigsuspendAl Viro2013-02-031-11/+0
| * | m68k: switch to generic sigaltstackAl Viro2013-02-031-13/+3
| |/