linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-08-03 11:35:51 to 2022-08-03 14:49:40 UTC [more...]

[PATCH] x86,mm: print likely CPU at segfault time
 2022-08-03 14:49 UTC  (2+ messages)

[GIT PULL] printk for 5.20
 2022-08-03 14:46 UTC  (4+ messages)

[RFC PATCH 0/3] Rename "cifs" module to "smbfs"
 2022-08-03 14:45 UTC  (5+ messages)

[PATCH 3/3] hwmon: (occ) Check for device property for setting OCC active during probe
 2022-08-03 14:44 UTC  (3+ messages)

[PATCH v7 00/14] KVM: mm: fd-based approach for supporting KVM guest private memory
 2022-08-03 14:42 UTC  (5+ messages)
` [PATCH v7 09/14] KVM: Extend the memslot to support fd-based "

[PATCH 0/3] KVM: x86: Intel PERF_CAPABILITIES fix and cleanups
 2022-08-03 14:37 UTC  (4+ messages)
` [PATCH 1/3] KVM: x86: Refresh PMU after writes to MSR_IA32_PERF_CAPABILITIES

[PATCH] scsi: iscsi: iscsi_tcp: Fix null-ptr-deref while calling getpeername()
 2022-08-03 14:34 UTC  (2+ messages)

[PATCH v2] regulator: core: Resolve supply name earlier to prevent double-init
 2022-08-03 14:33 UTC 

[GIT PULL] Kselftest update for Linux 5.20-rc1
 2022-08-03 14:32 UTC  (5+ messages)

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

[PATCH] drm/nouveau: recognise GA103
 2022-08-03 14:27 UTC 

[PATCH] selftests: kvm: Fix a compile error in selftests/kvm/rseq_test.c
 2022-08-03 14:26 UTC  (4+ messages)

[PATCH v3 0/6] drm/msm/dsi regulator improvements
 2022-08-03 14:25 UTC  (12+ messages)
` [PATCH v3 2/6] drm/msm/dsi: Fix number of regulators for SDM660
` [PATCH v3 4/6] drm/msm/dsi: Use the new regulator bulk feature to specify the load
` [PATCH v3 5/6] drm/msm/dsi: Take advantage of devm_regulator_bulk_get_const()
` [PATCH v3 6/6] drm/msm/dsi: Improve dsi_phy_driver_probe() probe error handling

[PATCH v5 00/22] TDX host kernel support
 2022-08-03 14:22 UTC  (18+ messages)
` [PATCH v5 07/22] x86/virt/tdx: Implement SEAMCALL function
` [PATCH v5 12/22] x86/virt/tdx: Convert all memory regions in memblock to TDX memory

[PATCH 0/8] Update ADSP pil loader for SC7280 platform
 2022-08-03 14:21 UTC  (9+ messages)
` [PATCH 1/8] dt-bindings: remoteproc: qcom: adsp: Make ADSP pil loader as generic
` [PATCH 2/8] dt-bindings: remoteproc: qcom: adsp: Add compatible name for SC7280
` [PATCH 3/8] remoteproc: qcom: Add compatible name for SC7280 ADSP
` [PATCH 4/8] remoteproc: qcom: Update hard coded values with macros
` [PATCH 5/8] remoteproc: qcom: Add efuse evb selection control
` [PATCH 6/8] remoteproc: qcom: Add flag in adsp private data structure
` [PATCH 7/8] remoteproc: qcom: Add support for memory sandbox
` [PATCH 8/8] remoteproc: qcom: Update QDSP6 out-of-reset timeout value

[PATCH 0/3] spi: stm32-qspi: some cleanup
 2022-08-03 14:16 UTC  (4+ messages)
` [PATCH 1/3] spi: stm32-qspi: Remove stm32_qspi_wait_poll_status() unused parameter
` [PATCH 2/3] spi: stm32-qspi: Remove stm32_qspi_get_mode() "
` [PATCH 3/3] spi: stm32-qspi: Remove unused stm32_qspi_wait_cmd() parameter

[GIT PULL] Driver core changes for 6.0-rc1
 2022-08-03 14:16 UTC 

[RFC PATCH 0/2] add support for CDX bus MSI domain
 2022-08-03 14:16 UTC  (8+ messages)
` [RFC PATCH 1/2] irqchip: cdx-bus: add cdx-MSI domain with gic-its domain as parent
` [RFC PATCH 2/2] driver core: add compatible string in sysfs for platform devices

linux-next: manual merge of the vfs tree with the origin tree
 2022-08-03 14:14 UTC  (2+ messages)

[xfs] 016a23388c: stress-ng.xattr.ops_per_sec 58.4% improvement
 2022-08-03 14:11 UTC  (5+ messages)
  ` [LKP] "

