All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-01-09 14:13:16 to 2023-01-09 14:52:31 UTC [more...]

[PATCH 00/14] hw/arm: QOM OBJECT_DECLARE_SIMPLE_TYPE cleanups
 2023-01-09 14:03 UTC  (11+ messages)
` [PATCH 02/14] hw/gpio/omap_gpio: Add local variable to avoid embedded cast
` [PATCH 03/14] hw/arm/omap: Drop useless casts from void * to pointer
` [PATCH 04/14] hw/gpio/omap_gpio: Use CamelCase for TYPE_OMAP1_GPIO type name
` [PATCH 07/14] hw/arm/stellaris: Drop useless casts from void * to pointer
` [PATCH 08/14] hw/arm/stellaris: Use CamelCase for STELLARIS_ADC type name
` [PATCH 09/14] hw/arm/bcm2836: Remove definitions generated by OBJECT_DECLARE_TYPE()
` [PATCH 10/14] hw/arm/npcm7xx: Declare QOM macros using OBJECT_DECLARE_SIMPLE_TYPE()
` [PATCH 11/14] hw/misc/sbsa_ec: Rename TYPE_SBSA_EC -> TYPE_SBSA_SECURE_EC
` [PATCH 12/14] hw/misc/sbsa_ec: Declare QOM macros using OBJECT_DECLARE_SIMPLE_TYPE()
` [PATCH 13/14] hw/intc/xilinx_intc: Use 'XpsIntc' typedef instead of 'struct xlx_pic'

[PULL v2 00/15] First batch of s390x, qtests and misc fixes in 2023
 2023-01-09 14:26 UTC  (3+ messages)
` [PULL 10/15] tests/qtest/bios-tables-test: Replace -no-hpet with hpet=off machine parameter
` [PULL 14/15] error handling: Use RETRY_ON_EINTR() macro where applicable

stable-rc/queue/5.4 build: 188 builds: 2 failed, 186 passed, 34 warnings (v5.4.228-542-gef9f34da2ed1f)
 2023-01-09 14:49 UTC 

[PATCH] lib/scatterlist: Fix to calculate the last_pg properly
 2023-01-09 14:47 UTC 

[PATCH v3 00/11] CQ waiting / task_work optimisations
 2023-01-09 14:46 UTC  (12+ messages)
` [PATCH v3 01/11] io_uring: move submitter_task out of cold cacheline
` [PATCH v3 02/11] io_uring: refactor io_wake_function
` [PATCH v3 03/11] io_uring: don't set TASK_RUNNING in local tw runner
` [PATCH v3 04/11] io_uring: mark io_run_local_work static
` [PATCH v3 05/11] io_uring: move io_run_local_work_locked
` [PATCH v3 06/11] io_uring: separate wq for ring polling
` [PATCH v3 07/11] io_uring: add lazy poll_wq activation
` [PATCH v3 08/11] io_uring: wake up optimisations
` [PATCH v3 09/11] io_uring: waitqueue-less cq waiting
` [PATCH v3 10/11] io_uring: add io_req_local_work_add wake fast path
` [PATCH v3 11/11] io_uring: optimise deferred tw execution

回复:optee device tree and tee driver
 2023-01-09 14:50 UTC 

[jlayton:locks-next 1/1] fs/ceph/caps.c:2916:21: error: implicit declaration of function 'vfs_inode_has_locks'
 2023-01-09 14:50 UTC  (2+ messages)

[PATCH v2 net-next 0/5] net: ethernet: mtk_wed: introduce reset support
 2023-01-09 14:46 UTC  (8+ messages)
` [PATCH v2 net-next 5/5] net: ethernet: mtk_wed: add reset/reset_complete callbacks

[PATCH v3 0/6] virtio-mem: Handle preallocation with migration
 2023-01-09 14:39 UTC  (4+ messages)
` [PATCH v3 3/6] migration: Factor out checks for advised and listening incomming postcopy

[PATCH 0/5] migration: Modified 'migrate' QAPI command for migration
 2023-01-09 14:14 UTC  (3+ messages)
` [PATCH 3/5] migration: Avoid multiple parsing of uri in migration code flow

