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