LKML Archive mirror
 help / color / mirror / Atom feed
 messages from 2022-11-01 12:53:53 to 2022-11-01 15:12:56 UTC [more...]

[PATCH 00/11] Enable USB host and device functions on Jetson
 2022-11-01 15:07 UTC  (6+ messages)
` [PATCH 07/11] i2c: nvidia-gpu: Replace ccgx to well-known regex
` [PATCH 10/11] usb: host: xhci-tegra: Add Tegra234 XHCI support

[PATCH 0/6] x86: KVM: Expose CPUID to guest for new Intel platform instructions
 2022-11-01 15:07 UTC  (7+ messages)
` [PATCH 1/6] x86: KVM: Enable CMPccXADD CPUID and expose it to guest

[PATCH v13 00/48] KVM: x86: hyper-v: Fine-grained TLB flush + L2 TLB flush features
 2022-11-01 14:54 UTC  (49+ messages)
` [PATCH v13 01/48] x86/hyperv: Move VMCB enlightenment definitions to hyperv-tlfs.h
` [PATCH v13 02/48] KVM: selftests: Move "struct hv_enlightenments" to x86_64/svm.h
` [PATCH v13 03/48] KVM: SVM: Add a proper field for Hyper-V VMCB enlightenments
` [PATCH v13 04/48] x86/hyperv: KVM: Rename "hv_enlightenments" to "hv_vmcb_enlightenments"
` [PATCH v13 05/48] KVM: x86: Rename 'enable_direct_tlbflush' to 'enable_l2_tlb_flush'
` [PATCH v13 06/48] KVM: VMX: Rename "vmx/evmcs.{ch}" to "vmx/hyperv.{ch}"
` [PATCH v13 07/48] KVM: x86: Move clearing of TLB_FLUSH_CURRENT to kvm_vcpu_flush_tlb_all()
` [PATCH v13 08/48] KVM: x86: hyper-v: Resurrect dedicated KVM_REQ_HV_TLB_FLUSH flag
` [PATCH v13 09/48] KVM: x86: hyper-v: Introduce TLB flush fifo
` [PATCH v13 10/48] KVM: x86: hyper-v: Add helper to read hypercall data for array
` [PATCH v13 11/48] KVM: x86: hyper-v: Handle HVCALL_FLUSH_VIRTUAL_ADDRESS_LIST{,EX} calls gently
` [PATCH v13 12/48] KVM: x86: hyper-v: Expose support for extended gva ranges for flush hypercalls
` [PATCH v13 13/48] KVM: x86: Prepare kvm_hv_flush_tlb() to handle L2's GPAs
` [PATCH v13 14/48] x86/hyperv: Introduce HV_MAX_SPARSE_VCPU_BANKS/HV_VCPUS_PER_SPARSE_BANK constants
` [PATCH v13 15/48] KVM: x86: hyper-v: Use HV_MAX_SPARSE_VCPU_BANKS/HV_VCPUS_PER_SPARSE_BANK instead of raw '64'
` [PATCH v13 16/48] KVM: x86: hyper-v: Don't use sparse_set_to_vcpu_mask() in kvm_hv_send_ipi()
` [PATCH v13 17/48] KVM: x86: hyper-v: Create a separate fifo for L2 TLB flush
` [PATCH v13 18/48] KVM: x86: hyper-v: Use preallocated buffer in 'struct kvm_vcpu_hv' instead of on-stack 'sparse_banks'
` [PATCH v13 19/48] KVM: nVMX: Keep track of hv_vm_id/hv_vp_id when eVMCS is in use
` [PATCH v13 20/48] KVM: nSVM: Keep track of Hyper-V hv_vm_id/hv_vp_id
` [PATCH v13 21/48] KVM: x86: Introduce .hv_inject_synthetic_vmexit_post_tlb_flush() nested hook
` [PATCH v13 22/48] KVM: x86: hyper-v: Introduce kvm_hv_is_tlb_flush_hcall()
` [PATCH v13 23/48] KVM: x86: hyper-v: L2 TLB flush
` [PATCH v13 24/48] KVM: x86: hyper-v: Introduce fast guest_hv_cpuid_has_l2_tlb_flush() check
` [PATCH v13 25/48] KVM: nVMX: hyper-v: Cache VP assist page in 'struct kvm_vcpu_hv'
` [PATCH v13 26/48] KVM: nVMX: hyper-v: Enable L2 TLB flush
` [PATCH v13 27/48] KVM: x86: Make kvm_hv_get_assist_page() return 0/-errno
` [PATCH v13 28/48] KVM: nSVM: hyper-v: Enable L2 TLB flush
` [PATCH v13 29/48] KVM: x86: Expose Hyper-V L2 TLB flush feature
` [PATCH v13 30/48] KVM: selftests: Better XMM read/write helpers
` [PATCH v13 31/48] KVM: selftests: Move HYPERV_LINUX_OS_ID definition to a common header
` [PATCH v13 32/48] KVM: selftests: Move the function doing Hyper-V hypercall "
` [PATCH v13 33/48] KVM: selftests: Hyper-V PV IPI selftest
` [PATCH v13 34/48] KVM: selftests: Fill in vm->vpages_mapped bitmap in virt_map() too
` [PATCH v13 35/48] KVM: selftests: Export vm_vaddr_unused_gap() to make it possible to request unmapped ranges
` [PATCH v13 36/48] KVM: selftests: Drop helpers to read/write page table entries
` [PATCH v13 37/48] KVM: selftests: Hyper-V PV TLB flush selftest
` [PATCH v13 38/48] KVM: selftests: Sync 'struct hv_enlightened_vmcs' definition with hyperv-tlfs.h
` [PATCH v13 39/48] KVM: selftests: Sync 'struct hv_vp_assist_page' "
` [PATCH v13 40/48] KVM: selftests: Move Hyper-V VP assist page enablement out of evmcs.h
` [PATCH v13 41/48] KVM: selftests: Split off load_evmcs() from load_vmcs()
` [PATCH v13 42/48] KVM: selftests: Create a vendor independent helper to allocate Hyper-V specific test pages
` [PATCH v13 43/48] KVM: selftests: Allocate Hyper-V partition assist page
` [PATCH v13 44/48] KVM: selftests: Stuff RAX/RCX with 'safe' values in vmmcall()/vmcall()
` [PATCH v13 45/48] KVM: selftests: Introduce rdmsr_from_l2() and use it for MSR-Bitmap tests
` [PATCH v13 46/48] KVM: selftests: evmcs_test: Introduce L2 TLB flush test
` [PATCH v13 47/48] KVM: selftests: hyperv_svm_test: "
` [PATCH v13 48/48] KVM: selftests: Rename 'evmcs_test' to 'hyperv_evmcs'

[PATCH v2 tty-next 0/3] 8250: microchip: pci1xxxx: Add driver for the pci1xxxx's quad-uart function
 2022-11-01 15:04 UTC  (9+ messages)
` [PATCH v2 tty-next 1/3] 8250: microchip: pci1xxxx: Add driver for quad-uart support
` [PATCH v2 tty-next 2/3] 8250: microchip: pci1xxxx: Add rs485 support to quad-uart driver

[PATCH -next] pinctrl: qcom: Include bitfield.h in pinctrl-lpass-lpi.c
 2022-11-01 15:02 UTC  (3+ messages)

[PATCH v1 1/1] pinctrl: qcom: lpass-lpi: Add missed bitfield.h
 2022-11-01 15:01 UTC  (2+ messages)

[PATCH] bitfield: Use argument type for size comparison on Bitfield access macros
 2022-11-01 14:59 UTC  (3+ messages)

[PATCH v10 0/4] Add support for the Cypress cyttsp5
 2022-11-01 15:00 UTC  (5+ messages)
` [PATCH v10 2/4] dt-bindings: input: Add Cypress TT21000 touchscreen controller

