All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-01-13 08:04:43 to 2026-01-13 08:45:30 UTC [more...]

[PATCH v4 0/3] mm: fix oom-killer not being invoked when demotion is enabled
 2026-01-13  8:14 UTC  (4+ messages)
` [PATCH v4 1/3] mm: memory-tiers, numa_emu: enable to create memory tiers using fake numa nodes
` [PATCH v4 2/3] mm: numa_emu: add document for NUMA emulation
` [PATCH v4 3/3] mm/vmscan: don't demote if there is not enough free memory in the lower memory tier

[PATCH 00/30] Whinlatter pull request
 2026-01-13  8:45 UTC  (3+ messages)
  ` [oe] "

[PATCH v3 0/5] drm/xe: Privatize struct xe_ggtt
 2026-01-13  8:45 UTC  (8+ messages)
` [PATCH v3 1/5] drm/xe: Make xe_ggtt_node offset relative to starting offset
` [PATCH v3 2/5] drm/xe: Rewrite GGTT VF initialisation
` [PATCH v3 3/5] drm/xe: Move struct xe_ggtt to xe_ggtt.c
` [PATCH v3 4/5] drm/xe: Make xe_ggtt_node_insert return a node
` [PATCH v3 5/5] drm/xe: Remove xe_ggtt_node_allocated
` ✗ CI.checkpatch: warning for drm/xe: Privatize struct xe_ggtt
` ✓ CI.KUnit: success "

[PATCH mlx5-next] net/mlx5: Add IFC bits for extended ETS rate limit bandwidth value
 2026-01-13  8:45 UTC  (2+ messages)

[PATCH] ASoC: sdw_utils: cs42l43: Enable Headphone pin for LINEOUT jack type
 2026-01-13  8:44 UTC 

[PATCH evl 6.18 1/2] evl/genirq/test: fix irq test build issue
 2026-01-13  9:48 UTC  (5+ messages)
` [PATCH evl 6.18 2/2] evl/net: export sock_oob_bind symbol

fs/nfs/./nfs4trace.h:1002:1: sparse: sparse: incorrect type in assignment (different base types)
 2026-01-13  8:43 UTC 

[android-common:android16-6.12 1/1] sound/soc/sunxi/sun4i-spdif.c:180: warning: Function parameter or struct member 'mclk_multiplier' not described in 'sun4i_spdif_quirks'
 2026-01-13  8:43 UTC 

Regression in performance when using PREEMPT_RT
 2026-01-13  8:43 UTC  (4+ messages)

[PATCH v3] misc: fastrpc: check qcom_scm_assign_mem() return in rpmsg_probe
 2026-01-13  8:43 UTC  (2+ messages)

[PATCH v2 0/2] Add-CoreCourse-socfpga-Board
 2026-01-13  8:43 UTC  (4+ messages)
` [PATCH v2 1/2] Add CoreCourse socfpga Board - AC501

[PATCH] drm/i915/bios: Use get_unaligned_* for VBT block size
 2026-01-13  8:43 UTC  (2+ messages)

[PATCH] ARM: i.MX: remove barebox,provide-mac-address property
 2026-01-13  8:42 UTC 

[PATCH] dt-bindings: display: bridge: nxp,tda998x: Add missing clocks
 2026-01-13  8:43 UTC  (4+ messages)
  ` [PATCH] dt-bindings: display: bridge: nxp, tda998x: "

[RFC mptcp-next v7 0/9] MPTCP KTLS support
 2026-01-13  8:43 UTC  (2+ messages)

[RFC mptcp-next v2] Squash to "tls: add ops in tls_context"
 2026-01-13  8:43 UTC  (2+ messages)

[PATCH v4 00/10] riscv: Add support for P8700 platform on Boston board
 2026-01-13  8:20 UTC  (10+ messages)
