All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-03-23 13:47:58 to 2023-03-23 14:26:41 UTC [more...]

[PATCH v3 0/2] x86: RTC handling adjustments
 2023-03-23 14:26 UTC  (6+ messages)
` [PATCH v4] x86: detect CMOS aliasing on ports other than 0x70/0x71

[PATCH v3 00/17] Add iommufd physical device operations for replace and alloc hwpt
 2023-03-23 14:26 UTC  (7+ messages)
` [PATCH v3 03/17] iommufd: Replace the hwpt->devices list with iommufd_group
` [PATCH v3 10/17] iommufd: Reorganize iommufd_device_attach into iommufd_device_change_pt

[RESEND PATCH v2] ASoC: dt-bindings: wlf,wm8994: Convert to dtschema
 2023-03-23 14:26 UTC  (2+ messages)

[PATCH][next] ASoC: SOF: ipc4/intel: Fix spelling mistake "schduler" -> "scheduler"
 2023-03-23 14:25 UTC  (2+ messages)

[kvm-unit-tests v2 00/10] powerpc: updates, P10, PNV support
 2023-03-23 14:16 UTC  (10+ messages)
` [kvm-unit-tests v2 07/10] powerpc/spapr_vpa: Add basic VPA tests
` [kvm-unit-tests v2 09/10] powerpc: Support powernv machine with QEMU TCG
` [kvm-unit-tests v2 10/10] powerpc/sprs: Test hypervisor registers on powernv machine

[PATCH 0/1] mcb-pci: fix memory overlapping on MCB devices
 2023-03-23 14:25 UTC  (3+ messages)
` [PATCH 1/1] mcb: Remove requesting memory region to avoid memory overlapping

[PATCH v5 00/18] timer: Move from a push remote at enqueue to a pull at expiry model
 2023-03-23 14:24 UTC  (3+ messages)
` [PATCH v5 16/18] timer: Implement the hierarchical pull model

Documentation on IMA for Linux Kernel Documentation
 2023-03-23 14:24 UTC  (5+ messages)
` Fwd: "

[PATCH for-8.0 v2 1/1] modules: load modules from /var/run/qemu/<version> directory firstly
 2023-03-23 14:24 UTC 

[PATCH v3 0/11] Add support to configure TPDM DSB subunit
 2023-03-23 14:23 UTC  (4+ messages)
` [PATCH v3 03/11] coresight-tpdm: Initialize DSB subunit configuration

[PATCH v8 0/3] regulator: Add X-Powers AXP313a PMIC support*
 2023-03-23 14:24 UTC  (9+ messages)
` [PATCH v8 2/3] mfd: axp20x: Add support for AXP313a PMIC
` [PATCH v8 3/3] regulator: axp20x: Add support for AXP313a variant

[PATCH v16 0/8] Parallel CPU bringup for x86_64
 2023-03-23 14:23 UTC  (7+ messages)
