All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2022-07-23 09:09:51 to 2022-07-23 10:10:08 UTC [more...]

[PATCH 1/2] soc: qcom: socinfo: Add an ID for SM6375
 2022-07-23 10:02 UTC  (2+ messages)
` [PATCH 2/2] soc: qcom: socinfo: Add PM6125 ID

[PATCH 5.10 000/148] 5.10.133-rc1 review
 2022-07-23  9:55 UTC  (125+ messages)
` [PATCH 5.10 001/148] KVM/VMX: Use TEST %REG,%REG instead of CMP $0,%REG in vmenter.S
` [PATCH 5.10 002/148] KVM/nVMX: Use __vmx_vcpu_run in nested_vmx_check_vmentry_hw
` [PATCH 5.10 003/148] objtool: Refactor ORC section generation
` [PATCH 5.10 004/148] objtool: Add alt_group struct
` [PATCH 5.10 005/148] objtool: Support stack layout changes in alternatives
` [PATCH 5.10 006/148] objtool: Support retpoline jump detection for vmlinux.o
` [PATCH 5.10 007/148] objtool: Assume only ELF functions do sibling calls
` [PATCH 5.10 008/148] objtool: Combine UNWIND_HINT_RET_OFFSET and UNWIND_HINT_FUNC
` [PATCH 5.10 009/148] x86/xen: Support objtool validation in xen-asm.S
` [PATCH 5.10 010/148] x86/xen: Support objtool vmlinux.o validation in xen-head.S
` [PATCH 5.10 011/148] x86/alternative: Merge include files
` [PATCH 5.10 012/148] x86/alternative: Support not-feature
` [PATCH 5.10 013/148] x86/alternative: Support ALTERNATIVE_TERNARY
` [PATCH 5.10 014/148] x86/alternative: Use ALTERNATIVE_TERNARY() in _static_cpu_has()
` [PATCH 5.10 015/148] x86/insn: Rename insn_decode() to insn_decode_from_regs()
` [PATCH 5.10 016/148] x86/insn: Add a __ignore_sync_check__ marker
` [PATCH 5.10 017/148] x86/insn: Add an insn_decode() API
` [PATCH 5.10 018/148] x86/insn-eval: Handle return values from the decoder
` [PATCH 5.10 019/148] x86/alternative: Use insn_decode()
` [PATCH 5.10 020/148] x86: Add insn_decode_kernel()
` [PATCH 5.10 021/148] x86/alternatives: Optimize optimize_nops()
` [PATCH 5.10 022/148] x86/retpoline: Simplify retpolines
` [PATCH 5.10 023/148] objtool: Correctly handle retpoline thunk calls
` [PATCH 5.10 024/148] objtool: Handle per arch retpoline naming
` [PATCH 5.10 025/148] objtool: Rework the elf_rebuild_reloc_section() logic
` [PATCH 5.10 026/148] objtool: Add elf_create_reloc() helper
` [PATCH 5.10 027/148] objtool: Create reloc sections implicitly
` [PATCH 5.10 028/148] objtool: Extract elf_strtab_concat()
` [PATCH 5.10 029/148] objtool: Extract elf_symbol_add()
` [PATCH 5.10 030/148] objtool: Add elf_create_undef_symbol()
` [PATCH 5.10 031/148] objtool: Keep track of retpoline call sites
` [PATCH 5.10 032/148] objtool: Cache instruction relocs
` [PATCH 5.10 033/148] objtool: Skip magical retpoline .altinstr_replacement
` [PATCH 5.10 034/148] objtool/x86: Rewrite retpoline thunk calls
` [PATCH 5.10 035/148] objtool: Support asm jump tables
` [PATCH 5.10 036/148] x86/alternative: Optimize single-byte NOPs at an arbitrary position
` [PATCH 5.10 037/148] objtool: Fix .symtab_shndx handling for elf_create_undef_symbol()
` [PATCH 5.10 038/148] objtool: Only rewrite unconditional retpoline thunk calls
` [PATCH 5.10 039/148] objtool/x86: Ignore __x86_indirect_alt_* symbols
` [PATCH 5.10 040/148] objtool: Dont make .altinstructions writable
` [PATCH 5.10 041/148] objtool: Teach get_alt_entry() about more relocation types
` [PATCH 5.10 042/148] objtool: print out the symbol type when complaining about it
` [PATCH 5.10 043/148] objtool: Remove reloc symbol type checks in get_alt_entry()
` [PATCH 5.10 044/148] objtool: Make .altinstructions section entry size consistent
` [PATCH 5.10 045/148] objtool: Introduce CFI hash
` [PATCH 5.10 046/148] objtool: Handle __sanitize_cov*() tail calls
` [PATCH 5.10 047/148] objtool: Classify symbols
` [PATCH 5.10 048/148] objtool: Explicitly avoid self modifying code in .altinstr_replacement
` [PATCH 5.10 049/148] objtool,x86: Replace alternatives with .retpoline_sites
` [PATCH 5.10 050/148] x86/retpoline: Remove unused replacement symbols
` [PATCH 5.10 051/148] x86/asm: Fix register order
` [PATCH 5.10 052/148] x86/asm: Fixup odd GEN-for-each-reg.h usage
` [PATCH 5.10 053/148] x86/retpoline: Move the retpoline thunk declarations to nospec-branch.h
` [PATCH 5.10 054/148] x86/retpoline: Create a retpoline thunk array
` [PATCH 5.10 055/148] x86/alternative: Implement .retpoline_sites support
` [PATCH 5.10 056/148] x86/alternative: Handle Jcc __x86_indirect_thunk_\reg
` [PATCH 5.10 057/148] x86/alternative: Try inline spectre_v2=retpoline,amd
` [PATCH 5.10 058/148] x86/alternative: Add debug prints to apply_retpolines()
` [PATCH 5.10 059/148] bpf,x86: Simplify computing label offsets
` [PATCH 5.10 060/148] bpf,x86: Respect X86_FEATURE_RETPOLINE*
` [PATCH 5.10 061/148] x86/lib/atomic64_386_32: Rename things
` [PATCH 5.10 062/148] x86: Prepare asm files for straight-line-speculation
` [PATCH 5.10 063/148] x86: Prepare inline-asm "
` [PATCH 5.10 064/148] x86/alternative: Relax text_poke_bp() constraint
` [PATCH 5.10 065/148] objtool: Add straight-line-speculation validation
` [PATCH 5.10 066/148] x86: Add straight-line-speculation mitigation
` [PATCH 5.10 067/148] tools arch: Update arch/x86/lib/mem{cpy,set}_64.S copies used in perf bench mem memcpy
` [PATCH 5.10 068/148] kvm/emulate: Fix SETcc emulation function offsets with SLS
` [PATCH 5.10 069/148] objtool: Default ignore INT3 for unreachable
` [PATCH 5.10 070/148] crypto: x86/poly1305 - Fixup SLS
` [PATCH 5.10 071/148] objtool: Fix SLS validation for kcov tail-call replacement
` [PATCH 5.10 072/148] objtool: Fix code relocs vs weak symbols
` [PATCH 5.10 073/148] objtool: Fix type of reloc::addend
` [PATCH 5.10 074/148] objtool: Fix symbol creation
` [PATCH 5.10 075/148] x86/entry: Remove skip_r11rcx
` [PATCH 5.10 076/148] objtool: Fix objtool regression on x32 systems
` [PATCH 5.10 077/148] x86/realmode: build with -D__DISABLE_EXPORTS
` [PATCH 5.10 078/148] x86/kvm/vmx: Make noinstr clean
` [PATCH 5.10 079/148] x86/cpufeatures: Move RETPOLINE flags to word 11
` [PATCH 5.10 080/148] x86/retpoline: Cleanup some #ifdefery
` [PATCH 5.10 081/148] x86/retpoline: Swizzle retpoline thunk
` [PATCH 5.10 082/148] Makefile: Set retpoline cflags based on CONFIG_CC_IS_{CLANG,GCC}
` [PATCH 5.10 083/148] x86/retpoline: Use -mfunction-return
` [PATCH 5.10 084/148] x86: Undo return-thunk damage
` [PATCH 5.10 085/148] x86,objtool: Create .return_sites
` [PATCH 5.10 086/148] objtool: skip non-text sections when adding return-thunk sites
` [PATCH 5.10 087/148] x86,static_call: Use alternative RET encoding
` [PATCH 5.10 088/148] x86/ftrace: "
` [PATCH 5.10 089/148] x86/bpf: "
` [PATCH 5.10 090/148] x86/kvm: Fix SETcc emulation for return thunks
` [PATCH 5.10 091/148] x86/vsyscall_emu/64: Dont use RET in vsyscall emulation
` [PATCH 5.10 092/148] x86/sev: Avoid using __x86_return_thunk
` [PATCH 5.10 093/148] x86: Use return-thunk in asm code
` [PATCH 5.10 094/148] objtool: Treat .text.__x86.* as noinstr
` [PATCH 5.10 095/148] x86: Add magic AMD return-thunk
` [PATCH 5.10 096/148] x86/bugs: Report AMD retbleed vulnerability
` [PATCH 5.10 097/148] x86/bugs: Add AMD retbleed= boot parameter
` [PATCH 5.10 098/148] x86/bugs: Enable STIBP for JMP2RET
` [PATCH 5.10 099/148] x86/bugs: Keep a per-CPU IA32_SPEC_CTRL value
` [PATCH 5.10 100/148] x86/entry: Add kernel IBRS implementation
` [PATCH 5.10 101/148] x86/bugs: Optimize SPEC_CTRL MSR writes
` [PATCH 5.10 102/148] x86/speculation: Add spectre_v2=ibrs option to support Kernel IBRS
` [PATCH 5.10 103/148] x86/bugs: Split spectre_v2_select_mitigation() and spectre_v2_user_select_mitigation()
` [PATCH 5.10 104/148] x86/bugs: Report Intel retbleed vulnerability
` [PATCH 5.10 105/148] intel_idle: Disable IBRS during long idle
` [PATCH 5.10 106/148] objtool: Update Retpoline validation
` [PATCH 5.10 107/148] x86/xen: Rename SYS* entry points
` [PATCH 5.10 108/148] x86/bugs: Add retbleed=ibpb
` [PATCH 5.10 109/148] x86/bugs: Do IBPB fallback check only once
` [PATCH 5.10 110/148] objtool: Add entry UNRET validation
` [PATCH 5.10 111/148] x86/cpu/amd: Add Spectral Chicken
` [PATCH 5.10 112/148] x86/speculation: Fix RSB filling with CONFIG_RETPOLINE=n
` [PATCH 5.10 113/148] x86/speculation: Fix firmware entry SPEC_CTRL handling
` [PATCH 5.10 114/148] x86/speculation: Fix SPEC_CTRL write on SMT state change
` [PATCH 5.10 115/148] x86/speculation: Use cached host SPEC_CTRL value for guest entry/exit
` [PATCH 5.10 116/148] x86/speculation: Remove x86_spec_ctrl_mask
` [PATCH 5.10 117/148] objtool: Re-add UNWIND_HINT_{SAVE_RESTORE}
` [PATCH 5.10 118/148] KVM: VMX: Flatten __vmx_vcpu_run()
` [PATCH 5.10 120/148] KVM: VMX: Prevent guest RSB poisoning attacks with eIBRS
` [PATCH 5.10 121/148] KVM: VMX: Fix IBRS handling after vmexit
` [PATCH 5.10 122/148] x86/speculation: Fill RSB on vmexit for IBRS
` [PATCH 5.10 124/148] x86/cpu/amd: Enumerate BTC_NO
` [PATCH 5.10 133/148] x86/xen: Fix initialisation in hypercall_page after rethunk
` [PATCH 5.10 134/148] x86/ftrace: Add UNWIND_HINT_FUNC annotation for ftrace_stub

[PATCH v3 1/3] clk: qcom: alpha: Add support for programming the PLL_FSM_LEGACY_MODE bit
 2022-07-23 10:01 UTC  (3+ messages)
` [PATCH v3 2/3] dt-bindings: clock: add SM6375 QCOM global clock bindings
` [PATCH v3 3/3] clk: qcom: Add global clock controller driver for SM6375

[PATCH v2 0/3] ARM: qcom: defconfig: socinfo + cleanup
 2022-07-23  9:58 UTC  (4+ messages)
` [PATCH v2 3/3] ARM: qcom_defconfig: order items with savedefconfig

