All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-08-19 20:08:29 to 2024-08-19 21:13:05 UTC [more...]

[PATCH 0/9 RFC] Make wake_up_{bit,var} less fragile
 2024-08-19 21:12 UTC  (4+ messages)

[Buildroot] [PATCH] package/botan: avoid compile error with gcc 10.x
 2024-08-19 21:12 UTC  (2+ messages)

[PATCH v13 00/20] tracing: fprobe: function_graph: Multi-function graph and fprobe on fgraph
 2024-08-19 21:12 UTC  (2+ messages)

[PATCH 0/9] rcu_pending
 2024-08-19 21:11 UTC  (3+ messages)
` [PATCH 5/9] rcu: delete lockdep_assert_irqs_enabled() assert in start_poll_synchronize_rcu_common()

arch/x86/kernel/alternative.o: warning: objtool: BUG_func+0x3: unreachable instruction
 2024-08-19 21:07 UTC 

[PATCH 1/2] pytest: requirements.txt: Resync with the rest of the project
 2024-08-19 21:07 UTC  (2+ messages)
` [PATCH 2/2] Dockerfile: Update to namespace for some labels

[Buildroot] [git commit] package/botan: needs gcc >= 11
 2024-08-19 21:05 UTC 

PROBLEM: repeatable lockup on RAID-6 with LUKS dm-crypt on NVMe devices when rsyncing many files
 2024-08-19 21:05 UTC  (10+ messages)

[PATCH bpf-next 0/4] __jited_x86 test tag to check x86 assembly after jit
 2024-08-19 21:05 UTC  (5+ messages)
` [PATCH bpf-next 2/4] selftests/bpf: utility function to get program disassembly "

[PATCH v6 00/28] Integrate MbedTLS v3.6 LTS with U-Boot
 2024-08-19 21:04 UTC  (4+ messages)
` [PATCH v6 08/28] mbedtls: Enable smaller implementation for SHA256/512

[PATCH net v4 0/3] tcp_cubic: fix to achieve at least the same throughput as Reno
 2024-08-19 21:03 UTC  (7+ messages)
` [PATCH net v4 1/3] tcp_cubic: fix to run bictcp_update() at least once per RTT
` [PATCH net v4 2/3] tcp_cubic: fix to match Reno additive increment

[PATCH] rust: fix typos in documentation
 2024-08-19 20:57 UTC 

[PATCH v2] hid-playstation: DS4: Update rumble and lightbar together
 2024-08-19 21:02 UTC  (6+ messages)

Commit *pidfd: prevent creation of pidfds for kthreads* causes `Failed to remount '/' read-only: Device or resource busy`
 2024-08-19 21:02 UTC 

[RFC PATCH] arm64: defconfig: Set MFD_TPS6594_I2C as built-in
 2024-08-19 21:01 UTC  (2+ messages)

Missing documentation for Audioreach topology files
 2024-08-19 20:58 UTC  (2+ messages)

[PATCH v3 0/7] mm: Optimize mseal checks
 2024-08-19 21:00 UTC  (14+ messages)
` [PATCH v3 1/7] mm: Move can_modify_vma to mm/vma.h
` [PATCH v3 2/7] mm/munmap: Replace can_modify_mm with can_modify_vma
` [PATCH v3 3/7] mm/mprotect: "
` [PATCH v3 4/7] mm/mremap: "
` [PATCH v3 5/7] mseal: Replace can_modify_mm_madv with a vma variant
` [PATCH v3 6/7] mm: Remove can_modify_mm()

[net/mac80211] Question about `ieee80211_copy_mbssid_beacon` func: misuse of __counted_by
 2024-08-19 20:59 UTC 

[PATCH v5 00/44] Color Pipeline API w/ VKMS
 2024-08-19 20:57 UTC  (45+ messages)