` [PATCH v4 01/10] riscv: Add initial support for P8700 SoC
` [PATCH v4 09/10] riscv: boston: Add support for LED character display command
` [PATCH v4 10/10] cmd: riscv: Add 'startharts' command to start multiple harts

[PATCH] armv7: Add CPLD support via IFC to the ls1021a-iot board
 2026-01-13  9:24 UTC  (2+ messages)

[PATCH v1] mmc: sdhci-cadence6: Fix the license to GPL-2.0+
 2026-01-13  9:08 UTC  (2+ messages)

[PATCH v2 0/3] Fix compilation issue on regulator_common file
 2026-01-13  9:05 UTC  (3+ messages)
` [PATCH v2 3/3] power: regulator: common: fix compilation issue

[PATCH v2 0/4] Introduce Allwinner H616 PWM controller
 2026-01-13  8:41 UTC  (6+ messages)
` [PATCH v2 2/4] pwm: sun50i: Add H616 PWM support

[PATCH V2 0/2] power: regulator: pfuze100: Fix voltage calculation and support high-range
 2026-01-13  8:58 UTC  (2+ messages)

[PATCH v3 00/10] Add RAS support for RISC-V architecture
 2026-01-13  8:41 UTC  (4+ messages)
` [PATCH v3 07/10] riscv: Add RISC-V entries in processor type and ISA strings

[PATCH v2 00/14] riscv: optimize string functions and add kunit tests
 2026-01-13  8:41 UTC  (34+ messages)
` [PATCH v2 01/14] lib/string: extract generic strlen() into __generic_strlen()
` [PATCH v2 02/14] lib/string: extract generic strnlen() into __generic_strnlen()
` [PATCH v2 03/14] lib/string: extract generic strchr() into __generic_strchr()
` [PATCH v2 04/14] lib/string: extract generic strrchr() into __generic_strrchr()
` [PATCH v2 05/14] lib/string_kunit: add correctness test for strlen
` [PATCH v2 06/14] lib/string_kunit: add correctness test for strnlen
` [PATCH v2 07/14] lib/string_kunit: add correctness test for strrchr()
` [PATCH v2 08/14] lib/string_kunit: add performance benchmark for strlen()
` [PATCH v2 09/14] lib/string_kunit: add performance benchmark for strnlen()
` [PATCH v2 10/14] lib/string_kunit: add performance benchmark for strchr()
` [PATCH v2 11/14] lib/string_kunit: add performance benchmark for strrchr()
` [PATCH v2 12/14] riscv: lib: add strnlen implementation
` [PATCH v2 13/14] riscv: lib: add strchr implementation
` [PATCH v2 14/14] riscv: lib: add strrchr implementation

[PATCH] mmc: Fix retry logic in sd_get_capabilities
 2026-01-13  8:06 UTC  (3+ messages)

[PATCH] scripts/decode_stacktrace.sh update usage to show vmlinux is mandatory
 2026-01-13  8:41 UTC  (3+ messages)

[PATCH] romfs: check sb_set_blocksize() return value
 2026-01-13  8:40 UTC 

[PATCH net-next v2 0/3] net: gso: fix MTU validation of BIG TCP
 2026-01-13  8:40 UTC  (3+ messages)
` [PATCH net-next v2 1/3] net: gso: do not include jumbogram HBH header in seglen calculation

[PATCH bpf-next 1/3] bpf: return PTR_TO_BTF_ID | PTR_TRUSTED from BPF kfuncs by default
 2026-01-13  8:39 UTC  (3+ messages)
` [PATCH bpf-next 2/3] bpf: drop KF_ACQUIRE flag on BPF kfunc bpf_get_root_mem_cgroup()
` [PATCH bpf-next 3/3] selftests/bpf: assert BPF kfunc default trusted pointer semantics

[PATCH] Revert "bcache: fix improper use of bi_end_io"
 2026-01-13  8:39 UTC  (5+ messages)

[PATCH v2 0/3] Add support for QC08C format in iris driver
 2026-01-13  8:39 UTC  (4+ messages)
` [PATCH v2 3/3] media: iris: Add support for QC08C format for encoder

[PATCH v7 00/29] Secure IPL Support for SCSI Scheme of virtio-blk/virtio-scsi Devices
 2026-01-13  8:36 UTC  (3+ messages)
