linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-02-22 17:06:43 to 2024-02-22 18:18:35 UTC [more...]

[GIT PULL] vfs fixes
 2024-02-22 18:18 UTC  (2+ messages)

[GIT PULL] tracing: Add ring buffer sub-buffer size check
 2024-02-22 18:18 UTC  (2+ messages)

[GIT PULL] Networking for v6.8.0-rc6
 2024-02-22 18:18 UTC  (2+ messages)

[PATCH v7 00/36] drm/connector: Create HDMI Connector infrastructure
 2024-02-22 18:14 UTC  (37+ messages)
` [PATCH v7 01/36] drm/tests: helpers: Include missing drm_drv header
` [PATCH v7 02/36] drm/tests: helpers: Add atomic helpers
` [PATCH v7 03/36] drm/tests: Add helper to create mock plane
` [PATCH v7 04/36] drm/tests: Add helper to create mock crtc
` [PATCH v7 05/36] drm/tests: connector: Add tests for drmm_connector_init
` [PATCH v7 06/36] drm/connector: Introduce an HDMI connector initialization function
` [PATCH v7 07/36] drm/tests: connector: Add tests for drmm_connector_hdmi_init
` [PATCH v7 08/36] drm/connector: hdmi: Create an HDMI sub-state
` [PATCH v7 09/36] drm/connector: hdmi: Add output BPC to the connector state
` [PATCH v7 10/36] drm/tests: Add output bpc tests
` [PATCH v7 11/36] drm/connector: hdmi: Add support for output format
` [PATCH v7 12/36] drm/tests: Add output formats tests
` [PATCH v7 13/36] drm/connector: hdmi: Add HDMI compute clock helper
` [PATCH v7 14/36] drm/tests: Add HDMI TDMS character rate tests
` [PATCH v7 15/36] drm/connector: hdmi: Calculate TMDS character rate
` [PATCH v7 16/36] drm/tests: Add TDMS character rate connector state tests
` [PATCH v7 17/36] drm/connector: hdmi: Add custom hook to filter TMDS character rate
` [PATCH v7 18/36] drm/tests: Add HDMI connector rate filter hook tests
` [PATCH v7 19/36] drm/connector: hdmi: Compute bpc and format automatically
` [PATCH v7 20/36] drm/tests: Add HDMI connector bpc and format tests
` [PATCH v7 21/36] drm/connector: hdmi: Add Broadcast RGB property
` [PATCH v7 22/36] drm/tests: Add tests for "
` [PATCH v7 23/36] drm/connector: hdmi: Add RGB Quantization Range to the connector state
` [PATCH v7 24/36] drm/tests: Add RGB Quantization tests
` [PATCH v7 25/36] drm/connector: hdmi: Add Infoframes generation
` [PATCH v7 26/36] drm/tests: Add infoframes test
` [PATCH v7 27/36] drm/connector: hdmi: Create Infoframe DebugFS entries
` [PATCH v7 28/36] drm/vc4: hdmi: Switch to HDMI connector
` [PATCH v7 29/36] drm/vc4: tests: Remove vc4_dummy_plane structure
` [PATCH v7 30/36] drm/vc4: tests: Convert to plane creation helper
` [PATCH v7 31/36] drm/rockchip: inno_hdmi: Switch to HDMI connector
` [PATCH v7 32/36] drm/sun4i: hdmi: Convert encoder to atomic
` [PATCH v7 33/36] drm/sun4i: hdmi: Move mode_set into enable
` [PATCH v7 34/36] drm/sun4i: hdmi: Switch to container_of_const
` [PATCH v7 35/36] drm/sun4i: hdmi: Consolidate atomic_check and mode_valid
` [PATCH v7 36/36] drm/sun4i: hdmi: Switch to HDMI connector

[PATCH net-next v3 0/6] net: hisi-femac: add support for Hi3798MV200, remove unmaintained compatibles
 2024-02-22 18:15 UTC  (5+ messages)
