The Linux Kernel Mailing List
 help / color / mirror / Atom feed
 messages from 2025-02-27 20:10:36 to 2025-02-27 22:40:59 UTC [more...]

[RFC PATCH 0/3] gpu: nova-core: add basic timer subdevice implementation
 2025-02-27 22:40 UTC  (23+ messages)

[PATCH][next] thermal: core: Fix spelling mistake "Occurences" -> "Occurrences"
 2025-02-27 22:40 UTC 

C aggregate passing (Rust kernel policy)
 2025-02-27 22:40 UTC  (26+ messages)

[PATCH 0/8] cxl: support CXL memory RAS features
 2025-02-27 22:38 UTC  (9+ messages)
` [PATCH 1/8] cxl: Add helper function to retrieve a feature entry
` [PATCH 2/8] cxl/memfeature: Add CXL memory device patrol scrub control feature
` [PATCH 3/8] cxl/memfeature: Add CXL memory device ECS "
` [PATCH 4/8] cxl/mbox: Add support for PERFORM_MAINTENANCE mailbox command
` [PATCH 5/8] cxl/region: Add helper function to determine memory is online
` [PATCH 6/8] cxl: Support for finding memory operation attributes from the current boot
` [PATCH 7/8] cxl/memfeature: Add CXL memory device soft PPR control feature
` [PATCH 8/8] cxl/memfeature: Add CXL memory device memory sparing "

[PATCH] hwmon: (pmbus/core) Replace deprecated strncpy() with strscpy()
 2025-02-27 22:37 UTC  (2+ messages)

[PATCH v1] x86/insn: Fix linux/unaligned.h include path
 2025-02-27 22:37 UTC  (4+ messages)

[PATCH v2] zswap: do not crash the kernel on decompression failure
 2025-02-27 22:35 UTC  (11+ messages)

[PATCH][next] HID: debug: Fix spelling mistake "Messanger" -> "Messenger"
 2025-02-27 22:33 UTC 

[PATCH] mm/page_alloc: Add lockdep assertion for pageblock type change
 2025-02-27 22:33 UTC  (2+ messages)

[PATCH v4 0/2] Add SMI LARBs reset for MediaTek MT8188 SoC
 2025-02-27 22:32 UTC  (5+ messages)
` [PATCH v4 1/2] dt-bindings: clock: mediatek: Add SMI LARBs reset for MT8188
` [PATCH v4 2/2] clk: "

[PATCH] spmi: Only use Hikey 970 SPMI controller driver when ARM64
 2025-02-27 22:31 UTC  (2+ messages)

[PATCH][next] tools/arch/x86/intel_sdsi: Fix spelling mistake "Licencse" -> "License"
 2025-02-27 22:30 UTC 

[PATCH v3 17/17] media: rzg2l-cru: Add support for RZ/G3E SoC
 2025-02-27 22:28 UTC  (2+ messages)

[PATCH v3][next] net/mlx5e: Avoid a hundred -Wflex-array-member-not-at-end warnings
 2025-02-27 22:29 UTC  (6+ messages)

linux-next: manual merge of the bcachefs tree with Linus tree
 2025-02-27 22:28 UTC 

[PATCH bpf-next v4 0/6] XDP metadata support for tun driver
 2025-02-27 22:26 UTC  (3+ messages)
` [PATCH bpf-next v4 5/6] selftests/bpf: add test for XDP metadata support in "

[PATCH v3 0/6] KVM: SVM: Fix DEBUGCTL bugs
 2025-02-27 22:24 UTC  (7+ messages)
` [PATCH v3 1/6] KVM: SVM: Drop DEBUGCTL[5:2] from guest's effective value
` [PATCH v3 2/6] KVM: SVM: Suppress DEBUGCTL.BTF on AMD
` [PATCH v3 3/6] KVM: x86: Snapshot the host's DEBUGCTL in common x86
` [PATCH v3 4/6] KVM: SVM: Manually context switch DEBUGCTL if LBR virtualization is disabled
` [PATCH v3 5/6] KVM: x86: Snapshot the host's DEBUGCTL after disabling IRQs
` [PATCH v3 6/6] KVM: SVM: Treat DEBUGCTL[5:2] as reserved

[PATCH RFC v1 00/11] x86: Support Intel Advanced Performance Extensions
 2025-02-27 22:23 UTC  (17+ messages)
` [PATCH RFC v1 02/11] x86/fpu/xstate: Introduce xstate order table and accessor macro

[PATCH] usbip: Fix the error limitation on max_hw_sectors for usbip device
 2025-02-27 22:23 UTC  (3+ messages)