[RESEND RFC PATCH v5 0/5] can: bxcan: add support for ST bxCAN controller
 2023-01-09 14:45 UTC  (4+ messages)
` [RESEND RFC PATCH v5 3/5] ARM: dts: stm32: add CAN support on stm32f429

[PATCH v2 0/3] RISC-V Hibernation Support
 2023-01-09 14:45 UTC  (4+ messages)
` [PATCH v2 2/3] RISC-V: mm: Enable huge page support to kernel_page_present() function

pwm-backlight driver not being probed in u-boot
 2023-01-09 14:20 UTC 

[RFC PATCH v2 00/18] Add DRM CRTC 3D LUT interface
 2023-01-09 14:38 UTC  (51+ messages)
` [RFC PATCH v2 01/18] drm: Add 3D LUT mode and its attributes
` [RFC PATCH v2 02/18] drm/drm_color_mgmt: add shaper LUT to color mgmt properties
` [RFC PATCH v2 03/18] drm/drm_color_mgmt: add 3D LUT props to DRM color mgmt
` [RFC PATCH v2 04/18] drm/drm_color_mgmt: add function to create 3D LUT modes supported
` [RFC PATCH v2 05/18] drm/drm_color_mgmt: add function to attach 3D LUT props
` [RFC PATCH v2 06/18] drm/drm_color_mgmt: set first lut3d mode as default
` [RFC PATCH v2 07/18] drm/amd/display: remove unused regamma condition
` [RFC PATCH v2 08/18] drm/amd/display: add comments to describe DM crtc color mgmt behavior
` [RFC PATCH v2 09/18] drm/amd/display: encapsulate atomic regamma operation
` [RFC PATCH v2 10/18] drm/amd/display: update lut3d and shaper lut to stream
` [RFC PATCH v2 11/18] drm/amd/display: handle MPC 3D LUT resources for a given context
` [RFC PATCH v2 12/18] drm/amd/display: acquire/release 3D LUT resources for ctx on DCN301
` [RFC PATCH v2 13/18] drm/amd/display: Define 3D LUT struct for HDR planes
` [RFC PATCH v2 14/18] drm/amd/display: expand array of supported 3D LUT modes
` [RFC PATCH v2 15/18] drm/amd/display: enable 3D-LUT DRM properties if supported
` [RFC PATCH v2 16/18] drm/amd/display: add user 3D LUT support to the amdgpu_dm color pipeline
` [RFC PATCH v2 17/18] drm/amd/display: decouple steps to reuse in shaper LUT support
` [RFC PATCH v2 18/18] drm/amd/display: add user shaper LUT support to amdgpu_dm color pipeline

libstd-rs: Build in the release mode to avoid error Issue: LINCD-7172
 2023-01-09 14:46 UTC  (2+ messages)
