summaryrefslogtreecommitdiff
path: root/arch/mips/include
AgeCommit message (Expand)AuthorFilesLines
2017-05-09Merge tag 'pci-v4.12-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-4/+1
2017-05-09Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-1/+1
2017-05-09scripts/spelling.txt: add regsiter -> register spelling mistakeStephen Boyd1-1/+1
2017-05-08Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds9-105/+478
2017-05-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-0/+6
2017-05-02Merge branch 'work.uaccess' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds3-393/+64
2017-04-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+1
2017-04-26Merge branches 'uaccess.alpha', 'uaccess.arc', 'uaccess.arm', 'uaccess.arm64'...Al Viro6-393/+67
2017-04-20MIPS: PCI: Use generic pci_mmap_resource_range()David Woodhouse1-1/+1
2017-04-18PCI: Move multiple declarations of pci_mmap_page_range() to <linux/pci.h>David Woodhouse1-3/+0
2017-04-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller4-10/+29
2017-04-12MIPS: Fix modversioning of _mcount symbolJames Cowgill1-0/+1
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-06Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds4-10/+29
2017-04-06mips: switch to RAW_COPY_USERAl Viro1-248/+26
2017-04-06mips: get rid of tail-zeroing in primitivesAl Viro1-17/+2
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 Viro1-15/+6
2017-04-06Merge commit 'fc69910f329d' into uaccess.mipsAl Viro1-0/+1
2017-04-02Merge branch 'parisc-4.11-3' of git://git.kernel.org/pub/scm/linux/kernel/git...Al Viro3-0/+3
2017-03-28new helper: uaccess_kernel()Al Viro3-5/+5
2017-03-28KVM: MIPS/VZ: Handle Octeon III guest.PRid registerJames Hogan1-0/+2
2017-03-28MIPS: Add Octeon III register accessors & definitionsJames Hogan1-0/+36
2017-03-28KVM: MIPS/VZ: Support hardware guest timerJames Hogan1-0/+14
2017-03-28KVM: MIPS/VZ: Emulate MAARs when necessaryJames Hogan2-3/+22
2017-03-28KVM: MIPS/VZ: Support guest hardware page table walkerJames Hogan1-0/+8
2017-03-28KVM: MIPS/VZ: Support guest segmentation controlJames Hogan1-0/+6
2017-03-28KVM: MIPS/VZ: Support guest CP0_[X]ContextConfigJames Hogan1-0/+4
2017-03-28KVM: MIPS/VZ: Support guest CP0_BadInstr[P]James Hogan1-0/+4
2017-03-28KVM: MIPS: Implement VZ supportJames Hogan2-0/+43
2017-03-28KVM: MIPS/TLB: Add VZ TLB managementJames Hogan2-0/+13
2017-03-28KVM: MIPS/Entry: Update entry code to support VZJames Hogan1-0/+5
2017-03-28KVM: MIPS: Abstract guest CP0 register access for VZJames Hogan1-88/+255
2017-03-28KVM: MIPS: Add guest exit exception callbackJames Hogan1-0/+1
2017-03-28KVM: MIPS: Add hardware_{enable,disable} callbackJames Hogan1-1/+2
2017-03-28KVM: MIPS: Add callback to check extensionJames Hogan1-0/+1
2017-03-28KVM: MIPS: Init timer frequency from callbackJames Hogan1-1/+1
2017-03-28KVM: MIPS: Extend counters & events for VZ GExcCodesJames Hogan1-0/+10
2017-03-28KVM: MIPS: Implement HYPCALL emulationJames Hogan2-1/+8
2017-03-28MIPS: asm/tlb.h: Add UNIQUE_GUEST_ENTRYHI() macroJames Hogan1-2/+4
2017-03-28MIPS: Add some missing guest CP0 accessors & defsJames Hogan1-2/+14
2017-03-28MIPS: Probe guest MVHJames Hogan1-0/+3
2017-03-28MIPS: Probe guest CP0_UserLocalJames Hogan1-0/+3
2017-03-28MIPS: Separate MAAR V bit into VL and VH for XPAJames Hogan2-6/+12
2017-03-28MIPS: Add defs & probing of UFRJames Hogan2-0/+5
2017-03-25net: Introduce SO_INCOMING_NAPI_IDSridhar Samudrala1-0/+1
2017-03-22sock: introduce SO_MEMINFO getsockoptJosh Hunt1-0/+3