[RFC PATCH v3 00/13] Clavis LSM
 2025-02-27 22:22 UTC  (8+ messages)

[PATCH bpf-next 00/10] selftests/bpf: Migrate test_tunnel.sh to test_progs
 2025-02-27 22:22 UTC  (21+ messages)
` [PATCH bpf-next 01/10] selftests/bpf: test_tunnel: Add generic_attach* helpers
` [PATCH bpf-next 02/10] selftests/bpf: test_tunnel: Add ping helpers
` [PATCH bpf-next 03/10] selftests/bpf: test_tunnel: Move gre tunnel test to test_progs
` [PATCH bpf-next 04/10] selftests/bpf: test_tunnel: Move ip6gre "
` [PATCH bpf-next 05/10] selftests/bpf: test_tunnel: Move erspan tunnel tests "
` [PATCH bpf-next 06/10] selftests/bpf: test_tunnel: Move ip6erspan tunnel test "
` [PATCH bpf-next 07/10] selftests/bpf: test_tunnel: Move geneve "
` [PATCH bpf-next 08/10] selftests/bpf: test_tunnel: Move ip6geneve "
` [PATCH bpf-next 09/10] selftests/bpf: test_tunnel: Move ip6tnl tunnel tests "
` [PATCH bpf-next 10/10] selftests/bpf: test_tunnel: Remove test_tunnel.sh

[PATCH v9 1/9] preempt: Introduce HARDIRQ_DISABLE_BITS
 2025-02-27 22:10 UTC  (9+ messages)
` [PATCH v9 2/9] preempt: Introduce __preempt_count_{sub, add}_return()
` [PATCH v9 3/9] irq & spin_lock: Add counted interrupt disabling/enabling
` [PATCH v9 4/9] rust: Introduce interrupt module
` [PATCH v9 5/9] rust: helper: Add spin_{un,}lock_irq_{enable,disable}() helpers
` [PATCH v9 6/9] rust: sync: Add SpinLockIrq
` [PATCH v9 7/9] rust: sync: Introduce lock::Backend::Context
` [PATCH v9 8/9] rust: sync: lock: Add `Backend::BackendInContext`
` [PATCH v9 9/9] locking: Switch to _irq_{disable,enable}() variants in cleanup guards

[PATCH bpf-next v1 0/3] bpf: Fix use-after-free of sockmap
 2025-02-27 22:21 UTC  (9+ messages)
` [PATCH bpf-next v1 1/3] bpf, sockmap: avoid using sk_socket after free
` [PATCH bpf-next v1 2/3] selftests/bpf: Add socketpair to create_pair to support unix socket
` [PATCH bpf-next v1 3/3] selftests/bpf: Add edge case tests for sockmap

[PATCH][next] wifi: iwlwifi: Fix spelling mistake "Increate" -> "Increase"
 2025-02-27 22:19 UTC 

C aggregate passing (Rust kernel policy)
 2025-02-27 22:18 UTC  (12+ messages)

[PATCH] KVM: selftests: Wait mprotect_ro_done before write to RO in mmu_stress_test
 2025-02-27 22:18 UTC  (6+ messages)

[PATCH v2] x86/sev: Add missing RIP_REL_REF() invocations during sme_enable()
 2025-02-27 22:16 UTC  (2+ messages)
` [tip: x86/sev] "

[PATCH v3 0/3] Add Armada8K reset controller support
 2025-02-27 21:58 UTC  (4+ messages)
` [PATCH v3 1/3] dt-bindings: reset: Add Armada8K reset controller
    ` [EXTERNAL] "

[PATCH]][next] KVM: selftests: Fix spelling mistake "UFFDIO_CONINUE" -> "UFFDIO_CONTINUE"
 2025-02-27 22:08 UTC 

[PATCH] pipe: cache 2 pages instead of 1
 2025-02-27 22:07 UTC  (3+ messages)

[PATCH v2 0/4] tsm: Unified Measurement Register ABI for TVMs
 2025-02-27 22:06 UTC  (2+ messages)

[PATCH v2] x86: fix missing declaration of io_apic_irqs
 2025-02-27 22:05 UTC  (2+ messages)
` [tip: x86/cleanups] x86/irq: Fix missing declaration of 'io_apic_irqs'

[tip: x86/cleanups] x86/platform: Fix missing declaration of 'x86_apple_machine'
 2025-02-27 22:05 UTC 

[PATCH v3] PCI: fix reference leak in pci_alloc_child_bus()
 2025-02-27 22:04 UTC  (2+ messages)

[PATCH][next] perf test: Fix spelling mistake "sythesizing" -> "synthesizing"
 2025-02-27 22:03 UTC 

[PATCH v2] clk: check for disabled clock-provider in of_clk_get_hw_from_clkspec
 2025-02-27 22:02 UTC  (4+ messages)
    `  "

