linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-04-11 14:11:20 to 2022-04-11 15:48:16 UTC [more...]

[PATCH] usb: dwc3: EP clear halt leading to incorrect submission of delayed_status
 2022-04-11 15:48 UTC  (2+ messages)

[PATCH] ipc/sem: Remove redundant assignments
 2022-04-11 15:47 UTC  (2+ messages)

[PATCH v9 0/4] trace: Introduce objtrace trigger to trace the kernel object
 2022-04-11 15:47 UTC  (7+ messages)

[PATCH] mips: dts: ingenic: x1000: Add PWM device tree node
 2022-04-11 15:47 UTC  (3+ messages)

[RFC PATCH v2 0/6] ufs: set power domain performance state when scaling gears
 2022-04-11 15:43 UTC  (7+ messages)
` [RFC PATCH v2 1/6] dt-bindings: clock: qcom,gcc-sdm845: add parent power domain
` [RFC PATCH v2 2/6] dt-bindings: opp: accept array of frequencies
` [RFC PATCH v2 3/6] dt-bindings: ufs: common: add OPP table
` [RFC PATCH v2 4/6] PM: opp: allow control of multiple clocks
` [RFC PATCH v2 5/6] ufs: use PM OPP when scaling gears
` [RFC PATCH v2 6/6] arm64: dts: qcom: sdm845: control RPMHPD performance states with UFS

[PATCH] iwlwifi: iwl-dbg: Use del_timer_sync() before freeing
 2022-04-11 15:42 UTC 

[PATCH v4 0/2] Fix missing TCU clock for X1000/X1830 SoCs
 2022-04-11 15:42 UTC  (3+ messages)
` [PATCH v4 1/2] mips: dts: ingenic: Add TCU clock to x1000/x1830 tcu device node
` [PATCH v4 2/2] clk: ingenic-tcu: Fix missing TCU clock for X1000 SoCs

[Patch v6 0/4] memory: tegra: Add MC channels and error logging
 2022-04-11 15:41 UTC  (6+ messages)
` [Patch v6 3/4] dt-bindings: memory: Update reg maxitems for tegra186

[PATCH net-next v2] net/ipv6: Introduce accept_unsolicited_na knob to implement router-side changes for RFC9131
 2022-04-11 15:41 UTC  (3+ messages)

[PATCH RFC] rcu/nocb: Provide default all-CPUs mask for RCU_NOCB_CPU=y
 2022-04-11 15:41 UTC  (16+ messages)

[PATCH 00/10] drm/sun4i: Allwinner D1 Display Engine 2.0 Support
 2022-04-11 15:40 UTC  (7+ messages)
` [PATCH 03/10] drm/sun4i: Remove obsolete references to PHYS_OFFSET
` [PATCH 04/10] drm/sun4i: Allow building the driver on RISC-V
` [PATCH 05/10] drm/sun4i: csc: Add support for the new MMIO layout

[PATCH] mmc: jz4740: Apply DMA engine limits to maximum segment size
 2022-04-11 15:37 UTC 

[PATCH] dmaengine: jz4780: set DMA maximum segment size
 2022-04-11 15:36 UTC 

[PATCH] drm/bridge: cdns-dsi: Add support for pre_enable and post_enable control functions
 2022-04-11 14:06 UTC 

[PATCH v5 00/13] KVM: mm: fd-based approach for supporting KVM guest private memory
 2022-04-11 15:34 UTC  (10+ messages)
