All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2022-01-21 20:31:03 to 2022-01-21 21:36:36 UTC [more...]

[PATCH v12 1/2] dt-bindings: pwm: Add Xilinx AXI Timer
 2022-01-21 21:34 UTC  (4+ messages)
` [PATCH v12 2/2] pwm: Add support for "

[Intel-gfx] [PATCH v4 0/5] discrete card 64K page support
 2022-01-21 21:36 UTC  (4+ messages)
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for discrete card 64K page support (rev2)
` [Intel-gfx] ✗ Fi.CI.SPARSE: "
` [Intel-gfx] ✗ Fi.CI.BAT: failure "

[PATCH bpf-next v4 0/8] libbpf: Implement BTFGen
 2022-01-21 21:35 UTC  (16+ messages)
` [PATCH bpf-next v4 1/8] libbpf: split bpf_core_apply_relo()
` [PATCH bpf-next v4 2/8] libbpf: Implement changes needed for BTFGen in bpftool
` [PATCH bpf-next v4 3/8] bpftool: Add gen btf command
` [PATCH bpf-next v4 4/8] bpftool: Implement btf_save_raw()

[PATCH v3 0/3] Clock based PWM output driver
 2022-01-21 21:34 UTC  (4+ messages)
` [PATCH v3 2/3] dt-bindings: pwm: Document clk based PWM controller

[PATCH 1/2] mmc:sdhci-msm:fix Qualcomm sd host 7180 SD card compatibility issue
 2022-01-21 21:33 UTC  (3+ messages)

[PATCH v4 0/4] arm: kirkwood: Add support for Pogoplug V4
 2022-01-21 21:33 UTC  (4+ messages)
` [PATCH v4 3/4] arm: kirkwood: Pogoplug-V4 : Add board implementation files

[Bug][5.17-rc0] Between commits daadb3bd0e8d and 455e73a07f6e, the kernel stops loading on my devices
 2022-01-21 21:33 UTC  (9+ messages)

[PATCH] python: pin setuptools below v60.0.0
 2022-01-21 21:03 UTC  (3+ messages)

[RFC PATCH] Bluetooth: hci_event: Ignore multiple conn complete events
 2022-01-21 21:31 UTC  (3+ messages)

ksmbd kernel docs
 2022-01-21 21:29 UTC 

[Buildroot] [PATCH 1/8] package/perl-date-manip: bump to version 6.86
 2022-01-21 21:28 UTC  (2+ messages)

[PATCH 00/31] leds: start removing obsolete/useless enum
 2022-01-21 16:54 UTC  (2+ messages)
` [Nouveau] [PATCH 01/31] gpu: nouveau: nouveau_led: changing LED_FULL to actual value

[PATCH v4 1/3] dt-bindings: interconnect: imx8m-noc: Add fsl,icc-id property
 2022-01-21 21:27 UTC  (3+ messages)

[Buildroot] [git commit] package/perl-uri: bump to version 5.10
 2022-01-21 21:23 UTC 

[Buildroot] [git commit] package/perl-try-tiny: bump to version 0.31
 2022-01-21 21:23 UTC 

[Buildroot] [git commit] package/perl-net-dns: bump to version 1.33
 2022-01-21 21:23 UTC 

[Buildroot] [git commit] package/perl-libwww-perl: bump to version 6.60
 2022-01-21 21:23 UTC 

[Buildroot] [git commit] package/perl-path-tiny: bump to version 0.122
 2022-01-21 21:23 UTC 

[Buildroot] [git commit] package/perl-date-manip: bump to version 6.86
 2022-01-21 21:23 UTC 

[Buildroot] [git commit] package/perl-io-socket-ssl: bump to version 2.074
 2022-01-21 21:23 UTC 

[Buildroot] [git commit] package/perl-http-message: bump to version 6.36
 2022-01-21 21:23 UTC 

tests/tcg/multiarch/threadcount failing on GitLab
 2022-01-21 20:54 UTC  (2+ messages)

[PATCH 00/31] vDPA shadow virtqueue
 2022-01-21 20:27 UTC  (32+ messages)