[PATCH v2 RESEND] PCI: fix reference leak in pci_register_host_bridge()
 2025-02-27 22:01 UTC  (2+ messages)

[PATCH v2 00/10] Support for Allwinner V853 SoC
 2025-02-27 21:57 UTC  (3+ messages)
` [PATCH v2 02/10] pinctrl: sunxi: add driver for Allwinner V853

[PATCH v3 00/20] ASoC: tas27{64,70}: improve support for Apple codec variants
 2025-02-27 21:58 UTC  (4+ messages)
` [PATCH v3 15/20] ASoC: tas2764: Enable main IRQs

[PATCH 00/17] Introduce and use generic parity32/64 helper
 2025-02-27 21:57 UTC  (6+ messages)
` [PATCH 02/17] bitops: Add generic parity calculation for u64

[PATCH] tracing: Fix bad hist from corrupting named_triggers list
 2025-02-27 21:56 UTC  (2+ messages)
` [PATCH v2] "

[PATCH 0/6] Fixups for kernel maps insertion
 2025-02-27 21:54 UTC  (7+ messages)
` [PATCH 1/6] perf maps: Introduce map__set_kmap() for kernel maps
` [PATCH 2/6] perf maps: Set the kmaps for newly created/added "
` [PATCH 3/6] perf machine: Fixup kernel maps ends after adding extra maps
` [PATCH 4/6] perf maps: Fixup maps_by_name when modifying maps_by_address
` [PATCH 5/6] perf maps: Add missing map__set_kmap() when replacing a kernel map
` [PATCH 6/6] perf machine: Fix insertion of PERF_RECORD_KSYMBOL related kernel maps

[RFC PATCH bpf-next 0/6] bpf: BPF runtime hooks: low-overhead non-intrusive tracking of runtime acquire/release (for watchdog)
 2025-02-27 21:55 UTC  (6+ messages)
` [RFC PATCH bpf-next 4/6] bpf: Add bpf runtime hooks for tracking runtime acquire/release

[PATCH v4 1/1] x86/ia32: Leave NULL selector values 0~3 as is
 2025-02-27 21:54 UTC  (2+ messages)
` [tip: x86/asm] x86/ia32: Leave NULL selector values 0~3 unchanged

[PATCH RESEND v3 00/17] iio: adc: ad7768-1: Add features, improvements, and fixes
 2025-02-27 21:54 UTC  (9+ messages)
` [PATCH RESEND v3 03/17] dt-bindings: iio: adc: ad7768-1: add trigger-sources property
` [PATCH RESEND v3 12/17] iio: adc: ad7768-1: Add GPIO controller support

[PATCH v7 0/7] mseal system mappings
 2025-02-27 21:48 UTC  (13+ messages)
` [PATCH v7 3/7] mseal, system mappings: enable x86-64
` [PATCH v7 6/7] mseal, system mappings: uprobe mapping

[PATCH][next] bcachefs: remove superfluous semicolons after statements
 2025-02-27 21:47 UTC 

[PATCH] i2c: omap: fix IRQ storms
 2025-02-27 21:47 UTC  (5+ messages)

[PATCH hyperv-next v3 0/2] x86/hyperv: VTL mode reboot fixes
 2025-02-27 21:47 UTC  (3+ messages)
` [PATCH hyperv-next v3 1/2] x86/hyperv: Add VTL mode emergency restart callback
` [PATCH hyperv-next v3 2/2] x86/hyperv: Add VTL mode callback for restarting the system

[PATCH v1 1/1] cxl/hdm: Verify HDM decoder capabilities after parsing
 2025-02-27 21:47 UTC  (2+ messages)

[PATCH v2 0/6] Support for Adreno 623 GPU
 2025-02-27 21:45 UTC  (5+ messages)
