LKML Archive mirror
 help / color / mirror / Atom feed
 messages from 2024-04-14 18:39:34 to 2024-04-15 04:15:04 UTC [more...]

[PATCH v2 00/12] Consolidate domain cache invalidation
 2024-04-15  4:15 UTC  (3+ messages)
` [PATCH v2 02/12] iommu/vt-d: Add cache tag invalidation helpers

[PATCH v2 bpf-next] bpf: Fix latent unsoundness in and/or/xor value tracking
 2024-04-15  4:11 UTC  (7+ messages)

[PATCH v7 0/7] Coresight for Kernel panic and watchdog reset
 2024-04-15  4:01 UTC  (4+ messages)
` [PATCH v7 5/7] coresight: tmc: Add support for reading crash data
    ` [EXTERNAL] "

[v2] Support for Arm CCA VMs on Linux
 2024-04-12  8:40 UTC  (2+ messages)

[PATCH net v1] drivers/net/bonding: Fix out-of-bounds read in bond_option_arp_ip_targets_set()
 2024-04-15  3:40 UTC 

[PATCH] mm: thp: makes the memcg THP deferred split shrinker aware of node_id
 2024-04-15  3:29 UTC  (2+ messages)

[PATCH] drm/xe/irq: remove unneeded semicolon
 2024-04-15  3:27 UTC 

[PATCH v3] f2fs: zone: don't block IO if there is remained open zone
 2024-04-15  3:26 UTC  (5+ messages)

Early kernel panic in dmi_decode when running 32-bit kernel on Hyper-V on Windows 11
 2024-04-15  3:17 UTC  (2+ messages)

[PATCH v2 0/2] drm/panel: add Khadas TS050 V2 panel support
 2024-04-15  3:14 UTC  (3+ messages)
` [PATCH v2 1/2] dt-bindings: panel-simple-dsi: add Khadas TS050 V2 panel bindings
` [PATCH v2 2/2] drm/panel: add Khadas TS050 V2 panel support

[PATCH v2 0/2] perf kvm: Add kvm stat support on riscv
 2024-04-15  3:11 UTC  (3+ messages)
` [PATCH v2 1/2] RISCV: KVM: add tracepoints for entry and exit events
` [PATCH v2 2/2] perf kvm/riscv: Port perf kvm stat to RISC-V

[PATCH] net: ipa: Remove unnecessary print function dev_err()
 2024-04-15  3:14 UTC 

[PATCH] drivers: scsi: fix shift-out-of-bounds in sg_build_indirect
 2024-04-15  3:14 UTC 

[PATCH v2 09/14] arm64: Enable memory encrypt for Realms
 2024-04-15  3:13 UTC  (2+ messages)

[PATCH v11 00/14] Add Cgroup support for SGX EPC memory
 2024-04-15  3:13 UTC  (4+ messages)
` [PATCH v11 14/14] selftests/sgx: Add scripts for EPC cgroup testing

linux-next: manual merge of the drivers-x86 tree with the arm64 tree
 2024-04-15  3:10 UTC 

[PATCH v2 0/1] Documentation: networking: document ISO 15765-2:2016
 2024-04-15  3:09 UTC  (7+ messages)
` [PATCH v2 1/1] "

[PATCH v2] x86/tsc: print some log if calibrated tsc freq deviates from original too much
 2024-04-15  3:00 UTC 

[PATCH v9 1/8] dt-bindings: perf: fsl-imx-ddr: Add i.MX95 compatible
 2024-04-15  2:57 UTC  (10+ messages)
` [PATCH v9 2/8] perf: imx_perf: add macro definitions for parsing config attr
` [PATCH v9 3/8] perf: imx_perf: let the driver manage the counter usage rather the user
` [PATCH v9 4/8] perf: imx_perf: refactor driver for imx93
` [PATCH v9 5/8] perf: imx_perf: fix counter start and config sequence
` [PATCH v9 6/8] perf: imx_perf: add support for i.MX95 platform
` [PATCH v9 7/8] perf vendor events arm64:: Add i.MX95 DDR Performance Monitor metrics
` [PATCH v9 8/8] perf vendor events arm64:: Add i.MX93 "

