All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2021-02-01 08:18:29 to 2021-02-01 09:07:08 UTC [more...]

[PATCH] sound: pci/rme9652 - implement and expose controls for output
 2021-02-01  8:42 UTC  (2+ messages)

[PATCH v7 00/10] Implement support for external IPT monitoring
 2021-02-01  9:06 UTC  (7+ messages)
` [PATCH v7 10/10] x86/vm_event: Carry Processor Trace buffer offset in vm_event

[RFC PATCH 0/2] hw/arm/raspi: Restrict BCM2835 / BCM2836 SoC to TCG
 2021-02-01  9:04 UTC  (5+ messages)
` [RFC PATCH 2/2] "

[PATCH 00/11] x86/fault: Cleanups and robustifications
 2021-02-01  9:05 UTC  (3+ messages)
` [PATCH 01/11] x86/fault: Fix AMD erratum #91 errata fixup for user code

KMSAN: uninit-value in crc32_le_base (2)
 2021-02-01  9:06 UTC 

[PATCH 3/8] scsi: ufshpb: Add region's reads counter
 2021-02-01  9:04 UTC  (10+ messages)
` [PATCH 0/8] Add Host control mode to HPB

[git:media_tree/master] media: Revert "media: videobuf2: Fix length check for single plane dmabuf queueing"
 2021-01-12 14:49 UTC 

[git:media_tree/master] media: cec: add stm32 driver
 2021-01-26 18:15 UTC 

[git:media_tree/master] media: rc: ensure that uevent can be read directly after rc device register
 2021-01-04 10:00 UTC 

[git:media_tree/master] media: v4l2-subdev.h: BIT() is not available in userspace
 2021-01-26 18:14 UTC 

[git:media_tree/master] media: cedrus: Fix H264 decoding
 2021-01-26 18:15 UTC 

[git:media_tree/master] media: rc: fix timeout handling after switch to microsecond durations
 2021-01-11 11:58 UTC 

[git:media_tree/master] media: rc: ite-cir: fix min_timeout calculation
 2021-01-12 11:47 UTC 

[git:media_tree/master] media: hantro: Fix reset_raw_fmt initialization
 2021-01-26 18:16 UTC 

[PATCH] gpio: gpiolib: remove shadowed variable
 2021-02-01  9:04 UTC  (5+ messages)

turbostat: Fix Pkg Power on Zen
 2021-02-01  9:01 UTC  (2+ messages)

[PATCH V2] scsi: ufs: Add UFS3.0 in ufs HCI version check
 2021-02-01  9:02 UTC  (3+ messages)

[PATCH] drm/amd/pm: remove some useless code for vangogh
 2021-02-01  9:03 UTC  (3+ messages)

[PATCH] Staging: wimax: i2400m: fixing several coding style issues
 2021-02-01  4:16 UTC  (2+ messages)

[PATCH v1 0/2] Make fw_devlink=on more forgiving
 2021-02-01  9:02 UTC  (4+ messages)

[PATCH] KVM: Replace DEFINE_SIMPLE_ATTRIBUTE with DEFINE_DEBUGFS_ATTRIBUTE
 2021-02-01  9:01 UTC  (2+ messages)

[PATCH] drm/amd/pm: fill in the data member of v2 gpu metrics table for vangogh
 2021-02-01  9:02 UTC  (3+ messages)

[PATCH 0/2] Misc bug fixes in mtk power domain driver
 2021-02-01  8:59 UTC  (5+ messages)
` [PATCH 1/2] soc: mediatek: pm-domains: Use correct mask for bus_prot_clr

linux-5.10.11 build failure
 2021-02-01  8:59 UTC  (4+ messages)

[PATCH v8 0/6] Support running driver's probe for a device powered off
 2021-02-01  8:57 UTC  (3+ messages)
` [PATCH v9 7/7] at24: Support probing while off

[Intel-gfx] [PATCH 01/57] drm/i915/gt: Restrict the GT clock override to just Icelake
 2021-02-01  8:57 UTC  (57+ messages)
