summaryrefslogtreecommitdiffstats
path: root/arch/mips
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2022-01-202-19/+5
|\
| * mm: percpu: add generic pcpu_fc_alloc/free funcitonKefeng Wang2022-01-201-15/+1
| * mm: percpu: add pcpu_fc_cpu_to_node_fn_t typedefKefeng Wang2022-01-201-3/+9
| * mm: percpu: generalize percpu related configKefeng Wang2022-01-201-8/+2
* | Merge tag 'kbuild-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2022-01-191-6/+6
|\ \
| * | kbuild: rename cmd_{bzip2,lzma,lzo,lz4,xzkern,zstd22}Masahiro Yamada2022-01-141-6/+6
* | | Merge tag 'linux-watchdog-5.17-rc1' of git://www.linux-watchdog.org/linux-wat...Linus Torvalds2022-01-171-0/+8
|\ \ \
| * | | MIPS: BCM63XX: Provide platform data to watchdog deviceFlorian Fainelli2021-12-281-0/+8
| | |/ | |/|
* | | Merge branch 'signal-for-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2022-01-171-1/+1
|\ \ \
| * | | exit: Add and use make_task_dead.Eric W. Biederman2021-12-131-1/+1
* | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2022-01-166-33/+10
|\ \ \ \
| * | | | KVM: mips: Use Makefile.kvm for common filesDavid Woodhouse2021-12-091-1/+2
| * | | | Merge branch 'kvm-on-hv-msrbm-fix' into HEADPaolo Bonzini2021-12-085-7/+5
| |\ \ \ \ | | | |_|/ | | |/| |
| * | | | KVM: Rename kvm_vcpu_block() => kvm_vcpu_halt()Sean Christopherson2021-12-081-1/+1
| * | | | KVM: Drop obsolete kvm_arch_vcpu_block_finish()Sean Christopherson2021-12-081-1/+0
| * | | | KVM: Use interval tree to do fast hva lookup in memslotsMaciej S. Szmigiero2021-12-081-0/+1
| * | | | KVM: Stop passing kvm_userspace_memory_region to arch memslot hooksSean Christopherson2021-12-081-2/+0
| * | | | KVM: MIPS: Drop pr_debug from memslot commit to avoid using "mem"Sean Christopherson2021-12-081-4/+0
| * | | | KVM: Let/force architectures to deal with arch specific memslot dataSean Christopherson2021-12-081-1/+2
| * | | | KVM: mips: Use kvm_get_vcpu() instead of open-coded accessMarc Zyngier2021-12-082-3/+3
| * | | | KVM: Move wiping of the kvm->vcpus array to common codeMarc Zyngier2021-12-081-20/+1
* | | | | Merge tag 'pci-v5.17-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-01-161-0/+31
|\ \ \ \ \
| * | | | | PCI: mt7621: Move MIPS setup to pcibios_root_bridge_prepare()Sergio Paracuellos2022-01-121-0/+31
| | |_|/ / | |/| | |
* | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2022-01-154-10/+12
|\ \ \ \ \
| * | | | | mm/mempolicy: wire up syscall set_mempolicy_home_nodeAneesh Kumar K.V2022-01-153-0/+3
| * | | | | mm: remove redundant check about FAULT_FLAG_ALLOW_RETRY bitQi Zheng2022-01-151-10/+9
| | |_|_|/ | |/| | |
* | | | | Merge tag 'mips_5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/l...Linus Torvalds2022-01-1477-3688/+434
|\ \ \ \ \
| * | | | | MIPS: ath79: drop _machine_restart againLech Perczak2022-01-111-10/+0
| * | | | | MIPS: bmips: Remove obsolete DMA mapping supportJim Quinlan2022-01-112-105/+2
| * | | | | MIPS: bmips: Add support PCIe controller device nodesJim Quinlan2022-01-114-0/+78
| * | | | | MIPS: compressed: Fix build with ZSTD compressionPaul Cercueil2022-01-092-1/+3
| * | | | | MIPS: BCM47XX: Add support for Netgear WN2500RP v1 & v2Florian Fainelli2022-01-093-0/+13
| * | | | | MIPS: BCM47XX: Add support for Netgear R6300 v1Florian Fainelli2022-01-093-0/+10
| * | | | | MIPS: BCM47XX: Add LEDs and buttons for Asus RTN-10UFlorian Fainelli2022-01-092-0/+20
| * | | | | MIPS: BCM47XX: Add board entry for Linksys WRT320N v1Florian Fainelli2022-01-094-0/+21
| * | | | | MIPS: BCM47XX: Define Linksys WRT310N V2 buttonsFlorian Fainelli2022-01-091-0/+9
| * | | | | MIPS: Remove duplicated include in local.hYang Li2022-01-091-1/+0
| * | | | | MIPS: retire "asm/llsc.h"Huang Pei2022-01-056-69/+31
| * | | | | MIPS: rework local_t operation on MIPS64Huang Pei2022-01-052-45/+32
| * | | | | MIPS: fix local_{add,sub}_return on MIPS64Huang Pei2022-01-051-4/+5
| * | | | | mips/pci: remove redundant ret variableMinghao Chi2022-01-051-3/+1
| * | | | | MIPS: new Kconfig option ZBOOT_LOAD_ADDRESSYunQiang Su2022-01-024-2/+14
| * | | | | MIPS: enable both vmlinux.gz.itb and vmlinuz for genericYunQiang Su2022-01-021-1/+1
| * | | | | MIPS: signal: Return immediately if call failsTiezhu Yang2022-01-021-9/+11
| * | | | | MIPS: signal: Protect against sigaltstack wraparoundTiezhu Yang2022-01-021-0/+7
| * | | | | mips: bcm63xx: add support for clk_set_parent()Randy Dunlap2022-01-021-0/+6
| * | | | | mips: lantiq: add support for clk_set_parent()Randy Dunlap2022-01-021-0/+6
| * | | | | MIPS: Loongson64: DTS: Add pm block node for Loongson-2K1000Qing Zhang2022-01-021-0/+5
| * | | | | MIPS: TXX9: Remove TX4939 SoC supportThomas Bogendoerfer2022-01-027-1424/+0
| * | | | | MIPS: TXX9: Remove rbtx4939 board supportThomas Bogendoerfer2022-01-0213-992/+0