All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2021-10-15 08:30:31 to 2021-10-15 09:07:48 UTC [more...]

[RFC PATCH v4 00/20] vDPA shadow virtqueue
 2021-10-15  8:37 UTC  (8+ messages)
` [RFC PATCH v4 20/20] vdpa: Add custom IOTLB translations to SVQ

[RFC PATCH v1 0/4] support the Librem 5 front camera
 2021-10-15  8:35 UTC  (9+ messages)
` [RFC PATCH v1 1/4] arm64: dts: split out a shared imx8mq-librem5-r3.dtsi description
` [RFC PATCH v1 2/4] arm64: dts: imx8mq-librem5: describe power supply for cameras
` [RFC PATCH v1 3/4] arm64: dts: imx8mq-librem5: describe the selfie cam
` [RFC PATCH v1 4/4] arm64: dts: imx8mq-librem5-r3.dtsi: describe selfie cam XSHUTDOWN pin

[PATCH v7 0/2] Update ASUS WMI supported boards
 2021-10-15  9:07 UTC  (4+ messages)
` [PATCH v7 1/2] hwmon: (asus_wmi_ec_sensors) Support B550 Asus WMI

[dpdk-dev] [PATCH v4 0/5] Implement rte_power_monitor API in virtio/vhost PMD
 2021-10-15 17:09 UTC  (15+ messages)
` [dpdk-dev] [PATCH v5 "
  ` [dpdk-dev] [PATCH v5 2/5] vhost: implement rte_power_monitor API
  ` [dpdk-dev] [PATCH v5 3/5] net/vhost: "
  ` [dpdk-dev] [PATCH v5 4/5] power: modify return of queue_stopped
  ` [dpdk-dev] [PATCH v5 5/5] examples/l3fwd-power: support virtio/vhost
  ` [dpdk-dev] [PATCH v6 0/5] Implement rte_power_monitor API in virtio/vhost PMD

[PATCH v2] security: Return xattr name from security_dentry_init_security()
 2021-10-15  9:07 UTC  (3+ messages)
` [Virtio-fs] "

Question about PCF85063A invalid state
 2021-10-15  9:07 UTC  (3+ messages)

[LTP] [PATCH v4 1/1] creat09: Run on all_filesystems
 2021-10-15  9:06 UTC  (4+ messages)

[PATCH net-next v4 00/15] net: bridge: mcast: initial IGMPv3/MLDv2 support (part 1)
 2021-10-15  9:05 UTC  (8+ messages)
` [PATCH net-next v4 10/15] net: bridge: mcast: support for IGMPv3/MLDv2 ALLOW_NEW_SOURCES report
      ` [Bridge] "
        ` [Bridge] [PATCH net] net: bridge: mcast: use multicast_membership_interval for IGMPv3
          `  "

[PATCH v8 00/78] support vector extension v1.0
 2021-10-15  9:02 UTC  (35+ messages)
` [PATCH v8 35/78] target/riscv: rvv-1.0: register gather instructions
` [PATCH v8 41/78] target/riscv: rvv-1.0: single-width averaging add and subtract instructions
` [PATCH v8 44/78] target/riscv: rvv-1.0: narrowing integer right shift instructions
` [PATCH v8 45/78] target/riscv: rvv-1.0: widening integer multiply-add instructions
` [PATCH v8 46/78] target/riscv: rvv-1.0: single-width saturating add and subtract instructions
` [PATCH v8 47/78] target/riscv: rvv-1.0: integer comparison instructions
` [PATCH v8 48/78] target/riscv: rvv-1.0: floating-point compare instructions
` [PATCH v8 49/78] target/riscv: rvv-1.0: mask-register logical instructions
` [PATCH v8 50/78] target/riscv: rvv-1.0: slide instructions
` [PATCH v8 51/78] target/riscv: rvv-1.0: floating-point "
` [PATCH v8 52/78] target/riscv: rvv-1.0: narrowing fixed-point clip instructions
` [PATCH v8 53/78] target/riscv: rvv-1.0: single-width floating-point reduction
` [PATCH v8 54/78] target/riscv: rvv-1.0: widening floating-point reduction instructions
` [PATCH v8 55/78] target/riscv: rvv-1.0: single-width scaling shift instructions
` [PATCH v8 56/78] target/riscv: rvv-1.0: remove widening saturating scaled multiply-add
` [PATCH v8 58/78] target/riscv: rvv-1.0: remove integer extract instruction
` [PATCH v8 59/78] target/riscv: rvv-1.0: floating-point min/max instructions
` [PATCH v8 60/78] target/riscv: introduce floating-point rounding mode enum
` [PATCH v8 61/78] target/riscv: rvv-1.0: floating-point/integer type-convert instructions
` [PATCH v8 62/78] target/riscv: rvv-1.0: widening floating-point/integer type-convert
` [PATCH v8 63/78] target/riscv: add "set round to odd" rounding mode helper function
` [PATCH v8 64/78] target/riscv: rvv-1.0: narrowing floating-point/integer type-convert
` [PATCH v8 65/78] target/riscv: rvv-1.0: relax RV_VLEN_MAX to 1024-bits
` [PATCH v8 66/78] target/riscv: rvv-1.0: implement vstart CSR
` [PATCH v8 67/78] target/riscv: rvv-1.0: trigger illegal instruction exception if frm is not valid
` [PATCH v8 68/78] target/riscv: rvv-1.0: set mstatus.SD bit when writing vector CSRs
` [PATCH v8 69/78] target/riscv: gdb: support vector registers for rv64 & rv32
` [PATCH v8 70/78] target/riscv: rvv-1.0: floating-point reciprocal square-root estimate instruction
` [PATCH v8 72/78] target/riscv: set mstatus.SD bit when writing fp CSRs
` [PATCH v8 73/78] target/riscv: rvv-1.0: rename r2_zimm to r2_zimm11
` [PATCH v8 75/78] target/riscv: rvv-1.0: add evl parameter to vext_ldst_us()
` [PATCH v8 77/78] target/riscv: rvv-1.0: rename vmandnot.mm and vmornot.mm to vmandn.mm and vmorn.mm
` [PATCH v8 78/78] target/riscv: rvv-1.0: update opivv_vadc_check() comment

