All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-01-18 06:25:17 to 2023-01-18 07:17:35 UTC [more...]

[PATCH 0/4] Misc macio clean ups
 2023-01-18  7:16 UTC  (5+ messages)
` [PATCH 1/4] hw/misc/macio: Avoid some QOM casts
` [PATCH 2/4] hw/misc/macio: Rename sysbus_dev to sbd for consistency and brevity

[PATCH rdma-next 00/13] Add RDMA inline crypto support
 2023-01-18  7:17 UTC  (4+ messages)

[PATCH v3 0/5] Add MAX77541/MAX77540 PMIC Support
 2023-01-18  6:38 UTC  (2+ messages)
` [PATCH v3 1/5] drivers: mfd: Add ADI "

[PATCH v10 00/23] drm/i915/vm_bind: Add VM_BIND functionality
 2023-01-18  7:16 UTC  (48+ messages)
` [Intel-gfx] "
` [PATCH v10 01/23] drm/i915/vm_bind: Expose vm lookup function
  ` [Intel-gfx] "
` [PATCH v10 02/23] drm/i915/vm_bind: Add __i915_sw_fence_await_reservation()
  ` [Intel-gfx] "
` [PATCH v10 03/23] drm/i915/vm_bind: Expose i915_gem_object_max_page_size()
  ` [Intel-gfx] "
` [Intel-gfx] [PATCH v10 04/23] drm/i915/vm_bind: Support partially mapped vma resource
  `  "
` [Intel-gfx] [PATCH v10 05/23] drm/i915/vm_bind: Add support to create persistent vma
  `  "
` [PATCH v10 06/23] drm/i915/vm_bind: Implement bind and unbind of object
  ` [Intel-gfx] "
` [PATCH v10 07/23] drm/i915/vm_bind: Support for VM private BOs
  ` [Intel-gfx] "
` [Intel-gfx] [PATCH v10 08/23] drm/i915/vm_bind: Add support to handle object evictions
  `  "
` [PATCH v10 09/23] drm/i915/vm_bind: Support persistent vma activeness tracking
  ` [Intel-gfx] "
` [Intel-gfx] [PATCH v10 10/23] drm/i915/vm_bind: Add out fence support
  `  "
` [PATCH v10 11/23] drm/i915/vm_bind: Abstract out common execbuf functions
  ` [Intel-gfx] "
` [Intel-gfx] [PATCH v10 12/23] drm/i915/vm_bind: Use common execbuf functions in execbuf path
  `  "
` [Intel-gfx] [PATCH v10 13/23] drm/i915/vm_bind: Implement I915_GEM_EXECBUFFER3 ioctl
  `  "
` [Intel-gfx] [PATCH v10 14/23] drm/i915/vm_bind: Update i915_vma_verify_bind_complete()
  `  "
` [PATCH v10 15/23] drm/i915/vm_bind: Expose i915_request_await_bind()
  ` [Intel-gfx] "
` [Intel-gfx] [PATCH v10 16/23] drm/i915/vm_bind: Handle persistent vmas in execbuf3
  `  "
` [PATCH v10 17/23] drm/i915/vm_bind: userptr dma-resv changes
  ` [Intel-gfx] "
` [PATCH v10 18/23] drm/i915/vm_bind: Limit vm_bind mode to non-recoverable contexts
  ` [Intel-gfx] "
` [PATCH v10 19/23] drm/i915/vm_bind: Add uapi for user to enable vm_bind_mode
  ` [Intel-gfx] "
` [Intel-gfx] [PATCH v10 20/23] drm/i915/vm_bind: Render VM_BIND documentation
  `  "
` [PATCH v10 21/23] drm/i915/vm_bind: Async vm_unbind support
  ` [Intel-gfx] "
` [Intel-gfx] [PATCH v10 22/23] drm/i915/vm_bind: Properly build persistent map sg table
  `  "
` [PATCH v10 23/23] drm/i915/vm_bind: Support capture of persistent mappings
  ` [Intel-gfx] "

[PATCH v12 0/5] Add kprobe and kretprobe support for LoongArch
 2023-01-18  7:17 UTC  (7+ messages)