` [OE-core] "

Regression: NULL pointer dereference after NFS_V4_2_READ_PLUS (commit 7fd461c47)
 2023-01-09 14:44 UTC  (6+ messages)

[PATCH 0/8] arm64/ftrace: Add support for DYNAMIC_FTRACE_WITH_CALL_OPS
 2023-01-09 14:43 UTC  (11+ messages)
` [PATCH 1/8] Compiler attributes: GCC function alignment workarounds
` [PATCH 2/8] ACPI: Don't build ACPICA with '-Os'
` [PATCH 3/8] arm64: Extend support for CONFIG_FUNCTION_ALIGNMENT
` [PATCH 4/8] ftrace: Add DYNAMIC_FTRACE_WITH_CALL_OPS
` [PATCH 5/8] arm64: insn: Add helpers for BTI
` [PATCH 6/8] arm64: patching: Add aarch64_insn_write_literal_u64()
` [PATCH 7/8] arm64: ftrace: Update stale comment
` [PATCH 8/8] arm64: Implement HAVE_DYNAMIC_FTRACE_WITH_CALL_OPS

[RFC PATCH v4 0/4] Create common DPLL/clock configuration API
 2023-01-09 14:43 UTC  (13+ messages)

[PATCH 00/11] Remove AS_EIO and AS_ENOSPC
 2023-01-09 14:42 UTC  (7+ messages)
` [PATCH 02/11] filemap: Remove filemap_check_and_keep_errors()
` [PATCH 08/11] cifs: Remove call to filemap_check_wb_err()

[PATCH] iwlwifi: Add missing check for alloc_ordered_workqueue
 2023-01-09 14:42 UTC  (2+ messages)

[PATCH v2 0/9] power: supply: bq25890: Fixes for 6.2 + further work for 6.3
 2023-01-09 14:41 UTC  (3+ messages)

[PATCH 0/8] Bundle URIs V: creationToken heuristic for incremental fetches
 2023-01-09 14:41 UTC  (7+ messages)
` [PATCH 2/8] bundle-uri: parse bundle.heuristic=creationToken
` [PATCH 3/8] bundle-uri: parse bundle.<id>.creationToken values

[PATCH] tests/avocado: add machine:none tag to version.py
 2023-01-09 14:41 UTC  (2+ messages)

[oe-core][PATCH] librsvg: enable vapi build
 2023-01-09 14:41 UTC  (3+ messages)

[PATCH][dunfell 1/2] arm/scp-firmware: rationalise SRCREV/bbappends
 2023-01-09 14:41 UTC  (2+ messages)
` [PATCH][dunfell 2/2] arm/scp-firmware: backport a build race fix

[PATCH 00/14]]v2] kernel: consolidated pull request
 2023-01-09 14:41 UTC  (2+ messages)

[PATCH] configs: imx8mn_bsh_smm_s2: remove console from bootargs
 2023-01-09 14:40 UTC  (3+ messages)

[bitbake-devel] [PATCH] Group and reorder options in bitbake help
 2023-01-09 14:39 UTC  (3+ messages)

[linux-next:master] BUILD REGRESSION 543b9b2fe10b2e12b8d773af65314d322f91e479
 2023-01-09 14:38 UTC  (4+ messages)

[Intel-gfx] [PATCH fixed] drm/i915/display: Enable FBC for fbcon
 2023-01-09 14:39 UTC  (2+ messages)
` [Intel-gfx] ✓ Fi.CI.IGT: success for drm/i915/display: Enable FBC for fbcon (rev2)

[PATCH net-next v6] net: ngbe: Add ngbe mdio bus driver
 2023-01-09 14:38 UTC  (5+ messages)

[LTP] [PATCH v2 1/1] aio-stress.c: Remove useless iteration variable
 2023-01-09 14:11 UTC  (2+ messages)

[PATCH v10 0/5] Add RZ/G2L MTU3a Core, Counter and pwm driver
 2023-01-09 14:38 UTC  (5+ messages)
` [PATCH v10 4/5] counter: Add Renesas RZ/G2L MTU3a counter driver

[PATCH v9 00/14] binman: rockchip: Migrate from rockchip SPL_FIT_GENERATOR script
 2023-01-09 14:37 UTC  (14+ messages)
` [PATCH v9 14/14] treewide: Disable USE_SPL_FIT_GENERATOR by default

[PATCH bpf-next] bpf: Do not allow to load sleepable BPF_TRACE_RAW_TP program
 2023-01-09 14:37 UTC 

[PATCH v14 0/7] implement getrandom() in vDSO
 2023-01-09 14:28 UTC  (9+ messages)
` [PATCH v14 2/7] mm: add VM_DROPPABLE for designating always lazily freeable mappings

[PATCH RESEND 0/2] rtc: rv8803 patches
 2023-01-09 14:36 UTC  (2+ messages)

Regression in brcmfmac for 6.1/6.2-rc1 for SDIO devices
 2023-01-09 14:34 UTC  (3+ messages)

[PATCH v2] crypto: ccp: Sanitize sev_platform_init() error messages
 2023-01-09 14:33 UTC  (2+ messages)

[PATCH 0/2] usertools: use argparse module to get input and add an argment
 2023-01-09 14:32 UTC  (5+ messages)