` [Intel-gfx] [PATCH 02/57] drm/i915/selftests: Exercise relative mmio paths to non-privileged registers
` [Intel-gfx] [PATCH 03/57] drm/i915/selftests: Exercise cross-process context isolation
` [Intel-gfx] [PATCH 04/57] drm/i915: Protect against request freeing during cancellation on wedging
` [Intel-gfx] [PATCH 05/57] drm/i915: Take rcu_read_lock for querying fence's driver/timeline names
` [Intel-gfx] [PATCH 06/57] drm/i915/gt: Always flush the submission queue on checking for idle
` [Intel-gfx] [PATCH 07/57] drm/i915/gt: Move engine setup out of set_default_submission
` [Intel-gfx] [PATCH 08/57] drm/i915/gt: Move submission_method into intel_gt
` [Intel-gfx] [PATCH 09/57] drm/i915: Replace engine->schedule() with a known request operation
` [Intel-gfx] [PATCH 10/57] drm/i915: Restructure priority inheritance
` [Intel-gfx] [PATCH 11/57] drm/i915/selftests: Measure set-priority duration
` [Intel-gfx] [PATCH 12/57] drm/i915/selftests: Exercise priority inheritance around an engine loop
` [Intel-gfx] [PATCH 13/57] drm/i915/selftests: Force a rewind if at first we don't succeed
` [Intel-gfx] [PATCH 14/57] drm/i915: Improve DFS for priority inheritance
` [Intel-gfx] [PATCH 15/57] drm/i915: Extract request submission from execlists
` [Intel-gfx] [PATCH 16/57] drm/i915: Extract request rewinding "
` [Intel-gfx] [PATCH 17/57] drm/i915: Extract request suspension from the execlists
` [Intel-gfx] [PATCH 18/57] drm/i915: Extract the ability to defer and rerun a request later
` [Intel-gfx] [PATCH 19/57] drm/i915: Fix the iterative dfs for defering requests
` [Intel-gfx] [PATCH 20/57] drm/i915: Wrap access to intel_engine.active
` [Intel-gfx] [PATCH 21/57] drm/i915: Move common active lists from engine to i915_scheduler
` [Intel-gfx] [PATCH 22/57] drm/i915: Move scheduler queue
` [Intel-gfx] [PATCH 23/57] drm/i915: Move tasklet from execlists to sched
` [Intel-gfx] [PATCH 24/57] drm/i915/gt: Only kick the scheduler on timeslice/preemption change
` [Intel-gfx] [PATCH 25/57] drm/i915: Move submit_request to i915_sched_engine
` [Intel-gfx] [PATCH 26/57] drm/i915: Move finding the current active request to the scheduler
` [Intel-gfx] [PATCH 27/57] drm/i915: Show execlists queues when dumping state
` [Intel-gfx] [PATCH 28/57] drm/i915: Wrap i915_request_use_semaphores()
` [Intel-gfx] [PATCH 29/57] drm/i915: Move scheduler flags
` [Intel-gfx] [PATCH 30/57] drm/i915: Move timeslicing flag to scheduler
` [Intel-gfx] [PATCH 31/57] drm/i915/gt: Declare when we enabled timeslicing
` [Intel-gfx] [PATCH 32/57] drm/i915: Move needs-breadcrumb flags to scheduler
` [Intel-gfx] [PATCH 33/57] drm/i915: Move busywaiting control to the scheduler
` [Intel-gfx] [PATCH 34/57] drm/i915: Move preempt-reset flag "
` [Intel-gfx] [PATCH 35/57] drm/i915: Replace priolist rbtree with a skiplist
` [Intel-gfx] [PATCH 36/57] drm/i915: Wrap cmpxchg64 with try_cmpxchg64() helper
` [Intel-gfx] [PATCH 37/57] drm/i915: Fair low-latency scheduling
` [Intel-gfx] [PATCH 38/57] drm/i915/gt: Specify a deadline for the heartbeat
` [Intel-gfx] [PATCH 39/57] drm/i915: Extend the priority boosting for the display with a deadline
` [Intel-gfx] [PATCH 40/57] drm/i915/gt: Support virtual engine queues
` [Intel-gfx] [PATCH 41/57] drm/i915: Move saturated workload detection back to the context
` [Intel-gfx] [PATCH 42/57] drm/i915: Bump default timeslicing quantum to 5ms
` [Intel-gfx] [PATCH 43/57] drm/i915/gt: Delay taking irqoff for execlists submission
` [Intel-gfx] [PATCH 44/57] drm/i915/gt: Wrap intel_timeline.has_initial_breadcrumb
` [Intel-gfx] [PATCH 45/57] drm/i915/gt: Track timeline GGTT offset separately from subpage offset
` [Intel-gfx] [PATCH 46/57] drm/i915/gt: Add timeline "mode"
` [Intel-gfx] [PATCH 47/57] drm/i915/gt: Use indices for writing into relative timelines
` [Intel-gfx] [PATCH 48/57] drm/i915/selftests: Exercise relative timeline modes
` [Intel-gfx] [PATCH 49/57] drm/i915/gt: Use ppHWSP for unshared non-semaphore related timelines
` [Intel-gfx] [PATCH 50/57] Restore "drm/i915: drop engine_pin/unpin_breadcrumbs_irq"
` [Intel-gfx] [PATCH 51/57] drm/i915/gt: Couple tasklet scheduling for all CS interrupts
` [Intel-gfx] [PATCH 52/57] drm/i915/gt: Support creation of 'internal' rings
` [Intel-gfx] [PATCH 53/57] drm/i915/gt: Use client timeline address for seqno writes
` [Intel-gfx] [PATCH 54/57] drm/i915/gt: Infrastructure for ring scheduling
` [Intel-gfx] [PATCH 55/57] drm/i915/gt: Implement ring scheduler for gen4-7
` [Intel-gfx] [PATCH 56/57] drm/i915/gt: Enable ring scheduling for gen5-7
` [Intel-gfx] [PATCH 57/57] drm/i915: Support secure dispatch on gen6/gen7

