The Linux Kernel Mailing List
 help / color / mirror / Atom feed
 messages from 2026-08-03 18:46:36 to 2026-08-03 20:08:56 UTC [more...]

[PATCH net-next v7 00/17] net: macb: implement context swapping
 2026-08-03 20:08 UTC  (6+ messages)
` [PATCH net-next v7 01/17] net: macb: drop "consistent" from alloc/free function names
` [PATCH net-next v7 02/17] net: macb: unify device pointer naming convention
` [PATCH net-next v7 03/17] net: macb: unify variable naming convention in at91ether functions
` [PATCH net-next v7 04/17] net: macb: unify queue index variable naming convention and types
` [PATCH net-next v7 05/17] net: macb: enforce reverse christmas tree (RCT) convention

[PATCH] firmware: xilinx: support RPU boot from DDR
 2026-08-03 20:05 UTC 

[PATCH 4/4] selinux: require every boolean value to be defined
 2026-08-03 20:03 UTC  (2+ messages)

[PATCH 3/4] selinux: reject an unclaimed class value in security_get_classes()
 2026-08-03 20:03 UTC  (2+ messages)

[PATCH 2/4] selinux: require a class's permission values to cover its permission count
 2026-08-03 20:03 UTC  (2+ messages)

[PATCH 1/4] selinux: do not cancel a policy conversion that never started
 2026-08-03 20:03 UTC  (2+ messages)

[PATCH 1/2] rust: io: gate ioremap/iounmap on CONFIG_HAS_IOMEM
 2026-08-03 20:02 UTC  (2+ messages)
` [PATCH 2/2] rust: io: gate ioremap doctests "

[PATCH v2] drm/panel-edp: Add Sharp LQ120P1JX51 (Surface Pro 12in 1st Ed.)
 2026-08-03 20:02 UTC  (2+ messages)

[PATCH] HID: picolcd: clamp eeprom debugfs read to bytes actually received
 2026-08-03 20:02 UTC  (2+ messages)

[PATCH v2 0/4] mmc: sdhci_am654: Fix DDR50 mode for cards without tuning support
 2026-08-03 19:59 UTC  (9+ messages)
` [PATCH v2 1/4] mmc: sdhci_am654: Move tuning_loop to local variable
` [PATCH v2 2/4] mmc: sdhci_am654: Reset command and data lines on failed tuning
` [PATCH v2 3/4] mmc: sdhci_am654: Clear ITAPDLY on tuning failure
` [PATCH v2 4/4] mmc: sdhci_am654: Fallback to DT-provided itap delay on DDR50 "

[PATCH] Input: uinput/uhid - disallow control characters in phys paths
 2026-08-03 19:58 UTC  (3+ messages)

[PATCH v6 0/7] ASoC: qcom: add AudioReach TDM backend support
 2026-08-03 19:56 UTC  (8+ messages)
` [PATCH v6 1/7] ASoC: qcom: qdsp6: add topology-driven Audio IF support
` [PATCH v6 2/7] ASoC: qcom: q6apm-lpass-dais: add TDM DAI operations
` [PATCH v6 3/7] dt-bindings: sound: qcom,q6dsp-lpass-ports: add Audio IF clocks
` [PATCH v6 4/7] ASoC: qcom: q6prm: add Audio IF clock IDs
` [PATCH v6 5/7] dt-bindings: sound: qcom,sm8250: allow TDM slot properties
` [PATCH v6 6/7] ASoC: qcom: common: add DAI-node TDM slot helpers
` [PATCH v6 7/7] ASoC: qcom: sc8280xp: add TDM hw_params support

[PATCH net v2 1/3] net: core: propagate unreadable flag in skb_zerocopy
 2026-08-03 19:54 UTC  (3+ messages)
` [PATCH net v2 2/3] net: devmem: return EMSGSIZE on type mismatch

[bpf-next 4/4] selftests/bpf: vmtest.sh: preserve command quoting when running in the VM
 2026-08-03 19:52 UTC  (3+ messages)

[PATCH 0/2] alpha: enable building with clang
 2026-08-03 19:51 UTC  (2+ messages)

