linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-07-20 04:00:38 to 2025-07-20 12:30:14 UTC [more...]

[PATCH 1/2] dt-bindings: display: sprd,sharkl3-dpu: Fix missing clocks constraints
 2025-07-20 12:30 UTC 

[PATCH 1/4] rust: bindings: add io_uring headers in bindings_helper.h
 2025-07-20 12:29 UTC  (2+ messages)

(no subject)
 2025-07-20 12:29 UTC 

[PATCH 00/12] drm: sprd: Make the Unisoc DRM driver usable on UMS9230
 2025-07-20 12:26 UTC  (3+ messages)
` [PATCH 01/12] dt-bindings: display: sprd: adapt for UMS9230 support

[PATCH 0/7] Add support for Clock controllers for Glymur
 2025-07-20 12:18 UTC  (5+ messages)
` [PATCH 7/7] clk: qcom: gcc: Add support for Global Clock Controller

[PATCH 00/17] drm/msm: Support for Inter Frame Power Collapse (IFPC) feature
 2025-07-20 12:16 UTC  (18+ messages)
` [PATCH 01/17] drm/msm: Update GMU register xml
` [PATCH 02/17] drm/msm: a6xx: Refactor a6xx_sptprac_enable()
` [PATCH 03/17] drm/msm: a6xx: Fix gx_is_on check for a7x family
` [PATCH 04/17] drm/msm/a6xx: Poll additional DRV status
` [PATCH 05/17] drm/msm/a6xx: Fix PDC sleep sequence
` [PATCH 06/17] drm/msm: Add an ftrace for gpu register access
` [PATCH 07/17] drm/msm/adreno: Add fenced regwrite support
` [PATCH 08/17] drm/msm/a6xx: Set Keep-alive votes to block IFPC
` [PATCH 09/17] drm/msm/a6xx: Switch to GMU AO counter
` [PATCH 10/17] drm/msm/a6xx: Poll AHB fence status in GPU IRQ handler
` [PATCH 11/17] drm/msm: Add support for IFPC
` [PATCH 12/17] drm/msm: Skip devfreq IDLE when possible
` [PATCH 13/17] drm/msm/a6xx: Fix hangcheck for IFPC
` [PATCH 14/17] drm/msm/adreno: Disable IFPC when sysprof is active
` [PATCH 15/17] drm/msm/a6xx: Make crashstate capture IFPC safe
` [PATCH 16/17] drm/msm/a6xx: Enable IFPC on Adreno X1-85
` [PATCH 17/17] drm/msm/adreno: Relax devfreq tunings

[PATCH net 1/2] net/mlx5: Fix memory leak in cmd_exec()
 2025-07-20 12:15 UTC  (2+ messages)

[PATCH v7 00/10] Apple Mac System Management Controller
 2025-07-20 12:11 UTC  (6+ messages)
` [PATCH v7 06/10] gpio: Add new gpio-macsmc driver for Apple Macs

[PATCH v6 00/10] Axiado AX3000 SoC and Evaluation Board Support
 2025-07-20 12:09 UTC  (5+ messages)

[GIT pull] locking/urgent for v6.16-rc7
 2025-07-20 12:05 UTC  (3+ messages)
` [GIT pull] sched/urgent "
` [GIT pull] x86/urgent "

[PATCH v4 0/2] Add driver for Samsung AMS561RA01 panel with S6E8AA5X01 controller
 2025-07-20 12:03 UTC  (3+ messages)
` [PATCH v4 1/2] dt-bindings: display: panel: document "
` [PATCH v4 2/2] drm: panel: add support for "

[PATCH v3 0/2] Support for Synaptics TDDI series panels
 2025-07-20 12:01 UTC  (3+ messages)
` [PATCH v3 1/2] dt-bindings: display: panel: document Synaptics TDDI panel
` [PATCH v3 2/2] drm: panel: add support for Synaptics TDDI series DSI panels

cdrom: cdrom_mrw_exit() NULL ptr deref
 2025-07-20 11:55 UTC  (5+ messages)

