summaryrefslogtreecommitdiffstats
path: root/arch/mips
Commit message (Expand)AuthorAgeFilesLines
...
| * | MIPS: cmpxchg: Unify R10000_LLSC_WAR & non-R10000_LLSC_WAR casesPaul Burton2017-06-291-58/+22
| * | MIPS: unaligned: Add DSP lwx & lhx missaligned access supportMiodrag Dinic2017-06-292-74/+111
| * | MIPS: R6: Fix PREF instruction usage by memcpy for MIPS R6Leonid Yegoshin2017-06-291-0/+3
| * | MIPS: build: Fix "-modd-spreg" switch usage when compiling for mips32r6Miodrag Dinic2017-06-291-1/+1
| * | MIPS: cmdline: Add support for 'memmap' parameterMiodrag Dinic2017-06-291-0/+40
| * | MIPS: Loogson: Make enum loongson_cpu_type more clearHuacai Chen2017-06-292-9/+24
| * | MIPS: Loongson-3: support irq_set_affinity() in i8259 chipHuacai Chen2017-06-291-13/+54
| * | MIPS: Loongson-3: IRQ balancing for PCI devicesHuacai Chen2017-06-292-3/+34
| * | MIPS: Loongson: Add NMI handler supportHuacai Chen2017-06-291-0/+13
| * | MIPS: Loongson: Add Loongson-3A R3 basic supportHuacai Chen2017-06-284-2/+11
| * | MIPS: SEAD-3: Fix GIC interrupt specifiersPaul Burton2017-06-281-4/+4
| * | MIPS: SEAD-3: Set interrupt-parent per-device, not at root nodePaul Burton2017-06-282-7/+24
| * | MIPS: generic: Set RTC_ALWAYS_BCD to 0Paul Burton2017-06-281-1/+1
| * | MIPS: generic: Abstract FDT fixup applicationPaul Burton2017-06-283-22/+69
| * | MIPS: generic/yamon-dt: Use serial* rather than uart* aliasesPaul Burton2017-06-282-5/+5
| * | MIPS: generic/yamon-dt: Support > 256MB of RAMPaul Burton2017-06-283-25/+106
| * | MIPS: generic/yamon-dt: Pull YAMON DT shim code out of SEAD-3 boardPaul Burton2017-06-285-174/+251
| * | MIPS: SEAD-3: Remove GIC timer from DTPaul Burton2017-06-281-5/+0
| * | MIPS: Branch straight to ll in mips_atomic_set()James Hogan2017-06-281-5/+1
| * | MIPS: Fix mips_atomic_set() with EVAJames Hogan2017-06-281-2/+5
| * | MIPS: Save static registers before sysmipsJames Hogan2017-06-285-4/+10
| * | MIPS: Fix mips_atomic_set() retry conditionJames Hogan2017-06-281-1/+1
| * | MIPS: perf: add I6500 handlingMarcin Nowakowski2017-06-281-4/+10
| * | MIPS: Probe the I6500 CPUPaul Burton2017-06-284-1/+10
| * | MIPS: Perform post-DMA cache flushes on systems with MAARsPaul Burton2017-06-281-5/+18
| * | MIPS: Give __secure_computing() access to syscall arguments.David Daney2017-06-281-2/+20
| * | MIPS: Add support for eBPF JIT.David Daney2017-06-282-2/+13
| * | MIPS: Add some instructions to uasm.David Daney2017-06-283-13/+96
| * | MIPS: Correctly define DBSHFL type instruction opcodes.David Daney2017-06-281-1/+8
| * | MIPS: Optimize uasm insn lookup.David Daney2017-06-283-209/+199
| * | MIPS: module: Unify rel & rela reloc handlingPaul Burton2017-06-284-252/+154
| * | MIPS: module: Ensure we always clean up r_mips_hi16_listPaul Burton2017-06-281-12/+16
| * | MIPS: defconfig: Cleanup from old Kconfig optionsKrzysztof Kozlowski2017-06-2747-221/+0
| * | MIPS: Sort MIPS Kconfig Alphabetically.Matt Redfearn2017-06-271-49/+49
* | | MIPS: SMP: move asmlinkage before return typeJoe Perches2017-07-121-1/+1
* | | MIPS: do not use __GFP_REPEAT for order-0 requestMichal Hocko2017-07-121-1/+1
* | | lib/extable.c: use bsearch() library function in search_extable()Thomas Meyer2017-07-102-2/+4
* | | Merge tag 'pci-v4.13-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-07-083-4/+1
|\ \ \
| * | | MIPS: PCI: Remove unused busn_offsetBjorn Helgaas2017-05-182-3/+1
| * | | MIPS: Loongson: Remove unused PCI_BAR_COUNT definitionBjorn Helgaas2017-05-181-1/+0
| | |/ | |/|
* | | Merge tag 'gpio-v4.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Linus Torvalds2017-07-071-1/+1
|\ \ \
| * | | gpio: pcf857x: move header file out of I2C realmWolfram Sang2017-05-231-1/+1
* | | | Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds2017-07-071-5/+0
|\ \ \ \
| * | | | clk: Provide dummy of_clk_get_from_provider() for compile-testingGeert Uytterhoeven2017-06-021-5/+0
| | |/ / | |/| |
* | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2017-07-061-1/+2
|\ \ \ \
| * | | | mm/hugetlb: add size parameter to huge_pte_offset()Punit Agrawal2017-07-061-1/+2
* | | | | Merge branch 'uaccess.strlen' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-07-065-208/+1
|\ \ \ \ \
| * | | | | mips: get rid of unused __strnlen_user()Al Viro2017-05-152-38/+0
| * | | | | get rid of unused __strncpy_from_user() instancesAl Viro2017-05-152-60/+0
| * | | | | kill strlen_user()Al Viro2017-05-153-110/+1
| | |/ / / | |/| | |
OpenPOWER on IntegriCloud