` [PATCH v7 25/29] pc-bios/s390-ccw: Handle secure boot with multiple boot devices

[RFC PATCH v2 0/3] vhost-user-bridge housekeeping and test
 2026-01-13  8:23 UTC  (5+ messages)
` [RFC PATCH v2 1/3] tests/vhost-user-bridge: Move to contrib/vhost-user-bridge/
` [RFC PATCH v2 3/3] contrib/vhost-user-bridge: Add UDP receive hexdump

[syzbot] [ntfs3?] kernel BUG in folio_set_bh (2)
 2026-01-13  8:35 UTC 

[syzbot] [usb?] INFO: task hung in i2c_tiny_usb_disconnect
 2026-01-13  8:35 UTC  (2+ messages)

[PATCH net-next v3 0/2] net: airoha: Init Block Ack memory region for MT7996 NPU offloading
 2026-01-13  8:33 UTC  (3+ messages)
` [PATCH net-next v3 1/2] dt-bindings: net: airoha: npu: Add BA memory region

sound/soc/uniphier/aio-compress.c:304:34: sparse: sparse: cast to restricted __be16
 2026-01-13  8:32 UTC 

[sean-jc:x86/irqfd_deassign_inactive 2/3] arch/x86/kvm/../../../virt/kvm/eventfd.c:168:51: error: expected ')' before '->' token
 2026-01-13  8:32 UTC 

[PATCH net] usbnet: fix crash due to missing BQL accounting after resume
 2026-01-13  8:33 UTC  (2+ messages)

[PATCH v2] drm/i915/display: Disable casf with joiner
 2026-01-13  8:33 UTC  (2+ messages)
` ✓ i915.CI.BAT: success for drm/i915/display: Disable casf with joiner (rev2)

[PATCH v1] sched_ext: Add comprehensive selftests
 2026-01-13  8:32 UTC 

[tnguy-next-queue:dev-queue 28/75] drivers/net/ethernet/intel/libie/pci.c:186:1: sparse: sparse: bad integer constant expression
 2026-01-13  8:32 UTC 

[PATCH] crypto: stm32 - Replace min_t(size_t) with just min()
 2026-01-13  8:31 UTC 

[PATCH i-g-t 0/1] tests/intel/xe_evict: overcommit tests for fault-mode and non-fault-mode VMs
 2026-01-13  8:31 UTC  (2+ messages)
` ✓ Xe.CI.BAT: success for tests/intel/xe_evict: overcommit tests for fault-mode and non-fault-mode VMs (rev2)

[syzbot] [sound?] [usb?] KASAN: slab-out-of-bounds Write in copy_to_urb (2)
 2026-01-13  8:29 UTC  (2+ messages)
` [PATCH] ALSA: usb-audio: Prevent excessive number of frames

[PATCH 0/5] Add support for ECS LIVA QC710 mini PC/devkit
 2026-01-13  8:30 UTC  (7+ messages)
` [PATCH 4/5] arm64: dts: qcom: Add support for ECS LIVA QC710

[PATCH v1 1/1] Input: tsc40 - switch to use scnprintf() to suppress truncation warning
 2026-01-13  8:29 UTC 

[PATCH v1 1/1] Input: touchwin - switch to use scnprintf() to suppress truncation warning
 2026-01-13  8:29 UTC 

[PATCH v1 1/1] Input: touchright - switch to use scnprintf() to suppress truncation warning
 2026-01-13  8:29 UTC 

[PATCH 00/11] char: qcom_csm_dp: Add data path driver for QDU100 device
 2026-01-13  8:29 UTC  (15+ messages)
