All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-04-16 22:51:10 to 2024-04-16 23:42:46 UTC [more...]

[PATCH 000/156] drm/nouveau: replace "ioctl" interface between drm/nvkm
 2024-04-16 23:39 UTC  (97+ messages)
` [PATCH 001/156] drm/nouveau: add nouveau_drm.device/mmu
` [PATCH 002/156] drm/nouveau: alias nouveau_drm.client to nouveau_drm.cli
` [PATCH 003/156] drm/nouveau: pass drm to nouveau_mem_new(), instead of cli
` [PATCH 004/156] drm/nouveau: pass drm to nv50_dmac_create(), rather than device+disp
` [PATCH 005/156] drm/nouveau: pass cli to nouveau_channel_new() instead of drm+device
` [PATCH 006/156] drm/nouveau: remove nouveau_chan.device
` [PATCH 007/156] drm/nouveau: remove chan->drm
` [PATCH 008/156] drm/nouveau: replace some void casts with chan->cli
` [PATCH 009/156] drm/nouveau: remove nouveau_drm.master
` [PATCH 010/156] drm/nouveau: always map device
` [PATCH 011/156] drm/nouveau: add nouveau_cli to nouveau_abi16
` [PATCH 012/156] drm/nouveau: handle limited nvif in abi16
` [PATCH 013/156] drm/nouveau: remove abi16->device
` [PATCH 014/156] drm/nouveau: remove abi16->handles
` [PATCH 015/156] drm/nouveau: store nvkm_device pointer in nouveau_drm
` [PATCH 016/156] drm/nouveau: create pci device once
` [PATCH 017/156] drm/nouveau: remove push pointer from nouveau_channel
` [PATCH 018/156] drm/nouveau/kms: remove a few unused struct members and fn decls
` [PATCH 019/156] drm/nouveau/kms: remove push pointer from nv50_dmac
` [PATCH 020/156] drm/nouveau/kms: move hw ring tracking vars into nvif_push
` [PATCH 021/156] drm/nouveau/kms: move dmac sync/vram ctxdmas to core+wndws
` [PATCH 022/156] drm/nouveau/nvkm: remove detect/mmio/subdev_mask from device args
` [PATCH 023/156] drm/nouveau/nvkm: move nouveau_nvif.c to nvkm/core/driver.c
` [PATCH 024/156] drm/nouveau/nvkm: move nvkm/engine/device/ to nvkm/device/
` [PATCH 026/156] drm/nouveau/nvkm: remove nvkm_client_search()
` [PATCH 027/156] drm/nouveau/nvif: remove support for userspace backends
` [PATCH 028/156] drm/nouveau/nvif: remove route/token
` [PATCH 029/156] drm/nouveau/nvif: remove nvxx_object()
` [PATCH 030/156] drm/nouveau/nvif: remove nvxx_client()
` [PATCH 031/156] drm/nouveau/nvif: remove driver keep/fini
` [PATCH 032/156] drm/nouveau/nvif: remove client version
` [PATCH 033/156] drm/nouveau/nvif: remove client devlist
` [PATCH 034/156] drm/nouveau/nvif: remove client fini
` [PATCH 035/156] drm/nouveau/nvif: remove device args
` [PATCH 036/156] drm/nouveau/nvif: remove device rd/wr
` [PATCH 037/156] drm/nouveau/nvif: remove disp chan rd/wr
` [PATCH 038/156] drm/nouveau/nvkm: rename struct nvkm_uevent
` [PATCH 039/156] drm/nouveau/nvkm: remove nvkm_client()
` [PATCH 040/156] drm/nouveau/nvkm: rename struct nvkm_udevice
` [PATCH 041/156] drm/nouveau/nvkm: rename struct nvkm_control
` [PATCH 042/156] drm/nouveau/nvkm: rename struct nvkm_uvfn
` [PATCH 043/156] drm/nouveau/nvkm: rename struct nvkm_ummu
` [PATCH 044/156] drm/nouveau/nvkm: rename struct nvkm_umem
` [PATCH 045/156] drm/nouveau/nvkm: rename struct nvkm_uvmm
` [PATCH 046/156] drm/nouveau/nvkm: detach user handling from nvkm_fault_buffer
` [PATCH 047/156] drm/nouveau/nvkm: detach user handling from nvkm_disp
` [PATCH 048/156] drm/nouveau/nvkm: detach user handling from nvkm_conn
` [PATCH 049/156] drm/nouveau/nvkm: detach user handling from nvkm_outp
` [PATCH 050/156] drm/nouveau/nvkm: detach user handling from nvkm_uhead
` [PATCH 051/156] drm/nouveau/nvkm: detach user handling from nvkm_disp_chan
` [PATCH 052/156] drm/nouveau/nvkm: rename struct nvkm_ucgrp
` [PATCH 053/156] drm/nouveau/nvkm: rename struct nvkm_uchan
` [PATCH 054/156] drm/nouveau/nvkm: move umem list to mmu
` [PATCH 055/156] drm/nouveau/disp: simplify hw user definition
` [PATCH 056/156] drm/nouveau/nvif: output oclass id in object dbg messages
` [PATCH 057/156] drm/nouveau/nvif: add alternate version of nvif_object_ctor()
` [PATCH 058/156] drm/nouveau/nvif: add alternate version of nvif_event_ctor()
` [PATCH 059/156] drm/nouveau/nvif: move nvif<->nvkm interface definitions to driverif.h
` [PATCH 060/156] drm/nouveau/nvif: rework "new driver" api
` [PATCH 061/156] drm/nouveau/nvkm: remove device list
` [PATCH 062/156] drm/nouveau/nvif: rework driver "new client" api
` [PATCH 063/156] drm/nouveau/nvif: rework client "new device" api
` [PATCH 064/156] drm/nouveau/nvif: remove client from object rb
` [PATCH 065/156] drm/nouveau/nvif: rework device "sclass" api
` [PATCH 066/156] drm/nouveau/nvif: rework device "map" api
` [PATCH 067/156] drm/nouveau/nvif: rework device "info v0" api
` [PATCH 068/156] drm/nouveau/nvif: rework device "info v1" api
` [PATCH 069/156] drm/nouveau/nvif: rework device "time" api
` [PATCH 070/156] drm/nouveau/nvif: rework device "new ctrl" api
` [PATCH 071/156] drm/nouveau/nvif: rework ctrl "pstate info" api
` [PATCH 072/156] drm/nouveau/nvif: rework ctrl "pstate attr" api
` [PATCH 073/156] drm/nouveau/nvif: rework ctrl "pstate user" api
` [PATCH 074/156] drm/nouveau/nvif: remove ctrl from object rb
` [PATCH 075/156] drm/nouveau/nvif: rework device "new usermode" api
` [PATCH 076/156] drm/nouveau/nvif: rework usermode "map" api
` [PATCH 077/156] drm/nouveau/nvif: remove usermode from object rb
` [PATCH 078/156] drm/nouveau/nvif: rework device "new mmu" api
` [PATCH 079/156] drm/nouveau/nvif: rework mmu "sclass" api
` [PATCH 080/156] drm/nouveau/nvif: rework mmu "heap" api
` [PATCH 081/156] drm/nouveau/nvif: rework mmu "type" api
` [PATCH 082/156] drm/nouveau/nvif: rework mmu "kind" api
` [PATCH 083/156] drm/nouveau/nvif: rework mmu "new mem" api
` [PATCH 084/156] drm/nouveau/nvif: rework mem "map"/"unmap" apis
` [PATCH 085/156] drm/nouveau/nvif: rework mmu "new vmm" api
` [PATCH 086/156] drm/nouveau/nvif: remove mmu from object rb
` [PATCH 087/156] drm/nouveau/nvif: rework vmm "page" api
` [PATCH 088/156] drm/nouveau/nvif: rework vmm "get"/"put" apis
` [PATCH 089/156] drm/nouveau/nvif: rework vmm "map"/"unmap" apis
` [PATCH 090/156] drm/nouveau/nvif: rework vmm "pfnmap"/"pfnclr" apis
` [PATCH 092/156] drm/nouveau/nvif: rework vmm "raw map"/"raw unmap" apis
` [PATCH 093/156] drm/nouveau/nvif: rework vmm "raw sparse" api
` [PATCH 094/156] drm/nouveau/nvif: rework vmm "fault replay"/"fault cancel" apis
` [PATCH 095/156] drm/nouveau/nvif: rework device "new fault buffer" api
` [PATCH 096/156] drm/nouveau/nvif: rework fault buffer "map" api
` [PATCH 097/156] drm/nouveau/nvif: rework fault buffer "new event" api
` [PATCH 098/156] drm/nouveau/nvif: remove fault buffer from object rb