[PATCH] usb: gadget: uvc: destroy worker when function is unbound
 2025-07-20 11:41 UTC  (4+ messages)

[PATCH v4] usb: dwc3: qcom: Remove extcon functionality from glue
 2025-07-20 11:40 UTC  (2+ messages)

[PATCHv6 perf/core 00/22] uprobes: Add support to optimize usdt probes on x86_64
 2025-07-20 11:38 UTC  (24+ messages)
` [PATCHv6 perf/core 01/22] uprobes: Remove breakpoint in unapply_uprobe under mmap_write_lock
` [PATCHv6 perf/core 02/22] uprobes: Rename arch_uretprobe_trampoline function
` [PATCHv6 perf/core 03/22] uprobes: Make copy_from_page global
` [PATCHv6 perf/core 04/22] uprobes: Add uprobe_write function
` [PATCHv6 perf/core 05/22] uprobes: Add nbytes argument to uprobe_write
` [PATCHv6 perf/core 06/22] uprobes: Add is_register argument to uprobe_write and uprobe_write_opcode
` [PATCHv6 perf/core 07/22] uprobes: Add do_ref_ctr argument to uprobe_write function
` [PATCHv6 perf/core 08/22] uprobes/x86: Add mapping for optimized uprobe trampolines
` [PATCHv6 perf/core 09/22] uprobes/x86: Add uprobe syscall to speed up uprobe
` [PATCHv6 perf/core 10/22] uprobes/x86: Add support to optimize uprobes
` [PATCHv6 perf/core 11/22] selftests/bpf: Import usdt.h from libbpf/usdt project
` [PATCHv6 perf/core 12/22] selftests/bpf: Reorg the uprobe_syscall test function
` [PATCHv6 perf/core 13/22] selftests/bpf: Rename uprobe_syscall_executed prog to test_uretprobe_multi
` [PATCHv6 perf/core 14/22] selftests/bpf: Add uprobe/usdt syscall tests
` [PATCHv6 perf/core 15/22] selftests/bpf: Add hit/attach/detach race optimized uprobe test
` [PATCHv6 perf/core 16/22] selftests/bpf: Add uprobe syscall sigill signal test
` [PATCHv6 perf/core 17/22] selftests/bpf: Add optimized usdt variant for basic usdt test
` [PATCHv6 perf/core 18/22] selftests/bpf: Add uprobe_regs_equal test
` [PATCHv6 perf/core 19/22] selftests/bpf: Change test_uretprobe_regs_change for uprobe and uretprobe
` [PATCHv6 perf/core 20/22] seccomp: passthrough uprobe systemcall without filtering
` [PATCHv6 perf/core 21/22] selftests/seccomp: validate uprobe syscall passes through seccomp
` [PATCHv5 22/22] man2: Add uprobe syscall page

[PATCH v5 0/7] Optimize mprotect() for large folios
 2025-07-20 11:20 UTC  (5+ messages)
` [PATCH v5 6/7] mm: Optimize mprotect() by PTE batching

[PATCH v3 0/4] drm: Fix bug in panel driver, update MIPI support macros
 2025-07-20 11:19 UTC  (6+ messages)
` [PATCH v4 2/4] drm/panel: jdi-lpm102a188a: Fix bug and clean up driver

[PATCH V2] init: Handle bootloader identifier in kernel parameters
 2025-07-20 11:10 UTC  (2+ messages)

[PATCH v4 00/10] mm/mremap: permit mremap() move of multiple VMAs
 2025-07-20 11:04 UTC  (3+ messages)
` [PATCH v4 06/10] mm/mremap: check remap conditions earlier

[PATCH] selftests/mm: reuse FORCE_READ to replace "asm volatile("" : "+r" (XXX));"
 2025-07-20 11:03 UTC  (6+ messages)

[PATCH v7 00/24] media: i2c: add Maxim GMSL2/3 serializer and deserializer drivers
 2025-07-20 10:58 UTC  (3+ messages)
` [PATCH v7 15/24] media: i2c: add Maxim GMSL2/3 serializer and deserializer framework

