All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2022-07-06 11:50:59 to 2022-07-06 12:32:33 UTC [more...]

[PATCH 0/1] arm64: Add stack unwinder unit tests
 2022-07-06 12:31 UTC  (3+ messages)

[PATCH] gpio: pxa: schedule a devm action for the clock struct
 2022-07-06 12:31 UTC  (4+ messages)

[PATCH] vdpa/sfc: resolve race between libvhost and dev_conf
 2022-07-06 12:32 UTC  (2+ messages)

[PATCH v4 1/2] mfd: da9062: enable being a system-power-controller
 2022-07-06 12:30 UTC  (2+ messages)
` [PATCH v4 2/2] dt-bindings: mfd: da9062 can be a system power controller

[PATCH] perf trace: Fix SIGSEGV when processing augmented args
 2022-07-06 12:31 UTC  (6+ messages)

[PATCH] random: remove CONFIG_ARCH_RANDOM and "nordrand"
 2022-07-06 12:30 UTC  (14+ messages)

[PATCH 0/4] anx7625: Cleanup, fixes, and implement wait_hpd_asserted
 2022-07-06 12:31 UTC  (5+ messages)
` [PATCH 1/4] drm/bridge: anx7625: Convert to devm_i2c_new_dummy_device()

[PATCH 2/2] [PATCH v2 2/2] arm64: dts: qcom: Add LTE SKUs for sc7280-villager family
 2022-07-06 12:30 UTC  (2+ messages)

[PATCH v13 1/3] usb: typec: tcpci: move tcpci.h to include/linux/usb/
 2022-07-06 12:29 UTC  (3+ messages)

[PATCH] thermal: sysfs: Perform bounds check when storing thermal states
 2022-07-06 12:30 UTC  (10+ messages)

[PATCH v2] perf/core: Fix data race between perf_event_set_output and perf_mmap_close
 2022-07-06 12:29 UTC  (4+ messages)

"mixed" or "merged" submodules
 2022-07-06 12:28 UTC  (3+ messages)

Question abount sm-notify when use NFSv3 lock
 2022-07-06 12:28 UTC 

[PATCH] gpio: rockchip: Fix missing of_node_put() in rockchip_gpio_probe() and rockchip_gpiolib_register()
 2022-07-06 12:27 UTC  (2+ messages)

[Intel-wired-lan] [PATCH net-next] ice: Add support for ip TTL & ToS offload
 2022-07-06 12:27 UTC  (3+ messages)

[PATCH v6 01/12] dt-bindings: mfd: qcom-spmi-pmic: add support for PMP8074
 2022-07-06 12:27 UTC  (3+ messages)
` [PATCH v6 11/12] arm64: dts: qcom: add PMP8074 DTSI

[PATCH mptcp-net] mptcp: fix subflow traveral at disconnect time
 2022-07-06 12:27 UTC  (2+ messages)
` mptcp: fix subflow traveral at disconnect time: Tests Results

[PATCH 1/2] thermal/core: Use clamp() helper in the stepwise governor
 2022-07-06 12:26 UTC  (3+ messages)

RTT-PROBE: lore-subspace-rtt
 2022-07-06 12:26 UTC 

[PATCH v8 00/20] job: replace AioContext lock with job_mutex
 2022-07-06 12:23 UTC  (5+ messages)
` [PATCH v8 08/20] blockjob.h: introduce block_job _locked() APIs

[PATCH v5 00/14] GSC support for XeHP SDV and DG2 platforms
 2022-07-06 12:25 UTC  (4+ messages)
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for GSC support for XeHP SDV and DG2 platforms (rev5)
` [Intel-gfx] ✗ Fi.CI.SPARSE: "
` [Intel-gfx] ✓ Fi.CI.BAT: success "

[Bridge] [PATCH net-next 1/1] net: dsa: mv88e6xxx: allow reading FID when handling ATU violations
 2022-07-06 12:25 UTC 

[PATCH v1 1/3] gpio: adp5588: Switch from of headers to mod_devicetable.h
 2022-07-06 12:24 UTC  (10+ messages)
` [PATCH v1 3/3] gpio: adp5588: sort header inclusion alphabetically

