public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-01-20 20:54:16 to 2026-01-20 23:06:23 UTC [more...]

[PATCH v2 00/11] Remove device private pages from physical address space
 2026-01-20 23:06 UTC  (12+ messages)
` [PATCH v2 05/11] mm/page_vma_mapped: Add flags to page_vma_mapped_walk::pfn to track device private pages
` [PATCH v2 11/11] mm: Remove device private pages from the physical address space

[PATCH 0/5] selftests: net: fix false failures due to missing features and host interference
 2026-01-20 23:05 UTC  (6+ messages)
` [PATCH 1/5] selftests: net: fib_tests: skip rp_filter test if cls_basic is unavailable
` [PATCH 2/5] selftests: net: make ovs-dpctl.py fail when pyroute2 is unsupported
` [PATCH 3/5] selftests: net: run reuseport tests in netns to avoid port conflicts
` [PATCH 4/5] selftests: net: run pmtu.sh in netns to avoid host firewall interference
` [PATCH 5/5] selftests: net: io_uring_zerocopy: enable io_uring for the test

[PATCH] arm64: dts: qcom: milos-fairphone-fp6: Add Hall Effect sensor
 2026-01-20 23:05 UTC  (4+ messages)

[PATCH v8 0/3] media: rockchip: add driver for the rockchip mipi csi-2 receiver
 2026-01-20 23:05 UTC  (4+ messages)
` [PATCH v8 2/3] media: synopsys: add driver for the designware "
  ` fixup! "

[PATCH bpf-next v3 00/13] bpf: Kernel functions with KF_IMPLICIT_ARGS
 2026-01-20 23:04 UTC  (16+ messages)
` [PATCH bpf-next v3 01/13] bpf: Refactor btf_kfunc_id_set_contains
` [PATCH bpf-next v3 02/13] bpf: Introduce struct bpf_kfunc_meta
` [PATCH bpf-next v3 03/13] bpf: Verifier support for KF_IMPLICIT_ARGS
` [PATCH bpf-next v3 04/13] resolve_btfids: Introduce finalize_btf() step
` [PATCH bpf-next v3 05/13] resolve_btfids: Support for KF_IMPLICIT_ARGS
` [PATCH bpf-next v3 06/13] selftests/bpf: Add tests "
` [PATCH bpf-next v3 07/13] bpf: Migrate bpf_wq_set_callback_impl() to KF_IMPLICIT_ARGS
` [PATCH bpf-next v3 08/13] HID: Use bpf_wq_set_callback kernel function
` [PATCH bpf-next v3 09/13] bpf: Migrate bpf_task_work_schedule_* kfuncs to KF_IMPLICIT_ARGS
` [PATCH bpf-next v3 10/13] bpf: Migrate bpf_stream_vprintk() "
` [PATCH bpf-next v3 11/13] selftests/bpf: Migrate struct_ops_assoc test "
` [PATCH bpf-next v3 12/13] bpf: Remove __prog kfunc arg annotation
` [PATCH bpf-next v3 13/13] bpf,docs: Document KF_IMPLICIT_ARGS flag

[PATCH v5 0/3] fix wrong usage of memory allocation APIs under PREEMPT_RT in arm64
 2026-01-20 23:01 UTC  (8+ messages)
` [PATCH v5 2/3] arm64: mmu: avoid allocating pages while splitting the linear mapping

[PATCH 0/6] selftests: forwarding: skip tests when kernel or userspace support is missing
 2026-01-20 23:02 UTC  (7+ messages)
` [PATCH 1/6] selftests: forwarding: lib: skip test if team driver is not supported
` [PATCH 2/6] selftests: forwarding: sch_ets: skip test if cls_basic module is missing
` [PATCH 3/6] selftests: forwarding: lib: add run_cmd_grep helper for feature probing
` [PATCH 4/6] selftests: forwarding: tc_flower_cfm: skip tests if tools or feats are missing
` [PATCH 5/6] selftests: forwarding: tc_flower_l2_miss: "
` [PATCH 6/6] selftests: forwarding: router_mpath_seed: "

[PATCH 0/2] Enable uart and bluetooth for Xperia devices
 2026-01-20 23:01 UTC  (4+ messages)
` [PATCH 2/2] arm64: dts: qcom: sdm845-sony-xperia-tama: Add bluetooth

