summaryrefslogtreecommitdiffstats
path: root/arch/mips (follow)
Commit message (Expand)AuthorAgeFilesLines
*---. Merge branches 'uaccess.alpha', 'uaccess.arc', 'uaccess.arm', 'uaccess.arm64'...Al Viro2017-04-2626-491/+107
|\ \ \
| | | * Merge branch 'parisc-4.11-3' of git://git.kernel.org/pub/scm/linux/kernel/git...Al Viro2017-04-0216-0/+22
| | |/| | |/| |
| | | * arch, mm: convert all architectures to use 5level-fixup.hKirill A. Shutemov2017-03-092-0/+2
| | * | mips: switch to RAW_COPY_USERAl Viro2017-04-062-248/+27
| | * | mips: get rid of tail-zeroing in primitivesAl Viro2017-04-063-96/+3
| | * | 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-064-29/+20
| | * | Merge commit 'fc69910f329d' into uaccess.mipsAl Viro2017-04-0614-0/+20
| |/| | | | |/
| | * MIPS: Add missing include filesArnd Bergmann2017-03-0814-0/+20
| |/ |/|
| * new helper: uaccess_kernel()Al Viro2017-03-284-10/+10
| * 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: Remove the <linux/topology.h> include from <linux/sched.h>Ingo Molnar2017-03-031-0/+1
* sched/headers: Move task-stack related APIs from <linux/sched.h> to <linux/sc...Ingo Molnar2017-03-032-2/+2
* sched/headers: Move task->mm handling methods to <linux/sched/mm.h>Ingo Molnar2017-03-031-1/+1
* sched/headers: Prepare to move the task_lock()/unlock() APIs to <linux/sched/...Ingo Molnar2017-03-021-0/+1
* sched/headers: Prepare to remove the <linux/mm_types.h> dependency from <linu...Ingo Molnar2017-03-025-1/+7
* 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-0211-0/+11
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-022-0/+2
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-024-0/+4
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-027-0/+7
* sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar2017-03-022-0/+4
* sched/headers: Prepare to remove <linux/cred.h> inclusion from <linux/sched.h>Ingo Molnar2017-03-021-0/+1
* sched/headers: Prepare for new header dependencies before moving more code to...Ingo Molnar2017-03-021-0/+1
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-025-4/+5
* mm: add new mmgrab() helperVegard Nossum2017-02-281-1/+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-259-20/+12
|\
| * 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-243-8/+3
| * treewide: Constify most dma_map_ops structuresBart Van Assche2017-01-248-11/+11
* | mm: wire up GFP flag passing in dma_alloc_from_contiguousLucas Stach2017-02-251-2/+2
* | userfaultfd: non-cooperative: add event for memory unmapsMike Rapoport2017-02-251-1/+1
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2017-02-2312-1215/+2482
|\ \
| * | KVM: race-free exit from KVM_RUN without POSIX signalsPaolo Bonzini2017-02-171-1/+6
| * | KVM: MIPS: Allow multiple VCPUs to be createdJames Hogan2017-02-032-1/+7
| * | KVM: MIPS/T&E: Expose read-only CP0_IntCtl registerJames Hogan2017-02-032-0/+8
| * | KVM: MIPS/T&E: Expose CP0_EntryLo0/1 registersJames Hogan2017-02-032-0/+16
| * | KVM: MIPS/T&E: Default to reset vectorJames Hogan2017-02-031-0/+6
| * | KVM: MIPS/T&E: Implement CP0_EBase registerJames Hogan2017-02-034-33/+60
| * | KVM: MIPS/T&E: Move CP0 register access into T&EJames Hogan2017-02-034-203/+179
| * | KVM: MIPS: Claim KVM_CAP_READONLY_MEM supportJames Hogan2017-02-032-0/+3
| * | KVM: MIPS/MMU: Implement KVM_CAP_SYNC_MMUJames Hogan2017-02-034-17/+233
| * | KVM: MIPS/MMU: Pass GPA PTE bits to mapped GVA PTEsJames Hogan2017-02-031-19/+37
| * | KVM: MIPS/MMU: Pass GPA PTE bits to KSeg0 GVA PTEsJames Hogan2017-02-031-23/+26
| * | KVM: MIPS/MMU: Handle dirty logging on GPA faultsJames Hogan2017-02-031-4/+70
| * | KVM: MIPS: Clean & flush on dirty page logging enableJames Hogan2017-02-031-0/+24