All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2021-06-07 17:28:40 to 2021-06-07 18:04:14 UTC [more...]

[dpdk-dev] [PATCH 00/44] Marvell CNXK Ethdev Driver
 2021-06-07 17:58 UTC  (11+ messages)
` [dpdk-dev] [PATCH v2 00/62] "
  ` [dpdk-dev] [PATCH v2 01/62] common/cnxk: add support to lock NIX RQ contexts
  ` [dpdk-dev] [PATCH v2 02/62] common/cnxk: update Rx inline IPsec mbox message format
  ` [dpdk-dev] [PATCH v2 03/62] common/cnxk: fix batch alloc completion poll logic
  ` [dpdk-dev] [PATCH v2 04/62] common/cnxk: add support to dump flow entries
  ` [dpdk-dev] [PATCH v2 05/62] common/cnxk: support for mark and flag flow actions
  ` [dpdk-dev] [PATCH v2 06/62] common/cnxk: allocate lmt region in userspace
  ` [dpdk-dev] [PATCH v2 07/62] common/cnxk: add provision to enable RED on RQ
  ` [dpdk-dev] [PATCH v2 08/62] common/cnxk: fix flow create on CN98xx
  ` [dpdk-dev] [PATCH v2 09/62] net/cnxk: add build infra and common probe

cp210x module broken in 5.12.5 and 5.12.6, works in 5.11.21 (with bisection)
 2021-06-07 18:02 UTC  (12+ messages)

[PATCH] docs/tools/virtiofsd: Fix bad rst syntax
 2021-06-07 18:00 UTC 

umr won't work. (Can't find pci.did file in database)
 2021-06-07 18:02 UTC 

[PATCH] drm/ttm: fix warning after moving resource to ghost obj
 2021-06-07 18:02 UTC  (2+ messages)

[RFC] /dev/ioasid uAPI proposal
 2021-06-07 18:01 UTC  (12+ messages)

[PATCH 0/9] Enhance pipe color support for multi segmented luts
 2021-06-07 18:01 UTC  (4+ messages)
  ` [Intel-gfx] "

[RFC PATCH 00/10] Introduce SCMI transport atomic support
 2021-06-07 18:01 UTC  (8+ messages)
` [RFC PATCH 01/10] firmware: arm_scmi: Reset properly xfer SCMI status
` [RFC PATCH 02/10] firmware: arm_scmi: Add missing xfer reinit_completion

[PATCH net-next v4 0/3] Fix IPsec crypto offloads with vxlan tunnel
 2021-06-07 18:00 UTC  (4+ messages)
` [PATCH net-next v4 1/3] net/mlx5: Optimize mlx5e_feature_checks for non IPsec packet
` [PATCH net-next v4 2/3] net/xfrm: Add inner_ipproto into sec_path
` [PATCH net-next v4 3/3] net/mlx5: Fix checksum issue of VXLAN and IPsec crypto offload

[PATCH] branch: make -v useful
 2021-06-07 18:00 UTC  (5+ messages)

[RFC] /dev/ioasid uAPI proposal
 2021-06-07 18:01 UTC  (17+ messages)

[RFC v2-fix-v1 1/3] tdx: Introduce generic protected_guest abstraction
 2021-06-07 18:01 UTC  (4+ messages)
` [RFC v2-fix-v2 1/1] x86: Introduce generic protected guest abstraction

[BUG] usb: dwc3: Kernel NULL pointer dereference in dwc3_remove()
 2021-06-07 18:00 UTC  (9+ messages)

[Patch v2] block: return the correct bvec when checking for gaps
 2021-06-07 18:00 UTC  (3+ messages)

[PATCH v14 0/8] MTE support for KVM guest
 2021-06-07 17:32 UTC  (6+ messages)
` [PATCH v14 8/8] KVM: arm64: Document MTE capability and ioctl

[PATCH 01/10] drm/ttm: allocate resource object instead of embedding it v2
 2021-06-07 17:59 UTC  (6+ messages)

[PATCH bpf-next v4 0/3] bpf: support input xdp_md context in BPF_PROG_TEST_RUN
 2021-06-07 17:58 UTC  (4+ messages)
