linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-07-30 05:55:13 to 2025-07-30 08:57:21 UTC [more...]

[PATCH 00/14] drm/tidss: dispc: Convert to FIELD_* API
 2025-07-30  8:57 UTC  (4+ messages)
` [PATCH 01/14] drm/tidss: dispc: Remove unused OVR_REG_GET
` [PATCH 02/14] drm/tidss: dispc: Switch to GENMASK instead of FLD_MASK
` [PATCH 03/14] drm/tidss: dispc: Switch to FIELD_PREP for FLD_VAL

[PATCH v5 00/10] coresight: Fix and improve clock usage
 2025-07-30  8:56 UTC  (6+ messages)
` [PATCH v5 04/10] coresight: Appropriately disable programming clocks

[PATCH v2 00/13] Add DisplayPort support for QCS615 platform
 2025-07-30  8:53 UTC  (6+ messages)
` [PATCH v2 02/13] dt-bindings: phy: Add binding for QCS615 standalone QMP DP PHY

[PATCH v4 0/2] hung_task: Dump the blocking task stacktrace
 2025-07-30  8:51 UTC  (4+ messages)
` [PATCH v4 1/2] hung_task: Show the blocker task if the task is hung on mutex

[PATCH v9 0/4] arm64: dts: qcom: Add Lenovo ThinkBook 16 device tree
 2025-07-30  8:50 UTC  (3+ messages)
` [PATCH v9 4/4] arm64: dts: qcom: Add Lenovo ThinkBook 16 G7 QOY "

[PATCH v13 00/10] Implement vendor resets for PSCI SYSTEM_RESET2
 2025-07-30  8:50 UTC  (4+ messages)
` [PATCH v13 07/10] firmware: psci: Implement vendor-specific resets as reboot-mode

[GIT PULL] probes: Updates for v6.17
 2025-07-30  8:49 UTC 

[PATCH v6 00/10] ASoC: mediatek: Add support for MT8196 SoC
 2025-07-30  8:42 UTC  (5+ messages)
` [PATCH v6 02/10] ASoC: mediatek: mt8196: add common header
` [PATCH v6 03/10] ASoC: mediatek: mt8196: support audio clock control

[PATCH] ASoC: wm8962: Clear master mode when enter runtime suspend
 2025-07-30  8:21 UTC  (2+ messages)

[RFC PATCH v1 00/38] ARM CCA Device Assignment support
 2025-07-30  8:42 UTC  (11+ messages)
` [RFC PATCH v1 06/38] iommufd: Add and option to request for bar mapping with IORESOURCE_EXCLUSIVE
` [RFC PATCH v1 11/38] KVM: arm64: CCA: register host tsm platform device

[PATCH] f2fs: dump more information when checkpoint was blocked for long time
 2025-07-30  8:40 UTC  (4+ messages)

[PATCH v4 0/4] Enable cpufreq for IPQ5424
 2025-07-30  8:38 UTC  (7+ messages)
` [PATCH v4 1/4] dt-bindings: clock: ipq5424-apss-clk: Add ipq5424 apss clock controller
` [PATCH v4 2/4] clk: qcom: apss-ipq5424: "
` [PATCH v4 3/4] cpufreq: qcom-nvmem: Enable cpufreq for ipq5424
` [PATCH v4 4/4] arm64: dts: qcom: ipq5424: Enable cpufreq

[syzbot] [fuse?] WARNING: refcount bug in process_scheduled_works
 2025-07-30  8:36 UTC  (3+ messages)

[syzbot] [fuse?] [block?] KASAN: slab-use-after-free Read in disk_add_events
 2025-07-30  8:37 UTC  (7+ messages)
` syztest

[PATCH v3] mm: slub: avoid deref of free pointer in sanity checks if object is invalid
 2025-07-30  8:36 UTC  (2+ messages)

[PATCH v2] LoongArch: vDSO: remove -nostdlib complier flag
 2025-07-30  8:32 UTC 

[PATCH] powerpc/qspinlock: Add spinlock contention tracepoint
 2025-07-30  8:33 UTC  (3+ messages)

[PATCH v6 0/2] rust: alloc: kvec doc example and allocator unit tests
 2025-07-30  8:31 UTC  (8+ messages)
` [PATCH v6 1/2] rust: allocator: add KUnit tests for alignment guarantees
` [PATCH v6 2/2] rust: alloc: kvec: add doc example for as_slice method

[PATCH] rust: clk: use the type-state pattern
 2025-07-30  8:29 UTC  (6+ messages)

[PATCH v2 0/5] blk-mq-sched: support request batch dispatching for sq elevator
 2025-07-30  8:22 UTC  (6+ messages)
` [PATCH v2 1/5] blk-mq-sched: introduce high level elevator lock
` [PATCH v2 2/5] mq-deadline: switch to use "
` [PATCH v2 3/5] block, bfq: "
` [PATCH v2 4/5] blk-mq-sched: refactor __blk_mq_do_dispatch_sched()
` [PATCH v2 5/5] blk-mq-sched: support request batch dispatching for sq elevator