[Buildroot] [[Next]RFC] sdk-docker: new make target using Dockcross
 2022-07-23  9:59 UTC  (2+ messages)

[helgaas-pci:pci/enumeration] BUILD SUCCESS 960ac362648780469b2f5584bb8cff540444d119
 2022-07-23  9:56 UTC 

[soc:for-next] BUILD SUCCESS d58d514315d36820f7ea192ef3201a0f269b7450
 2022-07-23  9:55 UTC 

[soc:arm/defconfig] BUILD SUCCESS 77f349b7700f86c51895e36b19dbc5e7323a7dfb
 2022-07-23  9:55 UTC 

[soc:arm/fixes] BUILD SUCCESS c5cdb9286913aa5a5ebb81bcca0c17df3b0e2c79
 2022-07-23  9:53 UTC 

[Intel-wired-lan] [tnguy-next-queue:dev-queue] BUILD SUCCESS b946b2e400e3b0aff1d1eb43178b56f08943c243
 2022-07-23  9:54 UTC 

[PATCH] net: rose: fix unregistered netdevice: waiting for rose0 to become free
 2022-07-23  9:55 UTC  (2+ messages)

[Buildroot] [PATCH 1/1] package/ltp-testsuite: Add post release runtime fixes
 2022-07-23  9:54 UTC 

