aboutsummaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2021-03-21Merge tag 'perf-urgent-2021-03-21' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 2-1/+4
2021-03-21Merge tag 'x86_urgent_for_v5.12-rc4' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 5-33/+30
2021-03-21Merge tag 'powerpc-5.12-4' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Gravatar Linus Torvalds 2-2/+13
2021-03-20Merge tag 'riscv-for-linus-5.12-rc4' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 19-19/+55
2021-03-19x86/apic/of: Fix CPU devicetree-node lookupsGravatar Johan Hovold 1-0/+5
2021-03-19Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmGravatar Linus Torvalds 9-114/+227
2021-03-19Merge tag 's390-5.12-4' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Gravatar Linus Torvalds 5-19/+34
2021-03-19x86/ioapic: Ignore IRQ2 againGravatar Thomas Gleixner 1-0/+10
2021-03-18x86/kvm: Fix broken irq restoration in kvm_waitGravatar Wanpeng Li 1-13/+10
2021-03-18KVM: X86: Fix missing local pCPU when executing wbinvd on all dirty pCPUsGravatar Wanpeng Li 1-1/+1
2021-03-18KVM: x86: Protect userspace MSR filter with SRCU, and set atomically-ishGravatar Sean Christopherson 2-52/+74
2021-03-18KVM: x86: hyper-v: Don't touch TSC page values when guest opted for re-enligh...Gravatar Vitaly Kuznetsov 1-1/+25
2021-03-18KVM: x86: hyper-v: Track Hyper-V TSC page statusGravatar Vitaly Kuznetsov 2-14/+52
2021-03-17module: remove never implemented MODULE_SUPPORTED_DEVICEGravatar Leon Romanovsky 1-1/+0
2021-03-17Merge tag 'mips-fixes_5.12_2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-1/+1
2021-03-17KVM: x86: hyper-v: Prevent using not-yet-updated TSC page by secondary CPUsGravatar Vitaly Kuznetsov 3-0/+26
2021-03-17KVM: x86: hyper-v: Limit guest to writing zero to HV_X64_MSR_TSC_EMULATION_ST...Gravatar Vitaly Kuznetsov 1-0/+3
2021-03-16riscv: Correct SPARSEMEM configurationGravatar Kefeng Wang 1-2/+2
2021-03-16RISC-V: kasan: Declare kasan_shallow_populate() staticGravatar Palmer Dabbelt 1-1/+1
2021-03-16riscv: Ensure page table writes are flushed when initializing KASAN vmallocGravatar Alexandre Ghiti 1-0/+2
2021-03-16RISC-V: Fix out-of-bounds accesses in init_resources()Gravatar Geert Uytterhoeven 1-1/+2
2021-03-16riscv: Fix compilation error with Canaan SoCGravatar Damien Le Moal 1-0/+2
2021-03-16ftrace: Fix spelling mistake "disabed" -> "disabled"Gravatar Colin Ian King 3-3/+3
2021-03-16riscv: fix bugon.cocci warningsGravatar kernel test robot 1-2/+1
2021-03-16MIPS: vmlinux.lds.S: Fix appended dtb not properly alignedGravatar Paul Cercueil 1-1/+1
2021-03-16x86: Introduce restart_block->arch_data to remove TS_COMPAT_RESTARTGravatar Oleg Nesterov 2-11/+3
2021-03-16x86: Introduce TS_COMPAT_RESTART to fix get_nr_restart_syscall()Gravatar Oleg Nesterov 2-24/+14
2021-03-16x86: Move TS_COMPAT back to asm/thread_info.hGravatar Oleg Nesterov 2-9/+9
2021-03-16perf/x86/intel: Fix unchecked MSR access error caused by VLBR_EVENTGravatar Kan Liang 1-0/+3
2021-03-16perf/x86/intel: Fix a crash caused by zero PEBS statusGravatar Kan Liang 1-1/+1
2021-03-16KVM: x86/mmu: Store the address space ID in the TDP iteratorGravatar Sean Christopherson 4-24/+13
2021-03-16KVM: x86/mmu: Factor out tdp_iter_return_to_rootGravatar Ben Gardon 3-10/+19
2021-03-16KVM: x86/mmu: Fix RCU usage when atomically zapping SPTEsGravatar Ben Gardon 1-1/+1
2021-03-16KVM: x86/mmu: Fix RCU usage in handle_removed_tdp_mmu_pageGravatar Ben Gardon 1-3/+8
2021-03-15s390/pci: fix leak of PCI device structureGravatar Niklas Schnelle 3-17/+31
2021-03-15s390/vtime: fix increased steal time accountingGravatar Gerald Schaefer 1-1/+1
2021-03-15s390/cpumf: disable preemption when accessing per-cpu variableGravatar Thomas Richter 1-1/+2
2021-03-14Merge tag 'irq-urgent-2021-03-14' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-0/+1
2021-03-14Merge tag 'objtool-urgent-2021-03-14' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 1-6/+4
2021-03-14Merge tag 'perf_urgent_for_v5.12-rc3' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 3-11/+11
2021-03-14Merge tag 'x86_urgent_for_v5.12_rc3' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 9-29/+99
2021-03-14Merge tag 'powerpc-5.12-3' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Gravatar Linus Torvalds 7-9/+20
2021-03-14Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmGravatar Linus Torvalds 25-79/+184
2021-03-14Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 2-7/+19
2021-03-14powerpc: Force inlining of cpu_has_feature() to avoid build failureGravatar Christophe Leroy 1-2/+2
2021-03-14powerpc/vdso32: Add missing _restgpr_31_x to fix build failureGravatar Christophe Leroy 1-0/+11
2021-03-13Merge tag 'kbuild-fixes-v5.12-2' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-2/+1
2021-03-13ia64: fix ptrace(PTRACE_SYSCALL_INFO_EXIT) signGravatar Sergei Trofimovich 1-1/+1
2021-03-13ia64: fix ia64_syscall_get_set_arguments() for break-based syscallsGravatar Sergei Trofimovich 1-6/+18
2021-03-12Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Gravatar Linus Torvalds 12-67/+88