[PATCH v2] nvme-multipath: Early exit if no path is available
 2021-02-01  8:57 UTC  (19+ messages)

v4l: status of 'add support for multiplexed streams' patch
 2021-02-01  8:57 UTC  (4+ messages)

[PATCH v8 0/5] media: i2c: Add RDACM21 camera module
 2021-02-01  8:54 UTC  (2+ messages)

[PATCH for-next 0/3] Fix potential deadlock, types and typo in zoned series
 2021-02-01  8:52 UTC  (4+ messages)
` [PATCH for-next 1/3] btrfs: fix to return bool instead of int
` [PATCH for-next 2/3] btrfs: properly unlock log_mutex in error case
` [PATCH for-next 3/3] btrfs: fix a typo in comment

[Intel-gfx] [PATCH i-g-t] intel_gpu_top: Hide unused clients
 2021-02-01  8:53 UTC  (9+ messages)
    ` [igt-dev] "

[PATCH] util/log: flush TB cache when log level changes
 2021-02-01  8:46 UTC  (6+ messages)

[dpdk-dev] [PATCH 1/1] net/pcap: imissed stats support
 2021-02-01  8:53 UTC  (3+ messages)

[PATCH 1/1] vsock: fix the race conditions in multi-transport support
 2021-02-01  8:52 UTC  (2+ messages)

[PATCH] iotests: check: return 1 on failure
 2021-02-01  8:50 UTC 

[igt-dev] [PATCH i-g-t v18 00/31] Introduce IGT allocator
 2021-02-01  8:52 UTC  (8+ messages)
` [igt-dev] [PATCH i-g-t v18 18/31] tests/gem_softpin: Verify allocator and execbuf pair work together
` [igt-dev] [PATCH i-g-t v18 24/31] tests/gem_linear_blits: Use intel allocator

[PATCH v1 0/2] arm64: Support devapc on MediaTek MT6779 platform
 2021-02-01  8:50 UTC  (9+ messages)
` [PATCH v1 2/2] arm64: configs: Support DEVAPC on MediaTek platforms

Process-wide watchpoints
 2021-02-01  8:50 UTC  (4+ messages)

[PATCH] arm64: dts: mt8183: Fix GCE include path
 2021-02-01  8:49 UTC  (5+ messages)

[dpdk-dev] [PATCH v4 00/44] net/virtio: Virtio PMD rework
 2021-02-01  8:49 UTC  (3+ messages)

[PATCH] x86: Remove unnecessary kmap() from sgx_ioc_enclave_init()
 2021-02-01  8:48 UTC  (3+ messages)

[dpdk-dev] [PATCH v1 0/2] remove smp barriers in app/test
 2021-02-01  8:48 UTC  (10+ messages)
` [dpdk-dev] [PATCH v1 1/2] app/test: remove unnecessary barriers for ring stress test
              ` [dpdk-dev] 回复: "

[PATCH v2 1/1] vsock: fix the race conditions in multi-transport support
 2021-02-01  8:47 UTC 

[PATCH v2] KVM: x86: Allow guests to see MSR_IA32_TSX_CTRL even if tsx=off
 2021-02-01  8:46 UTC  (3+ messages)

[PATCH v3 00/17] KVM: x86/pmu: Add support to enable Guest PEBS via DS
 2021-02-01  8:43 UTC  (5+ messages)

pl2303.c 110 baud not working
 2021-02-01  8:43 UTC  (8+ messages)

[PATCH 00/29] treewide: Convert comma separated statements
 2021-02-01  8:41 UTC  (6+ messages)
` [PATCH 10/29] drm/i915: Avoid "
      ` [Intel-gfx] "

[PATCH resend] uvc: strncpy -> strscpy
 2021-02-01  8:40 UTC 

Bugs: usb serial crash when close second comport
 2021-02-01  8:40 UTC 

[igt-dev] [PATCH i-g-t] meson: Turn off -Werror
 2021-02-01  8:40 UTC  (2+ messages)
` [igt-dev] ✓ Fi.CI.BAT: success for "

[dpdk-dev] [RFC 1/7] ethdev: support sub function representor
 2021-02-01  8:39 UTC  (9+ messages)
` [dpdk-dev] [PATCH v5 0/9] ethdev: support SubFunction representor

[PATCH 0/8] gpio: implement the configfs testing module
 2021-02-01  8:37 UTC  (5+ messages)
    ` [PATCH 8/8] gpio: sim: new "

[PATCH] gcc-plugins: remove unneeded semicolon
 2021-02-01  8:37 UTC 

[PATCH resend] vidtv: adapter->mdev was set too late
 2021-02-01  8:37 UTC 

[PULL 0/2] block: Fix iotests to respect configured Python binary
 2021-02-01  8:36 UTC  (4+ messages)

[PATCH v3] KVM: kvmclock: Fix vCPUs > 64 can't be online/hotpluged
 2021-02-01  8:36 UTC 

v5.11-rc5 BUG kmalloc-1k (Not tainted): Redzone overwritten
 2021-02-01  8:36 UTC  (4+ messages)
` [Intel-gfx] "

[PATCH v6 0/4] ARM: Add support for Hisilicon Kunpeng L3 cache controller
 2021-02-01  8:35 UTC  (7+ messages)
` [PATCH v6 2/4] ARM: hisi: add support for Kunpeng50x SoC
` [PATCH v6 4/4] ARM: Add support for Hisilicon Kunpeng L3 cache controller

[PATCH 0/7] qcow2: compressed write cache
 2021-02-01  8:34 UTC  (4+ messages)
` [PATCH 1/7] qemu/queue: add some useful QLIST_ and QTAILQ_ macros

[PATCH v2 4/4] hw/xen: Have Xen machines select 9pfs
 2021-02-01  8:34 UTC  (2+ messages)

firewire-ohci fails to initialize Texas Instruments XIO2213A/B/XIO2221 based controller on realtime kernels [5.4.91-rt50, 5.10.8-rt24]
 2021-02-01  8:34 UTC  (2+ messages)

[PATCH v2 0/2] pci: add romsize property
 2021-02-01  8:34 UTC  (3+ messages)
` [PATCH v2 1/2] pci: reject too large ROMs

[PATCH 5.11] mac80211: fix station rate table updates on assoc
 2021-02-01  8:33 UTC 

[PATCH v2 0/2] media: dvb-usb: Fix UAF and memory leaks
 2021-02-01  8:32 UTC  (3+ messages)
` [PATCH v2 1/2] media: dvb-usb: Fix memory leak at error in dvb_usb_device_init()
` [PATCH v2 2/2] media: dvb-usb: Fix use-after-free access

[PATCH V1 0/3] scsi: ufs: Add a vops to configure VCC voltage level
 2021-02-01  8:31 UTC  (2+ messages)

[PATCH] pc-bios/descriptors: fix paths in json files
 2021-02-01  8:31 UTC 

[PATCH RFC v2 00/10] vdpa: add vdpa simulator for block device
 2021-02-01  8:29 UTC  (5+ messages)
` [PATCH RFC v2 08/10] "

