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

[PATCH 5.10 000/130] 5.10.131-rc1 review
 2022-07-12 18:39 UTC  (98+ messages)
` [PATCH 5.10 001/130] KVM/VMX: Use TEST %REG,%REG instead of CMP $0,%REG in vmenter.S
` [PATCH 5.10 002/130] KVM/nVMX: Use __vmx_vcpu_run in nested_vmx_check_vmentry_hw
` [PATCH 5.10 003/130] objtool: Refactor ORC section generation
` [PATCH 5.10 004/130] objtool: Add alt_group struct
` [PATCH 5.10 005/130] objtool: Support stack layout changes in alternatives
` [PATCH 5.10 006/130] objtool: Support retpoline jump detection for vmlinux.o
` [PATCH 5.10 007/130] objtool: Assume only ELF functions do sibling calls
` [PATCH 5.10 008/130] objtool: Combine UNWIND_HINT_RET_OFFSET and UNWIND_HINT_FUNC
` [PATCH 5.10 009/130] x86/xen: Support objtool validation in xen-asm.S
` [PATCH 5.10 010/130] x86/xen: Support objtool vmlinux.o validation in xen-head.S
` [PATCH 5.10 011/130] x86/alternative: Merge include files
` [PATCH 5.10 012/130] x86/alternative: Support not-feature
` [PATCH 5.10 013/130] x86/alternative: Support ALTERNATIVE_TERNARY
` [PATCH 5.10 014/130] x86/alternative: Use ALTERNATIVE_TERNARY() in _static_cpu_has()
` [PATCH 5.10 015/130] x86/insn: Rename insn_decode() to insn_decode_from_regs()
` [PATCH 5.10 016/130] x86/insn: Add a __ignore_sync_check__ marker
` [PATCH 5.10 017/130] x86/insn: Add an insn_decode() API
` [PATCH 5.10 018/130] x86/insn-eval: Handle return values from the decoder
` [PATCH 5.10 019/130] x86/alternative: Use insn_decode()
` [PATCH 5.10 020/130] x86: Add insn_decode_kernel()
` [PATCH 5.10 021/130] x86/alternatives: Optimize optimize_nops()
` [PATCH 5.10 022/130] x86/retpoline: Simplify retpolines
` [PATCH 5.10 023/130] objtool: Correctly handle retpoline thunk calls
` [PATCH 5.10 024/130] objtool: Handle per arch retpoline naming
` [PATCH 5.10 025/130] objtool: Rework the elf_rebuild_reloc_section() logic
` [PATCH 5.10 026/130] objtool: Add elf_create_reloc() helper
` [PATCH 5.10 027/130] objtool: Create reloc sections implicitly
` [PATCH 5.10 028/130] objtool: Extract elf_strtab_concat()
` [PATCH 5.10 029/130] objtool: Extract elf_symbol_add()
` [PATCH 5.10 030/130] objtool: Add elf_create_undef_symbol()
` [PATCH 5.10 031/130] objtool: Keep track of retpoline call sites
` [PATCH 5.10 032/130] objtool: Cache instruction relocs
` [PATCH 5.10 033/130] objtool: Skip magical retpoline .altinstr_replacement
` [PATCH 5.10 034/130] objtool/x86: Rewrite retpoline thunk calls
` [PATCH 5.10 035/130] objtool: Support asm jump tables
` [PATCH 5.10 036/130] x86/alternative: Optimize single-byte NOPs at an arbitrary position
` [PATCH 5.10 037/130] objtool: Fix .symtab_shndx handling for elf_create_undef_symbol()
` [PATCH 5.10 038/130] objtool: Only rewrite unconditional retpoline thunk calls
` [PATCH 5.10 039/130] objtool/x86: Ignore __x86_indirect_alt_* symbols
` [PATCH 5.10 040/130] objtool: Dont make .altinstructions writable
` [PATCH 5.10 041/130] objtool: Teach get_alt_entry() about more relocation types
` [PATCH 5.10 042/130] objtool: print out the symbol type when complaining about it
` [PATCH 5.10 043/130] objtool: Remove reloc symbol type checks in get_alt_entry()
` [PATCH 5.10 044/130] objtool: Make .altinstructions section entry size consistent
` [PATCH 5.10 045/130] objtool: Introduce CFI hash
` [PATCH 5.10 046/130] objtool: Handle __sanitize_cov*() tail calls
` [PATCH 5.10 047/130] objtool: Classify symbols
` [PATCH 5.10 048/130] objtool: Explicitly avoid self modifying code in .altinstr_replacement
` [PATCH 5.10 049/130] objtool,x86: Replace alternatives with .retpoline_sites
` [PATCH 5.10 050/130] x86/retpoline: Remove unused replacement symbols
` [PATCH 5.10 051/130] x86/asm: Fix register order
` [PATCH 5.10 052/130] x86/asm: Fixup odd GEN-for-each-reg.h usage
` [PATCH 5.10 053/130] x86/retpoline: Move the retpoline thunk declarations to nospec-branch.h
` [PATCH 5.10 054/130] x86/retpoline: Create a retpoline thunk array
` [PATCH 5.10 055/130] x86/alternative: Implement .retpoline_sites support
` [PATCH 5.10 056/130] x86/alternative: Handle Jcc __x86_indirect_thunk_\reg
` [PATCH 5.10 057/130] x86/alternative: Try inline spectre_v2=retpoline,amd
` [PATCH 5.10 058/130] x86/alternative: Add debug prints to apply_retpolines()
` [PATCH 5.10 059/130] bpf,x86: Simplify computing label offsets
` [PATCH 5.10 060/130] bpf,x86: Respect X86_FEATURE_RETPOLINE*
` [PATCH 5.10 061/130] x86/lib/atomic64_386_32: Rename things
` [PATCH 5.10 062/130] x86: Prepare asm files for straight-line-speculation
` [PATCH 5.10 063/130] x86: Prepare inline-asm "
` [PATCH 5.10 064/130] x86/alternative: Relax text_poke_bp() constraint
` [PATCH 5.10 065/130] objtool: Add straight-line-speculation validation
` [PATCH 5.10 066/130] x86: Add straight-line-speculation mitigation
` [PATCH 5.10 067/130] tools arch: Update arch/x86/lib/mem{cpy,set}_64.S copies used in perf bench mem memcpy
` [PATCH 5.10 068/130] kvm/emulate: Fix SETcc emulation function offsets with SLS
` [PATCH 5.10 069/130] objtool: Default ignore INT3 for unreachable
` [PATCH 5.10 070/130] crypto: x86/poly1305 - Fixup SLS
` [PATCH 5.10 071/130] objtool: Fix SLS validation for kcov tail-call replacement
` [PATCH 5.10 072/130] objtool: Fix code relocs vs weak symbols
` [PATCH 5.10 074/130] objtool: Fix symbol creation
` [PATCH 5.10 075/130] x86/entry: Remove skip_r11rcx
` [PATCH 5.10 076/130] objtool: Fix objtool regression on x32 systems
` [PATCH 5.10 083/130] x86/retpoline: Use -mfunction-return
` [PATCH 5.10 084/130] x86: Undo return-thunk damage
` [PATCH 5.10 085/130] x86,objtool: Create .return_sites
` [PATCH 5.10 086/130] objtool: skip non-text sections when adding return-thunk sites
` [PATCH 5.10 087/130] x86,static_call: Use alternative RET encoding
` [PATCH 5.10 088/130] x86/ftrace: "
` [PATCH 5.10 089/130] x86/bpf: "
` [PATCH 5.10 090/130] x86/kvm: Fix SETcc emulation for return thunks
` [PATCH 5.10 091/130] x86/vsyscall_emu/64: Dont use RET in vsyscall emulation
` [PATCH 5.10 092/130] x86/sev: Avoid using __x86_return_thunk
` [PATCH 5.10 093/130] x86: Use return-thunk in asm code
` [PATCH 5.10 094/130] objtool: Treat .text.__x86.* as noinstr
` [PATCH 5.10 095/130] x86: Add magic AMD return-thunk
` [PATCH 5.10 096/130] x86/bugs: Report AMD retbleed vulnerability
` [PATCH 5.10 097/130] x86/bugs: Add AMD retbleed= boot parameter
` [PATCH 5.10 098/130] x86/bugs: Enable STIBP for JMP2RET
` [PATCH 5.10 099/130] x86/bugs: Keep a per-CPU IA32_SPEC_CTRL value
` [PATCH 5.10 100/130] x86/entry: Add kernel IBRS implementation
` [PATCH 5.10 101/130] x86/bugs: Optimize SPEC_CTRL MSR writes
` [PATCH 5.10 102/130] x86/speculation: Add spectre_v2=ibrs option to support Kernel IBRS
` [PATCH 5.10 103/130] x86/bugs: Split spectre_v2_select_mitigation() and spectre_v2_user_select_mitigation()
` [PATCH 5.10 104/130] x86/bugs: Report Intel retbleed vulnerability

[PATCH -next 0/2] PM: suspend: Optimized suspend is fail returned by wakeup
 2022-07-12 18:45 UTC  (3+ messages)
` [PATCH -next 1/2] PM: suspend: expand the assignment scope of the pm_suspend_target_state