` [PATCH v5 01/13] mm/memfd: Introduce MFD_INACCESSIBLE flag
` [PATCH v5 03/13] mm/shmem: Support memfile_notifier
` [PATCH v5 04/13] mm/shmem: Restrict MFD_INACCESSIBLE memory against RLIMIT_MEMLOCK

refactor the i915 GVT support and move to the modern mdev API v3
 2022-04-11 15:32 UTC  (40+ messages)
` [PATCH 01/34] drm/i915/gvt: remove module refcounting in intel_gvt_{,un}register_hypervisor
` [PATCH 02/34] drm/i915/gvt: remove enum hypervisor_type
` [PATCH 03/34] drm/i915/gvt: rename intel_vgpu_ops to intel_vgpu_mdev_ops
` [PATCH 04/34] drm/i915/gvt: don't override the include path
` [PATCH 05/34] drm/i915/gvt: cleanup the Makefile
` [PATCH 06/34] drm/i915/gvt: move the gvt code into kvmgt.ko
` [PATCH 07/34] drm/i915/gvt: remove intel_gvt_ops
` [PATCH 08/34] drm/i915/gvt: remove the map_gfn_to_mfn and set_trap_area ops
` [PATCH 09/34] drm/i915/gvt: remove the unused from_virt_to_mfn op
` [PATCH 10/34] drm/i915/gvt: merge struct kvmgt_vdev into struct intel_vgpu
` [PATCH 11/34] drm/i915/gvt: merge struct kvmgt_guest_info into strut intel_vgpu
` [PATCH 12/34] drm/i915/gvt: remove vgpu->handle
` [PATCH 13/34] drm/i915/gvt: devirtualize ->{read,write}_gpa
` [PATCH 14/34] drm/i915/gvt: devirtualize ->{get,put}_vfio_device
` [PATCH 15/34] drm/i915/gvt: devirtualize ->set_edid and ->set_opregion
` [PATCH 16/34] drm/i915/gvt: devirtualize ->detach_vgpu
` [PATCH 17/34] drm/i915/gvt: devirtualize ->inject_msi
` [PATCH 18/34] drm/i915/gvt: devirtualize ->is_valid_gfn
` [PATCH 19/34] drm/i915/gvt: devirtualize ->gfn_to_mfn
` [PATCH 20/34] drm/i915/gvt: devirtualize ->{enable,disable}_page_track
` [PATCH 21/34] drm/i915/gvt: devirtualize ->dma_{,un}map_guest_page
` [PATCH 22/34] drm/i915/gvt: devirtualize dma_pin_guest_page
` [PATCH 23/34] drm/i915/gvt: remove struct intel_gvt_mpt
` [PATCH 24/34] drm/i915/gvt: remove the extra vfio_device refcounting for dmabufs
` [PATCH 25/34] drm/i915/gvt: streamline intel_vgpu_create
` [PATCH 26/34] drm/i915/gvt: pass a struct intel_vgpu to the vfio read/write helpers
` [PATCH 27/34] drm/i915/gvt: remove kvmgt_guest_{init,exit}
` [PATCH 28/34] drm/i915/gvt: convert to use vfio_register_emulated_iommu_dev
` [PATCH 29/34] drm/i915/gvt: merge gvt.c into kvmgvt.c
` [PATCH 30/34] vfio/mdev: Remove vfio_mdev.c
` [PATCH 31/34] vfio/mdev: Remove mdev_parent_ops dev_attr_groups
` [PATCH 32/34] vfio/mdev: Remove mdev_parent_ops
` [PATCH 33/34] vfio/mdev: Use the driver core to create the 'remove' file
` [PATCH 34/34] vfio/mdev: Remove mdev drvdata

[PATCH v2] mm/slab_common: move dma-kmalloc caches creation into new_kmalloc_cache()
 2022-04-11 15:31 UTC  (3+ messages)

[PATCH 0/7] Add CA enforcement keyring restrictions
 2022-04-11 15:30 UTC  (9+ messages)
` [PATCH 4/7] KEYS: Introduce a builtin root of trust key flag

[PATCH v2 2/4] perf stat: add rusage utime and stime events
 2022-04-11 15:29 UTC  (6+ messages)
` [RFC v3] "
  ` [PATCH v3 2/3] "

[PATCH] dt-bindings: clock: Add compatible for D1 DE2 clocks
 2022-04-11 15:26 UTC  (2+ messages)

