All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-04-11 14:49:16 to 2023-04-11 15:20:12 UTC [more...]

[PATCH v5 00/13] AV1 stateless decoder for RK3588
 2023-04-11 15:18 UTC  (30+ messages)
` [PATCH v5 03/13] media: Add NV12_10LE40_4L4 pixel format
` [PATCH v5 04/13] media: verisilicon: Get bit depth for V4L2_PIX_FMT_NV12_10LE40_4L4
` [PATCH v5 06/13] media: verisilicon: Check AV1 bitstreams bit depth
` [PATCH v5 07/13] media: verisilicon: Compute motion vectors size for AV1 frames
` [PATCH v5 08/13] media: verisilicon: Add AV1 entropy helpers
` [PATCH v5 09/13] media: verisilicon: Add Rockchip AV1 decoder
` [PATCH v5 10/13] media: verisilicon: Add film grain feature to AV1 driver
` [PATCH v5 11/13] media: verisilicon: Enable AV1 decoder on rk3588

Reproducible build
 2023-04-11 15:19 UTC  (3+ messages)
` [OE-core] "

[PATCH v2 0/2] Add DTS for BPI-R3
 2023-04-11 15:19 UTC 

[PATCH 0/5] add initial io_uring_cmd support for sockets
 2023-04-11 15:17 UTC  (20+ messages)

[PATCH mptcp-next 0/3] mptcp: misc. small cleanups
 2023-04-11 15:18 UTC  (3+ messages)

[Intel-xe] [PATCH v2] drm/i915: Initialize dkl_phy spin lock from display code path
 2023-04-11 15:17 UTC  (4+ messages)
` [Intel-gfx] "
` [Intel-xe] ✓ CI.Patch_applied: success for "
` [Intel-xe] ✓ CI.KUnit: "

[PATCH] soc: mediatek: Kconfig: Add MTK_CMDQ dependency to MTK_MMSYS
 2023-04-11 15:16 UTC  (3+ messages)

[PATCH v5 0/2] spi: dw: DW SPI DMA Driver updates
 2023-04-11 15:15 UTC  (12+ messages)
` [PATCH v5 1/2] spi: dw: Add 32 bpw support to DW DMA Controller
` [PATCH v5 2/2] spi: dw: Add dma controller capability checks

[RFC PATCH 0/3][RESEND] fs: opportunistic high-res file timestamps
 2023-04-11 15:15 UTC  (8+ messages)
` [RFC PATCH 1/3][RESEND] fs: add infrastructure for opportunistic high-res ctime/mtime updates
` [RFC PATCH 3/3][RESEND] xfs: mark the inode for high-res timestamp update in getattr

linux-next: build failure after merge of the driver-core tree
 2023-04-11 15:13 UTC  (8+ messages)

[PATCH AUTOSEL 6.2 01/30] drm/cirrus: NULL-check pipe->plane.state->fb in cirrus_pipe_update()
 2023-04-11 15:14 UTC  (7+ messages)
` [PATCH AUTOSEL 6.2 08/30] selftests/bpf: check that modifier resolves after pointer

[PATCH v3] rcu/kvfree: Prevents cache growing when the backoff_page_cache_fill is set
 2023-04-11 15:14 UTC  (8+ messages)

[PATCH net 1/1] i40e: Fix crash when rebuild fails in i40e_xdp_setup
 2023-04-11 15:13 UTC  (2+ messages)

[PATCH 1/7] ffmpeg: update 5.1.2 -> 6.0
 2023-04-11 15:15 UTC  (3+ messages)
` [OE-core] "

[PATCH v2 0/3] tools/nolibc: Support vprintf() so we can use kselftest.h with nolibc
 2023-04-11 15:13 UTC  (10+ messages)
` [PATCH v2 1/3] tools/nolibc/stdio: Implement vprintf()

[NXP ELE-MUAP Driver 0/7] *** firmware: imx: NXP Edgelock Enclave MUAP Driver ***
 2023-04-11 16:25 UTC  (13+ messages)
` [NXP ELE-MUAP 1/7] doc: device tree binding addition for ele MU
` [NXP ELE-MUAP 2/7] arm64: dts: imx93-11x11-evk: added ele-mu
` [NXP ELE-MUAP 3/7] arm64: dts: imx93-11x11-evk: reserved mem-ranges to constrain ele-mu dma-range
` [NXP ELE-MUAP 4/7] arm64: dts: imx8ulp-evk: added ele-mu
` [NXP ELE-MUAP 5/7] arm64: dts: imx8ulp-evk: reserved mem-ranges to constrain ele-mu dma-range
` [NXP ELE-MUAP 6/7] firmware: imx: add ELE MU driver support
` [NXP ELE-MUAP 7/7] MAINTAINERS: Added maintainer details