` [PATCH 1/2] usertools: use argparse module to get input parameter

[PATCH V0 0/1] bootconfig: Increase size and node limit of bootconfig for DCC support
 2023-01-09 14:31 UTC  (4+ messages)
` [PATCH V0 1/1] bootconfig: Increase max size of bootconfig from 32 KB to 256 KB "

Dhrystone -- userland version
 2023-01-09 14:30 UTC  (8+ messages)

[PATCH v3 0/7] drm/msm: add support for SM8550
 2023-01-09 14:30 UTC  (7+ messages)
` [PATCH v3 2/7] dt-bindings: display/msm: document DPU on SM8550
` [PATCH v3 3/7] dt-bindings: display/msm: document MDSS "

[PATCH v2 0/4] drm/msm/mdss: enable access to hw_rev from MDSS driver
 2023-01-09 14:30 UTC  (3+ messages)
` [PATCH v2 1/4] dt-bindings: display/msm: add core clock to the mdss bindings

[PATCH v5 0/4] dt-bindings: display/msm: convert MDP5 schema to YAML format
 2023-01-09 14:30 UTC  (4+ messages)
` [PATCH v5 1/4] "

[PATCH V2 00/11] Fix XPU violation during modem metadata authentication
 2023-01-09 14:30 UTC  (3+ messages)
` [PATCH V2 03/11] dt-bindings: remoteproc: qcom,sc7180-mss-pil: Update memory-region

[PATCH 0/6] dt-bindings: display/msm: rename mdss and mdp nodes
 2023-01-09 14:30 UTC  (4+ messages)
` [PATCH 1/6] dt-bindings: display/msm: rename mdss nodes to display-sybsystem

[PATCHv6 0/7] Initial rk3588 DT
 2023-01-09 14:27 UTC  (6+ messages)
` [PATCHv6 4/7] dt-bindings: arm: rockchip: add initial rk3588 boards

[PATCH 0/2] Cppcheck MISRA analysis improvements
 2023-01-09 14:26 UTC  (5+ messages)
` [PATCH 1/2] xen/cppcheck: sort alphabetically cppcheck report entries

[PATCH v2 net-next 0/5] add PLCA RS support and onsemi NCN26000
 2023-01-09 14:24 UTC  (7+ messages)
` [PATCH v2 net-next 5/5] drivers/net/phy: add driver for the onsemi NCN26000 10BASE-T1S PHY

[PATCH] drm/amdgpu: grab extra fence reference for drm_sched_job_add_dependency
 2023-01-09 13:13 UTC  (11+ messages)

[PATCH v2 00/27] ARM: pxa: remove all unused boards&drivers
 2023-01-09 14:18 UTC  (6+ messages)
` [PATCH 04/27] ARM: pxa: drop pxa310/pxa320/pxa93x support

[PATCH] wifi: mac80211: change initialize for sk_buff in ieee80211_tx_dequeue()
 2023-01-09 14:22 UTC  (5+ messages)

[PATCH v2] mtd: spi-nor: macronix: add support for mx77l51250f
 2023-01-09 14:20 UTC  (5+ messages)

[PATCH printk v5 0/8] printk: cleanup buffer handling
 2023-01-09 14:23 UTC  (3+ messages)
` [PATCH printk v5 7/8] printk: use printk_buffers for devkmsg

[PATCH] pinctrl: rockchip: Fix refcount leak in rockchip_pinctrl_parse_groups
 2023-01-09 14:14 UTC  (4+ messages)

[PATCH] vfio: Support VFIO_NOIOMMU with iommufd
 2023-01-09 14:22 UTC 

Possible problem with thunderbolt 4
 2023-01-09 14:21 UTC  (12+ messages)

[PATCH] pinctrl: stm32: Fix refcount leak in stm32_pctrl_get_irq_domain
 2023-01-09 14:13 UTC  (3+ messages)

[PATCH v2 1/2] busybox: always start do_compile with orig config files
 2023-01-09 14:22 UTC 

[PATCH V1 0/1] soc: qcom: dcc: Add QAD, Cti-trigger and Bootconfig support for Data Capture and Compare(DCC)
 2023-01-09 14:02 UTC  (2+ messages)
` [PATCH V1 1/1] soc: qcom: dcc: Add QAD, Ctitrigger and Bootconfig support for DCC

