aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-04-10MIPS: r2-on-r6-emu: Fix BLEZL and BGTZL identificationLeonid Yegoshin1-2/+12
2017-04-10MIPS: Loongson-3: Select MIPS_L1_CACHE_SHIFT_6Huacai Chen1-0/+1
2017-04-10MIPS: Delete redundant definition of SMP_CACHE_BYTES.Ralf Baechle2-4/+1
2017-04-10MIPS: Delete unused definition of SMP_CACHE_SHIFT.Ralf Baechle1-1/+0
2017-04-10MIPS: Don't unnecessarily include kmalloc.h into <asm/cache.h>.Ralf Baechle1-2/+0
2017-04-10MIPS: Disable Werror when W= is setFlorian Fainelli1-0/+2
2017-04-10MIPS: Octeon: Clean up platform code.Steven J. Hill1-4/+12
2017-04-10MIPS: Octeon: Remove unused PCIERCX types and macros.Steven J. Hill1-3016/+209
2017-04-10MIPS: Octeon: Fix compile error when USB is not enabled.Steven J. Hill1-48/+49
2017-04-10MIPS: Octeon: Remove unused SLI types and macros.Steven J. Hill2-3469/+76
2017-04-10MIPS: Octeon: Remove unused L2C types and macros.Steven J. Hill7-3922/+305
2017-04-10MIPS: Add 48-bit VA space (and 4-level page tables) for 4K pages.Alex Belits6-13/+172
2017-04-10MIPS: Octeon: Remove vestiges of CONFIG_CAVIUM_OCTEON_2ND_KERNELDavid Daney3-24/+1
2017-04-10MIPS: BPF: Fix multiple problems in JIT skb access helpers.David Daney1-11/+12
2017-04-10MIPS: BPF: Quit clobbering callee saved registers in JIT code.David Daney1-4/+12
2017-04-10MIPS: BPF: Use unsigned access for unsigned SKB fields.David Daney1-2/+2
2017-04-10MIPS: BPF: Add JIT support for SKF_AD_HATYPE.David Daney1-4/+17
2017-04-10MIPS: uasm: Add support for LHU.David Daney3-1/+4
2017-04-10MIPS: Enable GENERIC_CPU_AUTOPROBEMarcin Nowakowski3-0/+34
2017-04-08New getsockopt option to get socket cookieChenbo Feng1-0/+2
2017-04-07kvm: make KVM_COALESCED_MMIO_PAGE_OFFSET publicPaolo Bonzini2-1/+2
2017-04-07kvm: make KVM_CAP_COALESCED_MMIO architecture agnosticPaolo Bonzini1-3/+0
2017-04-06Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds19-46/+122
2017-04-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+2
2017-04-06mips: switch to RAW_COPY_USERAl Viro2-248/+27
2017-04-06mips: get rid of tail-zeroing in primitivesAl Viro3-96/+3
2017-04-06mips: make copy_from_user() zero tail explicitlyAl Viro1-7/+7
2017-04-06mips: clean and reorder the forest of macros...Al Viro1-71/+49
2017-04-06mips: consolidate __invoke_... wrappersAl Viro1-100/+44
2017-04-06mips: sanitize __access_ok()Al Viro4-29/+20
2017-04-06Merge commit 'fc69910f329d' into uaccess.mipsAl Viro14-0/+20
2017-04-03debug: Fix __bug_table[] in arch linker scriptsPeter Zijlstra1-0/+1
2017-04-02Merge branch 'parisc-4.11-3' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux into uaccess.pariscAl Viro16-0/+22
2017-03-29Merge branch 'regset' (PTRACE_SETREGSET data leakage)Linus Torvalds1-1/+2
2017-03-29mips/ptrace: Preserve previous registers for short regset writeDave Martin1-1/+2
2017-03-28new helper: uaccess_kernel()Al Viro4-10/+10
2017-03-28KVM: MIPS/Emulate: Properly implement TLBR for T&EJames Hogan1-46/+53
2017-03-28MIPS: Allow KVM to be enabled on Octeon CPUsJames Hogan1-0/+1
2017-03-28KVM: MIPS/VZ: Handle Octeon III guest.PRid registerJames Hogan2-2/+19
2017-03-28KVM: MIPS/VZ: Emulate hit CACHE ops for Octeon IIIJames Hogan1-0/+11
2017-03-28KVM: MIPS/VZ: VZ hardware setup for Octeon IIIJames Hogan2-28/+108
2017-03-28KVM: MIPS/T&E: Report correct dcache line sizeJames Hogan1-0/+8
2017-03-28KVM: MIPS/TLB: Handle virtually tagged icachesJames Hogan1-0/+14
2017-03-28KVM: MIPS/Emulate: Adapt T&E CACHE emulation for OcteonJames Hogan2-3/+28
2017-03-28MIPS: Add Octeon III register accessors & definitionsJames Hogan1-0/+36
2017-03-28KVM: MIPS/VZ: Trace guest mode changesJames Hogan3-2/+69
2017-03-28KVM: MIPS/VZ: Support hardware guest timerJames Hogan4-11/+287
2017-03-28KVM: MIPS/VZ: Emulate MAARs when necessaryJames Hogan4-5/+132
2017-03-28KVM: MIPS/VZ: Support guest load-linked bitJames Hogan1-0/+24
2017-03-28KVM: MIPS/VZ: Support guest hardware page table walkerJames Hogan2-0/+88