` [PATCH v16 8/8] x86/smpboot: Allow parallel bringup for SEV-ES

[PATCH 0/3] remove shared memory structures
 2023-03-23 14:22 UTC  (4+ messages)
` [PATCH 1/3] f2fs: factor out victim_entry usage from general rb_tree use
  ` [f2fs-dev] "

[GIT PULL] Qualcomm driver fixes for v6.3
 2023-03-23 14:25 UTC  (2+ messages)

[Intel-gfx] [PATCH 00/29] drm/i915/tc: Align the ADLP TypeC sequences with bspec
 2023-03-23 14:20 UTC  (30+ messages)
` [Intel-gfx] [PATCH 01/29] drm/i915/tc: Group the TC PHY setup/query functions per platform
` [Intel-gfx] [PATCH 02/29] drm/i915/tc: Use the adlp prefix for ADLP TC PHY functions
` [Intel-gfx] [PATCH 03/29] drm/i915/tc: Rename tc_phy_status_complete() to tc_phy_is_ready()
` [Intel-gfx] [PATCH 04/29] drm/i915/tc: Use the tc_phy prefix for all TC PHY functions
` [Intel-gfx] [PATCH 05/29] drm/i915/tc: Move TC port fields to a new intel_tc_port struct
` [Intel-gfx] [PATCH 06/29] drm/i915/tc: Check for TC PHY explicitly in intel_tc_port_fia_max_lane_count()
` [Intel-gfx] [PATCH 07/29] drm/i915/tc: Move the intel_tc_port struct declaration to intel_tc.c
` [Intel-gfx] [PATCH 08/29] drm/i915/tc: Add TC PHY hook to get the PHY HPD live status
` [Intel-gfx] [PATCH 09/29] drm/i915/tc: Add TC PHY hooks to get the PHY ready/owned state
` [Intel-gfx] [PATCH 10/29] drm/i915/tc: Add TC PHY hook to read out the PHY HW state
` [Intel-gfx] [PATCH 11/29] drm/i915/tc: Add generic TC PHY connect/disconnect handlers
` [Intel-gfx] [PATCH 12/29] drm/i915/tc: Factor out tc_phy_verify_legacy_or_dp_alt_mode()
` [Intel-gfx] [PATCH 13/29] drm/i915/tc: Add TC PHY hooks to connect/disconnect the PHY
` [Intel-gfx] [PATCH 14/29] drm/i915/tc: Fix up the legacy VBT flag only in disconnected mode
` [Intel-gfx] [PATCH 15/29] drm/i915/tc: Check TC mode instead of the VBT legacy flag
` [Intel-gfx] [PATCH 16/29] drm/i915/tc: Block/unblock TC-cold in the PHY connect/disconnect hooks
` [Intel-gfx] [PATCH 17/29] drm/i915/tc: Remove redundant wakeref=0 check from unblock_tc_cold()
` [Intel-gfx] [PATCH 18/29] drm/i915/tc: Drop tc_cold_block()/unblock()'s power domain parameter
` [Intel-gfx] [PATCH 19/29] drm/i915/tc: Add TC PHY hook to get the TC-cold blocking power domain
` [Intel-gfx] [PATCH 20/29] drm/i915/tc: Add asserts in TC PHY hooks that the required power is on
` [Intel-gfx] [PATCH 21/29] drm/i915/tc: Add TC PHY hook to init the PHY
` [Intel-gfx] [PATCH 22/29] drm/i915/adlp/tc: Use the DE HPD ISR register for hotplug detection
` [Intel-gfx] [PATCH 23/29] drm/i915/tc: Get power ref for reading the HPD live status register
` [Intel-gfx] [PATCH 24/29] drm/i915/tc: Don't connect the PHY in intel_tc_port_connected()
` [Intel-gfx] [PATCH 25/29] drm/i915/adlp/tc: Align the connect/disconnect PHY sequence with bspec
` [Intel-gfx] [PATCH 26/29] drm/i915: Move shared DPLL disabling into CRTC disable hook
` [Intel-gfx] [PATCH 27/29] drm/i915: Disable DPLLs before disconnecting the TC PHY
` [Intel-gfx] [PATCH 28/29] drm/i915: Remove TC PHY disconnect workaround
` [Intel-gfx] [PATCH 29/29] drm/i915: Remove the encoder update_prepare()/complete() hooks

[PATCH] tools/xenstore: fix quota check in acc_fix_domains()
 2023-03-23 14:21 UTC  (5+ messages)

[PATCH] ext4: Fix warnings when freezing filesystem with journaled data
 2023-03-23 14:21 UTC  (4+ messages)

[PATCH 00/20] ASoC/soundwire: add support for ACE2.x
 2023-03-23 14:20 UTC  (10+ messages)
` [PATCH 01/20] ASoC: SOF: Intel: shim: add enum for ACE 2.0 IP used in LunarLake
` [PATCH 04/20] soundwire/ASOC: Intel: update offsets for LunarLake
` [PATCH 06/20] ASoC/soundwire: intel: pass hdac_bus pointer for link management
` [PATCH 08/20] ASoC: SOF: Intel: hda: retrieve SoundWire eml_lock and pass pointer

