All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-11-20 14:21:19 to 2025-11-20 15:12:35 UTC [more...]

[PATCH v4 00/35] Compiler-Based Context- and Locking-Analysis
 2025-11-20 15:09 UTC  (15+ messages)
` [PATCH v4 01/35] compiler_types: Move lock checking attributes to compiler-context-analysis.h
` [PATCH v4 02/35] compiler-context-analysis: Add infrastructure for Context Analysis with Clang
` [PATCH v4 03/35] compiler-context-analysis: Add test stub
` [PATCH v4 04/35] Documentation: Add documentation for Compiler-Based Context Analysis
` [PATCH v4 05/35] checkpatch: Warn about context_unsafe() without comment
` [PATCH v4 06/35] cleanup: Basic compatibility with context analysis
  ` [PATCH v4 07/35] lockdep: Annotate lockdep assertions for "
  ` [PATCH v4 08/35] locking/rwlock, spinlock: Support Clang's "
  ` [PATCH v4 09/35] compiler-context-analysis: Change __cond_acquires to take return value
  ` [PATCH v4 10/35] locking/mutex: Support Clang's context analysis
  ` [PATCH v4 11/35] locking/seqlock: "
  ` [PATCH v4 12/35] bit_spinlock: Include missing <asm/processor.h>
  ` [PATCH v4 13/35] bit_spinlock: Support Clang's context analysis
  ` [PATCH v4 14/35] rcu: "

[PATCH] arm64: mm: fix direct map use over accounting
 2025-11-20 15:11 UTC  (2+ messages)

[PATCH 0/1] Switch to use kernel standard fault injection in i915
 2025-11-20 15:10 UTC  (2+ messages)
` ✗ i915.CI.Full: failure for Switch to use kernel standard fault injection in i915 (rev15)

[PATCH v2] fixup: mm/huge_memory.c: introduce folio_split_unmapped
 2025-11-20 15:07 UTC  (3+ messages)

Interest in contributing to the CXL community
 2025-11-20 15:07 UTC  (2+ messages)

[PATCH v3 0/2] Some bind queue fixes
 2025-11-20 15:06 UTC  (4+ messages)
` [PATCH v3 1/2] drm/xe/uapi: disallow bind queue sharing
` ✓ Xe.CI.BAT: success for Some bind queue fixes (rev3)

[PATCH] powerpc/pseries/svm: Make mem_encrypt.h self contained
 2025-11-20 15:06 UTC 

[PATCH v7 0/9] reset: rework reset-gpios handling
 2025-11-20 15:06 UTC  (8+ messages)
` [PATCH v7 1/9] software node: read the reference args via the fwnode API
` [PATCH v7 2/9] software node: increase the reference of the swnode by its fwnode
` [PATCH v7 4/9] spi: cs42l43: Use actual ACPI firmware node for chip selects

[PATCH v2] MIPS: kernel: Fix random segmentation faults
 2025-11-20 15:05 UTC  (2+ messages)

[PATCH 00/12] x86/irq: drop interrupt target cpumasks
 2025-11-20 15:05 UTC  (6+ messages)
` [PATCH 05/12] x86/io-apic: purge usage of logical mode
` [PATCH 06/12] x86/i8259: redo workaround for AMD spurious PIC interrupts

[PATCH v6 00/11] Introduce git-history(1) command for easy history editing
 2025-11-20 15:05 UTC  (8+ messages)
` [PATCH v6 07/11] add-patch: split out `struct interactive_options`
` [PATCH v6 08/11] add-patch: remove dependency on "add-interactive" subsystem
` [PATCH v6 09/11] add-patch: add support for in-memory index patching

[PATCH] cifs: client: allow changing multichannel mount options on remount
 2025-11-20 15:04 UTC  (4+ messages)
` [PATCH] cifs: client: enforce consistent handling of multichannel and max_channels

[PATCH] lib/rbtree: add missing space after 'if'
 2025-11-20 15:03 UTC 

[PATCH 0/8] rust: pci: add abstractions for SR-IOV capability
 2025-11-20 15:03 UTC  (3+ messages)

[RFC PATCH v3 0/7] Support mapping virtio-gpu virgl hostmem blobs using MAP_FIXED API
 2025-11-20 15:02 UTC  (8+ messages)
