mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
[PATCH v5 0/4] Enable shared SE support over I2C
 2024-12-02  7:19 UTC  (7+ messages)
` [PATCH v5 1/4] dt-bindindgs: i2c: qcom,i2c-geni: Document shared flag
` [PATCH v5 2/4] dmaengine: gpi: Add Lock and Unlock TRE support to access I2C exclusively

[PATCH v4 0/4] media: uvcvideo: Two fixes for async controls
 2024-12-02  7:18 UTC  (4+ messages)
` [PATCH v4 2/4] media: uvcvideo: Remove dangling pointers

[PATCH v4 00/11] rust: bindings: Auto-generate inline static functions
 2024-12-02  7:14 UTC  (2+ messages)

[PATCH] f2fs: The GC triggered by ioctl also needs to mark the segno as victim
 2024-12-02  7:12 UTC 

drivers/net/ethernet/mediatek/mtk_eth_soc.c:1846:40: sparse: sparse: incorrect type in argument 1 (different base types)
 2024-12-02  7:11 UTC 

[patch v2] tg3: Disable tg3 PCIe AER on system reboot
 2024-12-02  7:00 UTC  (2+ messages)

[PATCH] remoteproc: mtk_scp: Only populate devices SCP cores
 2024-12-02  6:55 UTC  (2+ messages)

[PATCH v8 0/2] x86/cacheinfo: Set the number of leaves per CPU
 2024-12-02  6:53 UTC  (3+ messages)
` [PATCH v8 1/2] cacheinfo: Allocate memory during CPU hotplug if not done from the primary CPU

[PATCH v5 0/2] Add changes to use session index as identifier
 2024-12-02  6:48 UTC  (3+ messages)
` [PATCH v5 1/2] misc: fastrpc: Add support for multiple PD from one process
` [PATCH v5 2/2] misc: fastrpc: Rename tgid and pid to client_id

[PATCH v3 0/7] Support ROHM KX134ACR-LBZ
 2024-12-02  6:46 UTC  (5+ messages)
` [PATCH v3 7/7] iio: accel: kx022a: align with subsystem way

[PATCH 0/3] iio: gts: Simplify available scales building
 2024-12-02  6:44 UTC  (7+ messages)
` [PATCH 1/3] iio: gts: Simplify using __free
` [PATCH 3/3] iio: gts: simplify scale table build

[PATCH] arm64/mm: Ensure adequate HUGE_MAX_HSTATE
 2024-12-02  6:44 UTC 

[PATCH v7 0/7] Add AutoFDO and Propeller support for Clang build
 2024-12-02  6:39 UTC  (4+ messages)
` [PATCH v7 3/7] Adjust symbol ordering in text output section
  ` [PATCH v7 3/7] Adjust symbol ordering in text output section [openrisc boot failure]

[PATCH] usb: xhci: Add module param for compliance quirk checking
 2024-12-02  6:38 UTC  (2+ messages)

[PATCH v2 0/2] Add GPI immediate DMA support for SPI
 2024-12-02  6:37 UTC  (9+ messages)
` [PATCH v2 1/2] dmaengine: qcom: gpi: Add GPI immediate DMA support
` [PATCH v2 2/2] spi: spi-geni-qcom: Add "

[PATCH] ftrace: Show timings of how long nop patching took
 2024-12-02  6:37 UTC  (4+ messages)

[PATCH 0/7] KVM: TDX: TD vcpu enter/exit
 2024-12-02  6:36 UTC  (8+ messages)
` [PATCH 4/7] KVM: TDX: restore host xsave state when exit from the guest TD

[PATCH v2 0/2] OPP: fix buffer overflow in indexed freq and bandwidth reads
 2024-12-02  6:33 UTC  (3+ messages)
