linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-07-12 18:54:49 to 2022-07-12 19:39:57 UTC [more...]

[PATCH v2 0/7] Improve GPU Recovery
 2022-07-12 19:15 UTC  (6+ messages)
` [PATCH v2 3/7] drm/msm: Fix cx collapse issue during recovery
    ` [Freedreno] "

[Patch v4 00/12] Introduce Microsoft Azure Network Adapter (MANA) RDMA driver
 2022-07-12 19:14 UTC  (15+ messages)
` [Patch v4 03/12] net: mana: Handle vport sharing between devices
` [Patch v4 04/12] net: mana: Add functions for allocating doorbell page from GDMA
` [Patch v4 07/12] net: mana: Export Work Queue functions for use by RDMA driver
` [Patch v4 10/12] net: mana: Define max values for SGL entries
` [Patch v4 12/12] RDMA/mana_ib: Add a driver for Microsoft Azure Network Adapter

[PATCH v2] x86/cpuinfo: Clear X86_FEATURE_TME if TME/MKTME is disabled by BIOS
 2022-07-12 19:14 UTC  (9+ messages)

[PATCH 1/2] dt-bindings: apple,aic: Document A7-A11 compatibles
 2022-07-12 19:12 UTC  (5+ messages)
` [PATCH 2/2] irqchip/apple-aic: Add support for A7-A11 SoCs

[PATCH] KVM: nVMX: Always enable TSC scaling for L2 when it was enabled for L1
 2022-07-12 19:10 UTC  (4+ messages)

[PATCH] MAINTAINERS: brcmnand: update STB BRCMNAND driver maintainer
 2022-07-12 19:10 UTC  (3+ messages)

[PATCH] modules: move module symbols from init/Kconfig
 2022-07-12 19:09 UTC  (5+ messages)

[PATCH v2] module: Move module's Kconfig items in kernel/module/
 2022-07-12 19:08 UTC  (2+ messages)

[PATCH v3 01/10] PM: suspend: Introduce `pm_suspend_preferred_s2idle`
 2022-07-12 19:06 UTC  (2+ messages)

[PATCH v6 bpf-next 0/5] bpf_prog_pack followup
 2022-07-12 19:04 UTC  (11+ messages)

[PATCH] KVM: LAPIC: Fix a spelling mistake in comments
 2022-07-12 19:04 UTC  (3+ messages)

[PATCH v1 0/2] pinctrl: nuvoton: add pinmux and GPIO driver for NPCM8XX
 2022-07-12 19:00 UTC  (6+ messages)
` [PATCH v1 2/2] pinctrl: nuvoton: add NPCM8XX pinctrl and GPIO driver

drivers/clk/pxa/clk-pxa3xx.c:167:9: sparse: sparse: Using plain integer as NULL pointer
 2022-07-12 18:56 UTC 

arch/arm/kernel/irq.c:51:12: sparse: sparse: symbol '__pcpu_scope_irq_stack_ptr' was not declared. Should it be static?
 2022-07-12 18:56 UTC 

[PATCH] netfilter: xt_TPROXY: fix clang -Wformat warnings:
 2022-07-12 18:56 UTC  (3+ messages)
` [PATCH] netfilter: xt_TPROXY: remove pr_debug invocations

[PATCH 5.18 00/61] 5.18.12-rc1 review
 2022-07-12 18:39 UTC  (62+ messages)
