linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-02-06 08:57:04 to 2023-02-06 10:47:07 UTC [more...]

[PATCH v9 00/27] Drivers for gunyah hypervisor
 2023-02-06 10:46 UTC  (5+ messages)
` [PATCH v9 22/27] virt: gunyah: Add resource tickets
` [PATCH v9 23/27] virt: gunyah: Add IO handlers

PPS functionality for Intel Timed I/O
 2023-02-06 10:46 UTC  (6+ messages)

[PATCH 0/2] nvmem: brcm_nvram: use buffered nvram data for cell values
 2023-02-06 10:45 UTC  (4+ messages)
` [PATCH v2 1/2] firmware: bcm47xx_nvram: allow to read from buffered nvram data
` [PATCH v2 2/2] nvmem: brcm_nvram: use bcm47xx buffered data

[PATCH net-next] net: lan966x: Add support for TC flower filter statistics
 2023-02-06 10:42 UTC  (6+ messages)

[PATCH v4 0/2] Introduce ICSSG based ethernet Driver
 2023-02-06 10:41 UTC  (5+ messages)
` [PATCH v4 1/2] dt-bindings: net: Add ICSSG Ethernet Driver bindings
    ` [EXTERNAL] "

[PATCH 0/6] Add APSS clock driver support for IPQ5332
 2023-02-06 10:39 UTC  (5+ messages)
` [PATCH 4/6] dt-bindings: mailbox: qcom: add compatible for the IPQ5332 SoC

[PATCH] x86/sgx: Avoid using iterator after loop in sgx_mmu_notifier_release()
 2023-02-06 10:39 UTC 

[RFC PATCH v1 0/4] Introduce merge identical pages mechanism
 2023-02-06 10:37 UTC  (11+ messages)

[PATCH v3 1/4] tty: n_gsm: mark unusable ioctl structure fields accordingly
 2023-02-06 10:32 UTC  (4+ messages)
` [PATCH v3 2/4] tty: n_gsm: add keep alive support

[PATCH v3 0/6] Composefs: an opportunistically sharing verified image filesystem
 2023-02-06 10:35 UTC  (19+ messages)

[PATCH V7 0/7] Add minimal boot support for IPQ9574
 2023-02-06 10:33 UTC  (8+ messages)
` [PATCH V7 1/7] dt-bindings: clock: Add ipq9574 clock and reset definitions
` [PATCH V7 2/7] clk: qcom: Add Global Clock Controller driver for IPQ9574
` [PATCH V7 3/7] dt-bindings: pinctrl: qcom: Add support "
` [PATCH V7 4/7] pinctrl: qcom: Add IPQ9574 pinctrl driver
` [PATCH V7 5/7] dt-bindings: arm: qcom: Add ipq9574 compatible
` [PATCH V7 6/7] arm64: dts: qcom: Add ipq9574 SoC and AL02 board support
` [PATCH V7 7/7] arm64: defconfig: Enable IPQ9574 SoC base configs

[PATCH] arm64: dts: Add support for Unisoc's UMS512
 2023-02-06 10:34 UTC  (4+ messages)

[PATCH] LoongArch: Make -mstrict-align be configurable
 2023-02-06 10:33 UTC  (10+ messages)

[PATCH] drm/i915/gt: Avoid redundant pointer validity check
 2023-02-06 10:33 UTC  (3+ messages)

[PATCH 0/5] arm64: dts: qcom: add DP Controller to SM8350 & SM8450 DTS
 2023-02-06 10:33 UTC  (7+ messages)
` [PATCH 1/5] dt-bindings: display: msm: dp-controller: document SM8450 compatible
` [PATCH 2/5] arm64: dts: qcom: sm8350: switch to combo usb3/dp phy
` [PATCH 3/5] arm64: dts: qcom: sm8350: add dp controller
` [PATCH 4/5] arm64: dst: qcom: sm8450: switch to usb3/dp combo phy
` [PATCH 5/5] arm64: dst: qcom: sm8450: add dp controller

[RESEND PATCH 00/37] nvmem: patches for 6.3
 2023-02-06 10:27 UTC  (38+ messages)
