All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-05-23 21:47:02 to 2023-05-23 22:18:27 UTC [more...]

[PATCH net-next v4 0/6] Brcm ASP 2.0 Ethernet Controller
 2023-05-23 22:18 UTC  (18+ messages)
` [PATCH net-next v4 1/6] dt-bindings: net: brcm, unimac-mdio: Add asp-v2.0
  ` [PATCH net-next v4 1/6] dt-bindings: net: brcm,unimac-mdio: "
` [PATCH net-next v4 2/6] dt-bindings: net: Brcm ASP 2.0 Ethernet controller
` [PATCH net-next v4 3/6] net: bcmasp: Add support for ASP2.0 "
` [PATCH net-next v4 4/6] net: phy: mdio-bcm-unimac: Add asp v2.0 support
` [PATCH net-next v4 5/6] net: phy: bcm7xxx: Add EPHY entry for 74165
` [PATCH net-next v4 6/6] MAINTAINERS: ASP 2.0 Ethernet driver maintainers

linux-next: Signed-off-by missing for commit in the vfs-brauner tree
 2023-05-23 22:18 UTC 

[cilium:so-reuseport 1/2] ERROR: modpost: "inet6_lookup_reuseport" [net/ipv6/ipv6.ko] undefined!
 2023-05-23 22:16 UTC 

[Syzkaller & bisect] There is BUG: unable to handle kernel NULL pointer dereference in xfs_extent_free_diff_items in v6.4-rc3
 2023-05-23 22:16 UTC  (9+ messages)

[PATCH 00/36] drm/amd/display: add AMD driver-specific properties for color mgmt
 2023-05-23 22:15 UTC  (74+ messages)
` [PATCH 01/36] drm/drm_mode_object: increase max objects to accommodate new color props
` [PATCH 02/36] drm/drm_property: make replace_property_blob_from_id a DRM helper
` [PATCH 03/36] drm/drm_plane: track color mgmt changes per plane
` [PATCH 04/36] drm/amd/display: fix segment distribution for linear LUTs
` [PATCH 05/36] drm/amd/display: fix the delta clamping for shaper LUT
` [PATCH 06/36] drm/amd/display: add CRTC driver-specific property for gamma TF
` [PATCH 07/36] drm/amd/display: add plane driver-specific properties for degamma LUT
` [PATCH 08/36] drm/amd/display: add plane degamma TF driver-specific property
` [PATCH 09/36] drm/amd/display: add plane HDR multiplier "
` [PATCH 10/36] drm/amd/display: add plane 3D LUT driver-specific properties
` [PATCH 11/36] drm/amd/display: add plane shaper "
` [PATCH 12/36] drm/amd/display: add plane shaper TF driver-private property
` [PATCH 13/36] drm/amd/display: add plane blend LUT and TF driver-specific properties
` [PATCH 14/36] drm/amd/display: add comments to describe DM crtc color mgmt behavior
` [PATCH 15/36] drm/amd/display: encapsulate atomic regamma operation
` [PATCH 16/36] drm/amd/display: update lut3d and shaper lut to stream
` [PATCH 17/36] drm/amd/display: copy 3D LUT settings from crtc state to stream_update
` [PATCH 18/36] drm/amd/display: allow BYPASS 3D LUT but keep shaper LUT settings
` [PATCH 19/36] drm/amd/display: handle MPC 3D LUT resources for a given context
` [PATCH 20/36] drm/amd/display: dynamically acquire 3DLUT resources for color changes
` [PATCH 21/36] drm/amd/display: add CRTC 3D LUT support
` [PATCH 22/36] drm/amd/display: add CRTC shaper "
` [PATCH 23/36] drm/amd/display: add CRTC regamma TF support
` [PATCH 24/36] drm/amd/display: set sdr_ref_white_level to 80 for out_transfer_func
` [PATCH 25/36] drm/amd/display: add CRTC shaper TF support
` [PATCH 26/36] drm/amd/display: mark plane as needing reset if plane color mgmt changes
` [PATCH 27/36] drm/amd/display: decouple steps for mapping CRTC degamma to DC plane
` [PATCH 28/36] drm/amd/display: add support for plane degamma TF and LUT properties
` [PATCH 29/36] drm/amd/display: reject atomic commit if setting both plane and CRTC degamma
` [PATCH 30/36] drm/amd/display: add dc_fixpt_from_s3132 helper
` [PATCH 31/36] drm/adm/display: add HDR multiplier support
` [PATCH 32/36] drm/amd/display: program DPP shaper and 3D LUT if updated
` [PATCH 33/36] drm/amd/display: add plane shaper/3D LUT and shaper TF support
` [PATCH 34/36] drm/amd/display: handle empty LUTs in __set_input_tf
` [PATCH 35/36] drm/amd/display: add DRM plane blend LUT and TF support
` [PATCH 36/36] drm/amd/display: allow newer DC hardware to use degamma ROM for PQ/HLG

[dm-devel] [PATCH v2 00/39] Add the dm-vdo deduplication and compression device mapper target
 2023-05-23 22:14 UTC  (54+ messages)
` [dm-devel] [PATCH v2 02/39] Add the MurmurHash3 fast hashing algorithm
` [dm-devel] [PATCH v2 03/39] Add memory allocation utilities
` [dm-devel] [PATCH v2 08/39] Add basic data structures
` [PATCH v2 11/39] Implement the delta index
` [PATCH v2 12/39] Implement the volume index
  ` [dm-devel] "
` [PATCH v2 13/39] Implement the open chapter and chapter indexes
  ` [dm-devel] "
` [dm-devel] [PATCH v2 14/39] Implement the chapter volume store
  `  "
` [dm-devel] [PATCH v2 15/39] Implement top-level deduplication index
  `  "
` [PATCH v2 16/39] Implement external deduplication index interface
  ` [dm-devel] "
` [PATCH v2 17/39] Add administrative state and scheduling for vdo
` [PATCH v2 18/39] Add vio, the request object for vdo metadata
` [PATCH v2 19/39] Add data_vio, the request object which services incoming bios
` [PATCH v2 20/39] Add flush support to vdo
` [PATCH v2 21/39] Add the vdo io_submitter
` [PATCH v2 22/39] Add hash locks and hash zones
` [PATCH v2 23/39] Add use of the deduplication index in "
` [PATCH v2 24/39] Add the compressed block bin packer
` [PATCH v2 25/39] Add vdo_slab
` [PATCH v2 26/39] Add the slab summary
  ` [dm-devel] "
