summaryrefslogtreecommitdiffstats
path: root/arch/mips
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'dma-mapping-4.16' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2018-01-3115-179/+26
|\
| * mips: use swiotlb_{alloc,free}Christoph Hellwig2018-01-154-42/+7
| * mips/netlogic: remove swiotlb supportChristoph Hellwig2018-01-154-103/+0
| * dma-mapping: clear harmful GFP_* flags in common codeChristoph Hellwig2018-01-154-12/+0
| * dma-mapping: move dma_mark_clean to dma-direct.hChristoph Hellwig2018-01-101-2/+0
| * dma-mapping: move swiotlb arch helpers to a new headerChristoph Hellwig2018-01-106-20/+19
| * mips: fix an off-by-one in dma_capableChristoph Hellwig2018-01-101-1/+1
* | Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2018-01-302-3/+20
|\ \
| * | make kernel-side POLL... arch-independentAl Viro2017-11-291-0/+17
| * | mips: annotate ->poll() instancesAl Viro2017-11-271-2/+2
| * | define __poll_t, annotate constantsAl Viro2017-11-271-1/+1
* | | Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-01-304-234/+21
|\ \ \
| * | | signal: Don't use structure initializers for struct siginfoEric W. Biederman2018-01-221-9/+20
| * | | signal: Unify and correct copy_siginfo_to_user32Eric W. Biederman2018-01-152-59/+0
| * | | signal: Unify and correct copy_siginfo_from_user32Eric W. Biederman2018-01-151-10/+0
| * | | signal: unify compat_siginfo_tAl Viro2018-01-151-71/+0
| * | | signal/mips: switch mips to generic siginfoAl Viro2018-01-121-85/+1
| | |/ | |/|
* | | Merge tag 'init_task-20180117' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-01-291-3/+0
|\ \ \
| * | | Construct init thread stack in the linker script rather than by unionDavid Howells2018-01-091-3/+0
| |/ /
* | | MIPS: Fix undefined reference to physical_memsizeJames Hogan2018-01-181-1/+10
* | | MIPS: Implement __multi3 for GCC7 MIPS64r6 buildsJames Hogan2018-01-113-1/+73
* | | MIPS: mm: Fix duplicate "const" on insn_table_MMJames Hogan2018-01-101-1/+1
* | | MIPS: CM: Drop WARN_ON(vp != 0)James Hogan2018-01-101-1/+0
* | | MIPS: ralink: Fix platform_get_irq's error checkingArvind Yadav2018-01-101-2/+2
* | | MIPS: Fix CPS SMP NS16550 UART defaultsJames Hogan2018-01-101-4/+10
* | | MIPS: BCM47XX Avoid compile error with MIPS allnoconfigMatt Redfearn2018-01-101-0/+1
* | | MIPS: RB532: Avoid undefined mac_pton without GENERIC_NET_UTILSMatt Redfearn2018-01-101-0/+4
* | | MIPS: RB532: Avoid undefined early_serial_setup() without SERIAL_8250_CONSOLEMatt Redfearn2018-01-101-1/+3
* | | MIPS: ath25: Avoid undefined early_serial_setup() without SERIAL_8250_CONSOLEMatt Redfearn2018-01-101-0/+2
* | | MIPS: AR7: ensure the port type's FCR value is usedJonas Gorski2018-01-101-1/+1
* | | MIPS: Validate PR_SET_FP_MODE prctl(2) requests against the ABI of the taskMaciej W. Rozycki2017-12-201-0/+12
* | | MIPS: Disallow outsized PTRACE_SETREGSET NT_PRFPREG regset accessesMaciej W. Rozycki2017-12-121-0/+3
* | | MIPS: Also verify sizeof `elf_fpreg_t' with PTRACE_SETREGSETMaciej W. Rozycki2017-12-121-0/+1
* | | MIPS: Fix an FCSR access API regression with NT_PRFPREG and MSAMaciej W. Rozycki2017-12-121-11/+36
* | | MIPS: Consistently handle buffer counter with PTRACE_SETREGSETMaciej W. Rozycki2017-12-121-1/+1
* | | MIPS: Guard against any partial write attempt with PTRACE_SETREGSETMaciej W. Rozycki2017-12-121-1/+11
* | | MIPS: Factor out NT_PRFPREG regset access helpersMaciej W. Rozycki2017-12-121-25/+83
* | | MIPS: CPS: Fix r1 .set mt assembler warningJames Hogan2017-12-121-0/+2
|/ /
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-12-081-0/+1
|\ \
| * | bpf: correct broken uapi for BPF_PROG_TYPE_PERF_EVENT program typeHendrik Brueckner2017-12-051-0/+1
* | | Merge tag 'tty-4.15-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2017-12-052-1/+22
|\ \ \ | |/ / |/| |
| * | MIPS: Add custom serial.h with BASE_BAUD override for generic kernelMatt Redfearn2017-11-282-1/+22
| |/
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2017-11-301-5/+2
|\ \
| * | KVM: Let KVM_SET_SIGNAL_MASK work as advertisedJan H. Schönherr2017-11-271-5/+2
* | | mm: switch to 'define pmd_write' instead of __HAVE_ARCH_PMD_WRITEDan Williams2017-11-291-1/+1
| |/ |/|
* | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2017-11-252-4/+4
|\ \
| * | treewide: setup_timer() -> timer_setup()Kees Cook2017-11-211-2/+2
| * | treewide: Switch DEFINE_TIMER callbacks to struct timer_list *Kees Cook2017-11-211-2/+2
* | | kbuild: remove all dummy assignments to obj-Masahiro Yamada2017-11-1812-36/+0
|/ /
* | Merge tag 'locks-v4.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/jl...Linus Torvalds2017-11-171-1/+0
|\ \