[GIT PULL] USB / Thunderbolt driver changes for 6.0-rc1
 2022-08-03 14:10 UTC 

[GIT PULL] SPDX update for 6.0-rc1
 2022-08-03 14:09 UTC 

[GIT PULL] Char/Misc driver changes for 6.0-rc1
 2022-08-03 14:09 UTC 

[RFC PATCH v3 0/9] vsock: updates for SO_RCVLOWAT handling
 2022-08-03 14:07 UTC  (10+ messages)
` [RFC PATCH v3 1/9] vsock: SO_RCVLOWAT transport set callback
` [RFC PATCH v3 2/9] hv_sock: disable SO_RCVLOWAT support
` [RFC PATCH v3 3/9] virtio/vsock: use 'target' in notify_poll_in callback
` [RFC PATCH v3 4/9] vmci/vsock: "
` [RFC PATCH v3 5/9] vsock: pass sock_rcvlowat to notify_poll_in as target
` [RFC PATCH v3 6/9] vsock: add API call for data ready
` [RFC PATCH v3 7/9] virtio/vsock: check SO_RCVLOWAT before wake up reader
` [RFC PATCH v3 8/9] vmci/vsock: "
` [RFC PATCH v3 9/9] vsock_test: POLLIN + SO_RCVLOWAT test

[PATCH] sched/debug: avoid executing show_state and causing rcu stall warning
 2022-08-03 14:06 UTC  (3+ messages)

[RFC PATCH 0/8] x86_64: Harden compressed kernel, part 1
 2022-08-03 14:05 UTC  (6+ messages)

[PATCHv7 00/14] mm, x86/cc: Implement support for unaccepted memory
 2022-08-03 14:02 UTC  (5+ messages)
` [PATCHv7 10/14] x86/mm: Avoid load_unaligned_zeropad() stepping into "

[v4.9 PATCH v2 1/6] include/uapi/linux/swab.h: fix userspace breakage, use __BITS_PER_LONG for swap
 2022-08-03 14:01 UTC  (4+ messages)
` [v4.9 PATCH v2 6/6] random: move rand_initialize() earlier
    ` [v4.9 PATCH v3 6/6] random: only call boot_init_stack_canary() once

[for-next][PATCH 0/5] tracing: Final clean ups for 5.20 (or 6.0)
 2022-08-03 13:55 UTC  (6+ messages)
` [for-next][PATCH 1/5] tracing: Use free_trace_buffer() in allocate_trace_buffers()
` [for-next][PATCH 2/5] tracepoints: It is CONFIG_TRACEPOINTS not CONFIG_TRACEPOINT
` [for-next][PATCH 3/5] scripts/tracing: Fix typo the the in comment
` [for-next][PATCH 4/5] tracing/eprobe: Show syntax error logs in error_log file
` [for-next][PATCH 5/5] tracing: Use alignof__(struct {type b;}) instead of offsetof()

[RFC PATCH 1/2] psi: introduce memory.pressure.stat
 2022-08-03 13:55 UTC  (2+ messages)

[PATCH 2/2] mm: Remember young bit for page migrations
 2022-08-03 13:53 UTC  (3+ messages)

[PATCH v2] modpost: refactor get_secindex()
 2022-08-03 13:50 UTC 

[PATCH v2 1/1] bpf: Drop unprotected find_vpid() in favour of find_get_pid()
 2022-08-03 13:48 UTC 

[PATCH v3] btrfs: fix alginment of VMA for memory mapped files on THP
 2022-08-03 13:40 UTC  (2+ messages)

imx8mm lcdif->dsi->adv7535 no video, no errors
 2022-08-03 13:41 UTC  (15+ messages)

[syzbot] INFO: trying to register non-static key in rxe_cleanup_task
 2022-08-03 13:40 UTC  (2+ messages)

[PATCH 0/4] Add driver for CSI2 and CRU modules found on Renesas RZ/G2L SoC
 2022-08-03 13:37 UTC  (7+ messages)
` [PATCH 1/4] media: dt-bindings: media: Document RZ/G2L CSI-2 block
` [PATCH 2/4] media: dt-bindings: media: Document RZ/G2L CRU

[PATCH] modpost: refactor get_secindex()
 2022-08-03 13:32 UTC  (3+ messages)

[PATCH v1 1/3] perf vendor events: Remove bad broadwellde uncore events
 2022-08-03 13:33 UTC  (2+ messages)

[PATCH] ARM: pxa: Fix a memory leak in pxa310_otg_exit()
 2022-08-03 13:31 UTC  (2+ messages)

[PATCH 0/2] Add support for Microchip QSPI controller
 2022-08-03 13:29 UTC  (6+ messages)
` [PATCH 1/2] spi: dt-binding: add Microchip CoreQSPI compatible