[PATCH v2 00/20] Add support for the NXP automotive S32G PIT
 2025-07-30  8:27 UTC  (21+ messages)
` [PATCH v2 01/20] clocksource/drivers/vf-pit: Replace raw_readl/writel to reald/writel
` [PATCH v2 02/20] clocksource/drivers/vf-pit: Add COMPILE_TEST option
` [PATCH v2 03/20] clocksource/drivers/vf-pit: Set the scene for multiple timers
` [PATCH v2 04/20] clocksource/drivers/vf-pit: Rework the base address usage
` [PATCH v2 05/20] clocksource/drivers/vf-pit: Pass the cpu number as parameter
` [PATCH v2 06/20] clocksource/drivers/vf-pit: Encapsulate the initialization of the cycles_per_jiffy
` [PATCH v2 07/20] clocksource/drivers/vf-pit: Allocate the struct timer at init time
` [PATCH v2 08/20] clocksource/drivers/vf-pit: Convert raw values to BIT macros
` [PATCH v2 09/20] clocksource/drivers/vf-pit: Register the clocksource from the driver
` [PATCH v2 10/20] clocksource/drivers/vf-pit: Encapsulate the macros
` [PATCH v2 11/20] clocksource/drivers/vf-pit: Encapsulate the PTLCVAL macro
` [PATCH v2 12/20] clocksource/drivers/vf-pit: Use the node name for the interrupt and timer names
` [PATCH v2 13/20] clocksource/drivers/vf-pit: Encapsulate clocksource enable / disable
` [PATCH v2 14/20] clocksource/drivers/vf-pit: Enable and disable module on error
` [PATCH v2 15/20] clocksource/drivers/vf-pit: Encapsulate set counter function
` [PATCH v2 16/20] clocksource/drivers/vf-pit: Consolidate calls to pit_*_disable/enable
` [PATCH v2 17/20] clocksource/drivers/vf-pit: Unify the function name for irq ack
` [PATCH v2 18/20] clocksource/drivers/vf-pit: Rename the VF PIT to NXP PIT
` [PATCH v2 19/20] dt: bindings: fsl,vf610-pit: Add compatible for s32g2 and s32g3
` [PATCH v2 20/20] clocksource/drivers/nxp-pit: Add NXP Automotive s32g2 / s32g3 support

vmlinux.o: warning: objtool: __isofs_iget+0x9bc: sibling call from callable instruction with modified stack frame
 2025-07-30  8:27 UTC 

[syzbot] [dri?] WARNING in __ww_mutex_wound
 2025-07-30  8:27 UTC  (2+ messages)

[PATCH V1 0/3] Enable UFS MCQ support for SM8650 and SM8750
 2025-07-30  8:22 UTC  (4+ messages)
` [PATCH V1 1/3] dt-bindings: ufs: qcom: Add reg and reg-names
` [PATCH V1 2/3] arm64: dts: qcom: sm8650: Enable MCQ support for UFS controller
` [PATCH V1 3/3] arm64: dts: qcom: sm8750: "

[PATCH] fs: hidepid: Fixes hidepid non dumpable behavior
 2025-07-30  8:22 UTC 

[PATCH v17 00/24] KVM: Enable mmap() for guest_memfd
 2025-07-30  8:20 UTC  (9+ messages)
` [PATCH v17 14/24] KVM: x86/mmu: Enforce guest_memfd's max order when recovering hugepages
` [PATCH v17 15/24] KVM: x86/mmu: Extend guest_memfd's max mapping level to shared mappings
` [PATCH v17 16/24] KVM: x86/mmu: Handle guest page faults for guest_memfd with shared memory
` [PATCH v17 24/24] KVM: selftests: Add guest_memfd testcase to fault-in on !mmap()'d memory

[RFC PATCH] mm: shmem: fix the strategy for the tmpfs 'huge=' options
 2025-07-30  8:14 UTC 

Linux 6.16
 2025-07-30  8:20 UTC  (5+ messages)
` "stack state/frame" and "jump dest instruction" errors (was Re: Linux 6.16)

