mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
[PATCH] sched/fair: use cpumask_weight_and() in sched_balance_find_dst_group()
 2025-09-11  6:52 UTC  (2+ messages)

[PATCH] usb: gadget: f_ncm: Fix NPE in ncm_bind error path
 2025-09-11  6:50 UTC  (3+ messages)

[PATCH] x86/Documentation: explain LINUX_EFI_INITRD_MEDIA_GUID
 2025-09-11  6:46 UTC  (6+ messages)

[PATCH] sched: fair: drop useless cpumask_empty() in find_energy_efficient_cpu()
 2025-09-11  6:44 UTC  (2+ messages)

[PATCH 0/2] drm/bridge: handle gracefully atomic updates during bridge removal
 2025-09-11  6:44 UTC  (8+ messages)
` [PATCH 2/2] drm/bridge: ti-sn65dsi83: protect device resources on unplug

[PATCH v7 0/3] dt-bindings: mfd: twl: Consolidate and fix TI TWL family bindings
 2025-09-11  6:43 UTC  (6+ messages)
` [PATCH v7 1/3] dt-bindings: mfd: twl: Add missing sub-nodes for TWL4030 & TWL603x

[PATCH net v5 0/5] net: macb: various fixes
 2025-09-11  6:43 UTC  (5+ messages)
` [PATCH net v5 3/5] net: macb: move ring size computation to functions
` [PATCH net v5 5/5] net: macb: avoid dealing with endianness in macb_set_hwaddr()

[PATCH net-next] net/mlx5: Improve write-combining test reliability for ARM64 Grace CPUs
 2025-09-11  6:41 UTC 

[PATCH v2] media: i2c: alvium: Accelerated alvium_set_power
 2025-09-11  6:39 UTC  (4+ messages)

[RESEND PATCH v4 0/3] Fix lpaif_type and DAI configuration for I2S interface
 2025-09-11  6:36 UTC  (4+ messages)
