summaryrefslogtreecommitdiffstats
path: root/arch/mips
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2017-05-011-0/+1
|\
| * debug: Fix __bug_table[] in arch linker scriptsPeter Zijlstra2017-04-031-0/+1
* | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-05-0113-2/+55
|\ \
| * | MIPS/Malta: Probe gic-timer via devicetreeMatt Redfearn2017-04-201-1/+30
| * | MIPS: clockevent drivers: Set ->min_delta_ticks and ->max_delta_ticksNicolai Stange2017-04-1412-1/+25
| |/
* | Merge branch 'work.uaccess' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2017-05-0110-492/+84
|\ \
| * | HAVE_ARCH_HARDENED_USERCOPY is unconditional nowAl Viro2017-04-261-1/+0
| * | CONFIG_ARCH_HAS_RAW_COPY_USER is unconditional nowAl Viro2017-04-261-1/+0
| | |
| | \
| | \
| | \
| *---. \ 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
| | | | |\ \ | | | |/ / / | | |/| | / | | | | |/
| | | * | 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
| | | |\ \ | | |/ / /
| | * | | new helper: uaccess_kernel()Al Viro2017-03-284-10/+10
| | * | | uaccess: drop duplicate includes from asm/uaccess.hAl Viro2017-03-051-2/+0
| | * | | uaccess: move VERIFY_{READ,WRITE} definitions to linux/uaccess.hAl Viro2017-03-051-3/+0
| |/ / /
* | | | MIPS: PCI: add controllers before the specified headMathias Kresin2017-04-131-1/+1
* | | | MIPS: KGDB: Use kernel context for sleeping threadsJames Hogan2017-04-121-15/+33
* | | | MIPS: smp-cps: Fix potentially uninitialised value of coreMatt Redfearn2017-04-121-2/+1
* | | | MIPS: KASLR: Add missing header filesMatt Redfearn2017-04-121-1/+1
* | | | MIPS: Avoid BUG warning in arch_check_elfJames Cowgill2017-04-121-1/+1
* | | | MIPS: Fix modversioning of _mcount symbolJames Cowgill2017-04-121-0/+1
* | | | MIPS: generic: fix out-of-tree defconfig target buildsMarcin Nowakowski2017-04-111-3/+3
* | | | MIPS: cevt-r4k: Fix out-of-bounds array accessJames Hogan2017-04-101-1/+1
* | | | MIPS: perf: fix deadlockRabin Vincent2017-04-101-4/+5
* | | | MIPS: Malta: Fix i8259 irqchip setupMatt Redfearn2017-04-101-0/+11
* | | | Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2017-04-0619-46/+122
|\ \ \ \
| * | | | MIPS: IRQ Stack: Unwind IRQ stack onto task stackMatt Redfearn2017-03-224-20/+60
| * | | | MIPS: c-r4k: Fix Loongson-3's vcache/scache waysize calculationHuacai Chen2017-03-211-0/+2
| * | | | MIPS: Flush wrong invalid FTLB entry for huge pageHuacai Chen2017-03-211-4/+21
| * | | | MIPS: Check TLB before handle_ri_rdhwr() for Loongson-3Huacai Chen2017-03-212-6/+15
| * | | | MIPS: Add MIPS_CPU_FTLB for Loongson-3A R2Huacai Chen2017-03-211-1/+1
| * | | | MIPS: Lantiq: fix missing xbar kernel panicHauke Mehrtens2017-03-211-1/+1
| * | | | MIPS: smp-cps: Fix retrieval of VPE mask on big endian CPUsMatt Redfearn2017-03-211-1/+1
| * | | | MIPS: Wire up statx system callJames Hogan2017-03-085-6/+13
| * | | | MIPS: Include asm/ptrace.h now linux/sched.h doesn'tJames Hogan2017-03-081-0/+1
| * | | | MIPS: ralink: Fix typos in rt3883 pinctrlJohn Crispin2017-03-081-2/+2
| * | | | MIPS: End spinlocks with .insnPaul Burton2017-03-081-4/+4
| * | | | MIPS: Force o32 fp64 support on 32bit MIPS64r6 kernelsJames Hogan2017-03-081-1/+1
| |/ / /
* | | | Merge branch 'regset' (PTRACE_SETREGSET data leakage)Linus Torvalds2017-03-291-1/+2
|\ \ \ \ | |_|_|/ |/| | |
| * | | mips/ptrace: Preserve previous registers for short regset writeDave Martin2017-03-291-1/+2
* | | | arch, mm: convert all architectures to use 5level-fixup.hKirill A. Shutemov2017-03-092-0/+2
| |_|/ |/| |
* | | MIPS: Add missing include filesArnd Bergmann2017-03-0814-0/+20
| |/ |/|
* | 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
OpenPOWER on IntegriCloud