[PATCH] riscv: vdso: fix build with llvm
 2022-11-01 14:59 UTC  (2+ messages)

[PATCH] sched: Clear ttwu_pending after enqueue_task
 2022-11-01 14:59 UTC  (4+ messages)

[RFC PATCH 0/2] i2c: core: Introduce i2c_client_get_device_id helper
 2022-11-01 14:58 UTC  (5+ messages)
` [RFC PATCH 1/2] i2c: core: Introduce i2c_client_get_device_id helper function

[PATCH next v10 1/2] i2c: hisi: Add initial device tree support
 2022-11-01 14:56 UTC  (4+ messages)
` [PATCH next v10 2/2] dt-bindings: i2c: add entry for hisilicon,ascend910-i2c

[PATCH v2 0/2] some checkpatch fixes in the file rxtx.c
 2022-11-01 14:55 UTC  (4+ messages)
` [PATCH v2 1/2] change the function name s_vFillRTSHead

[PATCH v12 00/46] KVM: x86: hyper-v: Fine-grained TLB flush + L2 TLB flush features
 2022-11-01 14:54 UTC  (5+ messages)

[RFC 0/2] migrate: convert migrate_pages()/unmap_and_move() to use folios
 2022-11-01 14:54 UTC  (5+ messages)
` [RFC 1/2] migrate: convert unmap_and_move() "
` [RFC 2/2] migrate: convert migrate_pages() "

[PATCH] ath11k (gcc13): synchronize ath11k_mac_he_gi_to_nl80211_he_gi()'s return type
 2022-11-01 14:54 UTC  (5+ messages)

[PATCH] scsi: lpfc: remove redundant pointer lp
 2022-11-01 14:49 UTC  (2+ messages)

[RFC 0/6] migrate_pages(): batch TLB flushing
 2022-11-01 14:49 UTC  (3+ messages)

16-bit _SEG vs 8 bit PCIe Flit mode Segment
 2022-11-01 14:49 UTC 

[PATCH next v9 1/4] i2c: hisi: Add initial device tree support
 2022-11-01 14:43 UTC  (6+ messages)

[syzbot] linux-next boot error: BUG: unable to handle kernel paging request in corrupted
 2022-11-01 14:47 UTC  (2+ messages)

[PATCH v1 1/1] test_printf: Refactor fwnode_pointer() to make it more readable
 2022-11-01 14:40 UTC  (4+ messages)

[PATCH] ath11k: Fix QCN9074 firmware boot on x86
 2022-11-01 14:46 UTC  (2+ messages)

[PATCH] [next] drm/radeon: Replace one-element array with flexible-array member
 2022-11-01 14:42 UTC  (3+ messages)
` [PATCH v2] "