[RFC PATCH] crypto: flush poison data
 2022-07-06 12:23 UTC  (9+ messages)

[virtio-comment] [PATCH v5 1/7] Introduce device group
 2022-07-06 12:23 UTC  (13+ messages)
`  "
  ` [virtio-comment] "

[Regression] stress-ng udp-flood causes kernel panic on Ampere Altra
 2022-07-06 12:22 UTC  (13+ messages)

[RFC PATCH v2 0/8] qapi: add generator for Golang interface
 2022-07-06 12:20 UTC  (8+ messages)
` [RFC PATCH v2 4/8] qapi: golang: Generate qapi's union types in Go

linux-next: build failure after merge of the sound-asoc tree
 2022-07-06 12:20 UTC  (4+ messages)

lost page write due to IO error on [...]
 2022-07-06 12:18 UTC  (2+ messages)

[PATCH v2 00/21] KVM: x86: Event/exception fixes and cleanups
 2022-07-06 12:17 UTC  (36+ messages)
` [PATCH v2 05/21] KVM: nVMX: Prioritize TSS T-flag #DBs over Monitor Trap Flag
` [PATCH v2 06/21] KVM: x86: Treat #DBs from the emulator as fault-like (code and DR7.GD=1)
` [PATCH v2 07/21] KVM: x86: Use DR7_GD macro instead of open coding check in emulator
` [PATCH v2 08/21] KVM: nVMX: Ignore SIPI that arrives in L2 when vCPU is not in WFS
` [PATCH v2 09/21] KVM: nVMX: Unconditionally clear mtf_pending on nested VM-Exit
` [PATCH v2 10/21] KVM: VMX: Inject #PF on ENCLS as "emulated" #PF
` [PATCH v2 11/21] KVM: x86: Rename kvm_x86_ops.queue_exception to inject_exception
` [PATCH v2 12/21] KVM: x86: Make kvm_queued_exception a properly named, visible struct
` [PATCH v2 13/21] KVM: x86: Formalize blocking of nested pending exceptions
` [PATCH v2 14/21] KVM: x86: Use kvm_queue_exception_e() to queue #DF
` [PATCH v2 15/21] KVM: x86: Hoist nested event checks above event injection logic
` [PATCH v2 16/21] KVM: x86: Evaluate ability to inject SMI/NMI/IRQ after potential VM-Exit
` [PATCH v2 17/21] KVM: x86: Morph pending exceptions to pending VM-Exits at queue time
` [PATCH v2 18/21] KVM: x86: Treat pending TRIPLE_FAULT requests as pending exceptions
` [PATCH v2 20/21] KVM: selftests: Use uapi header to get VMX and SVM exit reasons/codes
` [PATCH v2 21/21] KVM: selftests: Add an x86-only test to verify nested exception queueing

[PATCH v3 RESEND 0/4] MediaTek Helio X10 MT6795 - MT6331/6332 Regulators
 2022-07-06 12:16 UTC  (3+ messages)

[PATCH] char: misc: make misc_open() and misc_register() killable
 2022-07-06 12:17 UTC  (13+ messages)

[PATCH v1 1/1] pinctrl: core: Use device_match_of_node() helper
 2022-07-06 12:17 UTC  (2+ messages)

RTT-PROBE: lore-subspace-rtt
 2022-07-06 12:16 UTC 

[PATCH 1/2] RDMA/rxe: Add common rxe_prepare_res()
 2022-07-06 12:14 UTC  (4+ messages)
` [PATCH 2/2] RDMA/rxe: Rename rxe_atomic_reply to atomic_reply

[PATCH v2] toradex: tdx-cfg-block: add 0068 i.mx 8m mini sku
 2022-07-06 12:15 UTC 

next/pending-fixes baseline: 606 runs, 34 regressions (v5.19-rc5-345-gd3298a6516a4)
 2022-07-06 12:15 UTC 

[PATCH v2 RESEND] Input: mtk-pmic-keys - Add support for MT6331 PMIC keys
 2022-07-06 12:13 UTC  (5+ messages)