[PATCH 0/2] usb: dwc3: Disable susphy during initialization
 2024-04-16 23:41 UTC  (3+ messages)
` [PATCH 1/2] usb: xhci-plat: Don't include xhci.h
` [PATCH 2/2] usb: dwc3: core: Prevent phy suspend during init

[PATCH net] r8169: fix LED-related deadlock on module removal
 2024-04-16 23:41 UTC  (3+ messages)

[RFC PATCH bpf-next v3 0/2] Replace mono_delivery_time with tstamp_type
 2024-04-16 23:40 UTC  (5+ messages)
` [RFC PATCH bpf-next v3 2/2] net: Add additional bit to support userspace timestamp type

RTT-PROBE: lore-subspace-rtt
 2024-04-16 23:39 UTC 

[syzbot] [exfat?] possible deadlock in exfat_page_mkwrite
 2024-04-16 23:38 UTC  (3+ messages)

[PATCH] mmc: cv1800b: Add transmit tap delay config to fix write error
 2024-04-16 23:37 UTC  (2+ messages)

[PATCH] drm/i915/gt: Refactor uabi engine class/instance list creation
 2024-04-16 23:37 UTC  (2+ messages)
` ✗ Fi.CI.CHECKPATCH: warning for "

[PATCH 0/3] ASoC: dapm: improve debugfs output and introduce dapm-graph
 2024-04-16 23:37 UTC  (2+ messages)

