summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2022-03-30MIPS: rb532: move GPIOD definition into C-filesJackie Liu2-9/+10
2022-03-30MIPS: lantiq: check the return value of kzalloc()Xiaoke Wang3-16/+34
2022-03-30mips: sgi-ip22: add a check for the return of kzalloc()Xiaoke Wang1-0/+2
2022-03-24MIPS: Fix build error for loongson64 and sgi-ip27Feiyang Chen3-0/+25
2022-03-18MIPS: ingenic: correct unit node addressKrzysztof Kozlowski1-1/+1
2022-03-14MIPS: Fix wrong comments in asm/prom.hTiezhu Yang1-2/+2
2022-03-14MIPS: Remove redundant definitions of device_tree_init()Tiezhu Yang8-41/+5
2022-03-14MIPS: Remove redundant check in device_tree_init()Tiezhu Yang2-6/+0
2022-03-14MIPS: pgalloc: fix memory leak caused by pgd_free()Yaliang Wang1-0/+6
2022-03-14MIPS: RB532: fix return value of __setup handlerRandy Dunlap1-4/+2
2022-03-14MIPS: Only use current_stack_pointer on GCCKees Cook4-3/+8
2022-03-14MIPS: boot/compressed: Use array reference for image boundsKees Cook1-5/+5
2022-03-07mips: remove reference to "newer Loongson-3"Xi Ruoyao1-7/+2
2022-03-07mips: Always permit to build u-boot imagesPaul Cercueil1-4/+0
2022-03-07MIPS: Sanitise Cavium switch cases in TLB handler synthesizersMaciej W. Rozycki1-13/+10
2022-03-07DEC: Limit PMAX memory probing to R3k systemsMaciej W. Rozycki2-11/+6
2022-03-07mips: DEC: honor CONFIG_MIPS_FP_SUPPORT=nRandy Dunlap2-4/+5
2022-03-07MIPS: fix fortify panic when copying asm exception handlersAlexander Lobakin2-12/+12
2022-03-01mips: ralink: fix a refcount leak in ill_acc_of_setup()Hangyu Hua1-0/+1
2022-03-01mips: Implement "current_stack_pointer"Kees Cook4-5/+5
2022-03-01MIPS: Remove TX39XX supportThomas Bogendoerfer66-2210/+16
2022-02-23MIPS: Modernize READ_IMPLIES_EXECKees Cook1-11/+5
2022-02-22mips: Enable KCSANNemanja Rakovic1-1/+1
2022-02-22MIPS: pci-ar2315: Constify static irq_domain_opsRikard Falkeborn1-1/+1
2022-02-22MIPS: ath25: Constify static irq_domain_opsRikard Falkeborn2-2/+2
2022-02-22MIPS: OCTEON: Constify static irq_domain_opsRikard Falkeborn1-5/+5
2022-02-22MIPS: sibyte: Add missing __user annotations in sb_tbprof.cThomas Bogendoerfer1-3/+3
2022-02-22MIPS: remove asm/war.hThomas Bogendoerfer17-91/+47
2022-02-09MIPS: Malta: Enable BLK_DEV_INITRDNathan Chancellor1-0/+1
2022-02-07mips: Enable KCSANNemanja Rakovic3-0/+5
2022-02-07MIPS: Loongson{2ef,64}: Wrap -mno-branch-likely with cc-optionNathan Chancellor3-2/+8
2022-02-07MIPS: Loongson64: Clean up use of cc-ifversionNathan Chancellor1-18/+3
2022-02-07MIPS: ath79: add support for QCN550xWenli Looi3-0/+8
2022-02-06Merge tag 'perf_urgent_for_v5.17_rc3' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2-2/+16
2022-02-05Merge tag 'for-linus-5.17a-rc3-tag' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds4-47/+10
2022-02-05Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds17-115/+222
2022-02-05Merge tag 'kvmarm-fixes-5.17-2' of git://git.kernel.org/pub/scm/linux/kernel/...Paolo Bonzini1728-22078/+60813
2022-02-04Merge tag 'random-5.17-rc3-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2-4/+4
2022-02-04lib/crypto: blake2s: avoid indirect calls to compression function for Clang CFIJason A. Donenfeld2-4/+4
2022-02-04KVM: x86: Use ERR_PTR_USR() to return -EFAULT as a __user pointerSean Christopherson1-3/+3
2022-02-04KVM: x86: Report deprecated x87 features in supported CPUIDJim Mattson1-6/+7
2022-02-03Merge tag 'mips-fixes-5.17_2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-4/+10
2022-02-03KVM: arm64: Workaround Cortex-A510's single-step and PAC trap errataJames Morse4-3/+46
2022-02-03KVM: arm64: Stop handle_exit() from handling HVC twice when an SError occursJames Morse1-0/+8
2022-02-03KVM: arm64: Avoid consuming a stale esr value when SError occurJames Morse1-1/+2
2022-02-03x86/Xen: streamline (and fix) PV CPU enumerationJan Beulich2-24/+6
2022-02-02Merge tag 'kvm-riscv-fixes-5.17-1' of https://github.com/kvm-riscv/linux into...Paolo Bonzini2-18/+33
2022-02-02RISC-V: KVM: Fix SBI implementation versionAnup Patel1-1/+2
2022-02-02RISC-V: KVM: make CY, TM, and IR counters accessible in VU modeMayuresh Chitale1-0/+4
2022-02-02kvm/riscv: rework guest entry logicMark Rutland1-17/+27