All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2022-06-08 10:31:16 to 2022-06-08 11:17:29 UTC [more...]

[PATCH 0/3] Cavium Octeon MIPS extensions
 2022-06-08 11:12 UTC  (4+ messages)
` [PATCH 2/3] target/mips: implement Octeon-specific BBIT instructions

[PATCH 0/5] Simplify vfio_iommu_type1 attach/detach routine
 2022-06-08 11:17 UTC  (4+ messages)
` [PATCH 3/5] vfio/iommu_type1: Prefer to reuse domains vs match enforced cache coherency

[PATCH] dt-bindings: mmc: renesas,sdhi: R-Car V3U is R-Car Gen4
 2022-06-08 11:17 UTC  (2+ messages)

[PATCH v4] eventdev: add adapter instance get API
 2022-06-08 11:16 UTC  (7+ messages)
` [PATCH v5 1/7] eventdev/eth_rx: "
  ` [PATCH v5 2/7] eventdev/eth_rx: add telemetry callback for instance get
  ` [PATCH v5 3/7] test/eth_rx: add test case for instance get API
  ` [PATCH v5 4/7] eventdev/eth_tx: add "
  ` [PATCH v5 6/7] doc/eth_rx: update "
  ` [PATCH v5 7/7] doc/eth_tx: "

[PATCH] dt-bindings: mmc: renesas,sdhi: Document R-Car S4-8 and generic Gen4 support
 2022-06-08 11:16 UTC  (2+ messages)

[GIT PULL] tpmdd updates for v5.19-rc2-v2
 2022-06-08 11:14 UTC 

RTT-PROBE: lore-subspace-rtt
 2022-06-08 11:15 UTC 

[PATCH v2 0/3] bpf: Add bpf_verify_pkcs7_signature() helper
 2022-06-08 11:12 UTC  (4+ messages)
` [PATCH v2 1/3] "
` [PATCH v2 2/3] selftests/bpf: Add test_progs opts for sign-file and kernel priv key + cert
` [PATCH v2 3/3] selftests/bpf: Add test for bpf_verify_pkcs7_signature() helper

[PATCH] examples/kni: clear warning about discarding const qualifier
 2022-06-08 11:13 UTC  (4+ messages)
` [PATCH v4 0/2] kni: fix build warnings with Linux 5.17+
  ` [PATCH v4 1/2] kni: use dedicated function to set random MAC address
  ` [PATCH v4 2/2] kni: fix warning about discarding const qualifier

[PATCH 5.15 000/667] 5.15.46-rc1 review
 2022-06-08 11:11 UTC  (3+ messages)

[PATCH v3] io_uring: switch cancel_hash to use per entry spinlock
 2022-06-08 11:12 UTC 

[PATCH] Fix RISC-V builds
 2022-06-08 11:13 UTC  (5+ messages)

[Buildroot] [PATCH] package/nettle: bump to version 3.8
 2022-06-08 11:12 UTC 

[PATCH 0/2] Improve vfio-pci primary GPU assignment behavior
 2022-06-08 11:11 UTC  (4+ messages)
` [PATCH 2/2] vfio/pci: Remove console drivers

[Buildroot] [PATCH] package/lsof: bump to version 4.95.0
 2022-06-08 11:11 UTC 

[PATCH net v2 0/1] PHY interruptus horribilis
 2022-06-08 11:09 UTC  (3+ messages)

[Buildroot] [PATCH] package/libgtk3: bump to version 3.24.34
 2022-06-08 11:11 UTC 

[Buildroot] [PATCH] package/iptables: bump to version 1.8.8
 2022-06-08 11:09 UTC 

[Buildroot] [PATCH] package/htop: bump to version 3.2.1
 2022-06-08 11:09 UTC 

[PATCH 0/1] Reusing modifier socket for bulk ct loads
 2022-06-08 11:08 UTC  (5+ messages)
` [PATCH 1/1] conntrack: use same modifier socket for bulk ops

[GIT PULL] tpmdd updates for v5.19-rc2
 2022-06-08 11:06 UTC  (2+ messages)

[PATCH V2 0/2] docs/zh_CN: riscv: Update the translation to 5.19-rc1
 2022-06-08 11:08 UTC  (3+ messages)
` [PATCH V2 1/2] docs/zh_CN: riscv: Remove the translation of pmu.rst
` [PATCH V2 2/2] docs/zh_CN: riscv: Update the translation of vm-layout.rst to 5.19-rc1