` [RESEND PATCH 01/37] nvmem: sunxi_sid: Drop the workaround on A64
` [RESEND PATCH 02/37] dt-bindings: nvmem: Fix qcom,qfprom compatibles enum ordering
` [RESEND PATCH 03/37] dt-bindings: nvmem: Add compatible for MSM8976
` [RESEND PATCH 04/37] dt-bindings: nvmem: qfprom: add sdm670 compatible
` [RESEND PATCH 05/37] dt-bindings: nvmem: Add compatible for SM8150
` [RESEND PATCH 06/37] dt-bindings: nvmem: Add compatible for SM8250
` [RESEND PATCH 07/37] nvmem: core: remove spurious white space
` [RESEND PATCH 08/37] net: add helper eth_addr_add()
` [RESEND PATCH 09/37] of: base: add of_parse_phandle_with_optional_args()
` [RESEND PATCH 10/37] of: property: make #.*-cells optional for simple props
` [RESEND PATCH 11/37] of: property: add #nvmem-cell-cells property
` [RESEND PATCH 12/37] nvmem: core: add an index parameter to the cell
` [RESEND PATCH 13/37] nvmem: core: move struct nvmem_cell_info to nvmem-provider.h
` [RESEND PATCH 14/37] nvmem: core: drop the removal of the cells in nvmem_add_cells()
` [RESEND PATCH 15/37] nvmem: core: add nvmem_add_one_cell()
` [RESEND PATCH 16/37] nvmem: core: use nvmem_add_one_cell() in nvmem_add_cells_from_of()
` [RESEND PATCH 17/37] nvmem: core: introduce NVMEM layouts
` [RESEND PATCH 18/37] nvmem: core: add per-cell post processing
` [RESEND PATCH 19/37] nvmem: core: allow to modify a cell before adding it
` [RESEND PATCH 20/37] nvmem: imx-ocotp: replace global post processing with layouts
` [RESEND PATCH 21/37] nvmem: cell: drop global cell_post_process
` [RESEND PATCH 22/37] nvmem: core: provide own priv pointer in post process callback
` [RESEND PATCH 23/37] nvmem: layouts: add sl28vpd layout
` [RESEND PATCH 24/37] MAINTAINERS: add myself as sl28vpd nvmem layout driver
` [RESEND PATCH 25/37] nvmem: layouts: Add ONIE tlv "
` [RESEND PATCH 26/37] MAINTAINERS: Add myself as ONIE tlv NVMEM layout maintainer
` [RESEND PATCH 27/37] nvmem: core: return -ENOENT if nvmem cell is not found
` [RESEND PATCH 28/37] nvmem: layouts: Fix spelling mistake "platforn" -> "platform"
` [RESEND PATCH 29/37] dt-bindings: nvmem: "
` [RESEND PATCH 30/37] nvmem: core: fix nvmem_layout_get_match_data()
` [RESEND PATCH 31/37] nvmem: stm32: add OP-TEE support for STM32MP13x
` [RESEND PATCH 32/37] nvmem: stm32: detect bsec pta presence for STM32MP15x
` [RESEND PATCH 33/37] nvmem: rave-sp-eeprm: fix kernel-doc bad line warning
` [RESEND PATCH 34/37] of: property: fix #nvmem-cell-cells parsing
` [RESEND PATCH 35/37] nvmem: qcom-spmi-sdam: register at device init time
` [RESEND PATCH 36/37] dt-bindings: nvmem: qfprom: add IPQ8074 compatible
` [RESEND PATCH 37/37] nvmem: stm32: fix OPTEE dependency

[PATCH v5 00/14] KVM perf support
 2023-02-06 10:27 UTC  (3+ messages)
` [PATCH v5 06/14] RISC-V: KVM: Modify SBI extension handler to return SBI error code

[PATCHv2 0/4] Wiegand bus driver and GPIO bit-banged controller
 2023-02-06 10:26 UTC  (5+ messages)
` [PATCHv2 2/4] wiegand: add Wiegand bus driver

6.2-rc7: trace during suspend/wakeup kernel/irq/manage.c drivers/iommu/amd/init.c
 2023-02-06 10:25 UTC 

[PATCH v11 0/9] Register Type-C mode-switch in DP bridge endpoints
 2023-02-06 10:22 UTC  (3+ messages)
` [PATCH v11 7/9] dt-bindings: display: bridge: it6505: Add mode-switch support

[syzbot] BUG: unable to handle kernel NULL pointer dereference in ni_find_attr
 2023-02-06 10:20 UTC  (3+ messages)
` [syzbot] [ntfs3?] "

[RFC PATCH 00/32] ACPI/arm64: add support for virtual cpuhotplug
 2023-02-06 10:10 UTC  (4+ messages)
` [RFC PATCH 29/32] KVM: arm64: Pass hypercalls to userspace

s2idle breaks on machines without cpuidle support
 2023-02-06 10:12 UTC  (2+ messages)