` [RESEND PATCH v4 1/3] ASoC: qcom: audioreach: Fix lpaif_type configuration for the "
` [RESEND PATCH v4 2/3] ASoC: qcom: q6apm-lpass-dais: Fix missing set_fmt DAI op for I2S
` [RESEND PATCH v4 3/3] ASoC: qcom: sc8280xp: Enable DAI format configuration for MI2S interfaces

[PATCH 00/14] paravirt: cleanup and reorg
 2025-09-11  6:34 UTC  (15+ messages)
` [PATCH 01/14] x86/paravirt: remove not needed includes of paravirt.h
` [PATCH 02/14] x86/paravirt: remove some unneeded struct declarations
` [PATCH 03/14] x86/paravirt: remove PARAVIRT_DEBUG config option
` [PATCH 04/14] x86/paravirt: move thunk macros to paravirt_types.h
` [PATCH 05/14] paravirt: remove asm/paravirt_api_clock.h
` [PATCH 06/14] sched: move clock related paravirt code to kernel/sched
` [PATCH 07/14] arm/paravirt: use common code for paravirt_steal_clock()
` [PATCH 08/14] arm64/paravirt: "
` [PATCH 09/14] loongarch/paravirt: "
` [PATCH 10/14] riscv/paravirt: "
` [PATCH 11/14] x86/paravirt: "
` [PATCH 12/14] x86/paravirt: move paravirt_sched_clock() related code into tsc.c
` [PATCH 13/14] x86/paravirt: allow pv-calls outside paravirt.h
` [PATCH 14/14] x86/pvlocks: move paravirt spinlock functions into qspinlock.h

[PATCH] dt-bindings: fix typo in documentation Correct a typo in the documentation by replacing "abd" with the correct word "and". This improves readability and avoids confusion in the description
 2025-09-11  6:33 UTC  (6+ messages)

[PATCH net-next 0/4] net/mlx5: Refactor devcom and add net namespace support
 2025-09-11  6:31 UTC  (5+ messages)
` [PATCH net-next 1/4] net/mlx5: Refactor devcom to use match attributes
` [PATCH net-next 2/4] net/mlx5: Lag, move devcom registration to LAG layer
` [PATCH net-next 3/4] net/mlx5: Add net namespace support to devcom
` [PATCH net-next 4/4] net/mlx5: Lag, add net namespace support

linux-next: Tree for Sep 11
 2025-09-11  6:29 UTC 

[PATCH 0/2] Add device tree for ASRock Rack ALTRAD8 BMC
 2025-09-11  6:29 UTC  (5+ messages)
` [PATCH 1/2] dt-bindings: arm: aspeed: add ASRock Rack ALTRAD8 board
` [PATCH 2/2] ARM: dts: aspeed: add device tree for ASRock Rack ALTRAD8 BMC

[PATCH 5.10.y] e1000e: fix EEPROM length types for overflow checks
 2025-09-11  6:27 UTC  (4+ messages)

[PATCH v2 0/4] Miscellaneous fixes and clean-ups
 2025-09-11  6:27 UTC  (2+ messages)

[PATCH] arm64: mm: Move KPTI helpers to mmu.c
 2025-09-11  6:24 UTC  (5+ messages)

[PATCH] ASoC: codecs: lpass-wsa-macro: Fix speaker quality distortion
 2025-09-11  6:23 UTC  (3+ messages)

[PATCH v2] mtd: core: always verify OOB offset in mtd_check_oob_ops()
 2025-09-11  6:22 UTC  (3+ messages)

[PATCH] mm: avoid poison consumption when splitting THP
 2025-09-11  6:19 UTC  (3+ messages)

[PATCH net] net: dsa: microchip: Select SPI_MODE 0 for KSZ8463
 2025-09-11  6:16 UTC  (3+ messages)

[PATCH 1/3] md: use MD_RECOVERY_ERROR flag instead of function parameter
 2025-09-11  6:16 UTC  (5+ messages)
` [PATCH 2/3] md: fix incorrect sync progress update on sync read errors
` [PATCH 3/3] md: factor out sync completion update into helper

[PATCH 0/2] RISC-V: Detect Ssqosid extension and handle srmcfg CSR
 2025-09-11  6:15 UTC  (3+ messages)
` [PATCH 1/2] RISC-V: Detect the Ssqosid extension
` [PATCH 2/2] RISC-V: Add support for srmcfg CSR from Ssqosid ext

[PATCH v3 1/3] mmc: sdhci: Move the code related to setting the clock from sdhci_set_ios_common() into sdhci_set_ios()
 2025-09-11  6:14 UTC  (5+ messages)
` [PATCH v3 2/3] mmc: sdhci-uhs2: Fix calling incorrect sdhci_set_clock() function
` [PATCH v3 3/3] mmc: sdhci-pci-gli: GL9767: Fix initializing the UHS-II interface during a power-on

[PATCH] md/raid1: skip recovery of already synced areas
 2025-09-11  6:10 UTC  (2+ messages)

[PATCH v2 0/2] media: add Himax HM1246 image sensor
 2025-09-11  6:10 UTC  (7+ messages)
` [PATCH v2 2/2] media: i2c: add Himax HM1246 image sensor driver

[PATCH] mfd: rz-mtu3: fix MTU5 NFCR register offset
 2025-09-11  6:08 UTC  (2+ messages)

[PATCH V6 0/2] Add AMD I3C master controller driver and bindings
 2025-09-11  6:07 UTC  (4+ messages)
` [PATCH V6 2/2] i3c: master: Add AMD I3C bus controller driver

[PATCH v7 0/1] Bluetooth: mediatek: add gpio pin to reset bt
 2025-09-11  6:07 UTC  (5+ messages)
` [PATCH v7 1/1] "

[PATCH v5 0/4] x86/cpu/topology: Fix the preferred order of initial APIC ID parsing on AMD/Hygon
 2025-09-11  6:06 UTC  (5+ messages)
