summaryrefslogtreecommitdiff
path: root/arch/mips/kernel
Commit message (Expand)AuthorAge
* Merge tag 'mips_4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/jhogan...Linus Torvalds2018-04-10
|\
| * MIPS: pm-cps: Block system suspend when a JTAG probe is presentMatt Redfearn2018-03-09
| * MIPS: Hang more efficiently on halt/powerdown/restartPaul Burton2018-03-09
| * MIPS: Add crc instruction support flag to elf_hwcapMarcin Nowakowski2018-02-19
| * MIPS: Remove a warning when PHYS_OFFSET is 0x0Mathieu Malaterre2018-02-19
| * MIPS: Make declaration for function `memory_region_available` staticMathieu Malaterre2018-02-19
* | Merge branch 'syscalls-next' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-04-02
|\ \
| * | mm: add ksys_readahead() helper; remove in-kernel calls to sys_readahead()Dominik Brodowski2018-04-02
| * | mm: add ksys_mmap_pgoff() helper; remove in-kernel calls to sys_mmap_pgoff()Dominik Brodowski2018-04-02
| * | mm: add ksys_fadvise64_64() helper; remove in-kernel call to sys_fadvise64_64()Dominik Brodowski2018-04-02
| * | fs: add ksys_fallocate() wrapper; remove in-kernel calls to sys_fallocate()Dominik Brodowski2018-04-02
| * | fs: add ksys_p{read,write}64() helpers; remove in-kernel calls to syscallsDominik Brodowski2018-04-02
| * | fs: add ksys_truncate() wrapper; remove in-kernel calls to sys_truncate()Dominik Brodowski2018-04-02
| * | fs: add ksys_sync_file_range helper(); remove in-kernel calls to syscallDominik Brodowski2018-04-02
| * | fs: add ksys_ftruncate() wrapper; remove in-kernel calls to sys_ftruncate()Dominik Brodowski2018-04-02
* | | Merge branch 'sched-wait-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2018-04-02
|\ \ \
| * | | sched/wait, arch/mips: Fix and convert wait_on_atomic_t() usage to the new wa...Peter Zijlstra2018-03-20
| | |/ | |/|
* | | Merge tag 'v4.16-rc6' into perf/core, to pick up fixesIngo Molnar2018-03-19
|\ \ \ | | |/ | |/|
| * | MIPS: BMIPS: Do not mask IPIs during suspendJustin Chen2018-03-05
| |/
* | perf: Fix sibling iterationPeter Zijlstra2018-03-16
* | perf/core: Remove perf_event::group_entryPeter Zijlstra2018-03-12
|/
* Merge tag 'mips_fixes_4.16_2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-02-16
|\
| * MIPS: Fix incorrect mem=X@Y handlingMarcin Nowakowski2018-02-13
| * MIPS: BMIPS: Fix section mismatch warningJaedon Shin2018-02-13
* | Merge tag 'mips_4.16_2' of git://git.kernel.org/pub/scm/linux/kernel/git/jhog...Linus Torvalds2018-02-13
|\ \ | |/ |/|
| * MIPS: CPC: Map registers using DT in mips_cpc_default_phys_base()Paul Burton2018-02-08
* | vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds2018-02-11
* | Merge tag 'mips_fixes_4.16_1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-02-07
|\ \
| * | MIPS: CPS: Fix MIPS_ISA_LEVEL_RAW falloutJames Hogan2018-02-05
* | | Merge tag 'mips_4.16' of git://git.kernel.org/pub/scm/linux/kernel/git/jhogan...Linus Torvalds2018-02-07
|\ \ \ | | |/ | |/|
| * | MIPS: SMP-CPS: Remove duplicate assignment of core in play_deadMatt Redfearn2018-02-05
| * | MIPS: Watch: Avoid duplication of bits in mips_read_watch_registersMatt Redfearn2018-01-23
| * | MIPS: Watch: Avoid duplication of bits in mips_install_watch_registers.Matt Redfearn2018-01-23
| * | MIPS: Use proper kernel-doc Return keywordMathieu Malaterre2018-01-18
| * | MIPS: Setup boot_command_line before plat_mem_setupPaul Burton2018-01-18
| * | MIPS: ftrace: Remove pointer comparison to 0 in prepare_ftrace_returnMathieu Malaterre2018-01-18
* | | Merge tag 'devicetree-for-4.16' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2018-02-01
|\ \ \
| * | | mips: remove arch specific early_init_dt_alloc_memory_archRob Herring2018-01-30
| |/ /
* | | Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2018-01-30
|\ \ \
| * | | mips: annotate ->poll() instancesAl Viro2017-11-27
| |/ /
* | | Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-01-30
|\ \ \ | |_|/ |/| |
| * | signal: Don't use structure initializers for struct siginfoEric W. Biederman2018-01-22
| * | signal: Unify and correct copy_siginfo_to_user32Eric W. Biederman2018-01-15
| * | signal: Unify and correct copy_siginfo_from_user32Eric W. Biederman2018-01-15
| |/
* | MIPS: CM: Drop WARN_ON(vp != 0)James Hogan2018-01-10
* | MIPS: Validate PR_SET_FP_MODE prctl(2) requests against the ABI of the taskMaciej W. Rozycki2017-12-20
* | MIPS: Disallow outsized PTRACE_SETREGSET NT_PRFPREG regset accessesMaciej W. Rozycki2017-12-12
* | MIPS: Also verify sizeof `elf_fpreg_t' with PTRACE_SETREGSETMaciej W. Rozycki2017-12-12
* | MIPS: Fix an FCSR access API regression with NT_PRFPREG and MSAMaciej W. Rozycki2017-12-12
* | MIPS: Consistently handle buffer counter with PTRACE_SETREGSETMaciej W. Rozycki2017-12-12