[PATCH v5 00/25] MT8189: Add support for system and base clock controllers
 2026-08-03 19:51 UTC  (2+ messages)

[PATCH] coding-assistants: simplify attribution
 2026-08-03 19:50 UTC  (3+ messages)
  ` [tech-board] "

[PATCH 00/32] clk: mediatek: Migrate to common probe/remove helpers and fix memory leaks
 2026-08-03 19:50 UTC  (2+ messages)

[PATCH] drm/panel-edp: Add pre_unprepare delay
 2026-08-03 19:50 UTC  (2+ messages)

[BUG] ext4: NULL/invalid pointer dereference in ext4_writepages() during generic/039
 2026-08-03 19:48 UTC  (3+ messages)

[PATCH 0/2] arm64: ftrace: enable single ftrace_ops for direct calls
 2026-08-03 19:48 UTC  (9+ messages)
` [PATCH 1/2] "

[PATCH 1/2] ASoC: spacemit: Drop redundant error messages
 2026-08-03 18:37 UTC  (2+ messages)
` (subset) "

[bpf-next 2/4] selftests/bpf: add --no-error-summary to skip end-of-run error log dump
 2026-08-03 19:48 UTC  (3+ messages)

[PATCH RFC 00/15] mm/mglru: frequency guided promotion (MGLRU-FG) and flag cleanup
 2026-08-03 19:47 UTC  (16+ messages)
` [PATCH RFC 01/15] mm/memcontrol: make lru_zone_size atomic and simplify sanity check
` [PATCH RFC 02/15] mm/memcontrol: allow update of LRU statistic without holding LRU lock
` [PATCH RFC 03/15] mm/mglru: introduce and always use helpers for manipulating page flags
` [PATCH RFC 04/15] mm/mglru: make generation page counters atomic
` [PATCH RFC 05/15] mm/mglru: move max_seq read into walk_update_folio
` [PATCH RFC 06/15] mm/mglru: use explicit tier range in read_ctrl_pos()
` [PATCH RFC 07/15] mm/mglru: move refault workingset activation into lru_gen_refault
` [PATCH RFC 08/15] mm/memcg: add folio-based lruvec live helper
` [PATCH RFC 09/15] mm/mglru: frequency guided workingset promotion (MGLRU-FG)
` [PATCH RFC 10/15] mm/mglru: make folio lru referenced times count a generic API
` [PATCH RFC 11/15] mm/mglru: replace folio workinset check and update with new helper
` [PATCH RFC 12/15] mm/smap: report workingset folios as referenced
` [PATCH RFC 13/15] mm/huge_memory: mark file folio as accessed more accurately on split
` [PATCH RFC 14/15] mm/khugepaged: consider workingset folios as referenced
` [PATCH RFC 15/15] mm/madvise: convert to new lru refs API and better support for MGLRU

[GIT PULL] [PATCH 00/24] Rust synchronization changes for v7.3
 2026-08-03 19:47 UTC  (4+ messages)
` [PATCH 05/24] irq & spin_lock: Add counted interrupt disabling/enabling

[PATCH] fs: document semantics of kstat::{uid,gid} fields
 2026-08-03 19:46 UTC 

[PATCH v3 0/5] mm: Unconditional per-VMA locks and cleanups
 2026-08-03 19:43 UTC  (17+ messages)
` [PATCH v3 1/5] mm: Make per-VMA locks available universally
` [PATCH v3 3/5] mm: Add RCU-based VMA lookup helper that waits for writers
` [PATCH v3 4/5] binder: Remove mmap_lock fallback

[PATCH] kho: do not reserve scratch memory in the kdump kernel
 2026-08-03 19:39 UTC 

[PATCH v13 0/4] Add MSI Claw HID Configuration Driver
 2026-08-03 19:42 UTC  (2+ messages)

[PATCH 3/3] staging: media: ipu3: remove unnecessary parentheses from return
 2026-08-03 19:41 UTC 

[PATCHES 0/5 v1] perf tools auxtrace hardening series
 2026-08-03 19:41 UTC  (8+ messages)