` [PATCH v12 4/5] LoongArch: Mark some assembler symbols as non-kprobe-able

[XEN PATCH] Create a Kconfig option to set preferred reboot method
 2023-01-18  7:15 UTC  (4+ messages)

[PATCH 1/3] wifi: ath12k: Fix incorrect qmi_file_type enum values
 2023-01-18  6:39 UTC  (3+ messages)

[PATCH 1/4] wifi: ath12k: Fix uninitilized variable clang warnings
 2023-01-18  6:38 UTC  (3+ messages)

[Buildroot] [PATCH 2/2] package/doc-ssciidoc: allow docs to request a specific TOC depth
 2023-01-18  7:14 UTC 

[Buildroot] [PATCH 1/2] package/doc-asciidoc: specify TOC depth for all formats
 2023-01-18  7:14 UTC 

[PATCH v4 0/2] mm: Better handling of adding new regions
 2023-01-18  7:14 UTC  (5+ messages)
` [PATCH v4 1/2] mm: Adjust new region size to take management overhead into account
` [PATCH v4 2/2] mm: Preallocate some space when adding new regions

reverse-{debugging,continue} not working on v7.2.0, i386 guest
 2023-01-18  7:12 UTC  (2+ messages)

[igt-dev] [PATCH i-g-t v10 00/19] vm_bind: Add VM_BIND validation support
 2023-01-18  7:13 UTC  (20+ messages)
` [igt-dev] [PATCH i-g-t v10 01/19] lib/i915: memory region gtt_alignment support
` [igt-dev] [PATCH i-g-t v10 02/19] lib/i915: Move common syncobj functions to library
` [igt-dev] [PATCH i-g-t v10 03/19] lib/vm_bind: import uapi definitions
` [igt-dev] [PATCH i-g-t v10 04/19] lib/vm_bind: Add vm_bind/unbind and execbuf3 ioctls
` [igt-dev] [PATCH i-g-t v10 05/19] lib/vm_bind: Add vm_bind mode support for VM
` [igt-dev] [PATCH i-g-t v10 06/19] lib/vm_bind: Add vm_bind specific library functions
` [igt-dev] [PATCH i-g-t v10 07/19] lib/vm_bind: Add __prime_handle_to_fd()
` [igt-dev] [PATCH i-g-t v10 08/19] tests/i915/vm_bind: Add vm_bind sanity test
` [igt-dev] [PATCH i-g-t v10 09/19] tests/i915/vm_bind: Add basic VM_BIND test support
` [igt-dev] [PATCH i-g-t v10 10/19] tests/i915/vm_bind: Add userptr subtest
` [igt-dev] [PATCH i-g-t v10 11/19] tests/i915/vm_bind: Add gem_exec3_basic test
` [igt-dev] [PATCH i-g-t v10 12/19] tests/i915/vm_bind: Add gem_exec3_balancer test
` [igt-dev] [PATCH i-g-t v10 13/19] tests/i915/vm_bind: Add gem_lmem_swapping@vm_bind sub test
` [igt-dev] [PATCH i-g-t v10 14/19] tests/i915/vm_bind: Add gem_shrink@vm_bind* subtests
` [igt-dev] [PATCH i-g-t v10 15/19] tests/i915/vm_bind: Add i915_error_decode library routines
` [igt-dev] [PATCH i-g-t v10 16/19] tests/i915/vm_bind: Test capture of persistent mappings
` [igt-dev] [PATCH i-g-t v10 17/19] lib/vm_bind: Add execbuf3 support to igt_spin_factory
` [igt-dev] [PATCH i-g-t v10 18/19] tests/i915/vm_bind: Use execbuf3 spinner
` [igt-dev] [PATCH i-g-t v10 19/19] tests/i915/vm_bind: Add userptr invalidation test

[igt-dev] [PATCH i-g-t v9 00/19] vm_bind: Add VM_BIND validation support
 2023-01-18  7:12 UTC  (11+ messages)
` [igt-dev] [PATCH i-g-t v9 15/19] tests/i915/vm_bind: Add i915_capture library routines
` [igt-dev] [PATCH i-g-t v9 17/19] lib/vm_bind: Add execbuf3 support to igt_spin_factory
` [igt-dev] [PATCH i-g-t v9 19/19] tests/i915/vm_bind: Add userptr invalidation test

[PATCH 1/3] wifi: ath12k: hal: add ab parameter to macros using it
 2023-01-18  6:36 UTC  (3+ messages)

[PATCH v3 0/4] wifi: libertas: IE handling fixes
 2023-01-18  6:35 UTC  (4+ messages)
` [PATCH v3 2/4] wifi: libertas: only add RSN/WPA IE in lbs_add_wpa_tlv

