aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips
Commit message (Expand)AuthorAgeFilesLines
* extable, core_kernel_data(): Make sure all archs define _sdataSteven Rostedt2011-05-201-0/+1
* Merge branch 'timers-clocksource-for-linus' of git://git.kernel.org/pub/scm/l...Linus Torvalds2011-05-1915-139/+20
|\
| * Merge branch 'consolidate-clksrc-i8253' of master.kernel.org:~rmk/linux-2.6-a...Thomas Gleixner2011-05-14176-2797/+3861
| |\
| | * clocksource: convert mips to generic i8253 clocksourceRussell King2011-05-143-77/+7
| * | mips: convert to clocksource_register_hz/khzJohn Stultz2011-02-2113-66/+14
| | |
| \ \
*-. \ \ Merge branches 'sched-core-for-linus' and 'sched-urgent-for-linus' of git://g...Linus Torvalds2011-05-197-9/+17
|\ \ \ \
| * | | | sched: Provide scheduler_ipi() callback in response to smp_send_reschedule()Peter Zijlstra2011-04-147-9/+17
| | |_|/ | |/| |
* | | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2011-05-191-10/+12
|\ \ \ \
| * \ \ \ Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git...Ingo Molnar2011-04-271-10/+12
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | jump label: Introduce static_branch() interfaceJason Baron2011-04-041-10/+12
* | | | | MIPS: Move arch_get_unmapped_area and gang to new file.Ralf Baechle2011-05-193-114/+124
* | | | | MIPS: Cleanup arch_get_unmapped_areaRalf Baechle2011-05-191-12/+5
* | | | | MIPS: Octeon: Don't request interrupts for unused IPI mailbox bits.David Daney2011-05-191-8/+7
* | | | | Octeon: Fix interrupt irq settings for performance counters.Chandrakala Chavva2011-05-192-7/+5
* | | | | MIPS: Fix build warnings on defconfigsWanlong Gao2011-05-192-4/+4
* | | | | MIPS: Lemote 2F, Malta: Fix build warningWanlong Gao2011-05-192-2/+2
* | | | | MIPS: Set ELF AT_PLATFORM string for Loongson2 processorsRobert Millan2011-05-191-0/+10
* | | | | MIPS: Set ELF AT_PLATFORM string for BMIPS processorsKevin Cernekee2011-05-191-0/+5
* | | | | MIPS: Introduce set_elf_platform() helper functionRobert Millan2011-05-191-4/+8
* | | | | MIPS: JZ4740: setup: Autodetect physical memory.Maarten ter Huurne2011-05-191-0/+32
* | | | | MIPS: BCM47xx: Fix MAC address parsing.Hauke Mehrtens2011-05-191-2/+10
* | | | | MIPS: BCM47xx: Extend the filling of SPROM from NVRAMHauke Mehrtens2011-05-191-15/+66
* | | | | MIPS: BCM47xx: Register SSB fallback sprom callbackHauke Mehrtens2011-05-192-1/+24
* | | | | MIPS: BCM47xx: Extend bcm47xx_fill_sprom with prefix.Hauke Mehrtens2011-05-191-8/+21
* | | | | SSB: Change fallback sprom to callback mechanism.Hauke Mehrtens2011-05-191-2/+14
* | | | | MIPS: Alchemy: Clean up GPIO registers and accessorsManuel Lauss2011-05-196-52/+56
* | | | | MIPS: Alchemy: Cleanup DMA addressesManuel Lauss2011-05-194-85/+35
* | | | | MIPS: Alchemy: Rewrite ethernet platform setupManuel Lauss2011-05-192-91/+123
* | | | | MIPS: Alchemy: Rewrite UART setup and constants.Manuel Lauss2011-05-199-78/+107
* | | | | MIPS: Alchemy: Convert dbdma.c to syscore_opsManuel Lauss2011-05-193-88/+47
* | | | | MIPS: Alchemy: Convert irq.c to syscore_ops.Manuel Lauss2011-05-191-60/+41
* | | | | MIPS: Alchemy: irq code and constant cleanupManuel Lauss2011-05-192-231/+140
* | | | | MIPS: Alchemy: update inlinable GPIO APIManuel Lauss2011-05-191-0/+51
* | | | | MIPS: DB1200: Set Config[OD] for improved stability.Manuel Lauss2011-05-192-2/+9
* | | | | MIPS: Split do_syscall_trace into two functions.Ralf Baechle2011-05-197-20/+43
* | | | | MIPS: Use single define for pending work on syscall exitRalf Baechle2011-05-192-1/+4
* | | | | MIPS: IP27: Remove pointless switch statement.Ralf Baechle2011-05-191-12/+1
* | | | | MIPS: Lantiq: Add etop board supportJohn Crispin2011-05-191-0/+6
* | | | | MIPS: Lantiq: Add ethernet driverJohn Crispin2011-05-194-2/+33
* | | | | MIPS: Lantiq: Add DMA supportJohn Crispin2011-05-195-2/+317
* | | | | MIPS: Lantiq: Add more gpio driversJohn Crispin2011-05-193-1/+284
* | | | | MIPS: Lantiq: Add machtypes for lantiq eval kitsJohn Crispin2011-05-196-0/+155
* | | | | MIPS: Lantiq: Add mips_machine supportJohn Crispin2011-05-197-2/+86
* | | | | MIPS: Lantiq: Add platform device supportJohn Crispin2011-05-196-2/+263
* | | | | MIPS: Lantiq: Add PCI controller support.John Crispin2011-05-195-0/+478
* | | | | MIPS: Lantiq: add SoC specific code for XWAY familyJohn Crispin2011-05-1916-0/+1026
* | | | | MIPS: Lantiq: Add initial support for Lantiq SoCsJohn Crispin2011-05-1913-0/+774
* | | | | MIPS: Enable kmemleak for MIPSMaxin John2011-05-191-0/+1
* | | | | MIPS: XLR, XLS: Add PCI support.Jayachandran C2011-05-194-1/+321
* | | | | MIPS: Add default configuration for XLR/XLS processorsJayachandran C2011-05-191-0/+574