[bug report] ALSA: usb-audio: Add new quirk FIXED_RATE for JBL Quantum810 Wireless
 2023-01-09 14:20 UTC  (2+ messages)

[PATCH v6 0/8] i2c-atr and FPDLink
 2023-01-09 14:19 UTC  (4+ messages)
` [PATCH v6 8/8] media: i2c: add DS90UB953 driver

[PATCH 0/3] KVM: arm64: nv: Fixes for Nested Virtualization issues
 2023-01-09 14:03 UTC  (10+ messages)
` [PATCH 1/3] KVM: arm64: nv: only emulate timers that have not yet fired
` [PATCH 3/3] KVM: arm64: nv: Avoid block mapping if max_map_size is smaller than block size

[PATCH] drm/amdgpu: fix pipeline sync v2
 2023-01-09 14:19 UTC  (2+ messages)

[PATCH] cxl: fix cxl_report_and_clear() RAS UE addr mis-assignment
 2023-01-09 14:19 UTC  (2+ messages)

[PATCH v2 00/21] hw: Remove implicit sysbus_mmio_map() from pflash APIs
 2023-01-09 13:56 UTC  (4+ messages)
` [PATCH v2 01/21] hw/block: Rename TYPE_PFLASH_CFI02 'width' property as 'device-width'

[PATCH] hw/arm/smmuv3: Add GBPA register
 2023-01-09 13:53 UTC  (4+ messages)

Preparing for OP-TEE 3.20.0
 2023-01-09 14:19 UTC 

[PATCH v2 0/3] qcom: add support for SPMI PMICs found on SM8550 platforms
 2023-01-09 14:18 UTC  (2+ messages)

[igt-dev] [PATCH i-g-t 0/2] PCI WARM_RESET IGT
 2023-01-09 14:18 UTC  (2+ messages)
` [igt-dev] ✓ Fi.CI.IGT: success for "

[PATCH v1 0/2] add npcm750 function config and dts node
 2023-01-09 14:17 UTC  (8+ messages)
` [PATCH v1 1/2] ARM: configs: npcm7xx: add full function for nuvoton npcm750

[linus:master] [mm, slub] 0af8489b02: kernel_BUG_at_include/linux/mm.h
 2023-01-09 14:16 UTC  (7+ messages)

[PATCH] dt-bindings: usb: dwc3: Add SM8550 compatible
 2023-01-09 14:15 UTC  (2+ messages)

[syzbot] WARNING in mbind_range
 2023-01-09 14:15 UTC  (2+ messages)

[Nouveau] [PATCH] drm/nouveau: Remove file nouveau_fbcon.c
 2023-01-09 14:15 UTC  (3+ messages)
`  "

Questions about how block devices use snapshots
 2023-01-09 13:57 UTC  (2+ messages)

[BUG b4] misformatted email recipients
 2023-01-09 14:15 UTC 

[RFC 00/12] Add vfio_device cdev for iommufd support
 2023-01-09 14:14 UTC  (4+ messages)
` [RFC 11/12] vfio: Add ioctls for device cdev iommufd

[PATCH] docs: Fix the docs build with Sphinx 6.0
 2023-01-09 14:14 UTC  (4+ messages)

[PATCH] crypto: ccp - Failure on re-initialization due to duplicate sysfs filename
 2023-01-09 14:13 UTC  (2+ messages)

Updated amdgpu firmware
 2023-01-09 14:13 UTC  (2+ messages)

[RFC PATCH 00/25] Upstream kvx Linux port
 2023-01-09 13:21 UTC  (3+ messages)

New bug in Audit
 2023-01-09  8:30 UTC  (6+ messages)

[virtio-comment] [PATCH v1 00/20] Split device spec to its individual files
 2023-01-09 14:13 UTC  (6+ messages)
` [virtio-comment] [PATCH v1 13/20] virtio-rpmb: Maintain rpmb device spec in separate directory
      ` [virtio-dev] "


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.