summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* MIPS: Replace setup_irq() by request_irq()afzal mohammed2020-03-0542-413/+240
* MIPS: OCTEON: irq: Fix potential NULL pointer dereferenceGustavo A. R. Silva2020-03-041-0/+3
* arch/mips: change duplicated word in NUMA help textRandy Dunlap2020-03-041-1/+1
* MIPS: reduce print level for cache informationOleksij Rempel2020-02-284-23/+23
* MIPS: pic32mzda: Drop pointless static qualifierYueHaibing2020-02-281-1/+1
* mips/jazz: Update jazz_defconfig for MIPS MagnumFinn Thain2020-02-191-1/+12
* mips/jazz: Remove redundant settings and shrink jazz_defconfigFinn Thain2020-02-191-254/+0
* MIPS: configs: Cleanup old Kconfig optionsKrzysztof Kozlowski2020-02-1916-23/+4
* MIPS: ralink: Replace <linux/clk-provider.h> by <linux/of_clk.h>Geert Uytterhoeven2020-02-191-1/+1
* MIPS: Pistachio: Replace <linux/clk-provider.h> by <linux/of_clk.h>Geert Uytterhoeven2020-02-191-1/+1
* MIPS: pic32mzda: Replace <linux/clk-provider.h> by <linux/of_clk.h>Geert Uytterhoeven2020-02-191-1/+1
* MIPS: jz4740: Replace <linux/clk-provider.h> by <linux/of_clk.h>Geert Uytterhoeven2020-02-191-1/+1
* MIPS: generic: Replace <linux/clk-provider.h> by <linux/of_clk.h>Geert Uytterhoeven2020-02-191-1/+1
* MIPS: BMIPS: Replace <linux/clk-provider.h> by <linux/of_clk.h>Geert Uytterhoeven2020-02-191-1/+1
* MIPS: ath79: Replace <linux/clk-provider.h> by <linux/of_clk.h>Geert Uytterhoeven2020-02-191-1/+1
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2020-02-169-33/+94
|\
| * KVM: x86: fix WARN_ON check of an unsigned less than zeroPaolo Bonzini2020-02-121-1/+1
| * KVM: x86/mmu: Fix struct guest_walker arrays for 5-level pagingSean Christopherson2020-02-121-1/+1
| * KVM: nVMX: Use correct root level for nested EPT shadow page tablesSean Christopherson2020-02-121-0/+3
| * KVM: nVMX: Fix some comment typos and coding styleMiaohe Lin2020-02-122-5/+16
| * KVM: x86/mmu: Avoid retpoline on ->page_fault() with TDPSean Christopherson2020-02-123-7/+19
| * KVM: apic: reuse smp_wmb() in kvm_make_request()Miaohe Lin2020-02-121-3/+0
| * KVM: x86: remove duplicated KVM_REQ_EVENT requestMiaohe Lin2020-02-121-1/+0
| * KVM: x86: Deliver exception payload on KVM_GET_VCPU_EVENTSOliver Upton2020-02-121-13/+16
| * KVM: nVMX: Handle pending #DB when injecting INIT VM-exitOliver Upton2020-02-121-0/+28
| * KVM: x86: Mask off reserved bit from #DB exception payloadOliver Upton2020-02-121-0/+8
| * KVM: x86: do not reset microcode version on INIT or RESETPaolo Bonzini2020-02-122-2/+2
* | Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/soc...Linus Torvalds2020-02-1537-63/+11
|\ \
| * \ Merge tag 'sti-dt-for-5.7-round1' of git://git.kernel.org/pub/scm/linux/kerne...Olof Johansson2020-02-142-4/+1
| |\ \
| | * | ARM: dts: sti: fixup sound frame-inversion for stihxxx-b2120.dtsiKuninori Morimoto2020-02-111-1/+1
| | * | ARM: dts: sti: Remove deprecated snps PHY properties for stih410-b2260Patrice Chotard2020-02-111-3/+0
| | |/
| * | Merge tag 'arm-soc/for-5.6/defconfig-arm64-fixes' of https://github.com/Broad...Olof Johansson2020-02-111-1/+1
| |\ \
| | * | arm64: defconfig: Set bcm2835-dma as built-inNicolas Saenz Julienne2020-02-091-1/+1
| | |/
| * | Merge tag 'sunxi-config-for-5.6-2' of https://git.kernel.org/pub/scm/linux/ke...Olof Johansson2020-02-111-0/+1
| |\ \
| | * | ARM: sunxi: Enable CONFIG_SUN8I_THERMALYangtao Li2020-02-101-0/+1
| | |/
| * | Merge tag 'sunxi-config64-for-5.6-2' of https://git.kernel.org/pub/scm/linux/...Olof Johansson2020-02-111-0/+2
| |\ \
| | * | arm64: defconfig: Enable DRM_SUN6I_DSIJagan Teki2020-02-101-0/+1
| | * | arm64: defconfig: Enable CONFIG_SUN8I_THERMALYangtao Li2020-02-101-0/+1
| | |/
| * | Merge tag 'v5.6-rc1' into arm/fixesOlof Johansson2020-02-1131-50/+272
| |\|
| * | Merge tag 'juno-fix-5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/sud...Olof Johansson2020-02-111-4/+4
| |\ \
| | * | arm64: dts: fast models: Fix FVP PCI interrupt-map propertyMarc Zyngier2020-01-231-4/+4
| * | | ARM: configs: Cleanup old Kconfig optionsKrzysztof Kozlowski2020-02-0931-53/+1
| * | | ARM: npcm: Bring back GPIOLIB supportKrzysztof Kozlowski2020-02-091-1/+1
* | | | Merge tag 's390-5.6-3' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds2020-02-152-2/+3
|\ \ \ \
| * | | | s390/time: Fix clk type in get_tod_clockNathan Chancellor2020-02-111-1/+1
| * | | | s390/uv: Fix handling of length extensionsChristian Borntraeger2020-02-111-1/+2
| | |_|/ | |/| |
* | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2020-02-157-25/+30
|\ \ \ \
| * | | | perf/x86/intel: Fix inaccurate period in context switch for auto-reloadKan Liang2020-02-111-0/+2
| * | | | perf/x86/amd: Add missing L2 misses event spec to AMD Family 17h's event mapKim Phillips2020-02-111-0/+1
| * | | | perf/x86/msr: Add Tremont supportKan Liang2020-02-111-1/+2