summaryrefslogtreecommitdiffstats
path: root/arch/mips/kernel
Commit message (Expand)AuthorAgeFilesLines
...
| * | MIPS: of: Introduce helper function to get DTBThomas Bogendoerfer2021-02-042-35/+0
| * | arch: mips: kernel: Fix two spelling in smp.cBhaskar Chowdhury2021-02-031-3/+3
| * | MIPS: vpe: Remove vpe_getcwdThomas Bogendoerfer2021-01-271-33/+0
| * | mips: cacheinfo: Remove unnecessary increment of levelSouptick Joarder2021-01-271-3/+1
| * | MIPS: Add is_jr_ra_ins() to end the loop earlyJinyang He2021-01-251-1/+33
| * | MIPS: Fix get_frame_info() handing of function sizeJinyang He2021-01-251-4/+4
| * | MIPS: microMIPS: Fix the judgment of mm_jr16_op and mm_jalr_opJinyang He2021-01-251-3/+3
| * | MIPS: process: Remove unnecessary headers inclusionJinyang He2021-01-251-29/+12
| * | Revert "MIPS: Remove unused R4300 CPU support"Lauri Kasanen2021-01-222-0/+10
| * | MIPS: relocatable: optimize the relocation processAlexander Lobakin2021-01-181-24/+30
| * | MIPS: module: optimize module relocations processingAlexander Lobakin2021-01-181-57/+52
| * | MIPS: Ingenic: Disable HPTLB for D0 XBurst CPUs tooPaul Cercueil2021-01-181-7/+8
| * | MIPS: vmlinux.lds.S: explicitly declare .got tableAlexander Lobakin2021-01-151-0/+2
| * | MIPS: vmlinux.lds.S: explicitly catch .rel.dyn symbolsAlexander Lobakin2021-01-151-0/+5
| * | MIPS: properly stop .eh_frame generationAlexander Lobakin2021-01-151-1/+0
| * | MIPS: vmlinux.lds.S: add ".gnu.attributes" to DISCARDSAlexander Lobakin2021-01-151-0/+1
| * | MIPS: CPS: don't create redundant .text.cps-vec sectionAlexander Lobakin2021-01-152-2/+0
| * | MIPS: vmlinux.lds.S: add missing PAGE_ALIGNED_DATA() sectionAlexander Lobakin2021-01-151-0/+1
| * | MIPS: UAPI: unexport unistd_nr_{n32,n64,o32}.hAlexander Lobakin2021-01-071-8/+8
| * | MIPS: Kill RM7K & RM9K IRQ CodeJiaxun Yang2021-01-042-46/+0
| * | MIPS: perf: Add support for OCTEON III perf events.Jia Qingtong2021-01-041-9/+13
| * | MIPS: cacheinfo: Add missing VCacheJiaxun Yang2021-01-041-8/+26
| * | MIPS: No need to check CPU 0 in cps_cpu_disable()Tiezhu Yang2020-12-281-3/+0
| * | mips: pci: convert comma to semicolonZheng Yongjun2020-12-281-2/+2
| * | mips: kernel: convert comma to semicolonZheng Yongjun2020-12-282-3/+3
* | | Merge branch 'work.elf-compat' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2021-02-214-232/+3
|\ \ \ | |_|/ |/| |
| * | mips compat: switch to compat_binfmt_elf.cAl Viro2021-01-064-134/+3
| * | mips: don't bother with ELF_CORE_EFLAGSAl Viro2021-01-061-2/+0
| * | mips compat: don't bother with ELF_ET_DYN_BASEAl Viro2021-01-062-12/+0
| * | mips: kill unused definitions in binfmt_elf[on]32.cAl Viro2021-01-062-36/+0
| * | mips binfmt_elf*32.c: use elfcore-compat.hAl Viro2021-01-062-65/+8
| * | Merge remote-tracking branch 'mips/mips-fixes' into work.elf-compatAl Viro2021-01-062-0/+14
| |\ \
| * | | elf_prstatus: collect the common part (everything before pr_reg) into a structAl Viro2021-01-062-2/+11
| | |/ | |/|
* | | MIPS: relocatable: fix possible boot hangup with KASLR enabledAlexander Lobakin2021-01-131-2/+8
| |/ |/|
* | MIPS: Fix malformed NT_FILE and NT_SIGINFO in 32bit coredumpsAl Viro2020-12-282-0/+14
|/
* epoll: fix compat syscall wire up of epoll_pwait2Heiko Carstens2020-12-201-1/+1
* epoll: wire up syscall epoll_pwait2Willem de Bruijn2020-12-193-0/+3
* Merge tag 'tif-task_work.arch-2020-12-14' of git://git.kernel.dk/linux-blockLinus Torvalds2020-12-161-1/+1
|\
| * mips: add support for TIF_NOTIFY_SIGNALJens Axboe2020-11-091-1/+1
* | Merge tag 'mips_5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/l...Linus Torvalds2020-12-166-12/+19
|\ \
| * | MIPS: KASLR: Avoid endless loop in sync_icache if synci_step is zeroJinyang He2020-12-051-1/+1
| * | MIPS: Move memblock_dump_all() to the end of setup_arch()Tiezhu Yang2020-12-041-2/+2
| * | MIPS: SMP-CPS: Add support for irq migration when CPU offlineWei Li2020-12-041-0/+2
| * | MIPS: Don't round up kernel sections size for memblock_add()Alexander Sverdlin2020-12-041-2/+2
| * | MIPS: No need to check CPU 0 in {loongson3,bmips,octeon}_cpu_disable()Tiezhu Yang2020-11-271-3/+0
| * | MIPS: Loongson64: Add KASLR supportJinyang He2020-11-271-0/+7
| * | MIPS: KASLR: Correct valid bits in apply_r_mips_26_rel()Jinyang He2020-11-271-2/+2
| * | MIPS: vdso: Use vma page protection for remappingThomas Bogendoerfer2020-11-191-2/+2
| * | Merge tag 'mips_fixes_5.10_1' into mips-nextThomas Bogendoerfer2020-11-171-3/+3
| |\ \
| * | | mips: cm: add missing iounmap() on error in mips_cm_probe()Qinglang Miao2020-11-061-0/+1
| | |/ | |/|