[PATCH] bcachefs: remove unneeded semicolon
 2024-04-15  2:55 UTC  (3+ messages)

[PATCH] drm/mst: Fix NULL pointer dereference in drm_dp_add_payload_part2 (again)
 2024-04-15  2:53 UTC  (3+ messages)

[PATCH] drm/xe: select X86_PLATFORM_DEVICES when ACPI_WMI is selected
 2024-04-15  2:52 UTC 

[PATCH] fix hib resume pages cache clean called in_irq (option hibernate=nocompress) When kernel cmd option hibernate=nocompress,load_image call swap_read_page. after every page read finished hib_end_io call page cache clean, in aarch6464 flush_icache_range not allow call in interrupt. This patch fix this problem by record all pages read in load_image,after all pages read finished call flush_icache_range clean all reags in load_image,flush_icache_range called in task. call trace info: [ 12.603468] WARNING: CPU: 6 PID: 0 at kernel/smp.c:424 smp_call_function_many+0x2fc/0x390 [ 12.612730] Modules linked in: raid10(E) raid456(E) libcrc32c(E) async_raid6_recov(E) async_memcpy(E) async_pq(E) async_xor(E) xor(E) xor_neon(E) async_tx(E) raid6_pq(E) raid1(E) raid0(E) multipath(E) linear(E) md_mod(E) hid_generic(E) usbhid(E) hid(E) uhci_hcd(E) ehci_hcd(E) arise_pro(OE) drm_kms_helper(E) evdev(E) efivars(E) clk_scpi(E) sd_mod(E) usbcore(E) drm(E) arm_scpi(E) [ 12.650675] CPU: 6 PID: 0 Comm: swapper/6 Tainted: G W OE 5.4.0-100-generic #100.1+m38+21nfs5 [ 12.661512] Hardware name: LENOVO INVALID/FD2000ZX200MB1, BIOS W0AKT19B 08/16/2022 [ 12.670085] pstate: 20000085 (nzCv daIf -PAN -UAO) [ 12.675506] pc : smp_call_function_many+0x2fc/0x390 [ 12.681026] lr : kick_all_cpus_sync+0x34/0x3c [ 12.685954] sp : ffff800010033c40 [ 12.689700] x29: ffff800010033c40 x28: ffff80001152a1b8 [ 12.695712] x27: 0000000000000006 x26: 0000000000000001 [ 12.701723] x25: ffff0000780b8000 x24: 0000000000000000 [ 12.707735] x23: 0000000000000000 x22: ffff8000101b6ad0 [ 12.713746] x21: 0000000000000006 x20: ffff80001152a1b8 [ 12.719758] x19: ffff0026d3e08100 x18: 0000000000000000 [ 12.725769] x17: 000000004143b1b7 x16: 0000000000000008 [ 12.731781] x15: 0000000000004446 x14: 000000000000ba7e [ 12.737792] x13: 000042cf7b84cf9c x12: 000042cf7b84cf9c [ 12.743804] x11: 00000000000042cf x10: 0000000000000040 [ 12.749815] x9 : ffff80001154e748 x8 : ffff80001154e740 [ 12.755826] x7 : ffff0026d8400af8 x6 : ffff0026d3e08180 [ 12.761837] x5 : 0000000000001000 x4 : ffff0026d0b2f000 [ 12.767849] x3 : 0000000000000001 x2 : ffff800011159018 [ 12.773860] x1 : 0000000000000080 x0 : 0000000000000000 [ 12.779871] Call trace: [ 12.782634] smp_call_function_many+0x2fc/0x390 [ 12.787759] kick_all_cpus_sync+0x34/0x3c [ 12.792295] hib_end_io+0x104/0x180 [ 12.796240] bio_endio+0x148/0x1f0 [ 12.800086] blk_update_request+0xd8/0x3b0 [ 12.804718] blk_mq_end_request+0x34/0x150 [ 12.809352] nvme_complete_rq+0x74/0x230 [ 12.813788] nvme_pci_complete_rq+0x5c/0xd0 [ 12.818520] blk_mq_complete_request+0x10c/0x14c [ 12.823743] nvme_complete_cqes+0xbc/0x1bc [ 12.828375] nvme_irq+0x13c/0x15c [ 12.832123] __handle_irq_event_percpu+0x68/0x240 [ 12.837445] handle_irq_event+0x68/0x1ac [ 12.841881] handle_fasteoi_irq+0xc8/0x23c [ 12.846514] __handle_domain_irq+0x80/0xe0 [ 12.851147] gic_handle_irq+0xd8/0x180 [ 12.855385] el1_irq+0xb8/0x140 [ 12.858934] arch_cpu_idle+0x40/0x1d0 [ 12.863075] do_idle+0x230/0x2dc [ 12.866722] cpu_startup_entry+0x30/0xc0 [ 12.871159] secondary_start_kernel+0x138/0x184 [ 12.876283] ---[ end trace 9cf7b6db3165264d ]---
 2024-04-15  2:45 UTC 

