summaryrefslogtreecommitdiffstats
path: root/arch/mips
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | MIPS: c-r4k: Fix section mismatch for loongson2_sc_initNathan Chancellor2021-01-071-1/+1
| * | | | MIPS: Use address-of operator on section symbolsNathan Chancellor2021-01-074-4/+4
| * | | | MIPS: loongson64: smp.c: Fix block comment coding stylesiyanteng2021-01-041-2/+4
| * | | | MIPS: Kill RM7K & RM9K IRQ CodeJiaxun Yang2021-01-045-57/+0
| * | | | MIPS: perf: Add support for OCTEON III perf events.Jia Qingtong2021-01-041-9/+13
| * | | | MIPS: Loongson64: Set cluster for coresJiaxun Yang2021-01-041-0/+2
| * | | | MIPS: cacheinfo: Add missing VCacheJiaxun Yang2021-01-041-8/+26
| * | | | MIPS: zboot: head.S clean upJiaxun Yang2021-01-041-11/+7
| * | | | MIPS: Loongson64: Give chance to build under !CONFIG_NUMA and !CONFIG_SMPTiezhu Yang2021-01-045-54/+54
| * | | | 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-282-5/+5
| * | | | mips: kernel: convert comma to semicolonZheng Yongjun2020-12-282-3/+3
* | | | | Merge tag 'oprofile-removal-5.12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2021-02-2117-1255/+2
|\ \ \ \ \
| * | | | | arch: mips: Remove CONFIG_OPROFILE supportViresh Kumar2021-01-2217-1255/+2
| | |/ / / | |/| | |
* | | | | Merge branch 'work.elf-compat' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2021-02-217-275/+53
|\ \ \ \ \
| * | | | | Kconfig: regularize selection of CONFIG_BINFMT_ELFAl Viro2021-01-061-2/+0
| * | | | | mips compat: switch to compat_binfmt_elf.cAl Viro2021-01-067-174/+54
| * | | | | 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-063-14/+0
| * | | | | mips: KVM_GUEST makes no sense for 64bit builds...Al Viro2021-01-061-1/+1
| * | | | | 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-063-1/+16
| |\ \ \ \ \
| * | | | | | elf_prstatus: collect the common part (everything before pr_reg) into a structAl Viro2021-01-062-2/+11
| | |_|/ / / | |/| | | |
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-01-281-0/+1
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | |
| * | | | | mips/mm/highmem: use set_pte() for kmap_local()Thomas Gleixner2021-01-241-0/+1
| | |_|_|/ | |/| | |
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-01-205-4/+25
|\| | | |
| * | | | Merge tag 'mips_fixes_5.11.1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2021-01-155-4/+25
| |\ \ \ \ | | |_|_|/ | |/| | |
| | * | | MIPS: OCTEON: fix unreachable code in octeon_irq_init_ciuMenglong Dong2021-01-131-1/+1
| | * | | 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
| | * | MIPS: boot: Fix unaligned access with CONFIG_MIPS_RAW_APPENDED_DTBPaul Cercueil2020-12-281-1/+2
| | |/
* | / bpf: Rename BPF_XADD and prepare to encode other atomics in .immBrendan Jackman2021-01-141-3/+8
|/ /
* / local64.h: make <asm/local64.h> mandatoryRandy Dunlap2020-12-291-1/+0
|/
* 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-162-2/+4
|\
| * mips: add support for TIF_NOTIFY_SIGNALJens Axboe2020-11-092-2/+4
* | Merge tag 'mips_5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/l...Linus Torvalds2020-12-1678-242/+1988
|\ \
| * | mips: fix Section mismatch in referenceAnders Roxell2020-12-142-3/+3
| * | MIPS: Octeon: irq: Alloc desc before configuring IRQAlexander Sverdlin2020-12-141-0/+15
| * | MIPS: mm: Add back define for PAGE_SHAREDThomas Bogendoerfer2020-12-141-0/+2
| * | MIPS: Select ARCH_KEEP_MEMBLOCK if DEBUG_KERNEL to enable sysfs memblock debugTiezhu Yang2020-12-141-0/+1
| * | mips: lib: uncached: fix non-standard usage of variable 'sp'Anders Roxell2020-12-141-1/+3
| * | MIPS: DTS: img: Fix schema warnings for pwm-ledsAlexander Dahl2020-12-051-2/+3
| * | 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-042-0/+3
| * | MIPS: OCTEON: Don't add kernel sections into memblock allocatorAlexander Sverdlin2020-12-041-9/+0
| * | MIPS: Don't round up kernel sections size for memblock_add()Alexander Sverdlin2020-12-041-2/+2