linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-02-11 10:52:34 to 2024-02-11 17:52:17 UTC [more...]

[PATCH] iommu/vt-d: Use kcalloc() instead of kzalloc()
 2024-02-11 17:51 UTC 

[PATCH 0/2] iio: adc: ad7944: new driver
 2024-02-11 17:49 UTC  (7+ messages)
` [PATCH 1/2] dt-bindings: iio: adc: add ad7944 ADCs
` [PATCH 2/2] iio: adc: ad7944: add driver for AD7944/AD7985/AD7986

[PATCH v7 0/4] kvm: arm64: allow the VM to select DEVICE_* and NORMAL_NC for IO memory
 2024-02-11 17:47 UTC  (5+ messages)
` [PATCH v7 1/4] kvm: arm64: introduce new flag for non-cacheable "
` [PATCH v7 2/4] mm: introduce new flag to indicate wc safe
` [PATCH v7 3/4] kvm: arm64: set io memory s2 pte as normalnc for vfio pci device
` [PATCH v7 4/4] vfio: convey kvm that the vfio-pci device is wc safe

[PATCH 0/8] of: automate of_node_put() - new approach to loops
 2024-02-11 17:42 UTC  (9+ messages)
` [PATCH 1/8] of: Add cleanup.h based auto release via __free(device_node) markings
` [PATCH 2/8] of: Introduce for_each_*_child_of_node_scoped() to automate of_node_put() handling
` [PATCH 3/8] of: unittest: Use for_each_child_of_node_scoped()
` [PATCH 4/8] iio: adc: fsl-imx25-gcq: Use for_each_available_child_node_scoped()
` [PATCH 5/8] iio: adc: rcar-gyroadc: use for_each_available_child_node_scoped()
` [PATCH 6/8] iio: adc: ad7124: Use for_each_available_child_of_node_scoped()
` [PATCH 7/8] iio: adc: ad7292: "
` [PATCH 8/8] iio: adc: adi-axi-adc: Use __free(device_node) and guard(mutex)

[PATCH v1 00/10] RK3588 USBDP support
 2024-02-11 17:37 UTC  (8+ messages)
` [PATCH v1 01/10] dt-bindings: soc: rockchip: add clock to RK3588 VO grf
` [PATCH v1 02/10] dt-bindings: soc: rockchip: add rk3588 USB3 syscon
` [PATCH v1 03/10] dt-bindings: phy: add rockchip usbdp combo phy document

[PATCH] afs: Increase buffer size in afs_update_volume_status()
 2024-02-11 17:24 UTC  (2+ messages)

[REGRESSION] Acp5x probing regression introduced between kernel 6.7.2 -> 6.7.4
 2024-02-11 17:19 UTC 

[PATCH V3 1/3] soc/tegra: pmc: Update address mapping sequence for PMC apertures
 2024-02-11 17:17 UTC  (3+ messages)
` [PATCH V3 2/3] dt-bindings: tegra: pmc: Update scratch as an optional aperture
` [PATCH V3 3/3] soc/tegra: "

[PATCH v3 00/35] Fast kernel headers: reduce header dependencies
 2024-02-11 17:16 UTC  (38+ messages)
` [PATCH v3 01/35] include: add missing includes
` [PATCH v3 02/35] include: remove unnecessary #include directives
` [PATCH v3 03/35] include: reduce header dependencies by using "*_types.h"
` [PATCH v3 04/35] workqueue.h: move struct delayed_work to workqueue_types.h
` [PATCH v3 05/35] kref.h: move declarations to kref_types.h
` [PATCH v3 06/35] kobject.h: move declarations to kobject_types.h
` [PATCH v3 07/35] sysfs.h: move declarations to sysfs_types.h
` [PATCH v3 08/35] maple_tree.h: move declarations to maple_tree_types.h
` [PATCH v3 09/35] rwsem.h: move declarations to rwsem_types.h
` [PATCH v3 10/35] uprobes.h: move declarations to uprobes_types.h
` [PATCH v3 11/35] percpu_counter.h: move declarations to percpu_counter_types.h
` [PATCH v3 12/35] bvec.h: move declarations to bvec_types.h
` [PATCH v3 13/35] wait.h: move declarations to wait_types.h
` [PATCH v3 14/35] swait.h: move declarations to swait_types.h
` [PATCH v3 15/35] completion.h: move declarations to completion_types.h
` [PATCH v3 16/35] device.h: move declarations to device_types.h
` [PATCH v3 17/35] xarray.h: move declarations to xarray_types.h
` [PATCH v3 18/35] blkdev.h: move blk_op_is_passthrough() to blk_types.h
` [PATCH v3 19/35] bio.h: move bio_has_data() and bio_no_advance_iter() "
` [PATCH v3 20/35] bio.h: move declarations to bio_types.h
` [PATCH v3 21/35] percpu-refcount.h: move declarations to percpu-refcount_types.h
` [PATCH v3 22/35] blkdev.h: move declarations to blkdev_types.h
` [PATCH v3 23/35] sbitmap.h: move declarations to sbitmap_types.h
` [PATCH v3 24/35] list_lru.h: move declarations to list_lru_types.h
` [PATCH v3 25/35] list_bl.h: move declarations to list_bl_types.h
` [PATCH v3 26/35] percpu-rwsem.h: move declarations to percpu-rwsem_types.h
` [PATCH v3 27/35] quota.h: move declarations to quota_types.h
` [PATCH v3 28/35] radix-tree.h: move declarations to radix-tree_types.h
` [PATCH v3 29/35] linux/random.h: reduce dependencies on linux/kernel.h
` [PATCH v3 30/35] linux/kernel.h: move might_sleep(), ... to sched/debug_atomic_sleep.h
` [PATCH v3 31/35] linux/kernel.h: move READ and WRITE to direction.h
` [PATCH v3 32/35] linux/kernel.h: move VERIFY_OCTAL_PERMISSIONS() to octal_permissions.h
` [PATCH v3 33/35] linux/kernel.h: move upper/lower_*_bits macros to wordpart.h
` [PATCH v3 34/35] linux/kernel.h: move PTR_IF() to ptr_util.h
` [PATCH v3 35/35] include: remove lots of unnecessary <linux/kernel.h> includes