[PATCH v2] wifi: ath11k: Fix memory leak in ath11k_peer_rx_frag_setup
 2023-01-18  6:35 UTC  (3+ messages)

[PATCH] ACPI: APEI: EINJ: Limit error type to 32-bit width
 2023-01-18  6:35 UTC 

[PATCH v10 00/12] Implement AMD Pstate EPP Driver
 2023-01-18  6:34 UTC  (4+ messages)
` [PATCH v10 08/12] cpufreq: amd-pstate: add driver working mode switch support

[ANNOUNCE] Git 2.39.1 and others
 2023-01-18  6:34 UTC  (3+ messages)

[PATCH] wifi: ath11k: Add tx ack signal support for mgmt packets
 2023-01-18  6:33 UTC  (3+ messages)

[PATCH v3 0/3] JH7110 PMU Support
 2023-01-18  7:03 UTC  (7+ messages)
` [PATCH v3 1/3] dt-bindings: power: Add starfive,jh7110-pmu
` [PATCH v3 2/3] soc: starfive: Add StarFive JH71XX pmu driver

[PATCH] modpost: support arbitrary symbol length in modversion
 2023-01-18  7:01 UTC  (6+ messages)

[PATCH net-next v7 0/8] Add Auxiliary driver support
 2023-01-18  6:32 UTC  (7+ messages)
` [PATCH net-next v7 1/8] bnxt_en: Add auxiliary "

[Intel-gfx] [PATCH 1/3] drm/i915: move snps_phy_failed_calibration to display sub-struct under snps
 2023-01-18  7:00 UTC  (2+ messages)