` [PATCH net-next v3 2/6] dt-bindings: net: hisilicon-femac-mdio: convert to YAML

[PATCH v3 0/8] clk: hisilicon: add support for Hi3798MV200
 2024-02-22 18:15 UTC  (12+ messages)
` [PATCH v3 1/8] dt-bindings: clock: convert hisi-crg.txt to YAML
` [PATCH v3 2/8] ARM: dts: hisilicon: add missing compatibles to CRG node
` [PATCH v3 3/8] dt-bindings: clock: histb-clock: split into two header files
` [PATCH v3 7/8] dt-bindings: clock: hisilicon: add clock definitions for Hi3798MV200

[PATCH v5 00/20] EDAC/mc/synopsys: Various fixes and cleanups
 2024-02-22 18:13 UTC  (21+ messages)
` [PATCH v5 01/20] EDAC/synopsys: Fix ECC status data and IRQ disable race condition
` [PATCH v5 02/20] EDAC/synopsys: Fix generic device type detection procedure
` [PATCH v5 03/20] EDAC/synopsys: Fix mci->scrub_cap field setting
` [PATCH v5 04/20] EDAC/synopsys: Drop erroneous ADDRMAP4.addrmap_col_b10 parse
` [PATCH v5 05/20] EDAC/synopsys: Fix reading errors count before ECC status
` [PATCH v5 06/20] EDAC/synopsys: Fix misleading IRQ self-cleared quirk flag
` [PATCH v5 07/20] EDAC/synopsys: Use platform device devm ioremap method
` [PATCH v5 08/20] EDAC/synopsys: Drop internal CE and UE counters
` [PATCH v5 09/20] EDAC/synopsys: Drop local to_mci() macro definition
` [PATCH v5 10/20] EDAC/synopsys: Drop struct ecc_error_info.blknr field
` [PATCH v5 11/20] EDAC/synopsys: Shorten out struct ecc_error_info.bankgrpnr field name
` [PATCH v5 12/20] EDAC/synopsys: Drop redundant info from the error messages
` [PATCH v5 13/20] EDAC/mc: Init DIMM labels in MC registration method
` [PATCH v5 14/20] EDAC/mc: Add generic unique MC index allocation procedure
` [PATCH v5 15/20] EDAC/mc: Re-use "
` [PATCH v5 16/20] EDAC/synopsys: Detach Zynq A05 DDRC support to separate driver
` [PATCH v5 17/20] EDAC/synopsys: Drop unused platform-specific setup API
` [PATCH v5 18/20] EDAC/synopsys: Unify CSRs macro declarations
` [PATCH v5 19/20] EDAC/synopsys: Unify struct/macro/function prefixes
` [PATCH v5 20/20] EDAC/synopsys: Convert to using BIT/GENMASK/FIELD_x macros

[PATCH net-next v4 0/6] net: hisi-femac: add support for Hi3798MV200, remove unmaintained compatibles
 2024-02-22 18:14 UTC  (3+ messages)
` [PATCH net-next v4 1/6] dt-bindings: net: hisilicon-femac-mdio: convert to YAML

[PATCH v6 0/4] StarFive's StarLink PMU Support
 2024-02-22 18:12 UTC  (2+ messages)

[PATCH 1/2] devm-helpers: Add resource managed version of mutex init
 2024-02-22 18:11 UTC  (4+ messages)
