nouveau.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-02-09 04:54:18 to 2022-03-01 04:37:57 UTC [more...]

[Nouveau] [PATCH 0/6] Remove usage of list iterator past the loop body
 2022-03-01  2:15 UTC  (24+ messages)
` [Nouveau] [PATCH 1/6] drivers: usb: remove "
` [Nouveau] [PATCH 2/6] treewide: remove using list iterator after loop body as a ptr
` [Nouveau] [PATCH 3/6] treewide: fix incorrect use to determine if list is empty
` [Nouveau] [PATCH 4/6] drivers: remove unnecessary use of list iterator variable
` [Nouveau] [PATCH 5/6] treewide: remove dereference of list iterator after loop body

[Nouveau] [PATCH v5 0/7] Overhaul `is_thunderbolt`
 2022-02-28 22:32 UTC  (12+ messages)
` [Nouveau] [PATCH v5 2/7] PCI: Move check for old Apple Thunderbolt controllers into a quirk
` [Nouveau] [PATCH v5 3/7] PCI: Drop the `is_thunderbolt` attribute from PCI core
` [Nouveau] [PATCH v5 6/7] drm/radeon: drop the use of `pci_is_thunderbolt_attached`

[Nouveau] [PATCH v2 13/22] drm/nouveau/kms: Remove redundant zpos initialisation
 2022-02-22 21:35 UTC  (5+ messages)

[Nouveau] [PATCH] drm/nouveau/instmem: fix uninitialized_var.cocci warning
 2022-02-28 14:23 UTC 

[Nouveau] [PATCH] drm/nouveau: Remove the unused header file nvif/list.h
 2022-02-24 20:31 UTC  (3+ messages)

[Nouveau] 2022 X.Org Board of Directors Elections Nomination period is NOW
 2022-02-22  1:45 UTC 

[Nouveau] [PATCH] drm: Only select I2C_ALGOBIT for drivers that actually need it
 2022-02-21 10:44 UTC  (2+ messages)

[Nouveau] [PATCH v3 00/12] Overhaul `is_thunderbolt`
 2022-02-17 20:40 UTC  (33+ messages)
` [Nouveau] [PATCH v3 01/12] thunderbolt: move definition of PCI_CLASS_SERIAL_USB_USB4
` [Nouveau] [PATCH v3 02/12] PCI: Move `is_thunderbolt` check for lack of command completed to a quirk
` [Nouveau] [PATCH v3 03/12] PCI: Move check for old Apple Thunderbolt controllers into "
` [Nouveau] [PATCH v3 04/12] PCI: Drop the `is_thunderbolt` attribute from PCI core
` [Nouveau] [PATCH v3 05/12] PCI: Detect root port of internal USB4 devices by `usb4-host-interface`
` [Nouveau] [PATCH v3 06/12] PCI: Explicitly mark USB4 NHI devices as removable
` [Nouveau] [PATCH v3 07/12] PCI: Set ports for discrete USB4 controllers appropriately
` [Nouveau] [PATCH v3 08/12] drm/amd: drop the use of `pci_is_thunderbolt_attached`
` [Nouveau] [PATCH v3 09/12] drm/nouveau: "
` [Nouveau] [PATCH v3 10/12] drm/radeon: "
` [Nouveau] [PATCH v3 11/12] platform/x86: amd-gmux: "
` [Nouveau] [PATCH v3 12/12] PCI: drop `pci_is_thunderbolt_attached`

[Nouveau] [PATCH v4 00/10] Overhaul `is_thunderbolt`
 2022-02-17  9:33 UTC  (17+ messages)