[PATCH v1 0/2] pinctrl: nuvoton: add pinmux and GPIO driver for NPCM8XX
 2022-07-12 18:44 UTC  (6+ messages)
` [PATCH v1 1/2] dt-binding: pinctrl: Add NPCM8XX pinctrl and GPIO documentation

[PATCH] MAINTAINERS: brcmnand: update STB BRCMNAND driver maintainer
 2022-07-12 18:44 UTC  (2+ messages)

[PATCH 0/2] clk: Fix CLK_OPS_PARENT_ENABLE and runtime PM
 2022-07-12 18:43 UTC  (3+ messages)
` [PATCH 1/2] clk: core: Honor CLK_OPS_PARENT_ENABLE for clk gate ops

[PATCH v7 0/7] bpf: Add bpf_verify_pkcs7_signature() helper
 2022-07-12 18:41 UTC  (8+ messages)
` [PATCH v7 1/7] bpf: Export bpf_dynptr_get_size()
` [PATCH v7 2/7] KEYS: Move KEY_LOOKUP_ to include/linux/key.h
` [PATCH v7 3/7] bpf: Add bpf_lookup_user_key() and bpf_key_put() helpers
` [PATCH v7 4/7] bpf: Add bpf_verify_pkcs7_signature() helper
` [PATCH v7 5/7] selftests: Add verifier tests for bpf_lookup_user_key() and bpf_key_put()
` [PATCH v7 6/7] selftests/bpf: Add additional test for bpf_lookup_user_key()
` [PATCH v7 7/7] selftests/bpf: Add test for bpf_verify_pkcs7_signature() helper

[RFC PATCH v1 0/1] bpftool: Add generating command to C dumped file
 2022-07-12 18:42 UTC  (2+ messages)
` [RFC PATCH v1 1/1] "