[GIT PULL] Immutable branch between I3C and IIO due for the v6.20 merge window
 2026-01-20 23:01 UTC 

[PATCH 0/9] docs: Fix kernel-doc -Werror and moves it to tools/docs
 2026-01-20 23:00 UTC  (3+ messages)

[PATCH v3] interconnect: qcom: qcs8300: fix the num_links for nsp icc node
 2026-01-20 23:00 UTC  (2+ messages)

[PATCH] arm64: defconfig: enable CONFIG_SCHED_CLUSTER
 2026-01-20 22:59 UTC  (2+ messages)

[PATCH v11 0/4] Add Qualcomm Technologies, Inc. Talos EVK SMARC support
 2026-01-20 22:57 UTC  (9+ messages)
` [PATCH v11 4/4] arm64: dts: qcom: talos-evk: Add support for QCS615 talos evk board

[PATCH v1 1/1] ACPI: video: simplify code with acpi_get_local_u64_address()
 2026-01-20 22:56 UTC  (2+ messages)

[PATCH 0/2] Provide Rust atomic helpers over raw pointers
 2026-01-20 20:52 UTC  (6+ messages)
` [PATCH 2/2] rust: sync: atomic: Add atomic operation "

[PATCH v1 00/14] x86 boot code cleanups, batch 1
 2026-01-20 22:51 UTC  (6+ messages)
  ` [PATCH v1 01/14] x86/realmode: remove I/O port paravirtualization
  ` [PATCH v1 02/14] x86/realmode: make %gs == 0 an invariant

[PATCH bpf-next v4 0/2] bpf: support bpf_get_func_arg() for BPF_TRACE_RAW_TP
 2026-01-20 22:52 UTC  (5+ messages)
` [PATCH bpf-next v4 1/2] "
` [PATCH bpf-next v4 2/2] selftests/bpf: test bpf_get_func_arg() for tp_btf

[PATCH v2 0/2] rust: sync: Atomic pointer
 2026-01-20 22:45 UTC  (5+ messages)
` [PATCH v2 1/2] rust: sync: atomic: Clarify the need of CONFIG_ARCH_SUPPORTS_ATOMIC_RMW

[PATCH v8 00/12] barrier: Add smp_cond_load_{relaxed,acquire}_timeout()
 2026-01-20 22:49 UTC  (6+ messages)
` [PATCH v8 04/12] arm64: support WFET in smp_cond_relaxed_timeout()

[PATCH net v2 0/2] net: sched: act_gate: fix update races and infoleak
 2026-01-20 22:47 UTC  (4+ messages)
` [PATCH 1/2] net/sched: act_gate: fix schedule updates with RCU swap

[PATCH 0/1] alpha: fix user-space corruption during memory compaction
 2026-01-20 22:44 UTC  (4+ messages)

[PATCH 0/4] tools/docs: sphinx-build-wrapper: avoid spurious rust docs generation
 2026-01-20 22:43 UTC  (2+ messages)

[PATCH v13 00/12] x509, pkcs7, crypto: Add ML-DSA and RSASSA-PSS signing
 2026-01-20 22:41 UTC  (14+ messages)
` [PATCH v13 02/12] pkcs7: Allow the signing algo to calculate the digest itself
` [PATCH v13 04/12] pkcs7, x509: Add ML-DSA support
` [PATCH v13 05/12] modsign: Enable ML-DSA module signing
` [PATCH v13 07/12] crypto: Add RSASSA-PSS support
` [PATCH v13 11/12] x509, pkcs7: Limit crypto combinations that may be used for module signing
` [PATCH v13 12/12] pkcs7: Add ML-DSA FIPS selftest

[PATCH] x86/tdx: Use pg_level in TDX APIs, not the TDX-Module's 0-based level
 2026-01-20 22:38 UTC  (2+ messages)

[PATCH] selftests: netfilter: ensure conntrack is enabled for helper test
 2026-01-20 22:36 UTC  (2+ messages)

[PATCH net-next 0/3] riscv: spacemit: Add ethernet support for K3
 2026-01-20 22:36 UTC  (9+ messages)
` [PATCH net-next 1/3] dt-bindings: net: Add support for Spacemit K3 dwmac
` [PATCH net-next 3/3] net: stmmac: Add glue layer for Spacemit K3 SoC

[PATCH v7 0/9] Error recovery for vfio-pci devices on s390x
 2026-01-20 22:34 UTC  (7+ messages)
` [PATCH v7 2/9] s390/pci: Add architecture specific resource/bus address translation
` [PATCH v7 3/9] PCI: Avoid saving config space state if inaccessible
` [PATCH v7 6/9] s390/pci: Store PCI error information for passthrough devices