` [PATCH 2/2] devm-helpers: Add resource managed version of debugfs directory create function

[PATCH v9 00/15] Add Cgroup support for SGX EPC memory
 2024-02-22 18:09 UTC  (10+ messages)
` [PATCH v9 08/15] x86/sgx: Implement EPC reclamation flows for cgroup
` [PATCH v9 10/15] x86/sgx: Add EPC reclamation in cgroup try_charge()

[PATCH v2 0/2] x86/cpu: fix invalid MTRR mask values for SEV or TME
 2024-02-22 18:08 UTC  (9+ messages)

[PATCH] soc: qcom: llcc: Add llcc device availability check
 2024-02-22 18:07 UTC  (2+ messages)

[PATCH v3 0/7] drm/msm: Add support for the A750 GPU found on the SM8650 platform
 2024-02-22 18:06 UTC  (2+ messages)

[PATCH 0/8] A702 support
 2024-02-22 18:06 UTC  (2+ messages)

[PATCH] iommu/arm-smmu-qcom: Add X1E80100 MDSS compatible
 2024-02-22 18:06 UTC  (2+ messages)

[PATCH] drm/radeon/radeon_display: Decrease the size of allocated memory
 2024-02-22 18:04 UTC 

[PATCH v3] rust: locks: Add `get_mut` method to `Lock`
 2024-02-22 18:04 UTC  (2+ messages)

[PATCH v1 0/8] x86_64 SandBox Mode arch hooks
 2024-02-22 18:03 UTC  (6+ messages)
` [RFC 0/5] PoC: convert AppArmor parser to SandBox Mode
  ` [RFC 4/5] sbm: fix up calls to dynamic memory allocators

[PATCH vRFC 0/8] Refactor and rename request firmware API
 2024-02-22 18:00 UTC  (9+ messages)
` [PATCH vRFC 1/8] firmware_loader: Refactor request firmware lower level functions
` [PATCH vRFC 2/8] treewide: rename firmware_request_nowarn()
` [PATCH vRFC 3/8] treewide: rename firmware_request_platform()
` [PATCH vRFC 4/8] treewide: rename firmware_request_cache()
` [PATCH vRFC 5/8] firmware: Convert minor inline function to macro
` [PATCH vRFC 6/8] firmware: Move module template to the bottom
` [PATCH vRFC 7/8] firmware: remove prototype of fw_cache_piggyback_on_request()
` [PATCH vRFC 8/8] firmware: FW_OPT_UEVENT for all request_firmware family functions

[PATCH v2] mm: Update mark_victim tracepoints fields
 2024-02-22 17:59 UTC  (5+ messages)

[PATCH net-next v2 0/4] net: macb: WOL enhancements
 2024-02-22 17:59 UTC  (3+ messages)
` [PATCH net-next v2 4/4] dt-bindings: net: cdns,macb: Deprecate magic-packet property

[PATCH net-next v2 0/4] net: pcs: xpcs: Cleanups before adding MMIO dev support
 2024-02-22 17:58 UTC  (5+ messages)
` [PATCH net-next v2 1/4] net: pcs: xpcs: Drop sentinel entry from 2500basex ifaces list
` [PATCH net-next v2 2/4] net: pcs: xpcs: Drop redundant workqueue.h include directive
` [PATCH net-next v2 3/4] net: pcs: xpcs: Return EINVAL in the internal methods
` [PATCH net-next v2 4/4] net: pcs: xpcs: Explicitly return error on caps validation

[PATCH 0/9] kunit: Fix printf format specifier issues in KUnit assertions
 2024-02-22 17:56 UTC  (6+ messages)
` [PATCH 2/9] lib/cmdline: Fix an invalid format specifier in an assertion msg

[PATCH 1/2] perf/ring_buffer: Trigger FASYNC signals for watermark wakeups
 2024-02-22 17:55 UTC  (4+ messages)
` [PATCH 2/2] perf test: Test FASYNC with "

[PATCH v2 0/4] spi: dw: Auto-detect number of native CS
 2024-02-22 17:52 UTC  (6+ messages)
` [PATCH v2 1/4] spi: dw: Convert to using BITS_TO_BYTES() macro
` [PATCH v2 2/4] spi: dw: Add a number of native CS auto-detection
` [PATCH v2 3/4] spi: dw: Convert dw_spi::num_cs to u32
` [PATCH v2 4/4] spi: dw: Drop default number of CS setting

Implement per-key keyboard backlight as auxdisplay?
 2024-02-22 17:52 UTC  (17+ messages)
          ` Future handling of complex RGB devices on Linux
            ` Future handling of complex RGB devices on Linux v2

[PATCH v2] workqueue: Control intensive warning threshold through cmdline
 2024-02-22 17:52 UTC  (2+ messages)