` [PATCH 5/5] perf arm-spe: Reject zero nr_cpu in metadata to prevent division by zero

[PATCH v3 0/4] HID: Remove redundant error messages on IRQ request failure
 2026-08-03 19:41 UTC  (2+ messages)

[PATCH 2/3] staging: media: av7110: remove unnecessary parentheses from return
 2026-08-03 19:40 UTC 

[PATCH 1/3] staging: rtl8723bs: remove redundant ternary operators from return
 2026-08-03 19:39 UTC 

[PATCH] HID: hyperx: add driver for the HyperX QuadCast 2 mute button
 2026-08-03 19:39 UTC  (2+ messages)

[PATCH net-next v6 16/16] net: macb: use context swapping in .ndo_change_mtu()
 2026-08-03 19:39 UTC  (2+ messages)

[syzbot] [usb?] KASAN: slab-use-after-free Write in gadgetfs_bind
 2026-08-03 19:39 UTC 

[PATCH v11 0/6] Add RMPOPT support
 2026-08-03 19:37 UTC  (7+ messages)
` [PATCH v11 4/6] x86/sev: Add support to perform RMP optimizations asynchronously

[PATCH v2] arm64: dts: qcom: hamoa-iot-evk: switch typec0 to PS8830 retimer
 2026-08-03 19:35 UTC  (2+ messages)

[PATCH 0/4] Dongwoon DW9714 - correct vcc/vdd supply voltage
 2026-08-03 19:35 UTC  (4+ messages)
` [PATCH 4/4] arm64: dts: imx8mq-librem5: Dongwoon DW9714 coil requires higher voltage

[syzbot] [usb?] [input?] KMSAN: uninit-value in steam_register
 2026-08-03 19:34 UTC  (3+ messages)
` [PATCH] HID: hid-steam: fix uninit-value access in steam_get_serial

[PATCH v7 0/8] HID: steelseries: split out Arctis driver and add Nova 5X/Nova 7 support
 2026-08-03 19:32 UTC  (10+ messages)
` [PATCH v7 1/8] HID: steelseries: Fix ARCTIS_1_X device mislabeling
` [PATCH v7 2/8] HID: steelseries: Split Arctis headset driver into separate module
` [PATCH v7 3/8] HID: steelseries: Refactor Arctis driver to use device_info framework
` [PATCH v7 4/8] HID: steelseries: Report POWER_SUPPLY_STATUS_FULL when full
` [PATCH v7 5/8] HID: steelseries: Correct Arctis 9 battery calibration range
` [PATCH v7 6/8] HID: steelseries: Manage battery lifetime with refcounting
` [PATCH v7 7/8] HID: steelseries: Add async status interface support
` [PATCH v7 8/8] HID: steelseries: Add support for Arctis Nova 5X and Nova 7 families

[GIT PULL] fsverity fix for v7.2-rc7
 2026-08-03 19:28 UTC  (2+ messages)

[GIT PULL] fscrypt fix for v7.2-rc7
 2026-08-03 19:28 UTC  (2+ messages)

[PATCH v2 0/6] Fix regulator voting for the Qualcomm SGMII SerDes PHY
 2026-08-03 19:28 UTC  (7+ messages)
` [PATCH v2 1/6] dt-bindings: phy: qcom,sa8775p-dwmac-sgmii-phy: add named voltage rails and deprecate phy-supply
` [PATCH v2 2/6] phy: qcom: sgmii-eth: vote for both voltage rails with correct current loads
` [PATCH v2 3/6] arm64: dts: qcom: lemans-evk: fix SerDes PHY regulator supplies
` [PATCH v2 4/6] arm64: dts: qcom: lemans-ride-common: "
` [PATCH v2 5/6] arm64: dts: qcom: monaco-evk: "
` [PATCH v2 6/6] arm64: dts: qcom: qcs8300-ride: "

[PATCH] HID: magicmouse: re-enable multitouch after reset-resume
 2026-08-03 19:27 UTC  (2+ messages)

[PATCH] crypto/krb5: use kfree_sensitive() for derived key buffers
 2026-08-03 19:26 UTC 

[PATCH] HID: lg4ff: validate report length before fixed offsets
 2026-08-03 19:24 UTC 