[PATCH 00/15] ufs: qcom: Add HS-G4 support
 2022-11-01 14:41 UTC  (6+ messages)
` [PATCH 01/15] phy: qcom-qmp-ufs: Move register settings to qmp_phy_cfg_tables struct

[PATCH] bpftool: Support use full prog name in prog subcommand
 2022-11-01 14:38 UTC  (2+ messages)

[PATCH v2 0/2] PCI: qcom: Add basic interconnect support
 2022-11-01 14:37 UTC  (5+ messages)
` [PATCH v2 1/2] dt-bindings: PCI: qcom: Add SC8280XP/SA8540P interconnects
` [PATCH v2 2/2] PCI: qcom: Add basic interconnect support

[PATCH] drm/msm/dp: remove limitation of link rate at 5.4G to support HBR3
 2022-11-01 14:37 UTC  (6+ messages)

[RFC 0/9] KVM perf support
 2022-11-01 14:35 UTC  (7+ messages)
` [RFC 5/9] RISC-V: KVM: Add skeleton support for perf
` [RFC 6/9] RISC-V: KVM: Add SBI PMU extension support
` [RFC 7/9] RISC-V: KVM: Implement trap & emulate for hpmcounters

[PATCH v10 0/7] RISC-V IPI Improvements
 2022-11-01 14:34 UTC  (8+ messages)