bug in btrfs during low memory testing
 2022-07-06 12:13 UTC  (6+ messages)

[PATCH RESEND v5 0/5] iommu: Allow IOVA rcache range be configured
 2022-07-06 12:12 UTC  (18+ messages)
` [PATCH RESEND v5 1/5] iommu: Refactor iommu_group_store_type()
` [PATCH RESEND v5 2/5] iova: Allow rcache range upper limit to be flexible

[PATCH v2 1/1] ASoC: madera: Replace kernel.h with the necessary inclusions
 2022-07-06 12:10 UTC  (3+ messages)

[PATCH v2] xen/arm: traps: Fix MISRA C 2012 Rule 8.4 violation
 2022-07-06 12:11 UTC 

[PATCH v3 0/6] blk-mq: Add a flag for reserved requests series
 2022-07-06 12:03 UTC  (7+ messages)
` [PATCH v3 1/6] scsi: core: Remove reserved request time-out handling
` [PATCH v3 2/6] blk-mq: Add a flag for reserved requests
` [PATCH v3 3/6] blk-mq: Drop blk_mq_ops.timeout 'reserved' arg
` [PATCH v3 4/6] scsi: fnic: Drop reserved request handling
` [PATCH v3 5/6] blk-mq: Drop 'reserved' arg of busy_tag_iter_fn
` [PATCH v3 6/6] blk-mq: Drop local variable for reserved tag

[syzbot] possible deadlock in mnt_want_write (2)
 2022-07-06 12:10 UTC  (3+ messages)

[PATCH net-next 0/5] tls: rx: nopad and backlog flushing
 2022-07-06 12:10 UTC  (2+ messages)

[PATCH] rtc: rzn1: Fix RTC_RD_TIME: Invalid argument
 2022-07-06 12:07 UTC 

[PATCH nft] cache: release pending rules when chain binding lookup fails
 2022-07-06 12:07 UTC 

RTT-PROBE: lore-subspace-rtt
 2022-07-06 12:06 UTC 

[ammarfaizi2-block:crng/random/master 1/1] include/linux/random.h:109:10: fatal error: 'asm/archrandom.h' file not found
 2022-07-06 12:05 UTC 

"virt_to_phys used for non-linear address" warnings
 2022-07-06 12:05 UTC  (4+ messages)

cip-gitlab/ci/iwamatsu/linux-4.4.y-cip-rc build: 162 builds: 4 failed, 158 passed, 4 errors, 30 warnings (v4.4.302-1085-gb83ed90eb98d)
 2022-07-06 12:04 UTC 

stable-rc/linux-4.9.y build: 186 builds: 3 failed, 183 passed, 2 errors, 34 warnings (v4.9.321-30-gaf28a1763ea8)
 2022-07-06 12:03 UTC 

stable-rc/linux-4.19.y build: 196 builds: 6 failed, 190 passed, 2 errors, 32 warnings (v4.19.250-34-gb9f174a70c6f)
 2022-07-06 12:03 UTC 

stable-rc/queue/5.4 build: 170 builds: 1 failed, 169 passed, 25 warnings (v5.4.203-58-g2f83f2254b60)
 2022-07-06 12:03 UTC 

[RFC v1] util/aio: Keep notification disabled as much as possible
 2022-07-06 11:59 UTC  (2+ messages)

[PATCH 0/3] gpio-regmap support for register fields and other hooks
 2022-07-06 12:02 UTC  (5+ messages)
` [PATCH 3/3] gpio: regmap: Support a custom ->to_irq() hook

[PATCH v1 00/16] Add driver nodes for MT8195 SoC
 2022-07-06 12:00 UTC  (6+ messages)
` [PATCH v1 08/16] arm64: dts: mt8195: Add power domains controller