` [Nouveau] [PATCH v4 01/10] PCI: Add USB4 class definition
` [Nouveau] [PATCH v4 02/10] PCI: Move `is_thunderbolt` check for lack of command completed to a quirk
` [Nouveau] [PATCH v4 03/10] PCI: Detect root port of internal USB4 controllers
` [Nouveau] [PATCH v4 04/10] PCI: Detect PCIe root ports for discrete "
` [Nouveau] [PATCH v4 05/10] PCI: Move check for old Apple Thunderbolt controllers into a quirk
` [Nouveau] [PATCH v4 06/10] PCI: Drop the `is_thunderbolt` attribute from PCI core
` [Nouveau] [PATCH v4 07/10] drm/amd: drop the use of `pci_is_thunderbolt_attached`
` [Nouveau] [PATCH v4 08/10] drm/nouveau: "
` [Nouveau] [PATCH v4 09/10] drm/radeon: "
` [Nouveau] [PATCH v4 10/10] PCI: drop `pci_is_thunderbolt_attached`

[Nouveau] [PATCH] drm/nouveau/bios: Use HWSQ entry 1 for PowerBook6, 1
 2022-02-14 16:31 UTC  (3+ messages)

[Nouveau] [PATCH][next] treewide: Replace zero-length arrays with flexible-array members
 2022-02-16 19:46 UTC  (7+ messages)

[Nouveau] Possible regression on suspend (mem/s2idle) between 5.15 and 5.16
 2022-02-14 10:44 UTC 

[Nouveau] [Important!] 2022 X.Org Foundation Membership deadline for voting in the election
 2022-02-17 20:08 UTC 

[Nouveau] start sorting out the ZONE_DEVICE refcount mess v2
 2022-02-14 17:37 UTC  (38+ messages)
` [Nouveau] [PATCH 01/27] mm: remove a pointless CONFIG_ZONE_DEVICE check in memremap_pages
` [Nouveau] [PATCH 02/27] mm: remove the __KERNEL__ guard from <linux/mm.h>
` [Nouveau] [PATCH 03/27] mm: remove pointless includes from <linux/hmm.h>
` [Nouveau] [PATCH 04/27] mm: move free_devmap_managed_page to memremap.c
` [Nouveau] [PATCH 05/27] mm: simplify freeing of devmap managed pages
` [Nouveau] [PATCH 06/27] mm: don't include <linux/memremap.h> in <linux/mm.h>
` [Nouveau] [PATCH 07/27] mm: remove the extra ZONE_DEVICE struct page refcount
` [Nouveau] [PATCH 08/27] fsdax: depend on ZONE_DEVICE || FS_DAX_LIMITED
` [Nouveau] [PATCH 09/27] mm: generalize the pgmap based page_free infrastructure
` [Nouveau] [PATCH 10/27] mm: refactor check_and_migrate_movable_pages
` [Nouveau] [PATCH 11/27] mm: refactor the ZONE_DEVICE handling in migrate_vma_insert_page
` [Nouveau] [PATCH 12/27] mm: refactor the ZONE_DEVICE handling in migrate_vma_pages
` [Nouveau] [PATCH 13/27] mm: move the migrate_vma_* device migration code into it's own file
` [Nouveau] [PATCH 14/27] mm: build migrate_vma_* for all configs with ZONE_DEVICE support
` [Nouveau] [PATCH 15/27] mm: add zone device coherent type memory support
` [Nouveau] [PATCH 16/27] mm: add device coherent vma selection for memory migration
` [Nouveau] [PATCH 17/27] mm/gup: fail get_user_pages for LONGTERM dev coherent type
` [Nouveau] [PATCH 18/27] drm/amdkfd: add SPM support for SVM
` [Nouveau] [PATCH 19/27] drm/amdkfd: coherent type as sys mem on migration to ram
` [Nouveau] [PATCH 20/27] lib: test_hmm add ioctl to get zone device type
` [Nouveau] [PATCH 21/27] lib: test_hmm add module param for "
` [Nouveau] [PATCH 22/27] lib: add support for device coherent type in test_hmm
` [Nouveau] [PATCH 23/27] tools: update hmm-test to support device coherent type
` [Nouveau] [PATCH 24/27] tools: update test_hmm script to support SP config
` [Nouveau] [PATCH 25/27] mm: remove the vma check in migrate_vma_setup()
` [Nouveau] [PATCH 26/27] mm/gup: migrate device coherent pages when pinning instead of failing
` [Nouveau] [PATCH 27/27] tools: add hmm gup test for long term pinned device pages

[Nouveau] [PATCH v2 0/9] Overhaul is_thunderbolt
 2022-02-14  6:22 UTC  (22+ messages)
` [Nouveau] [PATCH v2 1/9] thunderbolt: move definition of PCI_CLASS_SERIAL_USB_USB4
` [Nouveau] [PATCH v2 2/9] PCI: Move `is_thunderbolt` check for lack of command completed to a quirk
` [Nouveau] [PATCH v2 3/9] PCI: drop `is_thunderbolt` attribute
` [Nouveau] [PATCH v2 4/9] PCI: mark USB4 devices as removable
` [Nouveau] [PATCH v2 5/9] drm/amd: drop the use of `pci_is_thunderbolt_attached`
` [Nouveau] [PATCH v2 6/9] drm/nouveau: "
` [Nouveau] [PATCH v2 7/9] drm/radeon: "
` [Nouveau] [PATCH v2 8/9] platform/x86: amd-gmux: "
` [Nouveau] [PATCH v2 9/9] PCI: drop `pci_is_thunderbolt_attached`