` [PATCH 5.18 01/61] x86/traps: Use pt_regs directly in fixup_bad_iret()
` [PATCH 5.18 02/61] x86/entry: Switch the stack after error_entry() returns
` [PATCH 5.18 03/61] x86/entry: Move PUSH_AND_CLEAR_REGS out of error_entry()
` [PATCH 5.18 04/61] x86/entry: Dont call error_entry() for XENPV
` [PATCH 5.18 05/61] x86/entry: Remove skip_r11rcx
` [PATCH 5.18 06/61] x86/kvm/vmx: Make noinstr clean
` [PATCH 5.18 07/61] x86/cpufeatures: Move RETPOLINE flags to word 11
` [PATCH 5.18 08/61] x86/retpoline: Cleanup some #ifdefery
` [PATCH 5.18 09/61] x86/retpoline: Swizzle retpoline thunk
` [PATCH 5.18 10/61] x86/retpoline: Use -mfunction-return
` [PATCH 5.18 11/61] x86: Undo return-thunk damage
` [PATCH 5.18 12/61] x86,objtool: Create .return_sites
` [PATCH 5.18 13/61] objtool: skip non-text sections when adding return-thunk sites
` [PATCH 5.18 14/61] x86,static_call: Use alternative RET encoding
` [PATCH 5.18 15/61] x86/ftrace: "
` [PATCH 5.18 16/61] x86/bpf: "
` [PATCH 5.18 17/61] x86/kvm: Fix SETcc emulation for return thunks
` [PATCH 5.18 18/61] x86/vsyscall_emu/64: Dont use RET in vsyscall emulation
` [PATCH 5.18 19/61] x86/sev: Avoid using __x86_return_thunk
` [PATCH 5.18 20/61] x86: Use return-thunk in asm code
` [PATCH 5.18 21/61] x86/entry: Avoid very early RET
` [PATCH 5.18 22/61] objtool: Treat .text.__x86.* as noinstr
` [PATCH 5.18 23/61] x86: Add magic AMD return-thunk
` [PATCH 5.18 24/61] x86/bugs: Report AMD retbleed vulnerability
` [PATCH 5.18 25/61] x86/bugs: Add AMD retbleed= boot parameter
` [PATCH 5.18 26/61] x86/bugs: Enable STIBP for JMP2RET
` [PATCH 5.18 27/61] x86/bugs: Keep a per-CPU IA32_SPEC_CTRL value
` [PATCH 5.18 28/61] x86/entry: Add kernel IBRS implementation
` [PATCH 5.18 29/61] x86/bugs: Optimize SPEC_CTRL MSR writes
` [PATCH 5.18 30/61] x86/speculation: Add spectre_v2=ibrs option to support Kernel IBRS
` [PATCH 5.18 31/61] x86/bugs: Split spectre_v2_select_mitigation() and spectre_v2_user_select_mitigation()
` [PATCH 5.18 32/61] x86/bugs: Report Intel retbleed vulnerability
` [PATCH 5.18 33/61] intel_idle: Disable IBRS during long idle
` [PATCH 5.18 34/61] objtool: Update Retpoline validation
` [PATCH 5.18 35/61] x86/xen: Rename SYS* entry points
` [PATCH 5.18 36/61] x86/xen: Add UNTRAIN_RET
` [PATCH 5.18 37/61] x86/bugs: Add retbleed=ibpb
` [PATCH 5.18 38/61] x86/bugs: Do IBPB fallback check only once
` [PATCH 5.18 39/61] objtool: Add entry UNRET validation
` [PATCH 5.18 40/61] x86/cpu/amd: Add Spectral Chicken
` [PATCH 5.18 41/61] x86/speculation: Fix RSB filling with CONFIG_RETPOLINE=n
` [PATCH 5.18 42/61] x86/speculation: Fix firmware entry SPEC_CTRL handling
` [PATCH 5.18 43/61] x86/speculation: Fix SPEC_CTRL write on SMT state change
` [PATCH 5.18 44/61] x86/speculation: Use cached host SPEC_CTRL value for guest entry/exit
` [PATCH 5.18 45/61] x86/speculation: Remove x86_spec_ctrl_mask
` [PATCH 5.18 46/61] objtool: Re-add UNWIND_HINT_{SAVE_RESTORE}
` [PATCH 5.18 47/61] KVM: VMX: Flatten __vmx_vcpu_run()
` [PATCH 5.18 48/61] KVM: VMX: Convert launched argument to flags
` [PATCH 5.18 49/61] KVM: VMX: Prevent guest RSB poisoning attacks with eIBRS
` [PATCH 5.18 50/61] KVM: VMX: Fix IBRS handling after vmexit
` [PATCH 5.18 51/61] x86/speculation: Fill RSB on vmexit for IBRS
` [PATCH 5.18 52/61] KVM: VMX: Prevent RSB underflow before vmenter
` [PATCH 5.18 53/61] x86/common: Stamp out the stepping madness
` [PATCH 5.18 54/61] x86/cpu/amd: Enumerate BTC_NO
` [PATCH 5.18 55/61] x86/retbleed: Add fine grained Kconfig knobs
` [PATCH 5.18 56/61] x86/bugs: Add Cannon lake to RETBleed affected CPU list
` [PATCH 5.18 57/61] x86/entry: Move PUSH_AND_CLEAR_REGS() back into error_entry
` [PATCH 5.18 58/61] x86/bugs: Do not enable IBPB-on-entry when IBPB is not supported
` [PATCH 5.18 59/61] x86/kexec: Disable RET on kexec
` [PATCH 5.18 60/61] x86/speculation: Disable RRSBA behavior
` [PATCH 5.18 61/61] x86/static_call: Serialize __static_call_fixup() properly

[PATCH] MAINTAINERS: Change mentions of mpm to olivia
 2022-07-12 18:54 UTC 

[PATCH -next 0/2] PM: suspend: Optimized suspend is fail returned by wakeup
 2022-07-12 18:53 UTC  (3+ messages)
` [PATCH -next 2/2] PM: suspend: advanced pm_wakeup_clear() for normal suspend/hibernate

