aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips
AgeCommit message (Expand)AuthorFilesLines
2006-03-28[PATCH] remove add_parent()'s parent argumentOleg Nesterov1-2/+2
2006-03-28Merge master.kernel.org:/home/rmk/linux-2.6-serialLinus Torvalds1-1/+1
2006-03-28[PATCH] RTC: Remove some duplicate BCD definitionsMatt Mackall2-29/+17
2006-03-28[PATCH] RTC: Remove RTC UIP synchronization on MIPS-based DECMatt Mackall1-36/+11
2006-03-27[PATCH] mips: fixed collision of rtc function nameYoichi Yuasa18-45/+45
2006-03-27[PATCH] Notifier chain update: API changesAlan Stern3-3/+4
2006-03-27[PATCH] unify PFN_* macrosDave Hansen7-29/+7
2006-03-26[SERIAL] Remove obsoleted au1x00_uart driverRalf Baechle1-1/+1
2006-03-26[PATCH] bitops: mips: use generic bitopsAkinobu Mita1-0/+8
2006-03-26[PATCH] consolidate sys32/compat_adjtimexStephen Rothwell3-63/+2
2006-03-26[PATCH] create struct compat_timex and use it everywhereStephen Rothwell1-14/+1
2006-03-26[PATCH] sem2mutex: misc static one-file mutexesIngo Molnar1-31/+32
2006-03-25[PATCH] sys_alarm() unsigned signed conversion fixupThomas Gleixner1-21/+1
2006-03-24[PATCH] s/;;/;/gAlexey Dobriyan1-3/+3
2006-03-23[PATCH] more for_each_cpu() conversionsAndrew Morton3-12/+7
2006-03-22[PATCH] remove set_page_count() outside mm/Nick Piggin6-8/+8
2006-03-22[PATCH] mm: split highorder pagesNick Piggin1-2/+3
2006-03-21Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds2-4/+2
2006-03-21[MIPS] Update defconfigs.Ralf Baechle46-1830/+1537
2006-03-21[MIPS] Separate CPU entries in /proc/cpuinfo with a blank line.Martin Michlmayr1-0/+1
2006-03-21[MIPS] sys_mmap2 offset argument should always be shifted 12, not PAGE_SHIFT.H. Peter Anvin2-1/+8
2006-03-21[MIPS] TX49XX has prefetch.Atsushi Nemoto3-2/+10
2006-03-21[MIPS] Kill tlb-andes.c.Thiemo Seufer3-260/+6
2006-03-21[MIPS] War on whitespace: cleanup initial spaces followed by tabs.Ralf Baechle34-77/+78
2006-03-21[MIPS] Makefile crapectomy.Ralf Baechle1-169/+39
2006-03-21[MIPS] Mention Broadcom part number for BigSur boardMartin Michlmayr1-1/+1
2006-03-21[MIPS] Remove CONFIG_BUILD_ELF64.Ralf Baechle9-48/+9
2006-03-21[MIPS] Further sparsification for 32-bit compat code.Atsushi Nemoto2-84/+88
2006-03-21[MIPS] fix wrong __user usage in _sysn32_rt_sigsuspendAtsushi Nemoto1-1/+2
2006-03-21[MIPS] Signal cleanupAtsushi Nemoto4-32/+16
2006-03-21[MIPS] Reformat all of signal32.c with tabs instead of space for consistencyMartin Michlmayr1-6/+6
2006-03-21[MIPS] Delete unused sys32_waitpid.Ralf Baechle1-6/+0
2006-03-21[MIPS] Symmetric Uniprocessor support for Qemu.Ralf Baechle3-1/+51
2006-03-21[MIPS] sc-rm7k.c cleanupAtsushi Nemoto1-16/+9
2006-03-21[MIPS] Add early console for Cobalt.Peter Horton5-8/+58
2006-03-20[PATCH] USB: OHCI for AU1200Jordan Crouse1-1/+1
2006-03-20[PATCH] USB: EHCI for AU1200Jordan Crouse2-3/+1
2006-03-18[MIPS] SB1: Check for -mno-sched-prolog if building corelis debug kernel.Ralf Baechle1-1/+2
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-03-18[MIPS] Protect more of timer_interrupt() by xtime_lock.Ralf Baechle1-2/+4
2006-03-18[MIPS] Simple patch to power off DBAU1200Matej Kupljen1-0/+3
2006-03-18[MIPS] Fix DBAu1550 software power off.Sergei Shtylylov1-3/+4
2006-03-18[MIPS] local_r4k_flush_cache_page fixAtsushi Nemoto2-5/+9
2006-03-18[MIPS] Get rid of the IP22-specific code in arclib.Ralf Baechle1-19/+0
2006-03-09[MIPS] Always pass -msoft-float.Ralf Baechle1-0/+1
2006-03-09[MIPS] Scatter a bunch of __init over tlbex.c.Ralf Baechle1-17/+17
2006-03-09[MIPS] Momentum: Resurrect after things were moved around a while ago.Ralf Baechle7-23/+29
2006-03-09[MIPS] Discard .exit.text at runtime.Ralf Baechle1-1/+3
2006-03-09[MIPS] Enable highmem for all MIPS32 and MIPS64 processors.Ralf Baechle1-0/+4
2006-03-09[MIPS] A struct console.setup function may not be __init.Ralf Baechle1-1/+1
2006-03-01[MIPS] Use USECS_PER_SEC / HZ instead of tick_usec in do_gettimeofday.Atsushi Nemoto1-2/+3
2006-02-28[MIPS] Fix build error on processors that don's support copy-on-write.Ralf Baechle1-1/+1
2006-02-28[MIPS] Initialize S-cache function pointers even on S-cache-less CPUs.Ralf Baechle1-5/+11
2006-02-27[MIPS] Use generic compat routines for readdir, getdentsAtsushi Nemoto3-57/+3
2006-02-27[MIPS] SMP: Fix initialization order bug.Ralf Baechle6-29/+30
2006-02-24[PATCH] flags parameter for linkatUlrich Drepper1-1/+1
2006-02-21[MIPS] Disable CONFIG_ISCSI_TCP; it triggers a gcc 3.4 endless loop.Ralf Baechle1-4/+9
2006-02-21[MIPS] Yosemite: Fix build damage by dc8f6029cd51af1b148846a32e68d69013a5cc0f.Ralf Baechle1-1/+1
2006-02-21[MIPS] jiffies_to_compat_timeval fixAtsushi Nemoto2-4/+6
2006-02-21[MIPS] Add topology_init.Rojhalat Ibrahim1-0/+20
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-21[MIPS] Sibyte: #if CONFIG_* doesn't fly.Ralf Baechle1-1/+1
2006-02-21[MIPS] N32: Make sure pointer is good before passing it to sys_waitid().Ralf Baechle1-0/+3
2006-02-21[MIPS] N32: Fix N32 rt_sigtimedwait and rt_sigsuspend breakage.Ralf Baechle3-21/+35
2006-02-21[MIPS] Reformat _sys32_rt_sigsuspend with tabs instead of space for consistency.Ralf Baechle1-1/+1
2006-02-21[MIPS] Make do_signal32 return void.Martin Michlmayr1-5/+3
2006-02-21[MIPS] Add support for TIF_RESTORE_SIGMASK for signal32Martin Michlmayr1-27/+41
2006-02-21[MIPS] Make integer overflow exceptions in kernel mode fatal.Ralf Baechle1-1/+3
2006-02-14[MIPS] Fix typo in _sys32_rt_sigreturn and _sysn32_rt_sigreturn.Atsushi Nemoto2-2/+2
2006-02-14[MIPS] RM9000: Fix buggy I-cache workaround.Thomas Koeller1-1/+1
2006-02-14[MIPS] MT: Propagate config7 into VPE.Ralf Baechle1-0/+3
2006-02-14[MIPS] MT: Fix c0 back-to-back hazard.Ralf Baechle1-0/+2
2006-02-14[MIPS] Get rid of kludgery needed to keep stdargs of old compilers working.Ralf Baechle1-1/+0
2006-02-14[MIPS] Add protected_blast_icache_range, blast_icache_range, etc.Atsushi Nemoto2-151/+23
2006-02-14[MIPS] Rewrite get_wchan and its helper functions using kallsyms_lookup.Atsushi Nemoto1-81/+77
2006-02-14[MIPS] Remove commented out function prom_build_cpu_map.Ralf Baechle1-29/+0
2006-02-13[PATCH] MIPS 32bit machines need fstatat64 support.Yoichi Yuasa1-1/+1
2006-02-08Merge master.kernel.org:/home/rmk/linux-2.6-serialLinus Torvalds9-24/+19
2006-02-08[MIPS] Sparse: Add __user tags to syscall.cAtsushi Nemoto1-22/+26
2006-02-08[MIPS] Wire up new syscalls.Ralf Baechle4-0/+68
2006-02-08[MIPS] Make do_signal return void.Ralf Baechle2-6/+5
2006-02-08[MIPS] Add support for TIF_RESTORE_SIGMASK.Ralf Baechle4-44/+58
2006-02-07[MIPS] Clear ST0_RE on bootup.Ralf Baechle1-1/+1
2006-02-07[MIPS] TX49x7: Fix reporting of the CPU name and PCI clockSergei Shtylylov2-49/+97
2006-02-07[MIPS] Fix linker script to work for non-4K page size.Ralf Baechle1-5/+6
2006-02-07[MIPS] Oprofile: Support for 34K UP kernels.Ralf Baechle2-0/+7
2006-02-07[MIPS] Fix dump_tlb.c warning and cleanup.Atsushi Nemoto1-18/+15
2006-02-07[MIPS] Fix minor sparse warningsAtsushi Nemoto3-2/+4
2006-02-07[MIPS] Sparse: Add some __user tags to signal functions.Atsushi Nemoto4-42/+45
2006-02-07[MIPS] Shrink Qemu configuration to the bare minimum that is need and tested.Ralf Baechle1-52/+26
2006-02-07[MIPS] Support /proc/kcore for MIPSDaniel Jacobowitz1-0/+16
2006-02-07[MIPS] IP22: Fix serial console detectionRalf Baechle1-2/+8
2006-02-07[MIPS] ieee754[sd]p_neg workaroundAtsushi Nemoto2-8/+20
2006-02-07[MIPS] Remove wrong __user tags.Atsushi Nemoto2-7/+5
2006-02-07[MIPS] Remove commented out code to add -mmad for Nevada.Ralf Baechle1-1/+0
2006-02-07[MIPS] Fix Cobalt PCI cache line sizesPeter Horton1-2/+2
2006-02-07[MIPS] Sparse: Add _MIPS_SZINT and _MIPS_ISA to CHECKFLAGS to fix sparse warn...Atsushi Nemoto1-0/+22
2006-02-07[MIPS] Sparse: Fix some compiler/sparse warnings in ptrace32.cAtsushi Nemoto1-7/+15
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] Get rid of CONFIG_SB1_PASS_1_WORKAROUNDS #ifdef crapola.Ralf Baechle1-4/+3
2006-02-07[MIPS] Au1xx0: really set KSEG0 to uncached on rebootSergei Shtylylov1-1/+1
2006-02-07[MIPS] SB1: Add oprofile support.Mark Mason3-0/+8
2006-02-07[MIPS] BCM1480: Cleanup debug code left behind in the PCI driver.Mark Mason1-2/+0
2006-02-07[MIPS] BCM1125 PCI fixesMark Mason1-0/+1
2006-02-07[MIPS] Nevada support for SGI O2.Ralf Baechle2-0/+2
2006-02-07[MIPS] Rename include/asm-mips/cobalt to include/asm-mips/mach-cobalt.Ralf Baechle7-7/+7
2006-02-07[MIPS] Rename _machine_power_off to pm_power_off so the kernel builds again.Ralf Baechle29-38/+78
2006-02-07[MIPS] Check function pointers are non-zero before calling.Ralf Baechle1-4/+6
2006-02-07[MIPS] Revert "mips: add pm_power_off"Ralf Baechle1-6/+0
2006-02-07[MIPS] RTLX compile fixes.Ralf Baechle1-0/+4
2006-02-07[MIPS] Get rid of unnecessary prototypes. Fixes and optimizations for HZ > 100.Ralf Baechle1-27/+25
2006-02-07[MIPS] Remove stray .set mips3 resulting in 64-bit instruction in 32-bit kern...Ralf Baechle1-1/+1
2006-02-05[SERIAL] uart_port flags member should use UPF_*Russell King9-18/+13
2006-02-05[SERIAL] uart_port iotype member should use UPIO_*Russell King5-6/+6
2006-02-01[PATCH] mips: gdb-stub.c: fix parse error before ; tokenAlexey Dobriyan1-1/+1
2006-01-16[PATCH] mips: add pm_power_offYoichi Yuasa1-0/+6
2006-01-12[PATCH] mips: task_stack_page()Al Viro1-3/+3
2006-01-12[PATCH] mips: task_thread_info()Al Viro8-14/+13
2006-01-12[PATCH] mips: task_pt_regs()Al Viro3-15/+7
2006-01-11[PATCH] capable/capability.h (arch/)Randy Dunlap2-0/+2
2006-01-10Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linusLinus Torvalds62-120/+145
2006-01-10[PATCH] sanitize building of fs/compat_ioctl.cChristoph Hellwig2-52/+1
2006-01-10MIPS: Malta: Change CPU default to R2.Ralf Baechle1-5/+5
2006-01-10MIPS: R2: Set 64BIT_PHYS_ADDR for R2 processor also.Ralf Baechle1-1/+1
2006-01-10MIPS: Don't pass -finline-limit=100000.Ralf Baechle1-1/+0
2006-01-10MIPS: Namespace pollution: dump_regs() -> elf_dump_regs()Al Viro1-2/+2
2006-01-10MIPS: Remove unused CONFIG_CPU_HAS_LLDSCD.Ralf Baechle24-31/+0
2006-01-10Update Yoichi Yuasa's email address.Ralf Baechle20-23/+23
2006-01-10MIPS: Oprofile: Add 5K, 20K and 25K support.Ralf Baechle2-0/+15
2006-01-10MIPS: Oprofile: Print error message if the CPU happen to have no counters.Ralf Baechle1-1/+3
2006-01-10MIPS: Oprofile: Fixup the loose ends in the plumbing.Ralf Baechle4-7/+49
2006-01-10MIPS: MIPS boards: Get rid of useless SMP/non-SMP casing.Ralf Baechle1-13/+2
2006-01-10MIPS: Introduce machinery for testing for MIPSxxR1/2.Ralf Baechle2-8/+33
2006-01-10MIPS: Rename MIPS_CPU_ISA_M{32,64} -> MIPS_CPU_ISA_M{32,64}R1.Ralf Baechle3-9/+9
2006-01-10MIPS: MT: Fix 32-bit dependencies.Ralf Baechle1-4/+4
2006-01-10MIPS: FP: Remove silly trick to avoid warning.Ralf Baechle4-8/+0
2006-01-10MIPS: DSP: Put DSPcontrol register into the right place in the signal frame.Ralf Baechle1-1/+1
2006-01-10MIPS: DSP: eleminate used_dsp.Ralf Baechle2-12/+4
2006-01-09Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/pci-2.6Linus Torvalds1-1/+1
2006-01-09[PATCH] Fix more "if ((err = foo() < 0))" typosAlexey Dobriyan1-1/+2
2006-01-09[PATCH] arch: Replace pci_module_init() with pci_register_driver()Richard Knutsson1-1/+1
2006-01-08[PATCH] use ptrace_get_task_struct in various placesChristoph Hellwig1-20/+6
2006-01-08[PATCH] fix more missing includesTim Schmielau1-0/+1
2006-01-04Relax the rw_verify_area() error checking.Linus Torvalds1-2/+2
2005-12-12[PATCH] mips: setup_zero_pages count 1Hugh Dickins1-2/+2
2005-12-01[MIPS] Update defconfigs to reflect Kconfig changes.Ralf Baechle45-3184/+3160
2005-12-01[MIPS] Avoid duplicate do_syscall_trace calls on return from sigreturn.Ralf Baechle3-8/+0
2005-12-01[MIPS] Fix register handling in syscalls when debugging.Ralf Baechle4-4/+12
2005-12-01[MIPS] Alchemy: Set board type on initialization.Ralf Baechle1-1/+11
2005-12-01[MIPS] Alchemy: Fix BCSR accesses.Ralf Baechle1-4/+3
2005-12-01[MIPS] Fix return path of sysmips(MIPS_ATOMIC_SET, ...)Ralf Baechle2-26/+2
2005-12-01[MIPS] Qemu: Accept kernel command line passed by the Emulator.Ralf Baechle1-1/+12
2005-12-01[MIPS] Generate SIGILL againDaniel Jacobowitz1-2/+3
2005-12-01[MIPS] Kconfig: Include init/Kconfig after we've set 32BIT / 64BIT.Ralf Baechle1-2/+2
2005-12-01[MIPS] Use reset_page_mapcount to initialize empty_zero_page usage counter.Ralf Baechle1-1/+1
2005-12-01[MIPS] R10000 and R12000 need to set MIPS_CPU_4K_CACHE ...Ralf Baechle1-2/+2
2005-12-01[MIPS] JMR3927: Declare puts function.Ralf Baechle1-0/+2
2005-12-01[MIPS] JMR3927 fixes.Sergei Shtylylov1-9/+19
2005-11-17[MIPS] Update defconfigsRalf Baechle45-654/+1917
2005-11-17[MIPS] SEAD: More build fixes.Ralf Baechle2-13/+3
2005-11-17[MIPS] TX3927: Try to glue the PCI code.Ralf Baechle1-71/+43
2005-11-17[MIPS] Ocelot G: Use CPU_MASK_NONE instead of 0 to initialize cpu mask.Ralf Baechle1-1/+1
2005-11-17[MIPS] JMR3927: Fix compilation by including <linux/ds1742rtc.h>.Ralf Baechle1-1/+1
2005-11-17[MIPS] JMR3927: need include/asm-mips/mach-jmr3927 in it's include path.Ralf Baechle1-0/+1
2005-11-17[MIPS] JMR3927: It's ops-tx3927.o not ops-jmr3927.oRalf Baechle1-1/+1
2005-11-17[MIPS] Alchemy: Console output fixupPantelis Antoniou1-1/+1
2005-11-17[MIPS] IP32: Fix sparse warnings.Arnaud Giersch1-2/+2
2005-11-17[MIPS] IP32: Export mace symbol.Arnaud Giersch1-0/+3
2005-11-17[MIPS] JMR3927: Fix syntax error.Ralf Baechle1-1/+1
2005-11-17[MIPS] JMR3927: Undo accidental rename.Ralf Baechle1-1/+1
2005-11-17[MIPS] DDB5477: Fix unused variable warning.Ralf Baechle1-3/+7
2005-11-13[PATCH] arch/mips/au1000/common/usbdev.c: don't concatenate __FUNCTION__ with...Clemens Buchacher1-2/+2
2005-11-13[PATCH] move pm_register/etc. to CONFIG_PM_LEGACY, pm_legacy.hJeff Garzik1-0/+1
2005-11-09[PATCH] fbdev: Remove remains of epson1356fbRalf Baechle6-16/+0
2005-11-09[PATCH] sched: disable preempt in idle tasksNick Piggin2-1/+5
2005-11-09[PATCH] remove ioctl32_handler_tChristoph Hellwig1-3/+1
2005-11-09[PATCH] changing CONFIG_LOCALVERSION rebuilds too much, for no good reasonOlaf Hering1-1/+0
2005-11-07Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linusLinus Torvalds20-182/+249
2005-11-07Fix return type of setup_frame variantsAtsushi Nemoto2-8/+8
2005-11-07IRIX: Use schedule_timeout_interruptible.Ralf Baechle1-2/+1
2005-11-07Use rtc_lock to protect RTC operationsAtsushi Nemoto11-2/+86
2005-11-07Add .gitignore files for MIPS.Ralf Baechle1-0/+4
2005-11-07VPE loader janitoringRalf Baechle1-56/+44
2005-11-07PNX8550 uses a MIPS32-like processor core, not R4xx0.Ralf Baechle3-10/+13
2005-11-07Turn rtlx upside down.Ralf Baechle1-104/+93
2005-11-07[PATCH] consolidate sys_ptrace()Christoph Hellwig1-50/+5
2005-10-31Merge master.kernel.org:/home/rmk/linux-2.6-drvmodelLinus Torvalds1-0/+1
2005-10-30[PATCH] fix missing includesTim Schmielau1-0/+1
2005-10-30[PATCH] jiffies_64 cleanupThomas Gleixner1-4/+0
2005-10-30[PATCH] unify sys_ptrace prototypeChristoph Hellwig1-1/+1
2005-10-30[PATCH] Don't uselessly export task_struct to userspace in core dumpsEric W. Biederman1-11/+6
2005-10-29[PATCH] mm: init_mm without ptlockHugh Dickins1-3/+1
2005-10-29[PATCH] mm: mm_init set_mm_countersHugh Dickins1-1/+0
2005-10-29Update MIPS defconfig files.Ralf Baechle46-5986/+17743
2005-10-29 prom_free_prom_memory() returns unsigned longArthur Othieno3-3/+6
2005-10-29Get rid of SINGLE_ONLY_FPU. Linux does not support half FPU other thanRalf Baechle1-62/+8
2005-10-29Fix all the get_user / put_user related sparse warnings.Ralf Baechle1-15/+15