[REGRESSION] gpio: omap: ensure irq is enabled before wakeup
 2022-06-08 11:08 UTC  (6+ messages)

[PATCH v3 00/23] platform/chrome: Kunit tests and refactor for cros_ec_query_all()
 2022-06-08 11:07 UTC  (24+ messages)
` [PATCH v3 01/23] platform/chrome: cros_ec_commands: fix compile errors
` [PATCH v3 02/23] platform/chrome: cros_ec_proto: add Kunit tests for cros_ec_query_all()
` [PATCH v3 03/23] platform/chrome: use macros for passthru indexes
` [PATCH v3 04/23] platform/chrome: cros_ec_proto: assign buffer size from protocol info
` [PATCH v3 05/23] platform/chrome: cros_ec_proto: remove redundant NULL check
` [PATCH v3 06/23] platform/chrome: cros_ec_proto: use cros_ec_map_error()
` [PATCH v3 07/23] platform/chrome: cros_ec_proto: separate cros_ec_get_proto_info()
` [PATCH v3 08/23] platform/chrome: cros_ec_proto: add Kunit tests for getting proto info
` [PATCH v3 09/23] platform/chrome: cros_ec_proto: handle empty payload in "
` [PATCH v3 10/23] platform/chrome: cros_ec_proto: separate cros_ec_get_proto_info_legacy()
` [PATCH v3 11/23] platform/chrome: cros_ec_proto: add Kunit test for getting legacy info
` [PATCH v3 12/23] platform/chrome: cros_ec_proto: handle empty payload in getting info legacy
` [PATCH v3 13/23] platform/chrome: cros_ec: don't allocate `din` and `dout` in cros_ec_register()
` [PATCH v3 14/23] platform/chrome: don't use devm variants for `din` and `dout`
` [PATCH v3 15/23] platform/chrome: cros_ec_proto: don't show MKBP version if unsupported
` [PATCH v3 16/23] platform/chrome: cros_ec_proto: return 0 on getting cmd mask success
` [PATCH v3 17/23] platform/chrome: cros_ec_proto: add Kunit test for getting cmd mask error
` [PATCH v3 18/23] platform/chrome: cros_ec_proto: check `msg->result` in getting cmd mask
` [PATCH v3 19/23] platform/chrome: cros_ec_proto: add Kunit tests for "
` [PATCH v3 20/23] platform/chrome: cros_ec_proto: handle empty payload in "
` [PATCH v3 21/23] platform/chrome: cros_ec_proto: return 0 on getting wake mask success
` [PATCH v3 22/23] platform/chrome: cros_ec_proto: add Kunit test for getting wake mask
` [PATCH v3 23/23] platform/chrome: cros_ec_proto: handle empty payload in "

[PATCH] HID: hid-input: add Surface Go battery quirk
 2022-06-08 11:07 UTC  (2+ messages)

[PATCH] Resolve WMI query failures on some devices
 2022-06-08 11:06 UTC  (3+ messages)

[PATCH 1/2] HID: intel-ish-hid: ipc: use time_before to replace "jiffies < a"
 2022-06-08 11:06 UTC  (2+ messages)

RTT-PROBE: lore-subspace-rtt
 2022-06-08 11:05 UTC 

[PATCH v2 0/2] Add software clock gating requirement check
 2022-06-08 11:04 UTC  (5+ messages)
` [PATCH v2 1/2] soundwire: qcom: Add flag for software clock gating check
` [PATCH v2 2/2] ASoC: qcom: soundwire: Add software clock gating requirement check

[PATCH 0/6] Fix and extend Qualcomm IOMMU support
 2022-06-08 11:03 UTC  (19+ messages)
` [PATCH 1/6] iommu/qcom: Use the asid read from device-tree if specified
` [PATCH 2/6] iommu/qcom: Write TCR before TTBRs to fix ASID access behavior

[RESEND v2 0/3] usb: gadget: uvc: fixes and improvements
 2022-06-08 11:03 UTC  (4+ messages)
` [RESEND v2 1/3] usb: gadget: uvc: calculate the number of request depending on framesize
` [RESEND v2 2/3] usb: gadget: uvc: increase worker prio to WQ_HIGHPRI
` [RESEND v2 3/3] usb: gadget: uvc: call uvc uvcg_warn on completed status instead of uvcg_info

[PATCH v8 0/3] Add QCOM SNPS PHY overriding params support
 2022-06-08 11:03 UTC  (5+ messages)
