aboutsummaryrefslogtreecommitdiff
path: root/arch/mips
AgeCommit message (Expand)AuthorFilesLines
2017-04-10MIPS: r2-on-r6-emu: Clear BLTZALL and BGEZALL debugfs countersGravatar Aleksandar Markovic 1-0/+2
2017-04-10MIPS: r2-on-r6-emu: Fix BLEZL and BGTZL identificationGravatar Leonid Yegoshin 1-2/+12
2017-04-10MIPS: Loongson-3: Select MIPS_L1_CACHE_SHIFT_6Gravatar Huacai Chen 1-0/+1
2017-04-10MIPS: Delete redundant definition of SMP_CACHE_BYTES.Gravatar Ralf Baechle 2-4/+1
2017-04-10MIPS: Delete unused definition of SMP_CACHE_SHIFT.Gravatar Ralf Baechle 1-1/+0
2017-04-10MIPS: Don't unnecessarily include kmalloc.h into <asm/cache.h>.Gravatar Ralf Baechle 1-2/+0
2017-04-10MIPS: Disable Werror when W= is setGravatar Florian Fainelli 1-0/+2
2017-04-10MIPS: Octeon: Clean up platform code.Gravatar Steven J. Hill 1-4/+12
2017-04-10MIPS: Octeon: Remove unused PCIERCX types and macros.Gravatar Steven J. Hill 1-3016/+209
2017-04-10MIPS: Octeon: Fix compile error when USB is not enabled.Gravatar Steven J. Hill 1-48/+49
2017-04-10MIPS: Octeon: Remove unused SLI types and macros.Gravatar Steven J. Hill 2-3469/+76
2017-04-10MIPS: Octeon: Remove unused L2C types and macros.Gravatar Steven J. Hill 7-3922/+305
2017-04-10MIPS: Add 48-bit VA space (and 4-level page tables) for 4K pages.Gravatar Alex Belits 6-13/+172
2017-04-10MIPS: Octeon: Remove vestiges of CONFIG_CAVIUM_OCTEON_2ND_KERNELGravatar David Daney 3-24/+1
2017-04-10MIPS: BPF: Fix multiple problems in JIT skb access helpers.Gravatar David Daney 1-11/+12
2017-04-10MIPS: BPF: Quit clobbering callee saved registers in JIT code.Gravatar David Daney 1-4/+12
2017-04-10MIPS: BPF: Use unsigned access for unsigned SKB fields.Gravatar David Daney 1-2/+2
2017-04-10MIPS: BPF: Add JIT support for SKF_AD_HATYPE.Gravatar David Daney 1-4/+17
2017-04-10MIPS: uasm: Add support for LHU.Gravatar David Daney 3-1/+4
2017-04-10MIPS: Enable GENERIC_CPU_AUTOPROBEGravatar Marcin Nowakowski 3-0/+34
2017-04-08New getsockopt option to get socket cookieGravatar Chenbo Feng 1-0/+2
2017-04-07kvm: make KVM_COALESCED_MMIO_PAGE_OFFSET publicGravatar Paolo Bonzini 2-1/+2
2017-04-07kvm: make KVM_CAP_COALESCED_MMIO architecture agnosticGravatar Paolo Bonzini 1-3/+0
2017-04-06Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusGravatar Linus Torvalds 19-46/+122
2017-04-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-1/+2
2017-04-06mips: switch to RAW_COPY_USERGravatar Al Viro 2-248/+27
2017-04-06mips: get rid of tail-zeroing in primitivesGravatar Al Viro 3-96/+3
2017-04-06mips: make copy_from_user() zero tail explicitlyGravatar Al Viro 1-7/+7
2017-04-06mips: clean and reorder the forest of macros...Gravatar Al Viro 1-71/+49
2017-04-06mips: consolidate __invoke_... wrappersGravatar Al Viro 1-100/+44
2017-04-06mips: sanitize __access_ok()Gravatar Al Viro 4-29/+20
2017-04-06Merge commit 'fc69910f329d' into uaccess.mipsGravatar Al Viro 14-0/+20
2017-04-03debug: Fix __bug_table[] in arch linker scriptsGravatar Peter Zijlstra 1-0/+1
2017-04-02Merge branch 'parisc-4.11-3' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Al Viro 16-0/+22
2017-03-29Merge branch 'regset' (PTRACE_SETREGSET data leakage)Gravatar Linus Torvalds 1-1/+2
2017-03-29mips/ptrace: Preserve previous registers for short regset writeGravatar Dave Martin 1-1/+2
2017-03-28new helper: uaccess_kernel()Gravatar Al Viro 4-10/+10
2017-03-28KVM: MIPS/Emulate: Properly implement TLBR for T&EGravatar James Hogan 1-46/+53
2017-03-28MIPS: Allow KVM to be enabled on Octeon CPUsGravatar James Hogan 1-0/+1
2017-03-28KVM: MIPS/VZ: Handle Octeon III guest.PRid registerGravatar James Hogan 2-2/+19
2017-03-28KVM: MIPS/VZ: Emulate hit CACHE ops for Octeon IIIGravatar James Hogan 1-0/+11
2017-03-28KVM: MIPS/VZ: VZ hardware setup for Octeon IIIGravatar James Hogan 2-28/+108
2017-03-28KVM: MIPS/T&E: Report correct dcache line sizeGravatar James Hogan 1-0/+8
2017-03-28KVM: MIPS/TLB: Handle virtually tagged icachesGravatar James Hogan 1-0/+14
2017-03-28KVM: MIPS/Emulate: Adapt T&E CACHE emulation for OcteonGravatar James Hogan 2-3/+28
2017-03-28MIPS: Add Octeon III register accessors & definitionsGravatar James Hogan 1-0/+36
2017-03-28KVM: MIPS/VZ: Trace guest mode changesGravatar James Hogan 3-2/+69
2017-03-28KVM: MIPS/VZ: Support hardware guest timerGravatar James Hogan 4-11/+287
2017-03-28KVM: MIPS/VZ: Emulate MAARs when necessaryGravatar James Hogan 4-5/+132
2017-03-28KVM: MIPS/VZ: Support guest load-linked bitGravatar James Hogan 1-0/+24