aboutsummaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* ARM: dts: exynos: update dma node name with dtschemaAlim Akhtar2022-01-316-17/+17
* ARM: dts: exynos: use define for TMU clock on Exynos4412Krzysztof Kozlowski2022-01-251-1/+1
* ARM: dts: exynos: drop old thermal properties from Exynos4210Krzysztof Kozlowski2022-01-251-2/+0
* ARM: dts: exynos: add fake USB DWC3 supplies to SMDK5410Krzysztof Kozlowski2022-01-251-0/+23
* ARM: dts: exynos: add USB DWC3 supplies to SMDK5420Krzysztof Kozlowski2022-01-251-0/+10
* ARM: dts: exynos: add USB DWC3 supplies to Chromebook Peach PiKrzysztof Kozlowski2022-01-251-0/+10
* ARM: dts: exynos: add USB DWC3 supplies to Chromebook Peach PitKrzysztof Kozlowski2022-01-251-0/+10
* ARM: dts: exynos: add USB DWC3 supplies to ArndaleOctaKrzysztof Kozlowski2022-01-251-0/+10
* ARM: dts: exynos: add USB DWC3 supplies to Chromebook SpringKrzysztof Kozlowski2022-01-251-0/+5
* ARM: dts: exynos: add USB DWC3 supplies to Chromebook SnowKrzysztof Kozlowski2022-01-251-0/+5
* ARM: dts: exynos: add USB DWC3 supplies to SMDK5250Krzysztof Kozlowski2022-01-251-0/+5
* ARM: dts: exynos: add USB DWC3 supplies to ArndaleKrzysztof Kozlowski2022-01-252-1/+6
* ARM: dts: exynos: Add support for Samsung Klimt WiFiHenrik Grimler2022-01-252-0/+76
* ARM: dts: exynos: Add support for Samsung Chagall WiFiHenrik Grimler2022-01-233-0/+767
* ARM: dts: exynos: drop unsupported MAX77802 regulators on Odroid XUKrzysztof Kozlowski2022-01-231-12/+0
* ARM: dts: exynos: add necessary clock controller inputs in Exynos5260Krzysztof Kozlowski2022-01-232-0/+149
* ARM: dts: exynos: Align MAX77836 nodes with dtschema on Monk and RinatoKrzysztof Kozlowski2022-01-232-2/+2
* ARM: dts: exynos: split dmas into array of phandles in Exynos5250Krzysztof Kozlowski2022-01-231-6/+3
* Merge tag 'bitmap-5.17-rc1' of git://github.com/norov/linuxLinus Torvalds2022-01-2329-37/+5
|\
| * Replace for_each_*_bit_from() with for_each_*_bit() where appropriateYury Norov2022-01-151-2/+2
| * all: replace find_next{,_zero}_bit with find_first{,_zero}_bit where appropriateYury Norov2022-01-152-3/+3
| * arch: remove GENERIC_FIND_FIRST_BIT entirelyYury Norov2022-01-156-6/+0
| * include: move find.h from asm_generic to linuxYury Norov2022-01-1520-26/+0
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2022-01-2223-31/+15
|\ \
| * | mm: remove cleancacheChristoph Hellwig2022-01-2216-16/+0
| * | proc: remove PDE_DATA() completelyMuchun Song2022-01-226-13/+13
| * | kernel/sysctl.c: rename sysctl_init() to sysctl_init_bases()Luis Chamberlain2022-01-222-2/+2
* | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2022-01-2221-535/+664
|\ \ \
| * | | KVM: SVM: Nullify vcpu_(un)blocking() hooks if AVIC is disabledSean Christopherson2022-01-193-6/+9
| * | | KVM: SVM: Move svm_hardware_setup() and its helpers below svm_x86_opsSean Christopherson2022-01-191-233/+234
| * | | KVM: SVM: Drop AVIC's intermediate avic_set_running() helperSean Christopherson2022-01-191-20/+36
| * | | KVM: VMX: Don't do full kick when handling posted interrupt wakeupSean Christopherson2022-01-191-1/+1
| * | | KVM: VMX: Fold fallback path into triggering posted IRQ helperSean Christopherson2022-01-191-8/+10
| * | | KVM: VMX: Pass desired vector instead of bool for triggering posted IRQSean Christopherson2022-01-191-5/+3
| * | | KVM: VMX: Don't do full kick when triggering posted interrupt "fails"Sean Christopherson2022-01-192-6/+7
| * | | KVM: SVM: Skip AVIC and IRTE updates when loading blocking vCPUSean Christopherson2022-01-191-14/+18
| * | | KVM: SVM: Use kvm_vcpu_is_blocking() in AVIC load to handle preemptionSean Christopherson2022-01-193-12/+9
| * | | KVM: SVM: Remove unnecessary APICv/AVIC update in vCPU unblocking pathSean Christopherson2022-01-191-2/+0
| * | | KVM: SVM: Don't bother checking for "running" AVIC when kicking for IPIsSean Christopherson2022-01-192-17/+9
| * | | KVM: SVM: Signal AVIC doorbell iff vCPU is in guest modeSean Christopherson2022-01-191-2/+20
| * | | KVM: x86: Remove defunct pre_block/post_block kvm_x86_ops hooksSean Christopherson2022-01-194-32/+1
| * | | KVM: x86: Unexport LAPIC's switch_to_{hv,sw}_timer() helpersSean Christopherson2022-01-191-2/+0
| * | | KVM: VMX: Move preemption timer <=> hrtimer dance to common x86Sean Christopherson2022-01-192-5/+22
| * | | KVM: Move x86 VMX's posted interrupt list_head to vcpu_vmxSean Christopherson2022-01-193-19/+25
| * | | KVM: VMX: Handle PI descriptor updates during vcpu_put/loadSean Christopherson2022-01-193-93/+70
| * | | Merge branch 'kvm-pi-raw-spinlock' into HEADPaolo Bonzini2022-01-1968-214/+314
| |\ \ \
| | * | | KVM: VMX: switch blocked_vcpu_on_cpu_lock to raw spinlockMarcelo Tosatti2022-01-181-8/+8
| | | |/ | | |/|
| * | | KVM: VMX: Reject KVM_RUN if emulation is required with pending exceptionSean Christopherson2022-01-195-5/+37
| * | | KVM: x86/pmu: Use binary search to check filtered eventsJim Mattson2022-01-191-11/+19
| * | | KVM: x86/cpuid: Clear XFD for component i if the base feature is missingLike Xu2022-01-191-0/+3