summaryrefslogtreecommitdiffstats
path: root/arch/m68k
Commit message (Expand)AuthorAgeFilesLines
* proc: move /proc/stram to m68k-specific codeAlexey Dobriyan2008-10-231-6/+22
* proc: move /proc/hardware to m68k-specific codeAlexey Dobriyan2008-10-239-86/+55
* arch/m68k/bvme6000/rtc.c: remove duplicated includeHuang Weiyi2008-10-201-1/+0
* container freezer: implement freezer cgroup subsystemMatt Helsley2008-10-201-0/+2
* arch/m68k/mm/kmap.c: introduce missing kfreeJulia Lawall2008-10-141-1/+3
* m68k: init_irq_proc depends on CONFIG_PROC_FSGeert Uytterhoeven2008-10-141-1/+2
* m68k: remove the dead PCI codeAdrian Bunk2008-10-143-521/+0
* m68k: Remove the broken Hades supportAdrian Bunk2008-10-147-488/+19
* m68k: Add missing dma_sync_single_range_for_{cpu,device}()Geert Uytterhoeven2008-10-141-2/+2
* m68k: Define rtc_lock on AtariGeert Uytterhoeven2008-10-141-0/+3
* m68k: Remove unused atari_kbd_translate()Geert Uytterhoeven2008-10-141-12/+0
* m68k: Modular Amiga keyboard needs key_mapsGeert Uytterhoeven2008-10-141-0/+9
* m68k: Reverse platform MMU logic so Sun 3 is lastGeert Uytterhoeven2008-10-141-21/+22
* m68k: Add NOTES to init data so its discarded at bootRoman Zippel2008-10-141-0/+1
* m68k: Put .bss at the end of the data sectionRoman Zippel2008-10-141-4/+4
* m68k: Use new printk() extension %pS to print symbolsGeert Uytterhoeven2008-10-141-6/+3
* m68k: use bcd2bin/bin2bcdAdrian Bunk2008-10-146-84/+62
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Woodhouse2008-10-1312-258/+390
|\
| * m68k: Update defconfigs for 2.6.27-rc6Geert Uytterhoeven2008-09-1012-258/+390
* | Introduce HAVE_AOUT symbol to remove hard-coded arch list for BINFMT_AOUTDavid Woodhouse2008-09-061-0/+1
* | Remove redundant CONFIG_ARCH_SUPPORTS_AOUTDavid Woodhouse2008-09-061-3/+0
|/
* m68k: atari_keyb_init operator precedence fixMichael Schmitz2008-09-021-3/+6
* m68k{,nommu}: Wire up new system callsGeert Uytterhoeven2008-08-111-0/+6
* remove unneeded #include <linux/ide.h>'sAdrian Bunk2008-08-052-2/+0
* m68k: use generic show_mem()Johannes Weiner2008-07-261-30/+0
* PAGE_ALIGN(): correctly handle 64-bit values on 32-bit architecturesAndrea Righi2008-07-241-0/+1
* mm: drop unneeded pgdat argument from free_area_init_node()Johannes Weiner2008-07-242-2/+2
* mm: move bootmem descriptors definition to a single placeJohannes Weiner2008-07-241-3/+1
* arch/m68k/mm/sun3mmu.c: Eliminate NULL test and memset after alloc_bootmemJulia Lawall2008-07-201-1/+0
* arch/m68k/mm/motorola.c: Eliminate NULL test and memset after alloc_bootmemJulia Lawall2008-07-201-1/+0
* m68k/Atari: remove the dead ATARI_SCC{,_DMA} optionsAdrian Bunk2008-07-201-23/+1
* m68k/Mac: remove the unused ADB_KEYBOARD optionAdrian Bunk2008-07-201-12/+0
* m68k/apollo: Add missing call to apollo_parse_bootinfo()Geert Uytterhoeven2008-07-201-0/+3
* m68k/sun3/: possible cleanupsAdrian Bunk2008-07-208-36/+10
* m68k/q40/config.c: make functions staticAdrian Bunk2008-07-201-13/+13
* m68k/mac/: possible cleanupsAdrian Bunk2008-07-208-181/+35
* m68k/atari/debug.c: possible cleanupsAdrian Bunk2008-07-201-30/+7
* m68k/amiga/: possible cleanupsAdrian Bunk2008-07-201-14/+6
* export amiga_vblankAdrian Bunk2008-07-201-0/+2
* m68k: remove AP1000 codeAdrian Bunk2008-07-203-18/+0
* m68k: make multi_defconfig the default defconfigAdrian Bunk2008-07-201-1/+1
* Stringify support commasMathieu Desnoyers2008-07-205-8/+0
* m68k: Allow no CPU/platform type for allnoconfigGeert Uytterhoeven2008-07-201-0/+6
* m68k: vmlinux-std/sun3.lds.S cleanup - use PAGE_SIZE macroCyrill Gorcunov2008-07-202-4/+6
* m68k: remove CVS keywordsAdrian Bunk2008-07-206-6/+5
* Merge commit 'v2.6.26' into bkl-removalJonathan Corbet2008-07-1414-37/+42
|\
| * m68k: enable CONFIG_COMPAT_BRK by defaultGeert Uytterhoeven2008-06-0612-36/+36
| * provide out-of-line strcat() for m68kAl Viro2008-05-211-0/+6
| * Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2008-05-191-1/+0
| |\
| | * [PATCH] take init_files to fs/file.cAl Viro2008-05-161-1/+0