[soc:arm/boardfiles-3] BUILD SUCCESS 1785ab769824b800d7dea83aecc88c90377a6a5d
 2022-07-23  9:52 UTC 

[PATCH v1 0/2] gpio: update Realtek Otto documenentation
 2022-07-23  9:52 UTC  (3+ messages)
` [PATCH v1 1/2] gpio: realtek-otto: amend ctrl struct docs

[patch 00/38] x86/retbleed: Call depth tracking mitigation
 2022-07-23  9:50 UTC  (12+ messages)

[PATCH v1] gpio: realtek-otto: switch to 32-bit I/O
 2022-07-23  9:49 UTC 

[PATCH v2] board: freescale: p1_p2_rdb_pc: Fix parsing inverted bits from boot input data
 2022-07-23  9:48 UTC  (7+ messages)
` [PATCH v3] "

[iptables PATCH] iptables: xshared: Ouptut '--' in the opt field in ipv6's fake mode
 2022-07-23  9:47 UTC  (4+ messages)

[PATCH 0/9] dt-bindings: pinctrl: imx: use minItems
 2022-07-23  9:43 UTC  (20+ messages)
` [PATCH 1/9] dt-bindings: pinctrl: imx8mm: use minItems for fsl,pins
` [PATCH 2/9] dt-bindings: pinctrl: imx8mn: "
` [PATCH 3/9] dt-bindings: pinctrl: imx8mq: "
` [PATCH 4/9] dt-bindings: pinctrl: imx8mp: "
` [PATCH 5/9] dt-bindings: pinctrl: imx8ulp: "
` [PATCH 6/9] dt-bindings: pinctrl: imx93: "
` [PATCH 7/9] dt-bindings: pinctrl: imx: scu: "
` [PATCH 8/9] dt-bindings: pinctrl: imx: scu: correct example
` [PATCH 9/9] dt-bindings: pinctrl: imx7d: use minItems for fsl,pins

[helgaas-pci:pci/ctrl/xilinx-cpm] BUILD SUCCESS 4e6217e3af8adee269403effe210c1df51ac69dd
 2022-07-23  9:43 UTC 

[PATCH v6 0/3] Implement Sstc extension
 2022-07-23  9:43 UTC  (3+ messages)
` [PATCH v6 1/3] hw/intc: Move mtimer/mtimecmp to aclint