[akpm-mm:mm-unstable] [lib/xarray] ecc70b3e0b: WARNING:suspicious_RCU_usage
 2024-04-15  2:42 UTC 

[PATCH v3 1/1] iommu/vt-d: Remove caching mode check before device TLB flush
 2024-04-15  2:43 UTC  (3+ messages)

linux-next: manual merge of the rcu tree with the risc-v tree
 2024-04-15  2:32 UTC 

[PATCH 1/3] ASoC: dt-bindings: nau8821: Add delay control for ADC
 2024-04-15  2:32 UTC  (3+ messages)

[PATCH] perf sched: Rename switches to count and add usage description, options for latency
 2024-04-15  2:31 UTC  (2+ messages)

[syzbot] [bpf?] possible deadlock in get_page_from_freelist
 2024-04-15  2:28 UTC 

[PATCH v5 0/2] convert imx-audio-spdif.txt to YAML
 2024-04-15  2:26 UTC  (2+ messages)
` (subset) "

[PATCH v3] ASoC: soc-card: soc-card-test: Fix some error handling in init()
 2024-04-15  2:26 UTC  (2+ messages)

[syzbot] [gfs2?] KASAN: slab-use-after-free Read in gfs2_invalidate_folio
 2024-04-15  2:23 UTC 

general protection fault in integrity_inode_get
 2024-04-15  2:22 UTC 

[PATCH] bug: Fix no-return-statement warning with !CONFIG_BUG
 2024-04-15  2:19 UTC  (8+ messages)

WARNING: modpost: vmlinux: section mismatch in reference: __apply_fineibt+0x566 (section: .text) -> poison_endbr (section: .init.text)
 2024-04-15  2:15 UTC 

[PATCH 0/2] riscv: sophgo: add USB phy support for CV18XX series
 2024-04-15  2:17 UTC  (2+ messages)

[PATCH net-next v4] tun: limit printing rate when illegal packet received by tun dev
 2024-04-15  2:11 UTC  (3+ messages)

[PATCH 1/1] userfaultfd: remove WRITE_ONCE when setting folio->index during UFFDIO_MOVE
 2024-04-15  2:08 UTC 

[PATCH v2 1/1] mm: change inlined allocation helpers to account at the call site
 2024-04-15  2:07 UTC 

[syzbot] [gfs2?] KASAN: slab-use-after-free Read in gfs2_invalidate_folio
 2024-04-15  2:04 UTC  (3+ messages)
` [syzbot] "

[PATCH] KVM: loongarch: Add vcpu id check before create vcpu
 2024-04-15  2:04 UTC  (3+ messages)

[PATCH v2] bcachefs: fix error path of __bch2_read_super()
 2024-04-15  2:03 UTC  (3+ messages)

[PATCH] sched: Improve rq selection for a blocked task when its affinity changes
 2024-04-15  2:03 UTC  (2+ messages)

[PATCH net-next v5] tun: limit printing rate when illegal packet received by tun dev
 2024-04-15  2:02 UTC 

[PATCH RESEND] arm64: dts: qcom: qcs6490-rb3gen2: enable PMIC Volume and Power buttons
 2024-04-15  2:00 UTC  (4+ messages)

[PATCH v5 00/12] Revise Meta(Facebook) Harma BMC(AST2600)
 2024-04-15  2:00 UTC  (2+ messages)

