All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2021-04-16 08:06:29 to 2021-04-16 08:44:37 UTC [more...]

[Intel-gfx] [PATCH v3 1/4] drm/i915/uapi: hide kernel doc warnings
 2021-04-16  8:44 UTC  (3+ messages)
  `  "

[PATCH v8 00/15] soc: rockchip: power-domain: add rk3568 powerdomains
 2021-04-16  8:03 UTC  (38+ messages)
` [PATCH v8 01/15] ARM: dts: rockchip: Fix power-controller node names for rk3066a
` [PATCH v8 02/15] ARM: dts: rockchip: Fix power-controller node names for rk3188
` [PATCH v8 03/15] ARM: dts: rockchip: Fix power-controller node names for rk3288
` [PATCH v8 04/15] ARM: dts: rockchip: add #power-domain-cells to power domain nodes
` [PATCH v8 05/15] arm64: dts: rockchip: Fix power-controller node names for px30
` [PATCH v8 06/15] arm64: dts: rockchip: Fix power-controller node names for rk3328
` [PATCH v8 07/15] arm64: dts: rockchip: Fix power-controller node names for rk3399
` [PATCH v8 08/15] arm64: dts: rockchip: add #power-domain-cells to power domain nodes
` [PATCH v8 09/15] soc: rockchip: pm-domains: Add a meaningful power domain name
` [PATCH v8 10/15] dt-bindings: add power-domain header for RK3568 SoCs
` [PATCH v8 11/15] dt-bindings: arm: rockchip: convert pmu.txt to YAML
` [PATCH v8 12/15] dt-bindings: arm: rockchip: add more compatible strings to pmu.yaml
` [PATCH v8 13/15] dt-bindings: power: rockchip: Convert to json-schema
` [PATCH v8 14/15] dt-bindings: power: rockchip: Add bindings for RK3568 Soc
` [PATCH v8 15/15] soc: rockchip: power-domain: add rk3568 powerdomains

[PATCH] rtc: Fix missing IRQF_ONESHOT as only threaded handler
 2021-04-16  8:44 UTC  (2+ messages)

[PATCH v6 00/10] Introduce VDUSE - vDPA Device in Userspace
 2021-04-16  8:43 UTC  (4+ messages)
` [PATCH v6 09/10] vduse: "
    `  "

[PATCH] extcon: maxim: Fix missing IRQF_ONESHOT as only threaded handler
 2021-04-16  8:43 UTC  (2+ messages)

[PATCHv3] Introduced new tracing mode KCOV_MODE_UNIQUE
 2021-04-16  8:42 UTC  (3+ messages)

[PATCH] mm: ptdump: Fix build failure
 2021-04-16  8:42 UTC  (3+ messages)

[PATCH v2 00/10] drm: Support simple-framebuffer devices and firmware fbs
 2021-04-16  8:42 UTC  (11+ messages)
` [PATCH v2 04/10] drm/aperture: Add infrastructure for aperture ownership

[dm-devel] [PATCH V5 00/12] block: support bio based io polling
 2021-04-16  8:42 UTC  (12+ messages)
` [dm-devel] [PATCH V5 11/12] block: add poll_capable method to support bio-based IO polling
  ` [dm-devel] [PATCH] block: introduce QUEUE_FLAG_POLL_CAP flag
    `  "

[PATCH v3 00/33] block/nbd: rework client connection
 2021-04-16  8:21 UTC  (36+ messages)