` [PATCH v5 1/4] x86/cpu/topology: Always try cpu_parse_topology_ext() "

linux-next: build failure after merge of the mm-unstable tree
 2025-09-11  6:05 UTC 

[PATCH net-next v3] vhost/net: Defer TX queue re-enable until after sendmsg
 2025-09-11  5:55 UTC  (6+ messages)
  ` vhost_iotlb_miss tight loop lockup - RE "

[RFC PATCH v3 0/4] ->i_state accessors
 2025-09-11  5:54 UTC  (6+ messages)
` [PATCH v3 1/4] fs: expand dump_inode()
` [PATCH v3 2/4] fs: hide ->i_state handling behind accessors
` [PATCH v3 3/4] convert all filesystems to use the new ->i_state accessors
` [PATCH v3 4/4] type switch

[PATCH v3] i2c: spacemit: configure ILCR for accurate SCL frequency
 2025-09-11  5:50 UTC  (2+ messages)

[RFC PATCH v1 0/2] Don't broadcast TLBI if mm was only active on local CPU
 2025-09-11  5:50 UTC  (3+ messages)
` [RFC PATCH v1 1/2] arm64: tlbflush: Move invocation of __flush_tlb_range_op() to a macro

[PATCH v3 0/2] ASoC: spacemit: add i2s support to K1 SoC
 2025-09-11  5:47 UTC  (3+ messages)
` [PATCH v3 1/2] ASoC: dt-bindings: Add bindings for SpacemiT K1
` [PATCH v3 2/2] ASoC: spacemit: add i2s support for K1 SoC

[PATCH 0/2] firmware: arm_scmi/imx: Support dump syslog
 2025-09-11  5:47 UTC  (7+ messages)
` [PATCH 1/2] firmware: arm_scmi: imx: Support getting syslog of MISC protocol
` [PATCH 2/2] firmware: imx: sm-misc: Dump syslog info

[PATCH v4 0/3] Add CCI and imx577 sensor support for lemans evk
 2025-09-11  5:45 UTC  (4+ messages)
` [PATCH v4 3/3] arm64: dts: qcom: lemans-evk-camera: Add DT overlay

[RFC PATCH v3 00/10] paravirt CPUs and push task for less vCPU preemption
 2025-09-11  5:40 UTC  (7+ messages)
` [RFC PATCH v3 04/10] sched/core: Dont allow to use CPU marked as paravirt
` [RFC PATCH v3 05/10] sched/fair: Don't consider paravirt CPUs for wakeup and load balance
` [RFC PATCH v3 07/10] sched/core: Push current task from paravirt CPU

[TECH TOPIC] Reaching consensus on CONFIG_HIGHMEM phaseout
 2025-09-11  5:38 UTC  (2+ messages)

[GIT PULL] Btrfs fixes for 6.17-rc6
 2025-09-11  5:37 UTC 

[RFC PATCH v1 00/38] ARM CCA Device Assignment support
 2025-09-11  5:33 UTC  (5+ messages)
` [RFC PATCH v1 34/38] coco: guest: arm64: Validate mmio range found in the interface report

[PATCH net] net: natsemi: fix `rx_dropped` double accounting on `netif_rx()` failure
 2025-09-11  5:33 UTC 

linux-next: build warning after merge of the vfs tree
 2025-09-11  5:23 UTC 

linux-next: build warnings after merge of the mm-unstable tree
 2025-09-11  5:20 UTC 

[PATCH v2 00/16] expand mmap_prepare functionality, port more users
 2025-09-11  5:19 UTC  (3+ messages)

[PATCH v2 0/3] mtd: spi-nand: Add support for randomizer
 2025-09-11  5:15 UTC  (6+ messages)
` [PATCH v2 3/3] mtd: spi-nand: macronix: Add randomizer support

[PATCH v4 0/3] Support ROHM BD79112 ADC
 2025-09-11  5:13 UTC  (4+ messages)
` [PATCH v4 2/3] iio: adc: Support ROHM BD79112 ADC/GPIO