RFC for new feature to move pages from one vma to another without split
 2023-04-11 15:14 UTC  (4+ messages)

[RFCv2 2/8] libfs: Add __generic_file_fsync_nolock implementation
 2023-04-11 15:12 UTC  (2+ messages)

[PATCH 6.1 00/14] Backport of maple tree fixes for 6.1/6.2
 2023-04-11 15:10 UTC  (15+ messages)
` [PATCH 6.1 01/14] maple_tree: remove GFP_ZERO from kmem_cache_alloc() and kmem_cache_alloc_bulk()
` [PATCH 6.1 02/14] maple_tree: fix potential rcu issue
` [PATCH 6.1 03/14] maple_tree: reduce user error potential
` [PATCH 6.1 04/14] maple_tree: fix handle of invalidated state in mas_wr_store_setup()
` [PATCH 6.1 05/14] maple_tree: fix mas_prev() and mas_find() state handling
` [PATCH 6.1 06/14] maple_tree: fix mas_skip_node() end slot detection
` [PATCH 6.1 07/14] maple_tree: be more cautious about dead nodes
` [PATCH 6.1 08/14] maple_tree: refine ma_state init from mas_start()
` [PATCH 6.1 09/14] maple_tree: detect dead nodes in mas_start()
` [PATCH 6.1 10/14] maple_tree: fix freeing of nodes in rcu mode
` [PATCH 6.1 11/14] maple_tree: remove extra smp_wmb() from mas_dead_leaves()
` [PATCH 6.1 12/14] maple_tree: add smp_rmb() to dead node detection
` [PATCH 6.1 13/14] maple_tree: add RCU lock checking to rcu callback functions
` [PATCH 6.1 14/14] mm: enable maple tree RCU mode by default

[PATCH] vfio: do not coalesce DMA mappings
 2023-04-11 15:13 UTC  (4+ messages)
` [PATCH v2] "

Kernel crash after FLR reset of a ConnectX-5 PF in switchdev mode
 2023-04-11 15:11 UTC 

[RFCv2 8/8] ext2: Add direct-io trace points
 2023-04-11 15:11 UTC  (2+ messages)

[PATCH v2 0/2] drm: fdinfo memory stats
 2023-04-11 15:10 UTC  (7+ messages)
` [PATCH v2 1/2] drm: Add "

[PATCH v3 1/2] soc: fsl: qbman: Always disable interrupts when taking cgr_lock
 2023-04-11 15:09 UTC  (7+ messages)
` [PATCH v3 2/2] soc: fsl: qbman: Use raw spinlock for cgr_lock

[PATCH v3 0/8] Support ACPI PSP on Hyper-V
 2023-04-11 15:10 UTC  (13+ messages)

kmemleaks on ac3b43283923 ("module: replace module_layout with module_memory")
 2023-04-11 15:10 UTC  (5+ messages)

[igt-dev] [PATCH i-g-t 0/3] tests/vkms: Update VKMS's testlist
 2023-04-11 15:10 UTC  (2+ messages)
` [igt-dev] ✓ Fi.CI.BAT: success for "

[xiang-erofs:dev-test 17/17] fs/erofs/inode.c:296: undefined reference to `z_erofs_aops'
 2023-04-11 15:08 UTC  (2+ messages)

[krzk-github:pending/dt-bindings-qcom-new-and-fixes-for-warnings-linux-next 90/150] htmldocs: Warning: MAINTAINERS references a file that doesn't exist: Documentation/devicetree/bindings/net/wireless/qcom,ath10k.txt
 2023-04-11 15:08 UTC 

[PATCH v4] mm: oom: introduce cpuset oom
 2023-04-11 15:08 UTC  (6+ messages)
  `  "

[PATCH V2,net-next, 0/3] net: mana: Add support for jumbo frame
 2023-04-11 15:06 UTC  (7+ messages)
