summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | MIPS: math-emu: dsemul: Correct description of the emulation frameMaciej W. Rozycki2016-01-241-7/+2Star
| * | MIPS: math-emu: Correct the emulation of microMIPS ADDIUPC instructionMaciej W. Rozycki2016-01-242-2/+30
| * | MIPS: math-emu: Make microMIPS branch delay slot emulation workMaciej W. Rozycki2016-01-243-6/+9
| * | MIPS: math-emu: dsemul: Fix ill formatting of microMIPS partMaciej W. Rozycki2016-01-241-6/+12
| * | MIPS: math-emu: Correctly handle NOP emulationMaciej W. Rozycki2016-01-242-6/+12
| * | MIPS: Fix some missing CONFIG_CPU_MIPSR6 #ifdefsHuacai Chen2016-01-242-3/+3
| * | MIPS: sync-r4k: reduce skew while synchronizationHuacai Chen2016-01-241-24/+8Star
| * | MIPS: hpet: Choose a safe value for the ETIME checkHuacai Chen2016-01-221-3/+7
| * | MIPS: Loongson-3: Fix SMP_ASK_C0COUNT IPI handlerHuacai Chen2016-01-221-7/+13
| * | MIPS: Loongson-3: Improve -march option and move it to PlatformHuacai Chen2016-01-222-10/+21
| * | MIPS: Cleanup the unused __arch_local_irq_restore() functionHuacai Chen2016-01-222-59/+1Star
| * | MIPS: Add IEEE Std 754 conformance mode selectionMaciej W. Rozycki2016-01-204-14/+142
| * | MIPS: Determine the presence of IEEE Std 754-2008 featuresMaciej W. Rozycki2016-01-201-2/+74
| * | MIPS: ELF: Interpret the NAN2008 file header flagMaciej W. Rozycki2016-01-202-3/+62
| * | ELF: Also pass any interpreter's file header to `arch_check_elf'Maciej W. Rozycki2016-01-203-3/+7
| * | MIPS: math-emu: Add IEEE Std 754-2008 NaN encoding emulationMaciej W. Rozycki2016-01-2011-42/+93
| * | MIPS: math-emu: Add IEEE Std 754-2008 ABS.fmt and NEG.fmt emulationMaciej W. Rozycki2016-01-202-26/+50
| * | MIPS: Define the legacy-NaN and 2008-NaN featuresMaciej W. Rozycki2016-01-203-0/+11
| * | MIPS: Use a union to access the ELF file headerMaciej W. Rozycki2016-01-201-14/+26
| * | MAINTAINERS: add myself as Ralink MIPS architecture maintainerJohn Crispin2016-01-201-0/+6
| * | MAINTAINERS: Add myself as Lantiq MIPS architecture maintainerJohn Crispin2016-01-201-0/+6
| * | MIPS: pci: Add MT7620a PCIE driverJohn Crispin2016-01-203-0/+428
| * | MIPS: ralink: Add a few missing clocksJohn Crispin2016-01-203-0/+5
| * | MIPS: ralink: Fix vendor string for mt7620John Crispin2016-01-201-1/+1
| * | MIPS: ralink: Fix invalid assignment of SoC typeJohn Crispin2016-01-201-1/+1
| * | MIPS: ralink: fix USB frequency scalingJohn Crispin2016-01-201-1/+1
| * | MIPS: ralink: MT7688 pinmux fixesJohn Crispin2016-01-201-30/+50
| * | MIPS: ralink: add MT7621 supportJohn Crispin2016-01-209-1/+410
| * | MIPS: ralink: add a symbol for INTCJohn Crispin2016-01-202-0/+6
| * | Documentation: DT: net: add docs for ralink/mediatek SoC ethernet bindingJohn Crispin2016-01-203-0/+119
| * | MIPS: BCM47xx: Support SPROM prefixes on other platformsRafał Miłecki2016-01-201-3/+9
| * | MIPS: dts: jz4780/ci20: Add NEMC, BCH and NAND device tree nodesAlex Smith2016-01-042-0/+90
| * | MIPS: bmips: Support SMP on BCM63168Simon Arlott2016-01-041-0/+1
| * | MIPS: ath79: Remove some unused code from setup.cAlban Bedel2016-01-041-10/+1Star
| * | MIPS: ath79: Allow using ath79_ddr_wb_flush() from driversAlban Bedel2016-01-042-1/+1
| * | MIPS: ath79: Prepare moving the MISC driver to drivers/irqchipAlban Bedel2016-01-041-30/+28Star
| * | MIPS: ath79: Remove useless #ifdef CONFIG_IRQCHIPAlban Bedel2016-01-041-3/+0Star
| * | MIPS: ath79: Enable the USB port on the TL-WR1043NDAlban Bedel2016-01-041-0/+8
| * | MIPS: ath79: Add the EHCI controller and USB phy to the AR9132 dtsiAlban Bedel2016-01-041-0/+26
| * | devicetree: Add bindings for the ATH79 USB phyAlban Bedel2016-01-041-0/+18
* | | Merge tag 'platform-drivers-x86-v4.5-2' of git://git.infradead.org/users/dvha...Linus Torvalds2016-01-243-3/+10
|\ \ \
| * | | ideapad-laptop: Add Lenovo Yoga 700 to no_hw_rfkill dmi listJosh Boyer2016-01-241-0/+7
| * | | MAINTAINERS: Combine multiple telemetry entriesSouvik Kumar Chakravarty2016-01-241-3/+1Star
| * | | intel_telemetry_debugfs: Fix unused warnings in telemetry debugfsSouvik Kumar Chakravarty2016-01-241-0/+2
* | | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/l...Linus Torvalds2016-01-249-39/+304
|\ \ \ \
| | \ \ \
| | \ \ \
| *-. \ \ \ Merge branches 'thermal-intel', 'thermal-suspend-fix' and 'thermal-soc' into ...Zhang Rui2016-01-237-38/+293
| |\ \ \ \ \
| | | * | | | thermal: trip_point_temp_store() calls thermal_zone_device_update()Kuninori Morimoto2016-01-071-1/+5
| | | * | | | thermal: rcar: rcar_thermal_get_temp() return error if strange tempKuninori Morimoto2016-01-071-1/+11
| | | * | | | thermal: rcar: check irq possibility in rcar_thermal_irq_xxx()Kuninori Morimoto2016-01-071-4/+5
| | | * | | | thermal: rcar: check every rcar_thermal_update_temp() return valueKuninori Morimoto2016-01-071-10/+12