summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2021-02-10x86/fault: Rename no_context() to kernelmode_fixup_or_oops()Andy Lutomirski1-18/+10
2021-02-10x86/fault: Bypass no_context() for implicit kernel faults from usermodeAndy Lutomirski1-27/+32
2021-02-10x86/fault: Split the OOPS code out from no_context()Andy Lutomirski1-54/+62
2021-02-10x86/fault: Improve kernel-executing-user-memory handlingAndy Lutomirski1-3/+18
2021-02-10x86/fault: Correct a few user vs kernel checks wrt WRUSSAndy Lutomirski1-4/+11
2021-02-10x86/fault: Document the locking in the fault_signal_pending() pathAndy Lutomirski1-1/+4
2021-02-10x86/fault/32: Move is_f00f_bug() to do_kern_addr_fault()Andy Lutomirski1-5/+7
2021-02-10x86/fault: Fold mm_fault_error() into do_user_addr_fault()Andy Lutomirski1-52/+45
2021-02-10x86/fault: Skip the AMD erratum #91 workaround on unaffected CPUsAndy Lutomirski1-0/+13
2021-02-10x86/fault: Fix AMD erratum #91 errata fixup for user codeAndy Lutomirski1-10/+17
2021-02-10x86/pv: Rework arch_local_irq_restore() to not use popfJuergen Gross10-93/+8
2021-02-10x86/xen: Drop USERGS_SYSRET64 paravirt callJuergen Gross10-61/+8
2021-02-10x86/pv: Switch SWAPGS to ALTERNATIVEJuergen Gross8-47/+13
2021-02-10x86/xen: Use specific Xen pv interrupt entry for DFJuergen Gross3-3/+12
2021-02-10x86/xen: Use specific Xen pv interrupt entry for MCEJuergen Gross3-2/+19
2021-02-10ARM: dts: aspeed: ast2600evb: Add enable ehci and uhciRyan Chen1-0/+8
2021-02-10ARM: dts: aspeed: mowgli: Add i2c rtc deviceBen Pai1-0/+5
2021-02-10ARM: dts: aspeed: amd-ethanolx: Enable secondary LPC snooping addressKonstantin Aladyshev1-1/+1
2021-02-10ARM: dts: ebaz4205: add pinctrl entries for switchesMichael Walle1-0/+23
2021-02-10ARM: dts: add Ebang EBAZ4205 device treeMichael Walle2-0/+110
2021-02-10Merge tag 'zynqmp-soc-for-v5.12' of https://github.com/Xilinx/linux-xlnx into...Arnd Bergmann1-0/+1
2021-02-10Merge tag 'imx-soc-5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/sha...Arnd Bergmann2-25/+4
2021-02-10Merge tag 'socfpga_dts_fix_for_v5.12' of git://git.kernel.org/pub/scm/linux/k...Arnd Bergmann1-2/+2
2021-02-10Merge tag 'v5.12-rockchip-dts64-1' of git://git.kernel.org/pub/scm/linux/kern...Arnd Bergmann15-246/+685
2021-02-10Merge tag 'v5.12-rockchip-dts32-1' of git://git.kernel.org/pub/scm/linux/kern...Arnd Bergmann6-150/+205
2021-02-09Merge tag 'actions-arm-dt-for-v5.12' of git://git.kernel.org/pub/scm/linux/ke...Arnd Bergmann6-33/+232
2021-02-09Merge tag 'imx-dt64-5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/sh...Arnd Bergmann54-274/+4542
2021-02-09Merge tag 'imx-dt-5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/shaw...Arnd Bergmann33-58/+3943
2021-02-09Merge tag 'qcom-dts-for-5.12' of git://git.kernel.org/pub/scm/linux/kernel/gi...Arnd Bergmann35-144/+1749
2021-02-09Merge tag 'qcom-arm64-for-5.12' of git://git.kernel.org/pub/scm/linux/kernel/...Arnd Bergmann53-1328/+6468
2021-02-09Merge tag 'amlogic-dt64-1' of git://git.kernel.org/pub/scm/linux/kernel/git/k...Arnd Bergmann32-478/+780
2021-02-09Merge tag 'amlogic-dt' of git://git.kernel.org/pub/scm/linux/kernel/git/khilm...Arnd Bergmann7-20/+120
2021-02-09Merge tag 'zynqmp-dt-for-v5.12' of https://github.com/Xilinx/linux-xlnx into ...Arnd Bergmann9-4/+766
2021-02-09Merge tag 'samsung-dt-5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/...Arnd Bergmann8-21/+27
2021-02-09Merge tag 'omap-for-v5.12/defconfig-signed' of git://git.kernel.org/pub/scm/l...Arnd Bergmann1-17/+5
2021-02-09ARM: dts: aspeed: Add Everest BMC machineEddie James2-0/+776
2021-02-09ARM: dts: aspeed: inspur-fp5280g2: Add ipsps1 driverGeorge Liu1-2/+2
2021-02-09ARM: dts: aspeed: inspur-fp5280g2: Add GPIO line namesGeorge Liu1-0/+33
2021-02-09ARM: dts: aspeed: Add Supermicro x11spi BMC machineRyan Sie2-1/+139
2021-02-09ARM: dts: aspeed: g220a: Fix some gpioJohn Wang1-2/+2
2021-02-09ARM: dts: aspeed: g220a: Enable ipmbLotus Xu1-1/+5
2021-02-09ARM: dts: aspeed: rainier: Add eMMC clock phase compensationAndrew Jeffery1-0/+1
2021-02-09ARM: dts: aspeed: Add LCLK to lpc-snoopJohn Wang3-0/+3
2021-02-09ARM: dts: aspeed: Add device tree for Ampere's Mt. Jade BMCQuan Nguyen2-0/+559
2021-02-09x86/build: Disable CET instrumentation in the kernel for 32-bit tooBorislav Petkov1-3/+3
2021-02-08x86/sgx: Maintain encl->refcount for each encl->mm_list entryJarkko Sakkinen2-0/+8
2021-02-08ARM: s3c: irq-s3c24xx: staticize local functionsKrzysztof Kozlowski1-3/+3
2021-02-08ARM: s3c: irq-s3c24xx: include headers for missing declarationsKrzysztof Kozlowski1-0/+2
2021-02-08arm64: dts: meson: add initial device-tree for ODROID-HC4Christian Hewitt2-0/+97
2021-02-08arm64: dts: meson: convert meson-sm1-odroid-c4 to dtsiChristian Hewitt2-426/+443