` [PATCH v2 1/2] OPP: add index check to assert to avoid buffer overflow in _read_freq()

[PATCH] drm: bridge: fsl-ldb: fixup mode on freq mismatch
 2024-12-02  6:32 UTC  (2+ messages)

[PATCH] opp: core: Fix off by one in dev_pm_opp_get_bw()
 2024-12-02  6:32 UTC  (2+ messages)

[bisected] ext4 corruption on parisc since 6.12
 2024-12-02  6:30 UTC  (4+ messages)

[PATCH] openrisc: place exception table at the head of vmlinux
 2024-12-02  6:28 UTC 

[PATCH] drm/msm: Check return value of of_dma_configure()
 2024-12-02  6:27 UTC  (3+ messages)

[PATCH] drm/panel: visionox-rm69299: Remove redundant assignments of panel fields
 2024-12-02  6:24 UTC 

[RESEND PATCH] drivers: base: power: Optimize array out-of-bounds access logic
 2024-12-02  6:21 UTC  (2+ messages)

[PATCH tty-next v3 0/6] convert 8250 to nbcon
 2024-12-02  6:12 UTC  (7+ messages)
` [PATCH tty-next v3 1/6] serial: 8250: Adjust the timeout for FIFO mode

[PATCH] HID: magicmouse: Update device name for Apple Magic Trackpad
 2024-12-02  6:06 UTC 

[PATCH v2 0/2] pwm: add PWM driver for atcpit100
 2024-12-02  6:01 UTC  (3+ messages)
` [PATCH v2 1/2] dt-bindings: pwm: add atcpit100-pwm
` [PATCH v2 2/2] pwm: atcpit100: add Andes PWM driver support

[PATCH v9 00/22] Add support for binding ACPI platform profile to multiple drivers
 2024-12-02  5:50 UTC  (23+ messages)
` [PATCH v9 01/22] ACPI: platform-profile: Add a name member to handlers
` [PATCH v9 02/22] platform/x86/dell: dell-pc: Create platform device
` [PATCH v9 03/22] ACPI: platform_profile: Add device pointer into platform profile handler
` [PATCH v9 04/22] ACPI: platform_profile: Add platform handler argument to platform_profile_remove()
` [PATCH v9 05/22] ACPI: platform_profile: Pass the profile handler into platform_profile_notify()
` [PATCH v9 06/22] ACPI: platform_profile: Move sanity check out of the mutex
` [PATCH v9 07/22] ACPI: platform_profile: Move matching string for new profile out of mutex
` [PATCH v9 08/22] ACPI: platform_profile: Use guard(mutex) for register/unregister
` [PATCH v9 09/22] ACPI: platform_profile: Use `scoped_cond_guard`
` [PATCH v9 10/22] ACPI: platform_profile: Create class for ACPI platform profile
` [PATCH v9 11/22] ACPI: platform_profile: Add name attribute to class interface
` [PATCH v9 12/22] ACPI: platform_profile: Add choices attribute for "
` [PATCH v9 13/22] ACPI: platform_profile: Add profile "
` [PATCH v9 14/22] ACPI: platform_profile: Notify change events on register and unregister
` [PATCH v9 15/22] ACPI: platform_profile: Only show profiles common for all handlers
` [PATCH v9 16/22] ACPI: platform_profile: Add concept of a "custom" profile
` [PATCH v9 17/22] ACPI: platform_profile: Make sure all profile handlers agree on profile
` [PATCH v9 18/22] ACPI: platform_profile: Check all profile handler to calculate next
` [PATCH v9 19/22] ACPI: platform_profile: Notify class device from platform_profile_notify()
` [PATCH v9 20/22] ACPI: platform_profile: Allow multiple handlers
` [PATCH v9 21/22] platform/x86/amd: pmf: Drop all quirks
` [PATCH v9 22/22] Documentation: Add documentation about class interface for platform profiles

[PATCH] usb: typec: tcpm: tcpci: Make the driver be compatible with the TCPCI spec [Rev 2.0 Ver 1.0, October 2017]
 2024-12-02  5:43 UTC  (2+ messages)

[PATCH v1] drm/virtio: Factor out common dmabuf unmapping code
 2024-12-02  5:39 UTC 

"Bug in qdisc_create" in Linux kernel version 2.6.26
 2024-12-02  5:27 UTC  (2+ messages)

[PATCH] media: i2c: imx334: Add support for 1280x720 & 640x480 resolutions
 2024-12-02  5:20 UTC  (3+ messages)

