linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-10-04 10:16:40 to 2022-10-04 13:03:04 UTC [more...]

[PATCH 1/1] dt-bindings: iommu: arm-smmu: Add binding for sm6125
 2022-10-04 12:59 UTC  (2+ messages)

[syzbot] upstream boot error: WARNING in netlink_ack
 2022-10-04 12:57 UTC 

[PATCH v2] mmc: core: SD: Add BROKEN-SD-DISCARD quirk
 2022-10-04 12:57 UTC  (4+ messages)

drivers/gpu/drm/amd/amdgpu/../display/dc/dcn314/dcn314_resource.c:124:29: warning: unused variable 'DCN_BASE'
 2022-10-04 12:56 UTC 

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

[cilium:pr/bpf-tc-links4 1/10] include/net/xtc.h:143:8: error: no member named 'tc_index' in 'struct sk_buff'
 2022-10-04 12:56 UTC 

[RFC/PATCH] backlight: hx8357: prepare to conversion to gpiod API
 2022-10-04 12:54 UTC  (3+ messages)

[PATCH v1 1/1] pinctrl: st: Avoid using of_node member of struct gpio_chip
 2022-10-04 12:54 UTC 

[PATCH V1] PCI: dwc: Use dev_info for PCIe link down event logging
 2022-10-04 12:53 UTC  (6+ messages)

[PATCH] mm: /proc/pid/smaps_rollup: fix no vma's null-deref
 2022-10-04 12:53 UTC  (2+ messages)

[PATCH V3 0/3] vdpa: device feature provisioning
 2022-10-04 12:46 UTC  (3+ messages)
` [PATCH V3 2/3] vdpa_sim_net: support "

[PATCH v5 0/1] Fixup instructions around mailing recipients
 2022-10-04 12:48 UTC  (2+ messages)
` [PATCH v5 1/1] Documentation/process: Be more explicit about who to mail on patch submission

[PATCH v7 0/5] Parse CONFIG_CMDLINE in compressed kernel
 2022-10-04 12:48 UTC  (6+ messages)
` [PATCH v7 1/5] x86/boot: Add strlcat() and strscpy() to "
` [PATCH v7 2/5] x86: Add cmdline_prepare() helper
` [PATCH v7 3/5] x86/setup: Use cmdline_prepare() in setup.c
` [PATCH v7 4/5] x86/boot: Use cmdline_prapare() in compressed kernel
` [PATCH v7 5/5] x86/boot: Remove no longer needed includes

"Unloaded tainted modules:" prints repeated wrong value
 2022-10-04 12:47 UTC 

[RFC 0/3] Enable runtime PM more broadly
 2022-10-04 12:46 UTC  (5+ messages)
` [RFC 1/3] thunderbolt: Allow XHCI device links to enter runtime pm

[PATCH v4 0/5] iommu/s390: Fixes related to attach and aperture handling
 2022-10-04 12:43 UTC  (7+ messages)
` [PATCH v4 1/5] iommu/s390: Fix duplicate domain attachments
` [PATCH v4 2/5] iommu/s390: Get rid of s390_domain_device
` [PATCH v4 3/5] iommu/s390: Fix potential s390_domain aperture shrinking
` [PATCH v4 4/5] iommu/s390: Fix incorrect aperture check
` [PATCH v4 5/5] iommu/s390: Fix incorrect pgsize_bitmap

[PATCH -next] io_uring: Add missing inline to io_uring_cmd_import_fixed() dummy
 2022-10-04 12:39 UTC 

[PATCH v1 0/6] add support for MT8195 VPPSYS on MMSYS and MUTEX
 2022-10-04 12:38 UTC  (5+ messages)
  ` [PATCH v1 2/6] dts: arm64: mt8195: add MMSYS and MUTEX configuration for VPPSYS
  ` [PATCH v1 4/6] soc: mediatek: mmsys: add config api for RSZ switching and DCM
  ` [PATCH v1 3/6] soc: mediatek: mmsys: add support for MT8195 VPPSYS
  ` [PATCH v1 5/6] soc: mediatek: mutex: Add mtk_mutex_set_mod support to set MOD1

[cilium:pr/bpf-tc-links4 1/10] net/core/dev.c:4046:12: error: call to undeclared function 'tc_run'; ISO C99 and later do not support implicit function declarations
 2022-10-04 12:35 UTC 

[PATCH v6 0/5] Parse CONFIG_CMDLINE in compressed kernel
 2022-10-04 12:33 UTC  (4+ messages)
` [PATCH v6 2/5] x86: Add cmdline_prepare() helper

