summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* riscv: Handle zicsr/zifencei issues between clang and binutilsNathan Chancellor2023-03-302-4/+28
* riscv: mm: Fix incorrect ASID argument when flushing TLBDylan Jhong2023-03-303-2/+4
* KVM: x86: hyper-v: Avoid calling kvm_make_vcpus_request_mask() with vcpu_mask...Vitaly Kuznetsov2023-03-301-6/+9
* arm64: dts: imx8mm-nitrogen-r2: fix WM8960 clock nameKrzysztof Kozlowski2023-03-301-1/+1
* sh: sanitize the flags on sigreturnAl Viro2023-03-302-0/+4
* m68k: Only force 030 bus error if PC not in exception tableMichael Schmitz2023-03-301-1/+3
* riscv: Bump COMMAND_LINE_SIZE value to 1024Alexandre Ghiti2023-03-301-0/+8
* arm64: dts: imx8mn: specify #sound-dai-cells for SAI nodesMarek Vasut2023-03-301-0/+5
* ARM: dts: imx6sl: tolino-shine2hd: fix usbotg1 pinctrlPeng Fan2023-03-301-0/+1
* ARM: dts: imx6sll: e60k02: fix usbotg1 pinctrlPeng Fan2023-03-301-0/+1
* x86/resctrl: Clear staged_config[] before and after it is usedShawn Wang2023-03-223-9/+24
* x86/mm: Fix use of uninitialized buffer in sme_enable()Nikita Zhandarovich2023-03-221-1/+2
* x86/mce: Make sure logged MCEs are processed after sysfs updateYazen Ghannam2023-03-221-0/+1
* riscv: asid: Fixup stale TLB entry cause application crashGuo Ren2023-03-221-10/+20
* Revert "riscv: mm: notify remote harts about mmu cache updates"Sergey Matyukevich2023-03-224-41/+17
* KVM: nVMX: add missing consistency checks for CR0 and CR4Paolo Bonzini2023-03-221-2/+8
* s390/ipl: add missing intersection check to ipl_report handlingSven Schnelle2023-03-221-0/+8
* PCI: s390: Fix use-after-free of PCI resources with per-function hotplugNiklas Schnelle2023-03-223-15/+16
* KVM: VMX: Fix crash due to uninitialized current_vmcsAlexandru Matei2023-03-172-13/+7
* KVM: VMX: Introduce vmx_msr_bitmap_l01_changed() helperVitaly Kuznetsov2023-03-171-4/+13
* KVM: nVMX: Don't use Enlightened MSR Bitmap for L3Vitaly Kuznetsov2023-03-171-9/+13
* UML: define RUNTIME_DISCARD_EXITMasahiro Yamada2023-03-171-1/+1
* sh: define RUNTIME_DISCARD_EXITTom Saeger2023-03-171-0/+1
* s390: define RUNTIME_DISCARD_EXIT to fix link error with GNU ld < 2.36Masahiro Yamada2023-03-171-0/+2
* powerpc/vmlinux.lds: Don't discard .rela* for relocatable buildsMichael Ellerman2023-03-171-1/+4
* powerpc/vmlinux.lds: Define RUNTIME_DISCARD_EXITMichael Ellerman2023-03-171-0/+1
* alpha: fix R_ALPHA_LITERAL reloc for large modulesEdward Humes2023-03-171-3/+1
* powerpc/kcsan: Exclude udelay to prevent recursive instrumentationRohan McLure2023-03-171-2/+2
* powerpc/iommu: fix memory leak with using debugfs_lookup()Greg Kroah-Hartman2023-03-171-3/+1
* MIPS: Fix a compilation issuexurui2023-03-171-1/+1
* RISC-V: Don't check text_mutex during stop_machineConor Dooley2023-03-174-6/+40
* s390/ftrace: remove dead codeHeiko Carstens2023-03-171-80/+6
* riscv: Use READ_ONCE_NOCHECK in imprecise unwinding stack modeAlexandre Ghiti2023-03-171-1/+1
* powerpc: dts: t1040rdb: fix compatible string for Rev A boardsVladimir Oltean2023-03-171-1/+0
* riscv: Add header include guards to insn.hLiao Chang2023-03-171-0/+5
* riscv: Avoid enabling interrupts in die()Mattias Nissler2023-03-171-2/+3
* RISC-V: Avoid dereferening NULL regs in die()Palmer Dabbelt2023-03-171-3/+6
* arm64: efi: Make efi_rt_lock a raw_spinlockPierre Gondois2023-03-172-4/+4
* KVM: SVM: Process ICR on AVIC IPI delivery failure due to invalid targetSean Christopherson2023-03-171-7/+9
* KVM: SVM: Don't rewrite guest ICR on AVIC IPI virtualization failureSean Christopherson2023-03-172-11/+12
* x86/CPU/AMD: Disable XSAVES on AMD family 0x17Andrew Cooper2023-03-171-0/+9
* x86/resctl: fix scheduler confusion with 'current'Linus Torvalds2023-03-114-10/+10
* genirq: Add and use an irq_data_update_affinity helperSamuel Holland2023-03-115-7/+7
* ARM: dts: spear320-hmi: correct STMPE GPIO compatibleKrzysztof Kozlowski2023-03-111-1/+1
* um: virt-pci: properly remove PCI device from busBenjamin Berg2023-03-111-5/+16
* um: virtio_uml: move device breaking into workqueueBenjamin Berg2023-03-111-1/+15
* um: virtio_uml: mark device as unregistered when breaking itBenjamin Berg2023-03-111-0/+2
* um: virtio_uml: free command if adding to virtqueue failedBenjamin Berg2023-03-111-1/+4
* x86: um: vdso: Add '%rcx' and '%r11' to the syscall clobber listAmmar Faizi2023-03-111-4/+8
* um: vector: Fix memory leak in vector_configXiang Yang2023-03-111-0/+1