` [PATCH bpf-next v4 1/3] "

[PATCH] KVM: x86: Ensure liveliness of nested VM-Enter fail tracepoint message
 2021-06-07 17:57 UTC 

[PATCH] btrfs: fix a rare race between metadata endio and eb freeing
 2021-06-07 17:55 UTC  (3+ messages)

[RFC PATCH] scripts/checkpatch: roll diff tweaking into checkpatch itself
 2021-06-07 17:29 UTC  (2+ messages)

[PATCH 00/55] target/arm: First slice of MVE implementation
 2021-06-07 16:58 UTC  (26+ messages)
` [PATCH 22/55] target/arm: Implement MVE VADD, VSUB, VMUL
` [PATCH 24/55] target/arm: Implement MVE VRMULH
` [PATCH 28/55] target/arm: Implement MVE VMULL
` [PATCH 30/55] target/arm: Implement MVE VMLSLDAV
` [PATCH 31/55] include/qemu/int128.h: Add function to create Int128 from int64_t
` [PATCH 33/55] target/arm: Implement MVE VADD (scalar)
` [PATCH 34/55] target/arm: Implement MVE VSUB, VMUL (scalar)
` [PATCH 35/55] target/arm: Implement MVE VHADD, VHSUB (scalar)
` [PATCH 36/55] target/arm: Implement MVE VBRSR
` [PATCH 40/55] target/arm: Implement MVE VQDMULL scalar
` [PATCH 41/55] target/arm: Implement MVE VQDMULH, VQRDMULH (vector)
` [PATCH 42/55] target/arm: Implement MVE VQADD, VQSUB (vector)
` [PATCH 43/55] target/arm: Implement MVE VQSHL (vector)
` [PATCH 44/55] target/arm: Implement MVE VQRSHL
` [PATCH 45/55] target/arm: Implement MVE VSHL insn
` [PATCH 46/55] target/arm: Implement MVE VRSHL
` [PATCH 47/55] target/arm: Implement MVE VQDMLADH and VQRDMLADH
` [PATCH 48/55] target/arm: Implement MVE VQDMLSDH and VQRDMLSDH
` [PATCH 49/55] target/arm: Implement MVE VQDMULL (vector)
` [PATCH 50/55] target/arm: Implement MVE VRHADD
` [PATCH 51/55] target/arm: Implement MVE VADC, VSBC
` [PATCH 52/55] target/arm: Implement MVE VCADD
` [PATCH 53/55] target/arm: Implement MVE VHCADD
` [PATCH 54/55] target/arm: Implement MVE VADDV
` [PATCH 55/55] target/arm: Make VMOV scalar <-> gpreg beatwise for MVE

[PATCH v3 net-next 0/2] Adapt the sja1105 DSA driver to the SPI controller's transfer limits
 2021-06-07 17:56 UTC  (5+ messages)
` [PATCH v3 net-next 1/2] net: dsa: sja1105: send multiple spi_messages instead of using cs_change

[Buildroot] [PATCH] package/lualdap: bump to version 1.3.0
 2021-06-07 17:56 UTC 

[RFC] LKMM: Add volatile_if()
 2021-06-07 17:52 UTC  (13+ messages)

[PATCH] ext4: fix input checking in fs/jbd2/journal.c
 2021-06-07 17:55 UTC 

[Buildroot] [PATCH 1/6] package/perl-convert-asn1: bump to version 0.31
 2021-06-07 17:56 UTC  (6+ messages)
` [Buildroot] [PATCH 2/6] package/perl-http-message: bump to version 6.32
` [Buildroot] [PATCH 3/6] package/perl-io-socket-ssl: bump to version 2.071
` [Buildroot] [PATCH 4/6] package/perl-libwww-perl: bump to version 6.54
` [Buildroot] [PATCH 5/6] package/perl-net-dns: bump to version 1.31
` [Buildroot] [PATCH 6/6] package/perl-type-tiny: bump to version 1.012003

main - tests: rename test
 2021-06-07 17:56 UTC 

main - tests: writecache-blocksize add dm-cache tests
 2021-06-07 17:56 UTC 

[PATCH] docs/tools/virtiofsd.rst: Do not hard-code the QEMU binary name
 2021-06-07 17:42 UTC 

[PATCH 00/11] softfloat: Improve denormal handling
 2021-06-07 17:19 UTC  (5+ messages)
` [PATCH 03/11] softfloat: Introduce float_flag_inorm_denormal

[RFC] /dev/ioasid uAPI proposal
 2021-06-07 17:54 UTC  (9+ messages)

[PATCH] [ZynqMP] Writing correct value to ANALOG_BUS
 2021-06-07 17:53 UTC 

[PATCH v3 0/7] support dirtyrate at the granualrity of vcpu
 2021-06-07 17:47 UTC  (7+ messages)
` [PATCH v3 4/7] migration/dirtyrate: add per-vcpu option for calc-dirty-rate
` [PATCH v3 6/7] memory: make global_dirty_log a bitmask

[PATCH V3 00/22] Live Update
 2021-06-07 17:19 UTC  (4+ messages)
` [PATCH V3 08/22] cpr: QMP interfaces

[PATCH v5 0/6] kernfs: proposed locking and concurrency improvement
 2021-06-07 17:53 UTC  (3+ messages)