[PATCH v1 0/3] coding-style.rst: document BUG() and WARN() rules
 2022-10-04 12:32 UTC  (6+ messages)
` [PATCH v1 1/3] coding-style.rst: document BUG() and WARN() rules ("do not crash the kernel")

Planned changes for bugzilla.kernel.org to reduce the "Bugzilla blues"
 2022-10-04 12:32 UTC  (21+ messages)

[PATCH -next] arm64: alternatives: Use vdso/bits.h instead of linux/bits.h
 2022-10-04 12:30 UTC  (2+ messages)

[External] : Re: [syzbot] upstream boot error: WARNING in netlink_ack
 2022-10-04 12:29 UTC 

[resend, PATCH v1 1/1] platform/x86: int3472: Don't leak reference on error
 2022-10-04 12:26 UTC 

[PATCH v1 1/1] platform/x86: int3472: Don't leak reference on error
 2022-10-04 12:24 UTC 

[PATCH v2 0/3] mm/hugetlb: Fix selftest failures with write check
 2022-10-04 12:20 UTC  (7+ messages)
` [PATCH v2 1/3] mm/hugetlb: Fix race condition of uffd missing/minor handling
` [PATCH v2 2/3] mm/hugetlb: Use hugetlb_pte_stable in migration race check
` [PATCH v2 3/3] mm/selftest: uffd: Explain the write missing fault check

[RFC PATCH 1/1] drm/bridge: ti-sn65dsi83: Remove burst mode
 2022-10-04 12:15 UTC  (2+ messages)

[PATCH v3 net-next 00/14] add support for the the vsc7512 internal copper phys
 2022-10-04 12:15 UTC  (4+ messages)
` [PATCH v3 net-next 12/14] dt-bindings: net: dsa: ocelot: add ocelot-ext documentation

[PATCH 0/5] perf tools: Clean up cpu map handling for system-wide evsel (v3)
 2022-10-04 12:14 UTC  (3+ messages)
` [PATCH 2/5] libperf: Propagate maps only if necessary

[PATCH v3 0/5] device property: Consitify a few APIs and
 2022-10-04 12:11 UTC  (2+ messages)

[PATCH] dt-bindings: display: panel: use spi-peripheral-props.yaml
 2022-10-04 12:09 UTC 

[PATCH v3 00/23] Improvements to Intel perf metrics
 2022-10-04 12:09 UTC  (2+ messages)

[PATCH v6, 0/8] Support H264 multi-core encoder on MT8195
 2022-10-04 12:08 UTC  (5+ messages)
` [PATCH v6, 6/8] media: mediatek: vcodec: Refactor encoder clock on/off function
` [PATCH v6, 8/8] media: mediatek: vcodec: Return encoding result in asynchronous mode

[PATCH v2 0/3] iommu/mediatek: Add mt8365 iommu support
 2022-10-04 12:01 UTC  (7+ messages)
