summaryrefslogtreecommitdiff
path: root/arch/mips
AgeCommit message (Expand)AuthorFilesLines
2015-04-02MIPS: BCM47xx: Add generic function filling SPROM entriesRafał Miłecki1-3/+29
2015-04-02MIPS: Reduce kernel image size for !CONFIG_DEBUG_ZBOOTWu Zhangjin2-1/+7
2015-04-02MIPS: BCM47xx: Devices database update for 4.1 (or 4.2?)Rafał Miłecki4-0/+36
2015-04-02MIPS: BCM47xx: Keep ID entries for non-standard devices togetherRafał Miłecki1-28/+20
2015-04-02MIPS: AR7: Replace mac address parsingDaniel Walter1-4/+1
2015-04-02MIPS: Lasat: Remove unused function from sysctl code.Rickard Strandqvist1-15/+0
2015-04-02MIPS: BCM47XX: Don't try guessing NVRAM size on MTD partitionRafał Miłecki1-22/+14
2015-04-02MIPS: BCM47XX: Increase NVRAM buffer size to 64 KiBRafał Miłecki1-1/+1
2015-04-02MIPS: BCM47XX: Include io.h directly and fix brace indentRafał Miłecki1-1/+2
2015-04-02MIPS: c-r4k.c: Fix the 74K D-cache alias erratum workaroundMaciej W. Rozycki1-8/+15
2015-04-02MIPS: Remove prototype for copy_user_pageGuenter Roeck1-2/+0
2015-04-01MIPS: Loongson-3: Add chipset ACPI platform driverHuacai Chen1-0/+6
2015-04-01MIPS: Loongson-3: Add CPU Hwmon platform driverHuacai Chen2-0/+13
2015-04-01MIPS: perf: Add hardware perf events support for Loongson-3Huacai Chen2-1/+72
2015-04-01MIPS: PCI: Add a hook for IORESOURCE_BUS in pci_controller/bridge_controllerJoshua Kinard3-1/+7
2015-04-01MIPS: Use bool function return values of true/false not 1/0Joe Perches1-1/+1
2015-04-01MIPS: Octeon: Make octeon-md5 driver endian-agnosticPaul Martin1-4/+4
2015-04-01MIPS: Octeon: Reverse the order of register accesses to the FAUPaul Martin1-0/+22
2015-04-01MIPS: Octeon: Set appropriate endianness in L2C registersPaul Martin1-0/+12
2015-04-01MIPS: Octeon: Turn hardware bitfields and structures inside out.Paul Martin9-0/+499
2015-04-01MIPS: IP32: ip32-platform is not a module.Ralf Baechle1-5/+0
2015-04-01MIPS: Add R16000 detectionJoshua Kinard10-9/+29
2015-04-01MIPS: csum_partial: Improve instruction parallelism.Chen Jie1-19/+19
2015-04-01MIPS: BCM47XX: Fix coding style to match kernel standardsRafał Miłecki8-30/+34
2015-04-01MIPS: OCTEON: add GPIO LED support for DSR-1000NAaro Koskinen2-0/+19
2015-04-01MIPS: Hibernate: Restructure files and functionsHuacai Chen3-5/+13
2015-04-01MIPS: Hibernate: flush TLB entries earlierHuacai Chen1-1/+2
2015-04-01MIPS: SEAD3: Nuke remaining I2C bits.Ralf Baechle3-66/+1
2015-04-01MIPS: SEAD3: Nuke I2C driver that never was wired up in Makefile.Ralf Baechle1-397/+0
2015-04-01MIPS: SEAD3: Use symbolic addresses from sead-addr.h in I2C driver.Ralf Baechle1-3/+6
2015-04-01MIPS: SEAD3: Use symbolic addresses from sead-addr.h in LED driver.Ralf Baechle1-2/+5
2015-04-01MIPS: SEAD3: New header file sead3-addr.h with hardware addresses.Ralf Baechle1-0/+83
2015-04-01MIPS: SEAD3: Get rid of DRVNAME from LED driver for readability.Ralf Baechle1-3/+1
2015-04-01MIPS: SEAD3: Get rid of useless pr_debug calls in the LED driver.Ralf Baechle1-2/+0
2015-04-01MIPS: SEAD3: Convert I2C driver to module_platform_driver.Ralf Baechle1-11/+1
2015-04-01MIPS: SEAD3: Convert LED driver to module_platform_driver.Ralf Baechle1-12/+1
2015-04-01MIPS: SEAD3: Collect LED platform device registration in a single file.Ralf Baechle2-22/+15
2015-04-01MIPS: BMIPS: restrict DTB selection to BMIPS_GENERICFlorian Fainelli1-0/+4
2015-04-01MIPS: BMIPS: Flush the readahead cache after DMA.Ralf Baechle1-0/+16
2015-04-01MIPS: DMA: Implement platform hook to perform post-DMA cache flushes.Ralf Baechle9-1/+35
2015-04-01MIPS: ath25: Remove unused DMA helper functions.Ralf Baechle1-10/+0
2015-04-01MIPS: Loongson-3: remove deprecated IRQF_DISABLEDMichael Opdenacker1-1/+1
2015-04-01MIPS: BCM47xx: Move NVRAM header to the include/linux/.Rafał Miłecki7-26/+3
2015-04-01MIPS: Expand __swp_offset() to carry 40 significant bits for 64-bit kernel.David Daney1-5/+5
2015-04-01MIPS: BCM47XX: Use strnchr to avoid reading out of the bufferRafał Miłecki1-2/+4
2015-04-01MIPS: BCM47XX: Use helpers for reading NVRAM contentRafał Miłecki1-5/+2
2015-04-01MIPS: mark prom_free_prom_memory() everywhere with __initAaro Koskinen3-3/+3
2015-04-01MIPS: Provide fallback reboot/poweroff/halt implementationsAndrew Bresticker1-0/+25
2015-04-01MIPS: smp: Make stop_this_cpu() actually stop the CPUAndrew Bresticker1-4/+2
2015-04-01MIPS: ath79: Increase max memory limit to 256MByteHelmut Schaa1-1/+1