[PATCH] bcachefs: bch_member.btree_allocated_bitmap
 2024-04-15  1:54 UTC  (4+ messages)

[syzbot] [input?] WARNING in bcm5974_start_traffic/usb_submit_urb (2)
 2024-04-15  1:54 UTC 

[PATCH 1/1] mm: protect xa split stuff under lruvec->lru_lock during migration
 2024-04-15  1:50 UTC  (5+ messages)

[PATCH] vfio/pci: fix potential memory leak in vfio_intx_enable()
 2024-04-15  1:50 UTC 

[PATCH v2 0/5] mmc: Constify struct sdhci_ops
 2024-04-15  1:45 UTC  (3+ messages)
` [PATCH v2 3/5] mmc: sdhci-sprd: "

[PATCH] wifi: rtw88: reduce failed to flush queue severity
 2024-04-15  1:40 UTC  (2+ messages)

[PATCH v10 0/8] AMD Pstate Fixes And Enhancements
 2024-04-15  1:38 UTC  (5+ messages)
` [PATCH v10 1/8] cpufreq: amd-pstate: Document *_limit_* fields in struct amd_cpudata
` [PATCH v10 2/8] cpufreq: amd-pstate: Document the units for freq variables in amd_cpudata

[PATCH] ARM: dts: aspeed: Remove Facebook Cloudripper dts
 2024-04-15  1:33 UTC  (2+ messages)

[PATCH v2] ubi: block: fix memleak in ubiblock_create()
 2024-04-15  1:31 UTC  (3+ messages)

[syzbot] [gfs2?] KASAN: slab-use-after-free Read in gfs2_invalidate_folio
 2024-04-15  1:32 UTC 

[PATCH] xarray: inline xas_descend to improve performance
 2024-04-15  1:21 UTC 

[PATCH v2 0/3] drm/lima: fix devfreq refcount imbalance for job timeouts
 2024-04-15  1:18 UTC  (3+ messages)

[PATCH v7 0/3] Add support for nuvoton ma35d1 pin control
 2024-04-15  1:18 UTC  (4+ messages)
` [PATCH v7 3/3] pinctrl: nuvoton: Add ma35d1 pinctrl and GPIO driver

[PATCH 0/2] drm/lima: two driver cleanups
 2024-04-15  1:18 UTC  (3+ messages)

[PATCH 0/2] soc: hisilicon: kunpeng_hccs: add dependency and enhance verification
 2024-04-15  1:17 UTC  (3+ messages)
` [PATCH 1/2] soc: hisilicon: kunpeng_hccs: Add the check for obtaining complete port attribute

[PATCH 0/3] drivers: thermal/hwmon: intel: Use model-specific bitmasks for temperature registers
 2024-04-15  1:19 UTC  (4+ messages)
` [PATCH 3/3] hwmon: (coretemp) Use a model-specific bitmask to read registers

[PATCH v2 0/9] Rework the DAIF mask, unmask and track API
 2024-04-15  1:13 UTC  (5+ messages)
` [PATCH v2 4/9] arm64/cpufeature: Simplify detect PE support for FEAT_NMI
` [PATCH v2 5/9] arm64/cpufeature: Use alternatives to check enabled ARM64_HAS_NMI feature

[PATCH] spi: axi-spi-engine: fix version format string
 2024-04-15  1:08 UTC  (2+ messages)

[RFC PATCH 00/41] KVM: x86/pmu: Introduce passthrough vPM
 2024-04-15  1:06 UTC  (5+ messages)

[PATCH v3 0/2] fw_devlink overlay fix
 2024-04-15  1:06 UTC  (4+ messages)
` [PATCH v3 2/2] of: dynamic: Fix overlayed devices not probing because of fw_devlink

[PATCH] i2c:octeon:Add block-mode r/w
 2024-04-15  0:52 UTC  (2+ messages)
` [PATCH v4] i2c: octeon: Add "

[PATCH] gpu: drm: exynos: hdmi: eliminate uses of of_node_put()
 2024-04-15  0:39 UTC 

[PATCH] module: ban '.', '..' as module names, ban '/' in module names
 2024-04-15  0:35 UTC  (3+ messages)