[PATCH] f2fs: f2fs supports uncached buffered I/O read
 2025-07-30  8:14 UTC  (2+ messages)

[PATCH 0/6] gpio: renesas: Add support for GPIO and related interrupts in RZ/N1 SoC
 2025-07-30  8:10 UTC  (3+ messages)

[PATCH] EDAC/skx_common: Fix potential negative values in DIMM size calculation
 2025-07-30  8:03 UTC  (3+ messages)

[PATCH v2 14/20] staging: rtl8723bs: remove unnecessary parentheses in conditional
 2025-07-30  8:03 UTC  (2+ messages)
` [PATCH v3 "

[PATCH 05/10] PCI/P2PDMA: Export pci_p2pdma_map_type() function
 2025-07-30  8:03 UTC  (11+ messages)

[PATCH v3] i3c: master: svc: Fix npcm845 FIFO_EMPTY quirk
 2025-07-30  7:59 UTC  (2+ messages)

[PATCH 0/2] arm64: dts: qcom: sm8[56]50: flatten the primary usb controller node
 2025-07-30  7:57 UTC  (5+ messages)
` [PATCH 1/2] arm64: dts: qcom: sm8550: Flatten the USB nodes
` [PATCH 2/2] arm64: dts: qcom: sm8650: "

[PATCH 0/2] rust: regulator: relax a few constraints on Regulator<T>
 2025-07-30  7:57 UTC  (2+ messages)

[PATCH v2] rust: pci: Use explicit types in FFI callbacks
 2025-07-30  7:56 UTC  (4+ messages)

[PATCH] md: fix create on open mddev lifetime regression
 2025-07-30  7:56 UTC  (3+ messages)

[PATCH 0/3] Add Richtek RT9756 Smart-Cap dividor charger
 2025-07-30  7:50 UTC  (6+ messages)
` [PATCH 1/3] dt-bindings: power: supply: Add Richtek RT9756 smart cap divider charger

[PATCH] f2fs: drop inode from the donation list when the last file is closed
 2025-07-30  7:50 UTC  (2+ messages)
` [f2fs-dev] "

[PATCH v3 1/1] mtd: spi-nor: core: Prevent oops during driver removal with active read or write operations
 2025-07-30  7:50 UTC  (4+ messages)

[PATCH 00/17] drm/msm: Support for Inter Frame Power Collapse (IFPC) feature
 2025-07-30  7:49 UTC  (11+ messages)
` [PATCH 07/17] drm/msm/adreno: Add fenced regwrite support

[PATCH] x86: XOP prefix instructions decoder support
 2025-07-30  7:46 UTC 

[PATCH] mm: shmem: fix the shmem large folio allocation for the i915 driver
 2025-07-30  7:46 UTC  (3+ messages)

[PATCH v2 0/2] Add driver support for Eswin eic7700 SoC USB controller
 2025-07-30  7:46 UTC  (4+ messages)
` [PATCH v2 1/2] dt-bindings: usb: Add Eswin EIC7700 "
` [PATCH v2 2/2] usb: dwc3: eic7700: Add EIC7700 USB driver

[PATCH v2 0/5] arm64: dts: exynos2200: introduce serial busses, except spi
 2025-07-30  7:42 UTC  (6+ messages)
` [PATCH v2 1/5] arm64: dts: exynos2200: fix typo in hsi2c23 bus pins label
` [PATCH v2 2/5] arm64: dts: exynos2200: use 32-bit address space for /soc
` [PATCH v2 3/5] arm64: dts: exynos2200: increase peric1 and cmgp syscon sizes
` [PATCH v2 4/5] arm64: dts: exynos2200: add serial_0/1 nodes
` [PATCH v2 5/5] arm64: dts: exynos2200: define all usi nodes

[PATCH] f2fs: don't break allocation when crossing contiguous sections
 2025-07-30  7:39 UTC  (3+ messages)

[GIT PULL] sh updates for v6.17
 2025-07-30  7:35 UTC 

[PATCH 0/2] phy: add basic support for NXPs TJA1145 CAN transceiver
 2025-07-30  7:35 UTC  (3+ messages)
` [PATCH 1/2] dt-bindings: phy: add "

[PATCH 0/2] x86/kvm: Force legacy PCI hole as WB under SNP/TDX
 2025-07-30  7:34 UTC  (7+ messages)

[PATCH v3 03/20] staging: rtl8723bs: add blank line between rtw_roaming() and _rtw_roaming()
 2025-07-30  7:32 UTC  (2+ messages)
