summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2020-05-20arm64: fix the flush_icache_range arguments in machine_kexecChristoph Hellwig1-0/+1
2020-05-20riscv: fix vdso build with lldIlie Halip1-3/+3
2020-05-14arch/x86/kvm/svm/sev.c: change flag passed to GUP fast in sev_pin_memory()Janakarajan Natarajan1-1/+1
2020-05-14KVM: x86: Fixes posted interrupt check for IRQs delivery modesSuravee Suthikulpanit1-2/+2
2020-05-14x86/unwind/orc: Fix premature unwind stoppage due to IRET framesJosh Poimboeuf3-14/+43
2020-05-14x86/unwind/orc: Fix error path for bad ORC entry typeJosh Poimboeuf1-1/+1
2020-05-14x86/unwind/orc: Prevent unwinding before ORC initializationJosh Poimboeuf1-3/+3
2020-05-14x86/unwind/orc: Don't skip the first frame for inactive tasksMiroslav Benes1-1/+1
2020-05-14x86/entry/64: Fix unwind hints in rewind_stack_do_exit()Jann Horn1-1/+1
2020-05-14x86/entry/64: Fix unwind hints in kernel exit pathJosh Poimboeuf1-1/+2
2020-05-14x86/entry/64: Fix unwind hints in register clearing codeJosh Poimboeuf1-19/+21
2020-05-14riscv: set max_pfn to the PFN of the last pageVincent Chen1-1/+2
2020-05-14arm64: hugetlb: avoid potential NULL dereferenceMark Rutland1-0/+2
2020-05-14KVM: arm64: Fix 32bit PC wrap-aroundMarc Zyngier1-0/+7
2020-05-14KVM: VMX: Explicitly clear RFLAGS.CF and RFLAGS.ZF in VM-Exit RSB pathSean Christopherson1-0/+3
2020-05-14KVM: s390: Remove false WARN_ON_ONCE for the PQAP instructionChristian Borntraeger1-1/+3
2020-05-14crypto: arch/nhpoly1305 - process in explicit 4k chunksJason A. Donenfeld4-4/+4
2020-05-10x86/kvm: fix a missing-prototypes "vmread_error"Qian Cai1-0/+1
2020-05-10hexagon: define ioremap_ucNick Desaulniers1-0/+1
2020-05-10hexagon: clean up ioremapChristoph Hellwig3-11/+4
2020-05-06arm64: vdso: Add -fasynchronous-unwind-tables to cflagsVincenzo Frascino1-1/+1
2020-05-06ARM: dts: imx6qdl-sr-som-ti: indicate powering off wifi is safeRussell King1-0/+1
2020-05-02arm64: Delete the space separator in __emit_instFangrui Song1-1/+3
2020-05-02x86: hyperv: report value of misc_featuresOlaf Hering1-2/+2
2020-05-02bpf, x86: Fix encoding for lower 8-bit registers in BPF_STX BPF_BLuke Nelson1-3/+15
2020-05-02bpf, x86_32: Fix logic error in BPF_LDX zero-extensionWang YanQing1-1/+1
2020-05-02bpf, x86_32: Fix clobbering of dst for BPF_JSETLuke Nelson1-4/+18
2020-05-02bpf, x86_32: Fix incorrect encoding in BPF_LDX zero-extensionLuke Nelson1-1/+3
2020-05-02um: ensure `make ARCH=um mrproper` removes arch/$(SUBARCH)/include/generated/Vitor Massaru Iha1-0/+1
2020-05-02s390/pci: do not set affinity for floating irqsNiklas Schnelle1-2/+3
2020-05-02ARM: dts: bcm283x: Disable dsi0 nodeNicolas Saenz Julienne1-0/+1
2020-05-02s390/ftrace: fix potential crashes when switching tracersPhilipp Rudo3-4/+4
2020-04-29s390/mm: fix page table upgrade vs 2ndary address mode accessesChristian Borntraeger2-2/+18
2020-04-29compat: ARM64: always include asm-generic/compat.hArnd Bergmann1-2/+3
2020-04-29powerpc/mm: Fix CONFIG_PPC_KUAP_DEBUG on PPC32Christophe Leroy2-2/+2
2020-04-29powerpc/kuap: PPC_KUAP_DEBUG should depend on PPC_KUAPMichael Ellerman1-1/+1
2020-04-29powerpc/setup_64: Set cache-line-size based on cache-block-sizeChris Packham1-0/+2
2020-04-29ARM: imx: provide v7_cpu_resume() only on ARM_CPU_SUSPEND=yAhmad Fatoum1-0/+2
2020-04-29KVM: VMX: Enable machine check support for 32bit targetsUros Bizjak1-1/+1
2020-04-29KVM: s390: Return last valid slot if approx index is out-of-boundsSean Christopherson1-0/+3
2020-04-29powerpc/pseries: Fix MCE handling on pseriesGanesh Goudar1-0/+11
2020-04-29Revert "powerpc/64: irq_work avoid interrupt when called with hardware irqs e...Nicholas Piggin1-31/+13
2020-04-29arm64: Silence clang warning on mismatched value/register sizesCatalin Marinas1-1/+1
2020-04-29arm64: compat: Workaround Neoverse-N1 #1542419 for compat user-spaceJames Morse1-0/+11
2020-04-29arm64: Fake the IminLine size on systems affected by Neoverse-N1 #1542419James Morse2-2/+9
2020-04-29arm64: errata: Hide CTR_EL0.DIC on systems affected by Neoverse-N1 #1542419James Morse4-2/+52
2020-04-23ARM: dts: sunxi: Fix DE2 clocks register rangeJernej Skrabec4-4/+4
2020-04-23csky: Fixup init_fpu compile warning with __initGuo Ren3-6/+5
2020-04-23um: falloc.h needs to be directly included for older libcAlan Maguire1-0/+1
2020-04-23csky: Fixup get wrong psr value from phyical regGuo Ren3-1/+18