[PATCH v8 00/15] x86: Trenchboot secure dynamic launch Linux kernel support
 2024-02-22 17:49 UTC  (4+ messages)
` [PATCH v8 04/15] x86: Secure Launch Resource Table header file

[PATCH RESEND v10 0/1] dt-bindings: usb: Harmonize xHCI/EHCI/OHCI/DWC3 nodes name
 2024-02-22 17:44 UTC  (2+ messages)
` [PATCH RESEND v10 1/1] powerpc: dts: akebono: Harmonize EHCI/OHCI DT "

[PATCH] dt-bindings: i2c: Remove obsolete i2c.txt
 2024-02-22 17:48 UTC  (2+ messages)

[PATCH v2 0/6] RCU tasks fixes for v6.9
 2024-02-22 17:48 UTC  (3+ messages)
` [PATCH v2 6/6] rcu-tasks: Maintain real-time response in rcu_tasks_postscan()

[PATCH] cred: Use KMEM_CACHE instead of kmem_cache_create
 2024-02-22 17:48 UTC  (5+ messages)

[PATCH] drm: panel: st7701: Add Hardkernel ODROID-GO Ultra panel support
 2024-02-22 17:47 UTC  (7+ messages)
` [PATCH v2 0/2] "
  ` [PATCH v2 1/2] "
  ` [PATCH v2 2/2] dt-bindings: display: st7701: Add Hardkernel ODROID-GO Ultra panel

[PATCH v4 0/5] Add support for QMC HDLC
 2024-02-22 17:45 UTC  (6+ messages)
` [PATCH v4 1/5] net: wan: "

[PATCH v5 0/2] adding support for Microchip PAC193X Power Monitor
 2024-02-22 17:45 UTC  (3+ messages)
` [PATCH v5 1/2] dt-bindings: iio: adc: adding support for PAC193X

[PATCH V3] PCI/ASPM: Update saved buffers with latest ASPM
 2024-02-22 17:44 UTC  (2+ messages)
` [PATCH V4] "

[PATCH 00/13] Add Mobileye EyeQ5 support to the Nomadik I2C controller & use hrtimers for timeouts
 2024-02-22 17:14 UTC  (9+ messages)
` [PATCH 01/13] dt-bindings: i2c: nomadik: add timeout-usecs property bindings

[PATCH v2 0/2] Add interconnect support for SM7150 SoC
 2024-02-22 17:42 UTC  (3+ messages)
` [PATCH v2 1/2] dt-bindings: interconnect: Add Qualcomm SM7150 DT bindings
` [PATCH v2 2/2] interconnect: qcom: Add SM7150 driver support

[PATCH v5 00/11] IOMMU memory observability
 2024-02-22 17:39 UTC  (12+ messages)
` [PATCH v5 01/11] iommu/vt-d: add wrapper functions for page allocations
` [PATCH v5 02/11] iommu/dma: use iommu_put_pages_list() to releae freelist
` [PATCH v5 03/11] iommu/amd: use page allocation function provided by iommu-pages.h
` [PATCH v5 04/11] iommu/io-pgtable-arm: "
` [PATCH v5 05/11] iommu/io-pgtable-dart: "
` [PATCH v5 06/11] iommu/exynos: "
` [PATCH v5 07/11] iommu/rockchip: "
` [PATCH v5 08/11] iommu/sun50i: "
` [PATCH v5 09/11] iommu/tegra-smmu: "
` [PATCH v5 10/11] iommu: observability of the IOMMU allocations
` [PATCH v5 11/11] iommu: account IOMMU allocated memory

[rft, PATCH v1 00/14] serial: Add a helper to parse device properties and more
 2024-02-22 17:39 UTC  (7+ messages)
` [PATCH v1 10/14] serial: 8250_of: Switch to use uart_read_port_properties()

[PATCH net-next v1] net: ipv6: hop tlv ext hdr parsing
 2024-02-22 17:35 UTC  (2+ messages)

[PATCH 0/9] arm64: dts: qcom: qcs6490-rb3gen2: Enable two displays
 2024-02-22 17:32 UTC  (9+ messages)