` [PATCH v2 1/3] dt-bindings: iommu: mediatek: add binding documentation for MT8365 SoC
` [PATCH v2 2/3] iommu/mediatek: add support for 6-bit encoded port IDs
` [PATCH v2 3/3] iommu/mediatek: add support for MT8365 SoC

[PATCH 1/8] dt-bindings: iio: addac: adi,ad74413r: use spi-peripheral-props.yaml
 2022-10-04 11:56 UTC  (8+ messages)
` [PATCH 2/8] dt-bindings: iio: addac: adi,ad74413r: improve example
` [PATCH 3/8] dt-bindings: iio: frequency: use spi-peripheral-props.yaml
` [PATCH 4/8] dt-bindings: iio: gyroscope: "
` [PATCH 5/8] dt-bindings: iio: imu: adi,adis16475: "
` [PATCH 6/8] dt-bindings: iio: pressure: "
` [PATCH 7/8] dt-bindings: iio: proximity: ams,as3935: "
` [PATCH 8/8] dt-bindings: iio: resolver: adi,ad2s90: "

[PATCH v1 00/17] Add MT8195 HDMI support
 2022-10-04 11:55 UTC  (8+ messages)
` [PATCH v1 17/17] drm/mediatek: Add mt8195-dpi support to drm_drv

[6.0.0-rc7] [net-next] [HNV] WARNING: CPU: 3 PID: 0 at drivers/net/ethernet/mellanox/mlx5/core/en_rx.c:897 mlx5e_poll_ico_cq+0x4a0/0x570 [mlx5_core]
 2022-10-04 11:53 UTC 

[6.0.0-rc7] [net-next] [HNV] WARNING: CPU: 3 PID: 0 at drivers/net/ethernet/mellanox/mlx5/core/en_rx.c:897 mlx5e_poll_ico_cq+0x4a0/0x570 [mlx5_core]
 2022-10-04 11:52 UTC 

Sum of weights idea for CFS PI
 2022-10-04 11:50 UTC  (4+ messages)

linux-next: Signed-off-by missing for commit in the xfs tree
 2022-10-04 11:50 UTC  (3+ messages)

[PATCH 0/6] Add _opts variant for bpf_*_get_fd_by_id()
 2022-10-04 11:48 UTC  (7+ messages)
` [PATCH 1/6] libbpf: Fix LIBBPF_1.0.0 declaration in libbpf.map
` [PATCH 2/6] libbpf: Define bpf_get_fd_opts and introduce bpf_map_get_fd_by_id_opts()
` [PATCH 3/6] libbpf: Introduce bpf_prog_get_fd_by_id_opts()
` [PATCH 4/6] libbpf: Introduce bpf_btf_get_fd_by_id_opts()
` [PATCH 5/6] libbpf: Introduce bpf_link_get_fd_by_id_opts()
` [PATCH 6/6] selftests/bpf: Add tests for _opts variants of bpf_*_get_fd_by_id()

[RFC/RFT PATCH resend] thermal: Protect thermal device operations against thermal device removal
 2022-10-04 11:49 UTC  (2+ messages)

[PATCH linux-next] arm64/idreg: use strscpy() is more robust and safer
 2022-10-04 11:48 UTC  (2+ messages)

[PATCH 5.19 000/101] 5.19.13-rc1 review
 2022-10-04 11:47 UTC  (2+ messages)

[PATCH -next v3] pinctrl: ocelot: add missing destroy_workqueue() in error path in ocelot_pinctrl_probe()
 2022-10-04 11:46 UTC  (2+ messages)

[PATCH v2 00/44] cpuidle,rcu: Clean up the mess
 2022-10-04 11:43 UTC  (12+ messages)
` [PATCH v2 12/44] cpuidle,dt: Push RCU-idle into driver
` [PATCH v2 14/44] cpuidle,cpu_pm: Remove RCU fiddling from cpu_pm_{enter,exit}()
` [PATCH v2 23/44] arm,smp: Remove trace_.*_rcuidle() usage
` [PATCH v2 38/44] cpuidle,powerdomain: Remove trace_.*_rcuidle()
` [PATCH v2 39/44] cpuidle,clk: "

