aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-01-18MIPS: module: optimize module relocations processingAlexander Lobakin1-57/+52
2021-01-18MIPS: Ingenic: Disable HPTLB for D0 XBurst CPUs tooPaul Cercueil1-7/+8
2021-01-15MIPS: vmlinux.lds.S: explicitly declare .got tableAlexander Lobakin1-0/+2
2021-01-15MIPS: vmlinux.lds.S: explicitly catch .rel.dyn symbolsAlexander Lobakin1-0/+5
2021-01-15MIPS: properly stop .eh_frame generationAlexander Lobakin1-1/+0
2021-01-15MIPS: vmlinux.lds.S: add ".gnu.attributes" to DISCARDSAlexander Lobakin1-0/+1
2021-01-15MIPS: CPS: don't create redundant .text.cps-vec sectionAlexander Lobakin2-2/+0
2021-01-15MIPS: vmlinux.lds.S: add missing PAGE_ALIGNED_DATA() sectionAlexander Lobakin1-0/+1
2021-01-13MIPS: relocatable: fix possible boot hangup with KASLR enabledAlexander Lobakin1-2/+8
2021-01-07MIPS: UAPI: unexport unistd_nr_{n32,n64,o32}.hAlexander Lobakin1-8/+8
2021-01-06mips compat: switch to compat_binfmt_elf.cAl Viro4-134/+3
2021-01-06mips: don't bother with ELF_CORE_EFLAGSAl Viro1-2/+0
2021-01-06mips compat: don't bother with ELF_ET_DYN_BASEAl Viro2-12/+0
2021-01-06mips: kill unused definitions in binfmt_elf[on]32.cAl Viro2-36/+0
2021-01-06mips binfmt_elf*32.c: use elfcore-compat.hAl Viro2-65/+8
2021-01-06Merge remote-tracking branch 'mips/mips-fixes' into work.elf-compatAl Viro2-0/+14
2021-01-06elf_prstatus: collect the common part (everything before pr_reg) into a structAl Viro2-2/+11
2021-01-04MIPS: Kill RM7K & RM9K IRQ CodeJiaxun Yang2-46/+0
2021-01-04MIPS: perf: Add support for OCTEON III perf events.Jia Qingtong1-9/+13
2021-01-04MIPS: cacheinfo: Add missing VCacheJiaxun Yang1-8/+26
2020-12-28MIPS: Fix malformed NT_FILE and NT_SIGINFO in 32bit coredumpsAl Viro2-0/+14
2020-12-28MIPS: No need to check CPU 0 in cps_cpu_disable()Tiezhu Yang1-3/+0
2020-12-28mips: pci: convert comma to semicolonZheng Yongjun1-2/+2
2020-12-28mips: kernel: convert comma to semicolonZheng Yongjun2-3/+3
2020-12-20epoll: fix compat syscall wire up of epoll_pwait2Heiko Carstens1-1/+1
2020-12-19epoll: wire up syscall epoll_pwait2Willem de Bruijn3-0/+3
2020-12-16Merge tag 'tif-task_work.arch-2020-12-14' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+1
2020-12-16Merge tag 'mips_5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/l...Linus Torvalds6-12/+19
2020-12-14Merge tag 'sched-core-2020-12-14' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-21/+9
2020-12-05MIPS: KASLR: Avoid endless loop in sync_icache if synci_step is zeroJinyang He1-1/+1
2020-12-04MIPS: Move memblock_dump_all() to the end of setup_arch()Tiezhu Yang1-2/+2
2020-12-04MIPS: SMP-CPS: Add support for irq migration when CPU offlineWei Li1-0/+2
2020-12-04MIPS: 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-27Merge branch 'linus' into sched/core, to resolve semantic conflictIngo Molnar1-3/+3
2020-11-27MIPS: No need to check CPU 0 in {loongson3,bmips,octeon}_cpu_disable()Tiezhu Yang1-3/+0
2020-11-27MIPS: Loongson64: Add KASLR supportJinyang He1-0/+7
2020-11-27MIPS: KASLR: Correct valid bits in apply_r_mips_26_rel()Jinyang He1-2/+2
2020-11-24smp: Cleanup smp_call_function*()Peter Zijlstra2-21/+9
2020-11-24sched/idle: Fix arch_cpu_idle() vs tracingPeter Zijlstra1-6/+6
2020-11-19MIPS: vdso: Use vma page protection for remappingThomas Bogendoerfer1-2/+2
2020-11-17Merge tag 'mips_fixes_5.10_1' into mips-nextThomas Bogendoerfer1-3/+3
2020-11-17MIPS: kernel: Fix for_each_memblock conversionThomas Bogendoerfer1-3/+3
2020-11-09mips: add support for TIF_NOTIFY_SIGNALJens Axboe1-1/+1
2020-11-06mips: cm: add missing iounmap() on error in mips_cm_probe()Qinglang Miao1-0/+1
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