aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips
AgeCommit message (Expand)AuthorFilesLines
2013-04-02Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds14-72/+220
2013-03-19Fix breakage in MIPS siginfo handlingDavid Howells1-1/+1
2013-03-19Revert "MIPS: BCM63XX: Call board_register_device from device_initcall()"Jonas Gorski1-1/+1
2013-03-19MIPS: BCM63XX: Make nvram checksum failure non fatalJonas Gorski3-11/+5
2013-03-19MIPS: Fix code generation for non-DSP capable CPUsFlorian Fainelli2-38/+196
2013-03-13MIPS: Fix inconsistent formatting inside /proc/cpuinfoJohn Crispin1-1/+1
2013-03-12Select VIRT_TO_BUS directly where neededStephen Rothwell1-1/+1
2013-03-12MIPS: SEAD3: Enable LL/SC.Ralf Baechle1-1/+1
2013-03-12MIPS: Get rid of CONFIG_CPU_HAS_LLSC againPaul Bolle2-5/+0
2013-03-12MIPS: Add dependencies for HAVE_ARCH_TRANSPARENT_HUGEPAGEBen Hutchings1-1/+1
2013-03-12MIPS: VR4133: Fix probe for LL/SC.Yoichi Yuasa1-3/+4
2013-03-12MIPS: Fix logic errors in bitops.cDavid Daney1-8/+8
2013-03-12MIPS: Use CONFIG_CPU_MIPSR2 in csum_partial.SGabor Juhos1-2/+2
2013-03-11MIPS: compat: Return same error ENOSYS as native for invalid operation.Ralf Baechle1-1/+1
2013-03-03Merge git://www.linux-watchdog.org/linux-watchdogLinus Torvalds1-6/+9
2013-03-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-2/+2
2013-03-02Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds877-15913/+16059
2013-03-01watchdog: ath79_wdt: get register base from platform device's resourcesGabor Juhos1-1/+9
2013-03-01MIPS: ath79: use dynamically allocated watchdog deviceGabor Juhos1-6/+1
2013-02-27hlist: drop the node parameter from iteratorsSasha Levin1-3/+3
2013-02-27arch Kconfig: centralise CONFIG_ARCH_NO_VIRT_TO_BUSStephen Rothwell1-0/+1
2013-02-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds3-11/+6
2013-02-25Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-1/+1
2013-02-25fix compat truncate/ftruncateAl Viro1-2/+2
2013-02-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds16-477/+81
2013-02-22new helper: file_inode(file)Al Viro3-11/+6
2013-02-22Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Ralf Baechle3-6/+3
2013-02-21Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+2
2013-02-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2-4/+4
2013-02-21Merge tag 'tty-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds1-1/+1
2013-02-21Merge tag 'driver-core-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds6-37/+22
2013-02-21Merge branch 'mips-next-3.9' of git://git.linux-mips.org/pub/scm/john/linux-j...Ralf Baechle96-861/+3661
2013-02-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2-4/+3
2013-02-20MIPS: Quit exporting kernel internel break codes to uapi/asm/break.hDavid Daney2-3/+29
2013-02-19Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-2/+0
2013-02-19MIPS: remove broken conditional inside vpe loader codeJohn Crispin1-12/+3
2013-02-19MIPS: SMTC: fix implicit declaration of set_vi_handlerFlorian Fainelli1-0/+1
2013-02-19MIPS: early_printk: drop __init annotationsAaro Koskinen5-11/+10
2013-02-19MIPS: Probe for and report hardware virtualization support.David Daney5-1/+9
2013-02-19MIPS: ath79: add support for the Qualcomm Atheros AP136-010 boardGabor Juhos5-0/+171
2013-02-19MIPS: ath79: add USB controller registration code for the QCA955X SoCsGabor Juhos2-0/+18
2013-02-19MIPS: ath79: add PCI controller registration code for the QCA955X SoCsGabor Juhos3-0/+51
2013-02-19MIPS: ath79: add WMAC registration code for the QCA955X SoCsGabor Juhos3-1/+24
2013-02-19MIPS: ath79: register UART for the QCA955X SoCsGabor Juhos1-1/+2
2013-02-19MIPS: ath79: add QCA955X specific glue to ath79_device_reset_{set, clear}Gabor Juhos2-0/+5
2013-02-19MIPS: ath79: add GPIO setup code for the QCA955X SoCsGabor Juhos2-1/+4
2013-02-19MIPS: ath79: add IRQ handling code for the QCA955X SoCsGabor Juhos3-8/+140
2013-02-19MIPS: ath79: add clock setup code for the QCA955X SoCsGabor Juhos2-0/+117
2013-02-19MIPS: ath79: add SoC detection code for the QCA955X SoCsGabor Juhos4-1/+40
2013-02-19MIPS: ath79: add early printk support for the QCA955X SoCsGabor Juhos2-0/+4
2013-02-19MIPS: ath79: fix WMAC IRQ resource assignmentGabor Juhos1-1/+1
2013-02-19mips: reserve elfcorehdrCorey Minyard1-0/+39
2013-02-19mips: Make sure kernel memory is in iomemCorey Minyard1-21/+31
2013-02-17MIPS: ath79: use dynamically allocated USB platform devicesGabor Juhos1-60/+51
2013-02-17ath79: remove ATH79_MISC_IRQ_* definesGabor Juhos4-18/+5
2013-02-17ath79: add ATH79_CPU_IRQ() macroGabor Juhos5-36/+31
2013-02-17MIPS: pci-ar71xx: move irq base to the controller structureGabor Juhos1-8/+24
2013-02-17MIPS: pci-ar71xx: remove static PCI IO/MEM resourcesGabor Juhos2-17/+35
2013-02-17MIPS: pci-ar71xx: use dynamically allocated PCI controller structureGabor Juhos1-31/+53
2013-02-17MIPS: pci-ar724x: setup command register of the PCI controllerGabor Juhos3-1/+74
2013-02-17MIPS: pci-ar724x: use per-controller IRQ baseGabor Juhos1-10/+21
2013-02-17MIPS: pci-ar724x: remove static PCI IO/MEM resourcesGabor Juhos2-17/+44
2013-02-17MIPS: pci-ar724x: use dynamically allocated PCI controller structureGabor Juhos1-47/+82
2013-02-17MIPS: ath79: allow to specify bus number in PCI IRQ mapsGabor Juhos2-1/+4
2013-02-17MIPS: add dummy pci_load_of_rangesGabor Juhos1-0/+5
2013-02-17MIPS: avoid possible resource conflict in register_pci_controllerGabor Juhos1-2/+13
2013-02-17MIPS: ath79: remove unused ar7{1x,24}x_pcibios_init functionsGabor Juhos4-87/+0
2013-02-17MIPS: ath79: register platform devices for the PCI controllersGabor Juhos1-9/+78
2013-02-17MIPS: ath79: move global PCI defines into a common headerGabor Juhos3-24/+24
2013-02-17MIPS: pci-ar71xx: convert into a platform driverGabor Juhos1-4/+56
2013-02-17MIPS: pci-ar724x: convert into a platform driverGabor Juhos1-2/+55
2013-02-17MIPS: ralink: add CPU interrupt controller to of_irq_idsGabor Juhos2-3/+17
2013-02-17MIPS: add irqdomain support for the CPU IRQ controllerGabor Juhos2-0/+48
2013-02-17MIPS: ralink: adds default config fileJohn Crispin1-0/+167
2013-02-17MIPS: ralink: adds Kbuild filesJohn Crispin6-0/+76
2013-02-17MIPS: ralink: adds rt305x devicetreeJohn Crispin2-0/+148
2013-02-17MIPS: ralink: adds support for RT305x SoC familyJohn Crispin2-0/+381
2013-02-17MIPS: ralink: adds early_printk supportJohn Crispin1-0/+44
2013-02-17MIPS: ralink: adds OF codeJohn Crispin1-0/+107
2013-02-17MIPS: ralink: adds clkdev codeJohn Crispin1-0/+72
2013-02-17MIPS: ralink: adds prom and cmdline codeJohn Crispin1-0/+69
2013-02-17MIPS: ralink: adds reset codeJohn Crispin1-0/+44
2013-02-17MIPS: ralink: adds irq codeJohn Crispin1-0/+176
2013-02-17MIPS: ralink: adds include filesJohn Crispin3-0/+108
2013-02-17MIPS: ath79: simplify MISC IRQ handlingGabor Juhos2-36/+10
2013-02-17MIPS: ath79: simplify ath79_gpio_function_* routinesGabor Juhos1-24/+6
2013-02-17MIPS: ath79: fix GPIO function selection for AR934x SoCsGabor Juhos2-12/+28
2013-02-17MIPS: Add new GIC clocksource.Steven J. Hill6-34/+106
2013-02-17MIPS: dsp: Simplify the DSP macros.Steven J. Hill1-201/+30
2013-02-17MIPS: dsp: Support toolchains without DSP ASE and microMIPS.Steven J. Hill1-0/+89
2013-02-17MIPS: dsp: Add assembler support for DSP ASEs.Steven J. Hill2-17/+67
2013-02-17MIPS: Add support for the M14KEc core.Steven J. Hill9-0/+22
2013-02-17MIPS: Clean-ups for MIPS Technologies Inc. generic header file.Steven J. Hill1-21/+7
2013-02-17MIPS: PCI: Multi-node PCI support for Netlogic XLPJayachandran C1-43/+66
2013-02-17MIPS: Netlogic: Fix for quad-XLP bootJayachandran C1-10/+25
2013-02-17MIPS: Netlogic: use preset loops per jiffyJayachandran C1-0/+4
2013-02-17MIPS: Netlogic: No hazards needed for XLR/XLSJayachandran C1-1/+1
2013-02-17MIPS: PCI: Prevent hang on XLP reg readJayachandran C1-1/+5
2013-02-17MIPS: Netlogic: Use PIC timer as a clocksourceJayachandran C6-8/+110
2013-02-17MIPS: Netlogic: Split XLP L1 i-cache among threadsJayachandran C2-0/+8
2013-02-17MIPS: PCI: Byteswap not needed in little-endian modeJayachandran C1-3/+12
2013-02-17MIPS: Netlogic: Optimize EIMR/EIRR accesses in 32-bitJayachandran C3-28/+98
2013-02-17MIPS: Netlogic: add XLS6xx to FMN configJayachandran C1-0/+2
2013-02-17MIPS: lantiq: rework external irq codeJohn Crispin2-32/+74
2013-02-17MIPS: lantiq: improve pci reset gpio handlingJohn Crispin1-2/+10
2013-02-17MIPS: lantiq: add GPHY clock gate bitsJohn Crispin2-0/+10
2013-02-17MIPS: lantiq: adds static clock for PP32John Crispin6-10/+69
2013-02-17MIPS: lantiq: trivial typo fixJohn Crispin1-1/+1
2013-02-17MIPS: show correct cpu name for 24KEcJohn Crispin1-1/+4
2013-02-15MIPS: Cleanup break and trap codes.Ralf Baechle1-8/+0
2013-02-15MIPS: Redefine value of BRK_BUG.Steven J. Hill1-1/+1
2013-02-15MIPS: Add printing of ISA version in cpuinfo.Steven J. Hill3-30/+93
2013-02-15MIPS: Octeon: Adding driver to measure interrupt latency on Octeon.Venkat Subbiah3-0/+216
2013-02-15MIPS: Loongson2: Use clk API instead of direct dereferencesJulia Lawall1-3/+12
2013-02-15MIPS: BCM47XX: use fallback sprom var for board_{rev,type}Hauke Mehrtens1-4/+2
2013-02-15MIPS: BCM47XX: select NO_EXCEPT_FILLHauke Mehrtens1-0/+1
2013-02-15MIPS: BCM47XX: select BOOT_RAWHauke Mehrtens1-0/+1
2013-02-15MIPS: BCM47XX: trim the nvram values for parsingHauke Mehrtens1-3/+3
2013-02-15MIPS: BCM47XX: add bcm47xx prefix in front of nvram function namesHauke Mehrtens4-15/+15
2013-02-15MIPS: BCM47XX: handle different nvram sizesHauke Mehrtens1-7/+39
2013-02-15MIPS: BCM47XX: rename early_nvram_init to nvram_initHauke Mehrtens1-2/+2
2013-02-15MIPS: BCM47XX: nvram add nand flash supportHauke Mehrtens1-0/+7
2013-02-15MIPS: BCM47XX: return error when init of nvram failedHauke Mehrtens1-15/+20
2013-02-15MIPS: BCM47XX: use common error codes in nvram readsHauke Mehrtens3-6/+3
2013-02-15MIPS: bcm47xx: separate functions finding flash window addrRafał Miłecki1-27/+60
2013-02-14burying unused conditionalsAl Viro2-6/+0
2013-02-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller18-22/+67
2013-02-04arch Kconfig: Remove references to IRQ_PER_CPUJames Hogan1-1/+0
2013-02-03mips: switch to generic sys_fork() and sys_clone()Al Viro9-73/+23
2013-02-03mips: take the "zero newsp means inherit the parent's one" to copy_thread()Al Viro3-6/+3
2013-02-03mips: no magic arguments for sysm_pipe()Al Viro1-12/+6
2013-02-03mips: don't bother with compat_sys_futex() wrappersAl Viro3-9/+2
2013-02-03mips: switch to generic compat rt_sigaction()Al Viro4-54/+5
2013-02-03mips: switch to generic compat sched_rr_get_interval()Al Viro3-18/+2
2013-02-03mips: sigsuspend() is essentially the same as rt_sigsuspend() hereAl Viro2-16/+4
2013-02-03mips: switch to generic compat rt_sigqueueinfo()Al Viro4-18/+3
2013-02-03mips: switch to generic compat rt_sigpending()Al Viro4-19/+3
2013-02-03mips: switch to generic compat rt_sigprocmask()Al Viro4-24/+3
2013-02-03switch mips to generic rt_sigsuspend(), make it unconditionalAl Viro5-53/+2
2013-02-03mips: switch to compat_sys_waitid()Al Viro2-27/+1
2013-02-03mips: switch to generic sigaltstackAl Viro7-127/+20
2013-02-03Merge commit '12890d0f61fc' into arch-mipsAl Viro1-13/+6
2013-02-03mips: use sane prototype for sys_rt_sigsuspend()Al Viro1-5/+1
2013-02-03consolidate kernel-side struct sigaction declarationsAl Viro2-0/+4
2013-02-03consolidate declarations of k_sigactionAl Viro1-4/+0
2013-02-01MIPS: MSP71xx: Move code.Ralf Baechle35-9/+9
2013-02-01MIPS: Whitespace cleanup.Ralf Baechle764-11712/+11712
2013-02-01MIPS: Nuke empty lines at end of files.Ralf Baechle2-2/+0
2013-02-01MIPS: Nuke trailing whitespace.Ralf Baechle1-1/+1
2013-02-01MIPS: PNX8550: Remove support for SOC and JBS and STB810 boards.Ralf Baechle35-2877/+0
2013-02-01MIPS: SEAD3: Implement OF support.Steven J. Hill7-141/+70
2013-02-01MIPS: inst.h: Add MDMX and paired single instruction aka MIPS-3D formats.Ralf Baechle1-0/+23
2013-02-01MIPS: inst.h: Eleminate per endianess structure definitions.Ralf Baechle1-140/+86
2013-02-01MIPS: UAPI: Split inst.h into exported and kernel-only part.Ralf Baechle3-347/+364
2013-02-01MIPS: Whitespace cleanups and reformatting.Steven J. Hill2-13/+17
2013-02-01MIPS: sysmips: Rewrite to use SYSCALL_DEFINE3().Ralf Baechle1-12/+5
2013-02-01MIPS: sysmips: Use unreachable().Ralf Baechle1-1/+1
2013-01-31MIPS: Function tracer: Fix broken function tracingAl Cooper2-4/+39
2013-01-31mips: Move __virt_addr_valid() to a place for MIPS 64Steven Rostedt2-6/+6
2013-01-30MIPS: Netlogic: Fix UP compilation on XLRJayachandran C1-1/+4
2013-01-30MIPS: AR71xx: Fix AR71XX_PCI_MEM_SIZEGabor Juhos1-1/+1
2013-01-30MIPS: AR724x: Fix AR724X_PCI_MEM_SIZEGabor Juhos1-1/+1
2013-01-30MIPS: Lantiq: Fix cp0_perfcount_irq mappingJohn Crispin1-1/+1
2013-01-29x86: Don't panic if can not alloc buffer for swiotlbYinghai Lu1-1/+2
2013-01-29Merge branch 'master' into for-nextJiri Kosina257-5040/+9167
2013-01-28Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville1-1/+1
2013-01-27Remove leftover #endif after introducing SO_REUSEPORTThomas Graf1-1/+0
2013-01-25MIPS: Convert to devm_ioremap_resource()Thierry Reding3-13/+12
2013-01-24MIPS: DSP: Fix DSP mask for registers.Steven J. Hill1-1/+1
2013-01-24Merge branch 'core/irq_work' of git://git.kernel.org/pub/scm/linux/kernel/git...Ingo Molnar1-1/+0
2013-01-23soreuseport: infrastructureTom Herbert1-2/+1
2013-01-23MIPS: Fix build failure by adding definition of pfn_pmd().David Daney1-0/+1
2013-01-22MIPS: Octeon: Fix warning.Ralf Baechle1-4/+5
2013-01-22MIPS: delay.c: Check BITS_PER_LONG instead of __SIZEOF_LONG__Geert Uytterhoeven1-1/+1
2013-01-22MIPS: PNX833x: Fix comment.Ralf Baechle1-1/+1
2013-01-21arch/mips/sgi-ip27: remove depends on CONFIG_EXPERIMENTALKees Cook1-1/+0
2013-01-21arch/mips: remove depends on CONFIG_EXPERIMENTALKees Cook1-20/+7
2013-01-21arch/mips/jazz: remove depends on CONFIG_EXPERIMENTALKees Cook1-3/+3
2013-01-21taint: add explicit flag to show whether lock dep is still OK.Rusty Russell1-1/+1
2013-01-17MIPS: Add struct p_format to union mips_instruction.Ralf Baechle1-0/+1
2013-01-17sk-filter: Add ability to lock a socket filter programVincent Bernat1-0/+1
2013-01-16MIPS: Export <asm/break.h>.Ralf Baechle2-0/+1
2013-01-16MIPS: BCM47xx: Enable SSB prerequisite SSB_DRIVER_PCICORE.Ralf Baechle1-0/+1
2013-01-16MIPS: BCM47xx: Select GPIOLIB for BCMA on bcm47xx platformArend van Spriel1-0/+2
2013-01-16MIPS: vpe.c: Fix null pointer dereference in print arguments.Cong Ding1-1/+1
2013-01-15serial: sccnxp: Rename header file to match functionalityAlexander Shiyan1-1/+1
2013-01-11bcma: return the mips irq number in bcma_core_irqNathan Hintz1-1/+1
2013-01-07Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds22-104/+44
2013-01-03MIPS: drivers: remove __dev* attributes.Greg Kroah-Hartman23-65/+61
2013-01-03treewide: Replace incomming with incoming in all comments and stringsJorrit Schippers2-4/+4
2013-01-03MIPS: 64-bit: Fix build if !CONFIG_MODULESJoshua Kinard1-2/+2
2012-12-28MIPS: Wire up finit_module syscall.Ralf Baechle5-6/+13
2012-12-28MIPS: Fix modpost error in modules attepting to use virt_addr_valid().Ralf Baechle2-1/+10
2012-12-28MIPS: page.h: Remove now unnecessary #ifndef __ASSEMBLY__ wrapper.Ralf Baechle1-4/+0
2012-12-28MIPS: Switch remaining assembler PAGE_SIZE users to <asm/asm-offsets.h>.Ralf Baechle4-8/+6
2012-12-28MIPS: Include PAGE_S{IZE,HIFT} in <asm/offset.h>.Ralf Baechle1-0/+3
2012-12-28MIPS: Don't include <asm/page.h> unnecessarily.Ralf Baechle5-5/+0
2012-12-27MIPS: Fix comment.Ralf Baechle1-4/+5
2012-12-27Revert "MIPS: Optimise TLB handlers for MIPS32/64 R2 cores."Ralf Baechle1-16/+0
2012-12-27MIPS: perf: Fix build failure in XLP perf support.Manuel Lauss1-38/+0