aboutsummaryrefslogtreecommitdiffstats
path: root/arch (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-05-08sh: Always fixup unaligned userspace accesses on sh64.Paul Mundt2-35/+5
2009-05-08sh: Kill off extra cflags Kconfig entry.Paul Mundt2-14/+0
2009-05-08sh: Always select RTC_LIB, not just for SUPERH32.Paul Mundt1-1/+1
2009-05-08sh: Drop dead rules from arch/sh/kernel/Makefile_64.Paul Mundt1-3/+0
2009-05-08sh: TMU platform data for sh7723Magnus Damm1-1/+195
2009-05-08sh: enable TMU clocksource on sh7722Magnus Damm1-2/+2
2009-05-08sh: clock framework update, fix count and kill off krefMagnus Damm2-34/+39
2009-05-08sh: Move out cayman-specific panic handler code to its own file.Paul Mundt3-44/+50
2009-05-08sh: Kill off unused sh64 debug code.Paul Mundt2-49/+1
2009-05-08sh: Kill off sh64's hand-rolled syscall tracer.Paul Mundt5-232/+2
2009-05-08sh: Kill off the global rtc_lock with extreme prejudice.Paul Mundt1-5/+0
2009-05-08sh: mach-sh03: Give the sh03 rtc its own spinlock.Paul Mundt1-5/+5
2009-05-08sh: Kill off dead timer sysclass pm hooks.Paul Mundt1-45/+0
2009-05-08sh: Kill off dead handle_timer_tick() code.Paul Mundt2-54/+4
2009-05-08sh: Wire up GENERIC_CMOS_UPDATE for the platforms that need it.Paul Mundt2-0/+18
2009-05-08sh: Rename arch/sh/kernel/time_32.c to arch/sh/kernel/time.c.Paul Mundt3-2/+2
2009-05-08sh: Finish the sh64 migration off of ARCH_USES_GETTIMEOFFSET.Paul Mundt4-269/+120
2009-05-08sh: Move out rtc-sh registration from time_64.c to setup-sh5.cPaul Mundt2-51/+32
2009-05-08sh: Enable new TMU driver support for all SH-3 and SH-4 CPUs.Paul Mundt1-2/+2
2009-05-08sh: TMU platform data for sh7785Magnus Damm2-0/+205
2009-05-08sh: r7785 highlander clock fixesMagnus Damm1-2/+2
2009-05-08sh: call clock framework init() callback onceMagnus Damm1-3/+6
2009-05-08sh: sh7785 early scif fixMagnus Damm1-1/+1
2009-05-07sh: Kill off unused SH-5 irq_describe cruft.Paul Mundt3-38/+0
2009-05-07sh: Integrate the SH-5 onchip_remap() more coherently.Paul Mundt11-190/+155
2009-05-07sh: sh64 still needs ARCH_USES_GETTIMEOFFSET temporarily.Paul Mundt1-0/+4
2009-05-07sh: Handle shm_align_mask also for HAVE_ARCH_UNMAPPED_AREA_TOPDOWN.Paul Mundt3-6/+136
2009-05-07sh: Flag IRQSTACKS as BROKEN for now.Paul Mundt1-1/+1
2009-05-03sh: Move dummy clockevents broadcast timer to its new home.Paul Mundt4-2/+4
2009-05-03sh: Kill off the now unused ARCH_USES_GETTIMEOFFSET code.Paul Mundt2-19/+0
2009-05-03sh: select both GENERIC_TIME and GENERIC_CLOCKEVENTS.Paul Mundt1-8/+1
2009-05-03sh: Consolidate MTU2/CMT/TMU timer platform data.Paul Mundt10-38/+35
2009-05-03sh: TMU platform data for sh7722Magnus Damm2-0/+100
2009-05-03clocksource: SuperH TMU Timer driverMagnus Damm1-0/+12
2009-05-03sh: remove old MTU2 driverMagnus Damm5-215/+2
2009-05-03sh: sh2a MTU2 platform dataMagnus Damm5-1/+405
2009-05-03clocksource: SuperH MTU2 Timer driverMagnus Damm1-0/+11
2009-05-03time: sh: convert to use arch_getoffset() infrastructurejohn stultz5-113/+11
2009-05-03sh: remove obsolete hw_interrupt_typeThomas Gleixner2-2/+2
2009-05-03sh: remove obsolete no_irq_typeThomas Gleixner1-2/+1
2009-05-03Merge branch 'timers/clocksource' of git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-tipPaul Mundt46-100/+170
2009-04-30sh: remove old CMT driverMagnus Damm5-206/+6
2009-04-30sh: sh2/sh2a 16-bit CMT platform dataMagnus Damm3-0/+252
2009-04-30sh: pass through ioremap() for non-mmu processors.Magnus Damm2-9/+9
2009-04-28m68k: arch/m68k/kernel/sun3-head.S needs <linux/init.h>Geert Uytterhoeven1-0/+1
2009-04-28Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpcLinus Torvalds9-49/+53
2009-04-28powerpc: Revert switch to TEXT_TEXT in linker scriptTim Abbott1-2/+2
2009-04-28sh: register the rtc-generic platform device properly.Paul Mundt1-1/+16
2009-04-28sh: setup timers in late_time_init()Magnus Damm1-14/+20
2009-04-28powerpc/ps3: Fix build error on UPGeoff Levand1-4/+0