` [PATCH V2,net-next, 1/3] net: mana: Use napi_build_skb in RX path
` [PATCH V2,net-next, 2/3] net: mana: Enable RX path to handle various MTU sizes
` [PATCH V2,net-next, 3/3] net: mana: Add support for jumbo frame

[PATCH v3] ata: pci: enable bus mastering
 2023-04-11 15:07 UTC 

[PATCH v2] ata: pci: enable bus mastering
 2023-04-11 15:06 UTC  (3+ messages)

[PATCH 0/4] vhost-user-fs: Internal migration
 2023-04-11 15:05 UTC  (10+ messages)
` [Virtio-fs] "
` [PATCH 1/4] vhost: Re-enable vrings after setting features
  ` [Virtio-fs] "
` [PATCH 2/4] vhost-user: Interface for migration state transfer
  ` [Virtio-fs] "
` [PATCH 3/4] vhost: Add high-level state save/load functions
  ` [Virtio-fs] "
` [PATCH 4/4] vhost-user-fs: Implement internal migration
  ` [Virtio-fs] "

[PATCH v4 0/2] oeqa: Change the serial runner
 2023-04-11 15:05 UTC  (3+ messages)
` [PATCH v4 1/2] oeqa/utils/qemurunner: change "
` [PATCH v4 2/2] oeqa/selftest: change deprecated usage of run_serial

[PULL 00/10] Block layer fixes for 8.0-rc4
 2023-04-11 15:01 UTC  (11+ messages)
` [PULL 01/10] block/vhdx: fix dynamic VHDX BAT corruption
` [PULL 02/10] iotests: Regression test for vhdx log corruption
` [PULL 03/10] block: move has_variable_length to BlockLimits
` [PULL 04/10] block: remove has_variable_length from filters
` [PULL 05/10] block: refresh bs->total_sectors on reopen
` [PULL 06/10] block: remove has_variable_length from BlockDriver
` [PULL 07/10] migration/block: replace uses of blk_nb_sectors that do not check result
` [PULL 08/10] block-backend: inline bdrv_co_get_geometry
` [PULL 09/10] block-backend: ignore inserted state in blk_co_nb_sectors
` [PULL 10/10] block, block-backend: write some hot coroutine wrappers by hand

When processes are forked using clone3 to a cgroup in cgroup v2 with a specified cpuset.cpus, the cpuset.cpus doesn't take an effect to the new processes
 2023-04-11 15:04 UTC  (4+ messages)

[PATCH v1 0/3] Add JH7110 cpufreq support
 2023-04-11 14:49 UTC  (5+ messages)
` [PATCH v1 1/3] riscv: dts: starfive: Enable axp15060 pmic for cpufreq

[cocci] Checking pointer dereferences with SmPL
 2023-04-11 15:04 UTC  (6+ messages)
` [cocci] Reconsidering pointer dereferences before null pointer checks (with SmPL)
  ` [PATCH 0/5] drm/amd: Adjustments for three function implementations
    ` [PATCH 2/5] drm/amd/display: Move three variable assignments behind condition checks in trigger_hotplug()

[Syzkaller & bisect] There is task hung in xlog_grant_head_check in v6.3-rc5
 2023-04-11 15:03 UTC  (4+ messages)

[PATCH net-next] net: davicom: Make davicom drivers not depends on DM9000
 2023-04-11 15:02 UTC  (3+ messages)

[RFC PATCH v2 net-next 00/12] net: dsa: mt7530: fix port 5 phylink, port 6, and MT7988
 2023-04-11 15:00 UTC  (9+ messages)
` [RFC PATCH v2 net-next 02/14] net: dsa: mt7530: fix phylink for port 5 and fix port 5 modes
` [RFC PATCH v2 net-next 06/14] net: dsa: mt7530: do not set CPU port interfaces to PHY_INTERFACE_MODE_NA

[PATCH 8.0 regression 0/8] block: remove bdrv_co_get_geometry coroutines from I/O hot path
 2023-04-11 15:01 UTC  (2+ messages)

[PATCH v4 0/4] Implement GCM ghash using Zbc and Zbkb extensions
 2023-04-11 15:00 UTC  (4+ messages)
` [PATCH v4 4/4] RISC-V: crypto: add accelerated GCM GHASH implementation

[PATCH 0/2] Add phy tuning support for imx8mq-usb
 2023-04-11 14:59 UTC  (9+ messages)
` [PATCH 1/2] dt-bindings: phy: imx8mq-usb: add phy tuning properties

