summaryrefslogtreecommitdiff
path: root/arch/mips/kernel
AgeCommit message (Expand)Author
2022-06-14mips: cpc: Fix refcount leak in mips_cpc_default_phys_baseGong Yuanjun
2022-05-12MIPS: Fix CP0 counter erratum detection for R4k CPUsMaciej W. Rozycki
2022-04-13MIPS: fix fortify panic when copying asm exception handlersAlexander Lobakin
2022-03-19MIPS: smp: fill in sibling and core maps earlierAlexander Lobakin
2021-12-01MIPS: loongson64: fix FTLB configurationHuang Pei
2021-11-18mips: cm: Convert to bitfield API to fix out-of-bounds accessGeert Uytterhoeven
2021-11-18signal/mips: Update (_save|_restore)_fp_context to fail with -EFAULTEric W. Biederman
2021-09-26drivers: base: cacheinfo: Get rid of DEFINE_SMP_CALL_CACHE_FUNCTION()Thomas Gleixner
2021-07-19MIPS: cpu-probe: Fix FPU detection on Ingenic JZ4760(B)Paul Cercueil
2021-07-14sched/core: Initialize the idle task with preemption disabledValentin Schneider
2021-05-19MIPS: Loongson64: Use _CACHE_UNCACHED instead of _CACHE_UNCACHED_ACCELERATEDTiezhu Yang
2021-03-04MIPS: Ingenic: Disable HPTLB for D0 XBurst CPUs tooPaul Cercueil
2021-03-04MIPS: properly stop .eh_frame generationAlexander Lobakin
2021-03-04MIPS: vmlinux.lds.S: add missing PAGE_ALIGNED_DATA() sectionAlexander Lobakin
2021-01-19MIPS: relocatable: fix possible boot hangup with KASLR enabledAlexander Lobakin
2021-01-19MIPS: Fix malformed NT_FILE and NT_SIGINFO in 32bit coredumpsAl Viro
2020-12-30MIPS: Don't round up kernel sections size for memblock_add()Alexander Sverdlin
2020-11-29Merge tag 'locking-urgent-2020-11-29' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2020-11-24sched/idle: Fix arch_cpu_idle() vs tracingPeter Zijlstra
2020-11-17MIPS: kernel: Fix for_each_memblock conversionThomas Bogendoerfer
2020-10-25treewide: Convert macro and uses of __section(foo) to __section("foo")Joe Perches
2020-10-23Merge tag 'arch-cleanup-2020-10-22' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-10-18mm/madvise: introduce process_madvise() syscall: an external memory hinting APIMinchan Kim
2020-10-17tracehook: clear TIF_NOTIFY_RESUME in tracehook_notify_resume()Jens Axboe
2020-10-16Merge tag 'mips_5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/l...Linus Torvalds
2020-10-15Merge tag 'dma-mapping-5.10' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds
2020-10-13arch, drivers: replace for_each_membock() with for_each_mem_range()Mike Rapoport
2020-10-12Merge branch 'compat.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2020-10-12Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2020-10-12Merge tag 'perf-kprobes-2020-10-12' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2020-10-12Merge tag 'core-build-2020-10-12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2020-10-12MIPS: cpu-probe: remove MIPS_CPU_BP_GHIST option bitThomas Bogendoerfer
2020-10-12MIPS: cpu-probe: introduce exclusive R3k CPU probeThomas Bogendoerfer
2020-10-12MIPS: cpu-probe: move fpu probing/handling into its own fileThomas Bogendoerfer
2020-10-12MIPS: replace add_memory_region with memblockThomas Bogendoerfer
2020-10-06dma-mapping: merge <linux/dma-contiguous.h> into <linux/dma-map-ops.h>Christoph Hellwig
2020-10-03mm: remove compat_process_vm_{readv,writev}Christoph Hellwig
2020-10-03fs: remove compat_sys_vmspliceChristoph Hellwig
2020-10-03fs: remove the compat readv/writev syscallsChristoph Hellwig
2020-09-30MIPS: process: include exec.h header in process.cPujin Shi
2020-09-22fs: remove compat_sys_mountChristoph Hellwig
2020-09-21MIPS: kexec: Add crashkernel=YM handlingYouling Tang
2020-09-21MIPS: Loongson-3: Calculate ra properly when unwinding the stackHuacai Chen
2020-09-21MIPS: Loongson-3: Enable COP2 usage in kernelHuacai Chen
2020-09-21MIPS: kernel: include probes-common.h header in branch.cPujin Shi
2020-09-21MIPS: Make setup_elfcorehdr and setup_elfcorehdr_size staticJason Yan
2020-09-18MIPS: cpu-probe: ingenic: Fix broken BUG_ONPaul Cercueil
2020-09-18MIPS: cpu-probe: Mark XBurst CPU as having vtagged cachesPaul Cercueil
2020-09-18MIPS: cpu-probe: Set Ingenic's writecombine to _CACHE_CACHABLE_WAPaul Cercueil
2020-09-08mips: kprobes: Use generic kretprobe trampoline handlerMasami Hiramatsu