` [PATCH 04/11] Revert "bus: mhi: host: Remove mhi_poll() API"
` [PATCH 06/11] bus: mhi: host: pci: Add overflow disable flag for QDU100 H/W channels
` [PATCH 07/11] bus: mhi: host: core: Add overflow disable flag
` [PATCH 08/11] bus: mhi: MHI CB support for Channel error notification
` [PATCH 09/11] bus: mhi: host: Get total descriptor count
` [PATCH 10/11] drivers: bus: mhi: host: Add support for MHI MAX TRB capability
` [PATCH 11/11] char: qcom_csm_dp: Add data path driver for QDU100 device

[PATCH v1 1/1] Input: touchit213 - switch to use scnprintf() to suppress truncation warning
 2026-01-13  8:29 UTC 

[PATCH v1 1/1] Input: penmount - switch to use scnprintf() to suppress truncation warning
 2026-01-13  8:29 UTC 

[PATCH v1 1/1] Input: mtouch - switch to use scnprintf() to suppress truncation warning
 2026-01-13  8:29 UTC 

[PATCH v1 1/1] Input: inexio - switch to use scnprintf() to suppress truncation warning
 2026-01-13  8:29 UTC 

[PATCH v1 1/1] Input: fujitsu_ts - switch to use scnprintf() to suppress truncation warning
 2026-01-13  8:29 UTC 

[PATCH v1 1/1] Input: hampshire - switch to use scnprintf() to suppress truncation warning
 2026-01-13  8:29 UTC 

[PATCH v1 1/1] Input: gunze - switch to use scnprintf() to suppress truncation warning
 2026-01-13  8:29 UTC 

[PATCH v1 1/1] Input: elo - switch to use scnprintf() to suppress truncation warning
 2026-01-13  8:28 UTC 

[PATCH v1 1/1] Input: egalax_ts_serial - switch to use scnprintf() to suppress truncation warning
 2026-01-13  8:28 UTC 

[PATCH v1 1/1] Input: dynapro - switch to use scnprintf() to suppress truncation warning
 2026-01-13  8:28 UTC 

[PATCH] icu: split at '.' instead of '-' for major version
 2026-01-13  8:27 UTC 

[vfs/vfs.all PATCH] writeback: use round_jiffies_relative for dirtytime_work
 2026-01-13  8:26 UTC 

[PATCH v3] nvme/host: fixup some typos
 2026-01-13  8:25 UTC  (2+ messages)

[PATCH v2] ACPI: PPTT: Dump PPTT table when error detected
 2026-01-13  8:25 UTC  (3+ messages)

[PATCH 1/1] media: ov01a10: Fix test pattern assignment
 2026-01-13  8:25 UTC 

[RFC 0/3] simple-card: Improve probe's error messages
 2026-01-13  8:24 UTC  (4+ messages)
` [RFC 1/3] ASoC: simple-card: Do not print "parse error" twice

[PATCH v2 0/2] Input: wdt87xx_i2c - a couple of cleanups
 2026-01-13  8:22 UTC  (3+ messages)
` [PATCH v2 1/2] Input: wdt87xx_i2c - tidy up ACPI ID table
` [PATCH v2 2/2] Input: wdt87xx_i2c - switch to use dev_err_probe()

[PATCHSET v5] fs: generic file IO error reporting
 2026-01-13  8:24 UTC  (3+ messages)
` [PATCH 2/6] fs: report filesystem and file I/O errors to fsnotify

[tj-cgroup:for-6.20] BUILD SUCCESS 090e0ae303c76d4026b4bf50b2543690741730ae
 2026-01-13  8:22 UTC 

[PATCH v2 0/23] fs-verity support for XFS with post EOF merkle tree
 2026-01-13  8:23 UTC  (20+ messages)
` [PATCH v2 1/22] fsverity: report validation errors back to the filesystem
` [PATCH v2 3/22] iomap: introduce IOMAP_F_BEYOND_EOF
` [PATCH v2 4/22] iomap: allow iomap_file_buffered_write() take iocb without file
` [PATCH v2 5/22] iomap: integrate fs-verity verification into iomap's read path
` [PATCH v2 10/22] xfs: disable direct read path for fs-verity files
` [PATCH v2 11/22] xfs: add verity info pointer to xfs inode
` [PATCH v2 15/22] xfs: add writeback and iomap reading of Merkle tree pages

[PATCH v4] drm/amd/amdgpu: Add independent hang detect work for user queue fence
 2026-01-13  8:21 UTC 

[PATCH] thermal: intel: Use sysfs_emit in sysfs show functions
 2026-01-13  8:21 UTC 

[akpm-mm:mm-new 294/303] arch/arm64/kernel/traps.c:1074:2: error: call to undeclared function 'kasan_die_unless_recover'; ISO C99 and later do not support implicit function declarations
 2026-01-13  8:21 UTC 