` [dm-devel] [PATCH v2 27/39] Add the block allocators and physical zones
  `  "
` [PATCH v2 28/39] Add the slab depot itself
` [PATCH v2 29/39] Add the vdo block map
  ` [dm-devel] "
` [PATCH v2 30/39] Implement the vdo block map page cache
` [PATCH v2 31/39] Add the vdo recovery journal
  ` [dm-devel] "
` [PATCH v2 32/39] Add repair (crash recovery and read-only rebuild) of damaged vdos
` [dm-devel] [PATCH v2 33/39] Add the vdo structure itself
  `  "
` [PATCH v2 34/39] Add the on-disk formats and marshalling of vdo structures
  ` [dm-devel] "
` [PATCH v2 35/39] Add statistics tracking
  ` [dm-devel] "
` [dm-devel] [PATCH v2 36/39] Add sysfs support for setting vdo parameters and fetching statistics
  `  "
` [PATCH v2 37/39] Add vdo debugging support
` [PATCH v2 38/39] Add dm-vdo-target.c
  ` [dm-devel] "
` [PATCH v2 39/39] Enable configuration and building of dm-vdo
  ` [dm-devel] "

[xiang-erofs:dev-test] BUILD SUCCESS cf7f2732b4b83026842832e7e4e04bf862108ac2
 2023-05-23 22:13 UTC 

[RESEND][PATCH] thermal: intel: int340x_thermal: New IOCTLs for thermal
 2023-05-23 22:13 UTC 

RTT-PROBE: lore-subspace-rtt
 2023-05-23 22:13 UTC 

Next steps from GTI TAC meeting on 2023-03-08 - Evaluate cost of glibc migration
 2023-05-23 22:12 UTC  (7+ messages)

[PATCH v14 8/8] soc: amd: Add support for AMD Pensando SoC Controller
 2023-05-23 22:11 UTC  (3+ messages)

linux-next: Fixes tag needs some work in the input-current tree
 2023-05-23 22:12 UTC 

hash_info.h appreviations
 2023-05-23 22:10 UTC  (2+ messages)

linux-next: Signed-off-by missing for commit in the mips-fixes tree
 2023-05-23 22:09 UTC 

[igt-dev] [PATCH] lib/intel_bb: Enable custom engine support for xe
 2023-05-23 22:09 UTC  (2+ messages)
` [igt-dev] ✗ Fi.CI.BAT: failure for "

I2C Multi-master and Controller Slave Mode in QEMU
 2023-05-23 22:08 UTC  (3+ messages)
  ` [EXT] "

[meta-multimedia][PATCH v2 1/3] aom: Upgrade to 3.6.1
 2023-05-23 22:06 UTC  (3+ messages)
` [meta-multimedia][PATCH v2 2/3] aom: Pass nasm flags via toochain.cmake
` [meta-oe][PATCH v2 3/3] uml-utilities: Fix references to TMPDIR