` [PATCH 3/9] arm64: dts: qcom: sc7280: Enable MDP turbo mode

[PATCH net-next] ipv6/sit: Do not allocate stats in the driver
 2024-02-22 17:32 UTC  (2+ messages)

[PATCH] dt-bindings: usb: analogix,anx7411: drop redundant connector properties
 2024-02-22 17:30 UTC  (4+ messages)

[PATCH v2 0/5] Handle hugetlb faults under the VMA lock
 2024-02-22 17:27 UTC  (4+ messages)
` [PATCH v2 5/5] hugetlb: Allow faults to be handled "

[PATCH] NFSD: Fix nfsd_clid_class use of __string_len() macro
 2024-02-22 17:28 UTC 

[PATCH 0/4] Add audio support for Jetson Orin NX and Jetson
 2024-02-22 17:24 UTC  (2+ messages)

[PATCH v4 0/3] Tegra30: add support for LG tegra based phones
 2024-02-22 17:19 UTC  (2+ messages)

[PATCH v1 0/1] Tegra30: fix sound on Nexus 7
 2024-02-22 17:18 UTC  (3+ messages)
` [PATCH v1 1/1] ARM: tegra: nexus7: add missing clock binding into sound node

[PATCH] x86, relocs: Ignore relocations in .notes section
 2024-02-22 17:18 UTC 

[PATCH v1 1/1] kernel.h: Move lib/cmdline.c prototypes to string.h
 2024-02-22 17:17 UTC  (4+ messages)

[PATCH v6 0/6] media: qcom: camss: Add sc8280xp support
 2024-02-22 17:17 UTC  (7+ messages)
` [PATCH v6 1/6] media: dt-bindings: media: camss: Add qcom,sc8280xp-camss binding
` [PATCH v6 2/6] media: qcom: camss: csiphy-3ph: Add Gen2 v1.1 two-phase MIPI CSI-2 DPHY init
` [PATCH v6 3/6] media: qcom: camss: Add CAMSS_SC8280XP enum
` [PATCH v6 4/6] media: qcom: camss: Add sc8280xp resources
` [PATCH v6 5/6] media: qcom: camss: Add sc8280xp support
` [PATCH v6 6/6] media: qcom: camss: vfe-17x: Rename camss-vfe-170 to camss-vfe-17x

[PATCH v1] mm: remove total_mapcount()
 2024-02-22 17:16 UTC  (3+ messages)

[net-next PatchV2] octeontx2-pf: Add support to read eeprom information
 2024-02-22 17:15 UTC 

make install doesn't install proper files for some architectures
 2024-02-22 17:07 UTC 

[PATCH 8/8] dm vdo: Modify mismatched function name
 2024-02-22 17:15 UTC  (3+ messages)
` [PATCH 1/8] "

[PATCH v11 01/20] timers: Restructure get_next_timer_interrupt()
 2024-02-22 17:12 UTC  (2+ messages)
` [tip: timers/core] "

[PATCH v11 02/20] timers: Split out get next timer interrupt
 2024-02-22 17:12 UTC  (2+ messages)
` [tip: timers/core] "

[PATCH v11 03/20] timers: Move marking timer bases idle into tick_nohz_stop_tick()
 2024-02-22 17:12 UTC  (2+ messages)
` [tip: timers/core] "

[PATCH v11 04/20] timers: Optimization for timer_base_try_to_set_idle()
 2024-02-22 17:12 UTC  (2+ messages)
` [tip: timers/core] "

[PATCH v11 05/20] timers: Introduce add_timer() variants which modify timer flags
 2024-02-22 17:12 UTC  (2+ messages)
` [tip: timers/core] "

[PATCH v11 06/20] workqueue: Use global variant for add_timer()
 2024-02-22 17:12 UTC  (2+ messages)
` [tip: timers/core] "

[PATCH v11 07/20] timers: add_timer_on(): Make sure TIMER_PINNED flag is set
 2024-02-22 17:12 UTC  (2+ messages)