` [PATCH 01/31] vdpa: Reorder virtio/vhost-vdpa.c functions
` [PATCH 02/31] vhost: Add VhostShadowVirtqueue
` [PATCH 03/31] vdpa: Add vhost_svq_get_dev_kick_notifier
` [PATCH 04/31] vdpa: Add vhost_svq_set_svq_kick_fd
` [PATCH 05/31] vhost: Add Shadow VirtQueue kick forwarding capabilities
` [PATCH 06/31] vhost: Route guest->host notification through shadow virtqueue
` [PATCH 07/31] vhost: dd vhost_svq_get_svq_call_notifier
` [PATCH 08/31] vhost: Add vhost_svq_set_guest_call_notifier
` [PATCH 09/31] vhost-vdpa: Take into account SVQ in vhost_vdpa_set_vring_call
` [PATCH 10/31] vhost: Route host->guest notification through shadow virtqueue
` [PATCH 11/31] vhost: Add vhost_svq_valid_device_features to shadow vq
` [PATCH 12/31] vhost: Add vhost_svq_valid_guest_features "
` [PATCH 13/31] vhost: Add vhost_svq_ack_guest_features "
` [PATCH 14/31] virtio: Add vhost_shadow_vq_get_vring_addr
` [PATCH 15/31] vdpa: Add vhost_svq_get_num
` [PATCH 16/31] vhost: pass queue index to vhost_vq_get_addr
` [PATCH 17/31] vdpa: adapt vhost_ops callbacks to svq
` [PATCH 18/31] vhost: Shadow virtqueue buffers forwarding
` [PATCH 19/31] utils: Add internal DMAMap to iova-tree
` [PATCH 20/31] util: Store DMA entries in a list
` [PATCH 21/31] util: Add iova_tree_alloc
` [PATCH 22/31] vhost: Add VhostIOVATree
` [PATCH 23/31] vdpa: Add custom IOTLB translations to SVQ
` [PATCH 24/31] vhost: Add vhost_svq_get_last_used_idx
` [PATCH 25/31] vdpa: Adapt vhost_vdpa_get_vring_base to SVQ
` [PATCH 26/31] vdpa: Clear VHOST_VRING_F_LOG at vhost_vdpa_set_vring_addr in SVQ
` [PATCH 27/31] vdpa: Never set log_base addr if SVQ is enabled
` [PATCH 28/31] vdpa: Expose VHOST_F_LOG_ALL on SVQ
` [PATCH 29/31] vdpa: Make ncs autofree
` [PATCH 30/31] vdpa: Move vhost_vdpa_get_iova_range to net/vhost-vdpa.c
` [PATCH 31/31] vdpa: Add x-svq to NetdevVhostVDPAOptions

stable-rc/queue/4.4 baseline: 125 runs, 1 regressions (v4.4.299-9-g2dd38d9f15a4)
 2022-01-21 21:23 UTC 

[PATCH] mkimage: Call verify_header after writing image to disk
 2022-01-21 21:21 UTC  (3+ messages)
` [PATCH v2] tools: "

[PATCH 0/3] mtd: rawnand: stm32_fmc2: Add NAND Write Protect support
 2022-01-21 21:19 UTC  (4+ messages)
` [PATCH 1/3] dt-binding: mtd: nand: Document the wp-gpios property

[BUG] builtin/checkout.c:1098: should be able to skip past 'refs/heads/'
 2022-01-21 21:19 UTC  (5+ messages)
` [PATCH] checkout: fix BUG() case in 9081a421a6

[Bug 215511] New: Dual monitor with amd 5700 causes system to hang at startup
 2022-01-21 21:19 UTC  (2+ messages)
` [Bug 215511] "

[PATCH 1/1] media: dvb-core: Enhance shared multi-frontend support
 2022-01-21 21:18 UTC 

[PATCH V2] phy: nop-phy: Enable reset-gpios support
 2022-01-21 21:18 UTC  (2+ messages)

[PATCH v11 0/3] media: mediatek: support mdp3 on mt8183 platform
 2022-01-21 21:16 UTC  (5+ messages)
` [PATCH v11 1/3] dt-binding: mt8183: add Mediatek MDP3 dt-bindings

best way to disable ANEG and force ethernet link?
 2022-01-21 21:17 UTC  (2+ messages)

[PATCH 0/1] media: dvb-core: Enhance shared multi-frontend support
 2022-01-21 21:17 UTC 

[PATCH v2 1/2] selftests/lkdtm: Remove dead config option
 2022-01-21 21:17 UTC  (4+ messages)