` [PATCH v10 1/7] RISC-V: Clear SIP bit only when using SBI IPI operations
` [PATCH v10 2/7] irqchip/riscv-intc: Allow drivers to directly discover INTC hwnode
` [PATCH v10 3/7] genirq: Add mechanism to multiplex a single HW IPI
` [PATCH v10 4/7] RISC-V: Treat IPIs as normal Linux IRQs
` [PATCH v10 5/7] RISC-V: Allow marking IPIs as suitable for remote FENCEs
` [PATCH v10 6/7] RISC-V: Use IPIs for remote TLB flush when possible
` [PATCH v10 7/7] RISC-V: Use IPIs for remote icache "

[RFC] memory tiering: use small chunk size and more tiers
 2022-11-01 14:34 UTC  (10+ messages)

[PATCH 0/3] Add support for MICFIL on i.MX93 platform
 2022-11-01 14:33 UTC  (2+ messages)

[PATCH] CHROMIUM: ASoC: amd: acp: Add tdm support for codecs in machine driver
 2022-11-01 14:31 UTC  (3+ messages)

[PATCH v4 0/8] i2c-atr and FPDLink
 2022-11-01 14:30 UTC  (10+ messages)
` [PATCH v4 1/8] i2c: core: let adapters be notified of client attach/detach
` [PATCH v4 2/8] i2c: add I2C Address Translator (ATR) support
` [PATCH v4 3/8] dt-bindings: media: add bindings for TI DS90UB960
` [PATCH v4 4/8] dt-bindings: media: add bindings for TI DS90UB913
` [PATCH v4 5/8] dt-bindings: media: add bindings for TI DS90UB953
` [PATCH v4 6/8] media: i2c: add DS90UB960 driver
` [PATCH v4 7/8] media: i2c: add DS90UB913 driver
` [PATCH v4 8/8] media: i2c: add DS90UB953 driver

[PATCH v2] samples/bpf: fix typo in README
 2022-11-01 14:30 UTC  (2+ messages)

[PATCH] drm/radeon: Use a local mutex for bind/unbind protection
 2022-11-01 14:29 UTC  (2+ messages)

[PATCH] drm/amd/display (gcc13): fix enum mismatch
 2022-11-01 14:28 UTC  (3+ messages)

[GIT PULL] KVM changes for 6.1-rc4
 2022-11-01 14:24 UTC 

[PATCH] hwmon: (jc42) Consistently use bit and bitfield macros in the driver
 2022-11-01 14:24 UTC  (2+ messages)

RE: [PATCH bpf-next] selftests/bpf: Fix strncpy() fortify warning
 2022-11-01 14:23 UTC  (4+ messages)
`  "

drivers/remoteproc/rcar_rproc.c:45:20: sparse: sparse: incorrect type in argument 1 (different address spaces)
 2022-11-01 14:18 UTC 

[PATCH v2] proc: add byteorder file
 2022-11-01 14:18 UTC  (3+ messages)

[PATCH v2 0/3] A few cleanup patches for blk-iolatency.c
 2022-11-01 14:17 UTC  (2+ messages)

[PATCH v2 0/5] pci_endpoint_test: Fix the return value of IOCTLs
 2022-11-01 14:15 UTC  (6+ messages)
` [PATCH v2 2/5] tools: PCI: Fix parsing "

Re:Re: [PATCH v3] PCI: Add vendor ID for QUECTEL
 2022-11-01 14:10 UTC  (2+ messages)
`  "

[tip:x86/sgx] BUILD SUCCESS 7b72c823ddf8aaaec4e9fb28e6fbe4d511e7dad1
 2022-11-01 14:09 UTC 

[tip:x86/misc] BUILD SUCCESS 00ed1eabcc3b785aecf6f6cbb41d7b436bb54d28
 2022-11-01 14:09 UTC 

[tip:ras/core] BUILD SUCCESS 50865c14f34edbd03f8113147fac069b39f4e390
 2022-11-01 14:09 UTC 

[PATCH] ftrace: Fix use-after-free for dynamic ftrace_ops
 2022-11-01 14:07 UTC  (2+ messages)

[PATCH] efi: Add iMac Pro 2017 to uefi skip cert quirk
 2022-11-01 14:06 UTC  (3+ messages)