[PATCH v3] sched/core: Always flush pending blk_plug
 2022-07-12 18:29 UTC  (2+ messages)

[PATCH 5.15 00/78] 5.15.55-rc1 review
 2022-07-12 18:39 UTC  (79+ messages)
` [PATCH 5.15 01/78] x86/traps: Use pt_regs directly in fixup_bad_iret()
` [PATCH 5.15 02/78] x86/entry: Switch the stack after error_entry() returns
` [PATCH 5.15 03/78] x86/entry: Move PUSH_AND_CLEAR_REGS out of error_entry()
` [PATCH 5.15 04/78] x86/entry: Dont call error_entry() for XENPV
` [PATCH 5.15 05/78] objtool: Classify symbols
` [PATCH 5.15 06/78] objtool: Explicitly avoid self modifying code in .altinstr_replacement
` [PATCH 5.15 07/78] objtool: Shrink struct instruction
` [PATCH 5.15 08/78] objtool,x86: Replace alternatives with .retpoline_sites
` [PATCH 5.15 09/78] objtool: Introduce CFI hash
` [PATCH 5.15 10/78] x86/retpoline: Remove unused replacement symbols
` [PATCH 5.15 11/78] x86/asm: Fix register order
` [PATCH 5.15 12/78] x86/asm: Fixup odd GEN-for-each-reg.h usage
` [PATCH 5.15 13/78] x86/retpoline: Move the retpoline thunk declarations to nospec-branch.h
` [PATCH 5.15 14/78] x86/retpoline: Create a retpoline thunk array
` [PATCH 5.15 15/78] x86/alternative: Implement .retpoline_sites support
` [PATCH 5.15 16/78] x86/alternative: Handle Jcc __x86_indirect_thunk_\reg
` [PATCH 5.15 17/78] x86/alternative: Try inline spectre_v2=retpoline,amd
` [PATCH 5.15 18/78] x86/alternative: Add debug prints to apply_retpolines()
` [PATCH 5.15 19/78] bpf,x86: Simplify computing label offsets
` [PATCH 5.15 20/78] bpf,x86: Respect X86_FEATURE_RETPOLINE*
` [PATCH 5.15 21/78] objtool: Default ignore INT3 for unreachable
` [PATCH 5.15 22/78] x86/entry: Remove skip_r11rcx
` [PATCH 5.15 23/78] x86/realmode: build with -D__DISABLE_EXPORTS
` [PATCH 5.15 24/78] x86/kvm/vmx: Make noinstr clean
` [PATCH 5.15 25/78] x86/cpufeatures: Move RETPOLINE flags to word 11
` [PATCH 5.15 26/78] x86/retpoline: Cleanup some #ifdefery
` [PATCH 5.15 27/78] x86/retpoline: Swizzle retpoline thunk
` [PATCH 5.15 28/78] x86/retpoline: Use -mfunction-return
` [PATCH 5.15 29/78] x86: Undo return-thunk damage
` [PATCH 5.15 30/78] x86,objtool: Create .return_sites
` [PATCH 5.15 31/78] objtool: skip non-text sections when adding return-thunk sites
` [PATCH 5.15 32/78] x86,static_call: Use alternative RET encoding
` [PATCH 5.15 33/78] x86/ftrace: "
` [PATCH 5.15 34/78] x86/bpf: "
` [PATCH 5.15 35/78] x86/kvm: Fix SETcc emulation for return thunks
` [PATCH 5.15 36/78] x86/vsyscall_emu/64: Dont use RET in vsyscall emulation
` [PATCH 5.15 37/78] x86/sev: Avoid using __x86_return_thunk
` [PATCH 5.15 38/78] x86: Use return-thunk in asm code
` [PATCH 5.15 39/78] x86/entry: Avoid very early RET
` [PATCH 5.15 40/78] objtool: Treat .text.__x86.* as noinstr
` [PATCH 5.15 41/78] x86: Add magic AMD return-thunk
` [PATCH 5.15 42/78] x86/bugs: Report AMD retbleed vulnerability
` [PATCH 5.15 43/78] x86/bugs: Add AMD retbleed= boot parameter
` [PATCH 5.15 44/78] x86/bugs: Enable STIBP for JMP2RET
` [PATCH 5.15 45/78] x86/bugs: Keep a per-CPU IA32_SPEC_CTRL value
` [PATCH 5.15 46/78] x86/entry: Add kernel IBRS implementation
` [PATCH 5.15 47/78] x86/bugs: Optimize SPEC_CTRL MSR writes
` [PATCH 5.15 48/78] x86/speculation: Add spectre_v2=ibrs option to support Kernel IBRS
` [PATCH 5.15 49/78] x86/bugs: Split spectre_v2_select_mitigation() and spectre_v2_user_select_mitigation()
` [PATCH 5.15 50/78] x86/bugs: Report Intel retbleed vulnerability
` [PATCH 5.15 51/78] intel_idle: Disable IBRS during long idle
` [PATCH 5.15 52/78] objtool: Update Retpoline validation
` [PATCH 5.15 53/78] x86/xen: Rename SYS* entry points
` [PATCH 5.15 54/78] x86/xen: Add UNTRAIN_RET
` [PATCH 5.15 55/78] x86/bugs: Add retbleed=ibpb
` [PATCH 5.15 56/78] x86/bugs: Do IBPB fallback check only once
` [PATCH 5.15 57/78] objtool: Add entry UNRET validation
` [PATCH 5.15 58/78] x86/cpu/amd: Add Spectral Chicken
` [PATCH 5.15 59/78] x86/speculation: Fix RSB filling with CONFIG_RETPOLINE=n
` [PATCH 5.15 60/78] x86/speculation: Fix firmware entry SPEC_CTRL handling
` [PATCH 5.15 61/78] x86/speculation: Fix SPEC_CTRL write on SMT state change
` [PATCH 5.15 62/78] x86/speculation: Use cached host SPEC_CTRL value for guest entry/exit
` [PATCH 5.15 63/78] x86/speculation: Remove x86_spec_ctrl_mask
` [PATCH 5.15 64/78] objtool: Re-add UNWIND_HINT_{SAVE_RESTORE}
` [PATCH 5.15 65/78] KVM: VMX: Flatten __vmx_vcpu_run()
` [PATCH 5.15 66/78] KVM: VMX: Convert launched argument to flags
` [PATCH 5.15 67/78] KVM: VMX: Prevent guest RSB poisoning attacks with eIBRS
` [PATCH 5.15 68/78] KVM: VMX: Fix IBRS handling after vmexit
` [PATCH 5.15 69/78] x86/speculation: Fill RSB on vmexit for IBRS
` [PATCH 5.15 70/78] x86/common: Stamp out the stepping madness
` [PATCH 5.15 71/78] x86/cpu/amd: Enumerate BTC_NO
` [PATCH 5.15 72/78] x86/retbleed: Add fine grained Kconfig knobs
` [PATCH 5.15 73/78] x86/bugs: Add Cannon lake to RETBleed affected CPU list
` [PATCH 5.15 74/78] x86/entry: Move PUSH_AND_CLEAR_REGS() back into error_entry
` [PATCH 5.15 75/78] x86/bugs: Do not enable IBPB-on-entry when IBPB is not supported
` [PATCH 5.15 76/78] x86/kexec: Disable RET on kexec
` [PATCH 5.15 77/78] x86/speculation: Disable RRSBA behavior
` [PATCH 5.15 78/78] x86/static_call: Serialize __static_call_fixup() properly