[PATCH v2 0/4] Implement vendor resets for PSCI SYSTEM_RESET2
 2024-04-15  0:32 UTC  (7+ messages)
` [PATCH v2 1/4] dt-bindings: power: reset: Convert mode-.* properties to array
` [PATCH v2 2/4] dt-bindings: arm: Document reboot mode magic
` [PATCH v2 3/4] firmware: psci: Read and use vendor reset types
` [PATCH v2 4/4] arm64: dts: qcom: Add PSCI SYSTEM_RESET2 types for qcm6490-idp

[PATCH 0/2] crypto: ecdh & ecc: Fix private key byte ordering issues
 2024-04-15  0:30 UTC  (3+ messages)
` [PATCH 1/2] crypto: ecdh - Pass private key in proper byte order to check valid key
` [PATCH 2/2] crypto: ecdh & ecc - Initialize ctx->private_key in proper byte order

Increase Default vm_max_map_count to Improve Compatibility with Modern Games
 2024-04-15  0:21 UTC  (5+ messages)

[PATCH v3 0/4] rtc: convert multiple bindings into dtschema
 2024-04-15  0:09 UTC  (3+ messages)
` [PATCH v3 2/4] dt-bindings: rtc: convert trivial devices "

[syzbot] [mm?] WARNING in __hugetlb_cgroup_uncharge_folio
 2024-04-15  0:11 UTC 

[syzbot] [nilfs?] kernel BUG in submit_bh_wbc
 2024-04-15  0:11 UTC 

[syzbot] [xfs?] possible deadlock in xfs_ilock (2)
 2024-04-15  0:11 UTC 

[PATCH v2] mm/shrinker: add SHRINKER_NO_DIRECT_RECLAIM
 2024-04-14 23:59 UTC  (2+ messages)

[PATCH] drm/i915/guc: Remove usage of the deprecated ida_simple_xx() API
 2024-04-14 23:41 UTC  (4+ messages)

[tip:irq/core] BUILD SUCCESS 35d77eb7b974f62aaef5a0dc72d93ddb1ada4074
 2024-04-14 23:41 UTC 

[PATCH v4 0/6] Driver cleanup and series to add triggered buffer
 2024-04-14 23:41 UTC  (4+ messages)
` [PATCH v4 1/6] iio: pressure: bmp280: Various driver cleanups

[PATCH] drm/amdgpu: Add missing space to DRM_WARN() message
 2024-04-14 23:38 UTC 

[PATCH v3 0/3] Speed up boot with faster linear map creation
 2024-04-12 13:19 UTC  (3+ messages)
` [PATCH v3 1/3] arm64: mm: Don't remap pgtables per-cont(pte|pmd) block

[PATCH 0/3] x86/cpu: Fix SPECULATIVE_MITIGATION=n kernels
 2024-04-14 22:42 UTC  (6+ messages)
` [PATCH 1/3] x86/cpu: Actually turn off mitigations by default for SPECULATION_MITIGATIONS=n

debugfs revoke broken?
 2024-04-14 22:32 UTC 

[PATCH 00/12] kbuild: enable some -Wextra warnings by default
 2024-04-14 22:18 UTC  (8+ messages)
` [PATCH 05/12] firmware: dmi-id: add a release callback function

linux-next: Fixes tag needs some work in the iommufd-fixes tree
 2024-04-14 22:06 UTC 

linux-next: Fixes tag needs some work in the battery-fixes tree
 2024-04-14 22:04 UTC 

[PATCH] uio: update kerneldoc comments for interrupt functions
 2024-04-14 21:52 UTC 

[tip:x86/urgent] BUILD SUCCESS 69129794d94c544810e68b2b4eaa7e44063f9bf2
 2024-04-14 21:40 UTC 

[PATCH] um: tlb: Remove unused flush_tlb_mm_range function
 2024-04-14 21:19 UTC 

[PATCH 5.10 000/294] 5.10.215-rc1 review
 2024-04-14 21:18 UTC  (4+ messages)

[PATCH v3 0/4] zswap same-filled and limit checking cleanups
 2024-04-14 21:06 UTC  (4+ messages)
` [PATCH v3 4/4] mm: zswap: remove same_filled module params