[PATCH v1 0/7] drm/mediatek: Add support for HDMIv2 and DDCv2 IPs
 2024-12-02  5:18 UTC  (5+ messages)
` [PATCH v1 6/7] drm/mediatek: mtk_hdmi: Split driver and add common probe function
` [PATCH v1 7/7] drm/mediatek: Introduce HDMI/DDC v2 for MT8195/MT8188

[PATCH v5 00/43] arm64: Support for Arm CCA in KVM
 2024-12-02  5:10 UTC  (2+ messages)

[PATCH v3 0/1] xhci: Some improvement for Etron xHCI host
 2024-12-02  5:01 UTC  (2+ messages)
` [PATCH v3 1/1] xhci: Correctly handle last TRB of isoc TD on "

v6.13-rc1: Internal error: Oops - Undefined instruction: 0000000002000000 [#1] SMP
 2024-12-02  4:58 UTC 

[PATCH] selftests/ipc: Remove unused variables
 2024-12-02  4:58 UTC 

[PATCH] dt-bindings: soc: fsl: cpm_qe: Limit matching to nodes with "fsl,qe"
 2024-12-02  4:57 UTC 

[PATCH v2 1/1] dmaengine: dw-axi-dmac: fix snps,axi-max-burst-len settings
 2024-12-02  4:55 UTC 

[PATCH 0/2] sunxi: Add A100 syscon nodes
 2024-12-02  4:51 UTC  (4+ messages)
` [PATCH 1/2] dt-bindings: sram: sunxi-sram: Add A100 compatible
` [PATCH 2/2] arm64: dts: allwinner: a100: Add syscon nodes

[PATCH v2 0/1] KVM: arm64: Map GPU memory with no struct pages
 2024-12-02  4:51 UTC  (3+ messages)

“BUG: unable to handle kernel paging request in anon_inode_getfile” in Linux Kenrel Version 2.6.32
 2024-12-02  4:39 UTC  (2+ messages)

[PATCH v2 0/5] sched_ext: Support high-performance monotonically non-decreasing clock
 2024-12-02  4:38 UTC  (6+ messages)
` [PATCH v2 1/5] sched_ext: Implement scx_rq_clock_update/stale()
` [PATCH v2 2/5] sched_ext: Manage the validity of scx_rq_clock
` [PATCH v2 3/5] sched_ext: Implement scx_bpf_clock_get_ns()
` [PATCH v2 4/5] sched_ext: Add scx_bpf_clock_get_ns() for BPF scheduler
` [PATCH v2 5/5] sched_ext: Replace bpf_ktime_get_ns() to scx_bpf_clock_get_ns()

[PATCH] x86/cpu: Enable SD_ASYM_PACKING for PKG domain on systems with AMD preferred cores
 2024-12-02  4:37 UTC 

"bug description: kernel warn in p9_trans_create_unix" in Linux Kernel Version 2.6.26
 2024-12-02  4:36 UTC  (2+ messages)

[PATCH] arm64/mm: Drop INIT_MM_CONTEXT()
 2024-12-02  4:35 UTC 

[PATCH v2 0/6] pci: qcom: Add QCS615 PCIe support
 2024-12-02  4:35 UTC  (5+ messages)
` [PATCH v2 5/6] arm64: dts: qcom: qcs615: enable pcie for qcs615 soc
` [PATCH v2 6/6] arm64: dts: qcom: qcs615: enable pcie for qcs615 platform dts

"BUG: unable to handle kernel paging request in DataTLBError" in Linux Kernel Version 2.6.32
 2024-12-02  4:31 UTC 

"general protection fault in netlbl_unlhsh_add" in Linux Kernel Version 4.9
 2024-12-02  4:31 UTC 

"KASAN: slab-out-of-bounds Read in load_misc_binary" in Linux Kernel Version 4.9
 2024-12-02  4:31 UTC 

[PATCH] selftests: kselftest: Fix the wrong format specifier
 2024-12-02  4:31 UTC 

"Bug in vsscanf" in Linux kernel Version 2.6.26
 2024-12-02  4:31 UTC 

"Kernel Warn in af_inet" in Linux Kernel Version 2.6.26
 2024-12-02  4:30 UTC 