[PATCH 5.10 000/130] 5.10.131-rc1 review
 2022-07-12 18:39 UTC  (35+ messages)
` [PATCH 5.10 073/130] objtool: Fix type of reloc::addend
` [PATCH 5.10 077/130] x86/realmode: build with -D__DISABLE_EXPORTS
` [PATCH 5.10 078/130] x86/kvm/vmx: Make noinstr clean
` [PATCH 5.10 079/130] x86/cpufeatures: Move RETPOLINE flags to word 11
` [PATCH 5.10 080/130] x86/retpoline: Cleanup some #ifdefery
` [PATCH 5.10 081/130] x86/retpoline: Swizzle retpoline thunk
` [PATCH 5.10 082/130] Makefile: Set retpoline cflags based on CONFIG_CC_IS_{CLANG,GCC}
` [PATCH 5.10 102/130] x86/speculation: Add spectre_v2=ibrs option to support Kernel IBRS
` [PATCH 5.10 105/130] intel_idle: Disable IBRS during long idle
` [PATCH 5.10 106/130] objtool: Update Retpoline validation
` [PATCH 5.10 107/130] x86/xen: Rename SYS* entry points
` [PATCH 5.10 108/130] x86/bugs: Add retbleed=ibpb
` [PATCH 5.10 109/130] x86/bugs: Do IBPB fallback check only once
` [PATCH 5.10 110/130] objtool: Add entry UNRET validation
` [PATCH 5.10 111/130] x86/cpu/amd: Add Spectral Chicken
` [PATCH 5.10 112/130] x86/speculation: Fix RSB filling with CONFIG_RETPOLINE=n
` [PATCH 5.10 113/130] x86/speculation: Fix firmware entry SPEC_CTRL handling
` [PATCH 5.10 114/130] x86/speculation: Fix SPEC_CTRL write on SMT state change
` [PATCH 5.10 115/130] x86/speculation: Use cached host SPEC_CTRL value for guest entry/exit
` [PATCH 5.10 116/130] x86/speculation: Remove x86_spec_ctrl_mask
` [PATCH 5.10 117/130] objtool: Re-add UNWIND_HINT_{SAVE_RESTORE}
` [PATCH 5.10 118/130] KVM: VMX: Flatten __vmx_vcpu_run()
` [PATCH 5.10 119/130] KVM: VMX: Convert launched argument to flags
` [PATCH 5.10 120/130] KVM: VMX: Prevent guest RSB poisoning attacks with eIBRS
` [PATCH 5.10 121/130] KVM: VMX: Fix IBRS handling after vmexit
` [PATCH 5.10 122/130] x86/speculation: Fill RSB on vmexit for IBRS
` [PATCH 5.10 123/130] x86/common: Stamp out the stepping madness
` [PATCH 5.10 124/130] x86/cpu/amd: Enumerate BTC_NO
` [PATCH 5.10 125/130] x86/retbleed: Add fine grained Kconfig knobs
` [PATCH 5.10 126/130] x86/bugs: Add Cannon lake to RETBleed affected CPU list
` [PATCH 5.10 127/130] x86/bugs: Do not enable IBPB-on-entry when IBPB is not supported
` [PATCH 5.10 128/130] x86/kexec: Disable RET on kexec
` [PATCH 5.10 129/130] x86/speculation: Disable RRSBA behavior
` [PATCH 5.10 130/130] x86/static_call: Serialize __static_call_fixup() properly


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).