[PATCH] mm-unstable: Multi-gen LRU: Fix workingset accounting
 2023-05-23 22:04 UTC  (2+ messages)

[PATCH] nfsd: don't provide pre/post-op attrs if fh_getattr fails
 2023-05-23 22:03 UTC  (4+ messages)

[PATCH v4 0/2] memcontrol: support cgroup level OOM protection
 2023-05-23 22:02 UTC  (4+ messages)

[meta-python][hardknott][PATCH 1/2] python3-django: upgrade 2.2.24 -> 2.2.27
 2023-05-23 22:03 UTC  (4+ messages)
` [meta-python][hardknott][PATCH 2/2] python3-django: upgrade 3.2.5 -> 3.2.12
  ` [oe] "

[PATCH] thermal: intel: int340x_thermal: New IOCTLs for thermal
 2023-05-23 22:03 UTC  (4+ messages)
    ` [PATCH 2/2] simple python script for testing PSVT table
    ` [PATCH v2 1/2] ACPI PSVT table addition to acpi_thermal_rel
  ` [PATCH 0/2] ACPI PSVT table exported to userspace

RTT-PROBE: lore-subspace-rtt
 2023-05-23 22:03 UTC 

[PATCH v2 0/3] Add digitalSignature enforcement keyring restrictions
 2023-05-23 22:01 UTC  (5+ messages)
` [PATCH v2 1/3] KEYS: DigitalSignature link restriction
` [PATCH v2 2/3] integrity: Enforce digitalSignature usage in the ima and evm keyrings

[kvalo-ath:pending 25/30] drivers/net/wireless/ath/ath11k/testmode.h:19: multiple definition of `ath11k_tm_wmi_event'; drivers/net/wireless/ath/ath11k/wmi.o:drivers/net/wireless/ath/ath11k/testmode.h:19: first defined here
 2023-05-23 22:00 UTC  (2+ messages)

[morse:mpam/snapshot/v6.3 145/148] fs/debugfs/file.c:960:9: warning: no previous prototype for 'debugfs_read_file_cpumask'
 2023-05-23 22:00 UTC 

[PATCH v2 00/23] PMU refactoring and improvements
 2023-05-23 21:59 UTC  (4+ messages)
` [PATCH v2 01/23] perf tools: Warn if no user requested CPUs match PMU's CPUs

[PATCH] [resend] Input: gpio-keys - Use input_report_key()
 2023-05-23 21:58 UTC  (2+ messages)

[PATCH v3] Input: tests: add test to cover all input_grab_device() function
 2023-05-23 21:58 UTC  (2+ messages)

[PATCH] nfsd: make a copy of struct iattr before calling notify_change
 2023-05-23 21:57 UTC  (4+ messages)

[PATCH] ARM: imx_v6_v7_defconfig: Remove KERNEL_LZO config
 2023-05-23 21:54 UTC  (3+ messages)

[PATCH 0/2] drm/i915/pmu: couple of cleanups
 2023-05-23 21:54 UTC  (2+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for "

[PATCH v7 0/7] QEMU CXL Provide mock CXL events and irq support
 2023-05-23 21:53 UTC  (5+ messages)
  ` [PATCH v7 6/7] hw/cxl/events: Add injection of DRAM events
  ` [PATCH v7 7/7] hw/cxl/events: Add injection of Memory Module Events

[PATCH v6] drm/msm/dp: enable HDP plugin/unplugged interrupts at hpd_enable/disable
 2023-05-23 21:52 UTC  (2+ messages)

RTT-PROBE: lore-subspace-rtt
 2023-05-23 21:53 UTC 

[PATCH 0/6] Add Support for RK3588s Indiedroid Nova
 2023-05-23 21:51 UTC  (4+ messages)
` [PATCH 1/6] ASoC: es8328: Enabling support for 12Mhz sysclk

[PATCH] audit: check syscall bitmap on entry to avoid extra work
 2023-05-23 21:50 UTC  (3+ messages)

[PATCH] arm64/cpufeature: Use helper for ECV CNTPOFF cpufeature
 2023-05-23 21:49 UTC  (2+ messages)

[PATCH v2] Input: xpad: Delete a Razer DeathAdder mouse VID/PID entry from the gamepad list
 2023-05-23 21:49 UTC  (2+ messages)

[PATCH v2 0/1] Add vpd data for Rainier machine
 2023-05-23 21:48 UTC  (4+ messages)
` [PATCH v2 1/1] "

[PATCH 0/9] Mitigate a vmap lock contention
 2023-05-23 21:43 UTC  (5+ messages)

[Bug 217321] New: Intel platforms can't sleep deeper than PC3 during long idle
 2023-05-23 21:49 UTC  (2+ 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.