` [PATCH v4 "

[PATCH v2] net: mana: Use page pool fragments for RX buffers instead of full pages to improve memory efficiency
 2025-07-30  7:31 UTC  (4+ messages)

[PATCH v2 2/2] cpufreq: CPPC: Dont read counters for idle CPUs
 2025-07-30  7:31 UTC  (13+ messages)

[PATCH RESEND] x86/kexec: Carry forward the boot DTB on kexec
 2025-07-30  7:31 UTC  (2+ messages)

[PATCH 1/1] gpu: drm: fix compilation errors in drm_vram_helper
 2025-07-30  7:29 UTC  (2+ messages)
` [PATCH v2 "

[PATCH RESEND] dt-bindings: phy: Add eDP PHY compatible for QCS8300
 2025-07-30  7:27 UTC 

[PATCH v2] dt-bindings: soc: samsung: usi: add samsung,exynos2200-usi compatible
 2025-07-30  7:27 UTC 

[PATCH] LoongArch: vDSO: remove -nostdlib complier flag
 2025-07-30  7:25 UTC  (3+ messages)

[PATCH v2] f2fs: add reserved nodes for privileged users
 2025-07-30  7:23 UTC  (2+ messages)

[PATCH 0/1] btrfs: strengthen integer overflow protection in batch allocation
 2025-07-30  7:20 UTC  (6+ messages)
` [PATCH 1/1] btrfs: add integer overflow protection to flush_dir_items_batch allocation
    ` [PATCH 1/1] btrfs: add integer overflow protection to flush_dir_items_batch allocation - WITHDRAWN

[PATCH v3 0/5] Add Type-C DP support for RK3399 EVB IND board
 2025-07-30  7:20 UTC  (3+ messages)
` [PATCH v3 1/5] dt-bindings: phy: rockchip: rk3399-typec-phy: Support mode-switch

[PATCH v3 0/7] Add support for Clock controllers for Glymur
 2025-07-30  7:17 UTC  (6+ messages)
` [PATCH v3 1/7] dt-bindings: clock: qcom-rpmhcc: Add support for Glymur SoCs
` [PATCH v3 2/7] dt-bindings: clock: qcom: Document the Glymur TCSR Clock Controller

[PATCH] drm/panel-edp: Add several generic edp panels
 2025-07-30  7:16 UTC 

linux-next: duplicate patches in the sysctl tree
 2025-07-30  7:16 UTC 

[PATCH] ARM: s3c/gpio: complete the conversion to new GPIO value setters
 2025-07-30  7:14 UTC 

[PATCH v3 0/4] Initial support for Qualcomm Hamoa IOT EVK board
 2025-07-30  7:14 UTC  (11+ messages)
` [PATCH v3 1/4] dt-bindings: arm: qcom: Document HAMOA-IOT-EVK board
` [PATCH v3 3/4] arm64: dts: qcom: Add HAMOA-IOT-SOM platform
` [PATCH v3 4/4] arm64: dts: qcom: Add base HAMOA-IOT-EVK board

[PATCH v2 1/1] arm64: dts: rockchip: rk3528: Add CPU frequency scaling support
 2025-07-30  7:11 UTC  (3+ messages)

[PATCH 1/1] gpu: drm: fix compilation errors in drm_vram_helper
 2025-07-30  7:09 UTC  (2+ messages)
  ` [PATCH v2 "

[PATCH v2] bpf: fix stackmap overflow check in __bpf_get_stackid()
 2025-07-30  7:10 UTC  (3+ messages)

[PATCH v5] char: misc: add test cases
 2025-07-30  7:08 UTC  (2+ messages)

linux-next: manual merge of the spi tree with the nand tree
 2025-07-30  7:07 UTC  (3+ messages)

[PATCH v7 0/3] riscv: canaan: Add support for K230 clock
 2025-07-30  7:06 UTC  (5+ messages)
` [PATCH v7 1/3] dt-bindings: clock: Add bindings for Canaan K230 clock controller
` [PATCH v7 3/3] riscv: dts: canaan: Add clock definition for K230

linux-next: Tree for Jul 30
 2025-07-30  7:06 UTC  (2+ messages)

[PATCH v6 0/2] Resend: Add Support for LinkStar H68K board: ARM64 and RK3568: dts and dt-bindings
 2025-07-30  6:58 UTC  (4+ messages)
` [PATCH v6 2/2] arm64: dts: rockchip: add LinkStar-H68k-1432v1

[PATCH 2/3] spi: dt-bindings: atmel,at91rm9200-spi: Add support for optional 'spi_gclk' clock
 2025-07-30  6:55 UTC  (2+ messages)

[PATCH 1/2] ALSA: hda/realtek - Fix mute LED for HP Victus 16-s0xxx
 2025-07-30  6:52 UTC  (2+ messages)

[PATCH -resend] powerpc: Use dev_fwnode()
 2025-07-30  6:23 UTC  (2+ messages)
` [EXTERNE] "

[PATCH] ext4: Use IS_ERR_OR_NULL() helper function
 2025-07-30  6:49 UTC  (2+ messages)

[PATCH v2 1/2] dt-bindings: remoteproc: Add C906L rproc for Sophgo CV1800B SoC
 2025-07-30  6:47 UTC  (2+ messages)

[PATCH v2 0/2] remoteproc: cv1800b: Add initial support for C906L processor
 2025-07-30  6:46 UTC  (3+ messages)
` [PATCH v2 2/2] drivers: remoteproc: Add C906L controller for Sophgo CV1800B SoC

[PATCH v9 0/1] genirq/devres: Add dev_err_probe() in devm_request_threaded_irq() and devm_request_any_context_irq()
 2025-07-30  6:45 UTC  (3+ messages)
` [PATCH v9 1/1] "

[PATCH V1] ufs: core: Fix interrupt handling for MCQ Mode in ufshcd_intr
 2025-07-30  6:41 UTC  (5+ messages)

linux-next: build warning after merge of the kbuild tree
 2025-07-30  6:40 UTC 

[PATCH 0/2] cpufreq: CPPC: Changing error message in CPPC FIE
 2025-07-30  6:39 UTC  (3+ messages)
` [PATCH 2/2] cpufreq: CPPC: Fix error handling in cppc_scale_freq_workfn()

[PATCH] Reorder some fields in struct rq
 2025-07-30  6:35 UTC  (2+ messages)

[PATCH] iio: imu: lsm6dsx: Add shutdown callback support for I3C interface
 2025-07-30  6:27 UTC  (8+ messages)

[PATCH v2 1/2] tracing: Have eprobes have their own config option
 2025-07-30  6:27 UTC  (2+ messages)

[PATCH v2 1/2] mmc: tmio: Add 64-bit read/write support for SD_BUF0 in polling mode
 2025-07-30  6:27 UTC  (2+ messages)

[GIT PULL] SOC FSL for 6.17
 2025-07-30  6:23 UTC  (4+ messages)

[PATCH v3] x86/cpu/intel: Fix the constant_tsc model check for Pentium 4s
 2025-07-30  6:21 UTC  (5+ messages)

[PATCH] powerpc/xmon: replace sizeof calculations with ARRAY_SIZE macro
 2025-07-30  6:14 UTC  (2+ messages)

[PATCH v3 0/3] drm/panel: novatek-nt35560: Fix bug and clean up
 2025-07-30  6:17 UTC  (4+ messages)
` [PATCH v3 1/3] drm/panel: novatek-nt35560: Fix invalid return value
` [PATCH v3 2/3] drm: Add MIPI read_multi func and two write macros
` [PATCH v3 3/3] drm/panel: novatek-nt35560: Clean up driver

[PATCH net-next 0/5] Add RPMSG Ethernet Driver
 2025-07-30  6:13 UTC  (9+ messages)
` [PATCH net-next 2/5] net: rpmsg-eth: Add basic rpmsg skeleton

linux-next: build failure after merge of the kbuild tree
 2025-07-30  6:12 UTC 

[PATCH v8 0/1] genirq/devres: Add dev_err_probe() in devm_request_threaded_irq() and devm_request_any_context_irq()
 2025-07-30  6:11 UTC  (2+ messages)

[PATCH 0/5] tools/verification: Improvements to rv and rvgen
 2025-07-30  6:06 UTC  (3+ messages)

[PATCH v2 1/2] dt-bindings: remoteproc: Add C906L rproc for Sophgo CV1800B SoC
 2025-07-30  6:05 UTC  (3+ messages)

[PATCH v3] mmc: sdhci-of-arasan: Ensure CD logic stabilization before power-up
 2025-07-30  6:05 UTC 

[PATCH 0/5] KVM: Drop vm_dead, pivot on vm_bugged for -EIO
 2025-07-30  6:04 UTC  (6+ messages)
` [PATCH 2/5] KVM: TDX: Exit with MEMORY_FAULT on unexpected pending S-EPT Violation

[PATCH vulns 1/3] add a .vulnerable id for CVE-2024-53099
 2025-07-30  5:58 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).