All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-08-30 09:43:45 to 2023-08-30 10:56:41 UTC [more...]

[Buildroot] [PATCH v2 1/1] package/cairo: mutex support depends on NPTL
 2023-08-30 10:56 UTC  (2+ messages)

[PATCH 1/2] drm/mediathek: fix kernel oops if no crtc is found
 2023-08-30 10:55 UTC  (6+ messages)
` [PATCH 2/2] drm/mediatek: dpi/dsi: fix possible_crtcs calculation

[PATCH 0/4] powerpc/smp: Shared processor sched optimizations
 2023-08-30 10:52 UTC  (3+ messages)
` [PATCH 1/4] powerpc/smp: Cache CPU has Asymmetric SMP
` [PATCH 3/4] powerpc/smp: Enable Asym packing for cores on shared processor

[PATCH v1 00/22] vfio: Adopt iommufd
 2023-08-30 10:37 UTC  (21+ messages)
` [PATCH v1 01/22] scripts/update-linux-headers: Add iommufd.h
` [PATCH v1 03/22] vfio/common: Move IOMMU agnostic helpers to a separate file
` [PATCH v1 04/22] vfio/common: Introduce vfio_container_add|del_section_window()
` [PATCH v1 05/22] vfio/common: Extract out vfio_kvm_device_[add/del]_fd
` [PATCH v1 06/22] vfio/common: Add a vfio device iterator
` [PATCH v1 07/22] vfio/common: Refactor vfio_viommu_preset() to be group agnostic
` [PATCH v1 08/22] vfio/common: Move legacy VFIO backend code into separate container.c
` [PATCH v1 09/22] vfio/container: Introduce vfio_[attach/detach]_device
` [PATCH v1 10/22] vfio/platform: Use vfio_[attach/detach]_device
` [PATCH v1 11/22] vfio/ap: "
` [PATCH v1 12/22] vfio/ccw: "
` [PATCH v1 13/22] vfio: Add base container
` [PATCH v1 14/22] vfio/common: Simplify vfio_viommu_preset()
` [PATCH v1 15/22] Add iommufd configure option
` [PATCH v1 16/22] backends/iommufd: Introduce the iommufd object
` [PATCH v1 18/22] vfio/iommufd: Implement the iommufd backend
` [PATCH v1 19/22] vfio/iommufd: Add vfio device iterator callback for iommufd
` [PATCH v1 20/22] vfio/pci: Adapt vfio pci hot reset support with iommufd BE
` [PATCH v1 21/22] vfio/pci: Allow the selection of a given iommu backend
` [PATCH v1 22/22] vfio/pci: Make vfio cdev pre-openable by passing a file handle

[rmk-arm:vcpu-rmk 31/33] acpi_processor.c:undefined reference to `arch_unregister_cpu'
 2023-08-30 10:55 UTC  (2+ messages)

[Buildroot] [PATCH 1/1] package/seatd: fix seatd group name
 2023-08-30 10:55 UTC  (2+ messages)

[Buildroot] [PATCH 1/1] arch/Config.in.x86: drop AVX512 from alderlake
 2023-08-30 10:54 UTC  (2+ messages)

[PATCH 00/67] Make pixman an optional dependency
 2023-08-30 10:52 UTC  (33+ messages)