` [RFC PATCH v3 5/7] virtio-gpu: Destroy virgl resources on virtio-gpu reset
` [RFC PATCH v3 7/7] virtio-gpu: Support mapping hostmem blobs with map_fixed

[PATCH v6 0/2] Add support for MAX77675 device
 2025-11-20 15:03 UTC  (3+ messages)
` [PATCH v6 1/2] regulator: dt-bindings: Add MAX77675 regulator

[PATCH v2 0/7] ti: j7: Update to v0.12.0 of DDR config tool
 2025-11-20 14:48 UTC  (7+ messages)
` [PATCH v2 5/7] arm: dts: k3-am69: ddr: "
        ` [EXTERNAL] "

[PATCH 0/2] xenbus: Fix PV devices in s3/s2idle
 2025-11-20 15:03 UTC 

[PATCH v1 0/4] Introduce xe_pcode_read_probe()
 2025-11-20 15:02 UTC  (5+ messages)
` [PATCH v1 1/4] drm/xe/pcode: "

[PATCH] timekeeping: Fix resource leak in tk_aux_sysfs_init() error paths
 2025-11-20 15:02 UTC  (2+ messages)
` [PATCH v2] "

[PATCH net] net: phy: mxl-gpy: fix link properties on USXGMII and internal PHYs
 2025-11-20 15:02 UTC 

[PATCH 0/2] blk-mq: use array manage hctx map instead of xarray
 2025-11-20 15:02 UTC  (4+ messages)
` [PATCH 2/2] blk-mq: fix potential uaf for 'queue_hw_ctx'

[RFC PATCH 0/3] folio->mapping == NULL check issue
 2025-11-20 15:00 UTC  (14+ messages)
` [RFC PATCH 1/3] mm/huge_memory: prevent NULL pointer dereference in try_folio_split_to_order()
` [RFC PATCH 2/3] mm/huge_memory: add kernel-doc for folio_split_supported()
` [RFC PATCH 3/3] mm/memory-failure: handle min_order_for_split() error code properly

[PATCH net-next 00/15] Probe SJA1105 DSA children using MFD and dynamic OF nodes
 2025-11-20 15:00 UTC  (15+ messages)
` [PATCH net-next 02/15] net: mdio-regmap: permit working with non-MMIO regmaps
` [PATCH net-next 07/15] mfd: core: add ability for cells to probe on a custom parent OF node
` [PATCH net-next 08/15] net: dsa: sja1105: transition OF-based MDIO drivers to standalone
` [PATCH net-next 14/15] net: dsa: sja1105: replace mdiobus-pcs with xpcs-plat driver

[PATCH 0/2] genirq: Fix IRQ threads VS cpuset
 2025-11-20 15:00 UTC  (5+ messages)
` [PATCH 1/2] genirq: Fix IRQ threads affinity VS cpuset isolated partitions

Reasonable maximum signaling timeout for dma_fences
 2025-11-20 14:41 UTC  (5+ messages)
` [PATCH 1/4] dma-buf/fence: give some reasonable maximum signaling timeout
` [PATCH 2/4] dma-buf/sw-sync: always taint the kernel when sw-sync is used
` [PATCH 3/4] drm/vgem: use the reasonable maximum timeout defined by the dma_fence
` [PATCH 4/4] drm/sched: warn and taint the kernel when maximum timeout is exceeded

[PATCH] cpufreq: qcom-nvmem: fix compilation warning for qcom_cpufreq_ipq806x_match_list
 2025-11-20 15:00 UTC  (2+ messages)

[PATCH 0/9] Initial DMABUF support for iommufd
 2025-11-20 14:59 UTC  (4+ messages)