` [PATCH v5 2/6] kernfs: add a revision to identify directory node changes

[PATCH v11 2/5] USB: misc: Add onboard_usb_hub driver
 2021-06-07 17:51 UTC  (4+ messages)

[Intel-gfx] [PATCH 00/13] Update firmware to v62.0.0
 2021-06-07 18:03 UTC  (30+ messages)
`  "
` [PATCH 01/13] drm/i915/guc: Introduce unified HXG messages
  ` [Intel-gfx] "
` [Intel-gfx] [PATCH 02/13] drm/i915/guc: Update MMIO based communication
  `  "
` [PATCH 03/13] drm/i915/guc: Update CTB response status definition
  ` [Intel-gfx] "
` [PATCH 04/13] drm/i915/guc: Support per context scheduling policies
  ` [Intel-gfx] "
` [PATCH 05/13] drm/i915/guc: Add flag for mark broken CTB
  ` [Intel-gfx] "
` [PATCH 06/13] drm/i915/guc: New definition of the CTB descriptor
  ` [Intel-gfx] "
` [Intel-gfx] [PATCH 07/13] drm/i915/guc: New definition of the CTB registration action
  `  "
` [PATCH 08/13] drm/i915/guc: New CTB based communication
  ` [Intel-gfx] "
` [Intel-gfx] [PATCH 09/13] drm/i915/doc: Include GuC ABI documentation
  `  "
` [Intel-gfx] [PATCH 10/13] drm/i915/guc: Kill guc_clients.ct_pool
  `  "
` [PATCH 11/13] drm/i915/guc: Kill ads.client_info
  ` [Intel-gfx] "
` [Intel-gfx] [PATCH 12/13] drm/i915/guc: Unified GuC log
  `  "
` [Intel-gfx] [PATCH 13/13] drm/i915/guc: Update firmware to v62.0.0
  `  "

BISECTED f3866909e350 ("distro_bootcmd: call EFI bootmgr even without having /EFI/boot")
 2021-06-07 17:51 UTC  (7+ messages)

arch_set_user_pkey_access only works on the current task_struct
 2021-06-07 17:52 UTC  (2+ messages)

Current problematic cases with immutable loginuid
 2021-06-07 17:49 UTC  (2+ messages)

[PATCH] audit: Rename enum audit_state constants to avoid AUDIT_DISABLED redefinition
 2021-06-07 17:50 UTC  (6+ messages)

[Intel-gfx] [PATCH v2 1/4] drm/i915/display: Fix fastsets involving PSR
 2021-06-07 17:51 UTC  (3+ messages)
` [Intel-gfx] ✗ Fi.CI.IGT: failure for series starting with [v2,1/4] drm/i915/display: Fix fastsets involving PSR (rev2)

[PATCH] docs/interop/live-block-operations: Do not hard-code the QEMU binary name
 2021-06-07 17:23 UTC 

[mellanox:queue-next 2/2] drivers/net/ethernet/intel/igc/igc_main.c:2158:3: error: 'res' undeclared
 2021-06-07 17:49 UTC 

[PATCH v2] arm64/dts/qcom/sc7180: Add Display Port dt node
 2021-06-07 17:48 UTC  (5+ messages)

[PATCH] arm64: dts: renesas: rcar-gen3: Add SoC model to comment headers
 2021-06-07 17:42 UTC  (2+ messages)

[PATCH net-next] net: bcmgenet: check return value after calling platform_get_resource()
 2021-06-07 17:47 UTC  (2+ messages)

[syzbot] general protection fault in kcm_sendmsg
 2021-06-07 17:45 UTC  (2+ messages)

[PATCH v2 0/5] Review/Extend SCMI Transport Core layer
 2021-06-07 17:39 UTC  (4+ messages)
` [PATCH v2 4/5] firmware: arm_scmi: Introduce monotonically increasing tokens

[PATCH 0/4] arm64: dts: renesas: salvator-x(s): Factor out common optional parts
 2021-06-07 17:39 UTC  (10+ messages)
` [PATCH 1/4] arm64: dts: renesas: salvator-x(s): Factor out HDMI1 parts
` [PATCH 2/4] arm64: dts: renesas: salvator-x(s): Factor out SATA parts
` [PATCH 3/4] arm64: dts: renesas: salvator-x(s): Factor out USB ch2 parts
` [PATCH 4/4] arm64: dts: renesas: salvator-xs: Factor out USB ch3 parts

[ANNOUNCE] git-filter-repo 2.32.0
 2021-06-07 17:44 UTC 

[PATCH 0/4] Use singular "they" when appropriate
 2021-06-07 17:42 UTC  (5+ messages)