[PATCH] KVM: x86/mmu: Don't create kvm-nx-lpage-re kthread if not itlb_multihit
 2023-03-23 14:20 UTC  (2+ messages)

[PATCH android] ui: set selected tunnel after creating fragments
 2023-03-23 14:19 UTC 

[PATCH] net: phy: return EPROBE_DEFER if PHY is not accessible
 2023-03-23 14:19 UTC  (6+ messages)

[dpdk-dev] [PATCH RFC] net/ena: Add Windows support
 2023-03-23 14:19 UTC  (9+ messages)

[PATCH 0/3] wildmatch: fix exponential behavior
 2023-03-23 14:19 UTC  (2+ messages)

[PATCH] ext4: avoid to access uninitialized block_cluster
 2023-03-23 14:18 UTC  (2+ messages)

[PATCH] extcon: usbc-tusb320: add USB_ROLE_SWITCH dependency
 2023-03-23 14:19 UTC  (2+ messages)

[PATCH 0/3] ext4: fix WARNING in ext4_add_complete_io
 2023-03-23 14:18 UTC  (4+ messages)
` [PATCH 3/3] ext4: fix race between writepages and remount

RTT-PROBE: lore-subspace-rtt
 2023-03-23 14:19 UTC 

[PATCH for-next v2 2/2] RDMA/erdma: Support non-4K page size in doorbell allocation
 2023-03-23 14:18 UTC  (13+ messages)

[PATCH] dt-bindings: clock: Drop unneeded quotes
 2023-03-23 14:17 UTC  (3+ messages)

[PATCH] ath10k: remove unused ath10k_get_ring_byte function
 2023-03-23 14:18 UTC  (4+ messages)

[PATCH mfd 1/1] mfd/ptp: clockmatrix: support 32-bit address space
 2023-03-23 14:18 UTC  (3+ messages)

[PATCH v3 00/38] Kconfig: Introduce HAS_IOPORT config option
 2023-03-23 14:17 UTC  (12+ messages)
` [PATCH v3 15/38] leds: add HAS_IOPORT dependencies
` [PATCH v3 35/38] video: handle "

[PATCH] Hexagon (translate.c): avoid redundant PC updates on COF
 2023-03-23 14:15 UTC  (2+ messages)

[RFC XEN PATCH 2/6] vpci: accept BAR writes if dom0 is PVH
 2023-03-23 14:16 UTC  (12+ messages)

[GIT PULL] Qualcomm ARM32 Devicetree fixes for v6.3
 2023-03-23 14:19 UTC  (2+ messages)

[igt-dev] [PATCH i-g-t] intel-ci: update blacklists to work with the Xe driver
 2023-03-23 14:15 UTC  (3+ messages)

[GIT PULL] Qualcomm ARM64 Devicetree fixes for v6.3
 2023-03-23 14:16 UTC  (2+ messages)

[Buildroot] [PATCH 1/1] package/lvm2: enable package with musl
 2023-03-23 14:13 UTC  (3+ messages)
` [Buildroot] [PATCH v2 1/2] "
  ` [Buildroot] [PATCH v2 2/2] package/multipath-tools: enable "

[PATCH] usb: xhci: Remove unused udev from xhci_log_ctx trace event
 2023-03-23 14:15 UTC  (2+ messages)

[PATCH] Bluetooth: Add new quirk for broken extended create connection for ATS2851
 2023-03-23 14:13 UTC  (2+ messages)
`  "

[PATCH 1/3] dt-bindings: pinctrl: tegra234: Add DT binding doc
 2023-03-23 14:11 UTC  (7+ messages)

[PATCH] perf/x86/ibs: Set data_src.mem_lvl_num as well
 2023-03-23 14:11 UTC  (4+ messages)

RTT-PROBE: lore-subspace-rtt
 2023-03-23 14:09 UTC 