` [PATCH v2 2/2] selftests/lkdtm: Add UBSAN config

[Buildroot] [PATCH 1/1] package/re2: switch to generic-package make build
 2022-01-21 21:16 UTC  (10+ messages)

[PATCH bpf-next 0/3] Add bpf_access_process_vm helper and sleepable bpf iterator programs
 2022-01-21 21:15 UTC  (7+ messages)
` [PATCH v6 bpf-next 0/3] Add bpf_copy_from_user_task "
  ` [PATCH v6 bpf-next 1/3] bpf: Add bpf_copy_from_user_task() helper

[PATCH v3 00/31] Initial implementation of standard boot
 2022-01-21 21:15 UTC  (11+ messages)
` [PATCH v3 30/31] bootstd: doc: Add documentation

[PATCH v3 04/16] clk: samsung: fsd: Add initial clock support
 2022-01-21 21:13 UTC  (4+ messages)

[PATCH] xen-mapcache: Avoid entry->lock overflow
 2022-01-21 21:14 UTC  (2+ messages)

[Intel-gfx] [PATCH] drm/i915/rpl-s: Add stepping info
 2022-01-21 21:13 UTC  (3+ messages)
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for "
` [Intel-gfx] ✓ Fi.CI.BAT: success "

[PATCH] inet: missing lock releases in udp.c
 2022-01-21 21:13 UTC 

incorrect 'git (checkout|branch) -h' output with new --track modes (was: [PATCH v8 2/3] branch: add flags and config to inherit tracking)
 2022-01-21 21:12 UTC  (13+ messages)
` [PATCH] branch,checkout: fix --track usage strings
    ` [PATCH] parse-options: document automatic PARSE_OPT_LITERAL_ARGHELP

[BlueZ PATCH v1 1/2] adapter: support AOSP MGMT_EV_QUALITY_REPORT
 2022-01-21 21:11 UTC  (4+ messages)
` [BlueZ PATCH v1 2/2] adapter: support Intel MGMT_EV_QUALITY_REPORT

[Intel-gfx] [PATCH 0/2] A few CT updates
 2022-01-21 21:03 UTC  (5+ messages)
` [Intel-gfx] [PATCH 1/2] drm/i915/guc: Don't check CT descriptor status before CT write / read
    `  "

[Bug] nvme blocks PC10 since v5.15 - bisected
 2022-01-21 21:09 UTC  (2+ messages)

[PATCH v1 00/14] Add mdp support for mt8195
 2022-01-21 21:06 UTC  (4+ messages)
` [PATCH v1 14/14] dt-bindings: media: mediatek: mdp3: add yaml for new modules added in mt8195

[PATCH v3 0/9] i2c: piix4: Replace cd6h/cd7h port I/O accesses with MMIO accesses
 2022-01-21 21:07 UTC  (5+ messages)
` [PATCH v3 8/9] i2c: piix4: Add EFCH MMIO support for SMBus port select

[PATCH v3 0/3] KVM: x86: Provide per VM capability for disabling PMU virtualization
 2022-01-21 21:07 UTC  (4+ messages)
` [PATCH v3 1/3] "
` [PATCH v3 2/3] KVM: selftests: Allow creation of selftest VM without vcpus
` [PATCH v3 3/3] KVM: selftests: Verify disabling PMU virtualization via KVM_CAP_CONFIG_PMU

[PATCH v5 0/6] drm/msm/dpu: simplify RM code
 2022-01-21 21:06 UTC  (14+ messages)
` [PATCH v5 1/6] drm/msm/dpu: drop unused lm_max_width from RM
` [PATCH v5 2/6] drm/msm/dpu: add DSPP blocks teardown
` [PATCH v5 3/6] drm/msm/dpu: get INTF blocks directly rather than through RM
` [PATCH v5 4/6] drm/msm/dpu: stop embedding dpu_hw_blk into dpu_hw_intf
` [PATCH v5 5/6] drm/msm/dpu: fix error handling in dpu_rm_init
` [PATCH v5 6/6] drm/msm/dpu: move VBIF blocks handling to dpu_rm

[PATCH v3 00/15] Multiple addition and improvement to ipq8064 gcc
 2022-01-21 21:03 UTC  (16+ messages)
` [PATCH v3 01/15] dt-bindings: clock: split qcom,gcc.yaml to common and specific schema
` [PATCH v3 02/15] dt-bindings: clock: simplify qcom,gcc-apq8064 Documentation
` [PATCH v3 03/15] dt-bindings: clock: Document qcom,gcc-ipq8064 binding
` [PATCH v3 04/15] drivers: clk: qcom: gcc-ipq806x: fix wrong naming for gcc_pxo_pll8_pll0
` [PATCH v3 05/15] drivers: clk: qcom: gcc-ipq806x: convert parent_names to parent_data
` [PATCH v3 06/15] drivers: clk: qcom: gcc-ipq806x: use ARRAY_SIZE for num_parents
` [PATCH v3 07/15] drivers: clk: qcom: gcc-ipq806x: drop hardcoded pxo and cxo source clk
` [PATCH v3 08/15] drivers: clk: qcom: gcc-ipq806x: add additional freq nss cores
` [PATCH v3 09/15] drivers: clk: qcom: gcc-ipq806x: add unusued flag for critical clock
` [PATCH v3 10/15] drivers: clk: qcom: gcc-ipq806x: add additional freq for sdc table
` [PATCH v3 11/15] dt-bindings: clock: add ipq8064 ce5 clk define
` [PATCH v3 12/15] drivers: clk: qcom: gcc-ipq806x: add CryptoEngine clocks
` [PATCH v3 13/15] dt-bindings: reset: add ipq8064 ce5 resets
` [PATCH v3 14/15] drivers: clk: qcom: gcc-ipq806x: add CryptoEngine resets
` [PATCH v3 15/15] ARM: dts: qcom: Add syscon and cxo/pxo clock to gcc node for ipq8064