` [PATCH v5 01/44] drm: Add helper for conversion from signed-magnitude
` [PATCH v5 02/44] drm/vkms: Round fixp2int conversion in lerp_u16
` [PATCH v5 03/44] drm/vkms: Add kunit tests for VKMS LUT handling
` [PATCH v5 04/44] drm/doc/rfc: Describe why prescriptive color pipeline is needed
` [PATCH v5 05/44] drm/colorop: Introduce new drm_colorop mode object
` [PATCH v5 06/44] drm/colorop: Add TYPE property
` [PATCH v5 07/44] drm/colorop: Add 1D Curve subtype
` [PATCH v5 08/44] Documentation/gpu: document drm_colorop
` [PATCH v5 09/44] drm/colorop: Add BYPASS property
` [PATCH v5 10/44] drm/colorop: Add NEXT property
` [PATCH v5 11/44] drm/colorop: Add atomic state print for drm_colorop
` [PATCH v5 12/44] drm/plane: Add COLOR PIPELINE property
` [PATCH v5 13/44] drm/colorop: Add NEXT to colorop state print
` [PATCH v5 14/44] drm/vkms: Add enumerated 1D curve colorop
` [PATCH v5 15/44] drm/vkms: Add kunit tests for linear and sRGB LUTs
` [PATCH v5 16/44] drm/colorop: Introduce DRM_CLIENT_CAP_PLANE_COLOR_PIPELINE
` [PATCH v5 17/44] drm/colorop: Add 3x4 CTM type
` [PATCH v5 18/44] drm/vkms: Use s32 for internal color pipeline precision
` [PATCH v5 19/44] drm/vkms: add 3x4 matrix in color pipeline
` [PATCH v5 20/44] drm/tests: Add a few tests around drm_fixed.h
` [PATCH v5 21/44] drm/vkms: Add tests for CTM handling
` [PATCH v5 22/44] drm/colorop: pass plane_color_pipeline client cap to atomic check
` [PATCH v5 23/44] drm/colorop: define a new macro for_each_new_colorop_in_state
` [PATCH v5 24/44] drm/amd/display: Ignore deprecated props when plane_color_pipeline set
` [PATCH v5 25/44] drm/amd/display: Add bypass COLOR PIPELINE
` [PATCH v5 26/44] drm/amd/display: Skip color pipeline initialization for cursor plane
` [PATCH v5 27/44] drm/amd/display: Add support for sRGB EOTF in DEGAM block
` [PATCH v5 28/44] drm/amd/display: Add support for sRGB Inverse EOTF in SHAPER block
` [PATCH v5 29/44] drm/amd/display: Add support for sRGB EOTF in BLND block
` [PATCH v5 30/44] drm/colorop: Add PQ 125 EOTF and its inverse
` [PATCH v5 31/44] drm/amd/display: Enable support for PQ 125 EOTF and Inverse
` [PATCH v5 32/44] drm/colorop: add BT2020/BT709 OETF and Inverse OETF
` [PATCH v5 33/44] drm/amd/display: Add support for BT.709 and BT.2020 TFs
` [PATCH v5 34/44] drm/colorop: Add 1D Curve Custom LUT type
` [PATCH v5 35/44] drm/amd/display: add shaper and blend colorops for 1D Curve Custom LUT
` [PATCH v5 36/44] drm/amd/display: add 3x4 matrix colorop
` [PATCH v5 37/44] drm/colorop: Add mutliplier type
` [PATCH v5 38/44] drm/amd/display: add multiplier colorop
` [PATCH v5 39/44] drm/amd/display: Swap matrix and multiplier
` [PATCH v5 40/44] drm/colorop: Define LUT_1D interpolation
` [PATCH v5 41/44] drm/colorop: allow non-bypass colorops
` [PATCH v5 42/44] drm/colorop: Add 3D LUT supports to color pipeline
` [PATCH v5 43/44] drm/amd/display: add 3D LUT colorop
` [PATCH v5 44/44] drm/amd/display: Add AMD color pipeline doc

[PATCH v5 00/37] IGT tests for the KMS Color Pipeline API
 2024-08-19 20:58 UTC  (38+ messages)