[PATCH] KVM/x86: Do not clear SIPI while in SMM
 2024-04-16 23:37 UTC  (9+ messages)

[PATCH v3 00/74] New Intel CPUID families
 2024-04-16 23:37 UTC  (8+ messages)
` [PATCH v3 50/74] x86/cpu/vfm: Update drivers/hwmon/peci/cputemp.c
` [PATCH v3 54/74] x86/cpu/vfm: Update drivers/platform/x86/intel/ifs/core.c

[PATCH 1/2] mmc: Imply HS200 cap with mmc-hs400 prop to match linux
 2024-04-16 23:34 UTC  (10+ messages)
  ` [PATCH 2/2] mmc: Add support for the no-mmc-hs400 prop

Linux man-pages PDF book
 2024-04-16 23:17 UTC  (3+ messages)

[PATCH 00/23] [RFC] Integrate MbedTLS v3.6 LTS with U-Boot
 2024-04-16 23:32 UTC  (4+ messages)

[PATCH] ffmpeg: backport patches to use new Vulkan AV1 codec API
 2024-04-16 23:31 UTC 

[PATCH v2] ata: ahci: Add mask_port_map module parameter
 2024-04-16 23:29 UTC  (6+ messages)
    ` Re[2]: "

[REGRESSION] Null pointer dereference while shrinking zswap
 2024-04-16 23:29 UTC  (3+ messages)

RTT-PROBE: lore-subspace-rtt
 2024-04-16 23:29 UTC 

[Intel-wired-lan] [PATCH iwl-next v4 00/12] Add support for Rx timestamping for both ice and iavf drivers
 2024-04-16 23:28 UTC  (3+ messages)

[PATCH v6 4/5] power: supply: power-supply-leds: Add charging_orange_full_green trigger for RGB LED
 2024-04-16 23:27 UTC  (2+ messages)

[pinchartl:rpi/v6.9/isp/v2 16/24] htmldocs: Warning: MAINTAINERS references a file that doesn't exist: Documentation/media/uapi/v4l/pixfmt-meta-bcm2835-isp-stats.rst
 2024-04-16 23:27 UTC 

[PATCH RESEND v10 0/5] Add support for CS40L50
 2024-04-16 23:28 UTC  (3+ messages)