[PATCH net-next v6 00/14] Add PPE driver for Qualcomm IPQ9574 SoC
 2025-07-20 10:57 UTC  (15+ messages)
` [PATCH net-next v6 01/14] dt-bindings: net: Add PPE "
` [PATCH net-next v6 02/14] docs: networking: Add PPE driver documentation "
` [PATCH net-next v6 03/14] net: ethernet: qualcomm: Add PPE driver for "
` [PATCH net-next v6 04/14] net: ethernet: qualcomm: Initialize PPE buffer management for IPQ9574
` [PATCH net-next v6 05/14] net: ethernet: qualcomm: Initialize PPE queue "
` [PATCH net-next v6 06/14] net: ethernet: qualcomm: Initialize the PPE scheduler settings
` [PATCH net-next v6 07/14] net: ethernet: qualcomm: Initialize PPE queue settings
` [PATCH net-next v6 08/14] net: ethernet: qualcomm: Initialize PPE service code settings
` [PATCH net-next v6 09/14] net: ethernet: qualcomm: Initialize PPE port control settings
` [PATCH net-next v6 10/14] net: ethernet: qualcomm: Initialize PPE RSS hash settings
` [PATCH net-next v6 11/14] net: ethernet: qualcomm: Initialize PPE queue to Ethernet DMA ring mapping
` [PATCH net-next v6 12/14] net: ethernet: qualcomm: Initialize PPE L2 bridge settings
` [PATCH net-next v6 13/14] net: ethernet: qualcomm: Add PPE debugfs support for PPE counters
` [PATCH net-next v6 14/14] MAINTAINERS: Add maintainer for Qualcomm PPE driver

[PATCH v3 0/6] sched/fair: Manage lag and run to parity with different slices
 2025-07-20 10:57 UTC  (7+ messages)
` [PATCH v3 4/6] sched/fair: Limit run to parity to the min slice of enqueued entities

[PATCH v2 00/10] QRTR Multi-endpoint support
 2025-07-20 10:54 UTC  (2+ messages)

[GIT PULL] USB/Thunderbolt driver fixes for 6.16-rc6
 2025-07-20 10:49 UTC  (2+ messages)

[PATCH v2] media: b2c2: flexcop-eeprom: Fix assignment and missing return in MAC check
 2025-07-20 10:48 UTC  (2+ messages)

[PATCH net-next 0/5] Expose grace period delay for devlink health reporter
 2025-07-20 10:47 UTC  (6+ messages)
` [PATCH net-next 4/5] devlink: Make health reporter grace period delay configurable

sched: Unexpected reschedule of offline CPU#2!
 2025-07-20 10:47 UTC  (13+ messages)

[GIT PULL] Char/Misc/IIO driver changes for 6.16-rc7
 2025-07-20 10:46 UTC 

[GIT PULL] Serial driver fixes for 6.16-rc6
 2025-07-20 10:46 UTC 

[GIT PULL] Staging driver fixes for 6.16-rc6
 2025-07-20 10:46 UTC 

[PATCH 0/2] bitmap: introduce bitmap_weight_from()
 2025-07-20 10:44 UTC  (3+ messages)