[PATCH v1 0/6] serial: Some yak shaving
 2026-08-03 19:22 UTC  (8+ messages)
` [PATCH v1 2/6] serial: txx9: Drop usage of uart_match_port()
` [PATCH v1 3/6] serial: 8250: Make uart_match_port() a 8250 specific function

[PATCH] HID: corsair: fix use-after-free by reordering remove sequence
 2026-08-03 19:22 UTC  (3+ messages)
` [PATCH 0/2] HID: corsair: fix two use-after-free bugs on device removal

[PATCH 0/7] Register MPM under CPU cluster power domain to manage RPM notification
 2026-08-03 19:21 UTC  (10+ messages)
` [PATCH 1/7] dt-bindings: interrupt-controller: mpm: Document power-domains property

[PATCH] HID: quirks: add ALWAYS_POLL quirk for AULA Mini 60 HE Pro Dongle
 2026-08-03 19:21 UTC  (2+ messages)

[syzbot] [usb?] KASAN: slab-use-after-free Write in put_dev
 2026-08-03 19:20 UTC 

[PATCH] HID: i2c-hid: goodix: Disable VDD on VDDIO enable failure
 2026-08-03 19:19 UTC  (2+ messages)

[PATCH v3 0/3] Add Sharp GP2AP070S Proximity Driver and enable it in Galaxy J6 (j6lte)
 2026-08-03 19:18 UTC  (5+ messages)
` [PATCH v3 2/3] iio: proximity: add driver for Sharp GP2AP070S proximity sensor

[PATCH net-next v6 15/16] net: macb: use context swapping in .set_ringparam()
 2026-08-03 19:18 UTC  (2+ messages)

[PATCH 0/2] Add bindings and driver for Sony IMX908
 2026-08-03 19:18 UTC  (10+ messages)
` [PATCH 1/2] media: dt-bindings: imx908: Add Sony IMX908 sensor bindings
` [PATCH 2/2] media: i2c: Add Sony IMX908 image sensor driver

[PATCH v2 0/6] sched: dynamic: Simplify PREEMPT_DYNAMIC
 2026-08-03 19:17 UTC  (7+ messages)
` [PATCH v2 1/6] sched: dynamic: Make PREEMPT_DYNAMIC depend on ARCH_HAS_PREEMPT_LAZY
` [PATCH v2 2/6] sched: dynamic: Simplify {cond,might}_resched()
` [PATCH v2 3/6] sched: dynamic: Simplify preempt_schedule{,_notrace}()
` [PATCH v2 4/6] sched: dynamic: Simplify irqentry_exit_cond_resched()
` [PATCH v2 5/6] sched: dynamic: Remove HAVE_PREEMPT_DYNAMIC_{CALL,KEY}
` [PATCH v2 6/6] sched: dynamic: Simplify preempt model accessors

[PATCH] HID: asus: support the Zenbook A16 (UX3607OA) keyboard
 2026-08-03 19:17 UTC  (2+ messages)

[PATCH] HID: quirks: Add ALWAYS_POLL quirk for Beitong BTP-KP20D dongle
 2026-08-03 19:16 UTC  (2+ messages)

[PATCH v2 0/7] mm/khugepaged: several cleanups
 2026-08-03 19:14 UTC  (12+ messages)
` [PATCH v2 2/7] mm/khugepaged: extract young page check into collapse_is_referenced() helper
` [PATCH v2 3/7] mm/khugepaged: introduce a count_collapse_event() helper
` [PATCH v2 4/7] mm/khugepaged: fix outdated comments

[PATCH bpf v4] bpf: Fix UAF when reading prog type in bpf_mprog_link
 2026-08-03 19:14 UTC  (3+ messages)

[PATCH 0/2] Documentation: html: show sections in the sidebar
 2026-08-03 19:13 UTC  (2+ messages)