` [PATCH RESEND v10 4/5] Input: cs40l50 - Add support for the CS40L50 haptic driver

[PATCH] neighbour: guarantee the localhost connections be established successfully even the ARP table is full
 2024-04-16 10:36 UTC  (3+ messages)

Question about using reflink and realtime features on the same filesystem
 2024-04-16 23:24 UTC 

[Buildroot] [PATCH] configs/wandboard: update U-Boot and kernel
 2024-04-16 23:23 UTC 

[PATCH] mailmap: change primary address for Linus Arver
 2024-04-16 23:21 UTC 

[PATCH net-next] net: netdevsim: select PAGE_POOL in Kconfig
 2024-04-16 23:21 UTC 

[PATCH v7 1/2] x86/mm: Don't disable INVLPG if "incomplete Global INVLPG flushes" is fixed by microcode
 2024-04-16 23:21 UTC  (5+ messages)
` [PATCH v7 2/2] x86/mm: Don't disable INVLPG if the kernel is running on a hypervisor

Bug 218665 - nohz_full=0 prevents kernel from booting
 2024-04-16 23:21 UTC  (6+ messages)

[PATCH 0/7] drm/xe: Per client usage
 2024-04-16 23:20 UTC  (5+ messages)
` [PATCH 5/7] drm/xe: Add helper to capture engine timestamp
` [PATCH 6/7] drm/xe/client: Print runtime to fdinfo

Early kernel panic in dmi_decode when running 32-bit kernel on Hyper-V on Windows 11
 2024-04-16 23:20 UTC  (6+ messages)

RTT-PROBE: lore-subspace-rtt
 2024-04-16 23:19 UTC 

[PATCH 0/5] mm: code and data partitioning improvements
 2024-04-16 19:18 UTC  (5+ messages)
  ` [PATCH 3/5 RESEND] mm: add vaddr param to pmd_populate_kernel
      ` [PATCH 3/5] "

[PATCH for-9.0 v3 0/2] qtest/virtio-9p-test.c: fix slow tests
 2024-04-16 23:16 UTC  (4+ messages)
` [PATCH for-9.0 v3 2/2] qtest/virtio-9p-test.c: remove g_test_slow() gate

U-Boot/UKI Relationship Regarding Multiple DTBs
 2024-04-16 23:15 UTC  (2+ messages)

[PATCH net] udp: fix segmentation crash for GRO packet without fraglist
 2024-04-16 23:14 UTC  (8+ messages)

[PATCH BlueZ 0/1] Fix spelling in monitor
 2024-04-16 23:12 UTC  (2+ messages)
` [PATCH BlueZ 1/1] monitor: fix spelling typo

[PATCH v2 0/3] LNL GSC FW support
 2024-04-16 23:12 UTC  (2+ messages)
` ✓ CI.BAT: success for LNL GSC FW support (rev2)

[PATCH iwl-net] i40e: Report MFS in decimal base instead of hex
 2024-04-16 23:11 UTC  (3+ messages)
` [Intel-wired-lan] "

[PATCH] usb: dwc3: Select 2.0 or 3.0 clk base on maximum_speed
 2024-04-16 23:11 UTC 

[PATCH net-next 0/7] net: ipa: header hygiene
 2024-04-16 23:10 UTC  (8+ messages)