` [PATCH v2 3/6] drm/msm/a6xx: Add support for Adreno 623

[PATCH] caif_virtio: fix wrong pointer check in cfv_probe()
 2025-02-27 20:51 UTC  (2+ messages)

[PATCH v3] Bluetooth: btusb: Configure altsetting for HCI_USER_CHANNEL
 2025-02-27 21:40 UTC  (2+ messages)

[RFC PATCH 0/2] Extend mmio-mux driver to configure mux with
 2025-02-27 21:39 UTC  (5+ messages)
` [RFC PATCH 1/2] devicetree: bindings: mux: reg-mux: Update bindings for reg-mux for new property
` [RFC PATCH 2/2] mux: mmio: Extend mmio-mux driver to configure mux with new DT property

[RFC PATCH 0/3] gpu: nova-core: add basic timer subdevice implementation
 2025-02-27 21:37 UTC  (7+ messages)

[PATCH] tracing: Fix bad hist from corrupting named_triggers list
 2025-02-27 21:37 UTC  (3+ messages)

linux-next: Fixes tag needs some work in the tip tree
 2025-02-27 21:36 UTC 

[PATCH] drm/vboxvideo: Remove unused hgsmi_cursor_position
 2025-02-27 21:34 UTC  (2+ messages)

linux-next: Fixes tag needs some work in the amdgpu tree
 2025-02-27 21:33 UTC 

[PATCH net-next v8 0/2] RTL9300 MDIO driver
 2025-02-27 21:32 UTC  (3+ messages)
` [PATCH net-next v8 1/2] net: mdio: Add "
` [PATCH net-next v8 2/2] mips: dts: realtek: Add MDIO controller

[PATCH sched_ext/for-6.15 v3 0/5] bpf, sched_ext: Make kfunc filters support struct_ops context to reduce runtime overhead
 2025-02-27 21:32 UTC  (5+ messages)
` [PATCH sched_ext/for-6.15 v3 3/5] sched_ext: Add scx_kfunc_ids_ops_context_sensitive for unified filtering of context-sensitive SCX kfuncs

[PATCH v2 0/3] selftests/net: deflake GRO tests and fix return value and output
 2025-02-27 21:31 UTC  (5+ messages)
` [PATCH v2 1/3] selftests/net: have `gro.sh -t` return a correct exit code

[PATCH 0/4] Check Rust signatures at compile time
 2025-02-27 21:28 UTC  (3+ messages)
` [PATCH 4/4] panic_qr: use new #[export] macro

[PATCH -next v6 0/8] arm64: entry: Convert to generic irq entry
 2025-02-27 21:29 UTC  (5+ messages)
` [PATCH -next v6 8/8] arm64: entry: Switch to generic IRQ entry

[tip: x86/cpu] x86/cpu: Don't clear X86_FEATURE_LAHF_LM flag in init_amd_k8() on AMD when running in a virtual machine
 2025-02-27 21:24 UTC 

[PATCH] f2fs: fix the missing write pointer correction
 2025-02-27 21:24 UTC 

[PATCH v7 00/11] arm64: Support for running as a guest in Arm CCA
 2025-02-27 21:21 UTC  (8+ messages)
` [PATCH v7 09/11] arm64: Enable memory encrypt for Realms

[PATCH v4 1/2] iio: filter: admv8818: fix range calculation
 2025-02-27 21:20 UTC  (3+ messages)

[PATCH] pipe_read: don't wake up the writer if the pipe is still full
 2025-02-27 21:12 UTC  (6+ messages)

[PATCH 0/7] hyperv: Introduce new way to manage hypercall args
 2025-02-27 21:07 UTC  (3+ messages)
` [PATCH 3/7] x86/hyperv: Use hv_hvcall_*() to set up hypercall arguments -- part 1

[PATCH v1 0/4] iommu: Isolate iova_cookie to actual owners
 2025-02-27 21:03 UTC  (5+ messages)
` [PATCH v1 2/4] iommu: Add iommu_default_domain_free helper

[tip: x86/cpu] x86/cpu: Don't clear X86_FEATURE_LAHF_LM flag in init_amd_k8() on AMD when running in a virtual machine
 2025-02-27 21:02 UTC 

[PATCH] x86/crc32: use builtins to improve code generation
 2025-02-27 21:03 UTC  (8+ messages)

[PATCH] iio: buffer-dma: Fix docstrings
 2025-02-27 19:27 UTC 

[ANNOUNCE] Git v2.49.0-rc0
 2025-02-27 20:55 UTC  (3+ messages)

[RFC 0/2] landlock: Multithreaded policy enforcement
 2025-02-27 20:53 UTC  (2+ messages)
  ` [RFC 1/2] landlock: Multithreading support for landlock_restrict_self()

[PATCH] media: rkisp1: allow non-coherent video capture buffers
 2025-02-27 20:46 UTC  (5+ messages)

[PATCH v2 0/4] mm: page_ext: Introduce new iteration API
 2025-02-27 20:50 UTC  (6+ messages)
` [PATCH v2 4/4] mm: page_owner: use "

[PATCH v3 0/6] Track node vacancy to reduce worst case allocation counts
 2025-02-27 20:48 UTC  (7+ messages)