[PATCH 0/8] some refactor of __ext4_fill_super(), part 2
 2023-03-23 14:05 UTC  (9+ messages)
` [PATCH 1/8] ext4: factor out ext4_hash_info_init()
` [PATCH 2/8] ext4: factor out ext4_percpu_param_init() and ext4_percpu_param_destroy()
` [PATCH 3/8] ext4: use ext4_group_desc_free() in ext4_put_super() to save some duplicated code
` [PATCH 4/8] ext4: factor out ext4_flex_groups_free()
` [PATCH 5/8] ext4: rename two functions with 'check'
` [PATCH 6/8] ext4: move s_reserved_gdt_blocks and addressable checking into ext4_check_geometry()
` [PATCH 7/8] ext4: factor out ext4_block_group_meta_init()
` [PATCH 8/8] ext4: move dax and encrypt checking into ext4_check_feature_compatibility()

[PATCH v2] usb: dwc3: host: remove dead code in dwc3_host_get_irq()
 2023-03-23 14:06 UTC  (6+ messages)

[PATCH RFC v18 net-next] vmxnet3: Add XDP support
 2023-03-23 14:07 UTC  (2+ messages)

[PATCH] mtdblock: tolerate corrected bit-flips
 2023-03-23 14:03 UTC  (2+ messages)

[RFC] drm/scheduler: Unwrap job dependencies
 2023-03-23 14:03 UTC  (6+ messages)

[kvm-unit-tests PATCH 0/8] s390x: uv-host: Fixups and extensions part 1
 2023-03-23 14:02 UTC  (4+ messages)
` [kvm-unit-tests PATCH 7/8] s390x: uv-host: Properly handle config creation errors

[PATCH RFC net-next 0/7] Another attempt at moving mv88e6xxx forward
 2023-03-23 14:03 UTC  (5+ messages)
` [PATCH RFC net-next 1/7] software node: allow named software node to be created
` [PATCH RFC net-next 3/7] net: dsa: use fwnode_get_phy_mode() to get phy interface mode

[next-20230322] Kernel WARN at kernel/workqueue.c:3182 (rcutorture)
 2023-03-23 14:02 UTC  (3+ messages)

[PATCH net-next v2 0/4] net/sched: act_tunnel_key: add support for TUNNEL_DONT_FRAGMENT
 2023-03-23 14:01 UTC  (3+ messages)
` [PATCH net-next v2 2/4] selftests: tc-testing: extend the "skip" property

[cifs:for-next 3/8] fs/cifs/connect.c:1303 cifs_ipaddr_cmp() error: memcmp() '&saddr4->sin_addr.s_addr' too small (4 vs 16)
 2023-03-23 14:02 UTC  (3+ messages)

[PATCH bpf-next v6 0/2] Fix attaching fentry/fexit/fmod_ret/lsm to modules
 2023-03-23 14:00 UTC  (9+ messages)
` [PATCH bpf-next v6 1/2] bpf: "

[Bug 217122] New: Regression in xhci driver since 6.1 "Transfer event TRB DMA ptr not part of current TD"
 2023-03-23 14:00 UTC  (2+ messages)
` [Bug 217122] "

[PATCH v2 0/2] spi: loongson: add bus driver for the loongson spi
 2023-03-23 13:59 UTC  (9+ messages)
` [PATCH v2 2/2] spi: loongson: add bus driver for the loongson spi controller

[PATCH 00/32] Upstream of kernel support for AMDGPU ISA debugging
 2023-03-23 14:00 UTC  (5+ messages)
` [PATCH 15/32] drm/amdkfd: prepare trap workaround for gfx11

[PATCH v3] rust: ioctl: Add ioctl number manipulation functions
 2023-03-23 14:00 UTC  (3+ messages)

[PATCH 0/4] Fix a few split-index bugs
 2023-03-23 13:59 UTC  (4+ messages)