[PATCH v2] hw/riscv: virt: bugfix the memory-backend-file command is invalid
 2021-10-15  8:52 UTC  (4+ messages)

[tip: efi/urgent] efi: Change down_interruptible() in virt_efi_reset_system() to down_trylock()
 2021-10-15  9:06 UTC 

[tip: efi/urgent] efi/libstub: Simplify "Exiting bootservices" message
 2021-10-15  9:06 UTC 

[tip: efi/urgent] efi/cper: use stack buffer for error record decoding
 2021-10-15  9:06 UTC 

[PATCH] linux/container_of.h: switch to static_assert
 2021-10-15  9:05 UTC 

Double free vulnerability in sqfs commands ("sqfsls" and "sqfsload")
 2021-10-15  9:05 UTC  (3+ messages)

Git submodule update remote keeps using previous default branch
 2021-10-15  9:05 UTC  (2+ messages)

[PATCH RESEND 1/1] Add support for touch screens using the General Touch ST6001S controller
 2021-10-15  9:04 UTC  (2+ messages)

[PATCH] bpf: use count for prealloc hashtab too
 2021-10-15  9:03 UTC 

[dpdk-dev] [PATCH 0/5] Flow entites behavior on port restart
 2021-10-15  9:04 UTC  (6+ messages)
` [dpdk-dev] [PATCH 2/5] ethdev: add capability to keep shared objects on restart

[PATCH v3 0/2] hw/arm/virt: Fix qemu booting failure on device-tree
 2021-10-15  8:33 UTC  (11+ messages)
` [PATCH v3 1/2] numa: Require distance map when empty node exists

[PATCH 0/2] imx8m rom api fixups
 2021-10-15  9:02 UTC  (3+ messages)
` [PATCH 1/2] arm: imx: move spl_imx_romapi.c to imx8m/ subdirectory

[PATCH 0/3] Postcopy migration: Add userfaultfd- user-mode-only capability
 2021-10-15  8:16 UTC  (5+ messages)

[PATCH 0/2] KVM: x86: Revert to fix apic_hw_disabled underflow
 2021-10-15  9:02 UTC  (2+ messages)

[PATCH v5 00/11] PCI devices passthrough on Arm
 2021-10-15  9:01 UTC  (16+ messages)
` [PATCH v5 10/11] arm/libxl: Emulated PCI device tree node in libxl
            ` [PATCH v6 0/3] PCI devices passthrough on Arm
              ` [PATCH v6 2/3] xen/arm: Enable the existing x86 virtual PCI support for ARM
              ` [PATCH v6 3/3] arm/libxl: Emulated PCI device tree node in libxl
                ` [PATCH v6 3/3] arm/libxl: Emulated PCI device tree node in libxl [and 1 more messages]

[PATCH v5 00/15] clk: at91: updates for power management and dvfs
 2021-10-15  8:33 UTC  (3+ messages)

