linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-09-19 10:33:51 to 2023-09-19 12:31:08 UTC [more...]

[PATCH v2 7/9] sched: define TIF_ALLOW_RESCHED
 2023-09-19 12:30 UTC  (14+ messages)

[PATCH] arm64: dts: imx8mp: add imx8mp-venice-gw74xx-imx219 overlay for rpi v2 camera
 2023-09-19 12:29 UTC  (2+ messages)

[PATCH v2 0/2] ASoC: Add rtq9128 audio amplifier
 2023-09-19 12:29 UTC  (5+ messages)
` [PATCH v2 1/2] ASoC: dt-bindings: Add Richtek "
` [PATCH v2 2/2] ASoC: codecs: Add Richtek rtq9128audio amplifier support

[PATCH 1/2] arm64: Add Cortex-A520 CPU part definition
 2023-09-19 12:29 UTC  (6+ messages)
` [PATCH 2/2] arm64: errata: Add Cortex-A520 speculative unprivileged load workaround

[PATCH net-next v2 0/2] r8152: modify rx_bottom
 2023-09-19 12:26 UTC  (4+ messages)
` [PATCH net-next v2 1/2] r8152: remove queuing rx packets in driver

[PATCH] power: supply: Fix info use-after-free
 2023-09-19 12:27 UTC  (4+ messages)

[PATCH] regulator: mt6358: return error for get/set mode op on linear range LDO
 2023-09-19 12:26 UTC  (2+ messages)

[PATCH] arm64: dts: imx8-ss-img: Assign slot for imx jpeg encoder/decoder
 2023-09-19 12:26 UTC  (2+ messages)

BUG: KCSAN: data-race in xas_clear_mark / xas_find_marked
 2023-09-19 12:25 UTC  (2+ messages)

[PATCH 0/3] iio: adc: ad7192: Add improvements and new feature
 2023-09-19 12:24 UTC  (3+ messages)
` [PATCH 1/3] iio: adc: ad7192: Use bitfield access macros

[PATCH 0/2] i2c: rcar: add support for Gen4 devices
 2023-09-19 12:23 UTC  (4+ messages)

[PATCH drm-misc-next v3 0/7] [RFC] DRM GPUVA Manager GPU-VM features
 2023-09-19 12:21 UTC  (14+ messages)
` [PATCH drm-misc-next v3 6/7] drm/gpuvm: generalize dma_resv/extobj handling and GEM validation

[PATCH v7 00/49] Add DELETE_BUF ioctl
 2023-09-19 12:21 UTC  (15+ messages)
` [PATCH v7 07/49] media: sti: hva: Use vb2_get_buffer() instead of directly access to buffers array
` [PATCH v7 11/49] media: videobuf2: Access vb2_queue bufs array through helper functions
` [PATCH v7 12/49] media: videobuf2: Be more flexible on the number of queue stored buffers
` [PATCH v7 13/49] media: verisilicon: Refactor postprocessor to store more buffers
` [PATCH v7 16/49] media: verisilicon: postproc: Fix down scale test
` [PATCH v7 18/49] media: Remove duplicated index vs q->num_buffers check

[PATCH] arm64: dts: ti: k3-am654-base-board: Add I2C I/O expander
 2023-09-19 12:21 UTC  (2+ messages)

drivers/leds/trigger/ledtrig-netdev.c:120:34: warning: array subscript 17 is above array bounds of 'char[16]'
 2023-09-19 12:21 UTC 

[PATCH V6] PCI: qcom: Fix broken pcie enumeration for 2_3_3 configs ops
 2023-09-19 12:19 UTC  (2+ messages)

[PATCH v3 0/6] gpio: update i.MX93/8ULP and support i.MX95
 2023-09-19 12:17 UTC  (4+ messages)