[PATCH v1 0/7] vfio-ccw parent rework
 2022-11-01 14:05 UTC  (4+ messages)
` [PATCH v1 4/7] vfio/ccw: move private to mdev lifecycle

[PATCH v4] random: remove early archrandom abstraction
 2022-11-01 14:05 UTC  (6+ messages)
` [PATCH v5] "

[PATCH net-next v6 0/6] Add new PCP and APPTRUST attributes to dcbnl
 2022-11-01 14:04 UTC  (5+ messages)
` [PATCH net-next v6 1/6] net: dcb: add new pcp selector to app object
` [PATCH net-next v6 2/6] net: dcb: add new apptrust attribute

[PATCH v2] x86/cpu: replacing the open-coded shift with BIT(x)
 2022-11-01 14:05 UTC  (5+ messages)

[PATCH i-g-t v2 0/4] Add support for KUnit tests
 2022-11-01 14:04 UTC  (7+ messages)
` [PATCH i-g-t v2 4/4] tests: DRM selftests: switch to KUnit
  ` [igt-dev] "

[PATCH] staging: wlan-ng: Use flexible-array for one / zero-length arrays
 2022-11-01 13:56 UTC  (3+ messages)

[PATCH v6 1/4] mm/slub: enable debugging memory wasting of kmalloc
 2022-11-01 13:55 UTC  (11+ messages)

[syzbot] KASAN: use-after-free Read in gsm_cleanup_mux
 2022-11-01 13:52 UTC 

[RFC PATCH 0/2] tracing/user_events: Remote write ABI
 2022-11-01 13:52 UTC  (4+ messages)

[PATCH bpf-next v2 0/3] bpf/verifier: Use kmalloc_size_roundup() to match ksize() usage
 2022-11-01 13:52 UTC  (7+ messages)
` [PATCH bpf-next v2 1/3] bpf/verifier: Fix potential memory leak in array reallocation
` [PATCH bpf-next v2 2/3] bpf/verifier: Use kmalloc_size_roundup() to match ksize() usage

How to convert I/O iterators to iterators, sglists and RDMA lists
 2022-11-01 13:51 UTC  (6+ messages)

[PATCH v2 0/7] wlan-ng: Unused code clean-up patch set
 2022-11-01 13:50 UTC  (8+ messages)
` [PATCH v2 1/7] staging: wlan-ng: Remove unused struct wlan_ie_ssid references
` [PATCH v2 2/7] staging: wlan-ng: Remove unused struct wlan_ie_supp_rates references
` [PATCH v2 3/7] staging: wlan-ng: Remove unused struct wlan_ie_tim references
` [PATCH v2 4/7] staging: wlan-ng: Remove unused struct wlan_ie_ibss_parms references
` [PATCH v2 5/7] staging: wlan-ng: Remove unused struct p80211macarray definition
` [PATCH v2 6/7] staging: wlan-ng: Remove unused function declarations
` [PATCH v2 7/7] staging: wlan-ng: Remove unused structure definitions

[PATCH v1] platform/x86: intel_pmc_core: promote S0ix failure warn() to WARN()
 2022-11-01 13:50 UTC  (9+ messages)

[PATCH v2 0/3] tools/perf: Fix perf probe crash by clang DWARF5 file
 2022-11-01 13:48 UTC  (4+ messages)
` [PATCH v2 1/3] tools/perf: Fix to avoid crashing if DW_AT_decl_file is NULL
` [PATCH v2 2/3] tools/perf: Fix to use dwarf_attr_integrate for generic attr accessor
` [PATCH v2 3/3] tools/perf: Fix to get declared file name from clang DWARF5

[PATCH 4.19 000/229] 4.19.262-rc1 review
 2022-11-01 13:44 UTC  (7+ messages)
