All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2021-10-19 09:38:11 to 2021-10-19 10:19:19 UTC [more...]

[PATCH] mtd: spi-nor: nxp-spifi: Make use of the helper function devm_platform_ioremap_resource_byname()
 2021-10-19 10:17 UTC  (4+ messages)

[PATCH v16 00/16] HID: nintendo
 2021-10-19 10:19 UTC  (4+ messages)

[Intel-gfx] [PATCH 0/4] Enable MIPI DSI video mode on ADLP
 2021-10-19 10:18 UTC  (8+ messages)
` [Intel-gfx] [PATCH 1/4] drm/i915/dsi/xelpd: Fix the bit mask for wakeup GB
` [Intel-gfx] [PATCH 2/4] drm/i915/dsi/xelpd: Add DSI transcoder support
` [Intel-gfx] [PATCH 4/4] drm/i915/dsi: Ungate clock before enabling the phy

[PATCH v5] Prevent vhost-user-blk-test hang
 2021-10-19 10:15 UTC  (2+ messages)

[PATCH 0/9] x86: Rewrite the retpoline rewrite logic
 2021-10-19 10:16 UTC  (10+ messages)
` [PATCH 4/9] x86/alternative: Implement .retpoline_sites support

[PATCH V4 0/3] irqchip: riscv: Add thead,c900-plic support
 2021-10-19 10:18 UTC  (7+ messages)
` [PATCH V4 1/3] irqchip/sifive-plic: "

[PATCH] mtd: spi-nor: hisi-sfc: Make use of the helper function devm_platform_ioremap_resource_byname()
 2021-10-19 10:16 UTC  (3+ messages)

[PATCH] bios-tables-test: don't disassemble empty files
 2021-10-19 10:14 UTC  (2+ messages)

[qemu-mainline test] 165640: tolerable FAIL - PUSHED
 2021-10-19 10:16 UTC 

[PATCH v2] mtd: spi-nor: hisi-sfc: Remove excessive clk_disable_unprepare()
 2021-10-19 10:16 UTC  (3+ messages)

[PATCH] mtd: spi-nor: Enable locking for n25q128a13
 2021-10-19 10:15 UTC  (2+ messages)

[PATCH v2 00/42] arm64/sme: Initial support for the Scalable Matrix Extension
 2021-10-19 10:14 UTC  (4+ messages)
` [PATCH v2 04/42] arm64/sve: Make access to FFR optional

[PATCH v2] chardev: don't exit() straight away on C-a x
 2021-10-19 10:11 UTC  (3+ messages)

[PATCH] monitor: Fix find_device_state() for IDs containing slashes
 2021-10-19 10:13 UTC  (2+ messages)

[PATCH v2 00/10] mt76: ethtool stats features and fixes
 2021-10-19 10:12 UTC  (11+ messages)
` [PATCH v2 01/10] mt76: move mt76_sta_stats in mt76.h
` [PATCH v2 02/10] mt76: move mt76_ethtool_worker_info in mt76 module
` [PATCH v2 03/10] mt76: mt7915: run mt7915_get_et_stats holding mt76 mutex
` [PATCH v2 04/10] mt76: mt7915: move tx amsdu stats in mib_stats
` [PATCH v2 05/10] mt76: do not reset MIB counters in get_stats callback
` [PATCH v2 06/10] mt76: mt7921: add some more MIB counters
` [PATCH v2 07/10] mt76: mt7921: introduce stats reporting through ethtool
` [PATCH v2 08/10] mt76: mt7921: add sta stats accounting in mt7921_mac_add_txs_skb
` [PATCH v2 09/10] mt76: mt7921: move tx amsdu stats in mib_stats
` [PATCH v2 10/10] mt76: mt7921: add per-vif counters in ethtool

[PATCH v2 00/15] tests: acpi: add x2apic and various iommu tests
 2021-10-19  9:56 UTC  (7+ messages)
` [PATCH v2 04/15] tests: acpi: q35: test for x2APIC entries in SRAT
` [PATCH v2 05/15] tests: acpi: update expected tables blobs

[dpdk-dev] [PATCH v10 4/4] performance-thread: Fix cross compilation failed
 2021-10-19 10:12 UTC  (5+ messages)
` [dpdk-dev] [PATCH v11 1/4] Enable ASan for memory detector on DPDK
  ` [dpdk-dev] [PATCH v11 2/4] DPDK code adapts to ASan
  ` [dpdk-dev] [PATCH v11 3/4] pipeline: Fix compilation error with gcc ASan
  ` [dpdk-dev] [PATCH v11 4/4] performance-thread: Fix cross compilation failed

[PATCH net-next 0/9] Try to simplify the gnet_stats and remove qdisc->running sequence counter
 2021-10-19 10:12 UTC  (4+ messages)