[PATCH net-next v3 0/3] tuntap: correctly initialize socket uid
 2023-02-06 10:20 UTC  (2+ messages)

[PATCH net] net: page_pool: use in_softirq() instead
 2023-02-06 10:18 UTC  (4+ messages)

[PATCH net v2 0/2] Fix dma leaking
 2023-02-06 10:19 UTC  (5+ messages)
` [PATCH net v2 1/2] net: ll_temac: Fix DMA resources leak
` [PATCH net v2 2/2] net: ll_temac: Reset buffer on dma_map_single() errors

[RFC PATCH net-next 00/11] NXP ENETC AF_XDP zero-copy sockets
 2023-02-06 10:19 UTC  (13+ messages)
` [RFC PATCH net-next 01/11] net: enetc: optimize struct enetc_rx_swbd layout
` [RFC PATCH net-next 02/11] net: enetc: perform XDP RX queue registration at enetc_setup_bpf() time
` [RFC PATCH net-next 03/11] net: enetc: rename "cleaned_cnt" to "buffs_missing"
` [RFC PATCH net-next 04/11] net: enetc: continue NAPI processing on frames with RX errors
` [RFC PATCH net-next 05/11] net: enetc: add support for ethtool --show-channels
` [RFC PATCH net-next 06/11] net: enetc: consolidate rx_swbd freeing
` [RFC PATCH net-next 07/11] net: enetc: rename enetc_free_tx_frame() to enetc_free_tx_swbd()
` [RFC PATCH net-next 08/11] net: enetc: increment rx_byte_cnt for XDP data path
` [RFC PATCH net-next 09/11] net: enetc: move setting of ENETC_TXBD_FLAGS_F flag to enetc_xdp_map_tx_buff()
` [RFC PATCH net-next 10/11] net: enetc: add RX support for zero-copy XDP sockets
` [RFC PATCH net-next 11/11] net: enetc: add TX "

[PATCH net-next 00/10] Add support for PSFP in Sparx5
 2023-02-06 10:18 UTC  (5+ messages)
` [PATCH net-next 03/10] net: microchip: sparx5: add support for Service Dual Leacky Buckets

[PATCH] drm/amdgpu: Fix potential race processing vm->freed
 2023-02-06 10:14 UTC  (2+ messages)

[PATCH 00/37] nvmem: patches for 6.3
 2023-02-06 10:13 UTC  (8+ messages)

[regression] Bug 216851 - btrfs write time corrupting for log tree
 2023-02-06 10:10 UTC  (18+ messages)

[PATCH] net: USB: Fix wrong-direction WARNING in plusb.c
 2023-02-06 10:10 UTC  (2+ messages)

[syzbot] BUG: unable to handle kernel paging request in mi_enum_attr
 2023-02-06 10:09 UTC  (3+ messages)
` [syzbot] [ntfs3?] "

[PATCH 0/2] nvmem: brcm_nvram: use buffered nvram data for cell values
 2023-02-06 10:05 UTC  (3+ messages)
` [PATCH 1/2] firmware: bcm47xx_nvram: allow to read from buffered nvram data
` [PATCH 2/2] nvmem: brcm_nvram: use bcm47xx buffered data

[PATCH net-next v2] rfkill: Use sysfs_emit() to instead of sprintf()
 2023-02-06 10:04 UTC  (2+ messages)

[RESEND] Bluetooth: btrtl: Add support for RTL8852BS
 2023-02-06 10:03 UTC  (2+ messages)

[PATCH v2 0/2] intel_powerclamp: New module parameter
 2023-02-06 10:02 UTC  (5+ messages)

[PATCH v3 0/7] MediaTek Frequency Hopping: MT6795/8173/92/95
 2023-02-06 10:01 UTC  (8+ messages)
` [PATCH v3 1/7] clk: mediatek: fhctl: Add support for older fhctl register layout
` [PATCH v3 2/7] clk: mediatek: clk-pllfh: Export register/unregister/parse functions
` [PATCH v3 3/7] dt-bindings: clock: mediatek,mt8186-fhctl: Support MT6795, MT8173/92/95
` [PATCH v3 4/7] clk: mediatek: mt6795: Add support for frequency hopping through FHCTL
` [PATCH v3 5/7] clk: mediatek: mt8173: "
` [PATCH v3 6/7] clk: mediatek: mt8192: "
` [PATCH v3 7/7] clk: mediatek: mt8195: "

[PATCH v4] erofs: replace erofs_unzipd workqueue with per-cpu threads
 2023-02-06 10:01 UTC  (2+ messages)