[PATCH] mm: vmscan: fix extreme overreclaim and swap floods
 2022-08-03 13:28 UTC  (3+ messages)

linux-next: build failure after merge of the thermal tree
 2022-08-03 13:24 UTC  (2+ messages)

[PATCH v8 00/39] KVM: x86: hyper-v: Fine-grained TLB flush + L2 TLB flush features
 2022-08-03 13:22 UTC  (4+ messages)
` [PATCH v8 33/39] KVM: selftests: nVMX: Allocate Hyper-V partition assist page

[PATCH] mm: mempolicy: fix policy_nodemask() for MPOL_PREFERRED_MANY case
 2022-08-03 21:08 UTC  (14+ messages)

[PATCH] mm/x86: Use SWP_TYPE_BITS in 3-level swap macros
 2022-08-03 13:18 UTC  (2+ messages)

[PATCH] video: fbdev: i740fb: Check the argument of i740_calc_vclk()
 2022-08-03 13:16 UTC  (2+ messages)

[PATCH] video: fbdev: arkfb: Fix a divide-by-zero bug in ark_set_pixclock()
 2022-08-03 13:16 UTC  (2+ messages)

[PATCH] audit, io_uring, io-wq: Fix memory leak in io_sq_thread() and io_wqe_worker()
 2022-08-03 13:16 UTC  (2+ messages)

[PATCH v4 0/4] Introduce security_create_user_ns()
 2022-08-03 13:13 UTC  (4+ messages)
` [PATCH v4 1/4] security, lsm: "

[asahilinux:bits/020-t6000-dart 7/11] drivers/iommu/apple-dart.c:345:62: error: passing argument 1 of 'atomic64_read' from incompatible pointer type
 2022-08-03 13:12 UTC 

[PATCH v2 0/4] hwrng: virtio - add an internal buffer
 2022-08-03 13:12 UTC  (8+ messages)
` [PATCH v2 4/4] hwrng: virtio - always add a pending request

[PATCH v4 0/3] iio: accel: add MSA311 accelerometer driver
 2022-08-03 13:11 UTC  (4+ messages)
` [PATCH v4 1/3] dt-bindings: vendor-prefixes: add MEMSensing Microsystems Co., Ltd
` [PATCH v4 2/3] iio: add MEMSensing MSA311 3-axis accelerometer driver
` [PATCH v4 3/3] dt-bindings: iio: accel: add dt-binding schema for msa311 accel driver

[PATCH v10 00/12] iommu: SVA and IOPF refactoring
 2022-08-03 13:07 UTC  (10+ messages)
` [PATCH v10 04/12] iommu: Add attach/detach_dev_pasid iommu interface

[PATCH RESEND v2] sched/fair: Remove unused parameter idle of _nohz_idle_balance()
 2022-08-03 13:02 UTC 

[PATCH v2 1/2] KVM: x86/svm/pmu: Direct access pmu->gp_counter[] to implement amd_*_to_pmc()
 2022-08-03 13:01 UTC  (2+ messages)
` [PATCH v2 2/2] KVM: x86/svm/pmu: Rewrite get_gp_pmc_amd() for more counters scalability

[PATCH] net: usb: cdc_mbim: adding Microsoft mobile broadband modem
 2022-08-03 12:55 UTC  (3+ messages)

[PATCH V2] PCI/ASPM: Save/restore L1SS Capability for suspend/resume
 2022-08-03 12:55 UTC  (8+ messages)

[PATCH] iommu/arm-smmu-v3: fixed check process for disable_bypass module parameter
 2022-08-03 12:54 UTC  (4+ messages)

[PATCH v2 net 0/4] Do not use RT_TOS for IPv6 flowlabel
 2022-08-03 12:40 UTC  (4+ messages)
` [PATCH v2 net 1/4] geneve: do "

[syzbot] WARNING: refcount bug in sk_psock_get (2)
 2022-08-03 12:41 UTC  (2+ messages)
` [PATCH v4] net: fix "

[PATCH 0/5] Add dma-buf secure-heap
 2022-08-03 12:40 UTC  (7+ messages)
` [PATCH 2/5] ANDROID: dma-buf: heaps: Add a shrinker controlled page pool
` [PATCH 3/5] dma-buf: heaps: add Linaro secure dmabuf heap support
    ` [EXT] "

[PATCH linux-next] staging: greybus:using the
 2022-08-03 12:34 UTC  (5+ messages)
  ` [greybus-dev] "