[PATCH] clk: sunxi-ng: sun6i-rtc: Mark rtc-32k as critical
 2022-04-11 15:24 UTC  (2+ messages)

[PATCH v3] PCI: imx6: Replace legacy gpio interface for gpiod interface
 2022-04-11 15:25 UTC  (4+ messages)

[PATCH v2 00/14] ARM: dts: imx6dl-colibri: Misc improvements and newly added carriers
 2022-04-11 15:22 UTC  (15+ messages)
` [PATCH v2 01/14] dt-bindings: arm: fsl: imx6dl-colibri: Drop dedicated v1.1 bindings
` [PATCH v2 02/14] dt-bindings: arm: fsl: Add carriers for toradex,colibri-imx6dl
` [PATCH v2 03/14] ARM: dts: imx6dl-colibri: Drop dedicated v1.1 device tree
` [PATCH v2 04/14] ARM: dts: imx6dl-colibri: Fix I2C pinmuxing
` [PATCH v2 05/14] ARM: dts: imx6dl-colibri: Add gpio-line-names
` [PATCH v2 06/14] ARM: dts: imx6dl-colibri: Disable add-on accessories
` [PATCH v2 07/14] ARM: dts: imx6dl-colibri: Command pmic to standby for poweroff
` [PATCH v2 08/14] ARM: dts: imx6dl-colibri: Add additional pingroups
` [PATCH v2 09/14] ARM: dts: imx6dl-colibri: Move common nodes to SoM dtsi
` [PATCH v2 10/14] ARM: dts: imx6dl-colibri: Cleanup
` [PATCH v2 11/14] ARM: dts: imx6dl-colibri: Add usdhc1 sleep pin configuration
` [PATCH v2 12/14] ARM: dts: imx6dl-colibri: Add support for Toradex Iris carrier boards
` [PATCH v2 13/14] ARM: dts: imx6dl-colibri: Add support for Toradex Aster carrier board
` [PATCH v2 14/14] ARM: imx_v6_v7_defconfig: Enable the ADC part of the STMPE MFD

[PATCH v3 0/2] cpu/hotplug: Fix cpuhp_cpu_state used before init
 2022-04-11 15:22 UTC  (3+ messages)
` [PATCH v3 1/2] cpu/hotplug: Remove the 'cpu' member of cpuhp_cpu_state
` [PATCH v3 2/2] cpu/hotplug: Initialise all cpuhp_cpu_state structs earlier

[PATCH v3 0/4] Add channel type support to pwm-cros-ec
 2022-04-11 15:21 UTC  (5+ messages)
` [PATCH v3 1/4] dt-bindings: add mfd/cros_ec definitions
` [PATCH v3 2/4] drivers: pwm: pwm-cros-ec: add channel type support
` [PATCH v3 3/4] dt-bindings: update google,cros-ec-pwm documentation
` [PATCH v3 4/4] arm64: dts: address cros-ec-pwm channels by type

include/linux/compiler_types.h:328:45: error: call to '__compiletime_assert_297' declared with attribute error: BUILD_BUG_ON failed: (PTRS_PER_PGD * sizeof(pgd_t)) > PAGE_SIZE
 2022-04-11 15:17 UTC 

[PATCH] rcu/torture: Change order of warning and trace dump
 2022-04-11 15:19 UTC 

[PATCH V4 1/3] dt-bindings: mmc: imx-esdhc: Update compatible fallbacks
 2022-04-11 15:18 UTC  (3+ messages)

[PATCH v2 0/2] leds: pca955x: Add HW blink support
 2022-04-11 15:17 UTC  (4+ messages)