` [PATCH v3 01/33] block/nbd: fix channel object leak
` [PATCH v3 02/33] block/nbd: fix how state is cleared on nbd_open() failure paths
` [PATCH v3 03/33] block/nbd: ensure ->connection_thread is always valid
` [PATCH v3 04/33] block/nbd: nbd_client_handshake(): fix leak of s->ioc
` [PATCH v3 05/33] block/nbd: BDRVNBDState: drop unused connect_err and connect_status
` [PATCH v3 06/33] util/async: aio_co_schedule(): support reschedule in same ctx
` [PATCH v3 07/33] block/nbd: simplify waking of nbd_co_establish_connection()
` [PATCH v3 08/33] block/nbd: drop thr->state
` [PATCH v3 09/33] block/nbd: bs-independent interface for nbd_co_establish_connection()
` [PATCH v3 10/33] block/nbd: make nbd_co_establish_connection_cancel() bs-independent
` [PATCH v3 11/33] block/nbd: rename NBDConnectThread to NBDClientConnection
` [PATCH v3 12/33] block/nbd: introduce nbd_client_connection_new()
` [PATCH v3 13/33] block/nbd: introduce nbd_client_connection_release()
` [PATCH v3 14/33] nbd: move connection code from block/nbd to nbd/client-connection
` [PATCH v3 15/33] nbd/client-connection: use QEMU_LOCK_GUARD
` [PATCH v3 16/33] nbd/client-connection: add possibility of negotiation
` [PATCH v3 17/33] nbd/client-connection: implement connection retry
` [PATCH v3 18/33] nbd/client-connection: shutdown connection on release
` [PATCH v3 19/33] block/nbd: split nbd_handle_updated_info out of nbd_client_handshake()
` [PATCH v3 20/33] block/nbd: use negotiation of NBDClientConnection
` [PATCH v3 21/33] qemu-socket: pass monitor link to socket_get_fd directly
` [PATCH v3 22/33] block/nbd: pass monitor directly to connection thread
` [PATCH v3 23/33] block/nbd: nbd_teardown_connection() don't touch s->sioc
` [PATCH v3 24/33] block/nbd: drop BDRVNBDState::sioc
` [PATCH v3 25/33] nbd/client-connection: return only one io channel
` [PATCH v3 26/33] block-coroutine-wrapper: allow non bdrv_ prefix
` [PATCH v3 27/33] block/nbd: split nbd_co_do_establish_connection out of nbd_reconnect_attempt
` [PATCH v3 28/33] nbd/client-connection: do qio_channel_set_delay(false)
` [PATCH v3 29/33] nbd/client-connection: add option for non-blocking connection attempt
` [PATCH v3 30/33] block/nbd: reuse nbd_co_do_establish_connection() in nbd_open()
` [PATCH v3 31/33] block/nbd: add nbd_clinent_connected() helper
` [PATCH v3 32/33] block/nbd: safer transition to receiving request
` [PATCH v3 33/33] block/nbd: drop connection_co

[PATCH v4 0/2] pwm: visconti: Add Toshiba Visconti SoC PWM support
 2021-04-16  8:07 UTC  (7+ messages)
` [PATCH v4 2/2] "

[PATCH -next] drm: bridge: fix ANX7625 use of mipi_dsi_() functions
 2021-04-16  8:41 UTC  (3+ messages)

[PATCH v9 0/3] Adding the Sparx5 Switch Reset Driver
 2021-04-16  8:40 UTC  (4+ messages)
` [PATCH v9 1/3] dt-bindings: reset: microchip sparx5 reset driver bindings
` [PATCH v9 2/3] reset: mchp: sparx5: add switch reset driver
` [PATCH v9 3/3] arm64: dts: reset: add microchip sparx5 "

[PATCH v4 0/7 target: make tpg/enable attribute
 2021-04-16  8:26 UTC  (8+ messages)
` [PATCH v4 1/7] target: core: add common "
` [PATCH v4 2/7] target: iscsi: replace enable attr to ops.enable
` [PATCH v4 3/7] target: qla2xx: "
` [PATCH v4 4/7] target: sbp: "
` [PATCH v4 5/7] target: srpt "
` [PATCH v4 6/7] target: ibm_vscsi: "
` [PATCH v4 7/7] target: usb: "

[PATCH v2 0/7] Hyper-V nested virt enlightenments for SVM
 2021-04-16  8:40 UTC  (6+ messages)
` [PATCH v2 1/7] hyperv: Detect Nested virtualization support "
` [PATCH v2 3/7] KVM: x86: hyper-v: Move the remote TLB flush logic out of vmx

[bug report] shared tags causes IO hang and performance drop
 2021-04-16  8:39 UTC  (12+ messages)

[PATCH v5 00/24] v4l: subdev internal routing
 2021-04-16  8:38 UTC  (2+ messages)

[PATCH v2] staging: media: atomisp: pci: Change line break to avoid an open parenthesis at the end of the line
 2021-04-16  8:37 UTC  (8+ messages)
` [Outreachy kernel] "

[dpdk-dev] [PATCH v2 1/4] vhost: move allocation of mbuf outside of packet enqueue
 2021-04-16  8:36 UTC  (3+ messages)
` [dpdk-dev] [PATCH v3] vhost: allocate and free packets in bulk

[PATCH] scsi_debug: fix cmd_per_lun, set to max_queue
 2021-04-16  8:33 UTC  (6+ messages)

[PATCH v9 0/7] Make alloc_contig_range handle Hugetlb pages
 2021-04-16  8:36 UTC  (3+ messages)
` [PATCH v9 6/7] mm: Make alloc_contig_range handle in-use hugetlb pages

[PATCH 0/5] Another small set of cleanups for floppy driver
 2021-04-16  8:34 UTC  (6+ messages)
` [PATCH 1/5] floppy: cleanups: remove trailing whitespaces
` [PATCH 2/5] floppy: cleanups: use ST0 as reply_buffer index 0
` [PATCH 3/5] floppy: cleanups: use memset() to zero reply_buffer
` [PATCH 4/5] floppy: cleanups: use memcpy() to copy reply_buffer
` [PATCH 5/5] floppy: cleanups: remove FLOPPY_SILENT_DCL_CLEAR undef

