summaryrefslogtreecommitdiffstats
path: root/arch/mips/kernel (follow)
Commit message (Expand)AuthorAgeFilesLines
* MIPS: pm-cps: Block system suspend when a JTAG probe is presentMatt Redfearn2018-03-091-0/+31
* MIPS: Hang more efficiently on halt/powerdown/restartPaul Burton2018-03-091-6/+62
* MIPS: Add crc instruction support flag to elf_hwcapMarcin Nowakowski2018-02-191-0/+3
* MIPS: Remove a warning when PHYS_OFFSET is 0x0Mathieu Malaterre2018-02-191-1/+1
* MIPS: Make declaration for function `memory_region_available` staticMathieu Malaterre2018-02-191-1/+2
* Merge tag 'mips_fixes_4.16_2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-02-162-5/+13
|\
| * MIPS: Fix incorrect mem=X@Y handlingMarcin Nowakowski2018-02-131-4/+12
| * MIPS: BMIPS: Fix section mismatch warningJaedon Shin2018-02-131-1/+1
* | Merge tag 'mips_4.16_2' of git://git.kernel.org/pub/scm/linux/kernel/git/jhog...Linus Torvalds2018-02-131-0/+13
|\ \ | |/ |/|
| * MIPS: CPC: Map registers using DT in mips_cpc_default_phys_base()Paul Burton2018-02-081-0/+13
* | vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds2018-02-111-2/+2
* | Merge tag 'mips_fixes_4.16_1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-02-071-5/+12
|\ \
| * | MIPS: CPS: Fix MIPS_ISA_LEVEL_RAW falloutJames Hogan2018-02-051-5/+12
* | | Merge tag 'mips_4.16' of git://git.kernel.org/pub/scm/linux/kernel/git/jhogan...Linus Torvalds2018-02-075-41/+35
|\ \ \ | | |/ | |/|
| * | MIPS: SMP-CPS: Remove duplicate assignment of core in play_deadMatt Redfearn2018-02-051-2/+0
| * | MIPS: Watch: Avoid duplication of bits in mips_read_watch_registersMatt Redfearn2018-01-231-8/+6
| * | MIPS: Watch: Avoid duplication of bits in mips_install_watch_registers.Matt Redfearn2018-01-231-10/+7
| * | MIPS: Use proper kernel-doc Return keywordMathieu Malaterre2018-01-181-1/+1
| * | MIPS: Setup boot_command_line before plat_mem_setupPaul Burton2018-01-181-19/+20
| * | MIPS: ftrace: Remove pointer comparison to 0 in prepare_ftrace_returnMathieu Malaterre2018-01-181-1/+1
* | | Merge tag 'devicetree-for-4.16' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2018-02-011-5/+0
|\ \ \
| * | | mips: remove arch specific early_init_dt_alloc_memory_archRob Herring2018-01-301-5/+0
| |/ /
* | | Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2018-01-311-2/+2
|\ \ \
| * | | mips: annotate ->poll() instancesAl Viro2017-11-271-2/+2
| |/ /
* | | Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-01-302-76/+20
|\ \ \ | |_|/ |/| |
| * | signal: Don't use structure initializers for struct siginfoEric W. Biederman2018-01-231-9/+20
| * | signal: Unify and correct copy_siginfo_to_user32Eric W. Biederman2018-01-161-57/+0
| * | signal: Unify and correct copy_siginfo_from_user32Eric W. Biederman2018-01-161-10/+0
| |/
* | MIPS: CM: Drop WARN_ON(vp != 0)James Hogan2018-01-101-1/+0
* | MIPS: Validate PR_SET_FP_MODE prctl(2) requests against the ABI of the taskMaciej W. Rozycki2017-12-201-0/+12
* | MIPS: Disallow outsized PTRACE_SETREGSET NT_PRFPREG regset accessesMaciej W. Rozycki2017-12-121-0/+3
* | MIPS: Also verify sizeof `elf_fpreg_t' with PTRACE_SETREGSETMaciej W. Rozycki2017-12-121-0/+1
* | MIPS: Fix an FCSR access API regression with NT_PRFPREG and MSAMaciej W. Rozycki2017-12-121-11/+36
* | MIPS: Consistently handle buffer counter with PTRACE_SETREGSETMaciej W. Rozycki2017-12-121-1/+1
* | MIPS: Guard against any partial write attempt with PTRACE_SETREGSETMaciej W. Rozycki2017-12-121-1/+11
* | MIPS: Factor out NT_PRFPREG regset access helpersMaciej W. Rozycki2017-12-121-25/+83
* | MIPS: CPS: Fix r1 .set mt assembler warningJames Hogan2017-12-121-0/+2
|/
* Merge tag 'afs-next-20171113' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-11-161-13/+1
|\
| * Pass mode to wait_on_atomic_t() action funcs and provide default actionsDavid Howells2017-11-131-13/+1
* | Merge tag 'mips_4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/jhogan...Linus Torvalds2017-11-156-15/+61
|\ \
| * | MIPS: Add iomem resource for kernel bss section.David Daney2017-11-131-0/+4
| * | MIPS/ptrace: Update syscall nr on register changesJames Hogan2017-11-092-0/+22
| * | MIPS/ptrace: Pick up ptrace/seccomp changed syscallsJames Hogan2017-11-091-3/+6
| * | MIPS: Fix an n32 core file generation regset support regressionMaciej W. Rozycki2017-11-091-0/+17
| * | MIPS: Fix MIPS64 FP save/restore on 32-bit kernelsJames Hogan2017-11-091-10/+10
| * | MIPS: Allow __cpu_number_map to be larger than NR_CPUSDavid Daney2017-11-071-1/+1
| * | MIPS: make thread_saved_pc staticTobias Klauser2017-10-091-1/+1
* | | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2017-11-131-1/+1
|\ \ \ | |_|/ |/| |
| * | Merge branch 'linus' into locking/core, to resolve conflictsIngo Molnar2017-11-0731-21/+50
| |\ \
| * | | locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...Mark Rutland2017-10-251-1/+1
| | |/ | |/|