aboutsummaryrefslogtreecommitdiffstats
path: root/arch/m68k (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-09-02m68k: atari_keyb_init operator precedence fixMichael Schmitz1-3/+6
2008-08-11m68k{,nommu}: Wire up new system callsGeert Uytterhoeven1-0/+6
2008-08-05remove unneeded #include <linux/ide.h>'sAdrian Bunk2-2/+0
2008-07-26m68k: use generic show_mem()Johannes Weiner1-30/+0
2008-07-24PAGE_ALIGN(): correctly handle 64-bit values on 32-bit architecturesAndrea Righi1-0/+1
2008-07-24mm: drop unneeded pgdat argument from free_area_init_node()Johannes Weiner2-2/+2
2008-07-24mm: move bootmem descriptors definition to a single placeJohannes Weiner1-3/+1
2008-07-20arch/m68k/mm/sun3mmu.c: Eliminate NULL test and memset after alloc_bootmemJulia Lawall1-1/+0
2008-07-20arch/m68k/mm/motorola.c: Eliminate NULL test and memset after alloc_bootmemJulia Lawall1-1/+0
2008-07-20m68k/Atari: remove the dead ATARI_SCC{,_DMA} optionsAdrian Bunk1-23/+1
2008-07-20m68k/Mac: remove the unused ADB_KEYBOARD optionAdrian Bunk1-12/+0
2008-07-20m68k/apollo: Add missing call to apollo_parse_bootinfo()Geert Uytterhoeven1-0/+3
2008-07-20m68k/sun3/: possible cleanupsAdrian Bunk8-36/+10
2008-07-20m68k/q40/config.c: make functions staticAdrian Bunk1-13/+13
2008-07-20m68k/mac/: possible cleanupsAdrian Bunk8-181/+35
2008-07-20m68k/atari/debug.c: possible cleanupsAdrian Bunk1-30/+7
2008-07-20m68k/amiga/: possible cleanupsAdrian Bunk1-14/+6
2008-07-20export amiga_vblankAdrian Bunk1-0/+2
2008-07-20m68k: remove AP1000 codeAdrian Bunk3-18/+0
2008-07-20m68k: make multi_defconfig the default defconfigAdrian Bunk1-1/+1
2008-07-20Stringify support commasMathieu Desnoyers5-8/+0
2008-07-20m68k: Allow no CPU/platform type for allnoconfigGeert Uytterhoeven1-0/+6
2008-07-20m68k: vmlinux-std/sun3.lds.S cleanup - use PAGE_SIZE macroCyrill Gorcunov2-4/+6
2008-07-20m68k: remove CVS keywordsAdrian Bunk6-6/+5
2008-07-14Merge commit 'v2.6.26' into bkl-removalJonathan Corbet14-37/+42
2008-07-02mvme16x-rtc: BKL pushdownArnd Bergmann1-0/+4
2008-06-20bvme6000-rtc: BKL pushdownArnd Bergmann1-1/+6
2008-06-06m68k: enable CONFIG_COMPAT_BRK by defaultGeert Uytterhoeven12-36/+36
2008-05-21provide out-of-line strcat() for m68kAl Viro1-0/+6
2008-05-19Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6Linus Torvalds1-1/+0
2008-05-18m68k: Add multi_defconfigGeert Uytterhoeven1-0/+1269
2008-05-18m68k: Update defconfigsGeert Uytterhoeven11-587/+994
2008-05-18m68k: Correctly handle multi-ISA at runtimeGeert Uytterhoeven1-3/+3
2008-05-18m68k: Prefix ISA type with ISA_TYPE_Geert Uytterhoeven1-3/+3
2008-05-18m68k: export m68k_mmutypeGeert Uytterhoeven1-1/+2
2008-05-18m68k: Q40/Q60 floppy support is brokenGeert Uytterhoeven1-1/+1
2008-05-18m68k: Correct jump if not running on HP300Geert Uytterhoeven1-1/+1
2008-05-18m68k: Kill CONFIG_WHIPPET_SERIALGeert Uytterhoeven1-7/+0
2008-05-16[PATCH] take init_files to fs/file.cAl Viro1-1/+0
2008-05-05m68k: remove old mac_esp cruftFinn Thain1-24/+0
2008-05-05m68k: Handle 68040 bus faultsRoman Zippel1-3/+14
2008-05-03unified (weak) sys_pipe implementationUlrich Drepper1-17/+0
2008-04-29m68k: Export empty_zero_page for ZERO_PAGE usage in modules.Aneesh Kumar K.V1-0/+1
2008-04-29m68k/m68kmmu: use kbuild.h instead of defining macros in asm-offsets.cChristoph Lameter1-3/+1
2008-04-29proc: remove /proc/mac_iopAlexey Dobriyan1-85/+0
2008-04-29proc: remove proc_root from driversAlexey Dobriyan1-1/+1
2008-04-28m68k: replace remaining __FUNCTION__ occurrencesHarvey Harrison3-8/+8
2008-04-28m68k: remove redundant display of free swap space in show_mem()Johannes Weiner1-1/+0
2008-04-18arch: Remove unnecessary inclusions of asm/semaphore.hMatthew Wilcox2-2/+0
2008-04-17Generic semaphore implementationMatthew Wilcox5-193/+2