summaryrefslogtreecommitdiffstats
path: root/arch/mips/include
AgeCommit message (Expand)AuthorLines
2017-05-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds-0/+6
2017-05-01Merge branch 'work.uaccess' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-393/+64
2017-04-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-0/+1
2017-04-26Merge branches 'uaccess.alpha', 'uaccess.arc', 'uaccess.arm', 'uaccess.arm64'...Al Viro-393/+67
2017-04-20MIPS: PCI: Use generic pci_mmap_resource_range()David Woodhouse-1/+1
2017-04-18PCI: Move multiple declarations of pci_mmap_page_range() to <linux/pci.h>David Woodhouse-3/+0
2017-04-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-10/+29
2017-04-13Merge branch '4.11-fixes' into mips-for-linux-nextRalf Baechle-0/+1
2017-04-12MIPS: Fix modversioning of _mcount symbolJames Cowgill-0/+1
2017-04-12MIPS: mach-rm: Remove recursive include of cpu-feature-overrides.hMarcin Nowakowski-2/+0
2017-04-12MIPS: uasm: Remove needless ISA abstractionPaul Burton-59/+28
2017-04-10MIPS: Delete redundant definition of SMP_CACHE_BYTES.Ralf Baechle-4/+1
2017-04-10MIPS: Delete unused definition of SMP_CACHE_SHIFT.Ralf Baechle-1/+0
2017-04-10MIPS: Don't unnecessarily include kmalloc.h into <asm/cache.h>.Ralf Baechle-2/+0
2017-04-10MIPS: Octeon: Remove unused PCIERCX types and macros.Steven J. Hill-3016/+209
2017-04-10MIPS: Octeon: Remove unused SLI types and macros.Steven J. Hill-3467/+74
2017-04-10MIPS: Octeon: Remove unused L2C types and macros.Steven J. Hill-3828/+239
2017-04-10MIPS: Add 48-bit VA space (and 4-level page tables) for 4K pages.Alex Belits-5/+109
2017-04-10MIPS: uasm: Add support for LHU.David Daney-0/+1
2017-04-10MIPS: Enable GENERIC_CPU_AUTOPROBEMarcin Nowakowski-0/+26
2017-04-08New getsockopt option to get socket cookieChenbo Feng-0/+2
2017-04-07kvm: make KVM_COALESCED_MMIO_PAGE_OFFSET publicPaolo Bonzini-1/+2
2017-04-06Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds-10/+29
2017-04-06mips: switch to RAW_COPY_USERAl Viro-248/+26
2017-04-06mips: get rid of tail-zeroing in primitivesAl Viro-17/+2
2017-04-06mips: make copy_from_user() zero tail explicitlyAl Viro-7/+7
2017-04-06mips: clean and reorder the forest of macros...Al Viro-71/+49
2017-04-06mips: consolidate __invoke_... wrappersAl Viro-100/+44
2017-04-06mips: sanitize __access_ok()Al Viro-15/+6
2017-04-06Merge commit 'fc69910f329d' into uaccess.mipsAl Viro-0/+1
2017-04-02Merge branch 'parisc-4.11-3' of git://git.kernel.org/pub/scm/linux/kernel/git...Al Viro-0/+3
2017-03-28new helper: uaccess_kernel()Al Viro-5/+5
2017-03-28KVM: MIPS/VZ: Handle Octeon III guest.PRid registerJames Hogan-0/+2
2017-03-28MIPS: Add Octeon III register accessors & definitionsJames Hogan-0/+36
2017-03-28KVM: MIPS/VZ: Support hardware guest timerJames Hogan-0/+14
2017-03-28KVM: MIPS/VZ: Emulate MAARs when necessaryJames Hogan-3/+22
2017-03-28KVM: MIPS/VZ: Support guest hardware page table walkerJames Hogan-0/+8
2017-03-28KVM: MIPS/VZ: Support guest segmentation controlJames Hogan-0/+6
2017-03-28KVM: MIPS/VZ: Support guest CP0_[X]ContextConfigJames Hogan-0/+4
2017-03-28KVM: MIPS/VZ: Support guest CP0_BadInstr[P]James Hogan-0/+4
2017-03-28KVM: MIPS: Implement VZ supportJames Hogan-0/+43
2017-03-28KVM: MIPS/TLB: Add VZ TLB managementJames Hogan-0/+13
2017-03-28KVM: MIPS/Entry: Update entry code to support VZJames Hogan-0/+5
2017-03-28KVM: MIPS: Abstract guest CP0 register access for VZJames Hogan-88/+255
2017-03-28KVM: MIPS: Add guest exit exception callbackJames Hogan-0/+1
2017-03-28KVM: MIPS: Add hardware_{enable,disable} callbackJames Hogan-1/+2
2017-03-28KVM: MIPS: Add callback to check extensionJames Hogan-0/+1
2017-03-28KVM: MIPS: Init timer frequency from callbackJames Hogan-1/+1
2017-03-28KVM: MIPS: Extend counters & events for VZ GExcCodesJames Hogan-0/+10
2017-03-28KVM: MIPS: Implement HYPCALL emulationJames Hogan-1/+8