messages from 2023-09-18 18:11:49 to 2023-09-20 14:38:37 UTC [more...]
[PATCH RFC v2 00/37] drm/connector: Create HDMI Connector infrastructure
2023-09-20 14:35 UTC (34+ messages)
` [PATCH RFC v2 01/37] drm/connector: Introduce an HDMI connector
` [PATCH RFC v2 02/37] drm/connector: hdmi: Create a custom state
` [PATCH RFC v2 03/37] drm/connector: hdmi: Add Broadcast RGB property
` [PATCH RFC v2 04/37] drm/connector: hdmi: Add helper to get the RGB range
` [PATCH RFC v2 05/37] drm/connector: hdmi: Add output BPC to the connector state
` [PATCH RFC v2 06/37] drm/connector: hdmi: Add support for output format
` [PATCH RFC v2 07/37] drm/connector: hdmi: Add HDMI compute clock helper
` [PATCH RFC v2 08/37] drm/connector: hdmi: Calculate TMDS character rate
` [PATCH RFC v2 09/37] drm/connector: hdmi: Add custom hook to filter "
` [PATCH RFC v2 10/37] drm/connector: hdmi: Compute bpc and format automatically
` [PATCH RFC v2 11/37] drm/connector: hdmi: Add Infoframes generation
` [PATCH RFC v2 12/37] drm/connector: hdmi: Create Infoframe DebugFS entries
` [PATCH RFC v2 13/37] drm/vc4: hdmi: Create destroy state implementation
` [PATCH RFC v2 14/37] drm/vc4: hdmi: Switch to HDMI connector
` [PATCH RFC v2 15/37] drm/rockchip: inno_hdmi: Remove useless mode_fixup
` [PATCH RFC v2 16/37] drm/rockchip: inno_hdmi: Remove useless copy of drm_display_mode
` [PATCH RFC v2 17/37] drm/rockchip: inno_hdmi: Switch encoder hooks to atomic
` [PATCH RFC v2 18/37] drm/rockchip: inno_hdmi: Get rid of mode_set
` [PATCH RFC v2 19/37] drm/rockchip: inno_hdmi: no need to store vic
` [PATCH RFC v2 20/37] drm/rockchip: inno_hdmi: Remove unneeded has audio flag
` [PATCH RFC v2 21/37] drm/rockchip: inno_hdmi: Remove useless input format
` [PATCH RFC v2 22/37] drm/rockchip: inno_hdmi: Remove useless output format
` [PATCH RFC v2 23/37] drm/rockchip: inno_hdmi: Remove useless colorimetry
` [PATCH RFC v2 24/37] drm/rockchip: inno_hdmi: Remove useless enum
` [PATCH RFC v2 25/37] drm/rockchip: inno_hdmi: Remove tmds rate from structure
` [PATCH RFC v2 26/37] drm/rockchip: inno_hdmi: Remove useless coeff_csc matrix
` [PATCH RFC v2 27/37] drm/rockchip: inno_hdmi: Remove useless mode_valid
` [PATCH RFC v2 28/37] drm/rockchip: inno_hdmi: Move infoframe disable to separate function
` [PATCH RFC v2 29/37] drm/rockchip: inno_hdmi: Create mask retrieval functions
` [PATCH RFC v2 30/37] drm/rockchip: inno_hdmi: Switch to infoframe type
` [PATCH RFC v2 31/37] drm/rockchip: inno_hdmi: Remove unused drm device pointer
` [PATCH RFC v2 32/37] drm/rockchip: inno_hdmi: Switch to HDMI connector
` [PATCH RFC v2 33/37] drm/sun4i: hdmi: Convert encoder to atomic
[RFC PATCH net-next 0/6] Add support for OPEN Alliance 10BASE-T1x MACPHY Serial Interface
2023-09-20 13:37 UTC (47+ messages)
` [RFC PATCH net-next 1/6] net: ethernet: implement OPEN Alliance control transaction interface
` [RFC PATCH net-next 2/6] net: ethernet: add mac-phy interrupt support with reset complete handling
` [RFC PATCH net-next 3/6] net: ethernet: implement OA TC6 configuration function
` [RFC PATCH net-next 4/6] net: ethernet: implement data transaction interface
` [RFC PATCH net-next 5/6] microchip: lan865x: add driver support for Microchip's LAN865X MACPHY
` [RFC PATCH net-next 6/6] microchip: lan865x: add device-tree "
[PATCH 1/5] perf: fsl_imx8_ddr: Add AXI ID PORT CHANNEL filter support
2023-09-20 13:23 UTC (8+ messages)
` [PATCH 2/5] docs/perf: Add explanation for DDR_CAP_AXI_ID_PORT_CHANNEL_FILTER quirk
` [PATCH 3/5] dt-bindings: perf: fsl-imx-ddr: Add i.MX8DXL compatible
` [PATCH 4/5] perf: fsl_imx8_ddr: Add driver support for i.MX8DXL DDR Perf
` [PATCH 5/5] arm64: dts: imx8dxl-ss-ddr: change ddr_pmu0 compatilbe
[PATCH net-next v5 1/2] pktgen: Automate flag enumeration for unknown flag handling
2023-09-20 12:56 UTC (2+ messages)
` [PATCH net-next v5 2/2] pktgen: Introducing 'SHARED' flag for testing with non-shared skb
[PATCH v10 00/38] x86: enable FRED for x86-64
2023-09-20 12:57 UTC (16+ messages)
` [PATCH v10 03/38] x86/msr: Add the WRMSRNS instruction support
` [PATCH v10 06/38] Documentation/x86/64: Add a documentation for FRED
` [PATCH v10 09/38] x86/fred: Disable FRED support if CONFIG_X86_FRED is disabled
` [PATCH v10 13/38] x86/cpu: Add X86_CR4_FRED macro
` [PATCH v10 16/38] x86/ptrace: Add FRED additional information to the pt_regs structure
` [PATCH v10 36/38] x86/fred: Add fred_syscall_init()
[PATCH net-next v9 5/6] page_pool: update document about frag API
2023-09-20 11:58 UTC
[PATCH v16 00/12] Implement copy offload support
2023-09-20 10:54 UTC (14+ messages)
` [PATCH v16 01/12] block: Introduce queue limits and sysfs for copy-offload support
` [PATCH v16 02/12] Add infrastructure for copy offload in block and request layer
` [PATCH v16 03/12] block: add copy offload support
` [PATCH v16 04/12] block: add emulation for copy
` [PATCH v16 05/12] fs/read_write: Enable copy_file_range for block device
` [PATCH v16 06/12] fs, block: copy_file_range for def_blk_ops for direct "
` [PATCH v16 07/12] nvme: add copy offload support
` [PATCH v16 08/12] nvmet: add copy command support for bdev and file ns
` [PATCH v16 09/12] dm: Add support for copy offload
` [PATCH v16 10/12] dm: Enable copy offload for dm-linear target
` [PATCH v16 11/12] null: Enable trace capability for null block
` [PATCH v16 12/12] null_blk: add support for copy offload
[PATCH v3] platform/x86: thinkpad_acpi: sysfs interface to auxmac
2023-09-20 10:50 UTC (2+ messages)
[PATCH V5 - RESEND 0/3] coresight: etm: Make cycle count threshold user configurable
2023-09-20 10:44 UTC (14+ messages)
` [PATCH V5 - RESEND 1/3] coresight: etm: Override TRCIDR3.CCITMIN on errata affected cpus
` [PATCH V5 - RESEND 2/3] coresight: etm: Make cycle count threshold user configurable
` [PATCH V5 - RESEND 3/3] Documentation: coresight: Add cc_threshold tunable
[PATCH V6 0/3] coresight: etm: Make cycle count threshold user configurable
2023-09-20 9:54 UTC (4+ messages)
` [PATCH V6 1/3] coresight: etm: Override TRCIDR3.CCITMIN on errata affected cpus
` [PATCH V6 2/3] coresight: etm: Make cycle count threshold user configurable
` [PATCH V6 3/3] Documentation: coresight: Add cc_threshold tunable
[RFC PATCH 00/14] Prevent cross-cache attacks in the SLUB allocator
2023-09-20 9:04 UTC (16+ messages)
` [RFC PATCH 14/14] security: add documentation for SLAB_VIRTUAL
[PATCH v1 0/2] LoongArch: Update the links of ABI documentation
2023-09-20 6:27 UTC (4+ messages)
` [PATCH v1 1/2] docs/LoongArch: Update the links of ABI
` [PATCH v1 2/2] docs/zh_CN/LoongArch: "
[PATCH v4 0/7] Add support for Sub-NUMA cluster (SNC) systems
2023-09-20 6:06 UTC (8+ messages)
` [PATCH v5 0/8] "
` [PATCH v5 8/8] selftests/resctrl: Adjust effective L3 cache size when SNC enabled
[PATCH net-next v4 2/2] pktgen: Introducing 'SHARED' flag for testing with non-shared skb
2023-09-20 4:00 UTC (2+ messages)
[PATCH] hwmon:Add MEC172x Micro Chip driver for Lenovo motherboards
2023-09-20 1:53 UTC (5+ messages)
[PATCH] Documentation: xfs: Remove repeated word in comments
2023-09-20 0:17 UTC (7+ messages)
[intel-tdx:kvm-upstream-next 213/323] htmldocs: Documentation/ABI/testing/sysfs-firmware-tdx:2: WARNING: Unexpected indentation
2023-09-19 23:41 UTC
Fwd: [RFC PATCH net-next 0/6] Add support for OPEN Alliance 10BASE-T1x MACPHY Serial Interface
2023-09-19 18:09 UTC (4+ messages)
` "
[PATCH v2 1/2] ALSA: docs: Add Marian M2 driver documentation
2023-09-19 17:23 UTC (12+ messages)
` [PATCH v2 2/2] ALSA: Add new driver for Marian M2 sound card
[PATCH V11 00/17] riscv: Add Native/Paravirt qspinlock support
2023-09-19 14:40 UTC (39+ messages)
` [PATCH V11 03/17] riscv: Use Zicbop in arch_xchg when available
` [PATCH V11 05/17] riscv: qspinlock: Add basic queued_spinlock support
` [PATCH V11 08/17] riscv: qspinlock: Add virt_spin_lock() support for KVM guest
` [PATCH V11 09/17] riscv: qspinlock: errata: Add ERRATA_THEAD_WRITE_ONCE fixup
` [PATCH V11 11/17] RISC-V: paravirt: pvqspinlock: Add paravirt qspinlock skeleton
` [PATCH V11 12/17] RISC-V: paravirt: pvqspinlock: Add nopvspin kernel parameter
` [PATCH V11 13/17] RISC-V: paravirt: pvqspinlock: Add SBI implementation
[PATCH] rtla: fix a example in rtla-timerlat-hist.rst
2023-09-19 13:56 UTC (2+ messages)
[PATCH 2/2] arm64: errata: Add Cortex-A520 speculative unprivileged load workaround
2023-09-19 12:49 UTC (6+ messages)
[PATCH v6 00/15] GenieZone hypervisor drivers
2023-09-19 11:12 UTC (16+ messages)
` [PATCH v6 01/15] docs: geniezone: Introduce GenieZone hypervisor
` [PATCH v6 02/15] dt-bindings: hypervisor: Add MediaTek "
` [PATCH v6 03/15] virt: geniezone: Add GenieZone hypervisor driver
` [PATCH v6 04/15] virt: geniezone: Add vm support
` [PATCH v6 05/15] virt: geniezone: Add set_user_memory_region for vm
` [PATCH v6 06/15] virt: geniezone: Add vm capability check
` [PATCH v6 07/15] virt: geniezone: Add vcpu support
` [PATCH v6 08/15] virt: geniezone: Add irqchip support for virtual interrupt injection
` [PATCH v6 09/15] virt: geniezone: Add irqfd support
` [PATCH v6 10/15] virt: geniezone: Add ioeventfd support
` [PATCH v6 11/15] virt: geniezone: Add memory region support
` [PATCH v6 12/15] virt: geniezone: Add dtb config support
` [PATCH v6 13/15] virt: geniezone: Add demand paging support
` [PATCH v6 14/15] virt: geniezone: Add memory pin/unpin support
` [PATCH v6 15/15] virt: geniezone: Add block-based demand paging support
[PATCH v4 1/7] hwmon: max31827: Make code cleaner
2023-09-19 11:00 UTC (8+ messages)
` [PATCH v4 2/7] hwmon: max31827: Modify conversion wait time
` [PATCH v4 3/7] dt-bindings: hwmon: Add possible new properties to max31827 bindings
` [PATCH v4 4/7] hwmon: max31827: Handle new properties from the devicetree
` [PATCH v4 5/7] hwmon: max31827: Add support for max31828 and max31829
` [PATCH v4 6/7] hwmon: max31827: Update bits with shutdown_write()
` [PATCH v4 7/7] hwmon: max31827: Add custom attribute for resolution
[PATCH v11] drm: Add initial ci/ subdirectory
2023-09-19 9:53 UTC (15+ messages)
[PATCH v1 0/2] arm64: perf: Add support for event counting threshold
2023-09-19 9:51 UTC (3+ messages)
` [PATCH v1 1/2] "
` [PATCH v1 2/2] Documentation: arm64: Document the PMU event counting threshold feature
[PATCH v4 0/6] uvc gadget performance issues
2023-09-19 9:18 UTC (7+ messages)
` [PATCH v4 2/6] usb: dwc3: gadget: cancel requests instead of release after missed isoc
[PATCH bpf-next v1] bpf, docs: Add loongarch64 as arch supporting BPF JIT
2023-09-19 8:25 UTC
[PATCH] kernel-doc: add a warning prefix option
2023-09-19 4:30 UTC (3+ messages)
[PATCH] hwmon: (adt7475) Add support for Imon readout on ADT7490
2023-09-18 19:08 UTC (2+ messages)
[PATCH v12 net-next 00/23] net/tcp: Add TCP-AO support
2023-09-18 19:00 UTC (2+ messages)
` [PATCH v12 net-next 23/23] Documentation/tcp: Add TCP-AO documentation
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).