` [PATCH v3 2/6] dt-bindings: gpio: vf610: correct i.MX8ULP and i.MX93

[PATCH net-next v4 0/6] bridge: Add a limit on learned FDB entries
 2023-09-19  8:12 UTC  (7+ messages)
` [PATCH net-next v4 1/6] net: bridge: Set BR_FDB_ADDED_BY_USER early in fdb_add_entry
` [PATCH net-next v4 2/6] net: bridge: Set strict_start_type for br_policy
` [PATCH net-next v4 3/6] net: bridge: Track and limit dynamically learned FDB entries
` [PATCH net-next v4 4/6] net: bridge: Add netlink knobs for number / max "
` [PATCH net-next v4 5/6] net: bridge: Add a configurable default FDB learning limit
` [PATCH net-next v4 6/6] selftests: forwarding: bridge_fdb_learning_limit: Add a new selftest

[RFC PATCH iproute2-next v4] iplink: bridge: Add sup20230919-fdb_limit-v4-0-1a2a59694d67@avm.der bridge FDB learning limits
 2023-09-19  8:08 UTC 

[PATCH 1/6] scsi: ufs: ufs-qcom: Setup host power mode during init
 2023-09-19 12:16 UTC  (16+ messages)
` [PATCH 2/6] scsi: ufs: ufs-qcom: Add support for UFS device version detection
` [PATCH 3/6] phy: qualcomm: phy-qcom-qmp-ufs: Add High Speed Gear 5 support for SM8550
` [PATCH 4/6] phy: qualcomm: phy-qcom-qmp-ufs: Move data structs and setting tables to header
` [PATCH 5/6] scsi: ufs: ufs-sysfs: Expose UFS power info

[PATCH v7 00/12] cleanups and unit test for mballoc
 2023-09-19 20:15 UTC  (13+ messages)
` [PATCH v7 01/12] ext4: make state in ext4_mb_mark_bb to be bool
` [PATCH v7 02/12] ext4: factor out codes to update block bitmap and group descriptor on disk from ext4_mb_mark_bb
` [PATCH v7 03/12] ext4: call ext4_mb_mark_context in ext4_free_blocks_simple
` [PATCH v7 04/12] ext4: extend ext4_mb_mark_context to support allocation under journal
` [PATCH v7 05/12] ext4: call ext4_mb_mark_context in ext4_mb_mark_diskspace_used
` [PATCH v7 06/12] ext4: Separate block bitmap and buddy bitmap freeing in ext4_mb_clear_bb()
` [PATCH v7 07/12] ext4: call ext4_mb_mark_context in ext4_mb_clear_bb
` [PATCH v7 08/12] ext4: Separate block bitmap and buddy bitmap freeing in ext4_group_add_blocks()
` [PATCH v7 09/12] ext4: call ext4_mb_mark_context "
` [PATCH v7 10/12] ext4: add some kunit stub for mballoc kunit test
` [PATCH v7 11/12] ext4: add first unit test for ext4_mb_new_blocks_simple in mballoc
` [PATCH v7 12/12] ext4: run mballoc test with different layouts setting

[PATCH v4 13/13] pmdomain: arm: Add the SCMI performance domain
 2023-09-19 12:16 UTC 

[PATCH] firmware: imx-dsp: Fix an error handling path in imx_dsp_setup_channels()
 2023-09-19 12:13 UTC  (4+ messages)

[PATCH v9 00/11] btrfs: introduce RAID stripe tree
 2023-09-19 12:13 UTC  (4+ messages)
` [PATCH v9 03/11] btrfs: add support for inserting raid stripe extents

[PATCH] arm: dts: replace Bananapi with Banana Pi
 2023-09-19 12:13 UTC  (2+ messages)

[PATCH v7] driver core: platform: set numa_node before platform_device_add()
 2023-09-19 12:12 UTC  (2+ messages)

[PATCH 1/1] tools/testing/selftests/iommu:Fixed spelling errors in comments
 2023-09-19 12:11 UTC  (2+ messages)

[VIRTIO PCI PATCH v5 0/1] Add freeze_mode to virtio_pci_common_cfg
 2023-09-19 12:10 UTC  (3+ messages)