` [PATCH v2 1/2] leds: pca955x: Clean up and optimize

[PATCH v1] PM: runtime: Avoid device usage count underflows
 2022-04-11 15:17 UTC  (3+ messages)

[PATCH] stat: don't fail if the major number is >= 256
 2022-04-11 15:16 UTC  (3+ messages)

[PATCH 0/6] staging: Some tasklet removals
 2022-04-11 15:16 UTC  (7+ messages)
` [PATCH 1/6] staging/most, dim2: convert dim2_tasklet to threaded irq
` [PATCH 2/6] staging/wlan-ng, prism2usb: replace reaper_bh tasklet with work
` [PATCH 3/6] staging/wlan-ng, prism2usb: replace completion_bh "
` [PATCH 4/6] staging/ks7010: replace SME taslet "
` [PATCH 5/6] staging/rtl8712: remove event_tasklet
` [PATCH 6/6] staging/rtl8192e,ieee80211: replace ps tasklet with work

[PATCH] net: ax88179: add proper error handling of usb read errors
 2022-04-11 15:11 UTC  (3+ messages)

[BUG] ALSA: echoaudio: warning when the driver fails to probe
 2022-04-11 15:14 UTC  (8+ messages)

[tip: x86/urgent] x86/tsx: Use MSR_TSX_CTRL to clear CPUID bits
 2022-04-11 15:13 UTC 

[tip: x86/urgent] x86/tsx: Disable TSX development mode at boot
 2022-04-11 15:13 UTC 

[PATCH v4 00/11] Re-enable ENQCMD and PASID MSR
 2022-04-11 15:13 UTC  (9+ messages)
` [PATCH v4 05/11] iommu/sva: Assign a PASID to mm on PASID allocation and free it on mm exit

[PATCH] arch_topology: Do not set llc_sibling if llc_id is invalid
 2022-04-11 15:07 UTC  (2+ messages)

[PATCH v18 0/3] MIPS: JZ4780 and CI20 HDMI
 2022-04-11 15:10 UTC  (4+ messages)
` [PATCH v18 3/3] drm/ingenic: Add dw-hdmi driver specialization for jz4780

[PATCH 1/3] dt-bindings: input: Add bindings for Awinic AW8695 haptics
 2022-04-11 15:11 UTC  (5+ messages)

[PATCH] HID: Add support for Mega World controller force feedback
 2022-04-11 15:10 UTC  (2+ messages)

[PATCH] HID: wacom: Correct power_supply type
 2022-04-11 15:08 UTC  (2+ messages)

[PATCH] security: do not leak information in ioctl
 2022-04-11 15:07 UTC  (2+ messages)

[PATCH v4.1] KVM, SEV: Add KVM_EXIT_SHUTDOWN metadata for SEV-ES
 2022-04-11 15:06 UTC  (10+ messages)

[PATCH] include/linux/find: Fix documentation
 2022-04-11 15:05 UTC 

[PATCH] regmap: make range check functions static
 2022-04-11 14:59 UTC  (3+ messages)

[PATCH 00/10] mm, arm64: Reduce ARCH_KMALLOC_MINALIGN below the cache line size
 2022-04-11 14:57 UTC  (3+ messages)
` [PATCH 02/10] drivers/base: Use ARCH_DMA_MINALIGN instead of ARCH_KMALLOC_MINALIGN

[PATCH] hid: asus: ROG NKey: Ignore portion of 0x5a report
 2022-04-11 15:00 UTC  (2+ messages)

[PATCH V2 0/3] serial: stm32: add earlycon and polling mode
 2022-04-11 14:59 UTC  (3+ messages)