[PATCH v2] serial: stm32: optimize spin lock usage
 2021-04-16  8:35 UTC  (6+ messages)

[PATCH] sched/core: Add in additional const on preempt_modes array declaration
 2021-04-16  8:35 UTC 

[xen-unstable test] 161180: tolerable FAIL - PUSHED
 2021-04-16  8:34 UTC 

[dpdk-dev] [PATCH 0/2] fix missing check for thread creation
 2021-04-16  8:34 UTC  (14+ messages)
` [dpdk-dev] [PATCH v3 "
  ` [dpdk-dev] [PATCH v3 1/2] telemetry: "
  ` [dpdk-dev] [PATCH v3 2/2] test: "
` [dpdk-dev] [PATCH v4 0/2] "
  ` [dpdk-dev] [PATCH v4 1/2] telemetry: "
  ` [dpdk-dev] [PATCH v4 2/2] test: "

[dpdk-dev] [PATCH 0/4] Refactor async vhost control path
 2021-04-16  8:33 UTC  (12+ messages)
` [dpdk-dev] [PATCH v2 "
  ` [dpdk-dev] [PATCH v2 3/4] vhost: avoid deadlock on async register

Rust-for-Linux Hydra CI
 2021-04-16  8:27 UTC 

[PATCH v7 0/8] Allocate memmap from hotadded memory (per device)
 2021-04-16  8:32 UTC  (5+ messages)
` [PATCH v7 4/8] mm,memory_hotplug: Allocate memmap from the added memory range

[PATCH 1/5] mm/swapfile: add percpu_ref support for swap
 2021-04-16  8:30 UTC  (14+ messages)

[PATCH 0/9] git log: configurable default format for merge diffs
 2021-04-16  8:30 UTC  (5+ messages)
` [PATCH v2 0/5] "
  ` [PATCH v2 4/5] diff-merges: introduce log.diffMerges config variable

[meta-oe][hardknott][master][PATCH 1/2] opencv: fetch wechat_qrcode files used by dnn PACKAGECONFIG
 2021-04-16  8:29 UTC  (3+ messages)
` [meta-oe][hardknott][master][PATCH 2/2] opencv: link sfm module with Glog
  ` [oe] "

[PATCH yocto-autobuilder-helper 1/4] config.json: add "collect-data" template
 2021-04-16  8:28 UTC  (3+ messages)
` [PATCH yocto-autobuilder-helper 2/4] config.json: collect data by default
  ` [yocto] "

[PATCH 1/3] mt76: mt7615: fix hardware error recovery for mt7663
 2021-04-16  8:27 UTC  (3+ messages)
` [PATCH 2/3] mt76: mt7615: fix entering driver-own state on mt7663
` [PATCH 3/3] mt76: mt7615: load ROM patch before checking patch semaphore status

[PATCH net-next v11 1/2] net: Add a WWAN subsystem
 2021-04-16  8:36 UTC  (2+ messages)
` [PATCH net-next v11 2/2] net: Add Qcom WWAN control driver

[PATCH v2] riscv/kprobe: Restore local irqflag if kprobe is cancelled
 2021-04-16  8:27 UTC 

stable-rc/queue/4.19 baseline: 111 runs, 6 regressions (v4.19.187-13-g89322e49acdd)
 2021-04-16  8:27 UTC 

[PATCH 1/3] arm64: ptrace: Add is_syscall_success to handle compat
 2021-04-16  7:55 UTC  (3+ messages)
` [PATCH 2/3] arm64: syscall.h: Add sign extension handling in syscall_get_return_value for compat
` [PATCH 3/3] audit: Use syscall_get_return_value to get syscall return code in audit_syscall_exit

linux-next: manual merge of the rust tree with the char-misc tree
 2021-04-16  8:26 UTC  (3+ messages)

[RFC PATCH v2 0/2] KVM: x86: Enable dirty logging lazily for huge pages
 2021-04-16  8:25 UTC  (3+ messages)
` [RFC PATCH v2 1/2] KVM: x86: Support write protect gfn with min_level
` [RFC PATCH v2 2/2] KVM: x86: Not wr-protect huge page with init_all_set dirty log

[dpdk-dev] [PATCH 0/2] Mark shared pthread mutex
 2021-04-16  8:25 UTC  (12+ messages)
