summaryrefslogtreecommitdiffstats
path: root/arch/mips
Commit message (Expand)AuthorAgeFilesLines
* mips: add support for TIF_NOTIFY_SIGNALJens Axboe2020-11-092-2/+4
* treewide: Convert macro and uses of __section(foo) to __section("foo")Joe Perches2020-10-254-4/+4
* Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/s...Linus Torvalds2020-10-243-0/+18
|\
| * MIPS: BMIPS: dts: add BCM63268 power domain supportÁlvaro Fernández Rojas2020-08-171-0/+6
| * MIPS: BMIPS: dts: add BCM6362 power domain supportÁlvaro Fernández Rojas2020-08-171-0/+6
| * MIPS: BMIPS: dts: add BCM6328 power domain supportÁlvaro Fernández Rojas2020-08-171-0/+6
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2020-10-235-18/+14
|\ \
| * | KVM: MIPS: clean up redundant kvm_run parameters in assemblyTianjia Zhang2020-09-285-18/+14
| * | Merge branch 'x86-seves-for-paolo' of https://git.kernel.org/pub/scm/linux/ke...Paolo Bonzini2020-09-2211-42/+62
| |\ \
* | \ \ Merge tag 'arch-cleanup-2020-10-22' of git://git.kernel.dk/linux-blockLinus Torvalds2020-10-231-1/+0
|\ \ \ \
| * | | | tracehook: clear TIF_NOTIFY_RESUME in tracehook_notify_resume()Jens Axboe2020-10-171-1/+0
* | | | | Merge tag 'kbuild-v5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2020-10-221-1/+1
|\ \ \ \ \
| * | | | | kbuild: explicitly specify the build id styleBill Wendling2020-10-091-1/+1
* | | | | | Merge branch 'work.set_fs' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2020-10-221-0/+1
|\ \ \ \ \ \
| * | | | | | uaccess: add infrastructure for kernel builds with set_fs()Christoph Hellwig2020-09-081-0/+1
| | |_|_|_|/ | |/| | | |
* | | | | | mm/madvise: introduce process_madvise() syscall: an external memory hinting APIMinchan Kim2020-10-183-0/+3
| |_|/ / / |/| | | |
* | | | | Merge tag 'mips_5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/l...Linus Torvalds2020-10-16158-3672/+1700
|\ \ \ \ \
| * | | | | MIPS: DEC: Restore bootmem reservation for firmware working memory areaMaciej W. Rozycki2020-10-141-1/+8
| * | | | | MIPS: dec: fix section mismatchThomas Bogendoerfer2020-10-141-2/+2
| * | | | | mips: ralink: enable zboot supportChuanhong Guo2020-10-131-0/+1
| * | | | | MIPS: ingenic: Remove CPU_SUPPORTS_HUGEPAGESPaul Cercueil2020-10-131-1/+0
| * | | | | MIPS: cpu-probe: remove MIPS_CPU_BP_GHIST option bitThomas Bogendoerfer2020-10-124-11/+4
| * | | | | MIPS: cpu-probe: introduce exclusive R3k CPU probeThomas Bogendoerfer2020-10-122-1/+178
| * | | | | MIPS: cpu-probe: move fpu probing/handling into its own fileThomas Bogendoerfer2020-10-124-324/+364
| * | | | | MIPS: replace add_memory_region with memblockThomas Bogendoerfer2020-10-1228-149/+82
| * | | | | MIPS: Loongson64: Clean up numa.cTiezhu Yang2020-10-122-31/+4
| * | | | | MIPS: Loongson64: Select SMP in Kconfig to avoid build errorTiezhu Yang2020-10-122-1/+1
| * | | | | mips: octeon: Add Ubiquiti E200 and E220 boardsMikhail Gusarov2020-10-121-0/+4
| * | | | | MIPS: SGI-IP28: disable use of ll/sc in kernelThomas Bogendoerfer2020-10-081-1/+1
| * | | | | MIPS: tx49xx: move tx4939_add_memory_regions into only userThomas Bogendoerfer2020-10-083-19/+13
| * | | | | MIPS: pgtable: Remove used PAGE_USERIO defineThomas Bogendoerfer2020-10-061-2/+0
| * | | | | MIPS: alchemy: Share prom_init implementationThomas Bogendoerfer2020-10-065-69/+20
| * | | | | MIPS: alchemy: Fix build breakage, if TOUCHSCREEN_WM97XX is disabledThomas Bogendoerfer2020-10-061-0/+7
| * | | | | MIPS: process: include exec.h header in process.cPujin Shi2020-09-301-0/+1
| * | | | | MIPS: process: Add prototype for function arch_dup_task_structPujin Shi2020-09-301-0/+1
| * | | | | MIPS: idle: Add prototype for function check_waitPujin Shi2020-09-271-0/+2
| * | | | | MIPS: Increase range of CONFIG_FORCE_MAX_ZONEORDERPaul Cercueil2020-09-271-1/+1
| * | | | | MIPS: Ingenic: Fix bugs when detecting L2 cache of JZ4775 and X1000E.周琰杰 (Zhou Yanjie)2020-09-271-0/+2
| * | | | | MIPS: Ingenic: Add system type for new Ingenic SoCs.周琰杰 (Zhou Yanjie)2020-09-272-0/+14
| * | | | | Revert "MIPS: OCTEON: use devm_platform_ioremap_resource"Thomas Bogendoerfer2020-09-231-1/+9
| * | | | | MIPS: kexec: Add crashkernel=YM handlingYouling Tang2020-09-211-3/+21
| * | | | | MIPS: Loongson64: Add UART node for LS7A PCHTiezhu Yang2020-09-211-0/+39
| * | | | | MIPS: Ingenic: Add CPU nodes for Ingenic SoCs.周琰杰 (Zhou Yanjie)2020-09-216-1/+93
| * | | | | MIPS: malta: remove mach-malta/malta-dtshim.h header fileThomas Bogendoerfer2020-09-213-26/+2
| * | | | | MIPS: malta: remove unused header fileThomas Bogendoerfer2020-09-211-33/+0
| * | | | | MIPS: alchemy: remove unused ALCHEMY_GPIOINT_AU1000Thomas Bogendoerfer2020-09-211-7/+0
| * | | | | MIPS: alchemy: remove unused ALCHEMY_GPIOINT_AU1300Thomas Bogendoerfer2020-09-212-141/+0
| * | | | | MIPS: SGI-IP30: Move irq bits to better header filesThomas Bogendoerfer2020-09-214-87/+67
| * | | | | MIPS: Loongson-3: Calculate ra properly when unwinding the stackHuacai Chen2020-09-211-1/+15
| * | | | | MIPS: Loongson-3: Enable COP2 usage in kernelHuacai Chen2020-09-216-7/+19