[PATCH v7 0/4] drm/xe/hwmon: Expose new temperature attributes
 2026-01-13  8:21 UTC  (3+ messages)
` [PATCH v7 4/4] drm/xe/hwmon: Expose individual VRAM channel temperature

[PATCH net-next v2 0/2] airoha: Add the en7581-npu-7996 support
 2026-01-13  8:20 UTC  (3+ messages)
` [PATCH net-next v2 1/2] dt-bindings: net: airoha: npu: Add EN7581-7996 support
` [PATCH net-next v2 2/2] net: airoha: npu: Add en7581-npu-7996 compatible string

[RESEND PATCH v2 0/2] net: phy: micrel_ksz90x1: workarounds for ksz9031 ERRATA
 2026-01-13  8:16 UTC  (3+ messages)
` [RESEND PATCH v2 1/2] net: phy: micrel_ksz90x1: disable asymmetric pause for KSZ9031 and KSZ9021
` [RESEND PATCH v2 2/2] net: phy: micrel_ksz90x1: support forced GIGE master for KSZ9031

kernel/trace/ftrace.c:3537:67: sparse: sparse: incorrect type in argument 2 (different address spaces)
 2026-01-13  8:20 UTC 

[sean-jc:x86/irqfd_deassign_inactive 2/3] arch/loongarch/kvm/../../../virt/kvm/eventfd.c:168:51: error: expected ')' before '->' token
 2026-01-13  8:20 UTC 

[PATCH v3 0/4] Introduce DRM_RAS using generic netlink for RAS
 2026-01-13  8:20 UTC  (6+ messages)
` [PATCH v3 1/4] drm/ras: Introduce the DRM RAS infrastructure over generic netlink

[syzbot] [gfs2?] INFO: task hung in writeback_iter (3)
 2026-01-13  8:19 UTC  (2+ messages)
` [RFC PATCH] fs/hfs: fix ABBA deadlock in hfs_mdb_commit

[PATCH wireless-next] wifi: cfg80211: don't apply HT flags to S1G channels
 2026-01-13  8:18 UTC  (3+ messages)

[PATCH v1 0/3] mm: mm_cid static initialization fixes
 2026-01-13  8:17 UTC  (2+ messages)

[PATCH v2 00/15] `syn` rewrite of pin-init
 2026-01-13  8:17 UTC  (4+ messages)
` [PATCH v2 04/15] rust: pin-init: internal: add utility API for syn error handling

[PATCH] drm/panel-simple: fix connector type for DataImage SCF0700C48GGU18 panel
 2026-01-13  8:17 UTC  (2+ messages)

[PATCH v2 00/14] IDE SDK Improvements
 2026-01-13  8:17 UTC  (2+ messages)
` [OE-core] "

[PATCH net] net: freescale: ucc_geth: Return early when TBI found can't be found
 2026-01-13  8:16 UTC  (2+ messages)

[PATCH 1/2] dt-bindings: display: bridge: waveshare,dsi2dpi: Document 1..4 DSI lane support
 2026-01-13  8:15 UTC  (5+ messages)
` [PATCH 2/2] drm/bridge: waveshare-dsi: Add support for 1..4 DSI data lanes
  ` [EXT] "

[cxl:fixes] BUILD SUCCESS d4026a44626490dc4eca4dd2c4d0816338fa179b
 2026-01-13  8:14 UTC 

[syzbot] [sound?] [usb?] KASAN: slab-out-of-bounds Write in copy_to_urb (2)
 2026-01-13  8:15 UTC  (2+ messages)

[PATCH 001/114] build-appliance-image: do not inherit setuptools
 2026-01-13  8:14 UTC  (3+ messages)
` [PATCH 020/114] icu: upgrade 77-1 -> 78.1
  ` [OE-core] "

[PATCH v2 00/23] media: i2c: ov01a10: Add crop, ov01a1b support
 2026-01-13  8:14 UTC  (4+ messages)
` [PATCH v2 06/23] media: i2c: ov01a10: Fix test-pattern disabling

[PATCH v6 00/11] Add HDMI 2.1 FRL support to phy-rockchip-samsung-hdptx
 2026-01-13  8:13 UTC  (13+ messages)
