summaryrefslogtreecommitdiffstats
path: root/arch/m68k
Commit message (Expand)AuthorAgeFilesLines
* signals: kill sigfindinword()Oleg Nesterov2014-06-061-9/+0
* sys_sgetmask/sys_ssetmask: add CONFIG_SGETMASK_SYSCALLFabian Frederick2014-06-041-1/+0
* Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2014-06-032-13/+2
|\
| * arch,m68k: Convert smp_mb__*()Peter Zijlstra2014-04-182-13/+2
* | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gerg...Linus Torvalds2014-06-0215-63/+74
|\ \
| * | m68knommu: Implement gpio support for m54xx.Steven King2014-05-262-7/+17
| * | m68knommu: Make everything thats not exported, static.Steven King2014-05-261-8/+10
| * | m68knommu: setting the gpio data direction register to output doesn't depende...Steven King2014-05-261-4/+1
| * | m68knommu: add to_irq function so we can map gpios to external interrupts.Steven King2014-05-261-0/+13
| * | m68knommu: qspi declutter.Steven King2014-05-266-36/+12
| * | m68knommu: Fix the 5249/525x qspi base address.Steven King2014-05-261-1/+1
| * | m68knommu: Add qspi clk for Coldfire SoCs without real clks.Steven King2014-05-266-0/+12
| * | m68k: fix a compiler warning when building for DragonBallDaniel Palmer2014-05-261-7/+6
| * | m68knommu: Fix mach_sched_init for EZ and VZ DragonBall chipsDaniel Palmer2014-05-262-1/+3
* | | m68k/hp300: Convert printk to pr_foo()Fabian Frederick2014-05-281-5/+6
* | | m68k/apollo: Convert printk to pr_foo()Fabian Frederick2014-05-281-10/+10
* | | m68k/amiga: Convert printk(foo to pr_foo()Fabian Frederick2014-05-282-11/+11
* | | m68k: Increase initial mapping to 8 or 16 MiB if possibleAndreas Schwab2014-05-282-6/+23
* | | m68k: Update defconfigs for v3.15-rc2Geert Uytterhoeven2014-05-2812-12/+48
* | | m68k/atari: fix SCC initialization for debug consoleFinn Thain2014-05-281-10/+21
* | | m68k/mvme16x: Adopt common boot consoleFinn Thain2014-05-283-33/+25
* | | m68k: Multi-platform EARLY_PRINTKFinn Thain2014-05-285-55/+83
* | | m68k: Toward platform agnostic framebuffer debug loggingFinn Thain2014-05-261-86/+26
* | | m68k/atari - stram: alloc ST-RAM pool even if kernel not in ST-RAMMichael Schmitz2014-05-262-17/+56
|/ /
* | m68k: add renameat2 syscallMiklos Szeredi2014-05-203-1/+3
|/
* Kconfig: rename HAS_IOPORT to HAS_IOPORT_MAPUwe Kleine-König2014-04-071-1/+1
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gerg...Linus Torvalds2014-04-057-9/+3
|\
| * m68knommu: fix arg types for outs* functionsGreg Ungerer2014-03-111-3/+3
| * m68k : Kill CONFIG_MTD_PARTITIONSEunbong Song2014-03-116-6/+0
* | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2014-04-013-1/+3
|\ \
| * | m68k: atari: Fix the last kernel_stat.h falloutThomas Gleixner2014-03-201-0/+1
| * | m68k: amiga: Add linux/irq.h to make it compile againThomas Gleixner2014-03-191-0/+1
| * | Merge branch 'irq/for-gpio' into irq/coreThomas Gleixner2014-03-125-12/+8
| |\ \ | | |/
| * | 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-3113-111/+79
|\ \ \
| * | | m68k: Update defconfigs for v3.14-rc1Geert Uytterhoeven2014-03-3112-48/+72
| * | | 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
| |/ /
* | | Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2014-03-312-1/+3
|\ \ \ | |_|/ |/| |
| * | m68k: Skip futex_atomic_cmpxchg_inatomic() testFinn Thain2014-03-061-0/+1
| * | locking/mcs: Allow architecture specific asm files to be used for contended caseTim Chen2014-02-091-0/+1
| * | locking/mcs: Order the header files in Kbuild of each architecture in alphabe...Tim Chen2014-02-091-3/+3
| |/
* | m68k: Wire up sched_setattr and sched_getattrGeert Uytterhoeven2014-02-103-1/+5
* | m68k: Switch to asm-generic/barrier.hGeert Uytterhoeven2014-02-102-8/+1
* | m68k: Sort arch/m68k/include/asm/KbuildGeert Uytterhoeven2014-02-101-3/+2
|/
* Merge branch 'for-3.14/core' of git://git.kernel.dk/linux-blockLinus Torvalds2014-01-301-6/+7
|\
| * block: Convert bio_for_each_segment() to bvec_iterKent Overstreet2013-11-231-5/+6
| * block: Abstract out bvec iteratorKent Overstreet2013-11-231-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2014-01-251-0/+1
|\ \
OpenPOWER on IntegriCloud