linux-staging.lists.linux.dev archive mirror
 help / color / mirror / Atom feed
 messages from 2021-08-17 08:12:21 to 2021-08-18 17:24:05 UTC [more...]

[PATCH v8 00/34] NVIDIA Tegra power management patches for 5.16
 2021-08-18 17:24 UTC  (60+ messages)
` [PATCH v8 01/34] opp: Add dev_pm_opp_sync() helper
` [PATCH v8 06/34] dt-bindings: clock: tegra-car: Document new tegra-clocks sub-node
` [PATCH v8 07/34] clk: tegra: Support runtime PM and power domain
` [PATCH v8 09/34] dt-bindings: host1x: Document Memory Client resets of Host1x, GR2D and GR3D
` [PATCH v8 11/34] gpu: host1x: Add runtime PM and OPP support
` [PATCH v8 21/34] mtd: rawnand: tegra: "
` [PATCH v8 22/34] spi: tegra20-slink: Add "
` [PATCH v8 23/34] media: dt: bindings: tegra-vde: Convert to schema
` [PATCH v8 24/34] media: dt: bindings: tegra-vde: Document OPP and power domain

[PATCH 00/30] TI Video Decoder driver upstreaming to v5.14-rc6 kernel
 2021-08-18 16:44 UTC  (35+ messages)
` [PATCH 01/30] dt-bindings: Add binding for img,d5500-vxd for DRA8x
` [PATCH 02/30] v4l: vxd-dec: Create mmu programming helper library
` [PATCH 03/30] v4l: vxd-dec: Create vxd_dec Mem Manager "
` [PATCH 04/30] v4l: vxd-dec: Add vxd "
` [PATCH 05/30] v4l: vxd-dec: Add IMG VXD Video Decoder mem to mem drive
` [PATCH 06/30] v4l: vxd-dec: Add hardware control modules
` [PATCH 07/30] v4l: vxd-dec: Add vxd core module
` [PATCH 08/30] v4l: vxd-dec: Add translation control modules
` [PATCH 09/30] v4l: vxd-dec: Add idgen api modules
` [PATCH 10/30] v4l: vxd-dec: Add utility modules
` [PATCH 11/30] v4l: vxd-dec: Add TALMMU module
` [PATCH 12/30] v4l: vxd-dec: Add VDEC MMU wrapper
` [PATCH 13/30] v4l: vxd-dec: Add Bistream Preparser (BSPP) module
` [PATCH 14/30] v4l: vxd-dec: Add common headers
` [PATCH 15/30] v4l: vxd-dec: Add firmware interface headers
` [PATCH 16/30] v4l: vxd-dec: Add pool api modules
` [PATCH 17/30] v4l: vxd-dec: This patch implements resource manage component
` [PATCH 18/30] v4l: vxd-dec: This patch implements pixel processing library
` [PATCH 19/30] v4l:vxd-dec:vdecdd utility library
` [PATCH 20/30] v4l:vxd-dec:Decoder resource component
` [PATCH 21/30] v4l:vxd-dec:Decoder Core Component
` [PATCH 22/30] v4l:vxd-dec:vdecdd headers added
` [PATCH 23/30] v4l:vxd-dec:Decoder Component
` [PATCH 24/30] v4l:vxd-dec: Add resource manager
` [PATCH 25/30] v4l: videodev2: Add 10bit definitions for NV12 and NV16 color formats
` [PATCH 26/30] media: Kconfig: Add Video decoder kconfig and Makefile entries
` [PATCH 27/30] media: platform: vxd: Kconfig: Add Video decoder Kconfig and Makefile
` [PATCH 28/30] IMG DEC V4L2 Interface function implementations
` [PATCH 29/30] arm64: dts: dra82: Add v4l2 vxd_dec device node
` [PATCH 30/30] ARM64: ti_sdk_arm64_release_defconfig: Enable d5520 video decoder driver

[PATCH v2 00/63] Introduce strict memcpy() bounds checking
 2021-08-18 16:23 UTC  (79+ messages)
` [PATCH v2 01/63] ipw2x00: Avoid field-overflowing memcpy()
` [PATCH v2 02/63] net/mlx5e: "
` [PATCH v2 03/63] rpmsg: glink: Replace strncpy() with strscpy_pad()
` [PATCH v2 04/63] pcmcia: ray_cs: Split memcpy() to avoid bounds check warning
` [PATCH v2 05/63] stddef: Introduce struct_group() helper macro
` [PATCH v2 06/63] cxl/core: Replace unions with struct_group()
` [PATCH v2 07/63] skbuff: Switch structure bounds to struct_group()
` [PATCH v2 08/63] bnxt_en: Use struct_group_attr() for memcpy() region
` [PATCH v2 09/63] mwl8k: Use struct_group() "
` [PATCH v2 10/63] libertas: "
` [PATCH v2 11/63] libertas_tf: "
` [PATCH v2 12/63] thermal: intel: int340x_thermal: "
` [PATCH v2 13/63] iommu/amd: "
` [PATCH v2 14/63] cxgb3: "
` [PATCH v2 15/63] intersil: "
` [PATCH v2 16/63] cxgb4: "
` [PATCH v2 17/63] bnx2x: "
` [PATCH v2 18/63] drm/amd/pm: "
` [PATCH v2 19/63] staging: wlan-ng: "
` [PATCH v2 20/63] drm/mga/mga_ioc32: "
` [PATCH v2 21/63] net/mlx5e: "
` [PATCH v2 22/63] HID: cp2112: "
` [PATCH v2 23/63] media: omap3isp: "
` [PATCH v2 24/63] sata_fsl: "
` [PATCH v2 25/63] compiler_types.h: Remove __compiletime_object_size()
` [PATCH v2 26/63] lib/string: Move helper functions out of string.c
` [PATCH v2 27/63] fortify: Move remaining fortify helpers into fortify-string.h
` [PATCH v2 28/63] fortify: Explicitly disable Clang support
` [PATCH v2 29/63] fortify: Fix dropped strcpy() compile-time write overflow check
` [PATCH v2 30/63] fortify: Prepare to improve strnlen() and strlen() warnings
` [PATCH v2 31/63] fortify: Allow strlen() and strnlen() to pass compile-time known lengths
` [PATCH v2 32/63] fortify: Add compile-time FORTIFY_SOURCE tests
` [PATCH v2 33/63] lib: Introduce CONFIG_TEST_MEMCPY
` [PATCH v2 34/63] fortify: Detect struct member overflows in memcpy() at compile-time
` [PATCH v2 35/63] fortify: Detect struct member overflows in memmove() "
` [PATCH v2 36/63] scsi: ibmvscsi: Avoid multi-field memset() overflow by aiming at srp
` [PATCH v2 37/63] string.h: Introduce memset_after() for wiping trailing members/padding
` [PATCH v2 38/63] xfrm: Use memset_after() to clear padding
` [PATCH v2 39/63] ipv6: Use memset_after() to zero rt6_info
` [PATCH v2 40/63] netfilter: conntrack: Use memset_startat() to zero struct nf_conn
` [PATCH v2 41/63] net: 802: Use memset_startat() to clear struct fields
` [PATCH v2 42/63] net: dccp: Use memset_startat() for TP zeroing
` [PATCH v2 43/63] net: qede: Use memset_startat() for counters
` [PATCH v2 44/63] mac80211: Use memset_after() to clear tx status
` [PATCH v2 45/63] ath11k: Use memset_startat() for clearing queue descriptors
` [PATCH v2 46/63] iw_cxgb4: Use memset_startat() for cpl_t5_pass_accept_rpl
` [PATCH v2 47/63] intel_th: msu: Use memset_startat() for clearing hw header
` [PATCH v2 48/63] IB/mthca: Use memset_startat() for clearing mpt_entry
` [PATCH v2 49/63] btrfs: Use memset_startat() to clear end of struct
` [PATCH v2 50/63] tracing: Use memset_startat() to zero struct trace_iterator
` [PATCH v2 51/63] drbd: Use struct_group() to zero algs
` [PATCH v2 52/63] cm4000_cs: Use struct_group() to zero struct cm4000_dev region
` [PATCH v2 53/63] KVM: x86: Use struct_group() to zero decode cache
` [PATCH v2 54/63] dm integrity: Use struct_group() to zero struct journal_sector
` [PATCH v2 55/63] HID: roccat: Use struct_group() to zero kone_mouse_event
` [PATCH v2 56/63] RDMA/mlx5: Use struct_group() to zero struct mlx5_ib_mr
` [PATCH v2 57/63] powerpc/signal32: Use struct_group() to zero spe regs
` [PATCH v2 58/63] ethtool: stats: Use struct_group() to clear all stats at once
` [PATCH v2 59/63] can: flexcan: Use struct_group() to zero struct flexcan_regs regions
` [PATCH v2 60/63] net/af_iucv: Use struct_group() to zero struct iucv_sock region
` [PATCH v2 61/63] powerpc: Split memset() to avoid multi-field overflow
` [PATCH v2 62/63] fortify: Detect struct member overflows in memset() at compile-time
` [PATCH v2 63/63] fortify: Work around Clang inlining bugs