[PATCH 1/1] fs/qnx6: Fix building with GCC 15
 2024-12-02  4:29 UTC  (4+ messages)
` [PATCH v2 "

[PATCH v3 00/11] Add support for videocc, camcc, dispcc and gpucc on Qualcomm QCS615 platform
 2024-12-02  4:25 UTC  (2+ messages)

[PATCH v2 0/8] MT8188 DT and binding fixes
 2024-12-02  4:24 UTC  (2+ messages)

[PATCH net-next] virtio_net: drop netdev_tx_reset_queue() from virtnet_enable_queue_pair()
 2024-12-02  4:22 UTC  (2+ messages)

[PATCH] virtio_net: drain unconsumed tx completions if any before dql_reset
 2024-12-02  4:22 UTC  (10+ messages)

[PATCH] vdpa/vp_vdpa: implement kick_vq_with_data callback
 2024-12-02  4:21 UTC  (2+ messages)

[PATCH] kbuild: Fix the wrong format specifier
 2024-12-02  4:11 UTC 

bisected: [PATCH V4] x86/apic: Always explicitly disarm TSC-deadline timer
 2024-12-02  4:10 UTC  (6+ messages)
    ` [PATCH] modpost: Add .irqentry.text to OTHER_SECTIONS

Kernel warning in dcn30_dpp.c; short freezing, crashes in KWin
 2024-12-02  4:09 UTC 

[PATCH v6 0/3] clk: qcom: Add support for multiple power-domains for a clock controller
 2024-12-02  3:58 UTC  (3+ messages)
` [PATCH v6 3/3] clk: qcom: Support attaching GDSCs to multiple parents

[PATCH v1 0/2] iio: adc: add Nuvoton NCT720x ADC driver
 2024-12-02  3:57 UTC  (11+ messages)
` [PATCH v1 1/2] dt-bindings: iio: adc: Add binding for Nuvoton NCT720x ADCs

[PATCH net-next v11 00/23] Introducing OpenVPN Data Channel Offload
 2024-12-02  3:53 UTC  (7+ messages)
` [PATCH net-next v11 09/23] ovpn: implement basic RX path (UDP)

[syzbot] [bcachefs?] WARNING: locking bug in __timer_delete_sync (2)
 2024-12-02  3:49 UTC 

[PATCH 0/5] thermal: multi-sensor aggregation support
 2024-12-02  3:41 UTC  (3+ messages)

[PATCH net v2 0/2] Fixes on the OPEN Alliance TC6 10BASE-T1x MAC-PHY support generic lib
 2024-12-02  3:37 UTC  (7+ messages)
` [PATCH net v2 2/2] net: ethernet: oa_tc6: fix tx skb race condition between reference pointers

[PATCH] fs: Fix data race in btrfs_drop_extents
 2024-12-02  3:36 UTC  (3+ messages)

[PATCH] mm/memory-failure: fix VM_BUG_ON_PAGE(PagePoisoned(page)) when unpoison memory
 2024-12-02  3:32 UTC  (13+ messages)

[PATCH v0 0/6] Improve decoder performance and fix critical bugs
 2024-12-02  3:31 UTC  (4+ messages)
