aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-mips
AgeCommit message (Expand)AuthorFilesLines
2006-12-07[PATCH] mm: k{,um}map_atomic() vs in_atomic()Peter Zijlstra1-2/+8
2006-12-07[PATCH] mm: pagefault_{disable,enable}()Peter Zijlstra1-2/+2
2006-12-06[MIPS] Import updates from i386's i8259.cAtsushi Nemoto1-8/+29
2006-12-06[MIPS] pte_offset(dir,addr): parenthesis fixFranck Bui-Huu2-5/+5
2006-12-04[PATCH] Centralise definitions of sector_t and blkcnt_tMatthew Wilcox1-10/+0
2006-12-04[MIPS] Cleanup memory barriers for weakly ordered systems.Ralf Baechle6-209/+218
2006-12-04[MIPS] Fix atomic.h build errors.Ralf Baechle1-1/+1
2006-12-04[MIPS] Use SYSVIPC_COMPAT to fix various problems on N32Atsushi Nemoto1-0/+68
2006-12-04[MIPS] klconfig add missing bracketMariusz Kozlowski1-1/+1
2006-12-02[NET]: MIPS checksum annotations and cleanups.Al Viro1-29/+26
2006-12-01Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linusLinus Torvalds19-182/+170
2006-12-01Driver core: add dev_archdata to struct deviceBenjamin Herrenschmidt1-0/+7
2006-11-30[MIPS] Remove duplicate ISA DMA code for 0 DMA channel case.Ralf Baechle1-0/+2
2006-11-30[MIPS] Remove unused definition of cpu_to_lelongp()Ralf Baechle1-2/+0
2006-11-30[MIPS] Remove userspace proofing from <asm/bitops.h>.Ralf Baechle1-42/+21
2006-11-30[MIPS] Remove old junk left from old atomic_lock.Ralf Baechle1-9/+1
2006-11-30[MIPS] Use conditional traps for BUG_ON on MIPS II and better.Ralf Baechle2-2/+12
2006-11-30[MIPS] mips HPT cleanup: make clocksource_mips publicAtsushi Nemoto1-4/+4
2006-11-30[MIPS] do_IRQ cleanupAtsushi Nemoto1-6/+0
2006-11-30[MIPS] use generic_handle_irq, handle_level_irq, handle_percpu_irqAtsushi Nemoto1-1/+1
2006-11-30[MIPS] IRQ cleanupsAtsushi Nemoto1-2/+0
2006-11-30[MIPS] mips hpt cleanup: get rid of mips_hpt_initAtsushi Nemoto1-1/+0
2006-11-30[MIPS] Fix alignment hole in struct cache_desc; shrink struct.Ralf Baechle1-5/+5
2006-11-30[MIPS] Remove unused R10000 performance counter definitions.Ralf Baechle1-56/+0
2006-11-30[MIPS] Add support for kexecNicolas Schichan1-0/+32
2006-11-30[MIPS] Load modules to CKSEG0 if CONFIG_BUILD_ELF64=nAtsushi Nemoto1-0/+13
2006-11-30[MIPS] Rewrite GALILEO_INL/GALILEO_OUTL to GT_READ/GT_WRITEYoichi Yuasa3-28/+43
2006-11-30[MIPS] Use "long" for 64-bit values on 64-bit kernel.Atsushi Nemoto1-18/+22
2006-11-30[MIPS] Introduce __pa_symbol()Franck Bui-Huu1-0/+1
2006-11-30[MIPS] Make __pa() aware of XKPHYS/CKSEG0 address mix for 64 bit kernelsFranck Bui-Huu1-2/+7
2006-11-30[MIPS] page.h: remove __pa() usages.Franck Bui-Huu3-4/+6
2006-11-22[PATCH] make au1xxx-ide compile againManuel Lauss1-4/+2
2006-11-06[MIPS] Make irq number allocator generally available for fixing EV64120.Ralf Baechle1-0/+4
2006-11-02[MIPS] Don't use R10000 llsc workaround version for all llsc-full processors.Ralf Baechle1-1/+1
2006-11-01[MIPS] 16K & 64K page size fixesRalf Baechle3-2/+4
2006-10-31[MIPS] Fixup migration to GENERIC_TIMEAtsushi Nemoto3-30/+3
2006-10-31[MIPS] VSMP: Synchronize cp0 counters on bootup.Ralf Baechle1-0/+2
2006-10-30[MIPS] MIPS doesn't need compat_sys_getdents.Ralf Baechle1-0/+1
2006-10-30[MIPS] Wire up getcpu(2) and epoll_wait(2) syscalls.Ralf Baechle1-6/+12
2006-10-21[MIPS] Fix aliasing bug in copy_to_user_page / copy_from_user_pageRalf Baechle2-18/+15
2006-10-19[MIPS] Fix iounmap argument to const volatile.Ralf Baechle1-2/+2
2006-10-19[MIPS] Reserve syscall numbers for kexec_load.Ralf Baechle1-6/+9
2006-10-19[MIPS] More vr41xx pt_regs fixupsYoichi Yuasa1-1/+1
2006-10-11Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linusLinus Torvalds3-56/+22
2006-10-11[MIPS] Cleanup definitions of speed_t and tcflag_t.Ralf Baechle1-9/+3
2006-10-11[MIPS] Optimize and cleanup get_saved_sp, set_saved_spAtsushi Nemoto1-45/+19
2006-10-11[MIPS] <asm/irq.h> does not need pt_regs anymore.Atsushi Nemoto1-2/+0
2006-10-11[PATCH] Consolidate check_signatureMatthew Wilcox1-26/+0
2006-10-09[MIPS] Make sure cpu_has_fpu is used only in atomic contextAtsushi Nemoto1-2/+4
2006-10-09[MIPS] Alchemy: nuke usbdev; it's useless as is ...Ralf Baechle1-73/+0
2006-10-09IRQ: Use the new typedef for interrupt handler function pointersDavid Howells1-1/+1
2006-10-09[MIPS] DEC: pt_regs fixes for buserror handlersRalf Baechle3-6/+3
2006-10-08[MIPS] Complete fixes after removal of pt_regs argument to int handlers.Ralf Baechle8-15/+31
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells2-2/+3
2006-10-04[MIPS] PNX8550 fixupsVitaly Wool1-0/+14
2006-10-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialLinus Torvalds1-1/+1
2006-10-03fix file specification in commentsUwe Zeisberger1-1/+1
2006-10-03[MIPS] Remove IT8172-based platforms, ITE 8172G and Globespan IVR support.Yoichi Yuasa8-852/+0
2006-10-03[MIPS] Let gcc align 'struct pt_regs' on 8 bytes boundaryFranck Bui-Huu1-2/+1
2006-10-03[PATCH] sched: introduce child field in sched_domainSiddha, Suresh B1-0/+1
2006-10-02Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linusLinus Torvalds7-78/+78
2006-10-02[PATCH] remove remaining errno and __KERNEL_SYSCALLS__ referencesArnd Bergmann1-39/+0
2006-10-01[MIPS] Remove unused galileo-boars header filesYoichi Yuasa2-67/+0
2006-10-01[MIPS] Rename SERIAL_PORT_DEFNS for EV64120Yoichi Yuasa1-9/+8
2006-10-01[MIPS] Add UART IRQ number for EV64120Yoichi Yuasa1-0/+1
2006-10-01[MIPS] Make unwind_stack() can dig into interrupted contextAtsushi Nemoto1-1/+1
2006-10-01[MIPS] Remove __flush_icache_pageAtsushi Nemoto1-2/+0
2006-10-01[MIPS] lockdep: Add STACKTRACE_SUPPORT and enable LOCKDEP_SUPPORTAtsushi Nemoto1-0/+44
2006-10-01[MIPS] lockdep: fix TRACE_IRQFLAGS_SUPPORTAtsushi Nemoto1-0/+25
2006-10-01[PATCH] Directed yield: cpu_relax variants for spinlocks and rw-locksMartin Schwidefsky1-0/+4
2006-09-27[MIPS] s/__ASSEMBLER__/__ASSEMBLY__/ for clarity sake.Ralf Baechle4-6/+6
2006-09-27[MIPS] Have headers_install install <asm/cachectl.h> and <asm/sysmips.h>.Ralf Baechle1-1/+1
2006-09-27[MIPS] fstatat syscall namesRichard Sandiford1-3/+3
2006-09-27[MIPS] Remove EV96100 as previously announced.Ralf Baechle4-477/+3
2006-09-27[MIPS] Cleanup hazard handling.Ralf Baechle1-236/+126
2006-09-27[MIPS] Fix USER_PTRS_PER_PGD for 64K page size.Peter Watkins1-1/+5
2006-09-27[MIPS] Move excite_fpga.h to include/asm-mips/mach-excitethomas@koeller.dyndns.org1-0/+80
2006-09-27[MIPS] Reformat missformated SMTC bits.Ralf Baechle1-4/+4
2006-09-27[MIPS] Qemu does not have D-cache aliasesAtsushi Nemoto1-1/+1
2006-09-27[MIPS] Remove F_SETSIG and F_GETSIG in favor of the asm-generic definitions.Yoichi Yuasa1-2/+0
2006-09-27[MIPS] Move definition of IRIX compat constant into IRIX compat code.Ralf Baechle1-2/+0
2006-09-27[MIPS] Use common definitions from asm-generic/signal.hYoichi Yuasa1-8/+1
2006-09-27[MIPS] Atlas: update interrupt handlingMaciej W. Rozycki2-39/+87
2006-09-27[MIPS] Atlas: Fix building the RTC driverMaciej W. Rozycki1-0/+2
2006-09-27[MIPS] Wire up set_robust_list(2) and get_robust_list(2)Atsushi Nemoto1-6/+12
2006-09-27[MIPS] Fix errors detected by "make headers_check"Atsushi Nemoto4-2/+11
2006-09-27[MIPS] Do not lose upper 32-bit on MIPS32 with 64-bit addresses in __pte().Ralf Baechle1-1/+3
2006-09-27[MIPS] Replace generic__raw_read_trylock usageRalf Baechle1-1/+46
2006-09-27[MIPS] Retire flush_icache_page from mm use.Ralf Baechle2-6/+13
2006-09-27[MIPS] Cleanup leftovers of ARCH_HAS_IRQ_PER_CPURalf Baechle1-4/+0
2006-09-26[PATCH] Alchemy: Delete unused pt_regs * argument from au1xxx_dbdma_chan_allocRalf Baechle1-3/+3
2006-09-26[PATCH] Standardize pxx_page macrosDave McCracken3-7/+9
2006-09-13[PATCH] headers_check: fix userspace build of asm-mips/page.hDavid Woodhouse1-6/+2
2006-07-14[PATCH] remove set_wmb - arch removalSteven Rostedt1-3/+0
2006-07-13[MIPS] vr41xx: Update workpad setup functionYoichi Yuasa1-43/+0
2006-07-13[MIPS] vr41xx: Update e55 setup functionYoichi Yuasa1-43/+0
2006-07-13[MIPS] vr41xx: Removed old v2.4 VRC4173 driverYoichi Yuasa1-201/+0
2006-07-13[MIPS] vr41xx: Move IRQ numbers to asm-mips/vr41xx/irq.hYoichi Yuasa9-80/+107
2006-07-13[MIPS] Replace board_timer_setup function pointer by plat_timer_setup.Ralf Baechle1-2/+2
2006-07-13[MIPS] vr41xx: Replace magic number for P4K bit with symbol.Yoichi Yuasa1-0/+1
2006-07-13[MIPS] TRACE_IRQFLAGS_SUPPORT support.Ralf Baechle5-37/+41
2006-07-13[MIPS] Fix rdhwr_op definition.Atsushi Nemoto1-1/+1
2006-07-13[MIPS] Sparsemem fixesAtsushi Nemoto1-8/+4
2006-07-13[MIPS] VR41xx: Set VR41_CONF_BP only for PrId 0x0c80.Yoichi Yuasa1-0/+1
2006-07-13[MIPS] Use the proper technical term for naming some of the cache macros.Ralf Baechle11-14/+14
2006-07-13[MIPS] vr41xx: Removed unused definitions for NEC CMBVR4133.Yoichi Yuasa1-3/+0
2006-07-13[MIPS] Wire up vmsplice(2) and move_pages(2).Ralf Baechle1-6/+12
2006-07-13[MIPS] Don't include obsolete <linux/config.h>.Ralf Baechle2-2/+0
2006-07-13[MIPS] Default cpu_has_mipsmt to a runtime checkChris Dearman1-5/+1
2006-07-10[PATCH] char/rtc: Handle memory-mapped chips properlyMaciej W. Rozycki1-0/+2
2006-07-04Merge git://git.infradead.org/hdrinstall-2.6Linus Torvalds1-0/+1
2006-07-02[PATCH] irq-flags: MIPS: Use the new IRQF_ constantsThomas Gleixner3-13/+2
2006-06-29[AF_UNIX]: Datagram getpeersecCatherine Zhang1-0/+1
2006-06-29Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linusLinus Torvalds11-37/+47
2006-06-29[MIPS] Add missing backslashes to macro definitions.Ralf Baechle1-2/+2
2006-06-29[MIPS] Remove BSD and Sys V compat data types.Ralf Baechle1-5/+5
2006-06-29[MIPS] ioc3.h: Uses u8, so include <linux/types.h>.Ralf Baechle1-0/+2
2006-06-29[MIPS] au1xxx: fix PSC_SMBTXRX_RSR.Domen Puncer1-1/+1
2006-06-29[MIPS] Fix FIXADDR_TOP for TX39/TX49.Atsushi Nemoto1-0/+4
2006-06-29[MIPS] Fix configuration of R2 CPU features and multithreading.Ralf Baechle1-12/+8
2006-06-29[MIPS] Fix use of ehb instruction for non-R2 configurations.Ralf Baechle3-11/+12
2006-06-29[MIPS] Define ARCH_HAS_IRQ_PER_CPU for all SMP systems.Ralf Baechle2-6/+4
2006-06-29[MIPS] Wire up tee(2).Ralf Baechle1-6/+9
2006-06-29[PATCH] genirq: add ->retrigger() irq op to consolidate hw_irq_resend()Ingo Molnar1-4/+4
2006-06-29[PATCH] genirq: cleanup: turn ARCH_HAS_IRQ_PER_CPU into CONFIG_IRQ_PER_CPUIngo Molnar1-6/+0
2006-06-25[PATCH] N32 sigset and __COMPAT_ENDIAN_SWAP__akpm@osdl.org1-3/+0
2006-06-25[PATCH] random: remove SA_SAMPLE_RANDOM from floppy driverMatt Mackall2-2/+2
2006-06-23[PATCH] Au1550/1200: add missing PSC #define's, make OSS driver use the prope...Sergei Shtylyov2-1/+20
2006-06-23[PATCH] Delete unused definitions of kvaddr_to_nidRalf Baechle1-1/+0
2006-06-22[PATCH] vgacon: make VGA_MAP_MEM take size, remove extra useBjorn Helgaas1-1/+1
2006-06-20Merge git://git.infradead.org/hdrcleanup-2.6Linus Torvalds106-109/+3
2006-06-19[MIPS] Make timer interrupt frequency configurable from kconfig.Atsushi Nemoto6-74/+1
2006-06-19[MIPS] Fix R4K cache macro namesKumba4-6/+6
2006-06-19[MIPS] Add Missing R4K Cache Macros to IP27 & IP32Kumba2-0/+5
2006-06-19[MIPS] Support for the RM9000-based Basler eXcite smart camera platform.Ralf Baechle9-2/+313
2006-06-19[MIPS] Support for the R5500-based NEC EMMA2RH Mark-eins boarddmitry pervushin4-0/+425
2006-06-19[MIPS] Support SNI RM200C SNI in big endian mode and R5000 processors.Thomas Bogendoerfer2-7/+2
2006-06-19[MIPS] SN: include asm/sn/types.h for nasid_t.Ralf Baechle1-0/+1
2006-06-19[MIPS] Remove support for NEC DDB5476.Ralf Baechle2-160/+1
2006-06-19[MIPS] Remove support for NEC DDB5074.Ralf Baechle4-88/+1
2006-06-19[MIPS] Cleanup memory managment initialization.Ralf Baechle1-0/+6
2006-06-19[MIPS] SN: Declare bridge_pci_ops.Ralf Baechle1-0/+2
2006-06-19[MIPS] IP27: Cleanup N/M mode configuration.Ralf Baechle1-2/+2
2006-06-19[MIPS] IP27: Throw away old unused hacks.Ralf Baechle1-8/+1
2006-06-19[MIPS] Drop 0 definition for kern_addr_validRalf Baechle2-5/+0
2006-06-19[MIPS] Consolidate definitions of pfn_valid in one file.Ralf Baechle2-8/+19
2006-06-19[MIPS] APM emu supportRodolfo Giometti1-0/+65
2006-06-19[MIPS] SN: Rename SGI_SN0_N_MODE -> SGI_SN_N_MODE.Ralf Baechle3-6/+6
2006-06-19[MIPS] SN: Move FRU header one level up; it is not SN0-specific.Ralf Baechle2-5/+5
2006-06-19[MIPS] IP27: Remove #if 0'ed code.Ralf Baechle3-57/+0
2006-06-19[MIPS] IP27: Nuke leftovers of _STANDALONERalf Baechle2-95/+3
2006-06-19[MIPS] IP27: Remove leftovers of sable support.Ralf Baechle4-22/+2
2006-06-19[MIPS] IP27: Nuke last leftovers from FRUTESTRalf Baechle1-14/+0
2006-06-19[MIPS] IP27: Nuke last leftovers of CONFIG_SGI_IO.Ralf Baechle3-83/+2
2006-06-19[MIPS] Cleanup __emt() a bit.Ralf Baechle1-3/+1
2006-06-19[MIPS] Remove unused definitions from addrspace.h.Yoichi Yuasa1-35/+0
2006-06-19[MIPS] Qemu system shutdown supportThiemo Seufer1-0/+6
2006-06-19[MIPS] Unify mips_fpu_soft_struct and mips_fpu_hard_structs.Atsushi Nemoto3-17/+6
2006-06-19[MIPS] Wind River 4KC PPMC Eval Board SupportMark.Zhan1-0/+84
2006-06-19[MIPS] Fix futex_atomic_op_inuser.Atsushi Nemoto1-15/+17
2006-06-19[MIPS] Fix fpu_save_double on 64-bit.Atsushi Nemoto2-12/+11
2006-06-18Add empty Kbuild files for 'make headers_install' in remaining arches.David Woodhouse1-0/+1
2006-06-06[MIPS] Fix sparsemem support.Chad Reese2-0/+16
2006-06-06[MIPS] Fix 64-bit build for RM7000.Ralf Baechle1-0/+1
2006-06-06[MIPS] Fix non-linear memory mapping on MIPSSergei Shtylyov2-27/+31
2006-06-06[MIPS] Fix swap entry for MIPS32 36-bit physical addressSergei Shtylyov1-2/+14
2006-06-06[MIPS] Fix mprotect() syscall for MIPS32 w/36-bit physical address supportSergei Shtylyov1-2/+3
2006-06-06[MIPS] Fix declaration of smp_prepare_cpus() platform hook.Ralf Baechle1-2/+2
2006-06-06[MIPS] Fix instable BogoMIPS on multi-issue processors.Ralf Baechle1-10/+12
2006-06-06[MIPS] Remove duplicate declaration of cpu_online_map.Ralf Baechle1-1/+0
2006-06-02Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds1-1/+9
2006-06-01[SPARC64]: Fix D-cache corruption in mremapDavid S. Miller1-1/+9
2006-06-01[MIPS] Treat R14000 like R10000.Kumba1-1/+3
2006-06-01[MIPS] Update/Fix instruction definitionsThiemo Seufer1-5/+28
2006-06-01[MIPS] DSP and MDMX share the same config flag bit.Thiemo Seufer1-1/+1
2006-06-01[MIPS] Update struct sigcontext member namesDaniel Jacobowitz1-2/+8
2006-06-01[MIPS] Update/fix futex assemblyRalf Baechle1-25/+116
2006-06-01[MIPS] Fix detection and handling of the 74K processor.Chris Dearman1-1/+3
2006-06-01[MIPS] Fix marking buddy of pte global for MIPS32 w/36-bit physical addressSergei Shtylyov1-39/+49
2006-04-29Remove unneeded _syscallX macros from user view in asm-*/unistd.hDavid Woodhouse1-3/+3
2006-04-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6David Woodhouse2-32/+25
2006-04-27[MIPS] 24K LV: Add core card id.Chris Dearman1-0/+1
2006-04-27[MIPS] Fix bitops for MIPS32/MIPS64 CPUs.Atsushi Nemoto1-32/+24
2006-04-26Don't include linux/config.h from anywhere else in include/David Woodhouse106-106/+0
2006-04-19[MIPS] Handle IDE PIO cache aliases on SMP.Ralf Baechle2-2/+45
2006-04-19[MIPS] MIPS boards: Set HZ to 100.Ralf Baechle1-0/+13
2006-04-19[MIPS] FPU affinity for MT ASE.Ralf Baechle4-1/+53
2006-04-19[MIPS] MT: Improved multithreading support.Ralf Baechle16-21/+924
2006-04-19[MIPS] kpsd and other AP/SP improvements.Ralf Baechle4-14/+102
2006-04-19[MIPS] Fix genrtc compilation.Ralf Baechle1-2/+2
2006-04-19[MIPS] Use "R" constraint for cache_op.Ralf Baechle1-1/+1
2006-04-19[MIPS] Fix the crime against humanity that mipsIRQ.S is.Ralf Baechle2-20/+17
2006-04-19[MIPS] JMR3927 build fixes for the RTC code.Ralf Baechle2-2/+15
2006-04-19[MIPS] MV6434x: Add prototype of interrupt dispatch function.Ralf Baechle1-0/+2
2006-04-19[MIPS] it8172: Fix build of serial driver.Ralf Baechle1-6/+6
2006-04-19[MIPS] Rewrite spurious_interrupt from assembler to C.Ralf Baechle1-0/+1
2006-04-19[MIPS] Wire up sync_file_range(2).Ralf Baechle1-6/+9
2006-04-19[MIPS] Wire splice syscall.Ralf Baechle1-6/+9
2006-04-19[MIPS] More SHT_* and SHF_* ELF definitions.Ralf Baechle1-2/+43
2006-04-19[MIPS] Fix vectored interrupt support in TLB exception handler generator.Ralf Baechle1-0/+1