` [Intel-gfx] ✓ Fi.CI.IGT: success for series starting with [1/3] "

[Buildroot] [autobuild.buildroot.net] Daily results for 2023-01-17
 2023-01-18  6:59 UTC 

[RESEND PATCH V11 XDMA 0/2] xilinx XDMA driver
 2023-01-18  6:29 UTC  (5+ messages)
` [RESEND PATCH V11 XDMA 1/2] dmaengine: xilinx: xdma: Add xilinx xdma driver
` [RESEND PATCH V11 XDMA 2/2] dmaengine: xilinx: xdma: Add user logic interrupt support

[PATCH v3 00/19] leak fixes: various simple leak fixes
 2023-01-18  6:28 UTC  (4+ messages)
` [PATCH v4 "
  ` [PATCH v4 08/19] worktree: fix a trivial leak in prune_worktrees()

[PATCH 1/2] drivers: watchdog: Enhance watchdog support in SPL for Stratix 10 and Agilex
 2023-01-18  6:54 UTC  (4+ messages)

[PATCH v2 00/11] hw/arm/aspeed_ast10x0: Map more peripherals & few more fixes
 2023-01-18  6:53 UTC  (3+ messages)
` [PATCH v2 04/11] hw/arm/aspeed: Use the IEC binary prefix definitions

[PATCH] dma-buf: system_heap: avoid reclaim for order 4
 2023-01-18  6:54 UTC  (3+ messages)

[PATCH v2 1/3] drm/msm/gpu: Add devfreq tuning debugfs
 2023-01-18  6:51 UTC 

Question: any hidden in __sk_buff
 2023-01-18  6:24 UTC  (2+ messages)

[PATCH 1/3] nvme-fabrics: introduce existing_ctrl operation
 2023-01-18  6:48 UTC  (2+ messages)

[igt-dev] [PATCH i-g-t] tests/kms_lease: close mcl.fd when drmModeSetCrtc fails
 2023-01-18  6:47 UTC  (2+ messages)

[tip:irq/core] BUILD SUCCESS 6a6dcae8f486c3f3298d0767d34505121c7b0b81
 2023-01-18  6:20 UTC 

[PATCH] wifi: ath11k: fix ce memory mapping for ahb devices
 2023-01-18  6:24 UTC  (2+ messages)

[cip-dev][isar-cip-core][PATCH v3] Create a generic initramfs overlay
 2023-01-18  6:42 UTC  (2+ messages)

[PATCH v5 RESEND] drivers: bus: simple-pm-bus: Use clocks
 2023-01-18  6:18 UTC  (2+ messages)

[PATCH] MAINTAINERS/ACCEL: Add include/drm/drm_accel.h to the accel entry
 2023-01-18  6:15 UTC  (2+ messages)

cip/linux-4.4.y-st-rc kselftest-futex: 3 runs, 1 regressions (v4.4-st20-821-g39bdf0444b23)
 2023-01-18  6:38 UTC 

cip/linux-4.4.y-st-rc ltp-ipc: 4 runs, 1 regressions (v4.4-st20-821-g39bdf0444b23)
 2023-01-18  6:38 UTC 

cip/linux-4.4.y-st-rc ltp-timers: 6 runs, 1 regressions (v4.4-st20-821-g39bdf0444b23)
 2023-01-18  6:38 UTC 

[isar-cip-core][PATCH] Add recipe for EDK2 StandaloneMmRpmb
 2023-01-18  6:35 UTC  (2+ messages)

[PATCH drm-next 00/14] [RFC] DRM GPUVA Manager & Nouveau VM_BIND UAPI
 2023-01-18  6:12 UTC  (15+ messages)
` [PATCH drm-next 01/14] drm: execution context for GEM buffers
` [PATCH drm-next 02/14] drm/exec: fix memory leak in drm_exec_prepare_obj()
` [PATCH drm-next 03/14] drm: manager to keep track of GPUs VA mappings
` [PATCH drm-next 04/14] drm: debugfs: provide infrastructure to dump a DRM GPU VA space
` [PATCH drm-next 05/14] drm/nouveau: new VM_BIND uapi interfaces
` [PATCH drm-next 06/14] drm/nouveau: get vmm via nouveau_cli_vmm()
` [PATCH drm-next 07/14] drm/nouveau: bo: initialize GEM GPU VA interface
` [PATCH drm-next 08/14] drm/nouveau: move usercopy helpers to nouveau_drv.h
` [PATCH drm-next 09/14] drm/nouveau: fence: fail to emit when fence context is killed
` [PATCH drm-next 10/14] drm/nouveau: chan: provide nouveau_channel_kill()
` [PATCH drm-next 11/14] drm/nouveau: nvkm/vmm: implement raw ops to manage uvmm
` [PATCH drm-next 12/14] drm/nouveau: implement uvmm for user mode bindings
` [PATCH drm-next 13/14] drm/nouveau: implement new VM_BIND UAPI
` [PATCH drm-next 14/14] drm/nouveau: debugfs: implement DRM GPU VA debugfs

[Intel-gfx] [PATCH v8 0/6] Enable YCbCr420 for VDSC
 2023-01-18  6:34 UTC  (2+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for "

[PATCHSET 0/8] perf/core: Prepare sample data for BPF (v3)
 2023-01-18  6:05 UTC  (3+ messages)
` [PATCH 2/8] perf/core: Add perf_sample_save_callchain() helper
` [PATCH 7/8] perf/core: Introduce perf_prepare_header()

[PATCH 0/2] MediaTek pinctrl cleanups and improvements
 2023-01-18  6:20 UTC  (3+ messages)
` [PATCH 1/2] pinctrl: mediatek: Initialize variable pullen and pullup to zero
` [PATCH 2/2] pinctrl: mediatek: Initialize variable *buf "

[xen-unstable-smoke test] 175951: regressions - trouble: blocked/broken/fail
 2023-01-18  6:33 UTC 

[PATCH v3 00/24] pSeries dynamic secure boot secvar interface + platform keyring loading
 2023-01-18  6:10 UTC  (29+ messages)
` [PATCH v3 01/24] powerpc/secvar: Use u64 in secvar_operations
` [PATCH v3 02/24] powerpc/secvar: WARN_ON_ONCE() if multiple secvar ops are set
` [PATCH v3 03/24] powerpc/secvar: Use sysfs_emit() instead of sprintf()
` [PATCH v3 04/24] powerpc/secvar: Handle format string in the consumer
` [PATCH v3 05/24] powerpc/secvar: Handle max object size "
` [PATCH v3 06/24] powerpc/secvar: Clean up init error messages
` [PATCH v3 07/24] powerpc/secvar: Extend sysfs to include config vars
` [PATCH v3 08/24] powerpc/secvar: Allow backend to populate static list of variable names
` [PATCH v3 09/24] powerpc/secvar: Warn when PAGE_SIZE is smaller than max object size
` [PATCH v3 11/24] powerpc/pseries: Move plpks.h to include directory
` [PATCH v3 13/24] powerpc/pseries: Fix handling of PLPKS object flushing timeout
` [PATCH v3 14/24] powerpc/pseries: Fix alignment of PLPKS structures and buffers
` [PATCH v3 15/24] powerpc/pseries: Expose PLPKS config values, support additional fields
` [PATCH v3 16/24] powerpc/pseries: Implement signed update for PLPKS objects
` [PATCH v3 18/24] powerpc/pseries: Make caller pass buffer to plpks_read_var()
` [PATCH v3 20/24] powerpc/pseries: Add helpers to get PLPKS password
` [PATCH v3 21/24] powerpc/pseries: Pass PLPKS password on kexec
` [PATCH v3 22/24] powerpc/pseries: Implement secvars for dynamic secure boot
` [PATCH v3 23/24] integrity/powerpc: Improve error handling & reporting when loading certs
` [PATCH v3 24/24] integrity/powerpc: Support loading keys from pseries secvar

[isar-cip-core][PATCH 1/1] only copy "A" version of rootfs part for ab-rootfs
 2023-01-18  6:33 UTC  (2+ messages)

[PATCH] pinctrl: mediatek: Fix the drive register definition of some Pins
 2023-01-18  6:21 UTC 

[PATCH net-next v10] virtio/vsock: replace virtio_vsock_pkt with sk_buff
 2023-01-18  6:20 UTC  (2+ messages)

[PATCH v7] x86/sev: Add SEV-SNP guest feature negotiation support
 2023-01-18  6:19 UTC 

[PATCH v4 0/7] Add Ethernet driver for StarFive JH7110 SoC
 2023-01-18  6:17 UTC  (8+ messages)
` [PATCH v4 1/7] dt-bindings: net: snps,dwmac: Add dwmac-5.20 version
` [PATCH v4 2/7] dt-bindings: net: snps,dwmac: Update the maxitems number of resets and reset-names
` [PATCH v4 3/7] net: stmmac: platform: Add snps,dwmac-5.20 IP compatible string
` [PATCH v4 4/7] dt-bindings: net: Add support StarFive dwmac
` [PATCH v4 5/7] net: stmmac: Add glue layer for StarFive JH7110 SoCs
` [PATCH v4 6/7] riscv: dts: starfive: jh7110: Add ethernet device node
` [PATCH v4 7/7] riscv: dts: starfive: visionfive-v2: Enable gmac device tree node

Mainline stable kernel kbd backlight stops working from 6.1.6 in t2 Macs
 2023-01-18  6:17 UTC  (2+ messages)

[igt-dev] [PATCH i-g-t] i915/i915_power: Measure GPU idle/busy power
 2023-01-18  6:30 UTC  (2+ messages)

[PATCH] builtin/checkout: check the branch used in -B with worktrees
 2023-01-18  6:15 UTC  (2+ messages)
` [PATCH v2] checkout/switch: disallow checking out same branch in multiple worktrees

next/master build: 203 builds: 12 failed, 191 passed, 46 errors, 541 warnings (next-20230118)
 2023-01-18  6:16 UTC 

[PATCH 5.15 00/10] ext4 fast-commit fixes for 5.15-stable
 2023-01-18  6:15 UTC  (4+ messages)

[PATCH v4] ucsi_ccg: Refine the UCSI Interrupt handling
 2023-01-18  6:15 UTC 

[PATCH 0/5] add lcore set name and get name API
 2023-01-18  6:28 UTC  (4+ messages)
` [PATCH v5 0/4] add rte_thread_set_name API for rte_thread_t
  ` [PATCH v5 2/4] eal: remove thread getname API

[PATCH 5.15 5.10 5.4 v2] kbuild: fix Build ID if CONFIG_MODVERSIONS
 2023-01-18  6:14 UTC  (11+ messages)

[PATCH v2] drm/radeon: Do not use deprecated drm log API
 2023-01-18  6:27 UTC  (5+ messages)
` [PATCH 2/2] drm_print: Remove deprecated DRM_DEBUG_KMS_RATELIMITED()

[PATCH 41/41] mm: replace rw_semaphore with atomic_t in vma_lock
 2023-01-18  6:26 UTC  (9+ messages)

[PATCH v6] x86/sev: Add SEV-SNP guest feature negotiation support
 2023-01-18  6:11 UTC  (2+ messages)

[Intel-gfx] [PATCH v9 00/23] drm/i915/vm_bind: Add VM_BIND functionality
 2023-01-18  6:24 UTC  (4+ messages)
` [Intel-gfx] [PATCH v9 23/23] drm/i915/vm_bind: Support capture of persistent mappings


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.