` [PATCH v0 3/6] media: chips-media: wave5: Improve performance of decoder

[PATCH mm-unstable v1 0/6] mm/mglru: performance optimizations
 2024-12-02  3:28 UTC  (7+ messages)
` [PATCH mm-unstable v1 1/6] mm/mglru: clean up workingset
` [PATCH mm-unstable v1 2/6] mm/mglru: optimize deactivation
` [PATCH mm-unstable v1 3/6] mm/mglru: rework aging feedback
` [PATCH mm-unstable v1 4/6] mm/mglru: rework type selection
` [PATCH mm-unstable v1 5/6] mm/mglru: rework refault detection
` [PATCH mm-unstable v1 6/6] mm/mglru: rework workingset protection

[PATCH v1 00/10] Add eDP support for RK3588
 2024-12-02  3:28 UTC  (9+ messages)
` [PATCH v1 02/10] dt-bindings: display: rockchip: analogix-dp: Add "
` [PATCH v1 04/10] phy: phy-rockchip-samsung-hdptx: Add support for eDP mode

[syzbot] [exfat?] general protection fault in exfat_init_ext_entry
 2024-12-02  3:26 UTC  (3+ messages)

[PATCH v2 0/4] RISC-V: KVM: Allow Svvptc/Zabha/Ziccrse exts for guests
 2024-12-02  3:22 UTC  (5+ messages)
` [PATCH v2 1/4] RISC-V: KVM: Allow Svvptc extension for Guest/VM
` [PATCH v2 2/4] RISC-V: KVM: Allow Zabha "
` [PATCH v2 3/4] RISC-V: KVM: Allow Ziccrse "
` [PATCH v2 4/4] KVM: riscv: selftests: Add Svvptc/Zabha/Ziccrse exts to get-reg-list test

[PATCH v4 0/4] arm64: dts: mediatek: Add MT8186 Chinchou
 2024-12-02  3:20 UTC  (5+ messages)
` [PATCH v4 1/4] dt-bindings: arm: mediatek: Add MT8186 Chinchou Chromebook
` [PATCH v4 2/4] arm64: dts: mediatek: Add MT8186 Chinchou Chromebooks
` [PATCH v4 3/4] arm64: dts: mediatek: Add exton node for DP bridge
` [PATCH v4 4/4] arm64: dts: mediatek: Modify audio codec name for pmic

[PATCH -next 0/2] *** fix overflows seen when writing limit attributes ***
 2024-12-02  3:19 UTC  (3+ messages)
` [PATCH -next 1/2] wifi: mt76: mt7996: fix overflows seen when writing limit attributes
` [PATCH -next 2/2] mt76: mt7915: "

[PATCH 09/13] loongarch/irq: use seq_put_decimal_ull_width() for decimal values
 2024-12-02  3:13 UTC  (2+ messages)

[PATCH v7 0/3] [PATCH v6 0/3] Add support for AST2700 clk driver
 2024-12-02  3:12 UTC  (6+ messages)
` [PATCH v7 3/3] clk: aspeed: add AST2700 clock driver

[PATCH] LoongArch: Add architecture specific huge_pte_clear
 2024-12-02  3:12 UTC  (2+ messages)

[PATCH] LoongArch: BPF: Adjust the parameter of emit_jirl()
 2024-12-02  3:10 UTC  (2+ messages)

[PATCH] rtc: check if __rtc_read_time was successful in rtc_timer_do_work()
 2024-12-02  3:10 UTC  (4+ messages)

[PATCH v17 0/3] ACPI: APEI: handle synchronous errors in task work
 2024-12-02  3:05 UTC  (4+ messages)
` [PATCH v17 1/3] ACPI: APEI: send SIGBUS to current task if synchronous memory error not recovered
` [PATCH v17 2/3] mm: memory-failure: move return value documentation to function declaration
` [PATCH v17 3/3] ACPI: APEI: handle synchronous exceptions in task work

[PATCH v5 00/19] Add Freescale i.MX8qxp Display Controller support
 2024-12-02  2:56 UTC  (20+ messages)
` [PATCH v5 01/19] dt-bindings: display: imx: Add i.MX8qxp Display Controller processing units
` [PATCH v5 02/19] dt-bindings: display: imx: Add i.MX8qxp Display Controller blit engine
` [PATCH v5 03/19] dt-bindings: display: imx: Add i.MX8qxp Display Controller display engine
` [PATCH v5 04/19] dt-bindings: display: imx: Add i.MX8qxp Display Controller pixel engine
` [PATCH v5 05/19] dt-bindings: display: imx: Add i.MX8qxp Display Controller AXI performance counter
` [PATCH v5 06/19] dt-bindings: display: imx: Add i.MX8qxp Display Controller command sequencer
` [PATCH v5 07/19] dt-bindings: interrupt-controller: Add i.MX8qxp Display Controller interrupt controller
` [PATCH v5 08/19] dt-bindings: display: imx: Add i.MX8qxp Display Controller
` [PATCH v5 09/19] drm/imx: Add i.MX8qxp Display Controller display engine
` [PATCH v5 10/19] drm/imx: Add i.MX8qxp Display Controller pixel engine
` [PATCH v5 11/19] drm/imx: Add i.MX8qxp Display Controller interrupt controller
` [PATCH v5 12/19] drm/imx: Add i.MX8qxp Display Controller KMS
` [PATCH v5 13/19] MAINTAINERS: Add maintainer for i.MX8qxp Display Controller
` [DO NOT MERGE PATCH v5 14/19] dt-bindings: phy: mixel, mipi-dsi-phy: Allow assigned-clock* properties
` [DO NOT MERGE PATCH v5 15/19] dt-bindings: firmware: imx: Add SCU controlled display pixel link nodes
` [DO NOT MERGE PATCH v5 16/19] arm64: dts: imx8qxp: Add display controller subsystem
` [DO NOT MERGE PATCH v5 17/19] arm64: dts: imx8qxp: Add MIPI-LVDS combo subsystems
` [DO NOT MERGE PATCH v5 18/19] arm64: dts: imx8qxp-mek: Enable display controller
` [DO NOT MERGE PATCH v5 19/19] arm64: dts: imx8qxp-mek: Add MX8-DLVDS-LCD1 display module support

