aboutsummaryrefslogtreecommitdiffstats
path: root/arch/m68knommu/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-12-11Unify sys_mmap*Al Viro2-37/+3
2009-12-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gerg/m68knommuLinus Torvalds2-35/+104
2009-12-09Merge branch 'bkl-arch-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-4/+1
2009-12-06m68knommu: define arch_has_single_step() and friendsGreg Ungerer1-3/+15
2009-12-04m68knommu: Split the .init section into INIT_TEXT_SECTION and INIT_DATA_SECTION.Tim Abbott1-13/+4
2009-12-04m68knommu: Move __init_end out of the .init section.Tim Abbott1-0/+2
2009-12-04m68knommu: Move __init_begin out of the .init section.Tim Abbott1-0/+2
2009-12-04m68knommu: Use more macros inside the .init section.Tim Abbott1-19/+5
2009-12-04m68knommu: Use INIT_TASK_DATA and CACHELINE_ALIGNED_DATA.Tim Abbott1-4/+3
2009-12-04m68knommu: Don't hardcode the value of PAGE_SIZE in the linker script.Tim Abbott1-2/+3
2009-12-04m68knommu: rename BSS define in linker scriptGreg Ungerer1-3/+3
2009-12-04m68knommu: define arch_has_single_step() and friendsGreg Ungerer1-3/+15
2009-12-04m68knommu: add uboot commandline argument passing supportLennart Sorensen1-2/+90
2009-10-14m68knommu: Remove the BKL from sys_execveJohn Kacur1-4/+1
2009-09-30m68knommu: fix rename of pt_regs offset defines breakageGreg Ungerer2-17/+17
2009-09-23headers: utsname.h reduxAlexey Dobriyan1-1/+0
2009-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-nextLinus Torvalds1-3/+2
2009-09-21perf: Do the big rename: Performance Counters -> Performance EventsIngo Molnar1-1/+1
2009-09-21Use new __init_task_data macro in arch init_task.c files.Joe Perches1-3/+2
2009-09-18Merge branch 'timers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-2/+3
2009-09-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gerg/m68knommuLinus Torvalds2-27/+1
2009-09-16m68knommu: remove the common interrupt controller structureGreg Ungerer1-25/+0
2009-09-16m68knommu: use common interrupt controller code for older ColdFire CPU'sGreg Ungerer1-3/+1
2009-09-16m68knommu: general interrupt controller for ColdFire 532x partsGreg Ungerer1-1/+2
2009-09-16m68knommu: general interrupt controller for ColdFire many 52xx partsGreg Ungerer1-1/+2
2009-09-16m68knommu: use general interrupt controller for ColdFire 520x familyGreg Ungerer1-0/+4
2009-09-16m68knommu: convert to asm-generic/hardirq.hChristoph Hellwig1-5/+0
2009-09-16arch/m68knommu/kernel/time.c: Remove unnecessary semicolonsJoe Perches1-1/+1
2009-09-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpuLinus Torvalds1-6/+1
2009-08-26m68k,m68knommu: Wire up rt_tgsigqueueinfo and perf_counter_openGeert Uytterhoeven1-0/+2
2009-08-15timekeeping: Increase granularity of read_persistent_clock()Martin Schwidefsky1-2/+3
2009-08-14Merge branch 'percpu-for-linus' into percpu-for-nextTejun Heo2-14/+13
2009-07-09linker script: unify usage of discard definitionTejun Heo1-7/+1
2009-07-08Remove multiple KERN_ prefixes from printk formatsJoe Perches2-14/+13
2009-06-24linker script: throw away .discard sectionTejun Heo1-0/+1
2009-06-18ptrace: remove PT_DTRACE from m68k, m68knommuOleg Nesterov2-2/+0
2009-06-16mm: consolidate init_mm definitionAlexey Dobriyan1-4/+0
2009-06-12module: cleanup FIXME comments about trimming exception table entries.Rusty Russell1-2/+0
2009-06-11m68knommu: remove unecessary include of thread_info.h in entry.SGreg Ungerer1-1/+0
2009-06-11arch/m68knommu: Convert #ifdef DEBUG printk(KERN_DEBUG to pr_debug(Joe Perches1-9/+7
2009-04-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gerg/m68knommuLinus Torvalds3-9/+36
2009-04-22m68k,m68knommu: Wire up preadv and pwritevGeert Uytterhoeven1-0/+2
2009-04-22m68knommu: fix DMA support for ColdFireGreg Ungerer1-3/+34
2009-04-22m68knommu: remove unused kernel stats offsetsGreg Ungerer1-6/+0
2009-04-22m68knommu: fix missing .data.cacheline_aligned sectionGreg Ungerer1-0/+2
2009-04-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gerg/m68knommuLinus Torvalds2-2/+8
2009-04-02Simplify copy_thread()Alexey Dobriyan1-1/+1
2009-03-24m68knommu: switch to using generic_handle_irq()Greg Ungerer1-1/+1
2009-03-24m68knommu: add a local dma_sync_single_for_cpu() functionGreg Ungerer1-1/+7
2009-01-27m68knommu: fix syscall restartingGreg Ungerer2-1/+16