[dpdk-dev] [PATCH v3 0/4] net/mlx5: implicit mempool registration
 2021-10-15  9:01 UTC  (6+ messages)
` [dpdk-dev] [PATCH v4 "
  ` [dpdk-dev] [PATCH v4 1/4] mempool: add event callbacks
  ` [dpdk-dev] [PATCH v4 2/4] mempool: add non-IO flag

[PATCH v2 net-next 0/5] dpaa2-eth: add support for IRQ coalescing
 2021-10-15  9:01 UTC  (6+ messages)
` [PATCH v2 net-next 1/5] soc: fsl: dpio: extract the QBMAN clock frequency from the attributes
` [PATCH v2 net-next 2/5] soc: fsl: dpio: add support for irq coalescing per software portal
` [PATCH v2 net-next 3/5] net: dpaa2: add support for manual setup of IRQ coalesing
` [PATCH v2 net-next 4/5] soc: fsl: dpio: add Net DIM integration
` [PATCH v2 net-next 5/5] net: dpaa2: add adaptive interrupt coalescing

[PATCH] media: imx258: add vblank control to support wide frame rate range
 2021-10-15  9:00 UTC  (3+ messages)

[shawnguo:imx/drivers 11/12] drivers/soc/imx/imx8m-blk-ctrl.c:460:3: error: use of undeclared identifier 'IMX8MM_DISPBLK_PD_CSI_BRIDGE'
 2021-10-15  9:01 UTC  (2+ messages)

[patch 13/31] x86/fpu: Move KVMs FPU swapping to FPU core
 2021-10-15  9:00 UTC  (7+ messages)

[dpdk-dev] [PATCH v2 0/5] introduce IWYU
 2021-10-15  9:00 UTC  (4+ messages)
` [dpdk-dev] [PATCH v3 "
  ` [dpdk-dev] [PATCH v3 4/5] lib/kvargs: remove unneeded header includes

[PATCH v4 0/3] vdpa: Check iova range on memory regions ops
 2021-10-15  8:12 UTC  (3+ messages)
` [PATCH v4 3/3] vdpa: Check for iova range at mappings changes

[PATCH v7 18/21] auxdisplay: ht16k33: Add support for segment displays
 2021-10-15  8:59 UTC  (5+ messages)

[PATCH 0/5] Minor mm/struct page work
 2021-10-15  8:59 UTC  (7+ messages)
` [PATCH 4/5] md: Kill usage of page->index
      ` [PATCH v2] "

[PATCH] crypto: arm64/gcm-ce - unroll factors to 4-way interleave of aes and ghash
 2021-10-15  8:58 UTC  (6+ messages)

[PATCH] media: dmxdev: fix UAF when dvb_register_device() fails
 2021-10-15  8:57 UTC 

[PATCH] clk: introduce u-boot,ignore-clk-defaults
 2021-10-15  8:58 UTC  (3+ messages)

[PATCH] dt-bindings: gpio: zynq: Add power-domains
 2021-10-15  8:29 UTC 

[PATCH 2/2] tools/nolibc: x86-64: Fix startup code bug
 2021-10-15  8:57 UTC  (2+ messages)

[PATCH] arm64: zynqmp: Print the secure boot status information in EL3
 2021-10-15  8:57 UTC  (4+ messages)
` [RFC PATCH 1/2] fpga_load: pass compatible string

[PATCH v2] lib/stackdepot: allow optional init and stack_table allocation by kvmalloc()
 2021-10-15  8:57 UTC  (4+ messages)
` [PATCH v3] "
    ` [Intel-gfx] "

[PATCH 0/6] add aspeed-jpeg support for aspeed-video
 2021-10-15  8:29 UTC  (5+ messages)
` [PATCH 2/6] media: aspeed: add dprintk for more detailed log control

[PATCH v2 0/6] direct-map memory map
 2021-10-15  8:56 UTC  (4+ messages)
` [PATCH v2 1/6] xen: introduce XEN_DOMCTL_CDF_directmap

[PATCH v2] USB: serial: Fix possible memleak in keyspan_port_probe()
 2021-10-15  8:55 UTC 

[lib/stackdepot] 1cd8ce52c5: BUG:unable_to_handle_page_fault_for_address
 2021-10-15  8:55 UTC  (3+ messages)

[PATCH 0/2] x86/shadow: address two Coverity issues
 2021-10-15  8:55 UTC  (3+ messages)

[PATCH v1 0/3] Fixup clang error messages
 2021-10-15  8:55 UTC  (2+ messages)

Source IP for multihomed peer
 2021-10-15  8:54 UTC  (3+ messages)

