summaryrefslogtreecommitdiffstats
path: root/arch/mips
Commit message (Expand)AuthorAgeFilesLines
* Merge commit 'remotes/tip/x86/paravirt' into x86/untangle2Jeremy Fitzhardinge2009-02-118-10/+15
|\
| * Merge branch 'linus' into core/percpuIngo Molnar2009-01-277-10/+10
| |\
| * \ Merge branch 'x86/mm' into core/percpuIngo Molnar2009-01-213-4/+1
| |\ \
| | \ \
| | \ \
| *-. \ \ Merge branches 'cpus4096', 'x86/cleanups' and 'x86/urgent' into x86/percpuIngo Molnar2009-01-158-10/+15
| |\ \ \ \
| | * | | | irq: update all arches for new irq_desc, fixMike Travis2009-01-155-5/+9
| | * | | | irq: update all arches for new irq_descMike Travis2009-01-124-5/+6
| | |/ / /
* | | | | MIPS: Alchemy: time.c build fixManuel Lauss2009-01-301-1/+1
* | | | | MIPS: RB532: Export rb532_gpio_set_func()Phil Sutter2009-01-302-2/+4
* | | | | MIPS: RB532: Update headersPhil Sutter2009-01-302-4/+3
* | | | | MIPS: RB532: Simplify dev3 initPhil Sutter2009-01-301-12/+2
* | | | | MIPS: RB532: Remove {get,set}_434_reg()Phil Sutter2009-01-301-27/+0
* | | | | MIPS: RB532: Move dev3 init code to devices.cPhil Sutter2009-01-302-39/+39
* | | | | MIPS: RB532: Fix set_latch_u5()Phil Sutter2009-01-301-1/+1
* | | | | MIPS: RB532: Fix init of rb532_dev3_ctl_resPhil Sutter2009-01-301-2/+3
* | | | | MIPS: RB532: Use driver_data instead of platform_dataPhil Sutter2009-01-301-1/+1
* | | | | MIPS: RB532: Detect uart type, add platform devicePhil Sutter2009-01-302-1/+27
* | | | | MIPS: RB532: remove useless CF GPIO initialisationPhil Sutter2009-01-301-6/+0
* | | | | MIPS: RB532: Auto disable GPIO alternate functionPhil Sutter2009-01-301-4/+4
* | | | | MIPS: RB532: Add set_type() function to IRQ struct.Phil Sutter2009-01-302-0/+30
* | | | | MIPS: RC32434: Define io_map_base for PCI controllerPhil Sutter2009-01-301-0/+11
* | | | | MIPS: RB532: Fix bit swapping in rb532_set_bit()Phil Sutter2009-01-301-4/+2
* | | | | MIPS: Use hardware watchpoints on all R1 and R2 CPUs.David Daney2009-01-301-1/+1
* | | | | MIPS: Read watch registers with interrupts disabled.David Daney2009-01-302-2/+12
* | | | | MIPS: Fix a typo in watchpoint register structure.David Daney2009-01-301-1/+1
* | | | | MIPS: TXx9: Add support for TX4939 internal RTCAtsushi Nemoto2009-01-303-0/+24
* | | | | MIPS: R2: Fix broken installation of cache error handler.Ralf Baechle2009-01-301-2/+6
* | | | | MIPS: IP27: Switch from DMA_IP27 to DMA_COHERENTRalf Baechle2009-01-304-7/+4
* | | | | MIPS: Add return value checks to user_termio_to_kernel_termios()Ralf Baechle2009-01-301-28/+72
* | | | | MIPS: Octeon: Remove duplicated #includesHuang Weiyi2009-01-301-2/+0
* | | | | MIPS: atomic_*(): Change type of intermediate variables.Ralf Baechle2009-01-301-26/+26
* | | | | MIPS: Port "mm: invoke oom-killer from page fault" from UML / x86Ralf Baechle2009-01-301-15/+6
* | | | | MIPS: Avoid destructive invalidation on partial cachelines.Ralf Baechle2009-01-301-1/+21
* | | | | MIPS: SMTC: Fix build after recent creditial changes.Ralf Baechle2009-01-301-1/+2
| |_|_|/ |/| | |
* | | | eeprom: More consistent symbol namesJean Delvare2009-01-267-10/+10
| |_|/ |/| |
* | | Merge branch 'syscalls' of git://git390.osdl.marist.edu/pub/scm/linux-2.6Linus Torvalds2009-01-141-1/+1
|\ \ \
| * | | [CVE-2009-0029] Rename old_readdir to sys_old_readdirHeiko Carstens2009-01-141-1/+1
| |/ /
* | | byteorder: make swab.h include asm/swab.h like a regular headerHarvey Harrison2009-01-142-3/+0
|/ /
* | MIPS: Only write c0_framemask on CPUs which have this register.Ralf Baechle2009-01-111-1/+4
* | MIPS: Alchemy: new userspace suspend interface for development boards.Manuel Lauss2009-01-115-353/+234
* | MIPS: Alchemy: dbdma suspend/resume support.Manuel Lauss2009-01-113-0/+81
* | MIPS: Alchemy: Fix up PM code on Au1550/Au1200Manuel Lauss2009-01-114-167/+225
* | MIPS: Alchemy: move calc_clock function.Manuel Lauss2009-01-114-54/+64
* | MIPS: Alchemy: RTC counter clocksource / clockevent support.Manuel Lauss2009-01-115-181/+143
* | MIPS: make cp0 counter clocksource/event usable as fallback.Manuel Lauss2009-01-115-12/+28
* | MIPS: Alchemy: remove cpu_table.Manuel Lauss2009-01-115-100/+42
* | MIPS: Alchemy: remove get/set_au1x00_lcd_clock().Manuel Lauss2009-01-113-34/+0
* | MIPS: Print irq handler descriptionManuel Lauss2009-01-111-0/+1
* | MIPS: Alchemy: pb1200: update CPLD cascade irq handler.Manuel Lauss2009-01-111-57/+30
* | MIPS: Alchemy: update core interrupt code.Manuel Lauss2009-01-1115-644/+514
* | MIPS: Alchemy: move commandline mangling out of common codeManuel Lauss2009-01-119-41/+136
OpenPOWER on IntegriCloud