` [PATCH 01/67] ui: remove qemu_pixman_color() helper
` [PATCH 04/67] ui/vc: replace vc_chr_write() with generic qemu_chr_write()
` [PATCH 23/67] ui/console: specialize console_lookup_unused()
` [PATCH 26/67] ui/vc: move cursor_timer initialization to QemuTextConsole class
` [PATCH 29/67] ui/console: move graphic fields to QemuGraphicConsole
` [PATCH 36/67] ui/console: use QEMU_PIXMAN_COLOR helpers
` [PATCH 40/67] ui/vc: skip text console resize when possible
` [PATCH 43/67] ui/vc: do not parse VC-specific options in Spice and GTK
` [PATCH 44/67] ui/vc: change the argument for QemuTextConsole
` [PATCH 45/67] ui/vc: remove kby_put_keysym() and update function calls
` [PATCH 46/67] ui/vc: rename kbd_put → qemu_text_console functions
` [PATCH 47/67] ui/console: remove redundant format field
` [PATCH 48/67] ui/vc: preliminary QemuTextConsole changes before split
` [PATCH 49/67] ui/vc: split off the VC part from console.c
` [PATCH 51/67] build-sys: add optional "pixman" feature
` [PATCH 52/67] ui: compile out some qemu-pixman functions when !PIXMAN
` [PATCH 53/67] ui: add pixman-compat.h
` [PATCH 54/67] ui/vc: console-vc requires PIXMAN
` [PATCH 55/67] qmp/hmp: disable screendump if PIXMAN is missing
` [PATCH 56/67] virtio-gpu: replace PIXMAN for region/rect test
` [PATCH 58/67] vhost-user-gpu: skip VHOST_USER_GPU_UPDATE when !PIXMAN
` [PATCH 59/67] ui/gl: opengl doesn't require PIXMAN
` [PATCH 60/67] ui/vnc: VNC requires PIXMAN
` [PATCH 61/67] ui/spice: SPICE/QXL "
` [PATCH 62/67] ui/gtk: -display gtk "
` [PATCH 63/67] ui/dbus: do not require PIXMAN
` [PATCH 65/67] ppc/kconfig: make SAM460EX depend on PPC & PIXMAN
` [PATCH 66/67] sh4/kconfig: make R2D depend on SH4 "
` [PATCH 67/67] display/kconfig: make SM501 depend on PIXMAN

[PATCH 5.10 00/84] 5.10.193-rc1 review
 2023-08-30 10:53 UTC  (6+ messages)

[PATCH v3] cpuidle, ACPI: Evaluate LPI arch_flags for broadcast timer
 2023-08-30 10:51 UTC  (2+ messages)

[PATCH v2 0/6] Add fdinfo support to Panfrost
 2023-08-30 10:52 UTC  (11+ messages)
` [PATCH v2 1/6] drm/panfrost: Add cycle count GPU register definitions
` [PATCH v2 2/6] drm/panfrost: Add fdinfo support GPU load metrics
` [PATCH v2 3/6] drm/panfrost: Add fdinfo support for memory stats
` [PATCH v2 4/6] drm/drm_file: Add DRM obj's RSS reporting function for fdinfo
` [PATCH v2 5/6] drm/panfrost: Implement generic DRM object RSS reporting function

[RESEND PATCH] regulator: userspace-consumer: Retrieve supplies from DT
 2023-08-30 10:50 UTC  (2+ messages)

[PATCH v2 0/8] ppc: Enable full Xen build
 2023-08-30 10:49 UTC  (3+ messages)
` [PATCH v2 5/8] xen/ppc: Define minimal stub headers required for full build

[PATCH 1/3] memory: Add driver for FMC2 External Bus Interface on STM32MP SoCs
 2023-08-30 10:47 UTC  (3+ messages)
` [PATCH 2/3] mtd: nand: Add driver for NAND controller "
` [PATCH 3/3] ARM: boards: Add MyirTech MYD-YA15XC-T development board support

[Buildroot] [PATCH 1/2] package/wolfssl: disable asm on armv4
 2023-08-30 10:49 UTC  (2+ messages)

[PATCH v1 0/4] Support dynamic MSI-X allocation
 2023-08-30 10:48 UTC  (5+ messages)
` [PATCH v1 3/4] vfio/pci: use an invalid fd to enable MSI-X

resctrl2 - status
 2023-08-30 10:47 UTC  (9+ messages)
            ` [EXT] "

[LTP] [PATCH v2] cpuset_memory_spread: set lowerlimit according to pagesize
 2023-08-30 10:46 UTC  (3+ messages)

[PATCH bpf-next 00/12] bpf: Add missed stats for kprobes
 2023-08-30 10:46 UTC  (4+ messages)
` [PATCH bpf-next 09/12] bpftool: Display missed count for kprobe_multi link

PCIe: SLT attribute mismatch: 0xFF020100 instead of 0x20100
 2023-08-30 10:45 UTC  (11+ messages)

[LTP] [PATCH v3] Add process_madvise01 test
 2023-08-30 10:45 UTC  (2+ messages)

bcm2835-rng: Performance regression since 96cb9d055445
 2023-08-30 10:44 UTC  (5+ messages)

