aboutsummaryrefslogtreecommitdiffstats
path: root/arch/m68k (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-01-30Merge branch 'for-3.14/core' of git://git.kernel.dk/linux-blockLinus Torvalds1-6/+7
2014-01-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-0/+1
2014-01-20Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+2
2014-01-20Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-13/+1
2014-01-19m68k/mac: Make SCC reset work more reliablyFinn Thain1-1/+3
2014-01-16m68k: Fix build warning in mac_via.hPeter Zijlstra1-0/+2
2014-01-13m68k/irq - Use polled IRQ flag for MFP timer cascaded interruptsMichael Schmitz1-0/+3
2014-01-12arch: Clean up asm/barrier.h implementations using asm-generic/barrier.hPeter Zijlstra1-13/+1
2013-12-30m68k: Update defconfigs for v3.13-rc1Geert Uytterhoeven12-52/+456
2013-12-30m68k/defconfig: Enable EARLY_PRINTKGeert Uytterhoeven3-0/+3
2013-12-30m68k/mm: kmap spelling/grammar fixesGeert Uytterhoeven1-5/+5
2013-12-30m68k: Convert arch/m68k/kernel/traps.c to pr_*()Geert Uytterhoeven1-131/+101
2013-12-30m68k: Convert arch/m68k/mm/fault.c to pr_*()Geert Uytterhoeven1-15/+8
2013-12-30m68k/mm: Check for mm != NULL in do_page_fault() debug codeGeert Uytterhoeven1-2/+1
2013-12-30m68k/defconfig: Disable /sbin/hotplug fork-bomb by defaultGeert Uytterhoeven12-12/+0
2013-12-17lib: Add missing arch generic-y entries for asm-generic/hash.hDavid S. Miller1-0/+1
2013-12-08m68k/atari: Hide RTC_PORT() macro from rtc-cmosGeert Uytterhoeven1-5/+5
2013-12-08m68k/amiga,atari: Fix specifying multiple debug= parametersGeert Uytterhoeven2-6/+18
2013-12-08m68k/defconfig: Use ext4 for ext2/ext3 file systemsGeert Uytterhoeven12-48/+0
2013-12-08m68k: Add support to export bootinfo in procfsGeert Uytterhoeven5-0/+102
2013-12-08m68k: Add kexec supportGeert Uytterhoeven6-0/+268
2013-11-26m68k/amiga: Provide mach_random_get_entropy()Geert Uytterhoeven1-0/+10
2013-11-26m68k: Add infrastructure for machine-specific random_get_entropy()Geert Uytterhoeven2-0/+14
2013-11-26m68k/atari: Call paging_init() before nf_init()Geert Uytterhoeven1-2/+2
2013-11-26m68k: Remove superfluous inclusions of <asm/bootinfo.h>Geert Uytterhoeven6-6/+0
2013-11-26m68k/UAPI: Use proper types (endianness/size) in <asm/bootinfo*.h>Geert Uytterhoeven16-98/+124
2013-11-26m68k/UAPI: Move VME Board ID definition to <asm/bootinfo-vme.h>Geert Uytterhoeven2-17/+23
2013-11-26m68k/UAPI: Move Macintosh model definitions to <asm/bootinfo-mac.h>Geert Uytterhoeven2-59/+63
2013-11-26m68k/UAPI: Move HP300 model definitions to <asm/bootinfo-hp300.h>Geert Uytterhoeven2-18/+27
2013-11-26m68k/UAPI: Move Apollo model definitions to <asm/bootinfo-apollo.h>Geert Uytterhoeven2-9/+14
2013-11-26m68k/UAPI: Move Amiga model/chipset definitions to <asm/bootinfo-amiga.h>Geert Uytterhoeven2-25/+33
2013-11-26m68k/UAPI: Move generic definitions to <asm/bootinfo.h>Geert Uytterhoeven6-95/+85
2013-11-26m68k/UAPI: Disintegrate arch/m68k/include/asm/bootinfo.hGeert Uytterhoeven20-213/+356
2013-11-26m68k/vme: Remove unused mvme_bdid_ptrGeert Uytterhoeven1-2/+0
2013-11-26m68k/mac: Move struct mac_booter_data to <asm/macintosh.h>Geert Uytterhoeven3-41/+23
2013-11-26m68k: Drop remainings and API of BOOTINFO_COMPAT_1_0Geert Uytterhoeven3-114/+0
2013-11-26m68k: head.S - Correct date and spellingGeert Uytterhoeven1-1/+1
2013-11-26m68k: The bootinfo is located right after the kernelGeert Uytterhoeven3-3/+3
2013-11-26zorro/UAPI: Use proper types (endianness/size) in <linux/zorro.h>Geert Uytterhoeven2-7/+11
2013-11-26zorro: ZTWO_VADDR() should return "void __iomem *"Geert Uytterhoeven3-3/+3
2013-11-26zorro: Do not allocate zorro_autocon[] staticallyGeert Uytterhoeven2-5/+5
2013-11-26m68k/setup: Use pr_*() and __func__ instead of plain printk()Geert Uytterhoeven1-9/+10
2013-11-26m68k/defconfig: Make NFS_V4 modular instead of builtinGeert Uytterhoeven12-12/+12
2013-11-26m68k/mac: Fix comment about iop_*_present flags setup timingGeert Uytterhoeven1-2/+2
2013-11-26m68k/sun3: Dynamically allocate the table to track IOMMU useGeert Uytterhoeven1-2/+3
2013-11-26m68k: Mark functions only called from setup_arch() __initGeert Uytterhoeven12-21/+22
2013-11-23block: Convert bio_for_each_segment() to bvec_iterKent Overstreet1-5/+6
2013-11-23block: Abstract out bvec iteratorKent Overstreet1-1/+1
2013-11-19Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds6-101/+15
2013-11-15Merge tag 'for-linus' of git://linux-c6x.org/git/projects/linux-c6x-upstreamingLinus Torvalds1-0/+1