Is the ppc440 "bamboo" board in QEMU still of any use?
 2021-10-15  8:17 UTC  (5+ messages)

[PATCH] eeprom: 93xx46: fix MODULE_DEVICE_TABLE
 2021-10-15  8:54 UTC  (2+ messages)

[PATCH] staging : media : atomisp : input_system.c : fixes the error of control reaches end of non-void function [-Werror=return-type]
 2021-10-15  8:54 UTC  (3+ messages)
` [Outreachy kernel] "

[PATCH] acpi: arm64: fix section mismatch warning
 2021-10-15  8:53 UTC  (4+ messages)

[RFC PATCH 00/10] Macronix ECC engine
 2021-10-15  8:29 UTC  (4+ messages)
` [RFC PATCH 09/10] spi: mxic: Add support for direct mapping
  ` 回信: "

[PATCH] staging: vt6655: Rename byPreambleType field
 2021-10-15  8:52 UTC  (7+ messages)
        ` [Outreachy kernel] "

Performance regression: thread wakeup time (latency) increased up to 3x
 2021-10-15  8:52 UTC  (2+ messages)

[PATCH v2 0/3] Add driver for lan966x Serdes driver
 2021-10-15  8:29 UTC  (4+ messages)
` [PATCH v2 2/3] dt-bindings: phy: Add binding includes for lan966x serdes

[PATCH v2] selftests/kselftest/runner/run_one(): Allow running non-executable files
 2021-10-15  8:52 UTC  (2+ messages)

[dpdk-dev] [PATCH] examples/vhost: change the default value of NIC's max queues
 2021-10-15 16:48 UTC  (4+ messages)
` [dpdk-dev] [PATCH v3] "

[tip:sched/core] BUILD SUCCESS 804bccba71a57e7e5deb507a4c8ebbab730909c0
 2021-10-15  8:51 UTC 

[PATCH v6 0/3] xen, usb: support pvUSB frontend driver
 2021-10-15  8:52 UTC  (6+ messages)
` [PATCH v6 1/3] usb: Add Xen pvUSB protocol description

[PATCH v8 00/12] syfs: generic deadlock fix with module removal
 2021-10-15  8:52 UTC  (9+ messages)
` [PATCH v8 11/12] zram: fix crashes with cpu hotplug multistate

[dpdk-dev] [PATCH v1] vhost: add sanity check for resubmiting reqs in split ring
 2021-10-15  8:51 UTC  (3+ messages)
` [dpdk-dev] [PATCH v2] vhost: add sanity check when operating the "

[PATCH] KVM: x86: avoid warning with -Wbitwise-instead-of-logical
 2021-10-15  8:51 UTC 

[PATCH v11 00/13] amphion video decoder/encoder driver
 2021-10-15  8:22 UTC  (14+ messages)
` [PATCH v11 01/13] dt-bindings: media: amphion: add amphion video codec bindings
` [PATCH v11 02/13] media:Add nv12mt_8l128 and nv12mt_10be_8l128 video format
` [PATCH v11 03/13] media: amphion: add amphion vpu device driver
` [PATCH v11 04/13] media: amphion: add vpu core driver
` [PATCH v11 05/13] media: amphion: implement vpu core communication based on mailbox
` [PATCH v11 06/13] media: amphion: add vpu v4l2 m2m support
` [PATCH v11 07/13] media: amphion: add v4l2 m2m vpu encoder stateful driver
` [PATCH v11 08/13] media: amphion: add v4l2 m2m vpu decoder "
` [PATCH v11 09/13] media: amphion: implement windsor encoder rpc interface
` [PATCH v11 10/13] media: amphion: implement malone decoder "
` [PATCH v11 11/13] ARM64: dts: freescale: imx8q: add imx vpu codec entries
` [PATCH v11 12/13] firmware: imx: scu-pd: imx8q: add vpu mu resources
` [PATCH v11 13/13] MAINTAINERS: add AMPHION VPU CODEC V4L2 driver entry

[RFC PATCH v2] arm64: barrier: add macro dgh() to control memory accesses merging
 2021-10-15  9:05 UTC 

[PATCH 0/3] mtd: Ingenic NAND fix for JZ4740
 2021-10-15  8:51 UTC  (5+ messages)