[Intel-wired-lan] Fwd: Unexplainable packet drop starting at v6.4
 2023-08-30 10:07 UTC  (3+ messages)
  `  "

[PATCH v8 0/8] Add StarFive Camera Subsystem driver
 2023-08-30 10:44 UTC  (5+ messages)
` [PATCH v8 3/8] media: staging: media: starfive: camss: Add core driver

Prerequisites for Large Anon Folios
 2023-08-30 10:44 UTC  (6+ messages)

[OE-core] Dilemma on changes - merge or not to merge (e.g. 6.4)
 2023-08-30 10:43 UTC  (5+ messages)

[PATCH] meson: test for CONFIG_TCG in config_all
 2023-08-30 10:42 UTC  (3+ messages)

[PATCH] target/i386: Add support for AMX-COMPLEX in CPUID enumeration
 2023-08-30 10:41 UTC  (2+ messages)

[Buildroot] [PATCH] package/rtl8189fs: en/disable runtime debug according to BR2_ENABLE_RUNTIME_DEBUG
 2023-08-30 10:38 UTC  (2+ messages)

[LTP] [PATCH v1] splices06.c: Add splice check on proc files
 2023-08-30  9:45 UTC  (2+ messages)
` [LTP] [PATCH v1] splice06.c: "

[PATCH] eal: fix memory initialization deadlock
 2023-08-30 10:33 UTC 

[PATCH v2] target/i386: raise FERR interrupt with iothread locked
 2023-08-30 10:31 UTC 

[Buildroot] [PATCH 1/2] package/python-iniparse: add host variant dependency from python-six
 2023-08-30 10:31 UTC  (4+ messages)
` [Buildroot] [PATCH 2/2] package/crudini: add host variant dependency from python-iniparse

kernel/fork.c:1962: warning: bad line:
 2023-08-30 10:28 UTC 

[Intel-xe] [PATCH v2] fixup! drm/xe: Rename engine to exec_queue
 2023-08-30 10:29 UTC  (7+ messages)
` [Intel-xe] ✓ CI.Patch_applied: success for fixup! drm/xe: Rename engine to exec_queue (rev3)
` [Intel-xe] ✗ CI.checkpatch: warning "
` [Intel-xe] ✓ CI.KUnit: success "
` [Intel-xe] ✓ CI.Build: "
` [Intel-xe] ✗ CI.Hooks: failure "
` [Intel-xe] ✗ CI.checksparse: warning "

[PATCH V4] watchdog: of_xilinx_wdt: Remove unnecessary clock disable call in the remove path
 2023-08-30 10:28 UTC 

[dhowells-fs:ceph-iter 32/36] fs/ceph/addr.c:272:75: error: 'struct ceph_osd_data' has no member named 'pages'
 2023-08-30 10:28 UTC 

[ti:ti-rt-linux-6.1.y-cicd 12/22] drivers/media/platform/ti/j721e-csi2rx/j721e-csi2rx.c:1595:22: warning: unused variable 'reg'
 2023-08-30 10:28 UTC 

[PATCH v1 0/3] Change tuning implementation
 2023-08-30 10:28 UTC  (3+ messages)
` [PATCH v1 2/3] mmc: starfive: "

starfive crypto list_add corruption
 2023-08-30 10:26 UTC 

[v3 0/4] mm: hugetlb: Skip initialization of gigantic tail struct pages if freed by HVO
 2023-08-30 10:27 UTC  (4+ messages)
` [v3 4/4] "
    ` [External] "

[PATCH net-next 0/7] net: stmmac: Improve default addend/subsecond increment readability
 2023-08-30 10:26 UTC  (6+ messages)
` [PATCH net-next 6/7] net: stmmac: Fix comment about default addend calculation

[PATCH bpf-next] bpftool: Support dumping BTF object by name
 2023-08-30 10:26 UTC  (2+ messages)

[Intel-gfx] [PATCH 0/6] drm, cec and edid updates
 2023-08-30 10:26 UTC  (13+ messages)
` [Intel-gfx] [PATCH 3/6] drm/edid: parse source physical address
  `  "
` [Intel-gfx] [PATCH 4/6] drm/cec: add drm_dp_cec_attach() as the non-edid version of set edid
  ` [Intel-gfx] [PATCH v2] "
    `  "
  ` [PATCH 4/6] "