` [PATCH 2/4] split-index; stop abusing the `base_oid` to strip the "link" extension

[PATCH v3] media: v4l2-subdev: Add new ioctl for client capabilities
 2023-03-23 13:58 UTC 

[PATCH 0/8] arm64: qcom: sm8450: bindings check cleanup
 2023-03-23 13:58 UTC  (10+ messages)
` [PATCH 1/8] dt-bindings: display: msm: sm8450-mdss: Fix DSI compatible
` [PATCH 2/8] dt-bindings: mfd: qcom,spmi-pmic: document pm8450 pmic
` [PATCH 3/8] dt-bindings: ufs: qcom: document the fact the UFS controller can have an ICE core

[PATCH v10 0/3] Add support for Maxim MAX735x/MAX736x variants
 2023-03-23 13:58 UTC  (3+ messages)
` [PATCH v10 1/3] dt-bindings: i2c: Add "

[PATCH for-8.0] aio-posix: fix race between epoll upgrade and aio_set_fd_handler()
 2023-03-23 13:58 UTC  (3+ messages)

RTT-PROBE: lore-subspace-rtt
 2023-03-23 13:59 UTC 

[RESEND PATCH] ASoC: codecs: lpass: fix the order or clks turn off during suspend
 2023-03-23 13:56 UTC  (3+ messages)

[PATCH V4 00/10] Add Tegra234 HTE support
 2023-03-23 13:58 UTC  (3+ messages)
` [PATCH V4 04/10] dt-bindings: timestamp: Add nvidia,gpio-controller

[PATCH net] r8169: fix rtl8168h rx crc error
 2023-03-23 13:57 UTC  (5+ messages)

[PATCH 0/6] Small fixes to the cyttsp5 touchscreen driver
 2023-03-23 13:52 UTC  (7+ messages)
` [PATCH 1/6] Input: cyttsp5: fix array length
` [PATCH 2/6] Input: cyttsp5: remove unused code
` [PATCH 3/6] devicetree: input: cypress,tt21000: fix interrupt type in dts example
` [PATCH 4/6] Input: cyttsp5: properly initialize the device as a pm wakeup device
` [PATCH 5/6] devicetree: input: cypress,tt21000: add wakeup-source entry to documentation
` [PATCH 6/6] Input: cyttsp5: implement proper sleep and wakeup procedures

[PATCH v2 0/2] xen/arm: fixes around domain_vpl011_init
 2023-03-23 13:56 UTC  (3+ messages)
` [PATCH v2 1/2] xen/arm: domain_build: Check return code of domain_vpl011_init
` [PATCH v2 2/2] xen/arm: vpl011: Fix domain_vpl011_init error path

[linux-next:master 1000/6100] gpio.c:undefined reference to `of_mm_gpiochip_add_data'
 2023-03-23 13:56 UTC 

[igt-dev] [PATCH i-g-t v5 0/3] xe/xe_module_load: add a test to load/unload Xe driver
 2023-03-23 13:56 UTC  (3+ messages)
` [igt-dev] [PATCH i-g-t v5 1/3] intel-ci: update i915 blacklist to ignore the "

[PATCH 3/4] ASoC: amd: acp: Add machine driver that enables sound for systems with a ES8336 codec
 2023-03-23 13:54 UTC  (3+ messages)

[PATCH] drm/amd/amdgpu: Fix logic bug in fatal error handling
 2023-03-23 13:55 UTC  (7+ messages)

cgroup2 labeling question
 2023-03-23 13:55 UTC  (19+ messages)

[PATCH 2/3] ntb: epf: Remove redundant pci_clear_master
 2023-03-23 13:55 UTC  (3+ messages)

[PATCH 0/6] [PULL] pwm: fixes for the 6.3 development cycle
 2023-03-23 13:54 UTC 

[PATCH 02/14] arm64: drop ranges in definition of ARCH_FORCE_MAX_ORDER
 2023-03-23 13:46 UTC  (4+ messages)

[PATCH v2] arm64: defconfig: Enable CAN PHY transceiver driver
 2023-03-23 13:53 UTC  (3+ messages)