[PATCH v2 0/4] nvmet-fcloop: unblock module removal
 2023-04-11 15:00 UTC  (2+ messages)

[pull] drm/msm: drm-msm-next-2023-04-10 for v6.4
 2023-04-11 15:00 UTC  (6+ messages)

Interger overflow when calculating imbalance for CFS scheduler
 2023-04-11 14:59 UTC 

[PATCH v2 0/3] Fix SA8155P RPMPDs
 2023-04-11 14:58 UTC  (2+ messages)

[PATCH V5 00/10] KVM: x86: Add AMD Guest PerfMonV2 PMU support
 2023-04-11 14:58 UTC  (7+ messages)
` [PATCH V5 05/10] KVM: x86/pmu: Disable vPMU if the minimum num of counters isn't met

[PATCH v3 0/3] Refactor 104-quad-8 to match device operations
 2023-04-11 14:58 UTC  (6+ messages)
` [PATCH v3 3/3] counter: 104-quad-8: Utilize helper functions to handle PR, FLAG and PSC

[PATCH] tty: serial: sh-sci: Fix transmit end interrupt handler
 2023-04-11 14:56 UTC  (5+ messages)

[PATCH 00/17] sched: EEVDF using latency-nice
 2023-04-11 14:56 UTC  (4+ messages)

[PATCH] fts.3: note fts_open() behaviour with empty strings
 2023-04-11 14:56 UTC  (4+ messages)

Yocto Project Status 11 April 2023 (WW15)
 2023-04-11 14:55 UTC 

[PATCH 1/2] drm: Spelling s/sempahore/semaphore/
 2023-04-11 10:49 UTC  (3+ messages)
` [PATCH 2/2] drm: Spelling s/randevouz/rendez-vouz/
  ` [Intel-gfx] "

[PATCH v2 1/2] drm: Spelling s/sempahore/semaphore/
 2023-04-11 14:37 UTC  (2+ messages)
` [Intel-gfx] "

[Intel-gfx] [PATCH 1/2] drm/i915: Initialize dkl_phy spin lock from display code path
 2023-04-11 14:53 UTC  (5+ messages)
` [Intel-xe] "
  ` [Intel-gfx] "

[LTP] [PATCH 1/3] getpgid01.c: Rewrite using new LTP API
 2023-04-11 14:52 UTC  (3+ messages)
` [LTP] [PATCH 2/3] getpgid02.c: "

[PATCH] drm/fbdev-generic: fix potential out-of-bounds access
 2023-04-11 14:53 UTC  (3+ messages)

Regression in 6.2.10 monitors connected via MST hub stay black
 2023-04-11 14:52 UTC  (7+ messages)

[PATCH] replication: compile out some staff when replication is not configured
 2023-04-11 14:51 UTC 

[PATCH] net: ipv6: Add support for default gateway discovery
 2023-04-11 14:51 UTC  (5+ messages)
` [PATCH v2 0/4] Add IPv6 Network Discovery
  ` [PATCH v2 1/4] Revert "net: ipv6: Add support for default gateway discovery."

[Intel-gfx] [PATCH v3 1/6] drm/i915: Initialize dkl_phy spin lock from display code path
 2023-04-11 14:51 UTC  (7+ messages)
  ` [Intel-gfx] [Intel-xe] "
        ` [Intel-xe] [Intel-gfx] "

[PATCH 0/2] hw/acpi: bump MADT to revision 5
 2023-04-11 14:49 UTC  (3+ messages)
` [PATCH 1/2] hw/acpi: arm: "

[PATCH 1/2] ALSA: pcm: rewrite snd_pcm_playback_silence()
 2023-04-11 14:48 UTC  (7+ messages)
` [PATCH 2/2] ALSA: pcm: auto-fill buffer with silence when draining playback

[yocto] create-layers-setup Yaml support #bitbake
 2023-04-11 14:49 UTC  (4+ messages)
`  "

[PATCH v3 net] net: ipv4/ipv6 addrconf: call igmp{,6}_group_dropped() while dev is still up
 2023-04-11 14:49 UTC 

[Cluster-devel] [PATCH dlm-tool 1/4] fence: make pkg-config binary as passable make var
 2023-04-11 14:49 UTC  (2+ messages)
` [Cluster-devel] [PATCH dlm-tool 4/4] dlm_controld: use pkg-config to find corosync libs


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.