` [PATCH v5 01/37] lib/drmtest: Add is_vkms_device()
` [PATCH v5 02/37] tests/kms_writeback: Fix kms_writeback for VKMS
` [PATCH v5 03/37] lib/igt_kms: Move get_writeback_formats_blob to lib
` [PATCH v5 04/37] lib/igt_kms: Introduce DRM_CLIENT_CAP_PLANE_COLOR_PIPELINE
` [PATCH v5 05/37] include/drm-uapi: Add COLOROP object
` [PATCH v5 06/37] drm-uapi: Add 3x4 CTM
` [PATCH v5 07/37] drm-uapi: Add 1D LUT drm_colorop_type
` [PATCH v5 08/37] lib/igt_kms: Introduce drm_colorop and COLOR_PIPELINE
` [PATCH v5 09/37] tests/kms_properties: Add colorop properties test
` [PATCH v5 10/37] igt/color: Add SW color transform functionality
` [PATCH v5 11/37] lib/igt_fb: Add copy_fb function
` [PATCH v5 12/37] tests/kms_colorop: Add kms_colorop tests
` [PATCH v5 13/37] lib/igt_kms: Add support for DATA colorop property
` [PATCH v5 14/37] lib/igt_color: Add support for 3x4 matrices
` [PATCH v5 15/37] tests/kms_colorop: Add 3x4 CTM tests
` [PATCH v5 16/37] tests/kms_colorop: Add bypass test
` [PATCH v5 17/37] tests/kms_colorop: Parametrize the buffer format
` [PATCH v5 18/37] tests/kms_colorop: Add 10bpc test and skip if format not supported
` [PATCH v5 19/37] tests/kms_colorop: Skip if writeback does not support fourcc
` [PATCH v5 20/37] lib/igt_fb: Allow any non-planar format for igt_copy_fb
` [PATCH v5 21/37] kms/colorop: Do proper setup and cleanup
` [PATCH v5 22/37] lib/igt_color: Support color transform for XRGB2101010
` [PATCH v5 23/37] tests/kms_colorop: Set wide [13, 13] bracket for comparison on amdgpu
` [PATCH v5 24/37] lib/igt_color: Add PQ variants for 0-1 and 0-125 range
` [PATCH v5 25/37] tests/kms_colorop: Add tests for PQ variants
` [PATCH v5 26/37] lib/igt_kms: increase MAX_NUM_COLOROPS to 128
` [PATCH v5 27/37] tests/kms_colorop: Add a sRGB test for EOTF -> Inverse EOTF -> EOTF
` [PATCH v5 28/37] lib/igt_color: add BT2020/BT709 transfer functions
` [PATCH v5 29/37] tests/kms_colorop: Add tests for BT2020/BT709 TFs
` [PATCH v5 30/37] lib/igt_color: Add 1D LUT color transformation support
` [PATCH v5 31/37] test/kms_colorop: Add tests that exercise the 1D LUT colorops
` [PATCH v5 32/37] tests/kms_colorop: Add multiplier tests
` [PATCH v5 33/37] lib/igt_color: Point license header at skia license
` [PATCH v5 34/37] scripts/convert_3dlut.py Convert a 3D LUT to igt_3dlut_t array for 3D LUT API
` [PATCH v5 35/37] tests/kms_colorop: Add 3D LUT subtests
` [PATCH v5 36/37] drm-uapi: Update kernel doc for drm_colorop_type
` [PATCH v5 37/37] drm-uapi: Sync up definition with kernel colorop implementation

[Intel-wired-lan] [PATCH iwl-next v3] ice: add E830 HW VF mailbox message limit support
 2024-08-19 20:59 UTC  (3+ messages)

[PATCH i-g-t] tests/intel/xe_drm_fdinfo: Add single engine tests
 2024-08-19 20:55 UTC  (4+ messages)
` ✗ CI.xeFULL: failure for "

[PATCH 0/3] Changes to supply a customer kernel
 2024-08-19 20:54 UTC  (8+ messages)
` [PATCH 1/3] rteval: restore all load module options
` [PATCH 2/3] rteval: Upgrade load kernel to linux-6.10.5
` [PATCH 3/3] rteval: Fix parsing in kcompile of the kernel to compile

[PATCH i-g-t 0/4] Parse GSC-based HuC firmware layout
 2024-08-19 20:53 UTC  (3+ messages)
` ✓ Fi.CI.BAT: success for "
` ✓ CI.xeBAT: "

[PATCH BlueZ v1 1/2] hog-lib: Fix calling bt_uhid_destroy with invalid instance
 2024-08-19 20:53 UTC  (2+ messages)
` [PATCH BlueZ v1 2/2] hog-lib: Add logging when bt_uhid_new fails

[PATCH] i2c: ismt: kill transaction in hardware on timeout
 2024-08-19 20:51 UTC 

[PATCH 01/12] drm/xe: Removed unused xe_ggtt_printk
 2024-08-19 20:51 UTC  (4+ messages)
` [PATCH 02/12] drm/xe: Introduce GGTT documentation

[PATCH 00/12] PF: Improve VF control
 2024-08-19 20:47 UTC  (3+ messages)
` [PATCH 01/12] drm/xe/pf: Add function to sanitize VF resources

[PATCH v6 00/11] mm: multi-gen LRU: Walk secondary MMU page tables while aging
 2024-08-19 20:41 UTC  (6+ messages)