[PATCH 1/3] mmc: fsl_esdhc_spl: Add support for loading proper U-Boot from unaligned location
 2022-07-23  9:42 UTC  (6+ messages)
` [PATCH v2] "

[PATCH v2 15/18] xfs: Add parent pointers to rename
 2022-07-23  9:34 UTC  (2+ messages)
` [xfs] d6c6912258: INFO:task_blocked_for_more_than#seconds

[PATCH v2] docs: fixed table margin in configfs-usb-gadget-mass-storage
 2022-07-23  9:32 UTC  (2+ messages)

[PATCH -next] usb: ehci: Read CMD_RUN instead of STS_HALT in ehci_halt with ZX-200
 2022-07-23  9:31 UTC  (2+ messages)

[PATCH] edac: cpc925: Remove the static variable initialisations to 0
 2022-07-23  9:27 UTC 

[PATCH] crypto: tcrypt - Remove the static variable initialisations to NULL
 2022-07-23  9:26 UTC 

[xen-unstable test] 171789: tolerable FAIL
 2022-07-23  9:26 UTC 

[PATCH] powerpc: Remove the static variable initialisations to 0
 2022-07-23  9:24 UTC  (2+ messages)

[PATCH] parisc/mm: Remove the static variable initialisations to 0
 2022-07-23  9:23 UTC 