Wireguard Windows Service Issues
 2022-01-21 21:03 UTC  (3+ messages)

[PATCH v1] xtensa: Remove unused early_read_config_byte() et al declarations
 2022-01-21 21:02 UTC 

[PATCH v4 0/2] mkconfig: use distro sorts when available
 2022-01-21 21:01 UTC  (3+ messages)
` [PATCH v4 1/2] Correct sorting of kernel names containing '_'
` [PATCH v4 2/2] mkconfig: use distro sorts when available

[PATCH v4 0/5] drm/msm/dpu: simplify RM code
 2022-01-21 21:01 UTC  (5+ messages)
` [PATCH v4 5/5] drm/msm/dpu: move VBIF blocks handling to dpu_rm

[PATCH v3] drivers: spi-nor: Add JEDEC id for W25Q16JV
 2022-01-21 20:59 UTC  (5+ messages)

[RFC PATCH v3 net-next 0/4] Preserve mono delivery time (EDT) in skb->tstamp
 2022-01-21 20:56 UTC  (4+ messages)
` [RFC PATCH v3 net-next 4/4] bpf: Add __sk_buff->mono_delivery_time and handle __sk_buff->tstamp based on tc_at_ingress

[PATCH BlueZ 1/4] shared/gatt-db: Introduce gatt_db_service_add_ccc
 2022-01-21 20:54 UTC  (4+ messages)
` [PATCH BlueZ 2/4] gatt: Make use of gatt_db_service_add_ccc
` [PATCH BlueZ 3/4] shared/gatt-db: Introduce gatt_db_attribute_notify
` [PATCH BlueZ 4/4] gatt: Make use of gatt_db_attribute_notify

[RFC 0/2] Encrypt secrets using systemd provided key
 2022-01-21 20:54 UTC 

[PATCH] lib/crypto: blake2s: fix a CFI failure
 2022-01-21 20:51 UTC  (7+ messages)
` [PATCH] lib/crypto: blake2s: avoid indirect calls to compression function for Clang CFI

[Buildroot] [PATCH v2] package/qt5/qt5base: fix CVE-2021-38593
 2022-01-21 20:53 UTC  (2+ messages)

[Buildroot] [git commit] package/qt5/qt5base: fix CVE-2021-38593
 2022-01-21 20:50 UTC 

[PATCH v1] microblaze/PCI: Remove pci_phys_mem_access_prot() dead code
 2022-01-21 20:51 UTC 

[PATCH] drm/amd/display: Fix memory leak
 2022-01-21 20:51 UTC  (3+ messages)

[RFC v1 3/5] xen/arm: introduce SCMI-SMC mediator driver
 2022-01-21 20:49 UTC  (12+ messages)

[PATCH] drm/amd/pm: remove useless if
 2022-01-21 20:49 UTC  (3+ messages)

[GSoC] [PATCH 0/1] t0001: replace "test [-d|-f]" with test_path_is_* functions
 2022-01-21 20:49 UTC  (4+ messages)