[PATCH v4 00/25] imx258 improvement series
 2024-04-14 20:35 UTC  (26+ messages)
` [PATCH v4 01/25] media: i2c: imx258: Remove unused defines
` [PATCH v4 02/25] media: i2c: imx258: Make image geometry meet sensor requirements
` [PATCH v4 03/25] media: i2c: imx258: Disable digital cropping on binned modes
` [PATCH v4 04/25] media: i2c: imx258: Remove redundant I2C writes
` [PATCH v4 05/25] media: i2c: imx258: Add regulator control
` [PATCH v4 06/25] media: i2c: imx258: Make V4L2_CID_VBLANK configurable
` [PATCH v4 07/25] media: i2c: imx258: Split out common registers from the mode based ones
` [PATCH v4 08/25] media: i2c: imx258: Add support for 24MHz clock
` [PATCH v4 09/25] media: i2c: imx258: Add support for running on 2 CSI data lanes
` [PATCH v4 10/25] media: i2c: imx258: Follow normal V4L2 behaviours for clipping exposure
` [PATCH v4 11/25] media: i2c: imx258: Add get_selection for pixel array information
` [PATCH v4 12/25] media: i2c: imx258: Allow configuration of clock lane behaviour
` [PATCH v4 13/25] media: i2c: imx258: Correct max FRM_LENGTH_LINES value
` [PATCH v4 14/25] media: i2c: imx258: Issue reset before starting streaming
` [PATCH v4 15/25] media: i2c: imx258: Set pixel_rate range to the same as the value
` [PATCH v4 16/25] media: i2c: imx258: Support faster pixel rate on binned modes
` [PATCH v4 17/25] dt-bindings: media: imx258: Rename to include vendor prefix
` [PATCH v4 18/25] dt-bindings: media: imx258: Add alternate compatible strings
` [PATCH v4 19/25] media: i2c: imx258: Change register settings for variants of the sensor
` [PATCH v4 20/25] media: i2c: imx258: Make HFLIP and VFLIP controls writable
` [PATCH v4 21/25] dt-bindings: media: imx258: Add binding for powerdown-gpio
` [PATCH v4 22/25] media: i2c: imx258: Add support for powerdown gpio
` [PATCH v4 23/25] media: i2c: imx258: Add support for reset gpio
` [PATCH v4 24/25] media:i2c: imx258: Use v4l2_link_freq_to_bitmap helper
` [PATCH v4 25/25] media: i2c: imx258: Convert to new CCI register access helpers

[PATCH v6 00/10] block atomic writes
 2024-04-14 20:50 UTC  (8+ messages)

Linux 6.9-rc4
 2024-04-14 20:48 UTC 

[PATCH v3 1/3] perf: Move perf_event_fasync() to perf_event.h
 2024-04-14 20:47 UTC  (2+ messages)
` [tip: perf/core] "

[PATCH v3 2/3] perf/ring_buffer: Trigger IO signals for watermark_wakeup
 2024-04-14 20:47 UTC  (2+ messages)
` [tip: perf/core] "

[PATCH v3 3/3] selftests/perf_events: Test FASYNC with watermark wakeups
 2024-04-14 20:47 UTC  (2+ messages)
` [tip: perf/core] "

[tip: perf/core] perf/bpf: Mark perf_event_set_bpf_handler() and perf_event_free_bpf_handler() as inline too
 2024-04-14 20:47 UTC 

[PATCH] locking/atomic/x86: Introduce arch_try_cmpxchg64_local()
 2024-04-14 20:46 UTC  (2+ messages)
` [tip: locking/core] "

[PATCH v5 0/5] iio: adc: ad7192: Add AD7194 support
 2024-04-14 20:31 UTC  (12+ messages)
` [PATCH v5 3/5] iio: adc: ad7192: Add aincom supply
` [PATCH v5 4/5] dt-bindings: iio: adc: ad7192: Add AD7194 support
` [PATCH v5 5/5] "

[PATCH v2 1/4] x86/pat: introduce lookup_address_in_pgd_attr()
 2024-04-14 20:31 UTC  (2+ messages)