[PATCH v2 0/4] mm: arm64: bring up BATCHED_UNMAP_TLB_FLUSH
 2022-07-23  9:22 UTC  (13+ messages)

[PATCH] alpha: Remove the static variable initialisations to 0
 2022-07-23  9:22 UTC 

Build failed in Jenkins: media-build #3967
 2022-07-23  9:19 UTC  (2+ messages)
` Build failed in Jenkins: media-build #3968

[PATCH v0] media: i2c: fix the erroneous pointer initializer
 2022-07-23  9:17 UTC  (4+ messages)

Corrupted display changing screen colour depth in qemu-system-ppc/MacOS
 2022-07-23  8:59 UTC  (9+ messages)

[PATCH v2 0/5] userfaultfd: support access/write hints
 2022-07-23  9:16 UTC  (4+ messages)
` [PATCH v2 2/5] userfaultfd: introduce access-likely mode for common operations
  ` [PATCH v2 1/5] userfaultfd: introduce uffd_flags

[PATCH] scsi: megaraid: Remove the static variable initialisations to 0
 2022-07-23  9:16 UTC 

[PATCH] MAINTAINERS: Update Microchip MCP3911 to Maintained
 2022-07-23  9:20 UTC 

[Virtio-fs] [PATCH v14 00/10] vhost-vdpa: add support for configure interrupt
 2022-07-23  8:54 UTC  (3+ messages)
` [PATCH v14 09/10] virtio-mmio: "
` [PATCH v14 10/10] virtio-pci: "

[PATCH] irqchip: mips-gic: check the return value of ioremap() in gic_of_init()
 2022-07-23  9:10 UTC  (3+ messages)

[PATCH 0/3] dt-bindings: arm: qcom: define schema, not devices
 2022-07-23  9:09 UTC  (4+ messages)
` [PATCH 1/3] dt-bindings: arm: qcom: stop describing individual boards
` [PATCH 2/3] dt-bindings: arm: qcom: merge simple platform definitions
` [PATCH 3/3] dt-bindings: arm: qcom: drop individual descriptions of Google devices


This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.