` [PATCH v3 1/6] maple_tree: convert mas_prealloc_calc() to take in a maple write state
` [PATCH v3 2/6] maple_tree: use height and depth consistently
` [PATCH v3 3/6] maple_tree: use vacant nodes to reduce worst case allocations
` [PATCH v3 4/6] maple_tree: break on convergence in mas_spanning_rebalance()
` [PATCH v3 5/6] maple_tree: add sufficient height
` [PATCH v3 6/6] maple_tree: reorder mas->store_type case statements

[PATCH v2 00/16] AMD MCA interrupts rework
 2025-02-27 20:48 UTC  (7+ messages)
` [PATCH v2 06/16] x86/mce: Remove __mcheck_cpu_init_early()

[PATCH v15 2/3] binder: report txn errors via generic netlink
 2025-02-27 20:46 UTC  (2+ messages)

[PATCH v1] arm64/mm: Fix Boot panic on Ampere Altra
 2025-02-27 20:43 UTC  (3+ messages)

linux-next: duplicate patches in the bluetooth tree
 2025-02-27 20:42 UTC 

[PATCH 0/2] gpio: irq: support describing three-cell interrupts
 2025-02-27 20:41 UTC  (4+ messages)
` [PATCH 1/2] irqdomain: support three-cell scheme interrupts

[PATCH v2] iommu/vt-d: fix system hang on reboot -f
 2025-02-27 20:38 UTC  (10+ messages)

[PATCH] pinctrl: qcom: Add test case for TLMM interrupt handling
 2025-02-27 20:39 UTC 

[PATCH 6/7] PCI: hv: Use hv_hvcall_*() to set up hypercall arguments
 2025-02-27 20:29 UTC  (2+ messages)

[PATCH] pinctrl: mcp23s08: Get rid of spurious level interrupts
 2025-02-27 20:29 UTC  (5+ messages)

[PATCH v6 00/42] x86/resctrl: Move the resctrl filesystem code to /fs/resctrl
 2025-02-27 20:26 UTC  (9+ messages)
` [PATCH v6 02/42] x86/resctrl: Add a helper to avoid reaching into the arch code resource list
` [PATCH v6 10/42] x86/resctrl: Remove rdtgroup from update_cpu_closid_rmid()
` [PATCH v6 20/42] x86/resctrl: Change mon_event_config_{read,write}() to be arch helpers
` [PATCH v6 36/42] x86/resctrl: Add end-marker to the resctrl_event_id enum

[PATCH] Revert "drivers/card_reader/rtsx_usb: Restore interrupt based detection"
 2025-02-27 20:25 UTC  (3+ messages)

[PATCH v2 0/4] KVM: arm64: Separate the hyp FF-A buffers init from the host
 2025-02-27 20:25 UTC  (3+ messages)
` [PATCH v2 2/4] KVM: arm64: Move the ffa_to_linux definition to the ffa header

[PATCH v2 0/2] Enable TRNG for QCS615 Platform
 2025-02-27 20:24 UTC  (4+ messages)
` [PATCH v2 1/2] dt-bindings: crypto: qcom,prng: document QCS615
` [PATCH v2 2/2] arm64: dts: qcom: qcs615: add TRNG node

[PATCH] pinctrl: nomadik: Add error handling for find_nmk_gpio_from_pin
 2025-02-27 20:23 UTC  (2+ messages)

[PATCH v2 0/6] vfio: Improve DMA mapping performance for huge pfnmaps
 2025-02-27 20:22 UTC  (9+ messages)
` [PATCH v2 6/6] vfio/type1: Use mapping page mask for pfnmaps

[PATCH] xhci: Restrict USB4 tunnel detection for USB3 devices to Intel hosts
 2025-02-27 20:20 UTC  (2+ messages)

[PATCH -tip 1/1] x86/bpf: Fix BPF percpu accesses
 2025-02-27 20:21 UTC  (2+ messages)
` [tip: x86/asm] "

[PATCH] thermal: intel: Remove a useless operation in int340x_thermal_zone_add()
 2025-02-27 20:20 UTC  (2+ messages)

[tip: sched/urgent] sched/core: Prevent rescheduling when interrupts are disabled
 2025-02-27 20:20 UTC 

[PATCH v4] x86/cpufeature: Add feature dependency checks
 2025-02-27 20:17 UTC  (4+ messages)

[PATCH] xhci: Fix bcdUSB initialization
 2025-02-27 20:16 UTC  (5+ messages)

[tip: sched/urgent] sched/core: Prevent rescheduling when interrupts are disabled
 2025-02-27 20:10 UTC 


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