[Nouveau] [PATCH 16/49] arch/x86: replace cpumask_weight with cpumask_empty where appropriate
 2022-02-10 22:49 UTC 

[Nouveau] start sorting out the ZONE_DEVICE refcount mess
 2022-02-10 21:00 UTC  (30+ messages)
` [Nouveau] [PATCH 1/8] mm: remove a pointless CONFIG_ZONE_DEVICE check in memremap_pages
` [Nouveau] [PATCH 2/8] mm: remove the __KERNEL__ guard from <linux/mm.h>
` [Nouveau] [PATCH 3/8] mm: remove pointless includes from <linux/hmm.h>
` [Nouveau] [PATCH 4/8] mm: move free_devmap_managed_page to memremap.c
` [Nouveau] [PATCH 5/8] mm: simplify freeing of devmap managed pages
` [Nouveau] [PATCH 6/8] mm: don't include <linux/memremap.h> in <linux/mm.h>
` [Nouveau] [PATCH 7/8] mm: remove the extra ZONE_DEVICE struct page refcount

[Nouveau] [PATCH v2] dma-buf-map: Rename to iosys-map
 2022-02-03  8:46 UTC  (6+ messages)

[Nouveau] [PATCH v3] dma-buf-map: Rename to iosys-map
 2022-02-08 13:11 UTC  (5+ messages)

[Nouveau] [PATCH v4] dma-buf-map: Rename to iosys-map
 2022-02-04 17:05 UTC 

[Nouveau] [PATCH 13/23] drm/nouveau/kms: Remove redundant zpos initialisation
 2022-02-07 16:35 UTC 

[Nouveau] [PATCH 00/14] Rename dma-buf-map
 2022-02-01 22:08 UTC  (9+ messages)

[Nouveau] [PATCH v2 00/11] lib/string_helpers: Add a few string helpers
 2022-02-01 21:25 UTC  (9+ messages)
` [Nouveau] [PATCH v2 03/11] drm/i915: Use str_yes_no()
  ` [Nouveau] [Intel-gfx] "
` [Nouveau] [PATCH v2 04/11] drm/i915: Use str_enable_disable()
  ` [Nouveau] [Intel-gfx] "
` [Nouveau] [PATCH v2 05/11] drm/i915: Use str_enabled_disabled()
  ` [Nouveau] [Intel-gfx] "
` [Nouveau] [PATCH v2 06/11] drm/i915: Use str_on_off()
  ` [Nouveau] [Intel-gfx] "

[Nouveau] [PATCH] drm/nouveau: Fix a potential theorical leak in nouveau_get_backlight_name()
 2022-02-09  6:03 UTC 

[Nouveau] [PATCH] drm/nouveau/nvkm: adjust memory check and use in proper order
 2022-02-09  4:53 UTC  (2+ messages)
` [Nouveau] [PATCH v2] drm/nouveau/nvkm: fix dereference before null check


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).