` [PATCH v6 03/11] KVM: arm64: Relax locking for kvm_test_age_gfn and kvm_age_gfn

[Buildroot] [PATCH] package/systemd: account for arch dependency of vmspawn support
 2024-08-19 20:41 UTC  (2+ messages)

[PATCH 0/7] Preemption support for A7XX
 2024-08-19 20:41 UTC  (9+ messages)
` [PATCH 4/7] drm/msm/A6xx: Implement preemption for A7XX targets
` [PATCH 5/7] drm/msm/A6xx: Add traces for preemption
` [PATCH 6/7] drm/msm/A6XX: Add a flag to allow preemption to submitqueue_create
` [PATCH 7/7] drm/msm/A6xx: Enable preemption for A7xx targets

[PATCH 0/5] page allocation tag compression
 2024-08-19 20:40 UTC  (5+ messages)
` [PATCH 5/5] alloc_tag: config to store page allocation tag refs in page flags

[Buildroot] [git commit] package/systemd: account for arch dependency of vmspawn support
 2024-08-19 20:40 UTC 

[Buildroot] [PATCH 1/2] package/flashrom: bump to final 1.4.0 release
 2024-08-19 20:39 UTC  (2+ messages)

[Buildroot] [git commit] package/flashrom: bump to final 1.4.0 release
 2024-08-19 20:38 UTC 

[Buildroot] [git commit] package/flashrom: disable documentation and man-pages
 2024-08-19 20:38 UTC 

[PATCH net-next v20 00/13] Device Memory TCP
 2024-08-19 20:38 UTC  (2+ messages)

[PATCH] dmaengine: xilinx: xdma: Fix IS_ERR() vs NULL bug in xdma_probe()
 2024-08-19 20:38 UTC  (3+ messages)

[PATCH bpf-next 2/2] selftests/bpf: Add tests for bpf_get_dentry_xattr
 2024-08-19 20:35 UTC  (6+ messages)

[PATCH v3 0/4] mm: clarify nofail memory allocation
 2024-08-19 20:35 UTC  (12+ messages)
` [PATCH v3 3/4] mm: BUG_ON to avoid NULL deference while __GFP_NOFAIL fails

[PATCH v3 00/13] uprobes: RCU-protected hot path optimizations
 2024-08-19 20:34 UTC  (4+ messages)
` [PATCH RFC v3 09/13] uprobes: SRCU-protect uretprobe lifetime (with timeout)

[bug report] iio: pressure: bmp280: Add triggered buffer support
 2024-08-19 20:34 UTC  (3+ messages)

[dtor-input:next] BUILD SUCCESS 4e12e550936364660b056116c848b82bf73aa8b6
 2024-08-19 20:33 UTC 

[Buildroot] [PATCH v8 1/1] package/go: use host compiler when go-bootstrap unsupported
 2024-08-19 20:33 UTC 

[PATCH v11 0/4] Add AP6275P wireless support
 2024-08-19 20:33 UTC  (3+ messages)

[Buildroot] [git commit branch/next] package/nushell: update to 0.96.1
 2024-08-19 20:29 UTC 

[Buildroot] [PATCH 0/2] package/wpa_supplicant: follow-up fixes for v2.11
 2024-08-19 20:32 UTC  (5+ messages)
` [Buildroot] [PATCH 1/2] package/wpa_supplicant: wired driver needs headers >= 5.7

[Buildroot] GLib/GObject-introspection bootstrap
 2024-08-19 20:30 UTC  (2+ messages)

[PATCH -next 0/9] drivers: fix some module autoloading
 2024-08-19 20:31 UTC  (3+ messages)

[meta-filesystems][PATCH] exfatprogs: upgrade 1.2.4 -> 1.2.5
 2024-08-19 20:31 UTC 

[Buildroot] [git commit] boot/uboot: use $(TARGET_OBJCOPY) for ZynqMP pmufw.elf
 2024-08-19 20:29 UTC 

[PATCH net-next v5 0/6] net: phy: add Applied Micro QT2025 PHY driver
 2024-08-19 20:30 UTC  (5+ messages)
` [PATCH net-next v5 6/6] "

[meta-oe][PATCH] nvme-cli: upgrade 2.9.1 -> 2.10.2
 2024-08-19 20:30 UTC 

[PATCH] Documentation: admin-guide/dm: Fix indentation bug
 2024-08-19 20:29 UTC  (2+ messages)

[Buildroot] [PATCH 1/1] package/chicken: Update to 5.4.0
 2024-08-19 20:29 UTC  (2+ messages)

[Buildroot] [PATCH v2] boot/uboot: use $(TARGET_OBJCOPY) for ZynqMP pmufw.elf
 2024-08-19 20:27 UTC  (2+ messages)

From: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
 2024-08-19 20:27 UTC  (2+ messages)

[PATCH mptcp-next] selftests: mptcp: pm_nl_ctl: remove re-definition
 2024-08-19 20:27 UTC  (2+ messages)