[PATCH v7 00/11] rcu: call_rcu() power improvements
 2022-10-04 11:41 UTC  (3+ messages)
` [PATCH v7 02/11] rcu: Make call_rcu() lazy to save power

[PATCH 5.15 00/83] 5.15.72-rc1 review
 2022-10-04 11:41 UTC  (2+ messages)

[PATCH V15 6/9] mfd: pm8008: Use i2c_new_dummy_device() API
 2022-10-04 11:41 UTC  (10+ messages)

[PATCH 5.10 00/52] 5.10.147-rc1 review
 2022-10-04 11:39 UTC  (4+ messages)
` [PATCH 5.10 46/52] net: stmmac: power up/down serdes in stmmac_open/release

linux-next: build failure after merge of the drm tree
 2022-10-04 11:39 UTC  (5+ messages)

[PATCH v6 1/4] rcu: Make call_rcu() lazy to save power
 2022-10-04 11:35 UTC  (4+ messages)

[PATCH 5.4 00/30] 5.4.216-rc1 review
 2022-10-04 11:30 UTC  (2+ messages)

[PATCH 4.19 00/25] 4.19.261-rc1 review
 2022-10-04 11:28 UTC  (2+ messages)

[PATCH v3 1/2] dt-bindings: apple,aic: Document A7-A11 compatibles
 2022-10-04 11:27 UTC  (2+ messages)
` [PATCH v3 2/2] irqchip/apple-aic: Add support for A7-A11 SoCs

[PATCH 0/2] Add support for the AD5754 DAC
 2022-10-04 11:26 UTC  (3+ messages)
` [PATCH 1/2] dt-bindings: iio: dac: add adi,ad5754.yaml

[PATCH v5 0/3] tty: TX helpers
 2022-10-04 11:22 UTC  (5+ messages)
` [PATCH v5 1/3] tty: serial: introduce transmit helpers
` [PATCH v5 2/3] tty: serial: use uart_port_tx() helper
` [PATCH v5 3/3] tty: serial: use uart_port_tx_limited()

[PATCH 1/1] net: fec: add initial XDP support
 2022-10-04 11:21 UTC  (10+ messages)
  ` [EXT] "

[PATCH][next] ext4: remove unused string "deprecated_msg"
 2022-10-04 11:21 UTC 

[PATCH v2 1/1] net: fec: using page pool to manage RX buffers
 2022-10-04 11:18 UTC  (3+ messages)

[PATCH v5 0/2] add device Xiaomi Mi 6 (codename sagit) and board binding
 2022-10-04 11:13 UTC  (5+ messages)
` [PATCH v5 1/2] arm64: dts: qcom: sagit: add initial device tree for sagit
` [PATCH v5 2/2] dt-bindings: arm: add xiaomi,sagit board based on msm8998 chip

[PATCH v2 0/2] spi: amlogic: meson-spicc: Use pinctrl to drive CLK line when idle
 2022-10-04 11:10 UTC  (3+ messages)
` [PATCH v2 1/2] spi: dt-bindings: amlogic, meson-gx-spicc: Add pinctrl names for SPI signal states
` [PATCH v2 2/2] spi: meson-spicc: Use pinctrl to drive CLK line when idle

[PATCH] nvme-fc: fix sleep-in-atomic-context bug caused by nvme_fc_rcv_ls_req
 2022-10-04 11:10 UTC  (6+ messages)

[PATCH v2] of: Fix "dma-ranges" handling for bus controllers
 2022-10-04 11:10 UTC  (3+ messages)

[PATCH] spi: Remove the dead code
 2022-10-04 11:09 UTC  (2+ messages)

linux-next: Tree for Oct 4
 2022-10-04 11:05 UTC 

[PATCH v2 0/3] xen/pv: sanitize xen pv guest msr accesses
 2022-10-04 11:03 UTC  (5+ messages)