` [PATCH v8 1/3] dt-bindings: phy: qcom,usb-snps-femto-v2: Add phy override params bindings

[PATCH V2 0/3] DSI host and peripheral initialisation ordering
 2022-06-08 11:02 UTC  (14+ messages)
` [PATCH V2 1/4] drm/bridge: Remove duplication from drm_bridge and drm_atomic_bridge chains
` [PATCH V2 3/4] drm/panel: Add prepare_upstream_first flag to drm_panel

[PATCH rdma-next 0/5] MR cache cleanup
 2022-06-08 11:01 UTC  (3+ messages)
` [PATCH rdma-next 2/5] RDMA/mlx5: Replace cache list with Xarray

[PATCH] platform/x86: Move AMD platform drivers to separate directory
 2022-06-08 11:00 UTC  (2+ messages)

[PATCH v2 1/2] dt-bindings: arm: qcom: Add sdm845 compatibles
 2022-06-08 11:00 UTC  (5+ messages)
` [PATCH v2 2/2] arm64: dts: qcom: add device tree for LG G7 and LG V35

[PATCH v5 00/45] Transactional block-graph modifying API
 2022-06-08 10:57 UTC  (5+ messages)
` [PATCH v5 17/45] block: drop bdrv_remove_filter_or_cow_child
` [PATCH v5 18/45] block: bdrv_refresh_perms(): allow external tran

[PATCH 1/1] platform/x86/intel: Fix uninitialized entry in pmt_crashlog_probe
 2022-06-08 10:58 UTC  (2+ messages)

What mechanisms protect against split brain?
 2022-06-08 10:58 UTC  (5+ messages)

[RESEND v7 0/4] usb: gadget: uvc: use configfs entries for negotiation and v4l2 VIDIOCS
 2022-06-08 10:57 UTC  (5+ messages)
` [RESEND v7 1/4] media: v4l: move helper functions for fractions from uvc to v4l2-common
` [RESEND v7 2/4] media: uvcvideo: move uvc_format_desc to common header
` [RESEND v7 3/4] usb: gadget: uvc: add VIDIOC function
` [RESEND v7 4/4] usb: gadget: uvc: add format/frame handling code

[PATCH mptcp-next v2] mptcp: call mp_fail_no_response only when needed
 2022-06-08 10:57 UTC  (3+ messages)
` mptcp: call mp_fail_no_response only when needed: Tests Results

[PATCH] irqchip/irq-imx-irqsteer: Get/put PM runtime in ->irq_unmask()/irq_mask()
 2022-06-08 10:56 UTC  (4+ messages)

[PATCH 01/12] dt-bindings: vendor-prefixes: add Shift GmbH
 2022-06-08 10:56 UTC  (2+ messages)

RTT-PROBE: lore-subspace-rtt
 2022-06-08 10:55 UTC 

[PATCH v11 0/5] PCI: qcom: Rework pipe_clk/pipe_clk_src handling
 2022-06-08 10:52 UTC  (6+ messages)
` [PATCH v11 1/5] clk: qcom: regmap: add PHY clock source implementation
` [PATCH v11 2/5] clk: qcom: gcc-sm8450: use new clk_regmap_phy_mux_ops for PCIe pipe clocks
` [PATCH v11 3/5] clk: qcom: gcc-sc7280: "
` [PATCH v11 4/5] PCI: qcom: Remove unnecessary pipe_clk handling
` [PATCH v11 5/5] PCI: qcom: Drop manual pipe_clk_src handling

[PATCH 0/2] arm64: renesas: Add RZ/V2M watchdog support
 2022-06-08 10:52 UTC  (3+ messages)
` [PATCH 1/2] dt-bindings: watchdog: renesas,wdt: Add r9a09g011 (RZ/V2M) support

[PATCH v6 00/12] platform/x86: introduce p2sb_bar() helper
 2022-06-08 10:50 UTC  (3+ messages)

[PATCH] ASoC: ops: Fix off by one in range control validation
 2022-06-08 10:49 UTC  (2+ messages)

[PATCH] arm: bcm2711-rpi-4-b: Add gpio offsets to line name array
 2022-06-08 10:50 UTC  (7+ messages)

[PATCH v2 00/17] Add support for AXP192 PMIC
 2022-06-08 10:50 UTC  (7+ messages)
