summaryrefslogtreecommitdiff
path: root/arch/mips
AgeCommit message (Expand)AuthorFilesLines
2018-01-10MIPS: mipsregs.h: Add read const Cop0 macrosJames Hogan1-10/+27
2018-01-03arch: Remove clkdev.h asm-generic from KbuildStephen Boyd1-1/+0
2017-12-20MIPS: Validate PR_SET_FP_MODE prctl(2) requests against the ABI of the taskMaciej W. Rozycki1-0/+12
2017-12-19bcm63xx_enet: use platform data for dma channel numbersJonas Gorski2-0/+12
2017-12-19MIPS: Set I/O port resource types correctlyBjorn Helgaas2-9/+9
2017-12-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-1/+1
2017-12-17bpf: fix net.core.bpf_jit_enable raceAlexei Starovoitov1-1/+1
2017-12-14KVM: introduce kvm_arch_vcpu_async_ioctlPaolo Bonzini2-3/+13
2017-12-14KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctlChristoffer Dall1-20/+29
2017-12-14KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_set_regsChristoffer Dall1-0/+3
2017-12-14KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_get_regsChristoffer Dall1-0/+3
2017-12-14KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_runChristoffer Dall1-0/+3
2017-12-12MIPS: Disallow outsized PTRACE_SETREGSET NT_PRFPREG regset accessesMaciej W. Rozycki1-0/+3
2017-12-12MIPS: Also verify sizeof `elf_fpreg_t' with PTRACE_SETREGSETMaciej W. Rozycki1-0/+1
2017-12-12MIPS: Fix an FCSR access API regression with NT_PRFPREG and MSAMaciej W. Rozycki1-11/+36
2017-12-12MIPS: Consistently handle buffer counter with PTRACE_SETREGSETMaciej W. Rozycki1-1/+1
2017-12-12MIPS: Guard against any partial write attempt with PTRACE_SETREGSETMaciej W. Rozycki1-1/+11
2017-12-12MIPS: Factor out NT_PRFPREG regset access helpersMaciej W. Rozycki1-25/+83
2017-12-12MIPS: math-emu: Mark fall throughs in switch statements with a commentAleksandar Markovic17-16/+38
2017-12-12MIPS: math-emu: Avoid multiple assignmentAleksandar Markovic3-4/+8
2017-12-12MIPS: math-emu: Avoid an assignment within if statement conditionAleksandar Markovic1-1/+2
2017-12-12MIPS: math-emu: Declare function srl128() as staticAleksandar Markovic1-1/+1
2017-12-12MIPS: math-emu: Avoid definition duplication for macro DPXMULT()Aleksandar Markovic3-6/+3
2017-12-12MIPS: math-emu: Remove an unnecessary header inclusionAleksandar Markovic1-1/+0
2017-12-12MIPS: CPS: Fix r1 .set mt assembler warningJames Hogan1-0/+2
2017-12-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-0/+1
2017-12-05Merge tag 'tty-4.15-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2-1/+22
2017-12-05bpf: correct broken uapi for BPF_PROG_TYPE_PERF_EVENT program typeHendrik Brueckner1-0/+1
2017-12-05asm-prototypes.h: use linux/uaccess.h, not asm/uaccess.hAl Viro1-1/+1
2017-11-30Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-5/+2
2017-11-30mm: switch to 'define pmd_write' instead of __HAVE_ARCH_PMD_WRITEDan Williams1-1/+1
2017-11-30make kernel-side POLL... arch-independentAl Viro1-0/+17
2017-11-28MIPS: Add custom serial.h with BASE_BAUD override for generic kernelMatt Redfearn2-1/+22
2017-11-28mips: annotate ->poll() instancesAl Viro1-2/+2
2017-11-28define __poll_t, annotate constantsAl Viro1-1/+1
2017-11-27KVM: Let KVM_SET_SIGNAL_MASK work as advertisedJan H. Schönherr1-5/+2
2017-11-25Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2-4/+4
2017-11-22treewide: setup_timer() -> timer_setup()Kees Cook1-2/+2
2017-11-22treewide: Switch DEFINE_TIMER callbacks to struct timer_list *Kees Cook1-2/+2
2017-11-18kbuild: remove all dummy assignments to obj-Masahiro Yamada12-36/+0
2017-11-18Merge tag 'locks-v4.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/jl...Linus Torvalds1-1/+0
2017-11-17Merge branch 'misc.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds1-33/+4
2017-11-17Merge tag 'libnvdimm-for-4.15' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-0/+1
2017-11-16Merge tag 'afs-next-20171113' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-13/+1
2017-11-16Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-7/+1
2017-11-16mm, arch: remove empty_bad_page*Michal Hocko1-7/+1
2017-11-16Merge tag 'pci-v4.15-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-4/+0
2017-11-15Merge tag 'mips_4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/jhogan...Linus Torvalds69-433/+503
2017-11-15Merge branch 'for-linus' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+0
2017-11-15fcntl: don't cap l_start and l_end values for F_GETLK64 in compat syscallJeff Layton1-1/+0