summaryrefslogtreecommitdiffstats
path: root/arch/mips/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* mips: switch to RAW_COPY_USERAl Viro2017-04-061-248/+26
* mips: get rid of tail-zeroing in primitivesAl Viro2017-04-061-17/+2
* mips: make copy_from_user() zero tail explicitlyAl Viro2017-04-061-7/+7
* mips: clean and reorder the forest of macros...Al Viro2017-04-061-71/+49
* mips: consolidate __invoke_... wrappersAl Viro2017-04-061-100/+44
* mips: sanitize __access_ok()Al Viro2017-04-061-15/+6
* Merge commit 'fc69910f329d' into uaccess.mipsAl Viro2017-04-061-0/+1
|\
| * MIPS: Add missing include filesArnd Bergmann2017-03-081-0/+1
* | new helper: uaccess_kernel()Al Viro2017-03-283-5/+5
* | uaccess: drop duplicate includes from asm/uaccess.hAl Viro2017-03-061-2/+0
* | uaccess: move VERIFY_{READ,WRITE} definitions to linux/uaccess.hAl Viro2017-03-061-3/+0
|/
* sched/headers: Prepare to remove the <linux/mm_types.h> dependency from <linu...Ingo Molnar2017-03-022-0/+4
* signals: Prepare to split out <linux/signal_types.h> from <linux/signal.h>Ingo Molnar2017-03-021-0/+2
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-0/+1
* kprobes: move kprobe declarations to asm-generic/kprobes.hLuis R. Rodriguez2017-02-281-1/+5
* Merge tag 'for-next-dma_ops' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-02-254-13/+5
|\
| * treewide: Consolidate get_dma_ops() implementationsBart Van Assche2017-01-241-5/+2
| * treewide: Move dma_ops from struct dev_archdata into struct deviceBart Van Assche2017-01-242-7/+2
| * treewide: Constify most dma_map_ops structuresBart Van Assche2017-01-244-5/+5
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2017-02-233-54/+140
|\ \
| * | KVM: MIPS: Allow multiple VCPUs to be createdJames Hogan2017-02-031-1/+1
| * | KVM: MIPS/T&E: Expose read-only CP0_IntCtl registerJames Hogan2017-02-031-0/+1
| * | KVM: MIPS/T&E: Expose CP0_EntryLo0/1 registersJames Hogan2017-02-031-0/+2
| * | KVM: MIPS/T&E: Implement CP0_EBase registerJames Hogan2017-02-031-0/+3
| * | KVM: MIPS/T&E: Move CP0 register access into T&EJames Hogan2017-02-031-1/+0
| * | KVM: MIPS: Claim KVM_CAP_READONLY_MEM supportJames Hogan2017-02-031-0/+2
| * | KVM: MIPS/MMU: Implement KVM_CAP_SYNC_MMUJames Hogan2017-02-031-0/+13
| * | KVM: MIPS/MMU: Add GPA PT mkclean helperJames Hogan2017-02-031-0/+1
| * | KVM: MIPS/T&E: Handle read only GPA in TLB modJames Hogan2017-02-031-5/+0
| * | KVM: MIPS: Pass type of fault down to kvm_mips_map_page()James Hogan2017-02-031-3/+6
| * | KVM: MIPS: Implement kvm_arch_flush_shadow_all/memslotJames Hogan2017-02-031-3/+8
| * | KVM: MIPS/Emulate: Use lockless GVA helpers for cache emulationJames Hogan2017-02-031-1/+1
| * | KVM: MIPS/T&E: Add lockless GVA access helpersJames Hogan2017-02-031-0/+15
| * | KVM: MIPS/MMU: Convert guest physical map to page tableJames Hogan2017-02-031-3/+4
| * | KVM: MIPS: Use CP0_BadInstr[P] for emulationJames Hogan2017-02-031-0/+4
| * | KVM: MIPS: Improve kvm_get_inst() error returnJames Hogan2017-02-031-2/+1
| * | KVM: MIPS/T&E: Don't treat code fetch faults as MMIOJames Hogan2017-02-031-0/+27
| * | KVM: MIPS/MMU: Drop kvm_get_new_mmu_context()James Hogan2017-02-031-5/+0
| * | KVM: MIPS/Emulate: Drop redundant TLB flushes on exceptionsJames Hogan2017-02-031-1/+0
| * | KVM: MIPS/TLB: Drop kvm_local_flush_tlb_all()James Hogan2017-02-032-6/+0
| * | KVM: MIPS: Use uaccess to read/modify guest instructionsJames Hogan2017-02-031-2/+0
| * | KVM: MIPS: Drop vm_init() callbackJames Hogan2017-02-031-3/+0
| * | KVM: MIPS/MMU: Convert commpage fault handling to page tablesJames Hogan2017-02-031-3/+0
| * | KVM: MIPS/MMU: Convert TLB mapped faults to page tablesJames Hogan2017-02-031-5/+2
| * | KVM: MIPS/MMU: Invalidate stale GVA PTEs on TLBWJames Hogan2017-02-031-0/+17
| * | KVM: MIPS/MMU: Invalidate GVA PTs on ASID changesJames Hogan2017-02-031-0/+17
| * | KVM: MIPS/TLB: Generalise host TLB invalidate to kernel ASIDJames Hogan2017-02-031-1/+2
| * | KVM: MIPS: Add fast path TLB refill handlerJames Hogan2017-02-031-0/+1
| * | KVM: MIPS/T&E: Activate GVA page tables in guest contextJames Hogan2017-02-031-1/+3
| * | KVM: MIPS: Wire up vcpu uninitJames Hogan2017-02-031-1/+1