` [PATCH 1/2] bitmap: add bitmap_weight_from()

[PATCH v4] sched/fair: Use sched_domain_span() for topology_span_sane()
 2025-07-20 10:41 UTC  (2+ messages)

[tip:locking/core] BUILD SUCCESS ba28549bad8ab2b09264ebc8c2ca24af3537ee52
 2025-07-20 10:40 UTC 

[PATCH v2 0/5] *** GPU Direct RDMA (P2P DMA) for Device Private Pages ***
 2025-07-20 10:30 UTC  (2+ messages)

[PATCH net-next v4 0/7] net: dsa: microchip: Add KSZ8463 switch support
 2025-07-20 10:24 UTC  (6+ messages)
` [PATCH net-next v4 2/7] net: dsa: microchip: Add KSZ8463 switch support to KSZ DSA driver
` [PATCH net-next v4 4/7] net: dsa: microchip: Use different registers for KSZ8463

[PATCH v2 0/5] Add Type-C DP support for RK3399 EVB IND board
 2025-07-20 10:06 UTC  (7+ messages)
` [PATCH v2 3/5] drm/rockchip: cdn-dp: Support handle lane info and HPD without extcon
` [PATCH v2 5/5] arm64: dts: rockchip: rk3399-evb-ind: Add support for DisplayPort

[PATCH v1 0/3] rust: make various `alloc` functions `const fn`
 2025-07-20  9:48 UTC  (4+ messages)
` [PATCH v1 1/3] rust: make `allocator::aligned_size` a "
` [PATCH v1 2/3] rust: make `ArrayLayout::new_unchecked` "
` [PATCH v1 3/3] rust: make `kvec::Vec` functions "

[PATCH v3 0/6] arm64: dts: rockchip: Add ROCK 2A/2F, Sige1 and NanoPi Zero2
 2025-07-20  9:45 UTC  (4+ messages)

[PATCH] sched_ext: Fix cpu_released while RT task and SCX task are scheduled concurrently
 2025-07-20  9:41 UTC  (11+ messages)
  ` [PATCH v2 1/2] "
        ` [PATCH v3 2/3] "
        ` [PATCH v3 3/3] sched_ext: Fix cpu_released while changing sched policy of the running task
  ` [PATCH v2 2/2] "
        ` [PATCH v3 1/3] sched_ext: Fix pnt_seq calculation

linux-next: manual merge of the vhost tree with the dma-mapping tree
 2025-07-20  9:28 UTC  (2+ messages)

[PATCH] staging: rtl8723bs: remove unnecessary parentheses around address-of operators
 2025-07-20  9:21 UTC  (3+ messages)
` [PATCH v2] staging: rtl8723bs: clean up redundant & parentheses

[PATCH] [PATCH] comedi: check for NULL get_valid_routes function pointer
 2025-07-20  8:40 UTC  (3+ messages)

[PATCH v3] char: xillybus: Replace deprecated MSI API
 2025-07-20  9:07 UTC  (5+ messages)
` [PATCH v4] "

[syzbot] Monthly trace report (Jul 2025)
 2025-07-20  9:04 UTC 

[syzbot] Monthly netfilter report (Jul 2025)
 2025-07-20  9:04 UTC 

[PATCH] perf tests: Fix lib path detection for non-x86 architectures
 2025-07-20  8:59 UTC 

[PATCH] LoongArch/orc: Don't use %pK through printk
 2025-07-20  8:51 UTC  (2+ messages)

[PATCH 0/2] LoongArch: KVM: simplify KVM routines
 2025-07-20  8:50 UTC  (2+ messages)

[PATCH] iio: adc: ad4170-4: Correctly update filter_fs after filter type change
 2025-07-20  8:48 UTC  (2+ messages)

[PATCH] staging: rtl8723bs: Improve indentation consistency in rtw_mlme.c
 2025-07-20  8:44 UTC  (3+ messages)
` [PATCH] staging: rtl8723bs: Improve indentation consistency in rtw_mlme.c — follow-up on patch strategy

qca6174 hw3.2 target 0x05030000 chip_id 0x00340aff: firmware crashed!
 2025-07-20  8:43 UTC  (6+ messages)

[PATCH v3 10/14] RDMA/ionic: Register device ops for control path
 2025-07-20  8:39 UTC  (12+ messages)

[PATCH v3 2/2] perf test: Add sched latency and script shell tests
 2025-07-20  8:35 UTC  (2+ messages)

[PATCH v4 0/4] spi: sophgo: Add SPI NOR controller for SG2042
 2025-07-20  8:31 UTC  (5+ messages)