[PATCH V12 00/12] famfs: the Fabric-Attached Memory File System (standalone)
 2026-08-03 19:13 UTC  (3+ messages)
  ` [PATCH V12 01/12] dax: replace exported dax_dev_get() with non-allocating dax_dev_find()

[PATCH] platform: arm64: qcom-hamoa-ec: reject incomplete responses
 2026-08-03 19:12 UTC  (2+ messages)

[PATCH] platform/x86: samsung-galaxybook: Add SAMB430 device ID
 2026-08-03 19:12 UTC  (2+ messages)

[RFC v2 PATCH 0/16] Optimize this_cpu_*() ops for non-x86 (ARM64 for this series)
 2026-08-03 19:12 UTC  (4+ messages)
` [PATCH 04/16] vmalloc: pass in pgd pointer for vmap{__vunmap}_range_noflush()

[PATCH 0/2] HID: hyperv: bound initial device info descriptor
 2026-08-03 19:10 UTC  (2+ messages)

[PATCH v1] linux-firmware: Add firmware for new project
 2026-08-03 19:09 UTC  (2+ messages)

[PATCH v6 0/3] Add Qualcomm JPEG V4L2 encoder for SM8250
 2026-08-03 19:09 UTC  (7+ messages)
` [PATCH v6 3/3] arm64: dts: qcom: sm8250: Add JPEG encoder node

[PATCH] HID: logitech-hidpp: Remove duplicate ID for the G703 Hero over USB
 2026-08-03 19:09 UTC  (4+ messages)

[PATCH] HID: sony: add missing __packed to struct with static_assert()
 2026-08-03 19:08 UTC  (2+ messages)

[PATCH] HID: playstation: Support DualSense player LED brightness control
 2026-08-03 19:05 UTC  (3+ messages)
` [PATCH v2] "

[PATCH v2 0/9] crypto: Provide a function for zeroizing crypto_aes_ctx
 2026-08-03 19:05 UTC  (3+ messages)
` [PATCH v2 1/9] crypto: Provide a wrapper "

[PATCH RFC 0/2] HID: Replace system_wq with system_dfl_wq
 2026-08-03 19:04 UTC  (2+ messages)

[PATCH] HID: magicmouse: fix battery reporting for Bluetooth Magic Trackpad USB-C
 2026-08-03 19:03 UTC  (2+ messages)

linux-next: manual merge of the mm-unstable tree with the drm-misc-fixes tree
 2026-08-03 19:02 UTC  (7+ messages)

[PATCH] kunit: tool: fix _list_tests filtering wrong variable when list has TAP prefix
 2026-08-03 19:02 UTC  (2+ messages)
` [PATCH v2] "

[syzbot] [usb?] KASAN: slab-use-after-free Read in gadget_dev_open
 2026-08-03 19:01 UTC  (2+ messages)
` Forwarded: #syz test https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git 075b74841bd0065a3bda3440873c747938e69b68

Missing signoff in the driver-core tree
 2026-08-03 18:59 UTC  (3+ messages)

[PATCHSET v2 sched_ext/for-7.3] sched_ext: Bandwidth-limited rescue execution for stranded tasks
 2026-08-03 18:59 UTC  (3+ messages)
` [PATCH 08/12] sched_ext: Add bandwidth-limited "
  ` [PATCH v2 "

[PATCH v6 0/9] HID: steelseries: split out Arctis driver and add Nova 5X/Nova 7 support
 2026-08-03 18:59 UTC  (2+ messages)

[PATCH 0/2] nfsd: fix up some sparse warnings
 2026-08-03 18:58 UTC  (8+ messages)
` [PATCH 1/2] nfsd: fix type mismatch and explain host-endian xdr buffer usage

[syzbot] [usb?] KASAN: slab-use-after-free Write in gadgetfs_bind
 2026-08-03 18:58 UTC  (2+ messages)
` Forwarded: #syz test https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git 075b74841bd0065a3bda3440873c747938e69b68

[syzbot] [usb?] KASAN: slab-use-after-free Write in put_dev
 2026-08-03 18:58 UTC  (2+ messages)
` Forwarded: #syz test https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git 075b74841bd0065a3bda3440873c747938e69b68

[PATCH 7.1.y] selftests/bpf: Add tests for sleepable tracepoint programs
 2026-08-03 18:57 UTC 

[PATCH] HID: roccat: free buffered reports when destroying device
 2026-08-03 18:55 UTC  (2+ messages)