` [PATCH 5/9] iommufd: Allow MMIO pages in a batch

[PATCH 0/8] mmc: sdhci-cadence: Improvements and fixes for Cadence SDHCI driver
 2025-11-20 14:59 UTC  (13+ messages)
` [PATCH 1/8] mmc: sdhci-cadence: Add reset control support
` [PATCH 2/8] mmc: sdhci-cadence: Use max-frequency property from device tree
` [PATCH 7/8] mmc: sdhci-cadence6: socfpga: Fix DT property naming convention
` [PATCH 8/8] mmc: sdhci-cadence6: Add DLL master control and improve tuning reliability

[PATCH i-g-t 0/2] fix CRTC index to pipe conversion, cleanup
 2025-11-20 14:58 UTC  (5+ messages)
` [PATCH i-g-t 2/2] lib/igt_kms: Drop the ioctl fallback for CRTC id to pipe mapping
` ✓ Xe.CI.Full: success for fix CRTC index to pipe conversion, cleanup

[PATCH v8 0/6] RTL8231 GPIO expander support
 2025-11-20 14:57 UTC  (3+ messages)
` [PATCH v8 1/6] dt-bindings: leds: Binding for RTL8231 scan matrix

[PATCH v16 0/7] timers/migration: Exclude isolated cpus from hierarchy
 2025-11-20 14:56 UTC  (8+ messages)
` [PATCH v16 1/7] timers/migration: Rename 'online' bit to 'available'
` [PATCH v16 2/7] timers/migration: Add mask for CPUs available in the hierarchy
` [PATCH v16 3/7] timers/migration: Use scoped_guard on available flag set/clear
` [PATCH v16 4/7] cgroup/cpuset: Rename update_unbound_workqueue_cpumask() to update_isolation_cpumasks()
` [PATCH v16 5/7] sched/isolation: Force housekeeping if isolcpus and nohz_full don't leave any
` [PATCH v16 6/7] cpumask: Add initialiser to use cleanup helpers
` [PATCH v16 7/7] timers/migration: Exclude isolated cpus from hierarchy

[PATCH v9 0/7] Add DDR4 memory-controller bindings and factorise LPDDR and DDR bindings
 2025-11-20 14:57 UTC  (3+ messages)
` [PATCH v9 2/7] dt-bindings: memory: introduce DDR4

Feature request: git cp
 2025-11-20 14:56 UTC 

[PATCH net-next v1] devlink: Notify eswitch mode changes to devlink monitor
 2025-11-20 14:56 UTC  (5+ messages)

[PATCH 0/2] Add tracepoints to profile SVM page faults and migration
 2025-11-20 14:56 UTC  (3+ messages)
` ✗ CI.checkpatch: warning for Add tracepoints to profile SVM page faults and migration (rev3)
` ✓ CI.KUnit: success "

[syzbot] [bluetooth?] [usb?] memory leak in __hci_cmd_sync_sk
 2025-11-20 14:54 UTC  (2+ messages)

[PATCH net-next 00/14] devlink and mlx5: Support cross-function rate scheduling
 2025-11-20 14:55 UTC  (9+ messages)
` [PATCH net-next 03/14] devlink: Add helpers to lock nested-in instances
` [PATCH net-next 04/14] devlink: Refactor devlink_rate_nodes_check
` [PATCH net-next 05/14] devlink: Decouple rate storage from associated devlink object
` [PATCH net-next 08/14] devlink: Allow rate node parents from other devlinks

[PATCH v2 0/3] drm/atomic-helper: Fix atomic modesetting regression
 2025-11-20 14:55 UTC  (10+ messages)
` [PATCH v2 3/3] drm/atomic-helper: Add special quirk tail function

[PATCH 00/17] Paravirt CPUs and push task for less vCPU preemption
 2025-11-20 14:54 UTC  (3+ messages)
` [PATCH 01/17] sched/docs: Document cpu_paravirt_mask and Paravirt CPU concept

[PATCH v2] drm/gem: Use vmemdup_array_user in drm_gem_objects_lookup
 2025-11-20 14:55 UTC  (4+ messages)

[PATCH v3] drm/i915/display: change pipe allocation order for discrete platforms
 2025-11-20 14:53 UTC  (3+ messages)

[PATCH V2 1/2] loop: clear nowait flag in workqueue context
 2025-11-20 14:52 UTC  (2+ messages)

[PATCH 00/44] Change a lot of min_t() that might mask high bits
 2025-11-20 14:52 UTC  (10+ messages)
` [PATCH 04/44] io_uring/net: Change some dubious min_t()
` [PATCH 12/44] block: use min() instead of min_t()
` [PATCH 28/44] drivers/usb/storage: "
      ` [usb-storage] "