` [PATCH v4 1/4] spi: dt-bindings: spi-sg2044-nor: Change SOPHGO SG2042
` [PATCH v4 2/4] spi: spi-sg2044-nor: Add configurable chip_info
` [PATCH v4 3/4] spi: spi-sg2044-nor: Add SPI-NOR controller for SG2042
` [PATCH v4 4/4] riscv: dts: sophgo: Add SPI NOR node "

[PATCH v4] char: xillybus: Fix error handling in xillybus_init_chrdev()
 2025-07-20  8:32 UTC  (3+ messages)

[PATCH rdma-next 1/1] RDMA/mana_ib: add support of multiple ports
 2025-07-20  8:24 UTC  (2+ messages)

[PATCH] resource: fix false warning in __request_region()
 2025-07-20  8:17 UTC  (3+ messages)

[PATCH net v2 0/4] net: axienet: Fix deferred probe loop
 2025-07-20  8:17 UTC  (11+ messages)
` [PATCH net v2 1/4] auxiliary: Support hexadecimal ids

[linus:master] [neighbour] [confidence: ] f7f5273863: Oops:general_protection_fault,probably_for_non-canonical_address#:#[##]SMP_KASAN
 2025-07-20  8:12 UTC 

[syzbot] [fs?] KASAN: use-after-free Read in hpfs_get_ea
 2025-07-20  7:49 UTC 

[PATCH RFC 0/4] landlock: add LANDLOCK_SCOPE_MEMFD_EXEC execution
 2025-07-20  7:32 UTC  (3+ messages)
` [PATCH RFC 2/4] landlock: implement memfd detection

[syzbot] [fs?] KASAN: use-after-free Read in hpfs_get_ea
 2025-07-20  7:29 UTC  (3+ messages)
` Forwarded:

[RFC PATCH] arm64: dts: qcom: sc7280: Flatten primary usb controller node
 2025-07-20  7:21 UTC 

RDMA/mlx5: issue with error checking
 2025-07-20  7:18 UTC  (2+ messages)

[syzbot] [fs?] KASAN: use-after-free Read in hpfs_get_ea
 2025-07-20  7:12 UTC 

[PATCH mm-new 1/2] mm/shmem: hold shmem_swaplist spinlock (not mutex) much less
 2025-07-20  7:07 UTC  (4+ messages)
` [PATCH mm-new 2/2] mm/shmem: writeout free swap if swap_writeout() reactivates

[PATCH net-next] ip6_gre: Factor out common ip6gre tunnel match into helper
 2025-07-20  7:05 UTC  (2+ messages)

[PATCH mlx5-next 0/3] mlx5-next updates 2025-07-17
 2025-07-20  7:03 UTC  (2+ messages)

[PATCH v2 0/7] Replace "__auto_type" with "auto"
 2025-07-20  6:58 UTC  (9+ messages)