` [Intel-gfx] [PATCH 5/6] drm/i915/cec: switch to setting physical address directly
  `  "
` [Intel-gfx] [PATCH 6/6] media: cec: core: add note about *_from_edid() function usage in drm
  `  "

[XEN PATCH 00/13] address violations of MISRA C:2012 Directive 4.10
 2023-08-30 10:25 UTC  (4+ messages)
` [XEN PATCH 02/13] automation/eclair: add text-based deviation for empty headers

[PATCH 6.4 000/129] 6.4.13-rc1 review
 2023-08-30 10:24 UTC  (2+ messages)

[PATCH 6.1 000/122] 6.1.50-rc1 review
 2023-08-30 10:24 UTC  (2+ messages)

[PATCH 5.15 00/89] 5.15.129-rc1 review
 2023-08-30 10:24 UTC  (2+ messages)

[PATCH 5.4 000/158] 5.4.255-rc1 review
 2023-08-30 10:24 UTC  (2+ messages)

[PATCH 4.14 00/57] 4.14.324-rc1 review
 2023-08-30 10:24 UTC  (2+ messages)

[PATCH v2 1/3] inetutils: don't guess target paths
 2023-08-30 10:20 UTC  (3+ messages)
` [PATCH v2 2/3] inetutils: remove obsolete patches
` [PATCH v2 3/3] inetutils: remove obsolete cruft from do_configure

[PATCH] doc: build manpages as well as html output
 2023-08-30 10:20 UTC  (5+ messages)
` [PATCH v3] "

[Intel-xe] [PATCH] drm/xe: fix error handling flow when device probing fails
 2023-08-30 10:18 UTC  (5+ messages)
` [Intel-xe] ✓ CI.Build: success for "
` [Intel-xe] ✗ CI.Hooks: failure "
` [Intel-xe] ✗ CI.checksparse: warning "
` [Intel-xe] ✓ CI.BAT: success "

[PATCH 0/2] igb: Add FLR support
 2023-08-30 10:12 UTC  (5+ messages)
` [PATCH 1/2] igb: Add a VF reset handler
` [PATCH 2/2] igb: Add Function Level Reset to PF and VF

[PATCH 0/2] mtd: switch to keying by dev_t
 2023-08-30 10:15 UTC  (12+ messages)
` [PATCH 1/2] fs: export sget_dev()
` [PATCH 2/2] mtd: key superblock by device number

[Intel-gfx] [PATCH] drm/i915: add minimal i915_gem_object_frontbuffer.h
 2023-08-30 10:14 UTC  (5+ messages)
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for "
` [Intel-gfx] ✗ Fi.CI.SPARSE: "
` [Intel-gfx] ✓ Fi.CI.BAT: success "

[dhowells-fs:ceph-iter 34/36] fs/ceph/file.c:1093:47: warning: variable 'pages' is uninitialized when used here
 2023-08-30 10:07 UTC 

[PATCH 0/6] vfio/migration: Block VFIO migration with postcopy and background snapshot
 2023-08-30 10:12 UTC  (10+ messages)
` [PATCH 5/6] vfio/migration: Block VFIO migration with postcopy migration

[PATCH v2 net] net: read sk->sk_family once in sk_mc_loop()
 2023-08-30 10:12 UTC 

[PATCH] dma-contiguous: fix the Kconfig entry for CONFIG_DMA_NUMA_CMA
 2023-08-30 10:11 UTC  (2+ messages)

Optee + OpenSSH/OpenSSL
 2023-08-30 10:11 UTC  (2+ messages)

[Git][lvmteam/lvm2][main] 6 commits: libdm: report: support reporting field IDs in headings
 2023-08-30 10:07 UTC 

[PATCH] dma-pool: remove a __maybe_unused label in atomic_pool_expand
 2023-08-30  9:56 UTC  (2+ messages)

[igt-dev] [PATCH i-g-t 0/3] [RFC] benchmarks/gem_wsim: added basic xe support
 2023-08-30 10:03 UTC  (4+ messages)
` [igt-dev] [PATCH i-g-t 2/3] lib/igt_device_scan: Xe get integrated/discrete card functions

[Intel-gfx] [PATCH] drm/i915/dg2: Add support for new DG2-G12 revid 0x1
 2023-08-30 10:03 UTC  (2+ messages)