[PATCH] rcu/segcblist: Use WRITE_ONCE() for rclp->len decrement
 2025-09-11  5:10 UTC 

[PATCH v4 0/7] phy: rockchip: phy-rockchip-inno-csidphy: add support for rk3588 variant
 2025-09-11  5:09 UTC  (5+ messages)
` (subset) "

[PATCH v3 0/5] USB Type-C alternate mode priorities
 2025-09-11  5:07 UTC  (5+ messages)
` [PATCH v3 4/5] usb: typec: Implement alternate mode priority handling

[PATCH v11 00/23] Enable CXL PCIe Port Protocol Error handling and logging
 2025-09-11  5:07 UTC  (11+ messages)
` [PATCH v11 08/23] PCI/CXL: Introduce pcie_is_cxl()
` [PATCH v11 09/23] PCI/AER: Report CXL or PCIe bus error type in trace logging
` [PATCH v11 20/23] CXL/PCI: Export and rename merge_result() to pci_ers_merge_result()

[PATCH] Documentation/maintainer-tip: Update Link tag rules
 2025-09-11  4:56 UTC  (2+ messages)

[PATCH] irqchip/loongson-pch-lpc: Use legacy domain for PCH-LPC IRQ controller
 2025-09-11  4:49 UTC  (2+ messages)

[PATCH] usb: dwc3: Log dwc3 instance name in traces
 2025-09-11  4:46 UTC  (11+ messages)

[PATCH v2] RISC-V: re-enable gcc + rust builds
 2025-09-11  4:46 UTC  (3+ messages)

[PATCH v3 0/4] Performance improvement of decoder
 2025-09-11  4:40 UTC  (7+ messages)

[PATCH v2 05/10] um: Determine sleep based on need_resched()
 2025-09-11  4:39 UTC  (2+ messages)

[PATCH v2 04/10] um: Turn signals_* into thread-local variables
 2025-09-11  4:34 UTC  (2+ messages)

[PATCH v7 0/6] Add support to load QUP SE firmware from
 2025-09-11  4:32 UTC  (7+ messages)
` [PATCH v7 1/6] dt-bindings: qcom: se-common: Add QUP Peripheral-specific properties for I2C, SPI, and SERIAL bus
` [PATCH v7 2/6] soc: qcom: geni-se: Cleanup register defines and update copyright
` [PATCH v7 3/6] soc: qcom: geni-se: Add support to load QUP SE Firmware via Linux subsystem
` [PATCH v7 4/6] i2c: qcom-geni: Load i2c qup Firmware from linux side
` [PATCH v7 5/6] spi: geni-qcom: Load spi "
` [PATCH v7 6/6] serial: qcom-geni: Load UART "

[PATCH v2 03/10] um: vdso: Implement __vdso_getcpu() via syscall
 2025-09-11  4:29 UTC  (2+ messages)

[PATCH] acpi,srat: Fix incorrect device handle check for Generic Initiator
 2025-09-11  4:28 UTC  (3+ messages)

[PATCH 0/5] histogram docs formatting cleanup
 2025-09-11  4:25 UTC  (6+ messages)
` [PATCH 1/5] Documentation: trace: histogram: Fix histogram trigger subsection number order
` [PATCH 2/5] Documentation: trace: histogram-design: Trim trailing vertices in diagram explanation text
` [PATCH 3/5] Documentation: trace: historgram-design: Separate sched_waking histogram section heading and the following diagram
` [PATCH 4/5] Documentation: trace: histogram-design: Wrap introductory note in note:: directive
` [PATCH 5/5] Documentation: trace: histogram: Link to ftrace docs

[PATCH v4 00/10] PCI/TSM: Core infrastructure for PCI device security (TDISP)
 2025-09-11  4:15 UTC  (7+ messages)