` [VIRTIO PCI PATCH v5 1/1] transport-pci: "

[PATCH v4 0/4] riscv: tlb flush improvements
 2023-09-19 12:09 UTC  (9+ messages)
` [PATCH v4 1/4] riscv: Improve flush_tlb()
` [PATCH v4 2/4] riscv: Improve flush_tlb_range() for hugetlb pages
` [PATCH v4 3/4] riscv: Make __flush_tlb_range() loop over pte instead of flushing the whole tlb
` [PATCH v4 4/4] riscv: Improve flush_tlb_kernel_range()

arch/m68k/include/asm/raw_io.h:91:13: warning: array subscript 0 is outside array bounds of 'volatile u16[0]' {aka 'volatile short unsigned int[]'}
 2023-09-19 12:09 UTC 

Fwd: Marvell RAID Controller issues since 6.5.x
 2023-09-19 12:08 UTC  (6+ messages)

[PATCH printk v5 0/8] provide nbcon base
 2023-09-19 12:08 UTC  (3+ messages)

[RESEND VIRTIO GPU PATCH v3 0/1] Add new feature flag VIRTIO_GPU_F_FREEZE_S3
 2023-09-19 12:04 UTC  (4+ messages)
` [RESEND VIRTIO GPU PATCH v3 1/1] virtio-gpu: "
  ` [virtio-dev] "

[PATCH] thermal/drivers/mediatek: Fix probe for THERMAL_V2
 2023-09-19 12:02 UTC  (2+ messages)

[PATCH v2 0/4] spi: qup: Allow scaling power domains and interconnect
 2023-09-19 11:59 UTC  (5+ messages)
` [PATCH v2 1/4] spi: dt-bindings: qup: Document power-domains and OPP
` [PATCH v2 2/4] spi: qup: Parse OPP table for DVFS support
` [PATCH v2 3/4] spi: dt-bindings: qup: Document interconnects
` [PATCH v2 4/4] spi: qup: Vote for interconnect bandwidth to DRAM

[RFC 00/23] Enable block size > page size in XFS
 2023-09-19 11:56 UTC  (2+ messages)

[PATCH v2 00/13] comedi: Re-do HAS_IOPORT dependencies
 2023-09-19 11:54 UTC  (5+ messages)
` [PATCH v3 "
  ` [PATCH v3 13/13] comedi: add HAS_IOPORT dependencies again

[RFC PATCH v3 0/9] Add audio support in v4l2 framework
 2023-09-19 11:53 UTC  (5+ messages)
` [RFC PATCH v3 6/9] media: v4l2: Add audio capture and output support

[PATCH] mailbox: pcc: export the PCC subspace type
 2023-09-19 11:51 UTC  (5+ messages)

[PATCH RFC v2] selftests/nolibc: don't embed initramfs into kernel image
 2023-09-19 11:47 UTC  (2+ messages)

Fwd: Kernel 6.5.2 Causes Marvell Technology Group 88SE9128 PCIe SATA to Constantly Reset
 2023-09-19 11:48 UTC  (10+ messages)

BUG: KCSAN: data-race in folio_batch_move_lru / mpage_read_end_io
 2023-09-19 11:44 UTC  (6+ messages)

[PATCH] rust: error: Markdown style nit
 2023-09-19 11:42 UTC  (2+ messages)

[RFC PATCH net-next 0/6] Add support for OPEN Alliance 10BASE-T1x MACPHY Serial Interface
 2023-09-19 11:40 UTC  (23+ messages)
` [RFC PATCH net-next 1/6] net: ethernet: implement OPEN Alliance control transaction interface
` [RFC PATCH net-next 2/6] net: ethernet: add mac-phy interrupt support with reset complete handling
` [RFC PATCH net-next 3/6] net: ethernet: implement OA TC6 configuration function
` [RFC PATCH net-next 6/6] microchip: lan865x: add device-tree support for Microchip's LAN865X MACPHY

[RFC PATCH v3 0/8] Coresight for Kernel panic and watchdog reset
 2023-09-19 11:39 UTC  (3+ messages)
  ` [EXT] "

[PATCH v4 1/2] soc: nuvoton: Add a menu for Nuvoton SoC drivers
 2023-09-19 11:37 UTC  (2+ messages)

[PATCH] x86/hyperv: Add common print prefix "Hyper-V" in hv_init
 2023-09-19 11:36 UTC 

[PATCH v3 00/41] mtd: spi-nor: clean the flash_info database up
 2023-09-19 11:35 UTC  (12+ messages)
` [PATCH v3 05/41] mtd: spi-nor: convert .n_sectors to .size
` [PATCH v3 10/41] mtd: spi-nor: make sector_size optional
` [PATCH v3 20/41] mtd: spi-nor: everspin: convert flash_info to new format

[PATCH] mtd: map_ram: prevent use of point and unpoint when NO_XIP is set
 2023-09-19 11:33 UTC 

[PATCH v6 0/19] Refactoring Microchip PCIe driver and add StarFive PCIe
 2023-09-19 11:34 UTC  (5+ messages)
` [PATCH v6 18/19] PCI: starfive: Add JH7110 PCIe controller

[PATCH v7 00/13] fs: implement multigrain timestamps
 2023-09-19 11:33 UTC  (5+ messages)
` [PATCH v7 12/13] ext4: switch to "

[PATCH v2] net: ethernet: ti: am65-cpsw: add mqprio qdisc offload in channel mode
 2023-09-19 11:32 UTC  (2+ messages)

[PATCH v6] KVM: x86/tsc: Don't sync user-written TSC against startup values
 2023-09-19 11:29 UTC  (7+ messages)

[PATCH v2 0/3] Support ROHM BM1390 pressure sensor
 2023-09-19 11:28 UTC  (5+ messages)
` [PATCH v2 2/3] iio: pressure: Support ROHM BU1390

[Patch v2 0/2] Improvements to the Tegra CPUFREQ driver
 2023-09-19 11:28 UTC  (2+ messages)

include/linux/dma-mapping.h:416:36: warning: array subscript i is outside array bounds of 'dma_addr_t[0]' {aka 'long long unsigned int[]'}
 2023-09-19 11:27 UTC 

[Patch v2 2/2] ACPI: processor: reduce CPUFREQ thermal reduction pctg for Tegra241
 2023-09-19 11:27 UTC  (3+ messages)

[PATCH V5 - RESEND 0/3] coresight: etm: Make cycle count threshold user configurable
 2023-09-19 11:26 UTC  (6+ messages)
` [PATCH V5 - RESEND 1/3] coresight: etm: Override TRCIDR3.CCITMIN on errata affected cpus
` [PATCH V5 - RESEND 2/3] coresight: etm: Make cycle count threshold user configurable

[PATCH 0/3] KVM: arm64: Support for Arm v8.8 memcpy instructions in KVM guests
 2023-09-19 11:26 UTC  (4+ messages)
` [PATCH 1/3] KVM: arm64: Configure HCRX_EL2 dynamically

[PATCH v2] drm/atomic-helper: prevent uaf in wait_for_vblanks
 2023-09-19 11:10 UTC  (2+ messages)

[PATCH] drm/virtio: clean out_fence on complete_submit
 2023-09-19 11:12 UTC  (2+ messages)

[PATCH v6 00/15] GenieZone hypervisor drivers
 2023-09-19 11:12 UTC  (16+ messages)
` [PATCH v6 01/15] docs: geniezone: Introduce GenieZone hypervisor
` [PATCH v6 02/15] dt-bindings: hypervisor: Add MediaTek "
` [PATCH v6 03/15] virt: geniezone: Add GenieZone hypervisor driver
` [PATCH v6 04/15] virt: geniezone: Add vm support
` [PATCH v6 05/15] virt: geniezone: Add set_user_memory_region for vm
` [PATCH v6 06/15] virt: geniezone: Add vm capability check
` [PATCH v6 07/15] virt: geniezone: Add vcpu support
` [PATCH v6 08/15] virt: geniezone: Add irqchip support for virtual interrupt injection
` [PATCH v6 09/15] virt: geniezone: Add irqfd support
` [PATCH v6 10/15] virt: geniezone: Add ioeventfd support
` [PATCH v6 11/15] virt: geniezone: Add memory region support
` [PATCH v6 12/15] virt: geniezone: Add dtb config support
` [PATCH v6 13/15] virt: geniezone: Add demand paging support
` [PATCH v6 14/15] virt: geniezone: Add memory pin/unpin support
` [PATCH v6 15/15] virt: geniezone: Add block-based demand paging support

[PATCH V2 0/2] HID: touchscreen: add himax hid-over-spi driver
 2023-09-19 11:09 UTC  (4+ messages)
` [PATCH V2 1/2] dt-bindings: input: Introduce Himax HID-over-SPI device

sound/core/ump.c:676:25: warning: array subscript 'struct snd_ump_block_info[0]' is partly outside array bounds of 'char[20]'
 2023-09-19 11:06 UTC 

[PATCH V4 0/7] ASoC: codecs: Add aw87390 amplifier driver
 2023-09-19 10:57 UTC  (8+ messages)
` [PATCH V4 1/7] ASoC: dt-bindings: awinic,aw88395: Add properties for multiple PA support
` [PATCH V4 2/7] ASoC: dt-bindings: Add schema for "awinic,aw87390"
` [PATCH V4 3/7] ASoC: codecs: Modify the transmission method of parameters and property node
` [PATCH V4 4/7] ASoC: codecs: Add code for bin parsing compatible with aw87390
` [PATCH V4 5/7] ASoC: codecs: Modify i2c name and parameter transmission methodls
` [PATCH V4 6/7] ASoC: codecs: Change the aw88261 variable name and i2c driver name
` [PATCH V4 7/7] ASoC: codecs: Add aw87390 amplifier driver

[PATCH v2] x86/hyperv: Restrict get_vtl to only VTL platforms
 2023-09-19 11:04 UTC  (2+ messages)

[PATCH v1] MIPS: Remove dead code in relocate_new_kernel
 2023-09-19 11:05 UTC 

[PATCH] drm/mediatek/dp: fix memory leak on ->get_edid callback error path
 2023-09-19 11:04 UTC  (5+ messages)
` [PATCH] drm/mediatek/dp: fix memory leak on ->get_edid callback audio detection

[PATCH for-v6.6] mfd: cs42l43: Use correct macro for new-style PM runtime ops
 2023-09-19 11:03 UTC 

[PATCH v3 0/7] locking/rtmutex: Avoid PI state recursion through sched_submit_work()
 2023-09-19 11:03 UTC  (6+ messages)
` [PATCH v3 7/7] locking/rtmutex: Acquire the hb lock via trylock after wait-proxylock

[QEMU PATCH v5 0/1] add freeze_mode for virtio-pci and support S3 for virtgpu
 2023-09-19 11:02 UTC  (3+ messages)
` [QEMU PATCH v5 1/2] virtio-pci: Add freeze_mode case for virtio pci
` [QEMU PATCH v5 2/2] virtgpu: do not destroy resources when guest does S3

[PATCH 0/2] clk: Fix lockdep warnings in clk_test
 2023-09-19 11:01 UTC  (2+ messages)

[PATCH] drm/mediatek: Add spinlock for setting vblank event in atomic_begin
 2023-09-19 11:00 UTC  (4+ messages)

[PATCH v4 1/7] hwmon: max31827: Make code cleaner
 2023-09-19 11:00 UTC  (3+ messages)
` [PATCH v4 3/7] dt-bindings: hwmon: Add possible new properties to max31827 bindings

[PATH v2] cgroup: add cgroup_favordynmods= command-line option
 2023-09-19 11:00 UTC  (3+ messages)

[PATCH 0/2] MediaTek MDP3: use devicetree to retrieve SCP
 2023-09-19 10:57 UTC  (3+ messages)
` [PATCH 1/2] media: dt-bindings: mediatek: Add phandle to mediatek,scp on MDP3 RDMA

[PATCH] ASoC: dt-bindings: tfa9879: Convert to dtschema
 2023-09-19 10:55 UTC  (2+ messages)

[PATCH 10/10] arm64: dts: mt8195-cherry: Add secure mbox settings for vdosys
 2023-09-19 10:54 UTC 

[PATCH RFC] rdma: Add support to dump SRQ resource in raw format
 2023-09-19 10:53 UTC  (3+ messages)

[PATCH 00/15] random tty fixes
 2023-09-19 10:53 UTC  (15+ messages)
` [PATCH 04/15] tty: n_tty: invert the condition in copy_from_read_buf()
` [PATCH 09/15] tty: fix kernel-doc for functions in tty.h
` [PATCH 12/15] tty: convert THROTTLE constants into enum

[PATCH v3 0/2] soc: mediatek: svs: add support for mt8188
 2023-09-19 10:52 UTC  (3+ messages)
` [PATCH v3 2/2] "

[RFC PATCH 2/3] add statmnt(2) syscall
 2023-09-19 10:51 UTC  (12+ messages)

Linux 6.5.4
 2023-09-19 10:51 UTC  (2+ messages)

Linux 6.1.54
 2023-09-19 10:51 UTC  (2+ messages)

Linux 5.15.132
 2023-09-19 10:51 UTC  (2+ messages)

Linux 5.10.195
 2023-09-19 10:51 UTC  (2+ messages)

[PATCH v4] gpio: sim: fix an invalid __free() usage
 2023-09-19 10:49 UTC  (4+ messages)

[PATCH v3 00/12] regulator: mt6366: Split out of MT6358 and cleanup
 2023-09-19 10:43 UTC  (13+ messages)
` [PATCH v3 01/12] dt-bindings: mfd: mt6397: Split out compatible for MediaTek MT6366 PMIC
` [PATCH v3 02/12] regulator: dt-bindings: mt6358: Convert to DT schema
` [PATCH v3 03/12] regulator: dt-bindings: mt6358: Add regulator-allowed-modes property
` [PATCH v3 04/12] regulator: dt-bindings: mt6358: Add regulator supplies
` [PATCH v3 05/12] regulator: dt-bindings: mt6358: Add MT6366 PMIC
` [PATCH v3 06/12] regulator: mt6358: Use mt6397-regulator.h binding header for buck mode macros
` [PATCH v3 07/12] regulator: mt6358: Add supply names for MT6358 regulators
` [PATCH v3 08/12] regulator: mt6358: fix and drop type prefix in MT6366 regulator node names
` [PATCH v3 09/12] regulator: mt6358: Make MT6366 vcn18 LDO configurable
` [PATCH v3 10/12] regulator: mt6358: Add missing regulators for MT6366
` [PATCH v3 11/12] regulator: mt6358: Add supply names for MT6366 regulators
` [PATCH v3 12/12] arm64: dts: mediatek: mt8183-kukui: Add PMIC regulator supplies

[LINUX KERNEL PATCH v5 0/1] add freeze_mode for virtio_pci and add S3 support for virtgpu
 2023-09-19 10:46 UTC  (3+ messages)
` [LINUX KERNEL PATCH v5 1/2] virtio_pci: Add freeze_mode for virtio_pci_common_cfg
` [LINUX KERNEL PATCH v5 2/2] virtgpu: Add freeze and restore func to reinit vqs

arch/alpha/include/asm/rwonce.h:25:35: warning: array subscript 0 is outside array bounds of 'struct inode[11885788707287082]'
 2023-09-19 10:42 UTC 

[PATCH v3 0/2] mfd: axp20x: improve support without interrupts
 2023-09-19 10:39 UTC  (3+ messages)
` [PATCH v3 1/2] dt-bindings: mfd: x-powers,axp152: make interrupt optional for more chips
` [PATCH v3 2/2] mfd: axp20x: Generalise handling without interrupt

[PATCH v3] media: i2c: imx334: add support for test pattern generator
 2023-09-19 10:38 UTC  (2+ messages)

[PATCH v2] hwmon: (ibmpowernv) refactor deprecated strncpy
 2023-09-19 10:35 UTC  (2+ messages)

[PATCH v2] selftests/amd-pstate: Fix broken paths to run workloads in amd-pstate-ut
 2023-09-19 10:33 UTC 


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).