` [tip: x86/mm] x86/pat: Introduce lookup_address_in_pgd_attr()

[PATCH v2 2/4] x86/mm: use lookup_address_in_pgd_attr() in show_fault_oops()
 2024-04-14 20:31 UTC  (2+ messages)
` [tip: x86/mm] x86/mm: Use "

[PATCH v2 3/4] x86/pat: restructure _lookup_address_cpa()
 2024-04-14 20:31 UTC  (2+ messages)
` [tip: x86/mm] x86/pat: Restructure _lookup_address_cpa()

[PATCH v2 4/4] x86/pat: fix W^X violation false-positives when running as Xen PV guest
 2024-04-14 20:30 UTC  (2+ messages)
` [tip: x86/mm] x86/pat: Fix "

[PATCH 0/2] Add driver for Raydium RM69380-based DSI panels
 2024-04-14 20:22 UTC  (4+ messages)
` [PATCH 2/2] drm/panel: Add driver for EDO RM69380 OLED panel

[PATCH 0/4] Document ASUS RT-AC3200 and ASUS RT-AC5300 and add device trees
 2024-04-14 20:21 UTC  (6+ messages)
` [PATCH 3/4] ARM: dts: BCM5301X: Add DT for ASUS RT-AC3200

[PATCH] Documentation: coding-style: don't encourage WARN*()
 2024-04-14 20:06 UTC  (3+ messages)

[PATCH v3] dt-bindings: PCI: altera: Convert to YAML
 2024-04-14 19:22 UTC  (2+ messages)

[PATCH 0/4] ASUS RT-AC3100 and ASUS RT-AC88U device tree improvements
 2024-04-14 19:13 UTC  (3+ messages)
` [PATCH 4/4] ARM: dts: BCM5301X: remove earlycon on ASUS RT-AC3100 and ASUS RT-AC88U

[PATCH] const_structs.checkpatch: add lcd_ops
 2024-04-14 18:54 UTC 

[PATCH v2 0/3] arm64: dts: rockchip: Add Radxa ZERO 3W/3E
 2024-04-14 18:53 UTC  (4+ messages)
` [PATCH v2 3/3] dt-bindings: display: rockchip,dw-hdmi: Fix sound-dai-cells warning

[PATCH 00/14] ASoC: Constify local snd_sof_dsp_ops
 2024-04-14 18:47 UTC  (15+ messages)
` [PATCH 01/14] ASoC: SOF: debug: "
` [PATCH 02/14] ASoC: SOF: ipc3: "
` [PATCH 03/14] ASoC: SOF: pcm: "
` [PATCH 04/14] ASoC: SOF: Constify stored pointer to snd_sof_dsp_ops
` [PATCH 05/14] ASoC: SOF: intel: pci-tng: Constify snd_sof_dsp_ops
` [PATCH 06/14] ASoC: SOF: intel: hda: "
` [PATCH 07/14] ASoC: SOF: amd: acp: "
` [PATCH 08/14] ASoC: SOF: imx8: "
` [PATCH 09/14] ASoC: SOF: imx8m: "
` [PATCH 10/14] ASoC: SOF: imx8ulp: "
` [PATCH 11/14] ASoC: SOF: intel: bdw: "
` [PATCH 12/14] ASoC: SOF: intel: byt: "
` [PATCH 13/14] ASoC: SOF: mediatek: mt8186: "
` [PATCH 14/14] ASoC: SOF: mediatek: mt8195: "

[GIT PULL] IRQ fix
 2024-04-14 18:48 UTC  (2+ messages)

[GIT PULL] locking fix
 2024-04-14 18:48 UTC  (2+ messages)

[GIT PULL] perf events fix
 2024-04-14 18:48 UTC  (2+ messages)

[GIT PULL] timer fixes
 2024-04-14 18:48 UTC  (2+ messages)

[GIT PULL] x86 fixes
 2024-04-14 18:48 UTC  (2+ messages)

[PATCH 0/4] iio: light: stk3310: support powering off during suspend
 2024-04-14 18:39 UTC  (3+ messages)
` [PATCH 1/4] dt-bindings: iio: light: stk33xx: add regulator for vdd supply


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 read-only IMAP folder(s) and NNTP newsgroup(s).