kernel panic: Failed to create the TCP control socket
 2024-12-02  2:42 UTC  (2+ messages)

[PATCH v4 0/3] Add support for Nuvoton MA35D1 GMAC
 2024-12-02  2:36 UTC  (4+ messages)
` [PATCH v4 1/3] dt-bindings: net: nuvoton: Add schema for Nuvoton MA35 family GMAC
` [PATCH v4 2/3] arm64: dts: nuvoton: Add Ethernet nodes
` [PATCH v4 3/3] net: stmmac: dwmac-nuvoton: Add dwmac glue for Nuvoton MA35 family

[PATCH v2] Bluetooth: btusb: avoid NULL pointer dereference in skb_dequeue()
 2024-12-02  2:30 UTC 

"BUG: unable to handle kernel paging request in do_wait" in Linux kernel Version(2.6.32)
 2024-12-02  2:30 UTC 

[PATCH v1 0/4] Add qcom,product-variant properties in Qualcomm
 2024-12-02  2:22 UTC  (8+ messages)
` [PATCH v2 1/4] dt-bindings: bluetooth: add 'qcom,product-variant'

[PATCH] cpupower: fix TSC MHz calculation for Mperf monitor
 2024-12-02  2:21 UTC  (2+ messages)

[PATCH v4 00/19] Add Freescale i.MX8qxp Display Controller support
 2024-12-02  2:16 UTC  (4+ messages)
` [PATCH v4 09/19] drm/imx: Add i.MX8qxp Display Controller display engine

[RFC PATCH mpam mpam/snapshot/v6.12-rc1 v2 0/6] arm_mpam: Introduce the Narrow-PARTID feature for MPAM driver
 2024-12-02  2:12 UTC  (5+ messages)

[syzbot] [iomap?] WARNING in iomap_zero_iter
 2024-12-02  1:48 UTC 

[PATCH] rtc: loongson: clear TOY_MATCH0_REG in loongson_rtc_isr
 2024-12-02  1:36 UTC  (3+ messages)

[PATCH v2] m68k: use kernel's generic muldi3 libgcc function
 2024-12-02  1:34 UTC  (4+ messages)

[PATCH v2 00/12] Wire up CRC-T10DIF library functions to arch-optimized code
 2024-12-02  1:20 UTC  (8+ messages)
` [PATCH v2 06/12] arm64/crc-t10dif: expose CRC-T10DIF function through lib
` [PATCH v2 07/12] powerpc/crc-t10dif: "
` [PATCH v2 08/12] lib/crc_kunit.c: add KUnit test suite for CRC library functions
` [PATCH v2 09/12] lib/crc16_kunit: delete obsolete crc16_kunit.c
` [PATCH v2 10/12] lib/crc32test: delete obsolete crc32test.c
` [PATCH v2 11/12] powerpc/crc: delete obsolete crc-vpmsum_test.c
` [PATCH v2 12/12] MAINTAINERS: add entry for CRC library

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®