` [PATCH v2 1/7] compiler_types.h: add "auto" as a macro for "__auto_type"
` [PATCH v2 2/7] include/linux: change "__auto_type" to "auto"
` [PATCH v2 3/7] fs/proc: replace "__auto_type" with "const auto"
  ` [PATCH v2.1 "
` [PATCH v2 4/7] arch/nios2: replace "__auto_type" and adjacent equivalent with "auto"
` [PATCH v2 5/7] arch/x86: replace "__auto_type" "
` [PATCH v2 6/7] selftests/bpf: "
` [PATCH v2 7/7] tools/virtio: "

[PATCH] staging: rtl8723bs: fix coding style issues and improve readability
 2025-07-20  6:46 UTC  (2+ messages)

[PATCH v6 0/2] Add SpacemiT K1 USB3.0 host controller support
 2025-07-20  6:34 UTC  (4+ messages)
` [PATCH v6 2/2] usb: dwc3: add generic driver to support flattened

[PATCH v2 0/6] tracing: probes: Use heap instead of stack for temporary buffers
 2025-07-20  6:22 UTC  (7+ messages)
` [PATCH v2 1/6] tracing: probe: Allocate traceprobe_parse_context from heap
` [PATCH v2 2/6] tracing: fprobe-event: Allocate string buffers "
` [PATCH v2 3/6] tracing: kprobe-event: "
` [PATCH v2 4/6] tracing: eprobe-event: "
` [PATCH v2 5/6] tracing: uprobe-event: "
` [PATCH v2 6/6] tracing: probes: Add a kerneldoc for traceprobe_parse_event_name()

[syzbot] [bcachefs?] kernel BUG in do_bch2_trans_commit_to_journal_replay
 2025-07-20  6:16 UTC 

[GIT PULL] Hyper-V fixes for 6.16-rc7
 2025-07-20  6:13 UTC 

[PATCH v3 00/13] stackleak: Support Clang stack depth tracking
 2025-07-20  6:10 UTC  (5+ messages)
` [PATCH v3 04/13] x86: Handle KCOV __init vs inline mismatches

[PATCH v9 9/9] PCI: Add a new 'boot_display' attribute
 2025-07-20  6:05 UTC  (3+ messages)

linux-next: build failure after merge of the kspp tree
 2025-07-20  6:04 UTC  (2+ messages)

[RFC PATCH v8 00/35] AMD: Add Secure AVIC Guest Support
 2025-07-20  5:49 UTC  (7+ messages)
` [RFC PATCH v8 31/35] x86/apic: Handle EOI writes for Secure AVIC guests
` [RFC PATCH v8 33/35] x86/apic: Enable Secure AVIC in Control MSR
` [RFC PATCH v8 35/35] x86/sev: Indicate SEV-SNP guest supports Secure AVIC

[PATCH 3/9] drm/panthor: capture GLB state for devcoredump
 2025-07-20  5:41 UTC  (2+ messages)

[syzbot] [usb?] stack segment fault in __usb_hcd_giveback_urb
 2025-07-20  5:40 UTC  (2+ messages)

[git pull] Input updates for v6.16-rc6
 2025-07-20  5:21 UTC 

[PATCH -next 0/6] Patches for v6.17
 2025-07-20  4:30 UTC  (2+ messages)

[PATCH 2/9] drm/panthor: capture GPU state for devcoredump
 2025-07-20  4:29 UTC  (2+ messages)

[PATCH 00/11] wifi: ath12k: Fix endianness handling in QMI
 2025-07-20  4:24 UTC  (3+ messages)

[PATCH v2 0/2] soc: qcom: pmic_glink: Add support for subsystem restart (SSR)
 2025-07-20  4:18 UTC  (5+ messages)
` [PATCH v2 1/2] dt-bindings: soc: qcom: qcom,pmic-glink: Add qcom,subsys-restart property
` [PATCH v2 2/2] soc: qcom: pmic_glink: Add support for subsystem restart (SSR)

[PATCH 0/2] pinctrl: qcom: Introduce Pinctrl for Glymur
 2025-07-20  4:09 UTC  (3+ messages)
` [PATCH 2/2] pinctrl: qcom: Add glymur pinctrl driver

[syzbot] [bcachefs?] KASAN: slab-out-of-bounds Read in bch2_sb_members_v1_to_text
 2025-07-20  4:06 UTC  (2+ messages)
` Forwarded:

[syzbot] [mm?] [bcachefs?] UBSAN: shift-out-of-bounds in xas_reload
 2025-07-20  4:05 UTC  (2+ messages)
` Forwarded:

[syzbot] [mm?] [bcachefs?] KASAN: slab-out-of-bounds Read in folio_try_get
 2025-07-20  4:04 UTC  (2+ messages)
` Forwarded:

[syzbot] [mm?] [bcachefs?] general protection fault in xas_create
 2025-07-20  4:03 UTC  (2+ messages)
` Forwarded:

[syzbot] [net?] general protection fault in ip6_pol_route (3)
 2025-07-20  4:02 UTC  (2+ messages)
` Forwarded:

Re:
 2025-07-20  4:01 UTC 

Re:
 2025-07-20  4:00 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).