` [dpdk-dev] [PATCH 1/2] ethdev: make flow API primary/secondary process safe
` [dpdk-dev] [PATCH 2/2] net/failsafe: fix primary/secondary mutex

[PATCH v1 0/2] coresight: Add support for device names
 2021-04-16  8:22 UTC  (3+ messages)
` [PATCH v1 1/2] "
` [PATCH v1 2/2] dt-bindings: arm: add property for coresight component name

[PATCH v2 1/4] misc: make CONFIG_IRQ selectable for all platforms
 2021-04-16  8:21 UTC  (4+ messages)
` [PATCH v2 4/4] sandbox: enable IRQ using select for sandbox architecture

[PATCH] ARM: dts: aspeed: update e3c246d4i vuart properties
 2021-04-16  7:51 UTC 

[PATCH v6 0/7] Add FU740 chip and HiFive Unmatched board support
 2021-04-16  8:20 UTC  (6+ messages)
` [PATCH v6 1/7] riscv: dts: add fu740 support

[PATCH v5, 0/4] soc: mediatek: mmsys: add mt8192 mmsys support
 2021-04-16  7:51 UTC  (7+ messages)
` [PATCH v5, 1/4] soc: mediatek: mmsys: add component OVL_2L2
` [PATCH v5, 2/4] soc: mediatek: mmsys: add component POSTMASK

Perf call graphs on ARM
 2021-04-16  8:19 UTC  (3+ messages)

[PATCH v4] kernel/resource: Fix locking in request_free_mem_region
 2021-04-16  8:18 UTC  (3+ messages)

[PATCH] x86/oprof: fix !HVM && !PV32 build
 2021-04-16  8:16 UTC 

[PATCH 00/13] [RFC] Rust support
 2021-04-16  8:16 UTC  (3+ messages)

[PATCH v2 0/1] arm: topology: parse the topology from the dt
 2021-04-16  7:47 UTC  (4+ messages)

[PATCH v4 0/3] CAN TRANSCEIVER: Add support for CAN transceivers
 2021-04-16  7:51 UTC  (3+ messages)
` [PATCH v4 3/3] phy: phy-can-transceiver: Add support for generic CAN transceiver driver

[PATCH V2 net-next] net: mvpp2: Add parsing support for different IPv4 IHL values
 2021-04-16  8:15 UTC 

[RFC PATCH v6 0/2] arch: riscv: cpu: Add callback to init each core
 2021-04-16  8:14 UTC  (5+ messages)
` [RFC PATCH v6 1/2] "
` [RFC PATCH v6 2/2] arch: riscv: cpu: fu740: clear feature disable CSR

[PATCH] ALSA: hda/realtek: Add quirk for Lenovo Ideapad S740
 2021-04-16  8:12 UTC 

[LTP] [PATCH v3 0/7] CGroup API rewrite
 2021-04-16  8:11 UTC  (3+ messages)
` [LTP] [PATCH v3 5/7] docs: Update CGroups API

[PATCH 0/2] *** SUBJECT HERE ***
 2021-04-16  8:11 UTC  (4+ messages)
` [PATCH v1 1/2] coresight: Add support for device names
` [PATCH v1 2/2] dt-bindings: arm: add property for coresight component name

[PATCH] powerpc: Initialize local variable fdt to NULL in elf64_load()
 2021-04-16  8:09 UTC  (7+ messages)

[dpdk-dev] [RFC 0/3] net/virtio: add vdpa device config support
 2021-04-16  8:10 UTC  (3+ messages)

[RFC PATCH v1] lib: rsa: introduce RSA_SOFTWARE_EXP_TINY
 2021-04-16  8:10 UTC 

[PATCH] mtd: chips: AMD chip 0x2201 - write words not buffers
 2021-04-16  7:45 UTC  (4+ messages)
` [PATCH v2] mtd: cfi_cmdset_0002: AMD chip 0x2201 - write words

[PATCH] usb: misc: adutux: fix whitespace coding style issue
 2021-04-16  8:08 UTC 

[PATCH 0/2] fanotify: Adding pidfd support to the fanotify API
 2021-04-16  8:08 UTC  (6+ messages)
` [PATCH 2/2] fanotify: Add "

linux-next: manual merge of the rust tree with the printk tree
 2021-04-16  8:07 UTC 

[PATCH 1/1] ALSA: hda/realtek: fix mic boost on Intel NUC 8
 2021-04-16  8:05 UTC  (2+ messages)

[PATCH net v2 2/9] r8152: reset flow control patch when linking on for RTL8153B
 2021-04-16  8:04 UTC  (5+ messages)
` [PATCH net-next 4/6] r8152: support new chips
` [PATCH net-next 6/6] r8152: search the configuration of vendor mode


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.