summaryrefslogtreecommitdiff
path: root/arch/mips/kernel
AgeCommit message (Expand)AuthorFilesLines
2022-05-12MIPS: Fix CP0 counter erratum detection for R4k CPUsMaciej W. Rozycki1-8/+3
2022-04-13MIPS: fix fortify panic when copying asm exception handlersAlexander Lobakin1-11/+11
2022-03-19MIPS: smp: fill in sibling and core maps earlierAlexander Lobakin1-3/+3
2021-12-01MIPS: loongson64: fix FTLB configurationHuang Pei1-2/+2
2021-11-18mips: cm: Convert to bitfield API to fix out-of-bounds accessGeert Uytterhoeven1-11/+10
2021-11-18signal/mips: Update (_save|_restore)_fp_context to fail with -EFAULTEric W. Biederman2-11/+2
2021-09-26drivers: base: cacheinfo: Get rid of DEFINE_SMP_CALL_CACHE_FUNCTION()Thomas Gleixner1-5/+2
2021-07-19MIPS: cpu-probe: Fix FPU detection on Ingenic JZ4760(B)Paul Cercueil1-0/+5
2021-07-14sched/core: Initialize the idle task with preemption disabledValentin Schneider1-1/+0
2021-05-19MIPS: Loongson64: Use _CACHE_UNCACHED instead of _CACHE_UNCACHED_ACCELERATEDTiezhu Yang1-3/+0
2021-03-04MIPS: Ingenic: Disable HPTLB for D0 XBurst CPUs tooPaul Cercueil1-7/+8
2021-03-04MIPS: properly stop .eh_frame generationAlexander Lobakin1-1/+0
2021-03-04MIPS: vmlinux.lds.S: add missing PAGE_ALIGNED_DATA() sectionAlexander Lobakin1-0/+1
2021-01-19MIPS: relocatable: fix possible boot hangup with KASLR enabledAlexander Lobakin1-2/+8
2021-01-19MIPS: Fix malformed NT_FILE and NT_SIGINFO in 32bit coredumpsAl Viro2-0/+14
2020-12-30MIPS: Don't round up kernel sections size for memblock_add()Alexander Sverdlin1-2/+2
2020-11-29Merge tag 'locking-urgent-2020-11-29' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-6/+6
2020-11-24sched/idle: Fix arch_cpu_idle() vs tracingPeter Zijlstra1-6/+6
2020-11-17MIPS: kernel: Fix for_each_memblock conversionThomas Bogendoerfer1-3/+3
2020-10-25treewide: Convert macro and uses of __section(foo) to __section("foo")Joe Perches1-1/+1
2020-10-23Merge tag 'arch-cleanup-2020-10-22' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+0
2020-10-18mm/madvise: introduce process_madvise() syscall: an external memory hinting APIMinchan Kim3-0/+3
2020-10-17tracehook: clear TIF_NOTIFY_RESUME in tracehook_notify_resume()Jens Axboe1-1/+0
2020-10-16Merge tag 'mips_5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/l...Linus Torvalds15-419/+612
2020-10-15Merge tag 'dma-mapping-5.10' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds1-1/+1
2020-10-13arch, drivers: replace for_each_membock() with for_each_mem_range()Mike Rapoport1-16/+15
2020-10-12Merge branch 'compat.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2-2/+2
2020-10-12Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-10/+10
2020-10-12Merge tag 'perf-kprobes-2020-10-12' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-51/+3
2020-10-12Merge tag 'core-build-2020-10-12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-0/+1
2020-10-12MIPS: cpu-probe: remove MIPS_CPU_BP_GHIST option bitThomas Bogendoerfer1-6/+4
2020-10-12MIPS: cpu-probe: introduce exclusive R3k CPU probeThomas Bogendoerfer2-1/+178
2020-10-12MIPS: cpu-probe: move fpu probing/handling into its own fileThomas Bogendoerfer4-324/+364
2020-10-12MIPS: replace add_memory_region with memblockThomas Bogendoerfer2-69/+6
2020-10-06dma-mapping: merge <linux/dma-contiguous.h> into <linux/dma-map-ops.h>Christoph Hellwig1-1/+1
2020-10-03mm: remove compat_process_vm_{readv,writev}Christoph Hellwig2-4/+4
2020-10-03fs: remove compat_sys_vmspliceChristoph Hellwig2-2/+2
2020-10-03fs: remove the compat readv/writev syscallsChristoph Hellwig2-4/+4
2020-09-30MIPS: process: include exec.h header in process.cPujin Shi1-0/+1
2020-09-22fs: remove compat_sys_mountChristoph Hellwig2-2/+2
2020-09-21MIPS: kexec: Add crashkernel=YM handlingYouling Tang1-3/+21
2020-09-21MIPS: Loongson-3: Calculate ra properly when unwinding the stackHuacai Chen1-1/+15
2020-09-21MIPS: Loongson-3: Enable COP2 usage in kernelHuacai Chen3-4/+4
2020-09-21MIPS: kernel: include probes-common.h header in branch.cPujin Shi1-0/+2
2020-09-21MIPS: Make setup_elfcorehdr and setup_elfcorehdr_size staticJason Yan1-1/+1
2020-09-18MIPS: cpu-probe: ingenic: Fix broken BUG_ONPaul Cercueil1-1/+1
2020-09-18MIPS: cpu-probe: Mark XBurst CPU as having vtagged cachesPaul Cercueil1-0/+3
2020-09-18MIPS: cpu-probe: Set Ingenic's writecombine to _CACHE_CACHABLE_WAPaul Cercueil1-1/+2
2020-09-08mips: kprobes: Use generic kretprobe trampoline handlerMasami Hiramatsu1-51/+3
2020-09-07MIPS: Convert R10000_LLSC_WAR info a config optionThomas Bogendoerfer1-1/+1