[PATCH 0/2] phy: qcom: drop regulator loads
 2022-08-03 12:33 UTC  (3+ messages)
` [PATCH 1/2] phy: qcom-qmp-combo: "
` [PATCH 2/2] phy: qcom-edp: "

[PATCH][next] usb: typec: ucsi: stm32g0: Fix spelling mistake "booloader" -> "bootloader"
 2022-08-03 12:30 UTC 

[PATCH v2] usb: cdns3: change place of NULL check in cdns3_gadget_ep_enable()
 2022-08-03 12:26 UTC  (2+ messages)

linux-next: manual merge of the overlayfs tree with the origin tree
 2022-08-03 12:26 UTC 

[PATCH 0/3] arm64: dts: qcom: sc8280xp: disallow regulator mode switches
 2022-08-03 12:19 UTC  (4+ messages)
` [PATCH 1/3] arm64: dts: qcom: sc8280xp-crd: "
` [PATCH 2/3] arm64: dts: qcom: sc8280xp-lenovo-thinkpad-x13s: "
` [PATCH 3/3] arm64: dts: qcom: sa8295p-adp: "

drivers/crypto/qcom-rng.c:190:34: warning: 'qcom_rng_of_match' defined but not used
 2022-08-03 12:25 UTC  (3+ messages)
` [PATCH] crypto: qcom-rng - Fix qcom_rng_of_match unused warning

[PATCH v1 1/1] leds: bcm6328: Get rid of custom led_init_default_state_get()
 2022-08-03 12:21 UTC  (3+ messages)

[PATCH 0/9] sched/psi: some optimization and extension
 2022-08-03 12:17 UTC  (5+ messages)
` [PATCH 8/9] sched/psi: add kernel cmdline parameter psi_inner_cgroup

RIP: 0010:qede_load+0x128d/0x13b0 [qede] - 5.19.0
 2022-08-03 12:13 UTC  (3+ messages)

[PATCH] staging: r8188eu: convert rtw_p2p_enable to correct error code semantics
 2022-08-03 12:11 UTC  (2+ messages)

[PATCH backport for 5.10] tun: avoid double free in tun_free_netdev
 2022-08-03 12:08 UTC  (2+ messages)

[PATCH v3] net/smc: fix refcount bug in sk_psock_get (2)
 2022-08-03 12:07 UTC  (2+ messages)

[PATCH] media: dvb_ringbuffer : Fix a bug in dvb_ringbuffer.c
 2022-08-03 12:04 UTC  (5+ messages)

[PATCH] random: handle archrandom in plural words
 2022-08-03 12:01 UTC  (5+ messages)
` [PATCH v2] "

[PATCH] sbitmap: fix possible io hung due to lost wakeup
 2022-08-03 12:15 UTC 

[PATCH 1/2] irqchip/loongson-eiointc: Check hwirq overflow
 2022-08-03 11:58 UTC  (4+ messages)

linux-next: manual merge of the overlayfs tree with the origin tree
 2022-08-03 11:58 UTC 

[PATCH bpf-next v1] bpf, iter: clean up bpf_seq_read()
 2022-08-03 11:53 UTC  (5+ messages)

linux-next: Tree for Aug 2
 2022-08-03 11:51 UTC  (3+ messages)

[PATCH] powerpc/ppc-opcode: Fix PPC_RAW_TW()
 2022-08-03 11:47 UTC 

[PATCH 5.4] thermal: Fix NULL pointer dereferences in of_thermal_ functions
 2022-08-03 11:46 UTC  (2+ messages)

[PATCH v15 mfd 0/9] add support for VSC7512 control over SPI
 2022-08-03 11:45 UTC  (3+ messages)
` [PATCH v15 mfd 9/9] mfd: ocelot: add support for the vsc7512 chip via spi

[PATCH v2 00/13] The panic notifiers refactor strikes back - fixes/clean-ups
 2022-08-03 11:44 UTC  (5+ messages)
` [PATCH v2 08/13] tracing: Improve panic/die notifiers

[PATCH] soc: sof: fix clang -Wformat warnings
 2022-08-03 11:44 UTC  (3+ messages)

[PATCH v1 1/1] leds: mt6360: Get rid of custom led_init_default_state_get()
 2022-08-03 11:44 UTC  (2+ messages)

[V12,0/7] Enable two hardware jpeg encoder for MT8195
 2022-08-03 11:35 UTC  (3+ messages)
` [V12,3/7] mtk-jpegenc: manage jpegenc multi-hardware


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