[PATCH net-next] net: uapi: Provide an UAPI definition of 'struct sockaddr'
 2026-01-20 22:31 UTC  (4+ messages)
  ` [klibc] "

[PATCH v3 0/3] Enable MSI affinity support for dwc PCI
 2026-01-20 22:30 UTC  (4+ messages)
` [PATCH v3 3/3] PCI: dwc: Enable MSI affinity support

[tip:x86/sev] BUILD SUCCESS af05e558988ed004a20fc4de7d0f80cfbba663f0
 2026-01-20 22:29 UTC 

[PATCH] hfsplus: fix uninit-value in hfsplus_strcasecmp
 2026-01-20 22:29 UTC  (2+ messages)

[GIT PULL] Devicetree fixes for v6.19, part 3
 2026-01-20 22:27 UTC 

[PATCH v0 00/15] PCI passthru on Hyper-V (Part I)
 2026-01-20 22:27 UTC  (8+ messages)
` [PATCH v0 09/15] mshv: Import data structs around device domains and irq remapping
` [PATCH v0 10/15] PCI: hv: Build device id for a VMBus device
` [PATCH v0 11/15] x86/hyperv: Build logical device ids for PCI passthru hcalls

[PATCH] iommu/arm-smmu-qcom: Restore ACTLR settings for MDSS on sa8775p
 2026-01-20 22:26 UTC  (2+ messages)

[PATCH v3 00/21] slab: replace cpu (partial) slabs with sheaves
 2026-01-20 22:25 UTC  (3+ messages)
` [PATCH v3 11/21] slab: remove SLUB_CPU_PARTIAL

[PATCH net-next v2 0/4] net: uapi: Provide an UAPI definition of 'struct sockaddr'
 2026-01-20 21:46 UTC  (3+ messages)
` [PATCH net-next v2 2/4] selftests/landlock: Move some UAPI header inclusions after libc ones

[PATCH v2 1/2] dt-bindings: arm: qcom,ids: Add SoC ID for CQ7790
 2026-01-20 22:25 UTC  (3+ messages)
` [PATCH v2 2/2] soc: qcom: socinfo: "

[PATCH v2] ima: Fallback to ctime check for FS without kstat.change_cookie
 2026-01-20 22:24 UTC  (4+ messages)

[PATCH v3 0/2] pinctrl: qcom: Add Mahua TLMM support
 2026-01-20 22:24 UTC  (3+ messages)
` [PATCH v3 2/2] pinctrl: qcom: glymur: "

[PATCH 0/5] of: Introduce *_read_*_default helpers and convert regulator drivers
 2026-01-20 22:21 UTC  (3+ messages)
` [PATCH 1/5] of: Add of_property_read_[u32,s32]_default

[PATCH] arm64: dts: qcom: sdm630: add SPI7 interface
 2026-01-20 22:21 UTC  (2+ messages)

[PATCH v9 00/17] media: rkvdec: Add support for VDPU381 and VDPU383
 2026-01-20 22:20 UTC  (18+ messages)
