aboutsummaryrefslogtreecommitdiffstats
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2022-02-14s390/uaccess: Add copy_from/to_user_key functionsJanis Schoetterl-Glausch2-18/+85
2022-02-14KVM: SVM: Rename AVIC helpers to use "avic" prefix instead of "svm"Sean Christopherson3-33/+33
2022-02-14Merge remote-tracking branch 'kvm/master' into HEADPaolo Bonzini6-60/+76
2022-02-14KVM: x86/pmu: Use AMD64_RAW_EVENT_MASK for PERF_TYPE_RAWJim Mattson1-1/+1
2022-02-14KVM: x86/pmu: Don't truncate the PerfEvtSeln MSR when creating a perf eventJim Mattson1-2/+3
2022-02-14parisc: Fix some apparent put_user() failuresHelge Deller1-14/+15
2022-02-14Merge 5.17-rc4 into usb-nextGreg Kroah-Hartman72-379/+467
2022-02-14Merge 5.17-rc4 into char-misc-nextGreg Kroah-Hartman72-379/+467
2022-02-14powerpc: Don't allow the use of EMIT_BUG_ENTRY with BUGFLAG_WARNINGChristophe Leroy1-3/+10
2022-02-14kbuild: unify cmd_copy and cmd_shippedMasahiro Yamada2-2/+2
2022-02-14Backmerge tag 'v5.17-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux into drm-nextDave Airlie72-379/+467
2022-02-13fortify: Detect struct member overflows in memmove() at compile-timeKees Cook2-1/+3
2022-02-13alpha: Silence -Warray-bounds warningsKees Cook1-3/+3
2022-02-13m68k: cmpxchg: Dereference matching sizeKees Cook1-5/+4
2022-02-13KVM: x86: Replace memset() "optimization" with normal per-field writesSean Christopherson2-7/+8
2022-02-14arm64: dts: imx8ulp: Set #thermal-sensor-cells to 1 as requiredSudeep Holla1-1/+1
2022-02-14arm64: dts: imx8mm: Fix VPU HangingAdam Ford1-1/+0
2022-02-13parisc: Show error if wrong 32/64-bit compiler is being usedHelge Deller1-0/+8
2022-02-13x86/mce: Use arch atomic and bit helpersBorislav Petkov3-42/+41
2022-02-13Merge tip:locking/core into tip:ras/coreBorislav Petkov2-1/+11
2022-02-13Merge tag 'objtool_urgent_for_v5.17_rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-9/+11
2022-02-13Merge tag 'x86_urgent_for_v5.17_rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+2
2022-02-13ARM: dts: imx6dl: plym2m, prtvt7, victgo: add thermal zones and hwmonOleksij Rempel3-2/+191
2022-02-13ARM: dts: imx6dl: plym2m, prtvt7, victgo: make use of new resistive-adc-touch driverOleksij Rempel3-42/+131
2022-02-13ARM: dts: imx6qdl-vicut1: add CAN termination supportOleksij Rempel1-10/+2
2022-02-13ARM: dts: imx6dl-prtvt7: Add missing tvp5150 video decoder nodeRobin van der Gracht1-0/+42
2022-02-13ARM: dts: imx6dl-prtvt7: Add display and panel nodesOleksij Rempel1-0/+47
2022-02-13arm64: dts: imx8mq-evk: Add second PCIe port supportRichard Zhu1-0/+38
2022-02-13ARM: dts: imx6qdl-mba6: Move pinmux to regulator nodeAlexander Stein1-2/+9
2022-02-13ARM: dts: imx6qdl: tqma6: Remove obsolete commentAlexander Stein1-1/+0
2022-02-13ARM: dts: imx6qdl: tqma6: Mark gpio-buttons as wakeup-sourceAlexander Stein1-0/+3
2022-02-13ARM: dts: imx6qdl: tqma6: Add i2c bus recoveryAlexander Stein4-3/+30
2022-02-13ARM: dts: imx6qdl-mba6: Move rtc alias to common locationAlexander Stein3-12/+1
2022-02-13ARM: dts: imx7: Move PCIe out of AIPS3Marek Vasut1-43/+43
2022-02-12x86/ptrace: Always inline v8086_mode() for instrumentationBorislav Petkov1-1/+1
2022-02-12ARM: dts: Drop serial 1 alias on GW7001Linus Walleij1-2/+1
2022-02-12ARM: dts: ixp42x: Expand syscon register rangeLinus Walleij1-1/+1
2022-02-12ARM: dts: ixp4xx: Fix up the Netgear WG302 device treeLinus Walleij2-16/+15
2022-02-12cpumask: Add a x86-specific cpumask_clear_cpu() helperBorislav Petkov1-0/+10
2022-02-12ARM: ixp4xx: Convert to SPARSE_IRQ and P2VLinus Walleij1-1/+3
2022-02-12ARM: ixp4xx: Drop all common codeLinus Walleij7-824/+4
2022-02-12ARM: ixp4xx: Drop custom DMA coherency and bouncingLinus Walleij2-62/+0
2022-02-12ARM: ixp4xx: Remove feature bit accessorsLinus Walleij1-21/+0
2022-02-12ARM: ixp4xx: Drop UDC info setting functionLinus Walleij2-19/+0
2022-02-12ARM: ixp4xx: Drop stale Kconfig entryLinus Walleij1-7/+0
2022-02-12ARM: ixp4xx: Delete old PCI driverLinus Walleij8-1084/+1
2022-02-12ARM: ixp4xx: Delete the Goramo MLR boardfileLinus Walleij3-541/+0
2022-02-12ARM: ixp4xx: Delete Gateway 7001 boardfilesZoltan HERPAI4-185/+0
2022-02-12Merge tag 's390-5.17-4' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds2-3/+3
2022-02-12Merge tag 'for-linus-5.17a-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tipLinus Torvalds3-10/+22