summaryrefslogtreecommitdiffstats
path: root/arch/mips
Commit message (Expand)AuthorAgeFilesLines
* MIPS: Mark cascade and low level interrupts IRQF_NO_THREADWu Zhangjin2011-09-2112-10/+24
* MIPS: Make the die_lock be rawWu Zhangjin2011-09-211-3/+3
* MIPS: Ftrace: Fix the CONFIG_DYNAMIC_FTRACE=n compileThomas Gleixner2011-09-211-19/+20
* MIPS: RC32434: Fix PCI build errorYoichi Yuasa2011-09-211-1/+1
* MIPS: Remove unneeded version.h includes from arch/mips/Jesper Juhl2011-09-173-3/+0Star
* MIPS: Trivial style cleanups in mmap.cKevin Cernekee2011-09-171-23/+25
* MIPS: i8259: Correct comment for i8259Hillf Danton2011-09-171-1/+1
* MIPS: VPE: Select correct tcHillf Danton2011-09-171-1/+1
* All Arch: remove linkage for sys_nfsservctl system callNeilBrown2011-08-274-4/+4
* atomic: cleanup asm-generic atomic*.h inclusionArun Sharma2011-07-271-6/+0Star
* atomic: move atomic_add_unless to generic codeArun Sharma2011-07-271-5/+5
* atomic: use <linux/atomic.h>Arun Sharma2011-07-2716-16/+15Star
* Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/upstream-linusLinus Torvalds2011-07-2655-286/+695
|\
| * MIPS: Close races in TLB modify handlers.David Daney2011-07-261-98/+194
| * MIPS: Add uasm UASM_i_SRL_SAFE macro.David Daney2011-07-261-0/+2
| * MIPS: RB532: Use hex_to_bin()Andy Shevchenko2011-07-251-15/+9Star
| * MIPS: Enable cpu_has_clo_clz for MIPS Technologies' platformsShinya Kuribayashi2011-07-252-0/+4
| * MIPS: PowerTV: Provide cpu-feature-overrides.hDavid VomLehn2011-07-251-0/+59
| * MIPS: Remove pointless return statement from empty void functions.Ralf Baechle2011-07-2511-15/+0Star
| * MIPS: Limit fixrange_init() to the FIXMAP regionKevin Cernekee2011-07-253-5/+5
| * MIPS: Install handlers for software IRQsKevin Cernekee2011-07-251-8/+6Star
| * MIPS: Move FIXADDR_TOP into spaces.hKevin Cernekee2011-07-255-9/+56
| * MIPS: Add SYNC after cacheflushKevin Cernekee2011-07-251-0/+4
| * MIPS: pfn_valid() is broken on low memory HIGHMEM systemsKevin Cernekee2011-07-251-1/+1
| * MIPS: HIGHMEM DMA on noncoherent MIPS32 processorsDezhong Diao2011-07-251-46/+68
| * MIPS: topdown mmap supportJian Peng2011-07-252-23/+171
| * MIPS: Remove redundant addr_limit assignment on exec.Mathias Krause2011-07-251-1/+0Star
| * MIPS: AR7: Replace __attribute__((__packed__)) with __packedFlorian Fainelli2011-07-251-1/+1
| * MIPS: AR7: Remove 'space before tabs' in platform.cFlorian Fainelli2011-07-251-1/+1
| * MIPS: Lantiq: Add missing clk_enable and clk_disable functions.John Crispin2011-07-211-0/+13
| * MIPS: AR7: Fix trailing semicolon bug in clock.cFlorian Fainelli2011-07-211-1/+1
| * MIPS: BCM63xx: Remove duplicate PERF_IRQSTAT_REG definitionJonas Gorski2011-07-211-1/+0Star
| * MIPS: Netlogic: SMP fixes for XLR/XLS platform code.Jayachandran C2011-07-212-12/+3Star
| * MIPS: SB1250: Restore dropped irq_mask functionThomas Gleixner2011-07-211-0/+8
| * MIPS: MIPSsim: Fix uniprocessor build.Ralf Baechle2011-07-211-0/+1
| * MIPS: ARC: Fix build of firmware library on uniprocessor.Ralf Baechle2011-07-211-0/+2
| * MIPS: XLR, XLS: Move makefile bits to were they belong.Ralf Baechle2011-07-213-12/+12
| * MIPS: Malta: Fix crash in SMP kernel on non-CMP systems.Ralf Baechle2011-07-214-24/+56
| * MIPS: Wire up sendmmsg and renumber setns syscall.Ralf Baechle2011-07-215-9/+16
| * MIPS: SMTC: Fix build.Ralf Baechle2011-07-211-0/+1
| * MIPS: Malta SMTC: Fix build.Ralf Baechle2011-07-211-1/+1
| * MIPS: GT64120: Remove useless inclusion of clocksource.h.Ralf Baechle2011-07-211-2/+0Star
| * MIPS: NILE4: Remove useless inclusion of GT64120 header.Ralf Baechle2011-07-211-1/+0Star
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2011-07-258-17/+10Star
|\ \
| * | treewide: fix potentially dangerous trailing ';' in #defined values/expressionsPhil Carmody2011-07-211-1/+1
| * | Merge branch 'master' into for-nextJiri Kosina2011-07-111-1/+1
| |\ \
| * | | MIPS: static should be at beginning of declarationJesper Juhl2011-07-111-3/+2Star
| * | | Update my e-mail addressMichael Büsch2011-07-071-1/+1
| * | | treewide: remove duplicate includesVitaliy Ivanov2011-06-202-4/+0Star
| * | | treewide: Convert uses of struct resource to resource_size(ptr)Joe Perches2011-06-103-8/+6Star