` [PATCH v2 03/17] dt-bindings: mfd: add bindings for AXP192 MFD device
` [PATCH v2 04/17] dt-bindings: iio: adc: axp209: Add AXP192 compatible
` [PATCH v2 05/17] dt-bindings: power: supply: axp20x: "

[PATCH] platform/x86/intel: hid: Add Surface Go to VGBS allow list
 2022-06-08 10:49 UTC  (2+ messages)

[PATCH 00/20] ASoC: DAI clocking terminology modernisation
 2022-06-08 10:49 UTC  (2+ messages)

[Buildroot] [PATCH] package/gnutls: bump to version 3.7.6
 2022-06-08 10:49 UTC 

[RFC PATCH] fuse: support cache revalidation in writeback_cache mode
 2022-06-08 10:49 UTC  (7+ messages)
  `  "
      `  "
          ` [External] "

[PATCH 1/2] regulator: qcom_smd: add get_voltage to MP5496
 2022-06-08 10:49 UTC  (2+ messages)

[Ocfs2-devel] [PATCH 0/1] test case for patch 1/1
 2022-06-08 10:48 UTC  (2+ messages)
` [Ocfs2-devel] [PATCH 1/1] ocfs2: fix ocfs2_find_slot repeats alloc same slot issue

[PATCH][next] spi: s3c64xx: Fix spelling mistake "hannel" -> "channel"
 2022-06-08 10:46 UTC  (3+ messages)

[PATCH 0/3] arm: bcmbca: add bcm6855 SoC support
 2022-06-08 10:46 UTC  (4+ messages)
` [PATCH 1/3] dt-bindings: arm: add BCM6855 SoC

[PATCH v4 0/6] LSR flag preservation improvements
 2022-06-08 10:46 UTC  (3+ messages)
` [PATCH v4 1/6] serial: 8250: Store to lsr_save_flags after lsr read

[PATCH] fuse: add FOPEN_INVAL_ATTR
 2022-06-08 10:42 UTC 

[PATCH v3 0/4] Introduce pmu-events support for HiFive Unmatched
 2022-06-08 10:45 UTC  (4+ messages)
` [PATCH v3 3/4] RISC-V: Added generic pmu-events mapfile

[PATCH 0/3] jump_label: get rid of NOP patching where possible
 2022-06-08 10:45 UTC  (4+ messages)
` [PATCH 1/3] jump_label: s390: avoid pointless initial NOP patching
` [PATCH 2/3] jump_label: mips: move module NOP patching into arch code
` [PATCH 3/3] jump_label: make initial NOP patching the special case

[PATCH] staging: r8188eu: remove HW_VAR_SLOT_TIME from SetHwReg8188EU()
 2022-06-08 10:45 UTC  (5+ messages)
` [BUG] staging: r8188eu: driver stopped working with commit ("staging: r8188eu: add check for kzalloc")

RTT-PROBE: lore-subspace-rtt
 2022-06-08 10:44 UTC 

[PATCH 5.18 000/879] 5.18.3-rc1 review
 2022-06-08 10:32 UTC  (4+ messages)
` [PATCH 5.18 579/879] pinctrl/rockchip: support deferring other gpio params

[PATCH] vdpa: allow vdpa dev_del management operation to return failure
 2022-06-08 10:41 UTC  (5+ messages)

[PATCH] target/mips: make SEMIHOSTING conditional on TCG
 2022-06-08 10:40 UTC 

[PATCH v16 0/3] Microchip Polarfire FPGA manager
 2022-06-08 10:35 UTC  (7+ messages)
` [PATCH v16 2/3] fpga: microchip-spi: add Microchip MPF "

[PATCH for-next v10 00/11] Elastic RDMA Adapter (ERDMA) driver
 2022-06-08 10:43 UTC  (12+ messages)
` [PATCH for-next v10 01/11] RDMA: Add ERDMA to rdma_driver_id definition
` [PATCH for-next v10 02/11] RDMA/erdma: Add the hardware related definitions
` [PATCH for-next v10 03/11] RDMA/erdma: Add main include file
` [PATCH for-next v10 04/11] RDMA/erdma: Add cmdq implementation
` [PATCH for-next v10 05/11] RDMA/erdma: Add event queue implementation
` [PATCH for-next v10 06/11] RDMA/erdma: Add verbs header file
` [PATCH for-next v10 07/11] RDMA/erdma: Add verbs implementation
` [PATCH for-next v10 08/11] RDMA/erdma: Add connection management (CM) support
` [PATCH for-next v10 09/11] RDMA/erdma: Add the erdma module
` [PATCH for-next v10 10/11] RDMA/erdma: Add the ABI definitions
` [PATCH for-next v10 11/11] RDMA/erdma: Add driver to kernel build environment

[PATCH] ci(github): bring back the 'print test failures' step
 2022-06-08 10:43 UTC 

[PATCH v1] regmap: add generic indirect regmap support
 2022-06-08 10:43 UTC  (4+ messages)

Patch: Make Sched* struct fields public so they can be constructed
 2022-06-08 10:43 UTC  (2+ messages)

[PATCH 01/36] tty/vt: consolemap: use ARRAY_SIZE()
 2022-06-08 10:43 UTC  (6+ messages)
` [PATCH 16/36] tty/vt: consolemap: check put_user() in con_get_unimap()

