All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-04-16 23:21:37 to 2024-04-16 23:47:47 UTC [more...]

[PATCH v3 0/8] Improve buffer head documentation
 2024-04-16 23:47 UTC  (4+ messages)
` [PATCH v3 8/8] doc: Split buffer.rst out of api-summary.rst

[PATCH] net: phy: bcm54811: add support for BroadR-Reach mode
 2024-04-16 23:46 UTC  (3+ messages)

[PATCH v8 iwl-next 00/12] Introduce ETH56G PHY model for E825C products
 2024-04-16 23:46 UTC  (3+ messages)
  ` [Intel-wired-lan] "

[PATCH v3 i-g-t] tests/intel/xe_sysfs_defaults: Validate for all default values
 2024-04-16 23:45 UTC  (2+ messages)
` ✗ CI.xeFULL: failure for tests/intel/xe_sysfs_defaults: Validate for all default values (rev3)

[PATCH v10] mm: report per-page metadata information
 2024-04-16 23:44 UTC  (3+ messages)

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

[PATCH 000/156] drm/nouveau: replace "ioctl" interface between drm/nvkm
 2024-04-16 23:40 UTC  (156+ 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 091/156] drm/nouveau/nvif: rework vmm "raw get"/"raw put" 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 099/156] drm/nouveau/nvif: rework device "new disp" api
` [PATCH 100/156] drm/nouveau/nvif: rework disp "sclass" api
` [PATCH 101/156] drm/nouveau/nvif: rework disp "new caps" api
` [PATCH 102/156] drm/nouveau/nvif: rework disp "new conn" api
` [PATCH 103/156] drm/nouveau/nvif: rework conn "new event" api
` [PATCH 104/156] drm/nouveau/nvif: remove conn from object rb
` [PATCH 105/156] drm/nouveau/nvif: rework disp "new outp" api
` [PATCH 106/156] drm/nouveau/nvif: rework outp "detect" api
` [PATCH 107/156] drm/nouveau/nvif: rework outp "edid get" api
` [PATCH 108/156] drm/nouveau/nvif: rework outp "load detect" api
` [PATCH 109/156] drm/nouveau/nvif: rework outp "inherit" apis
` [PATCH 110/156] drm/nouveau/nvif: rework outp "acquire" api
` [PATCH 111/156] drm/nouveau/nvif: rework outp "release" api
` [PATCH 112/156] drm/nouveau/nvif: rework outp "bl get"/"bl set" apis
` [PATCH 113/156] drm/nouveau/nvif: rework outp "lvds config" api
` [PATCH 114/156] drm/nouveau/nvif: rework outp "hdmi "
` [PATCH 115/156] drm/nouveau/nvif: rework outp "infoframe" api
` [PATCH 116/156] drm/nouveau/nvif: rework outp "hda eld" api
` [PATCH 117/156] drm/nouveau/nvif: rework outp "dp aux pwr" api
` [PATCH 118/156] drm/nouveau/nvif: rework outp "dp aux xfer" api
` [PATCH 119/156] drm/nouveau/nvif: rework outp "dp rates" api
` [PATCH 120/156] drm/nouveau/nvif: rework outp "dp train" api
` [PATCH 121/156] drm/nouveau/nvif: rework outp "dp drive" api
` [PATCH 122/156] drm/nouveau/nvif: rework outp "dp sst" api
` [PATCH 123/156] drm/nouveau/nvif: rework outp "dp mst id get"/"dp mst id put" apis
` [PATCH 124/156] drm/nouveau/nvif: rework outp "dp mst vcpi" api
` [PATCH 125/156] drm/nouveau/nvif: remove outp from object rb
` [PATCH 126/156] drm/nouveau/nvif: rework disp "new head" api
` [PATCH 127/156] drm/nouveau/nvif: rework head "scanoutpos" api
` [PATCH 128/156] drm/nouveau/nvif: rework head "new event" api
` [PATCH 129/156] drm/nouveau/nvif: remove head from object rb
` [PATCH 130/156] drm/nouveau/nvif: rework disp "new chan" apis
` [PATCH 131/156] drm/nouveau/nvif: remove disp from object rb
` [PATCH 132/156] drm/nouveau/nvif: rework disp chan "new ctxdma" api
` [PATCH 133/156] drm/nouveau/nvif: remove disp chans from object rb
` [PATCH 134/156] drm/nouveau/nvif: rework device "new cgrp" api
` [PATCH 135/156] drm/nouveau/nvif: rework device "new ctxdma" api
` [PATCH 136/156] drm/nouveau/nvif: rework device/cgrp "new chan" apis
` [PATCH 137/156] drm/nouveau/nvif: remove mem from object rb
` [PATCH 138/156] drm/nouveau/nvif: remove vmm "
` [PATCH 139/156] drm/nouveau/nvif: remove ctxdma "
` [PATCH 140/156] drm/nouveau/nvif: remove device "
` [PATCH 141/156] drm/nouveau/nvif: rework chan "map" api
` [PATCH 142/156] drm/nouveau/nvif: rework chan "sclass" api
` [PATCH 143/156] drm/nouveau/nvif: rework chan "new event" apis
` [PATCH 144/156] drm/nouveau/nvif: rework chan "new ctxdma" api
` [PATCH 145/156] drm/nouveau/nvif: rework chan "new engobj" apis
` [PATCH 146/156] drm/nouveau/nvif: remove chan from object rb
` [PATCH 147/156] drm/nouveau/nvif: rework engobj "mthd" api
` [PATCH 148/156] drm/nouveau/nvif: rework engobj "new event" api
` [PATCH 149/156] drm/nouveau/nvif: remove engobj from object rb
` [PATCH 150/156] drm/nouveau/nvkm: switch nvkm_object to non-irqsafe spinlock
` [PATCH 151/156] drm/nouveau: remove client_mutex
` [PATCH 152/156] drm/nouveau: move nvxx_* definitions to nouveau_drv.h
` [PATCH 153/156] drm/nouveau: pass nouveau_drm to nvxx_*
` [PATCH 154/156] drm/nouveau: remove remaining usage of nvif_device.info
` [PATCH 155/156] drm/nouveau: remove remaining usage of nvif_device.object.map
` [PATCH 156/156] drm/nouveau: remove remaining usage of nouveau_drm.client

[PATCH] rtc: mcp795: drop unneeded MODULE_ALIAS
 2024-04-16 23:43 UTC  (2+ messages)

[PATCH v2 00/10] KVM: Guest Memory Pre-Population API
 2024-04-16 23:43 UTC  (4+ messages)
` [PATCH v2 03/10] KVM: x86/mmu: Extract __kvm_mmu_do_page_fault()

[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 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  (7+ 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  (3+ 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)


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.