` [PATCH v4 07/10] PCI/IDE: Add IDE establishment helpers

[PATCH v15 0/4] Support system sleep with offloaded usb transfers
 2025-09-11  4:13 UTC  (11+ messages)
` [PATCH v15 2/4] usb: offload: add apis for offload usage tracking
` [PATCH v15 3/4] xhci: sideband: add api to trace sideband usage

[PATCH v9 2/2] mm/oom_kill: The OOM reaper traverses the VMA maple tree in reverse order
 2025-09-11  4:06 UTC  (2+ messages)

[PATCH] net/tcp: Fix a NULL pointer dereference when using TCP-AO with TCP_REPAIR
 2025-09-11  3:50 UTC  (3+ messages)

[PATCH v5 0/5] barrier: Add smp_cond_load_*_timeout()
 2025-09-11  3:46 UTC  (6+ messages)
` [PATCH v5 1/5] asm-generic: barrier: Add smp_cond_load_relaxed_timeout()
` [PATCH v5 2/5] arm64: "
` [PATCH v5 3/5] arm64: rqspinlock: Remove private copy of smp_cond_load_acquire_timewait
` [PATCH v5 4/5] asm-generic: barrier: Add smp_cond_load_acquire_timeout()
` [PATCH v5 5/5] rqspinlock: Use smp_cond_load_acquire_timeout()

[PATCH v2] net/tcp: Fix a NULL pointer dereference when using TCP-AO with TCP_REPAIR
 2025-09-11  3:43 UTC 

[PATCH v11 00/11] Trusted Execution Environment (TEE) driver for Qualcomm TEE (QTEE)
 2025-09-11  3:41 UTC  (12+ messages)
` [PATCH v11 01/11] firmware: qcom: tzmem: export shm_bridge create/delete
` [PATCH v11 02/11] firmware: qcom: scm: add support for object invocation
` [PATCH v11 03/11] tee: allow a driver to allocate a tee_device without a pool
` [PATCH v11 04/11] tee: add close_context to TEE driver operation
` [PATCH v11 05/11] tee: add TEE_IOCTL_PARAM_ATTR_TYPE_UBUF
` [PATCH v11 06/11] tee: add TEE_IOCTL_PARAM_ATTR_TYPE_OBJREF
` [PATCH v11 07/11] tee: increase TEE_MAX_ARG_SIZE to 4096
` [PATCH v11 08/11] tee: add Qualcomm TEE driver
` [PATCH v11 09/11] tee: qcom: add primordial object
` [PATCH v11 10/11] tee: qcom: enable TEE_IOC_SHM_ALLOC ioctl
` [PATCH v11 11/11] Documentation: tee: Add Qualcomm TEE driver

[PATCH 0/3] Documentation: fbcon: formatting cleanup and improvements
 2025-09-11  3:35 UTC  (2+ messages)

[f2fs-dev] [PATCH 1/2] f2fs: fix wrong extent_info data for precache extents
 2025-09-11  3:34 UTC  (2+ messages)

[PATCH RESEND v4 0/3] clk: spacemit: fix i2s clock
 2025-09-11  3:34 UTC  (4+ messages)
` [PATCH RESEND v4 1/3] dt-bindings: clock: spacemit: introduce i2s pre-clock to "
` [PATCH RESEND v4 2/3] clk: spacemit: introduce pre-div for ddn clock
` [PATCH RESEND v4 3/3] clk: spacemit: fix i2s clock

[PATCH] arm64: dts: freescale: imx93-phycore-som: Remove "fsl,magic-packet"
 2025-09-11  3:33 UTC  (2+ messages)

[PATCH v2] selftests: filelock: Initialize the flock to zero
 2025-09-11  3:31 UTC 

[PATCH 1/2] rust: pin-init: rename `project` -> `project_this` in doctest
 2025-09-11  3:31 UTC  (7+ messages)
` [PATCH 2/2] rust: pin-init: add pin projections to `#[pin_data]`

[RFC PATCH V3] sched: psi: Add psi events trace point
 2025-09-11  3:28 UTC 

[PATCH v2 1/2] dt-bindings: iio: afe: current-sense-amplifier: Add io-channel-cells
 2025-09-11  3:27 UTC  (3+ messages)