` [PATCH net-next 1/7] net: ipa: include some standard header files
` [PATCH net-next 2/7] net: ipa: remove unneeded standard includes
` [PATCH net-next 3/7] net: ipa: include "ipa_interrupt.h" where needed
` [PATCH net-next 4/7] net: ipa: add some needed struct declarations
` [PATCH net-next 5/7] net: ipa: eliminate unneeded "
` [PATCH net-next 6/7] net: ipa: more include file cleanup
` [PATCH net-next 7/7] net: ipa: sort all includes

RTT-PROBE: lore-subspace-rtt
 2024-04-16 23:09 UTC 

[syzbot] [mm?] general protection fault in hpage_collapse_scan_file
 2024-04-16 23:07 UTC  (4+ messages)

[PATCH v3 0/8] docs: recommend using contrib/contacts/git-contacts
 2024-04-16 23:07 UTC  (16+ messages)
` [PATCH v4 "
  ` [PATCH v4 2/8] SubmittingPatches: clarify 'git-contacts' location
  ` [PATCH v5 0/8] docs: recommend using contrib/contacts/git-contacts
    ` [PATCH v5 1/8] MyFirstContribution: mention contrib/contacts/git-contacts
    ` [PATCH v5 2/8] SubmittingPatches: clarify 'git-contacts' location
    ` [PATCH v5 3/8] SubmittingPatches: mention GitGitGadget
    ` [PATCH v5 4/8] SubmittingPatches: quote commands
    ` [PATCH v5 5/8] SubmittingPatches: discuss reviewers first
    ` [PATCH v5 6/8] SubmittingPatches: dedupe discussion of security patches
    ` [PATCH v5 7/8] SubmittingPatches: add heading for format-patch and send-email
    ` [PATCH v5 8/8] SubmittingPatches: demonstrate using git-contacts with git-send-email

[PATCH] workqueue: fix selection of wake_cpu in kick_pool()
 2024-04-16 23:06 UTC  (2+ messages)

[PATCH i-g-t 0/4] Tes update for atomics related uAPI changes
 2024-04-16 23:06 UTC  (2+ messages)
` ✗ CI.xeFULL: failure for Tes update for atomics related uAPI changes (rev2)

[PATCH for-9.1 v3 0/2] target/riscv: set tval in breakpoints
 2024-04-16 23:04 UTC  (3+ messages)
` [PATCH for-9.1 v3 1/2] target/riscv/debug: set tval=pc in breakpoint exceptions
` [PATCH for-9.1 v3 2/2] trans_privileged.c.inc: set (m|s)tval on ebreak breakpoint

[PATCH v8 3/6] NFSD: add write_version to netlink command
 2024-04-16 23:05 UTC  (2+ messages)

[PATCH net v2] udp: don't be set unconnected if only UDP cmsg
 2024-04-16 23:04 UTC  (2+ messages)

[PATCH 11/26] 9p: Use alternative invalidation to using launder_folio
 2024-04-16 23:03 UTC  (5+ messages)
` [PATCH 00/26] netfs, afs, 9p, cifs: Rework netfs to use ->writepages() to copy to cache

[PATCH] i2c: designware: Add ACPI ID for Granite Rapids-D I2C controller
 2024-04-16 22:46 UTC  (2+ messages)

[PATCH v3] x86/bugs: Only harden syscalls when needed
 2024-04-16 23:02 UTC 

[PATCH][next] dax: remove redundant assignment to variable rc
 2024-04-16 23:02 UTC  (2+ messages)

[PATCH] dm-io: don't warn if flush takes too long time
 2024-04-16 23:01 UTC  (4+ messages)
  ` [PATCH v2] "

[PATCH v2 00/10] KVM: Guest Memory Pre-Population API
 2024-04-16 23:00 UTC  (6+ messages)
` [PATCH v2 07/10] KVM: x86: Always populate L1 GPA for KVM_MAP_MEMORY

[PATCH] ata: Add sdev attribute to lower link speed in runtime
 2024-04-16 22:59 UTC  (4+ messages)

RTT-PROBE: lore-subspace-rtt
 2024-04-16 22:59 UTC 

[meta-virtualization][PATCH v2] podman: fix location of user systemd service units
 2024-04-16 22:56 UTC 

[PATCH] i2c: mpc: Removal of of_node_put with __free for auto cleanup
 2024-04-16 22:46 UTC  (2+ messages)

[ANNOUNCE] QEMU 9.0.0-rc4 is now available
 2024-04-16 22:03 UTC 

[PATCH v4 00/20] Omnivision OV4689 refactoring and improvements
 2024-04-16 22:51 UTC  (6+ messages)
` [PATCH v4 17/20] media: i2c: ov4689: Configurable analogue crop

[PATCH] advice: Add advice.scissors to suppress "do not modify or remove this line"
 2024-04-16 22:52 UTC  (6+ messages)

[PATCH V3] KVM: selftests: Add a new option to rseq_test
 2024-04-16 22:51 UTC 

[PATCHSET v13.2 7/7] xfs: vectorize scrub kernel calls
 2024-04-16 22:51 UTC  (5+ messages)
` [PATCH 4/4] xfs: only iget the file once when doing vectored scrub-by-handle

[PATCH v2 00/11] drm/i915/dp: Few MTL/DSC and a UHBR monitor fix
 2024-04-16 22:51 UTC  (2+ messages)
` ✓ Fi.CI.BAT: success for drm/i915/dp: Few MTL/DSC and a UHBR monitor fix (rev2)


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.