` [PATCH v9 01/17] media: uapi: HEVC: Add v4l2_ctrl_hevc_ext_sps_[ls]t_rps controls
` [PATCH v9 02/17] media: v4l2-ctrls: Add hevc_ext_sps_[ls]t_rps controls
` [PATCH v9 03/17] media: visl: Add HEVC short and long term RPS sets
` [PATCH v9 04/17] media: rkvdec: Switch to using structs instead of writel
` [PATCH v9 05/17] media: rkvdec: Move cabac tables to their own source file
` [PATCH v9 06/17] media: rkvdec: Use structs to represent the HW RPS
` [PATCH v9 07/17] media: rkvdec: Move h264 functions to common file
` [PATCH v9 08/17] media: rkvdec: Move hevc "
` [PATCH v9 09/17] media: rkvdec: Add variant specific coded formats list
` [PATCH v9 10/17] media: rkvdec: Add RCB and SRAM support
` [PATCH v9 11/17] media: rkvdec: Support per-variant interrupt handler
` [PATCH v9 12/17] media: rkvdec: Enable all clocks without naming them
` [PATCH v9 13/17] media: rkvdec: Disable multicore support
` [PATCH v9 14/17] media: rkvdec: Add H264 support for the VDPU381 variant
` [PATCH v9 15/17] media: rkvdec: Add H264 support for the VDPU383 variant
` [PATCH v9 16/17] media: rkvdec: Add HEVC support for the VDPU381 variant
` [PATCH v9 17/17] media: rkvdec: Add HEVC support for the VDPU383 variant

[PATCH] mm: vmscan: add skipexec mode not to reclaim pages with VM_EXEC vma flag
 2026-01-20 22:20 UTC  (2+ messages)

[PATCH v4 0/4] Enable secondary USB controller in host mode
 2026-01-20 22:18 UTC  (4+ messages)
` [PATCH v4 4/4] arm64: dts: qcom: lemans-evk: "

[PATCH 0/9] Improve Qualcomm EUD driver and platform support
 2026-01-20 22:16 UTC  (6+ messages)
` [PATCH 1/9] dt-bindings: soc: qcom: eud: Restructure to model multi-path hardware

[PATCH] x86/lib: Fix num_digits() signed overflow for INT_MIN
 2026-01-20 22:15 UTC  (11+ messages)

[PATCH v1 2/2] clk: sprd: Add SC9832E clock driver
 2026-01-20 22:03 UTC  (2+ messages)

[PATCH 0/4] Fixes for gcc 16.0.1
 2026-01-20 22:09 UTC  (5+ messages)
` [PATCH 1/4] perf tests sw-clock: Mark the volatile tmp variable as __maybe_unused
` [PATCH 2/4] perf trace: Deal with compiler const checks
` [PATCH 3/4] perf list: Don't write to const memory
` [PATCH 4/4] perf list: Signal changing const memory is ok

[PATCH net-next v8 0/3] Add support for Nuvoton MA35D1 GMAC
 2026-01-20 22:10 UTC  (5+ messages)
` [PATCH net-next v8 2/3] arm64: dts: nuvoton: Add Ethernet nodes

linux-next: build failure after merge of the block tree
 2026-01-20 22:08 UTC  (7+ messages)

[PATCH v7 0/4] Support for Adreno 612 GPU - Respin
 2026-01-20 22:05 UTC  (5+ messages)
` [PATCH v7 1/4] arm64: dts: qcom: talos: add the GPU SMMU node
` [PATCH v7 2/4] arm64: dts: qcom: talos: Add gpu and rgmu nodes
` [PATCH v7 3/4] arm64: dts: qcom: talos: Add GPU cooling
` [PATCH v7 4/4] arm64: dts: qcom: qcs615-ride: Enable Adreno 612 GPU

[PATCH v3 0/5] Parse SMBIOS additional entries
 2026-01-20 22:05 UTC  (6+ messages)
` [PATCH v3 5/5] firmware: dmi: Read additional information when decoding DMI table

[PATCHSET RESEND v11 sched_ext/for-6.20] Add a deadline server for sched_ext tasks
 2026-01-20 22:05 UTC  (8+ messages)
` [PATCH 1/7] sched/deadline: Clear the defer params
` [PATCH 2/7] sched/debug: Fix updating of ppos on server write ops
` [PATCH 3/7] sched/debug: Stop and start server based on if it was active
` [PATCH 4/7] sched_ext: Add a DL server for sched_ext tasks
` [PATCH 5/7] sched/debug: Add support to change sched_ext server params
  ` [PATCH 6/7] selftests/sched_ext: Add test for sched_ext dl_server
  ` [PATCH 7/7] selftests/sched_ext: Add test for DL server total_bw consistency