[PATCH 0/5] diag288 watchdog fixes and improvements
 2023-02-06  9:59 UTC  (2+ messages)

[PATCH 0/2] phy: qcom: qmp-combo: add SM8350 & SM8450 support for combo USB3/DP PHY
 2023-02-06  9:58 UTC  (3+ messages)
` [PATCH 1/2] dt-bindings: phy: qcom,qmp-usb3-dp: document sm8350 & sm8450 compatible
` [PATCH 2/2] phy: qcom: com-qmp-combo: add SM8350 & SM8450 support

[PATCH v1 RFC] video/hdmi: Fix HDMI_VENDOR_INFOFRAME_SIZE
 2023-02-06  9:58 UTC  (2+ messages)

[syzbot] WARNING in l2cap_do_send
 2023-02-06  9:57 UTC 

[PATCH 01/13] USB: chipidea: fix memory leak with using debugfs_lookup()
 2023-02-06  9:57 UTC  (4+ messages)
` [PATCH 13/13] USB: gadget: s3c2410_udc: "

[PATCH V3 0/9] Add minimal boot support for IPQ5332
 2023-02-06  9:56 UTC  (8+ messages)
` [PATCH V3 4/9] dt-bindings: clock: Add Qualcomm IPQ5332 GCC
` [PATCH V3 5/9] clk: qcom: add Global Clock controller (GCC) driver for IPQ5332 SoC
` [PATCH V3 9/9] arm64: defconfig: Enable IPQ5332 SoC base configs

[PATCH -next V7 0/7] riscv: Optimize function trace
 2023-02-06  9:56 UTC  (4+ messages)

External USB disks not recognized with v6.1.8 when using Xen
 2023-02-06  9:54 UTC  (11+ messages)

[PATCH] iio: light: cm32181: Unregister second I2C client if present
 2023-02-06  9:51 UTC  (2+ messages)

[PATCH] HID: quirks: Add quirk for Logitech G923 Xbox steering wheel
 2023-02-06  9:51 UTC  (3+ messages)

[PATCH drm-next 00/14] [RFC] DRM GPUVA Manager & Nouveau VM_BIND UAPI
 2023-02-06  9:48 UTC  (16+ messages)
` [PATCH drm-next 05/14] drm/nouveau: new VM_BIND uapi interfaces
                      ` [Nouveau] "

[PATCH] x86/perf/zhaoxin: Add stepping check for ZX-C
 2023-02-06  9:48 UTC  (4+ messages)

[PATCH 0/2] staging: r8188eu: correct error logic of two functions
 2023-02-06  9:47 UTC  (3+ messages)
` [PATCH 2/2] staging: r8188eu: correct error logic of _rtw_init_recv_priv()

[PATCH v3] staging: vt6655: Macro with braces issue change to inline function
 2023-02-06  9:43 UTC  (4+ messages)

[PATCH 0/5] fold per-CPU vmstats remotely
 2023-02-06  9:42 UTC  (7+ messages)
` [PATCH 3/5] mm/vmstat: use cmpxchg loop in cpu_vm_stats_fold

[PATCH v3 char-misc-next] misc: microchip: pci1xxxx: Add OTP/EEPROM driver for the pci1xxxx switch
 2023-02-06  9:41 UTC  (4+ messages)

[PATCH v2 00/11] fw_devlink improvements
 2023-02-06  9:39 UTC  (9+ messages)

[PATCH] drm/i915: Move fd_install after last use of fence
 2023-02-06  9:35 UTC  (3+ messages)

[RFC PATCH 0/2] introduce op-tee based EFI Runtime Variable Service
 2023-02-06  9:31 UTC  (8+ messages)

[PATCH v4 00/21] arm64/sme: Support SME 2 and SME 2.1
 2023-02-06  9:31 UTC  (3+ messages)
` [PATCH v4 07/21] arm64/sme: Enable host kernel to access ZT0

[PATCH v3 0/8] arm64/ftrace: Add support for DYNAMIC_FTRACE_WITH_CALL_OPS
 2023-02-06  9:28 UTC  (6+ messages)
` [PATCH v3 1/8] ftrace: Add DYNAMIC_FTRACE_WITH_CALL_OPS

[PATCH] sched: Consider capacity for certain load balancing decisions
 2023-02-06  9:28 UTC  (4+ messages)

[PATCH v3 0/3] dt-bindings: serial/mtd/mc/ata: use MC peripheral props
 2023-02-06  9:26 UTC  (4+ messages)