` [PATCH net-next 9/9] net: sched: Remove Qdisc::running "
    ` [PATCH net-next] net: sched: Allow statistics reads from softirq

[syzbot] BUG: corrupted list in netif_napi_add
 2021-10-19 10:11 UTC  (4+ messages)

[PATCH v3 00/21] Adding partial support for 128-bit riscv target
 2021-10-19  9:48 UTC  (44+ messages)
` [PATCH v3 01/21] memory: change define name for consistency
` [PATCH v3 02/21] memory: add a few defines for octo (128-bit) values
` [PATCH v3 03/21] Int128.h: addition of a few 128-bit operations
` [PATCH v3 04/21] target/riscv: additional macros to check instruction support
` [PATCH v3 05/21] target/riscv: separation of bitwise logic and aritmetic helpers
` [PATCH v3 06/21] target/riscv: array for the 64 upper bits of 128-bit registers
` [PATCH v3 07/21] target/riscv: setup everything so that riscv128-softmmu compiles
` [PATCH v3 08/21] target/riscv: adding accessors to the registers upper part
` [PATCH v3 09/21] target/riscv: moving some insns close to similar insns
` [PATCH v3 10/21] target/riscv: support for 128-bit loads and store
` [PATCH v3 11/21] target/riscv: support for 128-bit bitwise instructions
` [PATCH v3 12/21] target/riscv: support for 128-bit U-type instructions
` [PATCH v3 13/21] target/riscv: support for 128-bit shift instructions
` [PATCH v3 14/21] target/riscv: support for 128-bit arithmetic instructions
` [PATCH v3 15/21] target/riscv: support for 128-bit M extension
` [PATCH v3 16/21] target/riscv: adding high part of some csrs
` [PATCH v3 17/21] target/riscv: helper functions to wrap calls to 128-bit csr insns
` [PATCH v3 18/21] target/riscv: modification of the trans_csrxx for 128-bit support
` [PATCH v3 19/21] target/riscv: actual functions to realize crs 128-bit insns
` [PATCH v3 20/21] target/riscv: adding 128-bit access functions for some csrs
` [PATCH v3 21/21] target/riscv: support for 128-bit satp

[PATCH 0/3] iio: Use of_device_get_match_data to clean code
 2021-10-19 10:00 UTC  (12+ messages)
` [PATCH 1/3] iio: adc: rockchip_saradc: Use of_device_get_match_data to simplify code
` [PATCH 2/3] iio: adc: max9611: "
` [PATCH 3/3] iio: adc: twl6030-gpadc: "

[igt-dev] [PATCH i-g-t 1/2] lib/igt_fb: create i915 bo in lmem, if available
 2021-10-19 10:09 UTC  (4+ messages)
` [igt-dev] [PATCH i-g-t 2/2] lib/igt_draw: Use device coherent and cpu coherent mappings for draw methods

[dpdk-dev] [PATCH 0/6] mempool: cleanup namespace
 2021-10-19 10:08 UTC  (17+ messages)
` [dpdk-dev] [PATCH 2/6] mempool: add namespace prefix to flags
` [dpdk-dev] [PATCH 5/6] mempool: add namespace to driver register macro
` [dpdk-dev] [PATCH v2 0/6] mempool: cleanup namespace
  ` [dpdk-dev] [PATCH v2 1/6] mempool: avoid flags documentation in the next line
  ` [dpdk-dev] [PATCH v2 2/6] mempool: add namespace prefix to flags
  ` [dpdk-dev] [PATCH v2 3/6] mempool: add namespace to internal but still visible API
  ` [dpdk-dev] [PATCH v2 4/6] mempool: make header size calculation internal
  ` [dpdk-dev] [PATCH v2 5/6] mempool: add namespace to driver register macro
  ` [dpdk-dev] [PATCH v2 6/6] mempool: deprecate unused defines

[syzbot] divide error in usbnet_start_xmit
 2021-10-19 10:08 UTC  (5+ messages)