[PATCH] gpio: gpiolib-of: Fix refcount bugs in of_mm_gpiochip_add_data()
 2022-07-06 12:01 UTC  (5+ messages)
  `  "
    `  "
      `  "

[PATCH 00/13] Add ipq806x missing bindings
 2022-07-06 12:01 UTC  (9+ messages)
` [PATCH 03/13] ARM: dts: qcom: add missing rpm regulators and cells for ipq8064
` [PATCH 09/13] ARM: dts: qcom: add smem node "

[igt-dev] [PATCH i-g-t 1/2] lib/i915: Add graphics release subversion to device info
 2022-07-06 12:01 UTC  (2+ messages)
` [igt-dev] [PATCH i-g-t 2/2] i915/gem_exec_fence: Support dg2+ batch predication

[PATCH v5 00/13] Canaan devicetree fixes
 2022-07-06 12:01 UTC  (7+ messages)

[meta-oe][PATCH 1/2] libspiro: Add recipe
 2022-07-06 12:00 UTC  (2+ messages)
` [meta-oe][PATCH 2/2] fontforge: Upgrade to 20220308

[PATCH 1/2] perf record: Fix "--per-thread" option for hybrid machines
 2022-07-06 12:00 UTC  (3+ messages)

[PATCH] thunderbolt: Add DP out resource when DP tunnel is discovered
 2022-07-06 12:00 UTC  (3+ messages)

clean up zoned device information v2
 2022-07-06 11:59 UTC  (7+ messages)
` [PATCH 11/16] block: replace blkdev_nr_zones with bdev_nr_zones
  ` [dm-devel] "
` [PATCH 13/16] nvmet:: use bdev based helpers in nvmet_bdev_zone_mgmt_emulate_all
  ` [dm-devel] "

[PATCH net 0/7] mptcp: Path manager fixes for 5.19
 2022-07-06 12:00 UTC  (2+ messages)

unable to read RDB block due to b9684a71fca793
 2022-07-06 12:00 UTC  (4+ messages)

[PATCH v2] ARM: dts: lan966x: Cleanup flexcom3 usart pinctrl settings
 2022-07-06 12:00 UTC  (2+ messages)

[GIT PULL] STM32 DT changes for v5.20 #1
 2022-07-06 12:00 UTC  (2+ messages)

[GIT PULL] Rockchip dts fixes for 5.19
 2022-07-06 12:00 UTC  (3+ messages)

[GIT PULL] Rockchip soc fixes for 5.19
 2022-07-06 12:00 UTC  (3+ messages)

[GIT PULL] Rockchip dts64 changes for 5.20 #1
 2022-07-06 12:00 UTC  (2+ messages)

[GIT PULL] Rockchip dts32 changes for 5.20 #1
 2022-07-06 12:00 UTC  (2+ messages)

[GIT PULL] Ux500 DTS updates for v5.20
 2022-07-06 12:00 UTC  (2+ messages)

Patchwork summary for: linux-soc
 2022-07-06 12:00 UTC 

Patchwork summary for: linux-soc
 2022-07-06 12:00 UTC 

[PATCH 0/8] xen/evtchn: implement static event channel signaling
 2022-07-06 11:59 UTC  (13+ messages)
` [PATCH 1/8] xen/evtchn: make evtchn_bind_interdomain global
` [PATCH 3/8] xen/evtchn: modify evtchn_bind_interdomain to allocate specified port
` [PATCH 4/8] xen/evtchn: modify evtchn_bind_interdomain to pass domain as argument

Recent changes (master)
 2022-07-06 12:00 UTC 

[PATCH V4 00/11] soc: bcm2835-power: Prepare BCM2711 V3D support
 2022-07-06 11:58 UTC  (3+ messages)
` [GIT PULL] Immutable branch between MFD and SoC due for the v5.20 merge window

[PATCH 0/5] clk: qcom: Drop use of pxo/cxo_board for rpm devices
 2022-07-06 11:58 UTC  (5+ messages)
` [PATCH 1/5] dt-bindings: clock: fix wrong clock documentation for qcom,rpmcc

[PATCH v5 0/4] Add support for Intel Thunder Bay SPI controller
 2022-07-06 11:58 UTC  (3+ messages)