` [PATCH v6 02/11] phy: rockchip: samsung-hdptx: Use usleep_range() instead of udelay()
` [PATCH v6 03/11] phy: rockchip: samsung-hdptx: Fix coding style alignment
` [PATCH v6 04/11] phy: rockchip: samsung-hdptx: Consistently use [rk_]hdptx_[tmds_] prefixes

[PATCH v1] cyclictest: Generate optstring dynamically from long_options
 2026-01-13  8:13 UTC  (3+ messages)

[RFC mptcp-next] Squash to "tls: add ops in tls_context"
 2026-01-13  8:12 UTC  (2+ messages)

[PATCH v2 0/2] Add Support for LTC3220 18 Channel LED Driver V2
 2026-01-13  8:12 UTC  (5+ messages)
` [PATCH v2 1/2] dt-bindings: leds: Add LTC3220 18 channel LED Driver

[PATCH net-next 0/2] Add the capability to read firmware binary names from dts for Airoha NPU driver
 2026-01-13  8:11 UTC  (5+ messages)
` [PATCH net-next 2/2] net: airoha: npu: Add the capability to read firmware names from dts

[PATCH v2 0/3] drm/amdkfd: Add support for non-4K page size systems - part1
 2026-01-13  8:10 UTC  (4+ messages)

[PATCH v2] phy: qcom: edp: Fix NULL pointer dereference for phy v6 (x1e80100)
 2026-01-13  8:10 UTC  (3+ messages)

[PATCH] phy: qcom: edp: Fix NULL pointer dereference for phy v6 (x1e80100)
 2026-01-13  8:10 UTC  (4+ messages)

[PATCH v2] xen: introduce xen_console_io option
 2026-01-13  8:10 UTC  (3+ messages)

[PATCH v2] dt-bindings: serial: sh-sci: Fold single-entry compatibles into enum
 2026-01-13  8:08 UTC  (2+ messages)

[tj-cgroup:for-next] BUILD SUCCESS 53552add1a7c81e218770935b0d72fee978d83e7
 2026-01-13  8:07 UTC 

[PATCH v4 1/2] mm/memory-failure: fix missing ->mf_stats count in hugetlb poison
 2026-01-13  8:07 UTC  (2+ messages)
` [PATCH v4 2/2] mm/memory-failure: teach kill_accessing_process to accept hugetlb tail page pfn

[bluetooth-next:master] BUILD SUCCESS 2e5da9653691cc24211877062a8e969a52096808
 2026-01-13  8:06 UTC 

[PATCH v7 net-next 00/13] AccECN protocol case handling series
 2026-01-13  8:07 UTC  (7+ messages)

[PATCH v2] phy: rockchip: inno-usb2: Fix a double free bug in rockchip_usb2phy_probe()
 2026-01-13  8:07 UTC  (4+ messages)

[PATCH] buildtools: prepare symbol check for Windows
 2026-01-13  8:06 UTC  (2+ messages)
` [PATCH v2] buildtools: add symbol check to Windows

[PATCH i-g-t 0/1] runner/executor: Adaptive dmesg disk write
 2026-01-13  8:06 UTC  (2+ messages)
` [PATCH i-g-t 1/1] "

[PATCH v2 00/13] tests: do more testing of block drivers
 2026-01-13  8:05 UTC  (3+ messages)
` [PATCH v2 03/13] tests: remove redundant meson suite for iotests

Usage of kfuncs in tracepoints
 2026-01-13  8:05 UTC  (4+ messages)

[PATCH 0/3] vfio: Add DMABUF support for PCI BAR regions
 2026-01-13  8:04 UTC  (8+ messages)
` [PATCH 3/3] hw/vfio/region: Create dmabuf for PCI BAR per region

[PATCH 1/1] INSTALL: Add new requirement for configure
 2026-01-13  8:04 UTC  (2+ messages)
` [PATCH] configure: print a more helpful error if autoconf-archive is not installed

[PATCH] crypto: seqiv: check req->iv only for synchronous completion
 2026-01-13  8:04 UTC  (6+ messages)
` [v2 PATCH] crypto: seqiv - Do not use req->iv after crypto_aead_encrypt


This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.