` [Intel-gfx] ✓ Fi.CI.IGT: success for "

[PATCH] base.bbclass: Do not fail during parsing if ${SRCREV} does not exist
 2023-08-30 10:01 UTC  (3+ messages)
` [OE-core] "

drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gpuvm.o: warning: objtool: kfd_mem_dmaunmap_attachment()+0x201: unreachable instruction
 2023-08-30 10:00 UTC  (2+ messages)

[ovmf test] 182564: all pass - PUSHED
 2023-08-30  9:59 UTC 

[PATCH 0/3] add missing CVE_PRODUCT
 2023-08-30  9:57 UTC  (9+ messages)
` [PATCH 3/3] libx11-compose-data: add CVE_PRODUCT
  ` [OE-core] "

[PULL next] u-boot-at91-2023.10-a
 2023-08-30  9:55 UTC 

[regression v6.5-rc1] PCI: comm "swapper/0" leaking memory
 2023-08-30  9:55 UTC  (2+ messages)

[PATCH v2 net] ipv4: annotate data-races around fi->fib_dead
 2023-08-30  9:55 UTC 

[PATCH 0/7] vhost-user: call VHOST_USER_SET_VRING_ENABLE synchronously
 2023-08-30  9:54 UTC  (5+ messages)
` [PATCH 3/7] vhost-user: factor out "vhost_user_write_msg"

[syzbot] Monthly reiserfs report (Aug 2023)
 2023-08-30  9:54 UTC 

[syzbot] Monthly nilfs report (Aug 2023)
 2023-08-30  9:54 UTC 

[PATCH v1] maintainers: take maintainership of AMD axgbe driver
 2023-08-30  9:54 UTC  (2+ messages)

[PATCH v11] drm: Add initial ci/ subdirectory
 2023-08-30  9:53 UTC  (5+ messages)

[igt-dev] [PATCH i-g-t] tests/xe add invalid va access tests
 2023-08-30  9:53 UTC  (2+ messages)
` [igt-dev] ✗ Fi.CI.IGT: failure for tests/xe add invalid va access tests (rev2)

[PATCH v2 0/5] Optimize mmap_exit for large folios
 2023-08-30  9:50 UTC  (6+ messages)
` [PATCH v2 1/5] mm: Implement folio_remove_rmap_range()
` [PATCH v2 2/5] mm/mmu_gather: generalize mmu_gather rmap removal mechanism
` [PATCH v2 3/5] mm/mmu_gather: Remove encoded_page infrastructure
` [PATCH v2 4/5] mm: Refector release_pages()
` [PATCH v2 5/5] mm/mmu_gather: Store and process pages in contig ranges

[PATCH v5 00/20] linux-user: Implement VDSOs
 2023-08-30  9:43 UTC  (3+ messages)
` [PATCH v5 01/20] tests/docker: Update docker-loongarch-cross toolchain

[PATCH net-next] ipv6: do not merge differe type and protocol routes
 2023-08-30  9:48 UTC  (3+ messages)

[PATCH v2 0/8] mm: migrate: more folio conversion and unify
 2023-08-30  9:45 UTC  (6+ messages)
` [PATCH v2 4/8] mm: migrate: use a folio in migrate_misplaced_page()

[PATCH v4 0/2] ARM: dts: aspeed:Minerva:
 2023-08-30  9:45 UTC  (9+ messages)
` [PATCH v4 1/2] ARM: dts: aspeed: Minerva: Add Facebook Minerva (AST2600) BMC
` [PATCH v4 2/2] dt-bindings: arm: aspeed: add Meta Minerva board

[PATCH net] sctp: annotate data-races around sk->sk_wmem_queued
 2023-08-30  9:45 UTC 

[PATCH v2 0/4] io: follow coroutine AioContext in qio_channel_yield()
 2023-08-30  9:40 UTC  (5+ messages)
` [PATCH v2 1/4] nbd: drop unused nbd_receive_negotiate() aio_context argument
` [PATCH v2 2/4] nbd: drop unused nbd_start_negotiate() "

[linux-linus test] 182559: regressions - FAIL
 2023-08-30  9:43 UTC 

[Intel-gfx] [PATCH v12 0/8] Add DSC PPS readout
 2023-08-30  9:43 UTC  (2+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for Add DSC PPS readout (rev12)


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.