` [PATCH v5 1/4] spi: dw: Fix IP-core versions macro

stopping ftrace on event
 2022-07-06 11:51 UTC  (3+ messages)

[RFC] Proposed location to host the firmware handoff specification
 2022-07-06 11:57 UTC  (8+ messages)

[PATCHv2] iommu/arm-smmu-qcom: Add debug support for TLB sync timeouts
 2022-07-06 11:56 UTC  (4+ messages)

[PATCH net-next] net: phy: micrel: Fix latency issues in LAN8814 PHY
 2022-07-06 11:57 UTC  (3+ messages)

RTT-PROBE: lore-subspace-rtt
 2022-07-06 11:56 UTC 

[PATCH v2] xen/arm: traps: Fix MISRA C 2012 Rule 8.4 violation
 2022-07-06 11:56 UTC 

[PATCH 0/9] ALSA: hda: Codec-reload bug fixes and cleanups
 2022-07-06 12:02 UTC  (10+ messages)
` [PATCH 1/9] ALSA: hda: Do not unset preset when cleaning up codec
` [PATCH 2/9] ALSA: hda: Fix null-ptr-deref when i915 fails and hdmi is denylisted
` [PATCH 3/9] ALSA: hda: Make device usage_count consistent across subsequent probing
` [PATCH 4/9] ALSA: hda: Fix put_device() inconsistency in error path
` [PATCH 5/9] ALSA: hda: Skip event processing for unregistered codecs
` [PATCH 6/9] ALSA: hda: Fix page fault in snd_hda_codec_shutdown()
` [PATCH 7/9] ALSA: hda: Reset all SIE bits in INTCTL
` [PATCH 8/9] ALSA: hda: Remove unused macro definition
` [PATCH 9/9] ALSA: hda/realtek: Remove redundant init_hook() in alc_default_init()

[ammarfaizi2-block:crng/random/master 1/1] include/linux/random.h:109:10: fatal error: asm/archrandom.h: No such file or directory
 2022-07-06 11:55 UTC 

[linux-next:pending-fixes] BUILD SUCCESS d3298a6516a4e08766594bf69471fc6d81542801
 2022-07-06 11:55 UTC 

[PATCH v1 0/3] PCI: qcom: sc7280: add missing clocks
 2022-07-06 11:55 UTC  (5+ messages)
` [PATCH v2 0/3] PCI: qcom: sc7280: add missing aggre0, aggre1 and ddrs sf tbu clocks
  ` [PATCH v2 2/3] dt-bindings: pci: QCOM Adding sc7280 aggre0, aggre1 clocks

[PATCH 7/7] mm/page_alloc: Replace local_lock with normal spinlock
 2022-07-06 11:53 UTC  (7+ messages)
` [mm/page_alloc] 2bd8eec68f: BUG:sleeping_function_called_from_invalid_context_at_mm/gup.c

[RFC PATCH] qobject: Rewrite implementation of QDict for in-order traversal
 2022-07-06 11:49 UTC  (3+ messages)

[PATCH 04/13] tracing/brcm: Use the new __vstring() helper
 2022-07-06 11:51 UTC  (5+ messages)

[GIT PULL] firmware: arm_scmi: Updates for v5.20
 2022-07-06 11:50 UTC 

[GIT PULL] arm64: dts: juno: Updates for v5.20
 2022-07-06 11:50 UTC 

[PATCH v12 0/2] iommu/mediatek: TTBR up to 35bit support
 2022-07-06 11:50 UTC  (2+ messages)

linux-next: Signed-off-by missing for commit in the iommu tree
 2022-07-06 11:51 UTC  (4+ messages)

[PATCH v3 RESEND 00/35] iommu/amd: Add multiple PCI segments support
 2022-07-06 11:38 UTC  (6+ messages)
` [PATCH v3 RESEND 33/35] iommu/amd: Print PCI segment ID in error log messages
` [PATCH v3 RESEND 34/35] iommu/amd: Update device_state structure to include PCI seg ID
` [PATCH v3 RESEND 35/35] iommu/amd: Update amd_iommu_fault "

[Intel-gfx] [PATCH] drm/i915/display: Add debug print for scaler filter
 2022-07-06 11:51 UTC  (2+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for "


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.