[PATCH v6 08/11] PCI: dwc: Invoke post_init in dw_pcie_resume_noirq()
 2026-01-20 22:04 UTC  (2+ messages)

[PATCH] firmware: arm_scpi: Fix device_node reference leak in scpi_probe()
 2026-01-20 22:03 UTC  (2+ messages)

[PATCH 0/3] SC7180 MDSS core reset
 2026-01-20 22:03 UTC  (6+ messages)
` [PATCH 2/3] clk: qcom: dispcc-sc7180: Add missing MDSS resets
` [PATCH 3/3] arm64: dts: qcom: sc7180: Add missing MDSS core reset

[PATCH v12 00/10] x509, pkcs7, crypto: Add ML-DSA and RSASSA-PSS signing
 2026-01-20 22:03 UTC  (3+ messages)
` [PATCH v12 06/10] crypto: Add supplementary info param to asymmetric key signature verification

[RFC/RFT PATCH 00/19] Link the relocatable x86 kernel as PIE
 2026-01-20 22:00 UTC  (6+ messages)
` [RFC/RFT PATCH 10/19] x86/kvm: Use RIP-relative addressing

[PATCH v2] scsi: docs: Add description for missing options of link_power_management_policy
 2026-01-20 21:59 UTC  (2+ messages)

[PATCH] doc: kgdb: Add description about rodata=off kernel parameter
 2026-01-20 21:57 UTC  (4+ messages)

[PATCH] [v6] Documentation: Provide guidelines for tool-generated content
 2026-01-20 21:56 UTC  (2+ messages)

[PATCH] dma-buf: Remove DMA-BUF sysfs stats
 2026-01-20 21:56 UTC  (4+ messages)

[PATCH] mailmap: Update Jessica Zhang's email address
 2026-01-20 21:48 UTC  (2+ messages)

[Regression 6.12] NULL pointer dereference in submit_bio_noacct via backing_file_read_iter
 2026-01-20 21:48 UTC  (6+ messages)

[PATCH v2] x86/lib: Optimize num_digits() and fix INT_MIN overflow
 2026-01-20 21:46 UTC  (2+ messages)

[PATCH v2] arm64: dts: rockchip: Explicitly request UFS reset pin on RK3576
 2026-01-20 21:45 UTC  (2+ messages)

[PATCH v2] io_uring/rsrc: fix RLIMIT_MEMLOCK bypass by removing cross-buffer accounting
 2026-01-20 21:45 UTC  (8+ messages)

[PATCH v4 0/3] Support FT3518 touchscreen in xiaomi-laurel
 2026-01-20 21:40 UTC  (4+ messages)
` [PATCH v4 1/3] dt-bindings: input: touchscreen: edt-ft5x06: Add FocalTech FT3518
` [PATCH v4 2/3] drivers: "
` [PATCH v4 3/3] arm64: dts: qcom: sm6125-xiaomi-laurel-sprout: Add Focaltech FT3518 touchscreen

[PATCH v3 3/3] spi: xilinx: use device property accessors
 2026-01-20 21:38 UTC  (13+ messages)

[PATCH v1] drm/panel-edp: Add AUO B116XAT04.1 (HW: 1A)
 2026-01-20 21:37 UTC  (2+ messages)

[PATCH] nouveau: pci: quiesce GPU on shutdown
 2026-01-20 21:36 UTC  (2+ messages)

[Regression in 6.19-rc6] Build breakage after commit 436326bc525d
 2026-01-20 21:33 UTC  (8+ messages)

[PATCH 0/6] x86/cpu: Take Intel platform into account for old microcode checks
 2026-01-20 21:31 UTC 

[PATCH RESEND v2 0/5] media: qcom: camss: Add SM8750 support
 2026-01-20 21:28 UTC  (5+ messages)
` [PATCH RESEND v2 1/5] media: dt-bindings: Add CAMSS device for SM8750