[PATCH] tests/dumb_buffer: Fix invalid bpp subtest
 2024-08-19 20:26 UTC 

[Buildroot] [PATCH next 1/1] package/bcc: bump version to 0.31.0
 2024-08-19 20:26 UTC  (2+ messages)

[Buildroot] [git commit branch/next] package/bcc: bump version to 0.31.0
 2024-08-19 11:53 UTC 

[PATCH 1/2] tests/kms_plane_scaling: Pass display to get_num_scalers()
 2024-08-19 20:25 UTC  (2+ messages)
` [PATCH 2/2] tests/kms_plane_scaling: Improve msm support

[PATCH v3 00/14] thermal: Rework binding cooling devices to trip points
 2024-08-19 20:24 UTC  (3+ messages)
` [PATCH v3 09/14] platform/x86: acerhdf: Use the .should_bind() thermal zone callback

[PATCH v4 00/11] i2c: riic: Add support for Renesas RZ/G3S
 2024-08-19 20:23 UTC  (6+ messages)
` [PATCH v4 06/11] i2c: riic: Define individual arrays to describe the register offsets
` [PATCH v4 08/11] i2c: riic: Add support for fast mode plus

[PATCH v4 0/2] Add thermal management support for STi platform
 2024-08-19 20:21 UTC  (2+ messages)

[PATCH 0/7] x86/resctrl : Support L3 Smart Data Cache Injection Allocation Enforcement (SDCIAE)
 2024-08-19 20:17 UTC  (4+ messages)
` [PATCH 1/7] x86/cpufeatures: Add support for L3 Smart Data Cache Injection Allocation Enforcement

[PATCH] rebase -x: don't print "Executing:" msgs with --quiet
 2024-08-19 20:17 UTC  (6+ messages)
` [PATCH v2] "

[PATCHv2 net-next 1/3] bonding: add common function to check ipsec device
 2024-08-19 20:16 UTC  (2+ messages)

[PATCH v2 0/9] drm/i915/display: platform identification with display->is.<PLATFORM>
 2024-08-19 20:16 UTC  (2+ messages)
` ✓ CI.BAT: success for drm/i915/display: platform identification with display->is.<PLATFORM> (rev3)

[PATCH v2 1/4] mm: Add optional close() to struct vm_special_mapping
 2024-08-19 20:16 UTC  (6+ messages)

[PATCH v4 0/6] mm: split underused THPs
 2024-08-19 20:16 UTC  (6+ messages)
` [PATCH v4 4/6] mm: Introduce a pageflag for partially mapped folios

[PATCH v9 0/5] Landlock: Add abstract unix socket connect restriction
 2024-08-19 20:16 UTC  (3+ messages)

[BUG] Rockchip SPI: Runtime PM usage count underflow!
 2024-08-19 20:14 UTC  (8+ messages)

[PATCH] misc: keba: Fix sysfs group creation
 2024-08-19 19:26 UTC 

[PATCH v2 0/2] perf sched timehist: Add --show-prio & --prio option
 2024-08-19 20:13 UTC  (2+ messages)

[PATCH 6.10 000/263] 6.10.5-rc1 review
 2024-08-19 20:12 UTC  (5+ messages)
` [PATCH 6.10 090/263] drm/amdgpu/pm: Fix the param type of set_power_profile_mode

[syzbot] [mm?] WARNING in zswap_swapoff
 2024-08-19 20:12 UTC  (2+ messages)

Misbehaving Alder Lake-N PCH USB 3.2 xHCI Host Controller
 2024-08-19 20:12 UTC  (3+ messages)

[Buildroot] [PATCH] package/botan: security update to 3.5.0
 2024-08-19 20:12 UTC  (2+ messages)

[Buildroot] [git commit] package/botan: security update to 3.5.0
 2024-08-19 20:10 UTC 

[BUG] net: stmmac: crash within stmmac_rx()
 2024-08-19 20:08 UTC  (3+ messages)

[PATCH v2] perf sched timehist: Fixed timestamp error when unable to confirm event sched_in time
 2024-08-19 20:08 UTC  (2+ messages)

[Buildroot] [PATCH] package/asterisk: security update to 20.9.2
 2024-08-19 20:08 UTC  (2+ messages)

[PATCH v2 0/3] soc: qcom: pmic_glink: v6.11-rc bug fixes
 2024-08-19 20:07 UTC  (3+ messages)
` [PATCH v2 2/3] usb: typec: ucsi: Move unregister out of atomic section
` [PATCH v2 3/3] soc: qcom: pmic_glink: Actually communicate with remote goes down


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.