summaryrefslogtreecommitdiffstats
path: root/arch/m68k
AgeCommit message (Expand)AuthorFilesLines
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-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-19Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds6-101/+15
2013-11-15Merge tag 'for-linus' of git://linux-c6x.org/git/projects/linux-c6x-upstreamingLinus Torvalds1-0/+1
2013-11-15m68k: handle pgtable_page_ctor() failKirill A. Shutemov3-3/+14
2013-11-13preempt: Make PREEMPT_ACTIVE genericThomas Gleixner1-2/+0
2013-11-13hardirq: Make hardirq bits genericThomas Gleixner1-11/+0
2013-11-13m68k: Simplify low level interrupt handling codeThomas Gleixner4-88/+15
2013-11-12Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-0/+1
2013-11-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gee...Linus Torvalds8-9/+16
2013-10-23m68k: select ARCH_MIGHT_HAVE_PC_PARPORTMark Salter1-0/+1
2013-09-26m68k: Remove deprecated IRQF_DISABLEDMichael Opdenacker7-9/+9
2013-09-25sched, arch: Create asm/preempt.hPeter Zijlstra1-0/+1
2013-09-13Remove GENERIC_HARDIRQ config optionMartin Schwidefsky1-1/+0
2013-09-12arch: mm: pass userspace fault flag to generic fault handlerJohannes Weiner1-0/+2
2013-09-10m68k/m68knommu: Implement __get_user_unaligned/__put_user_unaligned()Geert Uytterhoeven1-0/+7