` [PATCH 1/4] Documentation: use singular they "

[PATCH V6 1/2] dt-bindings: drm/bridge: ti-sn65dsi83: Add TI SN65DSI83 and SN65DSI84 bindings
 2021-06-07 17:42 UTC  (3+ messages)
` [PATCH V6 2/2] drm/bridge: ti-sn65dsi83: Add TI SN65DSI83 and SN65DSI84 driver

Unhelpful events
 2021-06-07 17:42 UTC  (2+ messages)

[PATCH] configs: OrangePi PC2: Update defaults
 2021-06-07 17:42 UTC 

[PATCH v3 0/4] target/i386/cpu: introduce new CPU models for x86-64 ABI levels
 2021-06-07 17:11 UTC  (3+ messages)
` [PATCH v3 3/4] scripts: helper to generate x86_64 CPU ABI compat info

[PATCH] drm/amdgpu: Use PSP to program IH_RB_CNTL_RING1/2 on SRIOV
 2021-06-07 17:40 UTC  (10+ messages)

[PATCH v6 1/2] ACPI: Move check for _DSD StorageD3Enable property to acpi
 2021-06-07 17:38 UTC  (6+ messages)
` [PATCH v6 2/2] ACPI: Add quirks for AMD Renoir/Lucienne CPUs to force the D3 hint

[PATCH] io-wq: Fix UAF when wakeup wqe in hash waitqueue
 2021-06-07 17:38 UTC  (5+ messages)
  ` 回复: "
      ` 回复: "

[RFC PATCH 00/97] Basic GuC submission support in the i915
 2021-06-07 17:31 UTC  (11+ messages)
` [RFC PATCH 36/97] drm/i915/guc: Add non blocking CTB send function
  ` [Intel-gfx] "

[PATCH] rtc: stm32: Fix unbalanced clk_disable_unprepare() on probe error path
 2021-06-07 17:36 UTC 

[PATCH] powerpc/kprobes: Pass ppc_inst as a pointer to emulate_step() on ppc32
 2021-06-07 17:36 UTC  (4+ messages)

[PATCH net] neighbour: allow NUD_NOARP entries to be forced GCed
 2021-06-07 17:35 UTC 

[PATCH V2 0/2] arm64: Initial support for Texas Instruments J721E EAIK
 2021-06-07 17:11 UTC  (4+ messages)
` [PATCH V2 2/2] arm64: dts: ti: Add support for "

[PATCH] drm/ttm: fix access to uninitialized variable
 2021-06-07 17:35 UTC  (2+ messages)

[Intel-gfx] [PATCH V2] x86/gpu: add JasperLake to gen11 early quirks
 2021-06-07 17:34 UTC  (3+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for x86/gpu: add JasperLake to gen11 early quirks (rev2)
` [Intel-gfx] ✗ Fi.CI.BUILD: warning "

[PATCH] recordmcount: avoid using ABS symbol as reference
 2021-06-07 17:31 UTC  (4+ messages)

[PATCH 00/21] Add Support for Plane Color Lut and CSC features
 2021-06-07 17:34 UTC  (5+ messages)
` [PATCH 02/21] drm: Add Plane Degamma Mode property
      ` [Intel-gfx] "

[PATCH] env: Leave invalid env for nowhere location
 2021-06-07 17:33 UTC  (6+ messages)

[PATCH 0/2] Add Ingenic SoCs MAC support
 2021-06-07 17:27 UTC  (3+ messages)
` [PATCH 1/2] dt-bindings: dwmac: Add bindings for new Ingenic SoCs
` [PATCH 2/2] net: stmmac: Add Ingenic SoCs MAC support

[xen-unstable test] 162475: tolerable FAIL
 2021-06-07 17:31 UTC 

[PATCH 0/4] rpmsg: char: introduce the rpmsg-raw channel
 2021-06-07 17:30 UTC  (5+ messages)
` [PATCH 1/4] rpmsg: Introduce rpmsg_create_default_ept function
` [PATCH 2/4] rpmsg: char: Add possibility to create and reuse default endpoint
` [PATCH 3/4] rpmsg: char: Introduce the "rpmsg-raw" channel
` [PATCH 4/4] rpmsg: char: Return error if user tries to destroy a default endpoint

[PATCH] cpuidle: ARM_QCOM_SPM_CPUIDLE should depend on HAVE_ARM_SMCCC
 2021-06-07 17:30 UTC  (3+ messages)

[PATCH] drm/stm: Remove usage of drm_display_mode_to_videomode()
 2021-06-07 17:24 UTC 

quic in-kernel implementation?
 2021-06-07 17:29 UTC  (2+ messages)

[PATCH 0/7] fpga: wrappers for fpga_manager_ops
 2021-06-07 17:24 UTC  (2+ messages)
` [PATCH 7/7] fpga: collect wrappers and change to inline


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.