summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-11-01Linux 4.14.297v4.14.297Greg Kroah-Hartman
2022-11-01x86/speculation: Add RSB VM Exit protectionsDaniel Sneddon
2022-11-01x86/bugs: Warn when "ibrs" mitigation is selected on Enhanced IBRS partsPawan Gupta
2022-11-01x86/speculation: Use DECLARE_PER_CPU for x86_spec_ctrl_currentNathan Chancellor
2022-11-01x86/speculation: Disable RRSBA behaviorPawan Gupta
2022-11-01x86/bugs: Add Cannon lake to RETBleed affected CPU listPawan Gupta
2022-11-01x86/cpu/amd: Enumerate BTC_NOAndrew Cooper
2022-11-01x86/common: Stamp out the stepping madnessPeter Zijlstra
2022-11-01x86/speculation: Fill RSB on vmexit for IBRSJosh Poimboeuf
2022-11-01KVM: VMX: Fix IBRS handling after vmexitJosh Poimboeuf
2022-11-01KVM: VMX: Prevent guest RSB poisoning attacks with eIBRSJosh Poimboeuf
2022-11-01x86/speculation: Remove x86_spec_ctrl_maskJosh Poimboeuf
2022-11-01x86/speculation: Use cached host SPEC_CTRL value for guest entry/exitJosh Poimboeuf
2022-11-01x86/speculation: Fix SPEC_CTRL write on SMT state changeJosh Poimboeuf
2022-11-01x86/speculation: Fix firmware entry SPEC_CTRL handlingJosh Poimboeuf
2022-11-01x86/speculation: Fix RSB filling with CONFIG_RETPOLINE=nJosh Poimboeuf
2022-11-01x86/speculation: Add LFENCE to RSB fill sequencePawan Gupta
2022-11-01x86/speculation: Change FILL_RETURN_BUFFER to work with objtoolPeter Zijlstra
2022-11-01entel_idle: Disable IBRS during long idlePeter Zijlstra
2022-11-01x86/bugs: Report Intel retbleed vulnerabilityPeter Zijlstra
2022-11-01x86/bugs: Split spectre_v2_select_mitigation() and spectre_v2_user_select_mit...Peter Zijlstra
2022-11-01x86/speculation: Add spectre_v2=ibrs option to support Kernel IBRSPawan Gupta
2022-11-01x86/bugs: Optimize SPEC_CTRL MSR writesPeter Zijlstra
2022-11-01x86/entry: Add kernel IBRS implementationThadeu Lima de Souza Cascardo
2022-11-01x86/bugs: Keep a per-CPU IA32_SPEC_CTRL valuePeter Zijlstra
2022-11-01x86/bugs: Add AMD retbleed= boot parameterAlexandre Chartre
2022-11-01x86/bugs: Report AMD retbleed vulnerabilityAlexandre Chartre
2022-11-01x86/cpufeatures: Move RETPOLINE flags to word 11Peter Zijlstra
2022-11-01x86/entry: Remove skip_r11rcxPeter Zijlstra
2022-11-01x86/cpu: Add a steppings field to struct x86_cpu_idMark Gross
2022-11-01x86/cpu: Add consistent CPU match macrosThomas Gleixner
2022-11-01x86/devicetable: Move x86 specific macro out of generic codeThomas Gleixner
2022-11-01x86/cpufeature: Fix various quality problems in the <asm/cpu_device_hd.h> headerIngo Molnar
2022-11-01x86/cpufeature: Add facility to check for min microcode revisionsKan Liang
2022-11-01Revert "x86/cpu: Add a steppings field to struct x86_cpu_id"Suraj Jitindar Singh
2022-10-26Linux 4.14.296v4.14.296Greg Kroah-Hartman
2022-10-26thermal: intel_powerclamp: Use first online CPU as control_cpuRafael J. Wysocki
2022-10-26inet: fully convert sk->sk_rx_dst to RCU rulesEric Dumazet
2022-10-26efi: libstub: drop pointless get_memory_map() callArd Biesheuvel
2022-10-26md: Replace snprintf with scnprintfSaurabh Sengar
2022-10-26ext4: continue to expand file system when the target size doesn't reachJerry Lee 李修賢
2022-10-26net/ieee802154: don't warn zero-sized raw_sendmsg()Tetsuo Handa
2022-10-26net: ieee802154: return -EINVAL for unknown addr typeAlexander Aring
2022-10-26perf intel-pt: Fix segfault in intel_pt_print_info() with uClibcAdrian Hunter
2022-10-26usb: idmouse: fix an uninit-value in idmouse_openDongliang Mu
2022-10-26Revert "usb: storage: Add quirk for Samsung Fit flash"sunghwan jung
2022-10-26usb: musb: Fix musb_gadget.c rxstate overflow bugRobin Guo
2022-10-26usb: host: xhci: Fix potential memory leak in xhci_alloc_stream_info()Jianglei Nie
2022-10-26md/raid5: Wait for MD_SB_CHANGE_PENDING in raid5dLogan Gunthorpe
2022-10-26HID: roccat: Fix use-after-free in roccat_read()Hyunwoo Kim