Cypress CDC ACM serial port not working correctly with autosuspend
 2023-03-23 13:53 UTC  (8+ messages)

[mark:stacktrace/tests 4/4] unwind_kunit.c:undefined reference to `kunit_try_catch_throw'
 2023-03-23 13:46 UTC 

[Intel-xe] [RFC PATCH 0/1] Proposal for engine query uAPI
 2023-03-23 13:41 UTC  (7+ messages)
` [Intel-xe] [RFC PATCH 1/1] drm/xe/uapi: Add query engines uAPI

[PATCH V1 0/4] soc: qcom: boot_stats: Add driver support for boot_stats
 2023-03-23 13:51 UTC  (17+ messages)
` [PATCH V1 1/4] dt-bindings: sram: qcom,imem: Add Boot Stat region within IMEM
` [PATCH V1 2/4] dt-bindings: soc: qcom,mpm-sleep-counter: Add the dtschema

[PATCH v3] i2c: tegra: Share same DMA channel for RX and TX
 2023-03-23 13:52 UTC  (8+ messages)

[langdale][patch] python3-setuptools: fix for CVE-2022-40897
 2023-03-23 13:39 UTC 

[PATCH] ASoC: SOF: ipc4-control: Return on error in sof_ipc4_widget_kcontrol_setup()
 2023-03-23 13:49 UTC  (2+ messages)

[PATCH v2] ASoC: SOF: ipc4-control: Return on error in sof_ipc4_widget_kcontrol_setup()
 2023-03-23 13:49 UTC  (2+ messages)

[PATCH 0/3] ASoC: SOF: ipc4/intel: Support for ChainDMA
 2023-03-23 13:49 UTC  (2+ messages)

[PATCH RFC v18 net-next] vmxnet3: Add XDP support
 2023-03-23 13:35 UTC 

[Intel-gfx] [PATCH 1/1] drm/i915: Add per-tile rc6 enable/disable
 2023-03-23 13:50 UTC  (2+ messages)
` [Intel-gfx] ✓ Fi.CI.IGT: success for series starting with [1/1] "

[oe-layersetup][master][PATCH V2 0/2] Stop using git:// urls
 2023-03-23 13:50 UTC  (3+ messages)
` [oe-layersetup][master][PATCH V2 1/2] sample-files: gitconfig.sample: "
` [oe-layersetup][master][PATCH V2 2/2] configs: "

[PATCH] dt-bindings: i2c: Drop unneeded quotes
 2023-03-23 13:41 UTC  (2+ messages)
` [Linux-stm32] "

[PATCH] drm/i915/selftests: Drop igt_cs_tlb
 2023-03-23 13:35 UTC  (3+ messages)
  ` [Intel-gfx] "

[PATCH] regulator: wm8994: Use PROBE_FORCE_SYNCHRONOUS
 2023-03-23 13:49 UTC  (2+ messages)

[PATCH] m68k: Pass a pointer to virt_to_pfn() virt_to_page()
 2023-03-23 13:42 UTC  (2+ messages)

[PATCH v10 00/16] TDX host kernel support
 2023-03-23 13:49 UTC  (9+ messages)
` [PATCH v10 05/16] x86/virt/tdx: Add skeleton to enable TDX on demand

[PATCH] drm/amd/amdgpu: Fix logic bug in fatal error handling
 2023-03-23 13:49 UTC  (5+ messages)

[Virtio-fs] Help us prevent your wallet form suspension. virtio-fs@redhat.com
 2023-03-23 13:49 UTC 

[PATCH 0/5] fix segment fault when parse args
 2023-03-23 13:48 UTC  (4+ messages)
` [PATCH v2 00/44] "
  ` [PATCH v2 41/44] event/opdl: fix segment fault when parse devargs

RTT-PROBE: lore-subspace-rtt
 2023-03-23 13:49 UTC 

[PATCH 1/2] iio: max597x: Add support for max597x
 2023-03-23 13:47 UTC  (5+ messages)


This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.