[PATCH v2 0/2] add and use vma_assert_stabilised() helper
 2026-01-20 21:28 UTC  (5+ messages)
` [PATCH v2 1/2] mm/vma: use lockdep where we can, reduce duplication

[PATCH v9 00/13] cxl: ACPI PRM Address Translation Support and AMD Zen5 enablement
 2026-01-20 21:23 UTC  (11+ messages)
` [PATCH v9 10/13] cxl: Enable AMD Zen5 address translation using ACPI PRMT

[syzbot] [cgroups?] [mm?] WARNING in memcg1_swapout
 2026-01-20 21:20 UTC  (6+ messages)

[PATCH v5] driver core: enforce device_lock for driver_match_device()
 2026-01-20 21:18 UTC  (7+ messages)

[PATCH v1 0/4] initramfs: get rid of custom hex2bin()
 2026-01-20 21:17 UTC  (6+ messages)
` [PATCH v1 2/4] initramfs: Refactor to use hex2bin() instead of custom approach

[PATCH 0/1] cpuidle: menu: Fix high wakeup latency on modern Intel server platforms
 2026-01-20 21:17 UTC  (2+ messages)
` [PATCH 1/1] cpuidle: menu: Add 25% safety margin to short predictions when tick is stopped

[PATCH v2 06/11] PCI: Fix restoring BARs on BAR resize rollback path
 2026-01-20 21:17 UTC  (2+ messages)

[PATCH] rust: sync: replace `kernel::c_str!` with C-Strings
 2026-01-20 21:16 UTC  (2+ messages)

[PATCH v11 00/11] HID: asus: Fix ASUS ROG Laptop's Keyboard backlight handling
 2026-01-20 21:15 UTC  (16+ messages)
` [PATCH v11 02/11] HID: asus: initialize additional endpoints only for legacy devices

[PATCH] rust: replace `kernel::c_str!` with C-Strings in seq_file and device
 2026-01-20 21:11 UTC  (4+ messages)

[GIT PULL] hotfixes for 6.19-rc7
 2026-01-20 21:11 UTC 

[PATCH v0 01/15] iommu/hyperv: rename hyperv-iommu.c to hyperv-irq.c
 2026-01-20 21:09 UTC  (2+ messages)

[PATCH v2 0/2] Input: wdt87xx_i2c - a couple of cleanups
 2026-01-20 21:09 UTC  (7+ 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()

[PATCH 0/2] Add __counted_by_ptr macro
 2026-01-20 21:06 UTC  (6+ messages)
` [PATCH 2/2] memblock: annotate struct memblock_type with __counted_by_ptr

[PATCH v2 0/2] Clean up Rust LockClassKey
 2026-01-20 21:05 UTC  (5+ messages)
` [PATCH v2 2/2] rust: sync: clean up LockClassKey and its docs

Testing for netrom: fix memory leak in nr_add_node
 2026-01-20 21:02 UTC  (5+ messages)

[PATCH 0/6] rust: add `bitfield!` and `register!` macros
 2026-01-20 21:02 UTC  (8+ messages)
` [PATCH 3/6] rust: add `bitfield!` macro

[PATCH 0/6] x86/cpu: Take Intel platform into account for old microcode checks
 2026-01-20 20:59 UTC  (11+ messages)
` [PATCH 1/6] x86/cpu: Break Vendor/Family/Model macros into separate header
` [PATCH 3/6] x86/microcode: Refactor platform ID enumeration into a helper

[RFC PATCH] perf: Add --uncorepmu option for filtering uncore PMUs
 2026-01-20 20:55 UTC  (2+ messages)

[PATCH 0/2] qcom: SM8750: Enable CPUFreq support
 2026-01-20 20:54 UTC  (7+ messages)
` [PATCH 2/2] arm64: dts: "

[PATCH v6 0/6] io_uring: avoid uring_lock for IORING_SETUP_SINGLE_ISSUER
 2026-01-20 20:54 UTC  (5+ messages)
` [syzbot ci] "


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox