All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2021-09-09 01:10:18 to 2021-09-09 01:54:25 UTC [more...]

[Intel-gfx] [PATCH 00/23] i915/display: split and constify vtable (v3)
 2021-09-09  1:53 UTC  (21+ messages)
` [Intel-gfx] [PATCH 01/23] drm/i915/pm: drop get_fifo_size vfunc
` [Intel-gfx] [PATCH 02/23] drm/i915: make update_wm take a dev_priv
` [Intel-gfx] [PATCH 03/23] drm/i915/wm: provide wrappers around watermark vfuncs calls
` [Intel-gfx] [PATCH 04/23] drm/i915: add wrappers around cdclk vtable funcs
` [Intel-gfx] [PATCH 05/23] drm/i915/display: add intel_fdi_link_train wrapper
` [Intel-gfx] [PATCH 06/23] drm/i915: split clock gating init from display vtable
` [Intel-gfx] [PATCH 07/23] drm/i915: split watermark vfuncs "
` [Intel-gfx] [PATCH 08/23] drm/i915: split color functions "
` [Intel-gfx] [PATCH 09/23] drm/i915: split audio "
` [Intel-gfx] [PATCH 10/23] drm/i915: split cdclk "
` [Intel-gfx] [PATCH 11/23] drm/i915: split irq hotplug function "
` [Intel-gfx] [PATCH 12/23] drm/i915: split fdi link training "
` [Intel-gfx] [PATCH 13/23] drm/i915: split the dpll clock compute out "
` [Intel-gfx] [PATCH 14/23] drm/i915: constify fdi link training vtable
` [Intel-gfx] [PATCH 15/23] drm/i915: constify hotplug function vtable
` [Intel-gfx] [PATCH 16/23] drm/i915: constify color "
` [Intel-gfx] [PATCH 17/23] drm/i915: constify the audio "
` [Intel-gfx] [PATCH 18/23] drm/i915: constify the dpll clock vtable
` [Intel-gfx] [PATCH 19/23] drm/i915: constify the cdclk vtable
` [Intel-gfx] [PATCH 21/23] drm/i915: constify display function vtable

[PATCH v4 00/18] KVM: arm64: selftests: Introduce arch_timer selftest
 2021-09-09  1:38 UTC  (57+ messages)
` [PATCH v4 01/18] KVM: arm64: selftests: Add MMIO readl/writel support
` [PATCH v4 02/18] KVM: arm64: selftests: Add sysreg.h
` [PATCH v4 03/18] KVM: arm64: selftests: Use read/write definitions from sysreg.h
` [PATCH v4 04/18] KVM: arm64: selftests: Introduce ARM64_SYS_KVM_REG
` [PATCH v4 05/18] KVM: arm64: selftests: Add support for cpu_relax
` [PATCH v4 06/18] KVM: arm64: selftests: Add basic support for arch_timers
` [PATCH v4 07/18] KVM: arm64: selftests: Add basic support to generate delays
` [PATCH v4 08/18] KVM: arm64: selftests: Add support to disable and enable local IRQs
` [PATCH v4 09/18] KVM: arm64: selftests: Add guest support to get the vcpuid
` [PATCH v4 10/18] KVM: arm64: selftests: Add light-weight spinlock support
` [PATCH v4 11/18] KVM: arm64: selftests: Add basic GICv3 support
` [PATCH v4 12/18] KVM: selftests: Keep track of the number of vCPUs for a VM
` [PATCH v4 13/18] KVM: selftests: Add support to get the VM's mode
` [PATCH v4 14/18] KVM: arm64: selftests: Add host support for vGIC
` [PATCH v4 15/18] KVM: arm64: selftests: Add arch_timer test
` [PATCH v4 16/18] KVM: arm64: selftests: arch_timer: Support vCPU migration
` [PATCH v4 17/18] KVM: arm64: selftests: Replace ARM64_SYS_REG with ARM64_SYS_KVM_REG
` [PATCH v4 18/18] KVM: selftests: vgic_init: Pull REDIST_REGION_ATTR_ADDR from vgic.h

[PATCH] random.c: Update RFC reference
 2021-09-09  1:53 UTC 

[PATCH v4 0/4] arm: aspeed: Add eSPI support
 2021-09-09  1:52 UTC  (10+ messages)
` [PATCH v4 3/4] soc: aspeed: Add eSPI driver

[RESEND RFC PATCH 0/3] Provide fast access to thread specific data
 2021-09-09  1:50 UTC  (3+ messages)
` [RESEND RFC PATCH 1/3] Introduce per thread user-kernel shared structure

[RFC PATCH] fs/exec: Add the support for ELF program's NUMA replication
 2021-09-09  9:48 UTC  (6+ messages)

[Intel-gfx] [PATCH 00/23] i915/display: split and constify vtable (v2)
 2021-09-09  1:47 UTC  (26+ messages)
` [Intel-gfx] [PATCH 01/23] drm/i915/pm: drop get_fifo_size vfunc
` [Intel-gfx] [PATCH 02/23] drm/i915: make update_wm take a dev_priv
` [Intel-gfx] [PATCH 03/23] drm/i915/wm: provide wrappers around watermark vfuncs calls
` [Intel-gfx] [PATCH 04/23] drm/i915: add wrappers around cdclk vtable funcs
` [Intel-gfx] [PATCH 05/23] drm/i915/display: add intel_fdi_link_train wrapper
` [Intel-gfx] [PATCH 06/23] drm/i915: split clock gating init from display vtable
` [Intel-gfx] [PATCH 07/23] drm/i915: split watermark vfuncs "
` [Intel-gfx] [PATCH 08/23] drm/i915: split color functions "
` [Intel-gfx] [PATCH 09/23] drm/i915: split audio "
` [Intel-gfx] [PATCH 10/23] drm/i915: split cdclk "
` [Intel-gfx] [PATCH 11/23] drm/i915: split irq hotplug function "
` [Intel-gfx] [PATCH 12/23] drm/i915: split fdi link training "
` [Intel-gfx] [PATCH 13/23] drm/i915: split the dpll clock compute out "
` [Intel-gfx] [PATCH 14/23] drm/i915: constify fdi link training vtable
` [Intel-gfx] [PATCH 15/23] drm/i915: constify hotplug function vtable
` [Intel-gfx] [PATCH 16/23] drm/i915: constify color "
` [Intel-gfx] [PATCH 17/23] drm/i915: constify the audio "
` [Intel-gfx] [PATCH 18/23] drm/i915: constify the dpll clock vtable
` [Intel-gfx] [PATCH 19/23] drm/i915: constify the cdclk vtable
` [Intel-gfx] [PATCH 20/23] drm/i915: drop unused function ptr and comments
` [Intel-gfx] [PATCH 21/23] drm/i915: constify display function vtable
` [Intel-gfx] [PATCH 22/23] drm/i915: constify clock gating init vtable
` [Intel-gfx] [PATCH 23/23] drm/i915: constify display wm vtable
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for i915/display: split and constify vtable (rev2)
` [Intel-gfx] ✗ Fi.CI.DOCS: "

[PATCH AUTOSEL 5.14 001/252] drm/bridge: ti-sn65dsi86: Don't read EDID blob over DDC
 2021-09-09  1:42 UTC  (10+ messages)
` [PATCH AUTOSEL 5.14 002/252] drm/vmwgfx: Fix subresource updates with new contexts
` [PATCH AUTOSEL 5.14 003/252] drm/vmwgfx: Fix some static checker warnings
` [PATCH AUTOSEL 5.14 004/252] drm/vc4: hdmi: Set HD_CTL_WHOLSMP and HD_CTL_CHALIGN_SET
` [PATCH AUTOSEL 5.14 005/252] drm/ttm: Fix multihop assert on eviction
` [PATCH AUTOSEL 5.14 006/252] drm/omap: Follow implicit fencing in prepare_fb
` [PATCH AUTOSEL 5.14 007/252] drm/amdgpu: Fix amdgpu_ras_eeprom_init()
` [PATCH AUTOSEL 5.14 008/252] drm/amdgpu: Fix koops when accessing RAS EEPROM
` [PATCH AUTOSEL 5.14 009/252] drm: vc4: Fix pixel-wrap issue with DVP teardown
` [PATCH AUTOSEL 5.14 010/252] dma-buf: fix dma_resv_test_signaled test_all handling v2

[rdma:for-rc] BUILD SUCCESS 2169b908894df2ce83e7eb4a399d3224b2635126
 2021-09-09  1:45 UTC 

[PATCH bpf] bpf: handle return value of BPF_PROG_TYPE_STRUCT_OPS prog
 2021-09-09  1:45 UTC  (5+ messages)

[PATCH 0/4 v0.5] sched/umcg: RFC UMCG patchset
 2021-09-09  1:39 UTC  (6+ messages)
` [PATCH 2/4 v0.5] sched/umcg: RFC: add userspace atomic helpers
` [PATCH 3/4 v0.5] sched/umcg: RFC: implement UMCG syscalls

[PATCH mm/bpf v3] mm: bpf: add find_vma_non_owner() without lockdep_assert on mm->mmap_lock
 2021-09-09  1:38 UTC  (2+ messages)

Vmalloc.h implicit functions
 2021-09-09  1:39 UTC  (2+ messages)

[dpdk-dev] [PATCH] net/ixgbe: fix vf mac remains
 2021-09-09  1:41 UTC  (4+ messages)
` [dpdk-dev] [PATCH v2] "

[PATCH v1 1/2] driver core: fw_devlink: Add support for FWNODE_FLAG_BROKEN_PARENT
 2021-09-09  1:39 UTC  (11+ messages)

[virtio-dev] [PATCH v1 00/12] Context types
 2021-09-09  1:37 UTC  (26+ messages)
`  "
` [PATCH v1 01/12] virtio-gpu api: multiple context types with explicit initialization
  ` [virtio-dev] "
` [virtio-dev] [PATCH v1 02/12] drm/virtgpu api: create context init feature
  `  "
` [virtio-dev] [PATCH v1 03/12] drm/virtio: implement context init: track valid capabilities in a mask
  `  "
` [virtio-dev] [PATCH v1 04/12] drm/virtio: implement context init: probe for feature
  `  "
` [virtio-dev] [PATCH v1 05/12] drm/virtio: implement context init: support init ioctl
  `  "
` [virtio-dev] [PATCH v1 06/12] drm/virtio: implement context init: track {ring_idx, emit_fence_info} in virtio_gpu_fence
  `  "
` [virtio-dev] [PATCH v1 07/12] drm/virtio: implement context init: plumb {base_fence_ctx, ring_idx} to virtio_gpu_fence_alloc
  `  "
` [virtio-dev] [PATCH v1 08/12] drm/virtio: implement context init: stop using drv->context when creating fence
  `  "
` [virtio-dev] [PATCH v1 09/12] drm/virtio: implement context init: allocate an array of fence contexts
  `  "
` [virtio-dev] [PATCH v1 10/12] drm/virtio: implement context init: handle VIRTGPU_CONTEXT_PARAM_POLL_RINGS_MASK
  `  "
` [virtio-dev] [PATCH v1 11/12] drm/virtio: implement context init: add virtio_gpu_fence_event
  `  "
` [virtio-dev] [PATCH v1 12/12] drm/virtio: implement context init: advertise feature to userspace
  `  "

[dpdk-dev] [PATCH] net/ice: add 1PPS support for E810
 2021-09-09  1:30 UTC  (2+ messages)
` [dpdk-dev] [PATCH v2] "

[dpdk-dev] [PATCH v2] net/ice: support IEEE 1588 PTP for E810
 2021-09-09  1:30 UTC  (2+ messages)
` [dpdk-dev] [PATCH v3] "

[avpatel:riscv_kvm_aia_v1 35/45] drivers/irqchip/irq-riscv-imsic.c:268:26: error: 'struct imsic_priv' has no member named 'base_ipi'
 2021-09-09  1:35 UTC  (2+ messages)

[Intel-gfx] [PATCH 1/4] drm/i915: rename debugfs_gt files
 2021-09-09  1:36 UTC  (2+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for series starting with [1/4] "

[PATCH 0/2] pack-write,repack: prevent opening packs too early
 2021-09-09  1:33 UTC  (6+ messages)
` [PATCH v2 0/3] "

[PATCH 2/2] maintenance: skip bootout/bootstrap when plist is registered
 2021-09-09  1:25 UTC  (2+ messages)
` [PATCH] gc: remove unused launchctl_get_uid() call

[PATCH] drm/plane-helper: fix uninitialized variable reference
 2021-09-09  1:32 UTC  (2+ messages)
` [PATCH v2] "

[PATCH 0/2] mm, thp: fix file-backed THP race in collapse_file
 2021-09-09  1:33 UTC  (11+ messages)
` [PATCH 1/2] mm, thp: check page mapping when truncating page cache
` [PATCH 2/2] mm, thp: bail out early in collapse_file for writeback page

[virtio-comment] [RFC PATCH 2/2] virtio-gpu: add context init support
 2021-09-09  1:32 UTC  (4+ messages)
` [virtio-comment] [RFC PATCH v2 "

[virtio-comment] [PATCH v1 1/2] virtio-gpu: clarify spec regarding capability sets
 2021-09-09  1:29 UTC  (2+ messages)
` [virtio-comment] [PATCH v1 2/2] virtio-gpu: add context init support

[gatesgarth][PATCH 0/4] Pull request (cover letter only)
 2021-09-09  1:28 UTC 

[PATCH v2 0/6] Fix FIT hash algos in SPL (Fixes v2021.10-rc3)
 2021-09-09  1:25 UTC  (13+ messages)
` [PATCH v2 1/6] common: Remove unused CONFIG_FIT_SHAxxx selectors
` [PATCH v2 2/6] lib: Drop SHA512_ALGO in lieu of SHA512
` [PATCH v2 3/6] common/spl: Drop [ST]PL_HASH_SUPPORT in favor of [ST]PL_HASH
` [PATCH v2 4/6] common: Move MD5 hash to hash_algo[] array
` [PATCH v2 5/6] image: Drop if/elseif hash selection in calculate_hash()
` [PATCH v2 6/6] image: Drop IMAGE_ENABLE_{MD5, CRC32} #defines

[1.50][PATCH 0/1] Pull request
 2021-09-09  1:25 UTC  (2+ messages)
` [1.50][PATCH 1/1] server: Fix early parsing errors preventing zombie bitbake

[qemu-mainline test] 164884: tolerable FAIL - PUSHED
 2021-09-09  1:23 UTC 

[PATCH] Doc: page_migration: fix numbering for non-LRU movable flags
 2021-09-09  1:20 UTC  (3+ messages)

[PATCH] dt-bindings: net: sun8i-emac: Add compatible for D1
 2021-09-09  1:19 UTC  (3+ messages)

[hardknott][PATCH 00/11] Pull request (cover letter only)
 2021-09-09  1:19 UTC 

Segfaults in git rebase --continue and git rerere
 2021-09-09  1:18 UTC 

[PATCH 0/5] ebpf: Added ebpf helper for libvirtd
 2021-09-09  1:16 UTC  (9+ messages)
` [PATCH 4/5] ebpf_rss_helper: Added helper for eBPF RSS

[OE-core] [hardknott][PATCH] bitbake: server: Fix early parsing errors preventing zombie bitbake
 2021-09-09  1:16 UTC  (2+ messages)

[PATCH v1 00/14] PCI devices passthrough on Arm
 2021-09-09  1:16 UTC  (8+ messages)
` [PATCH v1 03/14] xen/pci: solve compilation error on ARM with ACPI && HAS_PCI
` [PATCH v1 04/14] xen/arm: Add support for PCI init to initialize the PCI driver

[PATCH v3 0/5] mm: A few cleanup patches around zap, shmem and uffd
 2021-09-09  1:16 UTC  (3+ messages)
` [PATCH v3 4/5] mm: Add zap_skip_check_mapping() helper

[syzbot] INFO: task hung in io_wq_put_and_exit
 2021-09-09  1:15 UTC  (2+ messages)

[OE-core][hardknott][PATCH] bluez5: fix CVE-2021-3658
 2021-09-09  1:14 UTC  (2+ messages)

[PATCH 00/35] efi: Improvements to U-Boot running on top of UEFI
 2021-09-09  1:11 UTC  (4+ messages)
` [PATCH 14/35] efi: Locate all block devices in the app

[PATCH v1 0/3] QIOChannel flags + multifd zerocopy
 2021-09-09  1:10 UTC  (9+ messages)
` [PATCH v1 3/3] migration: multifd: Enable zerocopy

[PATCH] io_uring: drop ctx->uring_lock before acquiring sqd->lock
 2021-09-09  1:10 UTC 

incoming
 2021-09-09  1:10 UTC  (4+ messages)
` [patch 6/8] mm/kmemleak: allow __GFP_NOLOCKDEP passed to kmemleak's gfp
` [patch 7/8] mm/mempolicy: fix a race between offset_il_node and mpol_rebind_task
` [patch 8/8] nds32/setup: remove unused memblock_region variable in setup_memory()

[PATCH v3 0/2] progress.c API users: fix bogus counting
 2021-09-09  1:10 UTC  (4+ messages)
` [PATCH v4 "
  ` [PATCH v4 1/2] commit-graph: fix bogus counter in "Scanning merged commits" progress line
  ` [PATCH v4 2/2] entry: show finer-grained counter in "Filtering content" "


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.