aboutsummaryrefslogtreecommitdiffstats
path: root/arch/m68k (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-02-27mac68k: move mac_esp platform deviceFinn Thain1-0/+27
2010-02-27mac68k: replace mac68k SCC code with platform deviceFinn Thain11-522/+80
2010-02-27pmac-zilog: add platform driverFinn Thain2-0/+10
2010-02-27mac68k: rework SWIM platform deviceFinn Thain1-19/+16
2010-02-27mac68k: cleanupFinn Thain1-111/+97
2010-02-27m68k: Use DIV_ROUND_CLOSESTJulia Lawall1-1/+1
2010-02-27m68k{,nommu}/h8300: Remove obsolete comment about map_chunkPhilippe De Muyter1-2/+1
2010-02-27m68k: Allow ioremapping top of memoryPhilippe De Muyter1-1/+1
2010-02-27m68k: Fix asm/swab.h for ColdFireMaxim Kuvyrkov1-1/+1
2010-02-20MM: Pass a PTE pointer to update_mmu_cache() rather than the PTE itselfRussell King1-1/+1
2010-02-09tree-wide: Assorted spelling fixesDaniel Mack2-2/+2
2010-02-05tree-wide: s/widht/width/g typo in commentsDaniel Mack1-1/+1
2010-01-12m68knommu: fix definitions of __pa() and __va()Greg Ungerer3-15/+7
2009-12-17Merge branch 'for-33' of git://repo.or.cz/linux-kbuildLinus Torvalds2-1/+2
2009-12-16elf: kill USE_ELF_CORE_DUMPChristoph Hellwig1-1/+0
2009-12-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpuLinus Torvalds2-6/+6
2009-12-12kbuild: move autoconf.h to include/generatedSam Ravnborg1-1/+1
2009-12-12kbuild: move asm-offsets.h to include/generatedSam Ravnborg1-0/+1
2009-12-11Unify sys_mmap*Al Viro1-75/+8
2009-12-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds3-28/+28
2009-12-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gerg/m68knommuLinus Torvalds3-3/+5
2009-12-09m68k: rename global variable vmalloc_end to m68k_vmalloc_endTejun Heo2-6/+6
2009-12-08Merge branch 'for-2.6.33' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2-0/+2
2009-12-08Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68kLinus Torvalds7-167/+93
2009-12-06m68k: Remove the BKL from sys_execveJohn Kacur1-4/+1
2009-12-06m68k: Cleanup linker scripts using new linker script macros.Tim Abbott2-95/+20
2009-12-06m68k: Make thread_info.h usable from assembly.Tim Abbott1-1/+4
2009-12-06m68knommu: define arch_has_single_step() and friendsGreg Ungerer1-1/+1
2009-12-04m68k: ptrace fixesAndreas Schwab2-17/+34
2009-12-04m68k: use generic code for ptrace requestsAndreas Schwab2-54/+38
2009-12-04tree-wide: fix assorted typos all over the placeAndré Goddard Rosa3-28/+28
2009-12-04m68knommu: Make THREAD_SIZE available to assembly files.Tim Abbott1-2/+2
2009-12-04m68knommu: add a task_pt_regs() macroGreg Ungerer1-0/+2
2009-12-04m68knommu: define arch_has_single_step() and friendsGreg Ungerer1-0/+12
2009-11-26block: add helpers to run flush_dcache_page() against a bio and a request's pagesIlya Loginov2-0/+2
2009-11-18Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-3/+3
2009-10-30tty: Mark generic_serial users as BROKENAlan Cox1-3/+3
2009-10-12net: Generalize socket rx gap / receive queue overflow cmsgNeil Horman1-0/+2
2009-10-01revert "m68k: convert to asm-generic/hardirq.h"Andrew Morton1-2/+10
2009-09-23headers: utsname.h reduxAlexey Dobriyan1-1/+0
2009-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-nextLinus Torvalds2-5/+5
2009-09-22m68k: convert to asm-generic/hardirq.hChristoph Hellwig1-10/+2
2009-09-22m68k: convert to use arch_gettimeoffset()john stultz2-68/+8
2009-09-22mm: remove duplicate asm/mman.h filesArnd Bergmann1-19/+1
2009-09-22mm: add MAP_HUGETLB for mmaping pseudo-anonymous huge page regionsArnd Bergmann1-0/+2
2009-09-22arches: drop superfluous casts in nr_free_pages() callersGeert Uytterhoeven1-1/+1
2009-09-21perf: Do the big rename: Performance Counters -> Performance EventsIngo Molnar2-2/+2
2009-09-21Use new __init_task_data macro in arch init_task.c files.Joe Perches1-3/+3
2009-09-20kbuild: use INSTALLKERNEL to select customized installkernel scriptSam Ravnborg1-2/+2
2009-09-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gerg/m68knommuLinus Torvalds35-1649/+2077