summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* xen: fix usage of pmd_populate in mremap for pv guestsJuergen Gross2021-09-151-2/+5
* xen: reset legacy rtc flag for PV domUJuergen Gross2021-09-151-0/+7
* xen: remove stray preempt_disable() from PV AP startup codeJuergen Gross2021-09-011-1/+0
* x86: xen: platform-pci-unplug: use pr_err() and pr_warn() instead of raw prin...zhaoxiao2021-08-301-7/+9
* xen: assume XENFEAT_mmu_pt_update_preserve_ad being set for pv guestsJuergen Gross2021-08-302-12/+4
* xen: fix setting of max_pfn in shared_infoJuergen Gross2021-08-301-2/+2
* Merge tag 'perf_urgent_for_v5.14' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2021-08-294-2/+12
|\
| * perf/x86/amd/power: Assign pmu.moduleKim Phillips2021-08-261-0/+1
| * perf/x86/amd/ibs: Extend PERF_PMU_CAP_NO_EXCLUDE to IBS OpKim Phillips2021-08-261-0/+1
| * perf/x86/amd/ibs: Work around erratum #1197Kim Phillips2021-08-261-0/+8
| * perf/x86/intel/uncore: Fix integer overflow on 23 bit left shift of a u32Colin Ian King2021-08-261-1/+1
| * perf/x86/intel/pt: Fix mask of num_address_rangesXiaoyao Li2021-08-251-1/+1
* | Merge tag 'x86_urgent_for_v5.14' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2021-08-293-9/+30
|\ \
| * | x86/resctrl: Fix a maybe-uninitialized build warning treated as errorBabu Moger2021-08-221-0/+6
| * | x86/efi: Restore Firmware IDT before calling ExitBootServices()Joerg Roedel2021-08-212-9/+24
* | | Revert "parisc: Add assembly implementations for memset, strlen, strcpy, strn...Helge Deller2021-08-295-157/+74
* | | Merge tag 'powerpc-5.14-7' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2021-08-282-4/+5
|\ \ \
| * | | powerpc/64s: Fix scv implicit soft-mask table for relocated kernelsNicholas Piggin2021-08-201-3/+4
| * | | powerpc: Re-enable ARCH_ENABLE_SPLIT_PMD_PTLOCKLukas Bulwahn2021-08-201-1/+1
* | | | Merge tag 'riscv-for-linus-5.14-rc8' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2021-08-273-1/+9
|\ \ \ \
| * | | | riscv: dts: microchip: Add ethernet0 to the aliases nodeBin Meng2021-08-241-0/+4
| * | | | riscv: dts: microchip: Use 'local-mac-address' for emac1Bin Meng2021-08-241-1/+1
| * | | | riscv: Ensure the value of FP registers in the core dump file is up to dateVincent Chen2021-08-241-0/+4
* | | | | Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds2021-08-274-8/+27
|\ \ \ \ \
| * | | | | ARM: 9104/2: Fix Keystone 2 kernel mapping regressionLinus Walleij2021-08-104-8/+27
* | | | | | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2021-08-263-0/+39
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | Partially revert "arm64/mm: drop HAVE_ARCH_PFN_VALID"Will Deacon2021-08-253-0/+39
* | | | | | Merge tag 'powerpc-5.14-6' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2021-08-223-14/+31
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | |
| * | | | | powerpc/mm: Fix set_memory_*() against concurrent accessesMichael Ellerman2021-08-191-13/+10
| * | | | | powerpc/32s: Fix random crashes by adding isync() after locking/unlocking KUEPChristophe Leroy2021-08-191-0/+20
| * | | | | powerpc/xive: Do not mark xive_request_ipi() as __initNathan Chancellor2021-08-181-1/+1
* | | | | | Merge tag 'riscv-for-linus-5.14-rc7' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2021-08-211-2/+2
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | |
| * | | | | riscv: Fix a number of free'd resources in init_resources()Petr Pavlu2021-08-201-2/+2
* | | | | | Merge tag 's390-5.14-5' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds2021-08-212-0/+11
|\ \ \ \ \ \
| * | | | | | s390/pci: fix use after free of zpci_devNiklas Schnelle2021-08-182-0/+11
| | |_|_|_|/ | |/| | | |
* | | | | | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2021-08-202-2/+3
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | |
| * | | | | arm64: initialize all of CNTHCTL_EL2Mark Rutland2021-08-191-2/+1
| * | | | | arm64: clean vdso & vdso32 filesAndrew Delgadillo2021-08-111-0/+2
* | | | | | Merge tag 'soc-fixes-5.14-3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2021-08-197-34/+48
|\ \ \ \ \ \
| * \ \ \ \ \ Merge tag 'qcom-arm64-fixes-for-5.14' of git://git.kernel.org/pub/scm/linux/k...Arnd Bergmann2021-08-165-5/+21
| |\ \ \ \ \ \
| | * | | | | | arm64: dts: qcom: sdm845-oneplus: fix reserved-memCaleb Connolly2021-08-051-2/+2
| | * | | | | | arm64: dts: qcom: msm8994-angler: Disable cont_splash_memPetr Vorel2021-08-051-0/+4
| | * | | | | | arm64: dts: qcom: sc7280: Fixup cpufreq domain info for cpu7Sibi Sankar2021-07-201-1/+1
| | * | | | | | arm64: dts: qcom: msm8992-bullhead: Fix cont_splash_mem mappingPetr Vorel2021-07-191-0/+8
| | * | | | | | arm64: dts: qcom: msm8992-bullhead: Remove PSCIPetr Vorel2021-07-191-0/+4
| | * | | | | | arm64: dts: qcom: c630: fix correct powerdown pin for WSA881xSrinivas Kandagatla2021-07-191-2/+2
| | | |_|_|_|/ | | |/| | | |
| * | | | | | ARM: ixp4xx: fix building both pci driversArnd Bergmann2021-08-121-24/+24
| * | | | | | ARM: configs: Update the nhk8815_defconfigLinus Walleij2021-08-121-5/+3
* | | | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2021-08-163-7/+17
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | |
| * | | | | | KVM: nSVM: always intercept VMLOAD/VMSAVE when nested (CVE-2021-3656)Maxim Levitsky2021-08-161-0/+3