[PATCH V2 1/3] soc/tegra: pmc: Update address mapping sequence for PMC apertures
 2024-02-11 17:07 UTC  (4+ messages)
` [PATCH V2 2/3] dt-bindings: tegra: pmc: Update scratch as an optional aperture

[PATCH V4 0/5] mlx5 ConnectX control misc driver
 2024-02-11 17:01 UTC  (11+ messages)

[PATCH v3] regmap: kunit: Ensure that changed bytes are actually different
 2024-02-11 16:58 UTC 

[PATCH] gpio: uapi: clarify default_values being logical
 2024-02-11 16:58 UTC  (2+ messages)

sched/cpufreq: Rework schedutil governor performance estimation - Regression bisected
 2024-02-11 16:43 UTC  (5+ messages)

[PATCH] hrtimer: select housekeeping CPU during migration
 2024-02-11 16:37 UTC  (2+ messages)

[PATCH stable 5.4 v2] net: bcmgenet: Fix EEE implementation
 2024-02-11 16:36 UTC  (3+ messages)
` [PATCH stable 5.15 "

[PATCH v3 0/2] arm64: dts: allwinner: h618: Add Sipeed Longan SoM 3H and Pi 3H board
 2024-02-11 16:29 UTC  (3+ messages)
` [PATCH v3 1/2] dt-bindings: arm: sunxi: Add Sipeed Longan Module 3H and Longan Pi 3H

[PATCH 0/2] phy: qcom: eusb2-repeater: Add support for SMB2360
 2024-02-11 16:27 UTC  (3+ messages)
` [PATCH 1/2] dt-bindings: phy: qcom,snps-eusb2-repeater: Add compatible "

Problems with csum_partial with misaligned buffers on sh4 platform
 2024-02-11 16:12 UTC  (3+ messages)

[PATCH v3 1/2] dt-bindings: net: dp83826: support TX data voltage tuning
 2024-02-11 16:22 UTC  (2+ messages)

[PATCH v5 0/5] arm64: dts: add description for solidrun am642 som and hummingboard evb
 2024-02-11 16:22 UTC  (7+ messages)
` [PATCH v5 1/5] dt-bindings: arm: ti: Add bindings for SolidRun AM642 HummingBoard-T
` [PATCH v5 2/5] dt-bindings: rtc: abx80x: convert to yaml
` [PATCH v5 3/5] arm64: dts: ti: k3-am64-main: Add ICSSG IEP nodes
` [PATCH v5 4/5] arm64: dts: add description for solidrun am642 som and evaluation board
` [PATCH v5 5/5] arm64: dts: ti: hummingboard-t: add overlays for m.2 pci-e and usb-3

[PATCH v2 0/5] usb: dwc3-am62: module removal and errata fixes
 2024-02-11 16:18 UTC  (3+ messages)
` [PATCH v2 5/5] usb: dwc3-am62: add workaround for Errata i2409

[PATCH] MIPS: Add 'memory' clobber to csum_ipv6_magic() inline assembler
 2024-02-11 16:08 UTC 

[PATCH] Fix malformed table error in gadget-testing.rst
 2024-02-11 16:06 UTC  (5+ messages)

[PATCH v2 0/7] Add tuning algorithm for delay chain
 2024-02-11 16:02 UTC  (2+ messages)

[PATCH 0/1] Bluetooth: mgmt: Add command for getting device IO capabilities
 2024-02-11 15:57 UTC  (2+ messages)

[PATCH v2] ARM: s3c64xx: make s3c6410_subsys const
 2024-02-11 15:57 UTC 

[PATCH] ARM: s3c64xx: make s3c6410_subsys const
 2024-02-11 15:56 UTC  (3+ messages)

[PATCH v3] clk: keystone: sci-clk: Adding support for non contiguous clocks
 2024-02-11 15:54 UTC  (2+ messages)

[PATCH 0/2] firmware: struct bus_type cleanup
 2024-02-11 15:51 UTC  (3+ messages)
` [PATCH 1/2] firmware: arm_ffa: Make ffa_bus_type const
` [PATCH 2/2] firmware: arm_scmi: make scmi_bus_type const

[PATCH v2] Revert "usb: typec: tcpm: fix cc role at port reset"
 2024-02-11 15:50 UTC  (3+ messages)

[PATCH v1 0/9] Fix MMC properties on Sitara devices
 2024-02-11 15:44 UTC  (2+ messages)

[PATCH 0/2] ARM: struct bus_type cleanup
 2024-02-11 15:45 UTC  (3+ messages)
` [PATCH 1/2] ARM: sa1111: make sa1111_bus_type const
` [PATCH 2/2] ARM: ecard: make ecard_bus_type const

[PATCH v2 0/6] Pinephone video out fixes (flipping between two frames)
 2024-02-11 15:42 UTC  (7+ messages)
` [PATCH v2 5/6] drm/panel: st7703: Drive XBD599 panel at higher clock rate

[PATCHv6 0/2] *** Detect interrupt storm in softlockup ***
 2024-02-11 15:41 UTC  (11+ messages)
` [PATCHv6 1/2] watchdog/softlockup: low-overhead detection of interrupt
` [PATCHv6 2/2] watchdog/softlockup: report the most frequent interrupts

[PATCH v3 0/5] fpga: xilinx-selectmap: add new driver
 2024-02-11 15:40 UTC  (5+ messages)
` [PATCH v3 2/5] dt-bindings: fpga: xlnx,fpga-slave-serial: rename gpios
` [PATCH v3 3/5] fpga: xilinx-core: rename "prog_b" and "init-b" gpios

[PATCH] dio: make dio_bus_type const
 2024-02-11 15:40 UTC 

[PATCH] iio: adc: mcp320x: Simplify device removal logic
 2024-02-11 15:36 UTC  (3+ messages)

[PATCH] ACPI: bus: make acpi_bus_type const
 2024-02-11 15:37 UTC 

[PATCH] scsi: Make scsi_bus_type const
 2024-02-11 15:33 UTC 

[PATCH v1 0/9] thermal: Writable trip points handling rework
 2024-02-11 15:16 UTC  (3+ messages)
` [PATCH v1 5/9] mlxsw: core_thermal: Set THERMAL_TRIP_WRITABLE_TEMP directly

[PATCH] w1: remove redundant NULL check
 2024-02-11 15:11 UTC 

[PATCH] swiotlb-xen: remove redundant NULL check
 2024-02-11 15:09 UTC 

[PATCH] soundwire: fix double free of pointer
 2024-02-11 15:09 UTC 

[PATCH] scsi: libfc: Remove unnecessary NULL check
 2024-02-11 15:09 UTC 

[PATCH] net: sfp: remove redundant NULL check
 2024-02-11 15:08 UTC 

[PATCH 18/18] net: dsa: microchip: Check return value of of_get_phy_mode()
 2024-02-11 15:08 UTC 

[PATCH 17/17] media: upd64031a: Check return value of i2c_master_recv()
 2024-02-11 15:07 UTC 

[PATCH] media: pvrusb2: remove redundant NULL check
 2024-02-11 15:07 UTC 

[PATCH] media: go7007: add check of return value of go7007_read_addr()
 2024-02-11 15:07 UTC 

[PATCH] media: cx2341x: Check return value of cx2341x_api()
 2024-02-11 15:06 UTC 

[PATCH] drm/amdgpu/swsmu: Fix if statement in smu_baco_get_state()
 2024-02-11 15:06 UTC 

[PATCH] can: softing: remove redundant NULL check
 2024-02-11 15:05 UTC 

[PATCH] brcmfmac: Remove unnecessary NULL-check
 2024-02-11 15:05 UTC 

[PATCH v4 0/5] arm64: dts: add description for solidrun am642 som and hummingboard evb
 2024-02-11 14:57 UTC  (4+ messages)
` [PATCH v4 2/5] dt-bindings: rtc: abx80x: convert to yaml

[PATCH v5 0/3] Add support for getting EDID over ACPI to DRM
 2024-02-11  5:50 UTC  (4+ messages)
` [PATCH v5 1/3] drm: Add support to get EDID from ACPI
` [PATCH v5 2/3] drm/amd: Fetch the EDID from _DDC if available for eDP
` [PATCH v5 3/3] drm/nouveau: Use drm_edid_read_acpi() helper

[PATCH v1 0/4] Add post-init-supplier binding to improve suspend/resume stability
 2024-02-11 14:52 UTC  (3+ messages)
` [PATCH v1 3/4] dt-bindings: Add post-init-supplier property

drivers/scsi/esp_scsi.c:(.text.scsi_esp_register+0x2ac): undefined reference to `scsi_add_host_with_dma'
 2024-02-11 14:41 UTC 

Problems with csum_partial with misaligned buffers on sh4 platform
 2024-02-11 14:35 UTC  (2+ messages)

[PATCH] arm64: dts: allwinner: a64: Add thermal trip points for GPU
 2024-02-11 14:24 UTC  (3+ messages)

[PATCH] parisc: Fix csum_ipv6_magic on 32-bit systems
 2024-02-11 14:09 UTC  (3+ messages)

[PATCH 0/2] mm/zswap: optimize for dynamic zswap_pools
 2024-02-11 13:57 UTC  (3+ messages)
` [PATCH 1/2] mm/zswap: global lru and shrinker shared by all zswap_pools
` [PATCH 2/2] mm/zswap: change zswap_pool kref to percpu_ref

[PATCH] dt-bindings: usb: typec: anx7688: start a binding document
 2024-02-11 13:56 UTC  (2+ messages)

[PATCH] arm64: dts: imx8mp-beacon: Configure multiple queues on eqos
 2024-02-11 13:55 UTC 

[syzbot] [ext4?] KASAN: out-of-bounds Read in ext4_ext_remove_space
 2024-02-11 13:54 UTC  (2+ messages)

[PATCH v4 0/2] Ensure FCoE target interrupts work correctly
 2024-02-11 13:52 UTC  (3+ messages)
` [PATCH v4 1/2] Revert "scsi: fcoe: Fix potential deadlock on &fip->ctlr_lock"

[PATCH 00/12] spi: s3c64xx: remove OF alias ID dependency
 2024-02-11 13:49 UTC  (4+ messages)
` [PATCH 01/12] spi: dt-bindings: introduce the ``fifo-depth`` property

[PATCH v3 1/2] dt-bindings: phy: mediatek,mt7988-xfi-tphy: add new bindings
 2024-02-11 13:42 UTC  (2+ messages)

[PATCH 00/22] platform/chrome: Add DT USB/DP muxing/topology to Trogdor
 2024-02-11 13:39 UTC  (8+ messages)
` [PATCH 01/22] dt-bindings: gpio: Add binding for ChromeOS EC GPIO controller
` [PATCH 13/22] dt-bindings: chrome: Add google,cros-ec-typec-switch binding
` [PATCH 18/22] dt-bindings: chrome: Add binding for ChromeOS Pogo pin connector

[PATCH] arm64: dts: imx8mp-beacon: Enable Bluetooth
 2024-02-11 13:11 UTC 

[char-misc-next] mei: gsc_proxy: match component when GSC is on different bus
 2024-02-11 13:04 UTC 

[PATCH v1 00/14] UNI-T UTi260B support
 2024-02-11 12:48 UTC  (17+ messages)
` [PATCH v1 02/14] dt-bindings: bus: imx-weim: convert to YAML
` [PATCH v1 04/14] dt-bindings: input: touchscreen: fsl,imx6ul-tsc "
` [PATCH v1 05/14] dt-bindings: soc: imx: fsl,imx-anatop: add binding
` [PATCH v1 06/14] dt-bindings: soc: imx: fsl,imx-iomuxc-gpr: add imx6
` [PATCH v1 07/14] dt-bindings: lcdif: Do not require power-domains for i.MX6ULL
` [PATCH v1 08/14] dt-bindings: fsl-imx-sdma: fix HDMI audio index
` [PATCH v1 12/14] dt-bindings: vendor-prefixes: add UNI-T
` [PATCH v1 13/14] dt-bindings: arm: add UNI-T UTi260b

[PATCH] treewide: replace or remove redundant def_bool in Kconfig files
 2024-02-11 12:48 UTC 

[REGRESSION] 6.7.0: ASoC: SOF: refactoring breaks sof-rt5682 audio on chromebook; successfully bisected
 2024-02-11 12:46 UTC  (2+ messages)

[PATCH 1/2] kconfig: print recursive dependency errors in the parsed order
 2024-02-11 12:41 UTC  (2+ messages)
` [PATCH 2/2] kconfig: use generic macros to implement symbol hashtable

[PATCH 0/5] fs/ntfs3: Bugfix
 2024-02-11 12:31 UTC  (2+ messages)

[PATCH 1/2] dt: bindings: leds: Add NCP5623 multi-LED Controller
 2024-02-11 12:29 UTC  (4+ messages)
` [PATCH 2/2] leds: Add NCP5623 multi-led driver

[PATCH net-next v2 4/5] net: ravb: Do not apply RX checksum settings to hardware if the interface is down
 2024-02-11 12:29 UTC  (4+ messages)

[PATCH] staging: axis-fifo: Use sysfs_emit()
 2024-02-11 12:27 UTC 

[PATCH v2 0/3] Bring up more CPU cores on MSM8226
 2024-02-11 12:26 UTC  (3+ messages)
` [PATCH v2 1/3] dt-bindings: soc: qcom: qcom,saw2: add msm8226 l2 compatible

[PATCH v2 0/3] Add RPMPD support for MSM8974
 2024-02-11 12:17 UTC  (5+ messages)
` [PATCH v2 1/3] dt-bindings: power: rpmpd: Add MSM8974 power domains

[PATCH v3 0/3] A Solution to Re-enable hugetlb vmemmap optimize
 2024-02-11 11:59 UTC  (10+ messages)

[PATCH] RDMA/uverbs: Remove flexible arrays from struct *_filter
 2024-02-11 11:58 UTC 

@ X Fair Source Philosophy: Cyr (Was Low Jitter)
 2024-02-11 11:52 UTC 

[PATCH v2] mtd: rawnand: Prefer struct_size over open coded arithmetic
 2024-02-11 11:51 UTC  (2+ messages)

[PATCH RESEND v3 0/2] Input: add Himax HX852x(ES) touchscreen driver
 2024-02-11 11:25 UTC  (3+ messages)
` [PATCH RESEND v3 1/2] dt-bindings: input: touchscreen: document Himax HX852x(ES)
` [PATCH RESEND v3 2/2] Input: add Himax HX852x(ES) touchscreen driver

<instantiation>:18:15: error: invalid operand for instruction
 2024-02-11 11:26 UTC 

[PATCH] selftest: ftrace: fix minor typo in log
 2024-02-11 11:18 UTC 

[PATCH/RFC] lib: add CPU MHz benchmark test
 2024-02-11 11:17 UTC  (4+ messages)

[PATCH 0/2] Extend size of the MCE Records pool
 2024-02-11 11:14 UTC  (10+ messages)
` [PATCH 2/2] x86/MCE: Add command line option to extend "

[PATCH 0/4] tools/nolibc: Misc fixes for strlcpy() and strlcat()
 2024-02-11 11:14 UTC  (8+ messages)
` [PATCH 2/4] tools/nolibc: Fix strlcat() return code and size usage
` [PATCH 3/4] tools/nolibc: Fix strlcpy() "
` [PATCH 4/4] selftests/nolibc: Add tests for strlcat() and strlcpy()

[PATCH] Kconfig: Explicitly disable asm goto w/ outputs on gcc-11 (and earlier)
 2024-02-11 11:12 UTC  (9+ messages)

[PATCH] sysfs:Addresses null pointer dereference in sysfs_merge_group and sysfs_unmerge_group
 2024-02-11 11:09 UTC  (3+ messages)

[PATCH] media: bt8xx: make bttv_sub_bus_type const
 2024-02-11 11:04 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).