GIT kernel with the PowerPC updates 5.11-1 doesn't boot on a FSL P5040 board and in a virtual e5500 QEMU machine
 2021-02-01  8:29 UTC  (4+ messages)
` FSL P5040: KVM HV doesn't work with the RC5 of kernel 5.11

[dpdk-dev] [PATCH 1/1] net/pcap: imissed stats support
 2021-02-01  8:30 UTC  (2+ messages)
` [dpdk-dev] [PATCH v2] "

[RFC 00/10] vDPA shadow virtqueue - notifications forwarding
 2021-02-01  8:28 UTC  (4+ messages)
` [RFC 05/10] vhost: Add vhost_dev_from_virtio

[PATCH] platform/x86: dell-wmi-sysman: fix a NULL pointer dereference
 2021-02-01  8:27 UTC  (5+ messages)

jack doesn't detected plugged after suspend
 2021-02-01  8:23 UTC  (2+ messages)

[PATCH 0/7] qcow2: compressed write cache
 2021-02-01  8:24 UTC  (2+ messages)

[PATCH printk-rework 00/12] printk: remove logbuf_lock
 2021-02-01  8:24 UTC  (3+ messages)
` [PATCH printk-rework 04/12] printk: define CONSOLE_LOG_MAX in printk.h
    ` LINE_MAX: was: "

[PATCH] hugetlbfs: rework calculation code of Hugepage size in hugetlbfs_show_options()
 2021-02-01  8:23 UTC 

[PATCH v2] fastboot: add UUU command UCmd and ACmd support
 2021-02-01  8:23 UTC 

[PATCH 0/5] drm/gma500: Remove Moorestown/Medfield
 2021-02-01  8:23 UTC  (4+ messages)
` [PATCH 1/5] drm/gma500: Remove Medfield support

[PATCH 0/2] media: dvb-usb: Fix UAF and memory leaks
 2021-02-01  8:22 UTC  (8+ messages)
` [PATCH 1/2] media: dvb-usb: Fix memory leak at error in dvb_usb_device_init()
` [PATCH 2/2] media: dvb-usb: Fix use-after-free access

[PATCH v2] replay: fix replay of the interrupts
 2021-02-01  8:21 UTC  (2+ messages)

[PATCH 1/2] KVM: x86/mmu: Make HVA handler retpoline-friendly
 2021-02-01  8:21 UTC  (2+ messages)

[PATCH v3 1/2] libs/light: pass some infos to qemu
 2021-02-01  8:21 UTC  (3+ messages)
` [PATCH v3 2/2] Document qemu-ifup on NetBSD

[PATCH 0/3] drm/panfrost: MMU fixes
 2021-02-01  8:21 UTC  (6+ messages)
` [PATCH 1/3] drm/panfrost: Clear MMU irqs before handling the fault
` [PATCH 2/3] drm/panfrost: Don't try to map pages that are already mapped
` [PATCH 3/3] drm/panfrost: Stay in the threaded MMU IRQ handler until we've handled all IRQs

[PATCH] fastboot: add UUU command UCmd and ACmd support
 2021-02-01  8:21 UTC  (5+ messages)

Writing a BSP from downstream kernel sources
 2021-02-01  8:21 UTC  (9+ messages)
` [yocto] "

[PATCH] crypto: caam -Replace DEFINE_SIMPLE_ATTRIBUTE with DEFINE_DEBUGFS_ATTRIBUTE
 2021-02-01  8:20 UTC 

[PATCH v2] x86/fault: Send a SIGBUS to user process always for hwpoison page access
 2021-02-01  8:17 UTC 

[PATCH v2] nbd: Fix NULL pointer in flush_workqueue
 2021-02-01  8:19 UTC 

[PATCH 0/4] fs: fat: code clean up
 2021-02-01  8:18 UTC  (3+ messages)
` [PATCH 4/4] fs: fat: remove trailing periods from long name

[PATCH] ALSA: intel8x0: Fix missing check in snd_intel8x0m_create
 2021-02-01  8:17 UTC  (2+ messages)


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.