summaryrefslogtreecommitdiff
path: root/arch/mips/sibyte
AgeCommit message (Expand)AuthorFilesLines
2006-03-27[PATCH] mips: fixed collision of rtc function nameYoichi Yuasa1-4/+4
2006-03-18[MIPS] Sibyte: Fix race in sb1250_gettimeoffset().Ralf Baechle2-17/+63
2006-03-18[MIPS] Sibyte: Fix interrupt timer off by one bug.Ralf Baechle1-2/+2
2006-02-27[MIPS] SMP: Fix initialization order bug.Ralf Baechle1-3/+7
2006-02-21[MIPS] Fix compiler warnings in arch/mips/sibyte/bcm1480/irq.cMartin Michlmayr1-3/+2
2006-02-21[MIPS] Sibyte: Config option names shouldn't be prefixed with CONFIG_Ralf Baechle1-2/+2
2006-02-07[MIPS] Reformat to 80 columns.Ralf Baechle1-8/+19
2006-02-07[MIPS] Sibyte: Make all setup functions __init.Ralf Baechle1-4/+5
2006-02-07[MIPS] Rename _machine_power_off to pm_power_off so the kernel builds again.Ralf Baechle2-2/+4
2006-01-12[PATCH] mips: task_thread_info()Al Viro1-1/+1
2005-11-07Use rtc_lock to protect RTC operationsAtsushi Nemoto2-0/+13
2005-10-29SB1 cache exception handling.Andrew Isaacson1-0/+8
2005-10-29Add support for BCM1480 family of chips.Andrew Isaacson9-2/+1080
2005-10-29No need to explicitly call __read_64bit_c0_split; __read_64bit_c0_registerRalf Baechle1-6/+1
2005-10-29Use cpumask_t rather than hand-rolled bitmask code in sb1250_set_affinity.Andrew Isaacson1-11/+4
2005-10-29Switch Sibyte profiling driver to ->compat_ioctlRalf Baechle1-5/+8
2005-10-29Do the timer interrupt only once on CPU 0 ...Ralf Baechle1-8/+9
2005-10-29Don't redeclare ll_local_timer_interrupt.Ralf Baechle1-1/+0
2005-10-29Convert struct hw_interrupt_type initializations to ISO C99 namedRalf Baechle1-10/+8
2005-10-29Switch SiByte drivers back to __raw_*() functions.Maciej W. Rozycki9-195/+206
2005-10-29Move Sibyte Kconfig stuff into it's own Kconfig.Ralf Baechle1-0/+143
2005-10-29Replace deprecated interruptible_sleep_on() function call with directRalf Baechle1-2/+9
2005-10-29Get rid of early_init. There's more need to make this form ofRalf Baechle1-5/+1
2005-09-05[PATCH] mips: nuke trailing whitespaceRalf Baechle8-19/+19
2005-09-05[PATCH] mips: clean up 32/64-bit configurationRalf Baechle2-2/+2
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds23-0/+4143