` (subset) [PATCH 00/44] Change a lot of min_t() that might mask high bits

[PATCH] dt-bindings: mfd: fsl,mc13xxx: Fix leds node schema
 2025-11-20 14:52 UTC  (2+ messages)
` (subset) "

[PATCH 0/5] KVM: arm64: Add support for FEAT_IDST
 2025-11-20 14:51 UTC  (4+ messages)
` [PATCH 2/5] KVM: arm64: Force trap of GMID_EL1 when the guest doesn't have MTE

[PATCH net-next v2 0/3] YNL CLI --list-attrs argument
 2025-11-20 14:50 UTC  (2+ messages)

[PATCH rdma-next] IB/mlx5: Reduce IMR KSM size when 5-level paging is enabled
 2025-11-20 14:49 UTC 

[PATCH] drm/i915: Walk crtcs in pipe order
 2025-11-20 14:49 UTC 

[PATCH v5 00/13] coresight: Update timestamp attribute to be an interval instead of bool
 2025-11-20 14:48 UTC  (11+ messages)
` [PATCH v5 03/13] coresight: Refactor etm4_config_timestamp_event()
` [PATCH v5 07/13] coresight: Don't reject unrecognized ETMv3 format attributes

[PATCH v5 0/2] Remove hard coded values for MIPI-DSI
 2025-11-20 14:47 UTC  (3+ messages)
` [PATCH v5 1/2] clk: renesas: rzg2l: Remove DSI clock rate restrictions

[PATCH v1 07/11] Bluetooth: btnxpuart: Add device authentication
 2025-11-20 14:46 UTC  (2+ messages)

[PATCH v16 6/9] irqchip: Add RISC-V advanced PLIC driver for direct-mode
 2025-11-20 14:43 UTC  (3+ messages)

[syzbot] [bluetooth?] [usb?] memory leak in __hci_cmd_sync_sk
 2025-11-20 14:45 UTC  (2+ messages)

[PATCH 1/3] dt-bindings: ARM: samsung: Add Samsung Manta (Google Nexus 10)
 2025-11-20 14:40 UTC  (3+ messages)
` [PATCH 2/3] ARM: dts: exynos: "
` [PATCH 3/3] ARM: samsung: exynos5250: Allow CPU1 to boot

[PATCH net] net: phy: mxl-gpy: fix bogus error on USXGMII and integrated PHY
 2025-11-20 14:43 UTC  (3+ messages)

[PATCH v9 00/11] HID: asus: Fix ASUS ROG Laptop's Keyboard backlight handling
 2025-11-20 14:43 UTC  (15+ messages)
` [PATCH v9 04/11] HID: asus: fortify keyboard handshake
` [PATCH v9 06/11] HID: asus: early return for ROG devices
` [PATCH v9 07/11] platform/x86: asus-wmi: Add support for multiple kbd led handlers
` [PATCH v9 11/11] HID: asus: add support for the asus-wmi brightness handler

[PATCH 0/2] liveupdate: Fix boot failure due to kmemleak access to unmapped pages
 2025-11-20 14:41 UTC  (3+ messages)
` [PATCH 1/2] mm: kmemleak: introduce kmemleak_no_scan_phys() helper
` [PATCH 2/2] liveupdate: Fix boot failure due to kmemleak access to unmapped pages

[PATCH BlueZ 1/5] doc: Add new telephony related profiles interfaces
 2025-11-20 14:42 UTC  (2+ messages)
` [BlueZ,1/5] "

[PATCH v2 0/5] rtc: Enhance RTC driver with BBPU bit definitions and shutdown handling
 2025-11-20 14:42 UTC  (3+ messages)
` [PATCH v2 4/5] rtc: mt6397: Add BBPU alarm status reset "

Independence for dma_fences! v3
 2025-11-20 14:42 UTC  (3+ messages)
` [PATCH 10/18] drm/amdgpu: independence for the amdgpu_fence!

[PATCH for-11.0 00/15] tests/functional: Check Python code with pylint
 2025-11-20 15:02 UTC  (7+ messages)
` [PATCH for-11.0 04/15] tests/functional/x86_64/test_virtio_gpu: Fix various issues reported by pylint
` [PATCH for-11.0 07/15] tests/functional/x86_64/test_reverse_debug: Silence pylint warning
` [PATCH for-11.0 08/15] tests/functional/x86_64/test_memlock: Silence pylint warnings

