aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips
AgeCommit message (Expand)Author
2018-06-11MIPS: Use '+=" instead of '=' to avoid the CFLAGS overrideKevin Hao
2018-05-18mips64: Disable attribute-alias warningKhem Raj
2018-05-18mips: Disable attribute-alias warningsKhem Raj
2018-05-10Merge tag 'v4.15.14' into v4.15/standard/baseBruce Ashfield
2018-03-28MIPS: lantiq: ase: Enable MFD_SYSCONMathias Kresin
2018-03-28MIPS: lantiq: Enable AHB Bus for USBMathias Kresin
2018-03-28MIPS: lantiq: Fix Danube USB clockMathias Kresin
2018-03-28MIPS: ralink: Fix booting on MT7621NeilBrown
2018-03-28MIPS: ralink: Remove ralink_halt()NeilBrown
2018-03-26Merge tag 'v4.15.10' into v4.15/standard/baseBruce Ashfield
2018-03-15MIPS: CPC: Map registers using DT in mips_cpc_default_phys_base()Paul Burton
2018-03-15MIPS: OCTEON: irq: Check for null return on kzalloc allocationColin Ian King
2018-03-15MIPS: ath25: Check for kzalloc allocation failureColin Ian King
2018-03-15MIPS: BMIPS: Do not mask IPIs during suspendJustin Chen
2018-03-05Merge tag 'v4.15.7' into v4.15/standard/baseBruce Ashfield
2018-03-05Merge tag 'v4.15.5' into v4.15/standard/baseBruce Ashfield
2018-02-28MIPS: Drop spurious __unused in struct compat_flockJames Hogan
2018-02-28MIPS: boot: Define __ASSEMBLY__ for its.S buildKees Cook
2018-02-22MIPS: Fix incorrect mem=X@Y handlingMarcin Nowakowski
2018-02-22MIPS: CPS: Fix MIPS_ISA_LEVEL_RAW falloutJames Hogan
2018-02-22MIPS: Fix typo BIG_ENDIAN to CPU_BIG_ENDIANCorentin Labbe
2018-02-024kc cache tlb hazard: tlbp cache coherencyWeixing Shi
2018-01-18MIPS: Fix undefined reference to physical_memsizeJames Hogan
2018-01-11MIPS: Implement __multi3 for GCC7 MIPS64r6 buildsJames Hogan
2018-01-10MIPS: mm: Fix duplicate "const" on insn_table_MMJames Hogan
2018-01-10MIPS: CM: Drop WARN_ON(vp != 0)James Hogan
2018-01-10MIPS: ralink: Fix platform_get_irq's error checkingArvind Yadav
2018-01-10MIPS: Fix CPS SMP NS16550 UART defaultsJames Hogan
2018-01-10MIPS: BCM47XX Avoid compile error with MIPS allnoconfigMatt Redfearn
2018-01-10MIPS: RB532: Avoid undefined mac_pton without GENERIC_NET_UTILSMatt Redfearn
2018-01-10MIPS: RB532: Avoid undefined early_serial_setup() without SERIAL_8250_CONSOLEMatt Redfearn
2018-01-10MIPS: ath25: Avoid undefined early_serial_setup() without SERIAL_8250_CONSOLEMatt Redfearn
2018-01-10MIPS: AR7: ensure the port type's FCR value is usedJonas Gorski
2017-12-20MIPS: Validate PR_SET_FP_MODE prctl(2) requests against the ABI of the taskMaciej W. Rozycki
2017-12-12MIPS: Disallow outsized PTRACE_SETREGSET NT_PRFPREG regset accessesMaciej W. Rozycki
2017-12-12MIPS: Also verify sizeof `elf_fpreg_t' with PTRACE_SETREGSETMaciej W. Rozycki
2017-12-12MIPS: Fix an FCSR access API regression with NT_PRFPREG and MSAMaciej W. Rozycki
2017-12-12MIPS: Consistently handle buffer counter with PTRACE_SETREGSETMaciej W. Rozycki
2017-12-12MIPS: Guard against any partial write attempt with PTRACE_SETREGSETMaciej W. Rozycki
2017-12-12MIPS: Factor out NT_PRFPREG regset access helpersMaciej W. Rozycki
2017-12-12MIPS: CPS: Fix r1 .set mt assembler warningJames Hogan
2017-12-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2017-12-05Merge tag 'tty-4.15-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2017-12-05bpf: correct broken uapi for BPF_PROG_TYPE_PERF_EVENT program typeHendrik Brueckner
2017-11-30Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2017-11-29mm: switch to 'define pmd_write' instead of __HAVE_ARCH_PMD_WRITEDan Williams
2017-11-28MIPS: Add custom serial.h with BASE_BAUD override for generic kernelMatt Redfearn
2017-11-27KVM: Let KVM_SET_SIGNAL_MASK work as advertisedJan H. Schönherr
2017-11-25Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2017-11-21treewide: setup_timer() -> timer_setup()Kees Cook