[PATCH v8 00/12] hw/nvme: SR-IOV with Virtualization Enhancements
 2022-06-08 10:38 UTC  (3+ messages)

[PATCH v5 0/5] i386/pc: Fix creation of >= 1010G guests on AMD systems with IOMMU
 2022-06-08 10:37 UTC  (2+ messages)

[PATCH -next] RDMA/erdma: remove unneeded semicolon
 2022-06-08 10:41 UTC  (4+ messages)

[qemu-mainline test] 170874: FAIL
 2022-06-08 10:40 UTC 

[PATCH v2] fpga: altera-cvp: Truncated bitstream error support
 2022-06-08 10:30 UTC  (3+ messages)

[PATCH 0/2] microblaze: Fix timer and interrupt code
 2022-06-08 10:38 UTC  (3+ messages)
` [PATCH 1/2] microblaze: Convert axi timer to DM driver
` [PATCH 2/2] microblaze: Remove interrupt handler

[PATCH net-next 0/9] net:
 2022-06-08 10:37 UTC  (4+ messages)
` [PATCH net-next 1/9] vlan: adopt u64_stats_t

Possibly dangerous interpretation of address/prefix pair in -s option
 2022-06-08 10:38 UTC  (3+ messages)

[Intel-gfx] [PATCH] tests/kms_async_flips: first async flip discarded on i915
 2022-06-08 10:37 UTC  (3+ messages)
` [Intel-gfx] [PATCH i-g-t] "
  ` [igt-dev] "

[PATCH nf] netfilter: use get_random_u32 instead of prandom
 2022-06-08 10:33 UTC  (2+ messages)

[PATCH] util: NUMA aware memory preallocation
 2022-06-08 10:34 UTC  (5+ messages)

[PATCH RFC 0/2] Add PLIC support for Renesas RZ/Five SoC
 2022-06-08 10:27 UTC  (7+ messages)
` [PATCH RFC 2/2] irqchip/sifive-plic: Add "

clang-15: error: unknown argument: '-mr10k-cache-barrier=store'
 2022-06-08 10:34 UTC 

[PATCH v10 00/21] drm/mediatek: Add mt8195 DisplayPort driver
 2022-06-08 10:26 UTC  (7+ messages)
` [PATCH v10 18/21] drm/mediatek: Add mt8195 Embedded "

[PATCH v2 0/9] deferred_probe_timeout logic clean up
 2022-06-08 10:25 UTC  (5+ messages)

RTT-PROBE: lore-subspace-rtt
 2022-06-08 10:34 UTC 

[Intel-gfx] [PULL] drm-misc-next
 2022-06-08 10:34 UTC  (2+ messages)
`  "

[PATCH] eal: fix segment fault when exit trace
 2022-06-08 10:31 UTC  (2+ messages)

[PATCH v2 00/20] Introduce Nuvoton Arbel NPCM8XX BMC SoC
 2022-06-08 10:21 UTC  (6+ messages)
` [PATCH v2 02/20] dt-bindings: serial: 8250: Add npcm845 compatible string
` [PATCH v2 03/20] tty: serial: 8250: Add NPCM845 UART support
` [PATCH v2 04/20] dt-bindings: watchdog: npcm: Add npcm845 compatible string
` [PATCH v2 18/20] arm64: dts: nuvoton: Add initial NPCM8XX device tree

[PATCH v6 00/38] KVM: x86: hyper-v: Fine-grained TLB flush + L2 TLB flush features
 2022-06-08 10:18 UTC  (3+ messages)
` [PATCH v6 05/38] KVM: x86: hyper-v: Handle HVCALL_FLUSH_VIRTUAL_ADDRESS_LIST{,EX} calls gently


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.