[PATCH] staging: r8188eu: clean up endianness issues
 2021-08-18 15:52 UTC 

[PATCH] staging: r8188eu: fix scheduling while atomic bugs
 2021-08-18 14:01 UTC 

[PATCH v4] staging: r8188eu: Remove unused including <linux/version.h>
 2021-08-18  9:57 UTC  (2+ messages)

[PATCH] staging: r8188eu: remove null pointer checks before kfree
 2021-08-18  8:58 UTC 

[PATCH] staging: wlan-ng: Disable buggy MIB ioctl
 2021-08-18  8:19 UTC 

[PATCH 3/5] treewide: Replace 0-element memcpy() destinations with flexible arrays
 2021-08-18  8:11 UTC 

[PATCH 1/2] staging: r8188eu: clean up comparsions to true
 2021-08-18  8:08 UTC  (2+ messages)
` [PATCH 2/2] staging: r8188eu: clean up comparsions to false

[PATCH v3] staging: r8188eu: Remove unused including <linux/version.h>
 2021-08-18  6:43 UTC  (3+ messages)

[PATCH] staging: r8188eu: refactor rtw_is_cckrates{only}_included()
 2021-08-18  6:33 UTC  (7+ messages)

[PATCH v2] staging: r8188eu: Remove unused including <linux/version.h>
 2021-08-18  6:03 UTC  (2+ messages)

[PATCH 0/2] staging: rtl8732bs: Fix sparse warnings
 2021-08-18  5:58 UTC  (3+ messages)

[PATCH] staging: r8188eu: Remove unused including <linux/version.h>
 2021-08-18  5:41 UTC  (2+ messages)

[PATCH] staging: rts5208: Fix get_ms_information() heap buffer size
 2021-08-18  4:42 UTC 

[PATCH v2 2/3] staging: r8188eu: Remove code depending on NAT25_LOOKUP
 2021-08-17 20:21 UTC  (3+ messages)

[PATCH v3] staging: r8188eu: Remove code depending on NAT25_LOOKUP
 2021-08-17 18:57 UTC 

[PATCH v2 0/3] staging: r8188eu: changes to rtl8188e_Add_RateATid
 2021-08-17 18:02 UTC  (4+ messages)
` [PATCH v2 3/3] staging: r8188eu: perform cleanup in rtl8188e_Add_RateATid

[PATCH v3 00/10] VP9 codec V4L2 control interface
 2021-08-17 17:49 UTC  (3+ messages)
` [PATCH v3 05/10] media: uapi: Add VP9 stateless decoder controls

[PATCH] staging: r8188eu: Remove LINUX_VERSION_CODE check
 2021-08-17 17:52 UTC  (3+ messages)

[PATCH] clk: staging: correct reference to config IOMEM to config HAS_IOMEM
 2021-08-17 10:54 UTC 

[PATCH v2] staging: greybus: Convert uart.c from IDR to XArray
 2021-08-17 10:17 UTC  (3+ messages)

[PATCH] staging:iio:ade7854 surround complex defines in parentheses
 2021-08-17  8:50 UTC  (6+ messages)

[PATCH 0/3] staging: r8188eu: Remove unused code
 2021-08-17  8:50 UTC  (3+ 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).