summaryrefslogtreecommitdiff
path: root/arch/mips
AgeCommit message (Expand)AuthorFilesLines
2011-10-01MIPS: Call oops_enter, oops_exit in dieNathan Lynch1-1/+9
2011-09-24MIPS: Octeon: Enable C0_UserLocal probing.David Daney1-1/+0
2011-09-21MIPS: No branches in delay slots for huge pages in handle_tlblDavid Daney1-1/+2
2011-09-21MIPS: Don't clobber CP0_STATUS value for CONFIG_MIPS_MT_SMTCDavid Daney1-2/+2
2011-09-21MIPS: Octeon: Select CONFIG_HOLES_IN_ZONEDavid Daney1-0/+5
2011-09-21MIPS: PM: Use struct syscore_ops instead of sysdevs for PM (v2)Rafael J. Wysocki1-30/+22
2011-09-21MIPS: Compat: Use 32-bit wrapper for compat_sys_futex.Yong Zhang3-2/+9
2011-09-21MIPS: Do not use EXTRA_CFLAGSArnaud Lacombe1-1/+1
2011-09-21MIPS: Alchemy: DB1200: Disable cascade IRQ in handlerManuel Lauss2-7/+4
2011-09-21MIPS: Lantiq: Fix setting the PCI bus speed on AR9John Crispin1-2/+7
2011-09-21MIPS: Lantiq: Fix external interrupt sourcesJohn Crispin1-4/+2
2011-09-21MIPS: tlbex: Fix build error in R3000 code.Ralf Baechle1-2/+1
2011-09-21MIPS: Alchemy: Include Au1100 in PM code.Manuel Lauss1-8/+14
2011-09-21MIPS: Alchemy: Fix typo in MAC0 registrationManuel Lauss1-1/+1
2011-09-21MIPS: MSP71xx: Fix build error.Ralf Baechle1-2/+2
2011-09-21MIPS: Handle __put_user() sleeping.Ralf Baechle1-0/+3
2011-09-21MIPS: Allow forced irq threadingThomas Gleixner1-0/+1
2011-09-21MIPS: i8259: Mark cascade interrupt non-threadedLiming Wang1-0/+1
2011-09-21MIPS: Loongson: Mark cascade interrupts IRQF_NO_THREADWu Zhangjin2-1/+3
2011-09-21MIPS: Mark cascade and low level interrupts IRQF_NO_THREADWu Zhangjin12-10/+24
2011-09-21MIPS: Make the die_lock be rawWu Zhangjin1-3/+3
2011-09-21MIPS: Ftrace: Fix the CONFIG_DYNAMIC_FTRACE=n compileThomas Gleixner1-19/+20
2011-09-21MIPS: RC32434: Fix PCI build errorYoichi Yuasa1-1/+1
2011-09-17MIPS: Remove unneeded version.h includes from arch/mips/Jesper Juhl3-3/+0
2011-09-17MIPS: Trivial style cleanups in mmap.cKevin Cernekee1-23/+25
2011-09-17MIPS: i8259: Correct comment for i8259Hillf Danton1-1/+1
2011-09-17MIPS: VPE: Select correct tcHillf Danton1-1/+1
2011-08-26All Arch: remove linkage for sys_nfsservctl system callNeilBrown4-4/+4
2011-07-26atomic: cleanup asm-generic atomic*.h inclusionArun Sharma1-6/+0
2011-07-26atomic: move atomic_add_unless to generic codeArun Sharma1-5/+5
2011-07-26atomic: use <linux/atomic.h>Arun Sharma16-16/+15
2011-07-26Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/upstream-linusLinus Torvalds55-286/+695
2011-07-26MIPS: Close races in TLB modify handlers.David Daney1-98/+194
2011-07-26MIPS: Add uasm UASM_i_SRL_SAFE macro.David Daney1-0/+2
2011-07-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds8-17/+10
2011-07-25MIPS: RB532: Use hex_to_bin()Andy Shevchenko1-15/+9
2011-07-25MIPS: Enable cpu_has_clo_clz for MIPS Technologies' platformsShinya Kuribayashi2-0/+4
2011-07-25MIPS: PowerTV: Provide cpu-feature-overrides.hDavid VomLehn1-0/+59
2011-07-25MIPS: Remove pointless return statement from empty void functions.Ralf Baechle11-15/+0
2011-07-25MIPS: Limit fixrange_init() to the FIXMAP regionKevin Cernekee3-5/+5
2011-07-25MIPS: Install handlers for software IRQsKevin Cernekee1-8/+6
2011-07-25MIPS: Move FIXADDR_TOP into spaces.hKevin Cernekee5-9/+56
2011-07-25MIPS: Add SYNC after cacheflushKevin Cernekee1-0/+4
2011-07-25MIPS: pfn_valid() is broken on low memory HIGHMEM systemsKevin Cernekee1-1/+1
2011-07-25MIPS: HIGHMEM DMA on noncoherent MIPS32 processorsDezhong Diao1-46/+68
2011-07-25MIPS: topdown mmap supportJian Peng2-23/+171
2011-07-25MIPS: Remove redundant addr_limit assignment on exec.Mathias Krause1-1/+0
2011-07-25MIPS: AR7: Replace __attribute__((__packed__)) with __packedFlorian Fainelli1-1/+1
2011-07-25MIPS: AR7: Remove 'space before tabs' in platform.cFlorian Fainelli1-1/+1
2011-07-24modules: make arch's use default loader hooksJonas Bonn1-18/+2