summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-03-11Documentation/hw-vuln: Document the interaction between IBRS and STIBPKP Singh1-5/+16
2023-03-11x86/speculation: Allow enabling STIBP with legacy IBRSKP Singh1-7/+18
2023-03-11x86/microcode/AMD: Fix mixed steppings supportBorislav Petkov (AMD)1-13/+21
2023-03-11x86/microcode/AMD: Add a @cpu parameter to the reloading functionsBorislav Petkov (AMD)4-8/+8
2023-03-11x86/microcode/amd: Remove load_microcode_amd()'s bsp parameterBorislav Petkov (AMD)1-12/+5
2023-03-11x86/kprobes: Fix arch_check_optimized_kprobe check within optimized_kprobe rangeYang Jihong3-3/+4
2023-03-11x86/kprobes: Fix __recover_optprobed_insn check optimizing logicYang Jihong3-3/+4
2023-03-11x86/reboot: Disable SVM, not just VMX, when stopping CPUsSean Christopherson1-3/+3
2023-03-11x86/reboot: Disable virtualization in an emergency if SVM is supportedSean Christopherson1-12/+11
2023-03-11x86/crash: Disable virt in core NMI crash handler to avoid double shootdownSean Christopherson3-28/+56
2023-03-11x86/virt: Force GIF=1 prior to disabling SVM (for reboot flows)Sean Christopherson1-1/+15
2023-03-11KVM: s390: disable migration mode when dirty tracking is disabledNico Boehr3-6/+33
2023-03-11KVM: x86: Inject #GP if WRMSR sets reserved bits in APIC Self-IPISean Christopherson1-3/+7
2023-03-11KVM: Destroy target device if coalesced MMIO unregistration failsSean Christopherson1-3/+5
2023-03-11udf: Fix file corruption when appending just after end of preallocated extentJan Kara1-13/+11
2023-03-11udf: Detect system inodes linked into directory hierarchyJan Kara1-1/+6
2023-03-11udf: Preserve link count of system filesJan Kara3-3/+10
2023-03-11udf: Do not update file length for failed writes to inline filesJan Kara1-14/+12
2023-03-11udf: Do not bother merging very long extentsJan Kara1-17/+2
2023-03-11udf: Truncate added extents on failed expansionJan Kara1-4/+11
2023-03-11ocfs2: fix non-auto defrag path not working issueHeming Zhao via Ocfs2-devel1-11/+13
2023-03-11ocfs2: fix defrag path triggering jbd2 ASSERTHeming Zhao via Ocfs2-devel1-10/+0
2023-03-11f2fs: fix cgroup writeback accounting with fs-layer encryptionEric Biggers1-3/+3
2023-03-11f2fs: fix information leak in f2fs_move_inline_dirents()Eric Biggers1-7/+6
2023-03-11exfat: fix inode->i_blocks for non-512 byte sector size deviceYuezhang Mo4-9/+5
2023-03-11exfat: redefine DIR_DELETED as the bad cluster numberSungjong Seo1-1/+1
2023-03-11exfat: fix unexpected EOF while reading dirYuezhang Mo1-4/+1
2023-03-11exfat: fix reporting fs error when reading dir beyond EOFYuezhang Mo1-1/+1
2023-03-11fs: hfsplus: fix UAF issue in hfsplus_put_superDongliang Mu1-2/+2
2023-03-11hfs: fix missing hfs_bnode_get() in __hfs_bnode_createLiu Shixin1-0/+1
2023-03-11ARM: dts: exynos: correct HDMI phy compatible in Exynos4Krzysztof Kozlowski1-1/+1
2023-03-11cifs: Fix uninitialized memory read in smb3_qfs_tcon()Volker Lendecke1-6/+7
2023-03-11s390/kprobes: fix current_kprobe never cleared after kprobes reenterVasily Gorbik1-0/+1
2023-03-11s390/kprobes: fix irq mask clobbering on kprobe reenter from post_handlerVasily Gorbik1-2/+1
2023-03-11s390: discard .interp sectionIlya Leoshkevich1-0/+1
2023-03-11s390/extmem: return correct segment type in __segment_load()Gerald Schaefer1-5/+7
2023-03-11ipmi_ssif: Rename idle state and checkCorey Minyard1-23/+23
2023-03-11rtc: pm8xxx: fix set-alarm raceJohan Hovold1-14/+10
2023-03-11firmware: coreboot: framebuffer: Ignore reserved pixel color bitsAlper Nebi Yasak1-3/+1
2023-03-11wifi: rtl8xxxu: fixing transmisison failure for rtl8192euJun ASAKA1-0/+5
2023-03-11nfsd: zero out pointers after putting nfsd_files on COPY setup errorJeff Layton1-0/+2
2023-03-11dm cache: add cond_resched() to various workqueue loopsMike Snitzer1-0/+4
2023-03-11dm thin: add cond_resched() to various workqueue loopsMike Snitzer1-0/+2
2023-03-11drm: panel-orientation-quirks: Add quirk for Lenovo IdeaPad Duet 3 10IGL5Darrell Kavanagh1-0/+6
2023-03-11HID: logitech-hidpp: Don't restart communication if not necessaryBastien Nocera1-12/+20
2023-03-11pinctrl: at91: use devm_kasprintf() to avoid potential leaksClaudiu Beznea2-3/+3
2023-03-11hwmon: (coretemp) Simplify platform device handlingRobin Murphy1-70/+58
2023-03-11gfs2: Improve gfs2_make_fs_rw error handlingAndreas Gruenbacher1-2/+6
2023-03-11regulator: s5m8767: Bounds check id indexing into arraysKees Cook1-1/+5
2023-03-11regulator: max77802: Bounds check regulator id against opmodeKees Cook1-10/+24