` [PATCH v2 1/3] xen/pv: allow pmu msr accesses to cause GP
` [PATCH v2 2/3] xen/pv: refactor msr access functions to support safe and unsafe accesses

[PATCH net-next v2 0/6] Add new PCP and APPTRUST attributes to dcbnl
 2022-10-04 10:56 UTC  (11+ messages)
` [PATCH net-next v2 1/6] net: dcb: add new pcp selector to app object

[syzbot] KASAN: slab-out-of-bounds Read in load_system_files
 2022-10-04 10:58 UTC 

[PATCH v3 0/7] scsi: libsas: Use request tag in more drivers
 2022-10-04 11:27 UTC  (8+ messages)
` [PATCH v3 1/7] scsi: libsas: Add sas_task_find_rq()
` [PATCH v3 2/7] scsi: hisi_sas: Use sas_task_find_rq()
` [PATCH v3 3/7] scsi: hisi_sas: Put reserved tags in lower region of tagset
` [PATCH v3 4/7] scsi: pm8001: Remove pm8001_tag_init()
` [PATCH v3 5/7] scsi: pm8001: Use sas_task_find_rq() for tagging
` [PATCH v3 6/7] scsi: mvsas: Delete mvs_tag_init()
` [PATCH v3 7/7] scsi: mvsas: Use sas_task_find_rq() for tagging

[PATCH 1/2] drm/i915/display: fix randconfig build
 2022-10-04 10:53 UTC  (4+ messages)
` [PATCH 2/2] drm/i915: remove circ_buf.h includes

[PATCH] bna: replace sprintf with snprintf, BNA_Q_NAME_SIZE is depends on IFNAMSIZ
 2022-10-04 10:42 UTC 

[PATCH v2 00/23] Convert to filemap_get_folios_tag()
 2022-10-04 10:51 UTC  (6+ messages)
` [PATCH v2 08/23] ceph: Convert ceph_writepages_start() to use filemap_get_folios_tag()

[PATCH v3] arm64: dts: mediatek: mt8183: disable thermal zones without trips
 2022-10-04 10:47 UTC  (2+ messages)

[RFC PATCH v4 0/3] Softirq -rt Optimizations
 2022-10-04 10:45 UTC  (3+ messages)
` [RFC PATCH v4 3/3] softirq: defer softirq processing to ksoftirqd if CPU is busy with RT

Planned changes for bugzilla.kernel.org to reduce the "Bugzilla blues"
 2022-10-04 10:45 UTC  (10+ messages)

[PATCH 1/2] ACPI: resource: do IRQ override on LENOVO IdeaPad
 2022-10-04 10:33 UTC  (2+ messages)
` [PATCH 2/2] ACPI: resource: note more about IRQ override

[RFT][PATCH v1 1/1] gpiolib: Get rid of not used of_node member
 2022-10-04 10:30 UTC 

[ANNOUNCE] 4.9.312-rt193
 2022-10-04 10:30 UTC  (2+ messages)
` [ANNOUNCE] 4.9.327-rt197

[PATCH V5 XDMA 0/2] xilinx XDMA driver
 2022-10-04 10:26 UTC  (5+ messages)
` [PATCH V5 XDMA 2/2] dmaengine: xilinx: xdma: Add user logic interrupt support

[PATCH] ELF uapi: add spaces before '{'
 2022-10-04 10:25 UTC 

[Bug report] Possible wrong condition
 2022-10-04 10:21 UTC 

[PATCH RESEND v3 net 0/5] tcp/udp: Fix memory leaks and data races around IPV6_ADDRFORM
 2022-10-04 10:21 UTC  (3+ messages)
` [PATCH RESEND v3 net 3/5] tcp/udp: Call inet6_destroy_sock() in IPv6 sk->sk_destruct()

[PATCH v2 00/39] Shadowstacks for userspace
 2022-10-04 10:17 UTC  (5+ messages)
` [PATCH v2 24/39] x86/cet/shstk: Add user-mode shadow stack support


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