[PATCH v5 0/4] arm64: Add BRBE support for bpf_get_branch_snapshot()
 2026-08-03 18:54 UTC  (4+ messages)
` [PATCH v5 3/4] perf/arm64: "

[PATCH v5 0/3] HID: Intel-thc-hid: Refine error recovery flow
 2026-08-03 18:53 UTC  (2+ messages)

[PATCH net-next 0/3] net: stmmac: page pool Tx buffer quirk
 2026-08-03 18:53 UTC  (4+ messages)
` [PATCH net-next 2/3] net: stmmac: Use pagepool instead of streaming buffers for Tx

[PATCH v8 0/2] Subject: Add Lontium LT9611C(EX/UXD) MIPI DSI to HDMI driver
 2026-08-03 18:52 UTC  (4+ messages)
` [PATCH v8 2/2] drm/bridge: "

[PATCH v4] HID: i2c-hid: Fix "(null)" output when reading report descriptor fails
 2026-08-03 18:52 UTC  (2+ messages)

[PATCH 1/3] mm/huge_memory: add folio_split_driver_managed()
 2026-08-03 18:47 UTC  (4+ messages)
` [PATCH 3/3] drm/ttm: allocate pool pages as compound (__GFP_COMP)

[PATCH v3] ARM: set !LPAE MAX_PHYSMEM_BITS to 32 and remove supersection mappings
 2026-08-03 18:47 UTC  (3+ messages)

[PATCH 00/21] HID: fix racy force feedback initialization via .input_configured()
 2026-08-03 18:46 UTC  (22+ messages)
` [PATCH 01/21] HID: core: automatically initialize generic FF if no other FF is present
` [PATCH 02/21] HID: add documentation and Coccinelle script for FF registration race
` [PATCH 03/21] HID: axff: move FF initialization to .input_configured()
` [PATCH 04/21] HID: betop: "
` [PATCH 05/21] HID: bigben: "
` [PATCH 06/21] HID: dragonrise: "
` [PATCH 07/21] HID: emsff: "
` [PATCH 08/21] HID: gaff: "
` [PATCH 09/21] HID: stadia: use open/close to manage workqueue lifecycle
` [PATCH 10/21] HID: stadia: move FF initialization to .input_configured()
` [PATCH 11/21] HID: holtek: "
` [PATCH 12/21] HID: move generic FF initialization into hidinput_connect()
` [PATCH 13/21] HID: microsoft: move FF initialization to .input_configured()
` [PATCH 14/21] HID: pantherlord: "
` [PATCH 15/21] HID: thrustmaster: "
` [PATCH 16/21] HID: zeroplus: "
` [PATCH 17/21] HID: mayflash: "
` [PATCH 18/21] HID: smartjoyplus: "
` [PATCH 19/21] HID: megaworld: "
` [PATCH 20/21] HID: logitech-hidpp: "
` [PATCH 21/21] HID: haptic: move FF initialization into .input_configured()

[PATCH net-next v3 00/15] gve: AdminQ mode related refactors
 2026-08-03 18:46 UTC  (13+ messages)
` [PATCH net-next v3 04/15] gve: add struct gve_device_info to hold device properties
` [PATCH net-next v3 05/15] gve: introduce control plane operations structure
` [PATCH net-next v3 06/15] gve: introduce ctrl ops to set vectors and Qs
` [PATCH net-next v3 07/15] gve: introduce gve_adminq_get_device_properties()
` [PATCH net-next v3 08/15] gve: refactor gve_init_priv for reset path
` [PATCH net-next v3 09/15] gve: simplify reset logic
` [PATCH net-next v3 10/15] gve: add gve_ctrl_ops for gve initialization/teardown sequences
` [PATCH net-next v3 11/15] gve: split up notify block allocation and setup paths
` [PATCH net-next v3 12/15] gve: introduce new methods to handle IRQ doorbells
` [PATCH net-next v3 13/15] gve: setup and teardown management interrupts
` [PATCH net-next v3 14/15] gve: add ctrl ops to for queue operations
` [PATCH net-next v3 15/15] gve: add link status/speed ctrl ops

[PATCH] HID: logitech-dj: Add support for G915 TKL receiver 0xc545
 2026-08-03 18:46 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