[RFC PATCH 00/13] Introduce per-vCPU vLPI injection control API
 2025-11-20 14:40 UTC  (2+ messages)

[PATCH i-g-t v4 0/3] tools/intel_gpu_frequency: Add multi-GT support and Xe driver compatibility
 2025-11-20 14:39 UTC  (2+ messages)
` ✗ i915.CI.Full: failure for tools/intel_gpu_frequency: Add multi-GT support and Xe driver compatibility (rev4)

[PATCH] wrapper: simplify xmkstemp()
 2025-11-20 14:39 UTC  (7+ messages)

[PATCH 0/3] Samsung mfd/rtc driver alarm IRQ simplification
 2025-11-20 14:38 UTC  (4+ messages)
` [PATCH 3/3] mfd: sec: drop now unused struct sec_pmic_dev::irq_data

[PATCH v2 0/3] Samsung mfd/rtc driver alarm IRQ simplification
 2025-11-20 14:38 UTC  (4+ messages)
` [PATCH v2 1/3] mfd: sec: add rtc alarm IRQ as platform device resource
` [PATCH v2 2/3] rtc: s5m: query platform device IRQ resource for alarm IRQ
` [PATCH v2 3/3] mfd: sec: drop now unused struct sec_pmic_dev::irq_data

[PATCH v2] sched/fair: Prefer cache locality for EAS wakeup
 2025-11-20 14:37 UTC  (6+ messages)

[PATCH 0/5] A bit of cleanup around Error
 2025-11-20 14:57 UTC  (11+ messages)
` [PATCH 1/5] hw/core/loader: Make load_elf_hdr() return bool, simplify caller
` [PATCH 2/5] hw/nvram/xlnx-bbram: More idiomatic and simpler error reporting
` [PATCH 3/5] nbd/client-connection: Replace error_propagate() by assignment
` [PATCH 4/5] error: error_free(NULL) is safe, drop unnecessary conditionals
` [PATCH 5/5] error: Consistently name Error * objects err, and not errp

[PATCH] arm64: dts: ti: k3-am62l: Fix unit address of cbass_wakeup
 2025-11-20 14:34 UTC 

[PATCH v5 0/3] VF double migration
 2025-11-20 14:52 UTC  (4+ messages)
` [PATCH v5 1/3] drm/xe/vf: Enable VF migration only on supported GuC versions
` [PATCH v5 2/3] drm/xe/vf: Introduce RESFIX start marker support
` [PATCH v5 3/3] drm/xe/vf: Add debugfs entries to test VF double migration

[PATCH v2] thermal: rcar_gen3: Convert to DEFINE_SIMPLE_DEV_PM_OPS()
 2025-11-20 14:34 UTC  (2+ messages)

`git config get --type=path` results in segmentation fault on value starting with `:(optional)`
 2025-11-20 14:34 UTC  (3+ messages)

[PATCH v2] thermal: rcar: Convert to DEFINE_SIMPLE_DEV_PM_OPS()
 2025-11-20 14:33 UTC  (2+ messages)

[PATCHv2 0/2] blktests: add tests with offsets
 2025-11-20 14:32 UTC  (6+ messages)
` [PATCHv2 1/2] blktests: test direct io offsets

[PATCH v8] xen: Strip xen.efi by default
 2025-11-20 14:32 UTC  (7+ messages)

[PATCH v3 0/8] of/fdt: Some bug fixes and cleanups
 2025-11-20 14:32 UTC  (2+ messages)

[PATCH net-next v6 0/6] Add AF_XDP zero copy support
 2025-11-20 14:30 UTC  (2+ messages)

[PATCH v2] SUNRPC: Check if we need to recalculate slack estimates
 2025-11-20 14:30 UTC  (3+ messages)

[PATCH] MAINTAINERS: Add Shawn Lin as co-maintainer for dw_mmc drivers
 2025-11-20 14:29 UTC 

[iptables PATCH] nft: Support replacing a rule added in the same batch
 2025-11-20 14:28 UTC 

[PATCH v4 0/6] lib/xe/xe_query: implement few query helpers
 2025-11-20 14:25 UTC  (7+ messages)