Deprecate the ppc405 boards in QEMU? (was: [PATCH v3 4/7] MAINTAINERS: Orphan obscure ppc platforms)
 2021-10-19 10:07 UTC  (17+ messages)
      ` Deprecate the ppc405 boards in QEMU?

[PATCH v2] imsm: introduce helpers to manage file descriptors
 2021-10-19 10:07 UTC 

[PATCH v1 0/2] Anonymous inner struct
 2021-10-19 10:07 UTC  (3+ messages)
` [PATCH v1 1/2] fprintf: Allow making struct/enum/union anonymous
` [PATCH v1 2/2] pahole.c: Add --inner_anonymous option

[PATCH] drm/bridge: dw-mipi-dsi: Find the possible DSI devices
 2021-10-19 10:07 UTC  (4+ messages)

stable-rc/queue/5.10 build: 184 builds: 3 failed, 181 passed, 4 errors, 10 warnings (v5.10.73-126-ga7ef479e79a6)
 2021-10-19 10:06 UTC 

[PATCH v2] pinctrl: amd: Fix wakeups when IRQ is shared with SCI
 2021-10-19 10:04 UTC  (2+ messages)

[dpdk-dev] [PATCH] test: rely on EAL detection for core list
 2021-10-19 10:04 UTC  (4+ messages)

[PATCH v2 0/2] use SM3 instead of SM3_256
 2021-10-19 10:04 UTC  (3+ messages)
` [PATCH v2 1/2] crypto: "
` [PATCH v2 2/2] tpm: "

[PATCH v2] mm/damon/core: Optimize kdamod.%d thread creation code
 2021-10-19 10:03 UTC  (2+ messages)

[PATCH] drm/amdgpu: remove grbm cam remmaping for gfx v10
 2021-10-19 10:02 UTC 

[syzbot] divide error in genelink_tx_fixup
 2021-10-19 10:02 UTC  (2+ messages)

[PATCH v8 00/32] file system-wide error monitoring
 2021-10-19 10:01 UTC  (4+ messages)
` [PATCH v8 11/32] fsnotify: Protect fsnotify_handle_inode_event from no-inode events

[dpdk-dev] [PATCH] gpudev: introduce memory API
 2021-10-19 10:00 UTC  (6+ messages)
` [dpdk-dev] [PATCH v3 0/9] GPU library

[PATCH] media: Document coding style requirements
 2021-10-19 10:01 UTC  (3+ messages)

[Intel-gfx] [PATCH v3 00/11] drm/i915: Simplify handling of modifiers
 2021-10-19 10:00 UTC  (7+ messages)
` [Intel-gfx] [PATCH v3 09/11] drm/i915: Add a platform independent way to check for CCS AUX planes
  ` [Intel-gfx] [PATCH v4 "

[PATCH net-next] net: phylink: rejig SFP interface selection in ksettings_set()
 2021-10-19 10:00 UTC 

[PULL] topic/drm-dp-training-delay-helpers for drm-misc-next and drm-intel-next
 2021-10-19  9:59 UTC  (2+ messages)
` [Intel-gfx] "

[PATCH] pci: pcie-rcar: add regulators support
 2021-10-19  9:58 UTC 

BMI160 accelerometer on AyaNeo tablet
 2021-10-19  9:58 UTC  (6+ messages)

please help, "Ram disk image is corrupt or invalid" (qemu virt machine, arm64)
 2021-10-19  9:59 UTC  (3+ messages)

[PATCH V1 mlx5-next 00/13] Add mlx5 live migration driver
 2021-10-19  9:59 UTC  (3+ messages)
` [PATCH V1 mlx5-next 11/13] vfio/mlx5: Implement vfio_pci driver for mlx5 devices

[PATCH 0/2] Bluetooth: hci_h5: btrtl: Add support for RTL8822CS hci_ver 0x08
 2021-10-19  9:57 UTC  (3+ messages)
` [PATCH 1/2] Bluetooth: btrtl: Add support for RTL8822C "
` [PATCH 2/2] Bluetooth: hci_h5: Add power reset via gpio in h5_btrtl_open

[PATCH] MAINTAINERS: Remove Matt Mackall as his identity is obsolete
 2021-10-19  9:56 UTC  (7+ messages)

[wireguard-apple] [iOS] Changing network fails with includeAllNetworks (Kill Switch)
 2021-10-19  9:54 UTC  (7+ messages)

[PATCH v1 00/16] Basic StarFive JH7100 RISC-V SoC support
 2021-10-19  9:52 UTC  (11+ messages)
` [PATCH v1 12/16] pinctrl: starfive: Add pinctrl driver for StarFive SoCs

[PATCH] block: Fix partition check for host-aware zoned block devices
 2021-10-19  9:52 UTC  (4+ messages)

stable-rc/queue/4.9 build: 187 builds: 3 failed, 184 passed, 2 errors, 34 warnings (v4.9.286-51-gd156b23118b6)
 2021-10-19  9:50 UTC 

[RFC ndctl PATCH] monitor: Add "run" to call a bash script
 2021-10-19  9:49 UTC 

[PULL V3] 1st set of IIO new device support, features and cleanup for the 5.16 cycle
 2021-10-19  9:48 UTC  (5+ messages)

[LTP] [PATCH] syscalls/fcntl15: Convert to new API
 2021-10-19  9:47 UTC 

[syzbot] KASAN: use-after-free Read in __isofs_iget
 2021-10-19  9:48 UTC  (2+ messages)

