summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
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-14KVM: VMX: Mark RCX, RDX and RSI as clobbered in vmx_vcpu_run()'s asm blobSean Christopherson1-2/+3
2020-05-14KVM: VMX: Explicitly reference RCX as the vmx_vcpu pointer in asm blobsSean Christopherson1-39/+47
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-10hexagon: define ioremap_ucNick Desaulniers1-0/+1
2020-05-10hexagon: clean up ioremapChristoph Hellwig3-11/+4
2020-05-10s390/ftrace: fix potential crashes when switching tracersPhilipp Rudo3-4/+4
2020-05-10powerpc/pci/of: Parse unassigned resourcesAlexey Kardashevskiy1-2/+10
2020-05-02bpf, x86_32: Fix clobbering of dst for BPF_JSETLuke Nelson1-4/+16
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 incorrect encoding in BPF_LDX zero-extensionLuke Nelson1-1/+3
2020-05-02ARM: dts: bcm283x: Disable dsi0 nodeNicolas Saenz Julienne1-0/+1
2020-04-29s390/mm: fix page table upgrade vs 2ndary address mode accessesChristian Borntraeger2-2/+18
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-29x86/KVM: Clean up host's steal time structureBoris Ostrovsky2-10/+4
2020-04-29x86/KVM: Make sure KVM_VCPU_FLUSH_TLB flag is not missedBoris Ostrovsky1-20/+29
2020-04-29x86/kvm: Cache gfn to pfn translationBoris Ostrovsky2-0/+11
2020-04-29KVM: nVMX: Always sync GUEST_BNDCFGS when it comes from vmcs01Sean Christopherson1-7/+6
2020-04-29KVM: VMX: Zero out *all* general purpose registers after VM-ExitSean Christopherson1-0/+12
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-1/+43
2020-04-29arm64: Add part number for Neoverse N1Marc Zyngier1-0/+2
2020-04-23x86: ACPI: fix CPU hotplug deadlockQian Cai1-1/+2
2020-04-23KVM: s390: vsie: Fix possible race when shadowing region 3 tablesDavid Hildenbrand1-0/+1
2020-04-23um: ubd: Prevent buffer overrun on command completionGabriel Krisman Bertazi1-1/+3
2020-04-23s390/cpum_sf: Fix wrong page count in error messageThomas Richter1-0/+1
2020-04-23powerpc/maple: Fix declaration made after definitionNathan Chancellor1-17/+17
2020-04-23s390/cpuinfo: fix wrong output when CPU0 is offlineAlexander Gordeev1-1/+4
2020-04-23x86/Hyper-V: Report crash data in die() when panic_on_oops is setTianyu Lan2-2/+6
2020-04-23x86/Hyper-V: Report crash register data or kmsg before running crash kernelTianyu Lan1-0/+10
2020-04-23ARM: dts: imx6: Use gpc for FEC interrupt controller to fix wake on LAN.Martin Fuzzey2-4/+2
2020-04-23arm, bpf: Fix bugs with ALU64 {RSH, ARSH} BPF_K shift by 0Luke Nelson1-2/+10
2020-04-23arm, bpf: Fix offset overflow for BPF_MEM BPF_DWLuke Nelson1-16/+24
2020-04-21x86/resctrl: Fix invalid attempt at removing the default resource groupReinette Chatre1-1/+2
2020-04-21x86/resctrl: Preserve CDP enable over CPU hotplugJames Morse3-0/+16