` [PATCH v4 1/6] lib/xe_query: add helper to get first value of hwconfig
` [PATCH v4 2/6] tests/intel/xe_eudebug_online: use helper to get hwconfig value
` [PATCH v4 3/6] lib/xe/xe_query: introduce helpers for device query
` [PATCH v4 4/6] lib/xe/xe_query: use recently introduced helper to query device
` [PATCH v4 5/6] lib/xe/xe_query: introduce iterator for GT topology masks
` [PATCH v4 6/6] xe/treewide: use xe_query helpers for query GT topology

[PATCH v2 0/4] trace: add Rust DTrace/SystemTap SDT support
 2025-11-20 14:49 UTC  (5+ messages)
` [PATCH v2 1/4] hpet: remove unused trace events
` [PATCH v2 2/4] rust/hpet: add "

[PATCH v2 0/4] initial work on making VMA flags a bitmap
 2025-11-20 14:27 UTC  (3+ messages)
` [PATCH v2 1/4] mm: declare VMA flags by bit

[PATCH] hw/i386/kvm: Prevent guest monotonic clock jump after live migration
 2025-11-20  8:44 UTC 

[PATCH] hw/9pfs: Follow native symlinks when security-model=mapped
 2025-11-20 13:01 UTC 

[PATCH] drm/amdgpu: Don't send warning when close drm obj if drm device has been unplug
 2025-11-20 14:27 UTC  (2+ messages)

[PATCH V2] ALSA: realtek/alc288 fix headphone for MS Surface 2/3
 2025-11-20 14:26 UTC  (2+ messages)

[PATCH] leds: rgb: leds-qcom-lpg: Allow LED_COLOR_ID_MULTI
 2025-11-20 14:25 UTC  (2+ messages)
` (subset) "

[PATCH 0/2] Redesign survivability mode
 2025-11-20 14:25 UTC  (7+ messages)
` [PATCH 2/2] drm/xe/xe_survivability: Add support for survivability mode v2

[PATCH] backlight: lp855x: fix lp855x.h kernel-doc warnings
 2025-11-20 14:25 UTC  (2+ messages)
` (subset) "

[PATCH] mfd: mt6358-irq: Fix missing irq_domain_remove() in error path
 2025-11-20 14:24 UTC  (2+ messages)
` (subset) "

"bitbake-setup" suddenly works differently from QS guide
 2025-11-20 14:24 UTC  (5+ messages)
` [docs] "

Status of restoration of copyright statements to the man-pages source files?
 2025-11-20 14:24 UTC  (5+ messages)

[PATCH v3 0/4] media: adv7180: make VPP handling more flexible
 2025-11-20 14:22 UTC  (5+ messages)
` [PATCH v3 1/4] media: dt-bindings: adi,adv7180: add VPP and CSI register maps
` [PATCH v3 2/4] media: adv7180: add support for ancillary devices
` [PATCH v3 3/4] media: adv7180: implement g_register and s_register
` [PATCH v3 4/4] media: adv7180: fix frame interval in progressive mode

[PATCH] mfd: mt6397-irq: Fix missing irq_domain_remove() in error path
 2025-11-20 14:23 UTC  (2+ messages)
` (subset) "

[PATCH 0/5] Add GPIO interrupt support for Amlogic S6 S7 and S7D
 2025-11-20 14:22 UTC  (3+ messages)
` (subset) "

[PATCH v2 0/3] tmpfs: zero post-eof ranges on file extension
 2025-11-20 14:21 UTC  (4+ messages)
` [PATCH v2 3/3] "

[PATCH v2] mm/memory hotplug/unplug: Optimize zone->contiguous update when move pfn range
 2025-11-20 14:21 UTC  (4+ messages)
` [PATCH v3] "

[PATCH v3 0/5] soc: amlogic: Add new Amlogic SoCs info defines
 2025-11-20 14:21 UTC  (3+ messages)
` (subset) "

[PATCH 0/2] Enable lt8713sx bridge with displayport for monaco-evk
 2025-11-20 14:26 UTC  (3+ messages)
` [PATCH 1/2] arm64: dts: qcom: monaco: add lt8713sx bridge with displayport


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.