i.MX LPDDR4 Firmware
 2021-10-19  9:47 UTC  (2+ messages)

[PULL V4] 1st set of IIO new device support, features and cleanup for the 5.16 cycle
 2021-10-19  9:45 UTC  (2+ messages)

[PATCH v12 0/5] Introduce SoC sleep stats driver
 2021-10-19  9:47 UTC  (5+ messages)
` [PATCH v12 2/5] soc: qcom: Add Sleep "

[PATCH v1 0/5] Improvements for TC358768 DSI bridge driver
 2021-10-19  9:47 UTC  (4+ messages)
` [PATCH v1 5/5] drm/bridge: tc358768: Correct BTACNTRL1 programming

[dpdk-dev] [PATCH 0/3] Avoid cast-align warnings
 2021-10-19  9:47 UTC  (8+ messages)
` [dpdk-dev] [PATCH 2/3] mbuf: avoid cast-align warning in pktmbuf mtod offset macro

[PATCH v3 00/23] Fix some issues at documentation
 2021-10-19  9:45 UTC  (3+ messages)
` [PATCH v3 23/23] dt-bindings: reserved-memory: ramoops: update ramoops.yaml references

[PATCH backport for 5.4] tee: optee: Fix missing devices unregister during optee_remove
 2021-10-19  9:45 UTC 

[dpdk-dev] [PATCH] net/ice: fix sideband queue initialization
 2021-10-19  9:44 UTC 

[PATCH] sound/soc: adds TAS5754M digital input amplifier component driver
 2021-10-19  9:43 UTC  (3+ messages)

💥 PANICKED: Waiting for review: Test report for kernel 5.15.0-rc6 (block, 1983520d)
 2021-10-19  9:43 UTC  (4+ messages)

[PATCH 0/2] virtio-i2c: Fix buffer handling
 2021-10-19  9:42 UTC  (6+ messages)
` [PATCH 1/2] i2c: virtio: disable timeout handling

[PATCH 00/16] KVM: arm64: Implement unshare hypercall for pkvm
 2021-10-19  9:40 UTC  (9+ messages)
` [PATCH 16/16] KVM: arm64: pkvm: Unshare guest structs during teardown

stable-rc/queue/4.14 build: 193 builds: 3 failed, 190 passed, 2 errors, 32 warnings (v4.14.250-73-gcf46928023bb)
 2021-10-19  9:42 UTC 

[dpdk-dev] [PATCH v4 0/3] support PPPoL2TPv2oUDP RSS Hash
 2021-10-19  9:41 UTC  (4+ messages)
` [dpdk-dev] [PATCH v5 "
  ` [dpdk-dev] [PATCH v5 3/3] app/testpmd: support L2TPV2 and PPP protocol pattern

[PATCH] platform/x86: thinkpad_acpi: Convert platform driver to use dev_groups
 2021-10-19  9:41 UTC  (2+ messages)

[PATCH v13 00/10] Add support for Hikey 970 PCIe
 2021-10-19  9:40 UTC  (5+ messages)
` [PATCH v13 09/10] PCI: kirin: fix poweroff sequence

[PATCH 0/2] tpm: use SM3 instead of SM3_256
 2021-10-19  9:39 UTC  (7+ messages)
` [PATCH 1/2] crypto: "

[PATCH v11 0/3] usb: gadget: configfs: add some trace event
 2021-10-19  9:39 UTC  (3+ messages)
` [PATCH v11 3/3] usb: gadget: add configfs trace events

[PATCH] Fix test/misc/swaplabel failure due to change in mkswap behaviour
 2021-10-19  9:39 UTC  (2+ messages)

[dpdk-dev] [RFC] ethdev: introduce shared Rx queue
 2021-10-19  9:39 UTC  (6+ messages)
` [dpdk-dev] [PATCH v9 0/6] "
  ` [dpdk-dev] [PATCH v9 2/6] app/testpmd: dump device capability and Rx domain info

[dpdk-dev] [PATCH] net/i40e: disable source pruning
 2021-10-19  9:38 UTC  (2+ messages)
` [dpdk-dev] [PATCH v2] "

[PATCH v2 0/4] thermal: mediatek: Add mt8365 support
 2021-10-19  9:34 UTC  (5+ messages)
` [PATCH v2 1/4] dt-bindings: thermal: mediatek: Add mt8365
` [PATCH v2 2/4] thermal: mediatek: Fix apmixed error message
` [PATCH v2 3/4] thermal: mediatek: Remove data void casts
` [PATCH v2 4/4] thermal: mediatek: add MT8365 thermal driver support

[PATCH BlueZ v2] audio/avrcp: Determine Absolute Volume support from feature category 2
 2021-10-19  9:38 UTC  (2+ messages)
` [BlueZ,v2] "


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.