` [PATCH 4.19 092/229] once: add DO_ONCE_SLOW() for sleepable contexts

[PATCH v16 0/3] Add TDX Guest Attestation support
 2022-11-01 13:43 UTC  (9+ messages)
` [PATCH v16 2/3] virt: Add TDX guest driver
` [PATCH v16 3/3] selftests: tdx: Test TDX attestation GetReport support

[PATCH] drm/imx: imx-tve: Fix return type of imx_tve_connector_mode_valid
 2022-11-01 13:41 UTC  (2+ messages)

[PATCH] drm/imx: Kconfig: Remove duplicated 'select DRM_KMS_HELPER' line
 2022-11-01 13:41 UTC  (2+ messages)

[PATCH RESEND v9] riscv: add riscv rethook implementation
 2022-11-01 13:40 UTC  (2+ messages)

Linux 6.1-rc3 build fail in include/linux/bpf.h
 2022-11-01 13:39 UTC  (6+ messages)

[RFC PATCH v3 0/2] AX45MP: Add support to non-coherent DMA
 2022-11-01 13:38 UTC  (3+ messages)
` [RFC PATCH v3 2/2] soc: renesas: Add L2 cache management for RZ/Five SoC

linux interprets an fcntl int arg as long
 2022-11-01 13:35 UTC  (9+ messages)

[PATCH 0/3] tools/perf: Fix perf probe crash by broken DWARF file
 2022-11-01 13:29 UTC  (5+ messages)
` [PATCH 1/3] tools/perf: Fix to avoid crashing with a "
` [PATCH 2/3] tools/perf: Fix to use dwarf_attr_integrate for generic attr accessor
` [PATCH 3/3] tools/perf: Fix to get declared file name from broken DWARF5

[PATCH] Documentation: process: Describe kernel version prefix for third option
 2022-11-01 13:30 UTC  (2+ messages)

[PATCH AUTOSEL 6.0 01/34] media: rkisp1: Fix source pad format configuration
 2022-11-01 13:27 UTC  (3+ messages)
` [PATCH AUTOSEL 6.0 15/34] media: atomisp-ov2680: Fix ov2680_set_fmt()

[PATCH v3 2/2] mfd: max597x: Add support for MAX5970 and MAX5978
 2022-11-01 13:18 UTC  (2+ messages)

[PATCH v10 0/7] Wave5 codec driver
 2022-11-01 13:17 UTC  (3+ messages)

[v2 0/3] upport pwm/tach driver for aspeed ast26xx
 2022-11-01 13:14 UTC  (3+ messages)
` [v2 3/3] hwmon: Add Aspeed ast2600 TACH support

[PATCH v4 0/7] mm: Remember a/d bits for migration entries
 2022-11-01 13:13 UTC  (7+ messages)
` [PATCH v4 4/7] mm/thp: Carry over dirty bit when thp splits on pmd
  ` dpkg fails on sparc64 (was: [PATCH v4 4/7] mm/thp: Carry over dirty bit when thp splits on pmd)

[patch v11 0/6] support concurrent sync io for bfq on a specail occasion
 2022-11-01 13:10 UTC  (2+ messages)

[Intel-gfx] [PATCH v7 0/9] dyndbg: drm.debug adaptation
 2022-11-01 13:09 UTC  (12+ messages)

[PATCH] dt-bindings: examples: add a list of templates and solutions
 2022-11-01 13:07 UTC  (2+ messages)

[PATCH v3 0/9] TI-Nspire cleanups
 2022-11-01 13:04 UTC  (8+ messages)
` [PATCH v3 2/9] ARM: dts: nspire: Use syscon-reboot to handle restart

[PATCH] sched: consider WF_SYNC to find idle siblings
 2022-11-01 12:58 UTC  (3+ messages)

[PATCH] net/smc: Fix possible leaked pernet namespace in smc_init()
 2022-11-01 12:54 UTC  (2+ messages)

[PATCH V2 0/4] Add DeInit support in the PCIe Endpoint framework
 2022-11-01 12:54 UTC  (3+ messages)
` [PATCH V2 4/4] PCI: endpoint: Add deinit in epf test driver

[PATCH v3] ASoC: cs42xx8-i2c.c: add module device table for of
 2022-11-01 12:53 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 read-only IMAP folder(s) and NNTP newsgroup(s).