` [PATCH V2 3/3] serial: stm32: add earlycon support

[PATCH] soc: ti: pruss: using pm_runtime_resume_and_get instead of pm_runtime_get_sync
 2022-04-11 14:58 UTC  (2+ messages)

[PATCH] soc: ti: replace usage of found with dedicated list iterator variable
 2022-04-11 14:58 UTC  (2+ messages)

[PATCH] soc: ti: wkup_m3_ipc: fix platform_get_irq.cocci warning
 2022-04-11 14:57 UTC  (2+ messages)

[PATCH] lkdtm/bugs: Don't expect thread termination without CONFIG_UBSAN_TRAP
 2022-04-11 14:56 UTC 

[PATCH] driver: usb: nullify dangling pointer in cdc_ncm_free
 2022-04-11 14:51 UTC  (2+ messages)

[PATCH] fs: xfs: fix possible NULL pointer dereference in xfs_rw_bdev()
 2022-04-11 14:55 UTC  (2+ messages)

[PATCH] HID: microsoft: Report Xbox Guide and Back buttons on Xbox One S controller
 2022-04-11 14:54 UTC  (2+ messages)

[PATCH 5.17 0000/1123] 5.17.2-rc2 review
 2022-04-11 14:53 UTC  (4+ messages)

[PATCH for-5.18/uclogic 0/4] DIGImend patches, part III
 2022-04-11 14:53 UTC  (2+ messages)

[PATCH V2 0/2] csky: Optimize with acquire & release for atomic & cmpxchg
 2022-04-11 14:51 UTC  (3+ messages)
` [PATCH V2 1/2] csky: cmpxchg: Optimize with acquire & release
` [PATCH V2 2/2] csky: atomic: Add custom atomic.h implementation

[PATCH] USB: hcd-pci: Fully suspend across freeze/thaw cycle
 2022-04-11 14:50 UTC  (6+ messages)

[PATCH] usb: dwc3: fix backwards compat with rockchip devices
 2022-04-11 14:50 UTC  (2+ messages)

[PATCH 0/5] drm/solomon: Add SSD130x OLED displays SPI support
 2022-04-11 14:48 UTC  (4+ messages)
` [PATCH 1/5] dt-bindings: display: ssd1307fb: Deprecate fbdev compatible strings

[Linux 5.18-rc1] WARNING: possible circular locking dependency detected at (rtw_ops_config, ieee80211_mgd_probe_ap)
 2022-04-11 14:46 UTC  (3+ messages)

[PATCH] spi: atmel,quadspi: Define lan966x QSPI
 2022-04-11 14:46 UTC  (2+ messages)

[PATCH] gpiolib: of: fix bounds check for valid mask
 2022-04-11 14:46 UTC  (2+ messages)

[PATCH v2] arm64: dts: meson-sm1-bananapi-m5: fix wrong GPIO pin labeling for CON1
 2022-04-11 14:44 UTC 

[PATCH v5] phy: phy-can-transceiver: Add support for setting mux
 2022-04-11 14:44 UTC  (2+ messages)

[PATCH v8 0/1] Introduce XSAVE feature self-test
 2022-04-11 14:42 UTC  (5+ messages)
` [PATCH v8 1/1] selftests/x86/xstate: Add xstate test cases for XSAVE feature

[PATCH] iio: adc: Kconfig: Make RZG2L_ADC depend on ARCH_RZG2L
 2022-04-11 14:40 UTC  (3+ messages)

[PATCH v2 0/6] Add TDX Guest Attestation support
 2022-04-11 14:38 UTC  (5+ messages)
` [PATCH v2 5/6] platform/x86: intel_tdx_attest: Add TDX Guest attestation interface driver

[PATCH v4 0/4] perf: arm-spe: Decode SPE source and use for perf c2c
 2022-04-11 14:35 UTC  (4+ messages)