[PATCH] PM: QoS: Add check to make sure CPU freq is non-negative
 2022-07-12 18:37 UTC  (2+ messages)

[PATCH] x86/PAT: Report PAT on CPUs that support PAT without MTRR
 2022-07-12 18:36 UTC  (3+ messages)

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

[PATCH -next] ASoC: amd: fix Jadeite kconfig warning and build errors
 2022-07-12 18:33 UTC 

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

[PATCH] remove custom return values in vc04_services
 2022-07-12 18:30 UTC  (2+ messages)

[PATCH v2 0/5] lib/find: add find_nth_bit()
 2022-07-12 18:28 UTC  (4+ messages)

[PATCH v3 1/2] dt-bindings: watchdog: max63xx: Add GPIO binding
 2022-07-12 18:28 UTC  (4+ messages)

[Patch v4 00/12] Introduce Microsoft Azure Network Adapter (MANA) RDMA driver
 2022-07-12 18:26 UTC  (4+ messages)
` [Patch v4 01/12] net: mana: Add support for auxiliary device

[PATCH] thermal: intel: drop unexpected word 'is' in the comments
 2022-07-12 18:24 UTC  (2+ messages)

UNTRAIN_RET in native_irq_return_ldt
 2022-07-12 18:20 UTC 

[PATCH 0/4] Extend ipc stream parameters sent to DSP
 2022-07-12 18:22 UTC  (2+ messages)

[RFC PATCH 0/3] arm: bcmbca: Update BCM4908 dts for BCMBCA merge
 2022-07-12 18:20 UTC  (11+ messages)
` [RFC PATCH 1/3] dt-bindings: arm64: bcmbca: Merge BCM4908 into BCMBCA
` [RFC PATCH 3/3] arm64: dts: bcmbca: update bcm4808 board dts file

[PATCH v3 00/10] Update vfio_pin/unpin_pages API
 2022-07-12 18:18 UTC  (4+ messages)
` [PATCH v3 01/10] vfio: Make vfio_unpin_pages() return void

[PATCH RFC 0/2] Add PLIC support for Renesas RZ/Five SoC
 2022-07-12 18:19 UTC  (7+ messages)
` [PATCH RFC 1/2] dt-bindings: interrupt-controller: sifive,plic: Document "

[PATCH v5] dt-bindings: firmware: convert Qualcomm SCM binding to the yaml
 2022-07-12 18:17 UTC  (2+ messages)

[PATCH v2 1/3] thermal/core: Encapsulate the trip point crossed function
 2022-07-12 18:16 UTC  (3+ messages)
` [PATCH v2 2/3] thermal/core: Passing a parameter instead of calling the function again