` [PATCH v2 2/2] arm64: dts: freescale: imx93-phyboard-nash: Current sense via iio-hwmon

[PATCH] arm64: dts: imx8mp: Correct thermal sensor index
 2025-09-11  3:25 UTC  (2+ messages)

[PATCH v1 2/3] objtool/LoongArch: Fix unreachable instruction warnings about EFISTUB
 2025-09-11  3:23 UTC  (11+ messages)

[PATCH] arm64: dts: imx95: add standard PCI device compatible string to NETC Timer
 2025-09-11  3:22 UTC  (2+ messages)

[PATCH] cgroup: replace global percpu_rwsem with signal_struct->group_rwsem when writing cgroup.procs/threads
 2025-09-11  3:22 UTC  (4+ messages)
` [PATCH v5 0/3] cgroup: replace global percpu_rwsem with per threadgroup resem when writing to cgroup.procs
  ` [PATCH v5 2/3] cgroup: relocate cgroup_attach_lock within cgroup_procs_write_start

[PATCH 00/16] ARM: dts: imx6: clean up some dtb check warnings
 2025-09-11  3:21 UTC  (2+ messages)

[PATCH v10 00/11] Trusted Execution Environment (TEE) driver for Qualcomm TEE (QTEE)
 2025-09-11  3:18 UTC  (3+ messages)

[PATCH] refperf: Set reader_tasks to NULL after kfree()
 2025-09-11  3:18 UTC 

[PATCH v2 0/2] TQMa91xx support
 2025-09-11  3:15 UTC  (3+ messages)
` [PATCH v2 2/2] arm64: dts: freescale: add initial device tree for TQMa91xx/MBa91xxCA

[PATCH 0/3] Add LG SW49410 Panel Driver
 2025-09-11  3:08 UTC  (4+ messages)
` [PATCH 1/3] drm/panel: Add LG SW49410 Panel
` [PATCH 2/3] dt-bindings: display: panel: Add devicetree documentation for lg,sw49410
` [PATCH 3/3] Update MAINTAINERS "

[PATCH v0 0/2] mm: swap: Gather swap entries and batch async release
 2025-09-11  3:04 UTC  (6+ messages)

[patch 00/12] rseq: Implement time slice extension mechanism
 2025-09-11  3:03 UTC  (4+ messages)

[GIT PULL] hotfixes for 6.17-rc6
 2025-09-11  3:02 UTC 

[PATCH v10 0/6] Add i.MX91 platform support
 2025-09-11  2:55 UTC  (5+ messages)

[PATCH v3 00/15] mm, swap: introduce swap table as swap cache (phase I)
 2025-09-11  2:54 UTC  (6+ messages)
` [PATCH v3 11/15] mm, swap: use the swap table for the swap cache and switch API

[PATCH v7 0/2] Add SpacemiT K1 USB3.0 host controller support
 2025-09-11  2:53 UTC  (4+ messages)
` [PATCH v7 1/2] dt-bindings: usb: dwc3: add support for SpacemiT K1

[PATCH V10 0/5] riscv: mm: Add soft-dirty and uffd-wp support
 2025-09-11  2:51 UTC  (6+ messages)
` [PATCH V10 1/5] mm: softdirty: Add pte_soft_dirty_available()

[PATCH] net: wireless: rtw89: Sleep while waiting for firmware init
 2025-09-11  2:46 UTC  (4+ messages)

[syzbot] [smc?] KASAN: use-after-free Read in __pnet_find_base_ndev
 2025-09-11  2:45 UTC 

[PATCH v3 0/3] nvmem: s32g-ocotp: Add driver for S32G OCOTP
 2025-09-11  2:36 UTC  (3+ messages)
` [PATCH v3 3/3] arm64: dts: s32g: Add device tree information for the OCOTP driver

[PATCH v2] rust: rbtree: add immutable cursor
 2025-09-11  2:33 UTC  (8+ messages)

linux-next: manual merge of the net-next tree with the rdma tree
 2025-09-11  2:26 UTC 

page:  |  | latest

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®