` [PATCH 2/3] mtd: rawnand: Export nand_read_page_hwecc_oob_first()

[Intel-gfx] [PATCH v5] drm/i915/gt: move remaining debugfs interfaces into gt
 2021-10-15  8:51 UTC  (5+ messages)

[PATCH] nvmet-tcp: fix a memory leak when releasing a queue
 2021-10-15  8:26 UTC 

Oct 20th Xenomai Community Call Cancelled
 2021-10-15  8:50 UTC 

[drm-misc:for-linux-next 1/1] drivers/gpu/drm/drm_modeset_lock.o: warning: objtool: drm_modeset_unlock_all()+0x153: unreachable instruction
 2021-10-15  8:47 UTC  (2+ messages)

[PATCH 1/2] drm/amdkfd: Add an optional argument into update queue operation
 2021-10-15  8:48 UTC  (2+ messages)
` [PATCH 2/2] drm/amdkfd: Remove cu mask from struct queue_properties

[GIT PULL] KVM/arm64 fixes for 5.15, take #2
 2021-10-15  8:47 UTC  (4+ messages)

[PATCH] drivers: mfd: da9063: Add restart notifier implementation
 2021-10-15  8:47 UTC  (15+ messages)

[perf metrics] fb8c3a0694: perf-sanity-tests.Parse_and_process_metrics.fail
 2021-10-15  8:46 UTC 

[PATCH v2] KVM: VMX: Remove redundant handling of bus lock vmexit
 2021-10-15  8:43 UTC  (4+ messages)

[tglx-devel:x86/fpu 81/82] ld.lld: error: undefined symbol: __fpu_state_size_dynamic
 2021-10-15  8:42 UTC  (2+ messages)

[PATCH v2] Add device reset timeout field
 2021-10-15  8:42 UTC  (19+ messages)
    ` [virtio-dev] "

[PATCH v3 00/10] drm/gma500: Refactor GEM code
 2021-10-15  8:40 UTC  (11+ messages)
` [PATCH v3 01/10] drm/gma500: Move helpers for struct gtt_range from gtt.c to gem.c
` [PATCH v3 02/10] drm/gma500: Use to_gtt_range() everywhere
` [PATCH v3 03/10] drm/gma500: Reimplement psb_gem_create()
` [PATCH v3 04/10] drm/gma500: Allocate GTT ranges in stolen memory with psb_gem_create()
` [PATCH v3 05/10] drm/gma500: Rename psb_gtt_{pin, unpin}() to psb_gem_{pin, unpin}()
` [PATCH v3 06/10] drm/gma500: Inline psb_gtt_attach_pages() and psb_gtt_detach_pages()
` [PATCH v3 07/10] drm/gma500: Inline psb_gtt_{alloc, free}_range() into rsp callers
` [PATCH v3 08/10] drm/gma500: Set page-caching flags in GEM pin/unpin
` [PATCH v3 09/10] drm/gma500: Rewrite GTT page insert/remove without struct gtt_range
` [PATCH v3 10/10] drm/gma500: Rename struct gtt_range to struct psb_gem_object

[PATCH] input&tty: Fix the keyboard led light display problem
 2021-10-15  8:41 UTC 

[dpdk-dev] [PATCH] doc: fix default mempool option
 2021-10-15  8:39 UTC 

[Buildroot] [PATCH] package/softhsm2: new package
 2021-10-15  8:38 UTC 

[PATCH v7 00/28] file system-wide error monitoring
 2021-10-15  8:38 UTC  (2+ messages)

[PATCH] input&tty: Fix the keyboard led light display problem
 2021-10-15  8:37 UTC 

[Intel-wired-lan] [PATCH net-next] ice: Forbid trusted VFs in switchdev mode
 2021-10-15  8:37 UTC  (3+ messages)

[PATCH] selftests/tls: add SM4 GCM/CCM to tls selftests
 2021-10-15  8:37 UTC  (2+ messages)

[LTP] [PATCH v3 1/1] creat09: Run on all_filesystems
 2021-10-15  8:35 UTC 

[dm-crypt] veritysetup and CentOS 8
 2021-10-15  8:32 UTC  (2+ messages)
` [dm-crypt] "

Undelivered Mail Returned to Sender
 2021-10-15  8:31 UTC 

[PATCH] tracing: use %ps format string to print symbols
 2021-10-15  8:34 UTC 

[dpdk-dev] [PATCH] net/virtio: handle Tx checksums correctly for tunnel packets
 2021-10-15  8:32 UTC  (4+ messages)
` [dpdk-dev] [PATCH v2] "

[PATCH] staging: r8188eu: remove MSG_88E calls from hal/usb_halinit.c
 2021-10-15  8:32 UTC  (2+ messages)

[PATCH] tools: compiler.h: remove duplicate #ifndef noinline block
 2021-10-15  8:31 UTC 

switch block layer polling to a bio based model v4
 2021-10-15  8:30 UTC  (3+ messages)
` [PATCH 14/16] block: switch polling to be bio based


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.