` [PATCH v3 1/3] dt-bindings: intel,ixp4xx-expansion-bus: split out peripheral properties
` [PATCH v3 2/3] dt-bindings: reference MC peripheral properties in relevant devices
` [PATCH v3 3/3] dt-bindings: serial: restrict possible child node names

[PATCH 0/2] zsmalloc: fine-grained fullness grouping
 2023-02-06  9:25 UTC  (3+ messages)
` [PATCH 1/2] zsmalloc: remove insert_zspage() ->inuse optimization
` [PATCH 2/2] zsmalloc: fine-grained inuse ratio based fullness grouping

[syzbot] kernel BUG in process_one_work
 2023-02-06  9:23 UTC 

[PATCH][next] selftests/bpf: Fix spelling mistake "detecion" -> "detection"
 2023-02-06  9:22 UTC 

linux-next: build warning after merge of the usb tree
 2023-02-06  9:22 UTC  (3+ messages)

[PATCH v4 00/14] KVM perf support
 2023-02-06  9:22 UTC  (6+ messages)
` [PATCH v4 07/14] RISC-V: KVM: Add skeleton support for perf

[PATCH v6 0/6] add support for MT8195 VPPSYS on MMSYS and MUTEX
 2023-02-06  9:20 UTC  (4+ messages)

[PATCH net-next v2] net: page_pool: use in_softirq() instead
 2023-02-06  9:20 UTC  (2+ messages)

[PATCH] ntfs: Correct spelling
 2023-02-06  9:18 UTC 

[PATCH] mm: eliminate function call overhead during copy_page_range()
 2023-02-06  9:17 UTC  (3+ messages)

[PATCH][next] power: supply: rt9467: Fix spelling mistake "attache" -> "attach"
 2023-02-06  9:17 UTC 

[PATCH] RDMA/restrack: Correct spelling
 2023-02-06  9:08 UTC  (2+ messages)

[PATCH] Documentation: kvm: Correct spelling
 2023-02-06  9:11 UTC 

[PATCH v7 0/6] add support for MT8195 VPPSYS on MMSYS and MUTEX
 2023-02-06  9:11 UTC  (2+ messages)
` [PATCH v7 3/6] arm64: dts: mediatek: mt8195: add MUTEX configuration for VPPSYS

[PATCH v2 00/14] Add vfio_device cdev for iommufd support
 2023-02-06  9:05 UTC  (15+ messages)
` [PATCH v2 01/14] vfio: Allocate per device file structure
` [PATCH v2 02/14] vfio: Refine vfio file kAPIs
` [PATCH v2 03/14] vfio: Accept vfio device file in the driver facing kAPI
` [PATCH v2 04/14] kvm/vfio: Rename kvm_vfio_group to prepare for accepting vfio device fd
` [PATCH v2 05/14] kvm/vfio: Accept vfio device file from userspace
` [PATCH v2 06/14] vfio: Pass struct vfio_device_file * to vfio_device_open/close()
` [PATCH v2 07/14] vfio: Block device access via device fd until device is opened
` [PATCH v2 08/14] vfio: Add infrastructure for bind_iommufd from userspace
` [PATCH v2 09/14] vfio-iommufd: Add detach_ioas support for physical VFIO devices
` [PATCH v2 10/14] vfio-iommufd: Add detach_ioas for emulated "
` [PATCH v2 11/14] vfio: Make vfio_device_open() exclusive between group path and device cdev path
` [PATCH v2 12/14] vfio: Add cdev for vfio_device
` [PATCH v2 13/14] vfio: Add ioctls for device cdev using iommufd
` [PATCH v2 14/14] vfio: Compile group optionally

[PATCH] nvidiafb: detect the hardware support before removing console
 2023-02-06  9:05 UTC  (2+ messages)

[PATCH RESEND] riscv: jump_label: Fixup unaligned arch_static_branch function
 2023-02-06  9:04 UTC 

[syzbot] BUG: unable to handle kernel paging request in vfs_rename
 2023-02-06  8:58 UTC 

[PATCH 6.1 00/28] 6.1.10-rc1 review
 2023-02-06  8:57 UTC  (2+ messages)

[PATCH 5.15 00/20] 5.15.92-rc1 review
 2023-02-06  8:56 UTC  (2+ messages)

[PATCH 4.14 00/62] 4.14.305-rc2 review
 2023-02-06  8:56 UTC  (2+ messages)

[PATCH 4.19 00/79] 4.19.272-rc3 review
 2023-02-06  8:56 UTC  (2+ 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).