` [PATCH v5 3/5] perf tools: sync addition of PERF_MEM_SNOOPX_PEER

[PATCH v1 0/7] PCI/PM: Improvements related to device transitions into D0
 2022-04-11 14:33 UTC  (12+ messages)
` [PATCH v2 0/9] "
  ` [PATCH v2 1/9] PCI/PM: Resume subordinate bus in bus type callbacks
  ` [PATCH v2 2/9] PCI/PM: Drop the runtime_d3cold device flag
  ` [PATCH v2 3/9] PCI/PM: Rearrange pci_update_current_state()
  ` [PATCH v2 4/9] PCI/PM: Rework changing power states of PCI devices
  ` [PATCH v2 5/9] PCI/PM: Move pci_set_low_power_state() next to its caller
  ` [PATCH v2 6/9] PCI/PM: Clean up pci_set_low_power_state()
  ` [PATCH v2 7/9] PCI/PM: Rearrange pci_set_power_state()
  ` [PATCH v2 8/9] PCI/PM: Avoid redundant current_state update
  ` [PATCH v2 9/9] PCI/PM: Replace pci_set_power_state() in pci_pm_thaw_noirq()

[PATCH v4 0/3] Add SMP/SMT support for Ingenic sysost driver
 2022-04-11 14:33 UTC  (4+ messages)
` [PATCH v4 1/3] dt-bindings: timer: Remove unreasonable binding
` [PATCH v4 2/3] dt-bindings: timer: Add bindings for new Ingenic SoCs
` [PATCH v4 3/3] clocksource: Ingenic: Add SMP/SMT support for sysost driver

[PATCH] MAINTAINERS: Remove D. Kershner from Unisys S-PAR maintainers
 2022-04-11 14:31 UTC  (4+ messages)

[PATCH] perf/x86/amd: cpu_hw_events::perf_ctr_virt_mask should only be used on host
 2022-04-11 14:29 UTC  (2+ messages)

[PATCH v6 1/5] device property: Allow error pointer to be passed to fwnode APIs
 2022-04-11 14:28 UTC  (3+ messages)

[PATCH V2 0/5] rework on the IRQ hardening of virtio
 2022-04-11 14:27 UTC  (8+ messages)
` [PATCH V2 4/5] virtio-pci: implement synchronize_vqs()

[PATCH 1/1] iommu/vt-d: Change return type of dmar_insert_one_dev_info()
 2022-04-11 14:26 UTC  (2+ messages)

[BUG] IB/hfi1: Warning when the driver fails to probe
 2022-04-11 14:24 UTC  (2+ messages)

[PATCH 1/1] dmaengine: dw-edma: Fix unaligned 64bit access
 2022-04-11 14:24 UTC  (2+ messages)

[PATCH] dmaengine: Remove a useless mutex
 2022-04-11 14:22 UTC  (2+ messages)

[PATCH RESEND] arm64: dts: meson-sm1-bananapi-m5: fix wrong GPIO pin labeling for CON1
 2022-04-11 14:22 UTC  (3+ messages)

[PATCH] dmaengine: mediatek: mtk-hsdma: Use platform_get_irq() to get the interrupt
 2022-04-11 14:19 UTC  (2+ messages)

[PATCH] dmaengine: imx-sdma: Fix error checking in sdma_event_remap
 2022-04-11 14:18 UTC  (2+ messages)

[PATCH v2 0/9] A few cleanup and fixup patches for vmscan
 2022-04-11 14:18 UTC  (5+ messages)
` [PATCH v2 1/9] mm/vmscan: add a comment about MADV_FREE pages check in folio_check_dirty_writeback
` [PATCH v2 2/9] mm/vmscan: remove unneeded can_split_huge_page check

[PATCH -next,v2 0/3] nfs: handle writeback errors correctly
 2022-04-11 14:15 UTC  (3+ messages)

[PATCH] arm_pmu: Validate single/group leader events
 2022-04-11 14:14 UTC  (3+ messages)

[PATCH v2 0/4] drm/ssd130x: Add support for SINO WEALTH SH1106
 2022-04-11 14:13 UTC  (4+ messages)
` [PATCH v2 2/4] dt-bindings: display: ssd1307fb: Add entry "

[PATCH v6 0/3] Add soundcard support for sc7280 based platforms
 2022-04-11 14:12 UTC  (4+ messages)
` [PATCH v6 3/3] arm64: dts: qcom: sc7280: Add dt nodes for sound card


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