aboutsummaryrefslogtreecommitdiffstats
path: root/arch/m68k (follow)
AgeCommit message (Expand)AuthorFilesLines
2006-04-11[PATCH] No arch-specific strpbrk implementationsKyle McMartin1-1/+0
2006-03-31[PATCH] unexport get_wchanAdrian Bunk1-1/+0
2006-03-28[PATCH] RTC: Remove some duplicate BCD definitionsMatt Mackall1-3/+1
2006-03-26[PATCH] bitops: m68k: use generic bitopsAkinobu Mita1-0/+4
2006-03-26[PATCH] more s/fucn/func/ typo fixesAkinobu Mita1-1/+1
2006-03-24[PATCH] kill include/linux/platform.h, default_idle() cleanupAdrian Bunk1-1/+1
2006-03-23[PATCH] m68k: rtc driver cleanupJean Delvare1-3/+1
2006-03-22[PATCH] remove set_page_count() outside mm/Nick Piggin3-3/+3
2006-02-18[PATCH] m68k: pm_power_off() breakageAl Viro1-0/+3
2006-02-14[PATCH] hrtimer: round up relative start time on low-res archesIngo Molnar1-0/+4
2006-02-11[PATCH] Add wording to m68k .S files to help clarify license infoMatt Waddel42-126/+84
2006-01-12[PATCH] m68k: console code in head.S needs framebuffer support built inAl Viro1-0/+2
2006-01-12[PATCH] m68k: fix reference to init_task in vmlinux-sun3.ldsAl Viro1-1/+1
2006-01-12[PATCH] m68k: fix use of void foo(void) asm("bar") in traps.cAl Viro1-19/+19
2006-01-12[PATCH] m68k: kill mach_floppy_setup, convert to proper __setup() in driversAl Viro4-27/+0
2006-01-12[PATCH] m68k: Moved initialisation of conswitchp from subarches to global arch setupAl Viro9-25/+4
2006-01-12[PATCH] m68k: NULL noise removalAl Viro1-2/+2
2006-01-12[PATCH] m68k: checksum __user annotationsAl Viro1-1/+1
2006-01-12[PATCH] m68k: syscalls __user annotationAl Viro1-23/+16
2006-01-12[PATCH] m68k: rtc __user annotationsAl Viro2-6/+6
2006-01-12[PATCH] m68k: signal __user annotationsAl Viro1-31/+31
2006-01-12[PATCH] m68k: basic iomem annotationsAl Viro1-6/+6
2006-01-12[PATCH] m68k: broken constraints on mulu.lAl Viro1-1/+1
2006-01-12[PATCH] m68k: memory input should be an lvalue (mac/misc.c)Al Viro1-1/+2
2006-01-12[PATCH] m68k: isa_{type,sex} should be exportedAl Viro1-0/+2
2006-01-12[PATCH] m68k: switch mac/misc.c to direct use of appropriate cuda/pmu/maciisi requestsAl Viro1-105/+218
2006-01-12[PATCH] m68k: namespace pollution fix (custom->amiga_custom)Al Viro5-37/+39
2006-01-12[PATCH] m68k: compile fix - updated vmlinux.lds to include LOCK_TEXTAl Viro2-0/+2
2006-01-12[PATCH] m68k: task_stack_page()Al Viro1-4/+3
2006-01-11[PATCH] capable/capability.h (arch/)Randy Dunlap3-0/+3
2006-01-10[PATCH] dump_thread() cleanupakpm@osdl.org1-2/+0
2006-01-08[PATCH] tiny: Make *[ug]id16 support optionalMatt Mackall1-4/+0
2005-11-13[PATCH] m68k: convert thread flags to use bit fieldsRoman Zippel5-60/+50
2005-11-13[PATCH] m68k: m68k-specific thread_info changesAl Viro1-0/+5
2005-11-09[PATCH] sched: disable preempt in idle tasksNick Piggin1-0/+2
2005-11-07[PATCH] m68k: fix-up schedule_timeout() usageNishanth Aravamudan1-4/+2
2005-11-07[PATCH] consolidate sys_ptrace()Christoph Hellwig1-44/+3
2005-10-30[PATCH] jiffies_64 cleanupThomas Gleixner1-4/+0
2005-10-30[PATCH] unify sys_ptrace prototypeChristoph Hellwig1-1/+1
2005-10-29[PATCH] mm: init_mm without ptlockHugh Dickins2-2/+2
2005-10-29[PATCH] mm: m68k kill stram swapHugh Dickins2-926/+16
2005-09-09Merge master.kernel.org:/pub/scm/linux/kernel/git/sam/kbuild Linus Torvalds6-14/+5
2005-09-09[PATCH] timer initialization cleanup: DEFINE_TIMERIngo Molnar2-3/+2
2005-09-09kbuild: m68k,parisc,ppc,ppc64,s390,xtensa use generic asm-offsets.h supportSam Ravnborg6-14/+5
2005-09-07[PATCH] Kconfig fix (BLK_DEV_FD dependencies)viro@ZenIV.linux.org.uk1-0/+5
2005-09-07[PATCH] NTP: ntp-helper functionsjohn stultz1-4/+1
2005-09-07[PATCH] move m68k rtc drivers over to initcallsChristoph Hellwig2-4/+5
2005-09-05[PATCH] m68k: cleanup inline mem functionsRoman Zippel6-159/+238
2005-09-05[PATCH] m68k: move cache functions into separate fileRoman Zippel3-105/+119
2005-09-05[PATCH] m68k: sys_ptrace cleanupRoman Zippel1-111/+64