summaryrefslogtreecommitdiffstats
path: root/arch/m68k/kernel
AgeCommit message (Expand)AuthorLines
2015-02-12all arches, signal: move restart_block to struct task_structAndy Lutomirski-2/+2
2015-01-11m68k: Wire up execveatGeert Uytterhoeven-0/+1
2014-10-27m68k: Wire up bpfGeert Uytterhoeven-0/+1
2014-10-09m68k: call find_vma with the mmap_sem held in sys_cacheflush()Davidlohr Bueso-8/+13
2014-09-01m68k: Wire up memfd_createGeert Uytterhoeven-0/+1
2014-09-01m68k: Wire up getrandomGeert Uytterhoeven-0/+1
2014-08-06m68k: Use sigsp()Richard Weinberger-12/+4
2014-08-06m68k: Use get_signal() signal_setup_done()Richard Weinberger-39/+24
2014-07-11m68k: Export mach_random_get_entropy to modulesGeert Uytterhoeven-0/+2
2014-07-10m68k: Fix boot regression on machines with RAM at non-zeroGeert Uytterhoeven-1/+2
2014-06-02Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gerg...Linus Torvalds-7/+6
2014-05-28m68k: Increase initial mapping to 8 or 16 MiB if possibleAndreas Schwab-2/+17
2014-05-28m68k/atari: fix SCC initialization for debug consoleFinn Thain-10/+21
2014-05-28m68k/mvme16x: Adopt common boot consoleFinn Thain-8/+24
2014-05-28m68k: Multi-platform EARLY_PRINTKFinn Thain-24/+76
2014-05-26m68k: Toward platform agnostic framebuffer debug loggingFinn Thain-86/+26
2014-05-26m68k: fix a compiler warning when building for DragonBallDaniel Palmer-7/+6
2014-05-20m68k: add renameat2 syscallMiklos Szeredi-0/+1
2014-04-01Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-1/+1
2014-03-31Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gee...Linus Torvalds-63/+7
2014-03-12Merge branch 'irq/for-gpio' into irq/coreThomas Gleixner-0/+2
2014-03-10m68k: head.S - Remove bogus L prefix in commentGeert Uytterhoeven-1/+1
2014-03-10m68k: Remove dead codeFinn Thain-55/+0
2014-03-10m68k: Remove CONSOLE_PENGUIN macro, adopt CONFIG_LOGOFinn Thain-7/+6
2014-03-05m68k: Do not rely on magic indirect includesThomas Gleixner-1/+1
2014-02-10m68k: Wire up sched_setattr and sched_getattrGeert Uytterhoeven-0/+2
2014-01-19m68k/mac: Make SCC reset work more reliablyFinn Thain-1/+3
2013-12-30m68k: Convert arch/m68k/kernel/traps.c to pr_*()Geert Uytterhoeven-131/+101
2013-12-08m68k: Add support to export bootinfo in procfsGeert Uytterhoeven-0/+83
2013-12-08m68k: Add kexec supportGeert Uytterhoeven-0/+222
2013-11-26m68k: Add infrastructure for machine-specific random_get_entropy()Geert Uytterhoeven-0/+4
2013-11-26m68k/atari: Call paging_init() before nf_init()Geert Uytterhoeven-2/+2
2013-11-26m68k/UAPI: Use proper types (endianness/size) in <asm/bootinfo*.h>Geert Uytterhoeven-11/+20
2013-11-26m68k/UAPI: Move generic definitions to <asm/bootinfo.h>Geert Uytterhoeven-2/+2
2013-11-26m68k/UAPI: Disintegrate arch/m68k/include/asm/bootinfo.hGeert Uytterhoeven-0/+6
2013-11-26m68k/mac: Move struct mac_booter_data to <asm/macintosh.h>Geert Uytterhoeven-2/+0
2013-11-26m68k: head.S - Correct date and spellingGeert Uytterhoeven-1/+1
2013-11-26m68k: The bootinfo is located right after the kernelGeert Uytterhoeven-2/+2
2013-11-26m68k/setup: Use pr_*() and __func__ instead of plain printk()Geert Uytterhoeven-9/+10
2013-11-26m68k: Mark functions only called from setup_arch() __initGeert Uytterhoeven-2/+2
2013-11-13m68k: Simplify low level interrupt handling codeThomas Gleixner-42/+4
2013-09-09Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gerg...Linus Torvalds-1/+9
2013-08-26m68k/coldfire: flush cache when creating the signal stack frameAlexander Stein-0/+8
2013-08-26m68knommu: Mark functions only called from setup_arch() __initGeert Uytterhoeven-1/+1
2013-07-15PTR_RET is now PTR_ERR_OR_ZERO(): Replace most.Rusty Russell-1/+1
2013-07-03Merge branch 'exotic-arch-fixes' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-1/+1
2013-06-28lib: Move fonts from drivers/video/console/ to lib/fonts/Geert Uytterhoeven-1/+1
2013-06-24m68k/irq: Vector ints need a valid interrupt handlerThomas Bogendoerfer-1/+1
2013-05-31m68k/mac: Fix unexpected interrupt with CONFIG_EARLY_PRINTKFinn Thain-10/+19
2013-04-30dump_stack: consolidate dump_stack() implementations and unify their behaviorsTejun Heo-12/+0