messages from 2022-06-20 16:41:08 to 2022-06-20 17:55:40 UTC [more...]
[PATCH 0/7] media: cedrus: h265: Implement tiles support
2022-06-20 17:55 UTC (8+ messages)
` [PATCH 1/7] media: cedrus: h265: Fix flag name
` [PATCH 2/7] media: cedrus: h265: Fix logic for not low delay flag
` [PATCH 3/7] media: cedrus: Improve error messages for controls
` [PATCH 4/7] media: cedrus: Add error handling for failed setup
` [PATCH 5/7] media: cedrus: h265: Add a couple of error checks
` [PATCH 6/7] media: cedrus: Add helper for determining number of elements
` [PATCH 7/7] media: cedrus: h265: Implement support for tiles
[PATCH v2 0/3] leds/arm: dts: leds on Samsung Galaxy S3
2022-06-20 17:54 UTC (12+ messages)
` [PATCH v2 1/3] dt-bindings: leds: skyworks,aat1290: convert to dtschema
` [PATCH v2 2/3] ARM: dts: exynos: align aat1290 flash LED node with bindings in Galaxy S3
` [PATCH v2 3/3] ARM: dts: exynos: add function and color to aat1290 flash LED node "
[RFC PATCH v3 00/11] qapi: net: add unix socket type support to netdev backend
2022-06-20 17:52 UTC (4+ messages)
` [RFC PATCH v3 04/11] qapi: net: add stream and dgram netdevs
[PATCH v3 00/51] target/arm: Scalable Matrix Extension
2022-06-20 17:51 UTC (5+ messages)
` [PATCH v3 01/51] target/arm: Implement TPIDR2_EL0
` [PATCH v3 03/51] target/arm: Add syn_smetrap
` [PATCH v3 06/51] target/arm: Add SMCR_ELx
` [PATCH v3 09/51] target/arm: Add the SME ZA storage to CPUARMState
[net-next: PATCH 00/12] ACPI support for DSA
2022-06-20 17:53 UTC (17+ messages)
` [net-next: PATCH 01/12] net: phy: fixed_phy: switch to fwnode_ API
` [net-next: PATCH 02/12] net: mdio: switch fixed-link PHYs API to fwnode_
` [net-next: PATCH 03/12] net: dsa: switch to device_/fwnode_ APIs
` [net-next: PATCH 04/12] net: mvpp2: initialize port fwnode pointer
` [net-next: PATCH 05/12] net: core: switch to fwnode_find_net_device_by_node()
` [net-next: PATCH 06/12] net: mdio: introduce fwnode_mdiobus_register_device()
` [net-next: PATCH 08/12] ACPI: scan: prevent double enumeration of MDIO bus children
[PATCH 4/4] ASoC: wm8904: add DMIC support
2022-06-20 17:52 UTC (2+ messages)
[PATCH 3/6] net/bonding: move testpmd commands
2022-06-20 17:53 UTC (3+ messages)
` [PATCH v2] "
[Intel-gfx] [PATCH v3 00/17] drm/i915: Make fastset not suck and allow seamless M/N changes
2022-06-20 17:52 UTC (18+ messages)
` [Intel-gfx] [PATCH v3 01/17] drm/i915: Relocate intel_crtc_dotclock()
` [Intel-gfx] [PATCH v3 02/17] drm/i915: Shuffle some PLL code around
` [Intel-gfx] [PATCH v3 03/17] drm/i915: Extract HAS_DOUBLE_BUFFERED_M_N()
` [Intel-gfx] [PATCH v3 04/17] drm/i915/dsi: Extract {vlv, bxt}_get_pclk()
` [Intel-gfx] [PATCH v3 05/17] drm/i915: Do .crtc_compute_clock() earlier
` [Intel-gfx] [PATCH v3 06/17] drm/i915: Reassign DPLLs only for crtcs going throug .compute_config()
` [Intel-gfx] [PATCH v3 07/17] drm/i915: Feed the DPLL output freq back into crtc_state
` [Intel-gfx] [PATCH v3 08/17] drm/i915: Compute clocks earlier
` [Intel-gfx] [PATCH v3 09/17] drm/i915: Make M/N checks non-fuzzy
` [Intel-gfx] [PATCH v3 10/17] drm/i915: Make all clock "
` [Intel-gfx] [PATCH v3 11/17] drm/i915: Set active dpll early for icl+
` [Intel-gfx] [PATCH v3 12/17] drm/i915: Nuke fastet state copy hacks
` [Intel-gfx] [PATCH v3 13/17] drm/i915: Skip intel_modeset_pipe_config_late() if the pipe is not enabled
` [Intel-gfx] [PATCH v3 14/17] drm/i915: Add intel_panel_highest_mode()
` [Intel-gfx] [PATCH v3 15/17] drm/i915: Allow M/N change during fastset on bdw+
` [Intel-gfx] [PATCH v3 16/17] drm/i915: Use a fixed N value always
` [Intel-gfx] [PATCH v3 17/17] drm/i915: Round TMDS clock to nearest
[PATCH 4/6] net/i40e: move testpmd commands
2022-06-20 17:53 UTC (3+ messages)
` [PATCH v2] "
[PATCH] crypto/scheduler: fix qp_id in scheduler failover
2022-06-20 17:51 UTC
[PATCH RFC 0/2] regmap: option to disable debugfs
2022-06-20 17:51 UTC (7+ messages)
` [PATCH RFC 1/2] regmap: add "
[PATCH 00/10] bsd-user: More file-related system calls
2022-06-20 17:42 UTC (11+ messages)
` [PATCH 01/10] bsd-user: Implement mount, umount and nmount
` [PATCH 02/10] bsd-user: Implement symlink, symlinkat, readlink and readlinkat
` [PATCH 03/10] bsd-user: implement chmod, fchmod, lchmod and fchmodat
` [PATCH 04/10] bsd-user: Implement freebsd11_mknod, freebsd11_mknodat and mknodat
` [PATCH 05/10] bsd-user: Implement chown, fchown, lchown and fchownat
` [PATCH 06/10] bsd-user: Implement chflags, lchflags and fchflags
` [PATCH 07/10] bsd-user: Implement chroot and flock
` [PATCH 08/10] bsd-user: Implement mkfifo and mkfifoat
` [PATCH 09/10] bsd-user: Implement pathconf, lpathconf and fpathconf
` [PATCH 10/10] bsd-user: Implement undelete
stable-rc/queue/5.10 build: 184 builds: 3 failed, 181 passed, 4 errors, 10 warnings (v5.10.123-84-g968db76ed7743)
2022-06-20 17:50 UTC
[PATCH v2 00/17] staging/iio: Clean up AD7746 CDC driver and move from staging
2022-06-20 17:50 UTC (7+ messages)
` [PATCH v2 02/17] iio: ABI: Fix wrong format of differential capacitance channel ABI
` [PATCH v2 05/17] staging: iio: cdc: ad7746: Use local buffer for multi byte reads
[PATCH] drm/amd: Revert "drm/amd/display: keep eDP Vdd on when eDP stream is already enabled"
2022-06-20 17:47 UTC (2+ messages)
` "
Performance drop using deinterlace_vaapi on 5.19-rcX
2022-06-20 17:28 UTC (7+ messages)
` [Intel-gfx] "
[PATCH v6 00/22] Add generic memory shrinker to VirtIO-GPU and Panfrost DRM drivers
2022-06-20 14:08 UTC (4+ messages)
` [PATCH v6 17/22] drm/shmem-helper: Add generic memory shrinker
[PATCH v1 0/9] imx: thermal: Allow trip point configuration from DT
2022-06-20 17:46 UTC (12+ messages)
` [PATCH v2 1/9] dt-bindings: thermal: Define trips node in $defs
[PATCH] net/qede: fix build with GCC 13
2022-06-20 17:46 UTC (3+ messages)
` [EXT] "
[pull] drm/msm: drm-msm-fixes-2022-06-20 for v5.19-rc4
2022-06-20 17:46 UTC (2+ messages)
[PATCH v2 2/2] net/cnxk: support ops to update precolor VLAN table
2022-06-20 17:44 UTC (4+ messages)
` [PATCH v3 1/2] common/cnxk: update precolor table setup for VLAN
` [PATCH v3 2/2] net/cnxk: support ops to update precolor VLAN table
[PATCH v3 0/3] usb: add isp1760 hcd support
2022-06-20 17:44 UTC (4+ messages)
[PATCH v2 0/2] board/armltd: add support for corstone1000
2022-06-20 17:43 UTC (3+ messages)
[dpdk-dev] [PATCH v7 0/4] ethdev: error recovery support
2022-06-20 17:42 UTC (4+ messages)
` [PATCH v8 0/4] ethdev: support error recovery notification
` [PATCH v8 1/4] ethdev: support device "
stable-rc/linux-5.15.y build: 122 builds: 3 failed, 119 passed, 11 errors, 2 warnings (v5.15.48-107-g3797b8fe60254)
2022-06-20 17:40 UTC
[PATCH 4/4] ASoC: wm8904: add DMIC support
2022-06-20 17:38 UTC (4+ messages)
[PATCH 0/6] add thread lifetime and attributes API
2022-06-20 17:39 UTC (5+ messages)
` [PATCH v2 "
` [PATCH v2 2/6] eal: add thread lifetime management
[f2fs-dev] [PATCH 1/2] f2fs: introduce memory mode
2022-06-20 17:38 UTC (4+ messages)
` "
` [f2fs-dev] [PATCH 2/2] f2fs: handle decompress only post processing in softirq
` "
cleanup btrfs bio submission v2
2022-06-20 17:38 UTC (4+ messages)
` [PATCH 01/10] btrfs: remove a bunch of pointles stripe_len arguments
[dunfell][PATCH] openldap: CVE-2022-29155 OpenLDAP SQL injection
2022-06-20 17:37 UTC (2+ messages)
` [OE-core] "
[PATCH 2/2] event/dlb2: add ldb port specific COS support
2022-06-20 17:33 UTC (4+ messages)
` [PATCH v4 0/2] Rebase DLB2 port_cos and cq_weight patches
` [PATCH v4 1/2] event/dlb2: add CQ weight support
[RFC PATCH v4 00/28] Modernize U-Boot shell
2022-06-20 17:33 UTC (8+ messages)
` [RFC PATCH v4 28/28] board: keymile: common: Use environment to store IVM_* variables
[PATCH] arm: dts: imx8mn: sync dts from Linux Kernel
2022-06-20 17:33 UTC
[Buildroot] [Bug 14856] New: nvidia-driver package fails to build
2022-06-20 17:32 UTC (2+ messages)
` [Buildroot] [Bug 14856] "
[PATCH 5.10 00/84] 5.10.124-rc1 review
2022-06-20 17:31 UTC (2+ messages)
[PATCH v2 1/2] cve-check: add support for Ignored CVEs
2022-06-20 17:31 UTC (2+ messages)
` [OE-core] "
[PATCH] migration: Remove RDMA_UNREGISTRATION_EXAMPLE
2022-06-20 17:30 UTC (2+ messages)
[PATCH v12 0/3] EDAC: nuvoton: Add nuvoton NPCM memory controller driver
2022-06-20 17:29 UTC (6+ messages)
` [PATCH v12 1/3] dt-bindings: edac: nuvoton: add NPCM memory controller
` [PATCH v12 2/3] ARM: dts: nuvoton: Add memory controller node
[PATCH 5.18 000/141] 5.18.6-rc1 review
2022-06-20 17:27 UTC (2+ messages)
[PATCH] mm/damon: Use set_huge_pte_at() to make huge pte old
2022-06-20 17:27 UTC (2+ messages)
[PATCH 01/12] common/cnxk: use computed value for wqe skip
2022-06-20 17:26 UTC (3+ messages)
` [PATCH v2 01/12] common/cnxk: use computed value for WQE skip
Suggestions for building new 44TB Raid5 array
2022-06-20 17:26 UTC (4+ messages)
[PATCH] perf cs-etm: Use swap() instead of open coding it
2022-06-20 17:24 UTC (3+ messages)
[xilinx-xlnx:xlnx_rebase_v5.15_LTS 861/1181] drivers/spi/spi-xilinx.c:692:1-33: WARNING: Function "for_each_available_child_of_node" should have of_node_put() before return around line 697
2022-06-20 17:25 UTC (2+ messages)
` [PATCH] spi: spi-xilinx: fix for_each_child.cocci warnings
[PATCH 0/6] [GSoC] bitmap: integrate a lookup table extension to the bitmap format
2022-06-20 17:21 UTC (5+ messages)
` [PATCH 1/6] Documentation/technical: describe bitmap lookup table extension
[PATCH v3] Grow: Split Grow_reshape into helper function
2022-06-20 17:21 UTC (2+ messages)
[libvirt PATCH v2] tools: add virt-qmp-proxy for proxying QMP clients to libvirt QEMU guests
2022-06-20 17:19 UTC
[PATCH net-next 00/28] [RFC] net: dpaa: Convert to phylink
2022-06-20 17:19 UTC (10+ messages)
` [PATCH net-next 01/28] dt-bindings: phy: Add QorIQ SerDes binding
[Cluster-devel] gfs2 is unhappy on pagecache/for-next
2022-06-20 17:20 UTC (5+ messages)
` "
[PATCH 0/2] get rid of useless header file
2022-06-20 17:19 UTC (3+ messages)
` [PATCH 1/2] staging: r8188eu: replace N_BYTE_ALIGMENT with ALIGN
` [PATCH 2/2] staging: r8188eu: remove basic_types.h
[PATCH] drm/amdkfd: correct sdma queue number of sdma 6.0.1
2022-06-20 17:20 UTC (2+ messages)
[PATCH v5 0/7] Introduce device group and device management
2022-06-20 17:19 UTC (13+ messages)
` [PATCH v5 2/7] Introduce admin command set
` [virtio-comment] "
[PATCH v9 2/4] clk: generalize devm_clk_get() a bit
2022-06-20 17:18 UTC (2+ messages)
` [PATCH] clk: Fix pointer casting to prevent oops in devm_clk_release()
[PATCH v2 0/3] dt-bindings: Arm CoreSight binding schema conversions
2022-06-20 17:17 UTC (6+ messages)
` [PATCH v2 2/3] dt-bindings: arm: Convert CoreSight bindings to DT schema
[PATCH 0/8] Add some functions for LoongArch
2022-06-20 17:16 UTC (2+ messages)
[Buildroot] [PATCH 1/1] package/nvidia-driver: bump version to 390.144
2022-06-20 17:09 UTC (2+ messages)
` [Buildroot] [PATCH 1/1] package/nvidia-driver: bump version to 390.151
[PATCH 00/20] rcu/context-tracking: Merge RCU eqs-dynticks counter to context tracking v4
2022-06-20 17:16 UTC (3+ messages)
[linux-next:master 1542/4317] irq-xilinx-intc.c:undefined reference to `of_iomap'
2022-06-20 17:15 UTC
[PATCH] Revert "mdadm: fix coredump of mdadm --monitor -r"
2022-06-20 17:13 UTC (6+ messages)
[PATCH v3 17/17] PCI: dwc: Add Baikal-T1 PCIe controller support
2022-06-20 17:13 UTC (3+ messages)
[PATCH v1 1/1] pinctrl: nomadik: Convert drivers to use struct pingroup and PINCTRL_PINGROUP()
2022-06-20 17:11 UTC (2+ messages)
[PATCH] examples/distributor: fix syntax on single core rx and distributor
2022-06-20 17:10 UTC (2+ messages)
[PATCH 5.4 000/240] 5.4.200-rc1 review
2022-06-20 17:10 UTC (2+ messages)
[PATCH] target/arm: Catch invalid kvm state also for hvf
2022-06-20 17:09 UTC (2+ messages)
[GIT PULL] Broadcom devicetree fixes for 5.19
2022-06-20 17:07 UTC (2+ messages)
[Intel-gfx] [PATCH v4] drm/i915/bios: calculate panel type as per child device index in VBT
2022-06-20 17:08 UTC (3+ messages)
NFS regression between 5.17 and 5.18
2022-06-20 17:06 UTC (18+ messages)
[Intel-gfx] [PATCH v2 00/16] drm/i915: Make fastset not suck and allow seamless M/N changes
2022-06-20 17:05 UTC (4+ messages)
` [Intel-gfx] [PATCH v2 03/16] drm/i915: Extract has_double_buffered_m_n()
[PATCH 0/5 v2] mdadm: fix memory leak and double free
2022-06-20 17:04 UTC (3+ messages)
` [PATCH 2/5 v2] Detail: fix memleak
[dpdk-dev] [PATCH 0/8] bnxt PMD fixes
2022-06-20 17:03 UTC (6+ messages)
` [dpdk-dev] [PATCH 1/8] net/bnxt: remove assert for zero data len in Tx path
[PATCH v2] printk: allow direct console printing to be enabled always
2022-06-20 17:03 UTC (4+ messages)
` [PATCH v3] "
[PATCH net] net: phy: smsc: Disable Energy Detect Power-Down in interrupt mode
2022-06-20 17:03 UTC (2+ messages)
[PATCH] gpio: grgpio: Fix device removing
2022-06-20 17:03 UTC (3+ messages)
[PATCH RFC -next] sbitmap: fix possible io hung due to lost wakeups
2022-06-20 17:02 UTC (5+ messages)
[LTP] [PATCH 0/4] More fanotify tests for v5.19
2022-06-20 16:59 UTC (4+ messages)
` [LTP] [PATCH 4/4] syscalls/fanotify09: Add test cases for merge of ignore mask
Races in sbitmap batched wakeups
2022-06-20 16:57 UTC (7+ messages)
[PATCH 0/6] Simplify hugetlb vmemmap and improve its readability
2022-06-20 16:57 UTC (3+ messages)
` [PATCH 1/6] mm: hugetlb_vmemmap: delete hugetlb_optimize_vmemmap_enabled()
[PATCH] softmmu: Always initialize xlat in address_space_translate_for_iotlb
2022-06-20 16:53 UTC (3+ messages)
[PATCH 5/6] media: dt-bindings: media: i2c: Add mlx7502x camera sensor binding
2022-06-20 16:55 UTC (2+ messages)
mm/madvise.c:1438:6: warning: Redundant assignment of 'ret' to itself. [selfAssignment]
2022-06-20 16:54 UTC (5+ messages)
` [kbuild-all] "
[af_unix] b4813d5914: WARNING:possible_recursive_locking_detected
2022-06-20 16:47 UTC (3+ messages)
[PATCH mptcp-next v3 0/5] mptcp_join userspace pm tests
2022-06-20 16:53 UTC (5+ messages)
` [PATCH mptcp-next v3 3/5] selftests: mptcp: userspace pm subflow tests
(SPDM) Device attestation, secure channels from host to device etc: Discuss at Plumbers?
2022-06-20 16:52 UTC (4+ messages)
[PATCH v1 1/1] pinctrl: bcm: Convert drivers to use struct pingroup and PINCTRL_PINGROUP()
2022-06-20 16:50 UTC (2+ messages)
[PATCH] perf: Adjust perf-inject output data offset for backward compatibility
2022-06-20 16:49 UTC
[TCWG CI] Regression caused by llvm: [GlobalOpt] Perform store->dominated load forwarding for stored once globals
2022-06-20 16:50 UTC
[PATCH v2] btrfs: don't trust any cached sector in __raid56_parity_recover()
2022-06-20 16:45 UTC (2+ messages)
[PULL 00/33] testing updates (gitlab, junit, lcitool, x-compile)
2022-06-20 16:41 UTC (5+ messages)
` [PULL 20/33] configure: handle host compiler in probe_target_compiler
[PATCH net-next v3 1/3] mptcp: never fetch fwd memory from the subflow
2022-06-20 16:46 UTC (2+ messages)
[PATCH] name-rev: prefix annotate-stdin with '--' in message
2022-06-20 16:44 UTC
[PATCH v2] ui/cocoa: Take refresh rate into account
2022-06-20 16:43 UTC (2+ messages)
[PATCH v5 0/5] i386/pc: Fix creation of >= 1010G guests on AMD systems with IOMMU
2022-06-20 16:36 UTC (8+ messages)
` [PATCH v5 4/5] i386/pc: relocate 4g start to 1T where applicable
[PATCH v2 01/15] firmware: zynqmp: Check if rx channel dev pointer is valid
2022-06-20 16:36 UTC (5+ messages)
` [PATCH v2 08/15] soc: xilinx: zynqmp: Add machine identification support
` [PATCH v2 12/15] tools: zynqmp_psu_init_minimize: Remove low level uart settings
` [PATCH v2 13/15] tools: zynqmp_psu_init_minimize: Use CR instead of LF
` [PATCH v2 14/15] tools: zynqmp_psu_init_minimize: Move helper functions below header includes
[PATCH 0/2] crypto: Introduce ARIA symmetric cipher algorithm
2022-06-20 16:41 UTC (3+ messages)
` [PATCH 1/2] crypto: Implement "
` [PATCH 2/2] crypto: add ARIA testmgr tests
[PATCH v2 00/12] qemu-img info: Show protocol-level information
2022-06-20 16:27 UTC (2+ messages)
` [PATCH v2 12/12] qemu-img: Change info key names for protocol nodes
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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.