` [GSoC] [PATCH 1/1] "

[RFC 0/2] Encrypt secrets using systemd provided key
 2022-01-21 20:49 UTC 

[PATCH] drm/amd/amdgpu/amdgpu_cs: fix refcount leak of a dma_fence obj
 2022-01-21 20:48 UTC  (5+ messages)

[LTP] [PATCH] rpc_lib.sh: fix portmapper detection in case of socket activation
 2022-01-21 20:44 UTC  (4+ messages)
`  "

[PATCH] mptcp: Use struct_group() to avoid cross-field memset()
 2022-01-21 20:44 UTC  (2+ messages)

[PATCH v3 0/3] drm/msm: rework clock handling
 2022-01-21 20:44 UTC  (6+ messages)
` [PATCH v3 2/3] drm/msm/dpu: simplify clocks handling

[Buildroot] [PATCH] package/htpdate: bump to version 1.3.3
 2022-01-21 20:44 UTC  (3+ messages)

[PATCH v2 bpf-next 0/4] libbpf: deprecate legacy BPF map definitions
 2022-01-21 20:43 UTC  (5+ messages)
` [PATCH v2 bpf-next 3/4] "

[PATCH pciutils 0/5] Support for PROGIF, REVID and SUBSYS
 2022-01-21 20:43 UTC  (5+ messages)
` [PATCH pciutils 3/5] libpci: generic: Implement SUBSYS also for PCI_HEADER_TYPE_BRIDGE

[PATCH] arm64: dts: qcom: sm8150: Add ufs power-domain entries
 2022-01-21 20:42 UTC  (3+ messages)

[PATCH 0/2] Fix up request cancel
 2022-01-21 20:36 UTC  (6+ messages)
` [Intel-gfx] "
` [Intel-gfx] [PATCH 1/2] drm/i915: Add request cancel low level trace point
  `  "
` [PATCH 2/2] drm/i915/guc: Cancel requests immediately
  ` [Intel-gfx] "

[PATCH 0/2] some simplifications in hw/core/fw-path-provider.c
 2022-01-21 20:29 UTC  (3+ messages)
` [PATCH 1/2] hw/core/fw-path-provider: turn fw_path_provider_get_dev_path() static
` [PATCH 2/2] hw/core/fw-path-provider.c: open code fw_path_provider_get_dev_path()

[PATCH] Bluetooth: Remove kernel-doc style comment block
 2022-01-21 20:42 UTC  (2+ messages)

[PATCH v2] audit: improve audit queue handling when "audit=1" on cmdline
 2022-01-21 20:34 UTC  (2+ messages)

[PATCH v2] Bluetooth: btusb: Whitespace fixes for btusb_setup_csr()
 2022-01-21 20:41 UTC  (2+ messages)

[PATCH] Bluetooth: btusb: Add one more Bluetooth part for the Realtek RTL8852AE
 2022-01-21 20:40 UTC  (2+ messages)

[Intel-gfx] [PATCH] drm/i915: Fix errors when there is no free DSM
 2022-01-21 20:39 UTC  (2+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for "

Issue with UAS and" VIA Labs, Inc. VL817 SATA Adaptor"
 2022-01-21 20:39 UTC  (5+ messages)

[PATCH] mmc: renesas_sdhi_sys_dmac: use DMA_SLAVE_BUSWIDTH_UNDEFINED
 2022-01-21 20:38 UTC 

[PATCH v2] Bluetooth: btintel: Fix WBS setting for Intel legacy ROM products
 2022-01-21 20:38 UTC  (2+ messages)

[PATCH 2/4] drm/amdgpu: add work function for GPU reset
 2022-01-21 20:37 UTC 

[RFC 0/2] Encrypt secrets using systemd provided key
 2022-01-21 20:35 UTC 

[PATCH 4/4] drm/amdgpu/nv: add navi GPU reset handler
 2022-01-21 20:34 UTC 

[PATCH 3/4] drm/amdgpu: add reset register trace dump function
 2022-01-21 20:34 UTC 

[PATCH V4] notifier/panic: Introduce panic_notifier_filter
 2022-01-21 20:31 UTC  (4+ messages)

[PATCH 1/4] drm: add a new drm event for GPU reset
 2022-01-21 20:31 UTC 

[PATCH 1/2] xen/x2apic: enable x2apic mode when supported
 2022-01-21 20:30 UTC  (3+ messages)
` [PATCH] xen/x2apic: enable x2apic mode when supported for HVM


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.