` [tip: timers/core] timers: Make sure TIMER_PINNED flag is set in add_timer_on()

[PATCH v11 08/20] timers: Ease code in run_local_timers()
 2024-02-22 17:12 UTC  (2+ messages)
` [tip: timers/core] timers: Simplify "

[PATCH v11 09/20] timers: Split next timer interrupt logic
 2024-02-22 17:12 UTC  (2+ messages)
` [tip: timers/core] "

[PATCH v11 10/20] timers: Keep the pinned timers separate from the others
 2024-02-22 17:12 UTC  (2+ messages)
` [tip: timers/core] "

[PATCH v11 11/20] timers: Retrieve next expiry of pinned/non-pinned timers separately
 2024-02-22 17:12 UTC  (2+ messages)
` [tip: timers/core] "

[PATCH v11 12/20] timers: Split out "get next timer interrupt" functionality
 2024-02-22 17:12 UTC  (2+ messages)
` [tip: timers/core] "

[PATCH v11 13/20] timers: Add get next timer interrupt functionality for remote CPUs
 2024-02-22 17:12 UTC  (2+ messages)
` [tip: timers/core] "

[PATCH v11 14/20] timers: Restructure internal locking
 2024-02-22 17:12 UTC  (2+ messages)
` [tip: timers/core] "

[PATCH v11 15/20] timers: Check if timers base is handled already
 2024-02-22 17:12 UTC  (2+ messages)
` [tip: timers/core] "

[PATCH v11 16/20] tick/sched: Split out jiffies update helper function
 2024-02-22 17:12 UTC  (2+ messages)
` [tip: timers/core] "

[PATCH v11 17/20] timers: Introduce function to check timer base is_idle flag
 2024-02-22 17:12 UTC  (2+ messages)
` [tip: timers/core] "

[PATCH v11b 18/20] timers: Implement the hierarchical pull model
 2024-02-22 17:12 UTC  (2+ messages)
` [tip: timers/core] "

[PATCH v11a 19/20] timer_migration: Add tracepoints
 2024-02-22 17:12 UTC  (2+ messages)
` [tip: timers/core] "

[PATCH v11 20/20] timers: Always queue timers on the local CPU
 2024-02-22 17:12 UTC  (2+ messages)
` [tip: timers/core] "

linux-next: manual merge of the kspp tree with the mm tree
 2024-02-22 17:11 UTC  (2+ messages)

[RESEND PATCH 1/3] dt-bindings: interrupt-controller: Add support for Amlogic-T7 SoCs
 2024-02-22 17:11 UTC  (2+ messages)
` [tip: irq/core] "

[RESEND PATCH 2/3] irqchip: Add support for Amlogic-T7 SoCs
 2024-02-22 17:11 UTC  (2+ messages)
` [tip: irq/core] irqchip/meson-gpio: "

[RESEND PATCH 3/3] arm64: dts: Add gpio_intc node for Amlogic-T7 SoCs
 2024-02-22 17:11 UTC  (2+ messages)
` [tip: irq/core] "

linux-next: build failure after merge of the drm-xe tree
 2024-02-22 17:09 UTC  (2+ messages)

[PATCH v1 0/4] ACPI: scan: Check enabled _STA bit on Bus/Device Checks
 2024-02-22 17:09 UTC  (3+ messages)
` [PATCH v1 2/4] ACPI: scan: Relocate acpi_bus_trim_one()

[PATCH] treewide: remove meaningless assignments in Makefiles
 2024-02-22 17:08 UTC  (2+ messages)

[net-next v4] intel: make module parameters readable in sys filesystem
 2024-02-22 17:08 UTC  (2+ messages)
` [Intel-wired-lan] "

[RESEND2 PATCH net v4 1/2] soc: fsl: qbman: Always disable interrupts when taking cgr_lock
 2024-02-22 17:07 UTC  (2+ messages)
` [RESEND2 PATCH net v4 2/2] soc: fsl: qbman: Use raw spinlock for cgr_lock

[PATCH V3] PCI: Add support for preserving boot configuration
 2024-02-22 17:06 UTC  (2+ messages)


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).