[PATCH net-next] net: lantiq_xrx200: use skb cache
 2022-07-12 18:14 UTC 

[PATCH] PCI/ASPM: Unexport pcie_aspm_support_enabled()
 2022-07-12 18:10 UTC  (2+ messages)

[RFC PATCH bpf-next 0/4] bpf_panic() helper
 2022-07-12 18:08 UTC  (4+ messages)
` [RFC PATCH bpf-next 3/4] bpf: add "

[PATCH net-next v1 0/3] add framework for selftests in devlink
 2022-07-12 18:08 UTC  (7+ messages)
` [PATCH net-next v2 "
  ` [PATCH net-next v2 1/3] devlink: introduce framework for selftests

[RFC PATCH 00/26] hugetlb: Introduce HugeTLB high-granularity mapping
 2022-07-12 18:06 UTC  (9+ messages)
` [RFC PATCH 07/26] hugetlb: add hugetlb_pte to track HugeTLB page table entries
` [RFC PATCH 19/26] hugetlb: add HGM support for copy_hugetlb_page_range

[PATCH v13 00/10] drm/mediatek: Add MT8195 DisplayPort driver
 2022-07-12 18:06 UTC  (5+ messages)
` [PATCH v13 01/10] dt-bindings: mediatek,dp: Add Display Port binding

[martinetd:9p-next 11/11] net/9p/trans_fd.c:275:12: warning: unused variable 'failme'
 2022-07-12 18:05 UTC 

[martinetd:9p-next 11/11] net/9p/trans_fd.c:275:12: warning: unused variable 'failme'
 2022-07-12 18:05 UTC 

[PATCH v7 00/14] KVM: mm: fd-based approach for supporting KVM guest private memory
 2022-07-12 18:02 UTC  (3+ messages)
` [PATCH v7 04/14] mm/shmem: Support memfile_notifier

[PATCH v8 00/12] mm/demotion: Memory tiers and demotion
 2022-07-12 18:02 UTC  (7+ messages)

[PATCH drm-misc-next v4 0/4] drm: rename CMA helpers to DMA helpers
 2022-07-12 18:01 UTC  (5+ messages)
` [PATCH drm-misc-next v4 1/4] drm/fb: rename FB CMA helpers to FB "
` [PATCH drm-misc-next v4 2/4] drm/gem: rename GEM CMA helpers to GEM "
` [PATCH drm-misc-next v4 3/4] drm/gem: rename struct drm_gem_dma_object.{paddr => dma_addr}
` [PATCH drm-misc-next v4 4/4] drm/todo: remove task to rename CMA helpers

[PATCH 00/13] tracing/events: Add __vstring and __assign_vstr helpers
 2022-07-12 18:00 UTC  (4+ messages)
` [PATCH 01/13] tracing/events: Add __vstring() and __assign_vstr() helper macros

[net 0/3] seg6: fix skb checksum for SRH encapsulation/insertion
 2022-07-12 17:58 UTC  (4+ messages)
` [net 1/3] seg6: fix skb checksum evaluation in "
` [net 2/3] seg6: fix skb checksum in SRv6 End.B6 and End.B6.Encaps behaviors
` [net 3/3] seg6: bpf: fix skb checksum in bpf_push_seg6_encap()

[PATCH v5 0/6] Introduce PRU remoteproc consumer API
 2022-07-12 17:59 UTC  (3+ messages)
` [PATCH v5 2/6] remoteproc: pru: Add APIs to get and put the PRU cores

[PATCH] kunit: executor: Fix a memory leak on failure in kunit_filter_tests
 2022-07-12 17:54 UTC  (2+ messages)

[REGRESSION] amd-pstate doesn't work since v5.18.11
 2022-07-12 17:54 UTC  (4+ messages)

[PATCH] tracing/histograms: Simplify create_hist_fields()
 2022-07-12 17:52 UTC  (3+ messages)

[PATCH v5 1/9] dt-bindings: usb: Add Type-C switch binding
 2022-07-12 17:45 UTC  (11+ messages)

[PATCH] usb: dwc3: core: Do not perform GCTL_CORE_SOFTRESET during bootup
 2022-07-12 17:44 UTC 

[PATCH 1/5] docs: sysctl: remove references to inode-max
 2022-07-12 17:26 UTC  (5+ messages)
` [PATCH 2/5] docs: sysctl: remove references to dquot-max/-nr
` [PATCH 3/5] docs: sysctl/fs: merge the aio sections
` [PATCH 4/5] docs: sysctl/fs: remove references to super-max/-nr
` [PATCH 5/5] docs: sysctl/fs: re-order, prettify

[PATCH Part2 v6 00/49] Add AMD Secure Nested Paging (SEV-SNP)
 2022-07-12 17:40 UTC  (6+ messages)
` [PATCH Part2 v6 28/49] KVM: SVM: Add KVM_SEV_SNP_LAUNCH_FINISH command

[PATCH] mm/hugetlb: avoid corrupting page->mapping in hugetlb_mcopy_atomic_pte
 2022-07-12 17:39 UTC  (2+ messages)

[PATCH 0/2] Optimize synchronize_rcu_tasks_generic() on early booting
 2022-07-12 17:37 UTC  (5+ messages)
` [PATCH 1/2] rcu-tasks: Convert RCU_LOCKDEP_WARN() to WARN_ONCE()
` [PATCH 2/2] rcu-tasks: Make synchronize_rcu_tasks_generic() no-ops on early booting

[PATCH v7 000/102] KVM TDX basic feature support
 2022-07-12 17:35 UTC  (7+ messages)

[PATCH] ppp: Add rtnl attribute IFLA_PPP_UNIT_ID for specifying ppp unit id
 2022-07-12 17:34 UTC  (11+ messages)

[PATCH 0/3] KVM: x86: Fix fault-related bugs in LTR/LLDT emulation
 2022-07-12 17:31 UTC  (7+ messages)
` [PATCH 1/3] KVM: x86: Mark TSS busy during LTR emulation _after_ all fault checks
` [PATCH 2/3] KVM: x86: Set error code to segment selector on LLDT/LTR non-canonical #GP

[PATCH] thermal/drivers/qcom: Code refactoring
 2022-07-12 17:31 UTC 

[PATCH] RDMA/irdma: Use the bitmap API to allocate bitmaps
 2022-07-12 17:28 UTC  (2+ messages)

drivers/mtd/nand/onenand/onenand_base.c:779:34: sparse: sparse: incorrect type in argument 2 (different address spaces)
 2022-07-12 17:25 UTC 

[PATCHv4 0/8] Linear Address Masking enabling
 2022-07-12 17:14 UTC  (4+ messages)
` [PATCHv4 6/8] x86/mm: Provide ARCH_GET_UNTAG_MASK and ARCH_ENABLE_TAGGED_ADDR

[PATCH v3 1/2] Documentation: fpga: dfl: add PCI Identification documentation
 2022-07-12 17:14 UTC  (2+ messages)

[PATCH] sched/schedutil: Fix deadlock between cpuset and cpu hotplug when using schedutil
 2022-07-12 17:14 UTC  (6+ messages)

[sj:damon/next 20/20] drivers/block/xen-blkback/xenbus.c:184:38: error: use of undeclared identifier 'feature_persistent'
 2022-07-12 17:13 UTC  (2+ messages)

[ANNOUNCE] Git v2.37.1 and others
 2022-07-12 17:06 UTC 

[PATCH v2] KVM: x86: Add dedicated helper to get CPUID entry with significant index
 2022-07-12 17:09 UTC  (4+ messages)

[PATCH] MAINTAINERS: change the NXP FSPI driver maintainer
 2022-07-12 17:09 UTC  (2+ messages)

[PATCH v2 02/14] cpufreq: amd-pstate: enable AMD Precision Boost mode switch
 2022-07-12 17:08 UTC  (4+ messages)

[martinetd:9p-next 11/11] net/9p/trans_fd.c:275:12: warning: 'failme' defined but not used
 2022-07-12 17:04 UTC 

[akpm-mm:mm-unstable 284/293] mm/khugepaged.c:2409 madvise_collapse() warn: possible memory leak of 'cc'
 2022-07-12 17:02 UTC  (2+ messages)

[PATCH] NFC: nxp-nci: add error reporting
 2022-07-12 17:00 UTC 

[PATCH v2 0/7] iommu/exynos: Add basic support for SysMMU v7
 2022-07-12 17:00 UTC  (3+ messages)
` [PATCH v2 6/7] iommu/exynos: Add SysMMU v7 register sets

[PATCH v2 00/10] ARM: dts: mvebu: Add definitions for PCIe legacy INTx interrupts
 2022-07-12 16:59 UTC  (2+ messages)


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).