All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-07-15 14:30:42 to 2026-07-15 14:58:09 UTC [more...]

[PATCH v7 00/11] target/riscv: Implement Smsdid and Smmpt extension
 2026-07-15 14:50 UTC  (4+ messages)
` [PATCH v7 02/11] target/riscv: Add smmpt-sdidlen property for the mmpt SDID field
` [PATCH v7 03/11] target/riscv: Implement core SMMPT lookup logic
` [PATCH v7 06/11] target/riscv: Fix smrnmi isa alphabetical order

[PATCH] mm/secretmem: disable under HIGHMEM
 2026-07-15 14:58 UTC  (11+ messages)

[PATCH v2 00/33] mm: make VMA page offset handling more consistent
 2026-07-15 14:57 UTC  (7+ messages)
` [PATCH v2 15/33] mm/vma: refactor vmg_adjust_set_range() for clarity
` [PATCH v2 16/33] mm/vma: minor cleanup of expand_[upwards, downwards]()
` [PATCH v2 17/33] mm: introduce and use linear_page_delta()

[LTP] [PATCH 1/3] LTP/Lite test float_trigo core dumps due to free(): invalid pointer
 2026-07-15 14:57 UTC  (2+ messages)
` [LTP] "

[PATCH 0/3] container_of: refactors
 2026-07-15 14:57 UTC  (5+ messages)
` [PATCH 2/3] container_of: remove useless pair of parentheses

[linux-next:master] [loop] d908729e74: stress-ng.umount.ops_per_sec 100.0% regression
 2026-07-15 14:57 UTC  (5+ messages)

[PATCH] ASoC: codecs: lpass-va-macro: Propagate regcache_sync() errors
 2026-07-15 14:57 UTC  (4+ messages)

[PATCH v1] mfd: viperboard: fix native fields type in structures as little-endiand
 2026-07-15 14:52 UTC 

[PATCH 0/2] io: accel: mma8452: Allow open drain interrupt pin configuration
 2026-07-15 14:56 UTC  (7+ messages)
` [PATCH 2/2] iio: "

[LTP] [PATCH net v3] tun/tap & vhost-net: make qdisc backpressure opt-in via IFF_BACKPRESSURE
 2026-07-15 14:32 UTC  (3+ messages)
  `  "

[PATCH 0/6] ASoC: sunxi: Simplify error handling
 2026-07-15 14:55 UTC  (3+ messages)
` [PATCH 1/6] ASoC: sunxi: sun4i-codec: Use dev_err_probe() for probe "

[PATCH v19 00/15] virtio-net: live-TAP local migration
 2026-07-15 14:54 UTC  (6+ messages)
` [PATCH v19 12/15] net/tap: disable read polling for stopped VM
` [PATCH v19 13/15] net/tap: support local migration with virtio-net

tpm2-device: SPDX header contradicts Cargo.toml and README
 2026-07-15 14:48 UTC 

[PATCH v3 0/8] Organize the SMMUv3 invalidation flow so iommupt can use it
 2026-07-15 14:54 UTC  (4+ messages)
` [PATCH v3 6/8] iommu/arm-smmu-v3: Populate the tlbi at the top of the call chain

[RFC PATCH net-next v2 0/2] tcp: Add net.ipv4.tcp_purge_receive_queue sysctl
 2026-07-15 14:53 UTC  (3+ messages)
` [RFC PATCH net-next v2 1/2] "
` [RFC PATCH net-next v2 2/2] selftests/net: packetdrill: Add two tcp_purge_receive_queue tests

[PATCH v4 0/4] tools/build: Allow versioning of all LLVM tools
 2026-07-15 14:53 UTC  (5+ messages)
` [PATCH v4 1/4] tools/build: Allow versioning of all LLVM tools defined in Makefile.include
` [PATCH v4 2/4] tools/build: Indent if else blocks
` [PATCH v4 3/4] tools/build: Allow versioning LLVM readelf
` [PATCH v4 4/4] tools/build: selftests: Remove some duplicate toolchain definitions

[PATCH v2] ALSA: hda: cs35l41: Support HP OmniBook 7 Laptop 16-bh0xxx
 2026-07-15 14:54 UTC  (3+ messages)

[PATCH 0/2] drm/xe/nvm: add survivabilty partiton
 2026-07-15 14:53 UTC  (4+ messages)
` [PATCH 2/2] drm/xe/nvm: define survivabilty partition
` ✓ CI.KUnit: success for drm/xe/nvm: add survivabilty partiton

[PATCHSET v2] sched/psi: Fix psimon fork deadlock and rtpoll_timer UAF
 2026-07-15 14:53 UTC  (2+ messages)

[syzbot] [media?] INFO: trying to register non-static key in __vb2_queue_cancel
 2026-07-15 14:53 UTC 

[PATCH v16 00/10] Add Invensense ICM42607
 2026-07-15 14:52 UTC  (5+ messages)
` [PATCH v16 02/10] dt-bindings: iio: imu: icm42600: Remove interrupts from required

[PATCH 0/3] hw/ppc: reorg PowerPC RAS code for better maintainability
 2026-07-15 14:52 UTC  (3+ messages)

[PATCH] fs/ntfs: Fix min_len for compressed/sparse attributes in ntfs_non_resident_attr_value_is_valid()
 2026-07-15 14:52 UTC  (2+ messages)

[PATCH] wifi: mwifiex: fix freeze for 60 seconds caused by request_firmware
 2026-07-15 14:52 UTC  (2+ messages)

misc buffer cache improvements
 2026-07-15 14:51 UTC  (13+ messages)
` [PATCH 01/12] xfs: don't get a pag reference in xfs_buf_get_map
` [PATCH 02/12] xfs: consolidate buffer locking "
` [PATCH 03/12] xfs: split out a lower-level xfs_buf_get_map helper from xfs_find_get_buf
` [PATCH 04/12] xfs: remove spurious XBF_DONE clearing on readahead validation failure
` [PATCH 05/12] xfs: remove _XBF_LOGRECOVERY
` [PATCH 06/12] xfs: hide b_flags manipulation from code outside of xfs_buf.c
` [PATCH 07/12] xfs: use WRITE_ONCE to update b_flags
` [PATCH 08/12] xfs: don't reverify buffers in xfs_buf_readahead_map
` [PATCH 09/12] xfs: use goto based error unwinding in xfs_buf_read_map
` [PATCH 10/12] xfs: merge xfs_buf_reverify into xfs_buf_read_map
` [PATCH 11/12] xfs: move buffer locking out of xfs_find_get_buf
` [PATCH 12/12] xfs: add lockless xfs_buf_readahead_map fast path

[PATCH v9 00/14] media: iris: Add support for glymur platform
 2026-07-15 14:52 UTC  (11+ messages)
` [PATCH v9 06/14] media: iris: Enable Secure PAS support with IOMMU managed by Linux
` [PATCH v9 07/14] media: iris: Replace enum-indexed clock and power domain tables with per-block structures
` [PATCH v9 08/14] media: iris: Add power sequence for glymur
` [PATCH v9 10/14] media: iris: Add support to select core for dual core platforms
` [PATCH v9 11/14] media: iris: Add hooks for pixel and non-pixel context banks

[PATCH 01/14] drm/amdgpu/gmc9: disallow gfxoff around TLB flushes
 2026-07-15 14:52 UTC  (11+ messages)
` [PATCH 05/14] drm/amdgpu: add an buffer funcs callback for TLB invalidation

[Patch v2 0/7] perf/x86: Miscellaneous PMU bug fixes and optimizations
 2026-07-15 14:52 UTC  (2+ messages)

[PATCH v5 1/2] ALSA: control: tidy up whitespaces
 2026-07-15 14:51 UTC  (3+ messages)
` [PATCH v5 2/2] ALSA: control: add ioctl to retrieve full card components

[PATCH v2] cpufreq: amd-pstate-ut: fix null pointer dereference
 2026-07-15 14:51 UTC  (3+ messages)

[PATCH v3] rust: hrtimer: Restrict expires() to safe contexts
 2026-07-15 14:51 UTC  (4+ messages)

[PATCH v6 00/11] drm/mediatek: Add DSC, WDMA, MT8189/96 DSI support
 2026-07-15 14:51 UTC  (5+ messages)
` [PATCH v6 07/11] drm/mediatek: mtk_dsi: Add support for MT8189
` [PATCH v6 08/11] drm/mediatek: mtk_dsi: Add support for MT8196

[PATCH 0/6] firmware: arm_rmm: Add RMM v2.0 support
 2026-07-15 14:49 UTC  (5+ messages)
` [PATCH 1/6] firmware: arm_rmm: Add SMC definitions for calling the RMM
` [PATCH 2/6] firmware: arm_rmm: Add wrappers for direct RMI calls

RFC: symmetric SET_MODULE_EEPROM_BY_PAGE with i2c_address for non-SFF pages
 2026-07-15 14:49 UTC  (6+ messages)

misc lib/raid/ improvements v2
 2026-07-15 14:47 UTC  (9+ messages)
` [PATCH 1/8] xor: enable lock context analysis
` [PATCH 2/8] xor: improve the runtime selection benchmark
` [PATCH 3/8] xor/kunit: fix a spelling error
` [PATCH 4/8] xor/kunit: add a benchmark
` [PATCH 5/8] raid6: enable lock context analysis
` [PATCH 6/8] raid6: defer implementation selection when built-in
` [PATCH 7/8] raid6: improve the runtime selection benchmark
` [PATCH 8/8] raid6/kunit: add a benchmark

[PATCH nf] netfilter: conntrack: prevent helper extension relocation
 2026-07-15 14:48 UTC 

[PATCH] wifi: mwifiex: bound the pairwise-cipher OUI walk to the IE length
 2026-07-15 14:47 UTC  (2+ messages)

[PATCH] selftests/mm: khugepaged: skip swap tests when swap is unavailable
 2026-07-15 14:47 UTC  (3+ messages)

[PATCH v1 3/3] mm/damon/sysfs: support hugepage_mem_bp quota goal metric
 2026-07-15 14:47 UTC  (2+ messages)

[PATCH v2 00/10] Initial Apple M3 Pro, Max and Ultra device trees
 2026-07-15 14:46 UTC  (5+ messages)
` [PATCH v2 09/10] arm64: dts: apple: Initial T603[124] (M3 Max and Ultra) "
` [PATCH v2 10/10] arm64: dts: apple: Initial T6030 (M3 Pro) "

[RFC PATCH v1 0/1] Fix hmat_adist_nb for coming CXL Type2
 2026-07-15 14:47 UTC  (6+ messages)
` [RFC PATCH v1 1/1] acpi/hmat: preserve hmat_adist_nb notifier block

[PATCH v3 0/5] tools/build: Allow versioning of all LLVM tools
 2026-07-15 14:46 UTC  (4+ messages)
` [PATCH v3 4/5] tools/build: selftests: Allow versioning LLVM lld

[PATCH 0/3] nvmem: mtk-efuse: mt6572 support
 2026-07-15 14:45 UTC  (5+ messages)
` [PATCH 1/3] dt-bindings: nvmem: mediatek: efuse: add mt6572
` [PATCH 2/3] nvmem: mtk-efuse: add support for 32-bit aligned reads
` [PATCH 3/3] nvmem: mtk-efuse: add mt6572 support

[PATCH 00/17] mm: Introduce section-based vmemmap optimization for HugeTLB
 2026-07-15 14:44 UTC  (4+ messages)
` [PATCH 06/17] mm/sparse-vmemmap: support section-based vmemmap accounting

[PATCH] x86/mm/pat: don't gate cpa_lock on debug_pagealloc_enabled()
 2026-07-15 14:45 UTC 

[PATCH] governance: Add start of project history and leadership sections
 2026-07-15 14:44 UTC 

[PATCH v4 00/11] printk: Clean up preferred console handling
 2026-07-15 14:43 UTC  (6+ messages)
` [PATCH v4 01/11] printk: Handle pre-enabled consoles in the top-level register_console()
` [PATCH v4 06/11] console/braille: Lock console->setup() call during the registration

[PATCH v2 0/7] clk: Add support for clock nexus
 2026-07-15 14:43 UTC  (5+ messages)

[PATCH v21 00/14] crypto/dmaengine: qce: introduce BAM locking and use DMA for register I/O
 2026-07-15 14:43 UTC  (4+ messages)
` [PATCH v21 06/14] dmaengine: qcom: bam_dma: add support for BAM locking

[PATCH 0/4] virtio: validate device-reported values across drivers
 2026-07-15 14:43 UTC  (10+ messages)
` [PATCH 1/4] virtio-mem: validate device-reported block size
` [PATCH 2/4] virtio_input: validate device-reported multitouch slot count
` [PATCH 3/4] virtio_console: avoid NULL portdev dereference in in_intr()
` [PATCH 4/4] virtio_console: take a kref in find_port_by_vq() to fix port UAF
  ` [PATCH v2 "

[PATCH v2 00/19] KVM: apply chainsaw to struct kvm_mmu
 2026-07-15 14:43 UTC  (2+ messages)

[PATCH net-next 13/15] net/mlx5e: psp: Make PSP steering config dynamic
 2026-07-15 14:42 UTC  (4+ messages)

[PATCH v2 0/4] mm/hmm: Clarify notifier retry state and scope HMM timeouts
 2026-07-15 14:42 UTC  (4+ messages)

[PATCH v2] mm/vmscan: clear hopeless kswapd when global direct reclaim makes progress
 2026-07-15 14:42 UTC  (4+ messages)

[PATCH v5 0/2] fs/proc/task_mmu: fix PAGEMAP_SCAN written state for PMD holes
 2026-07-15 14:42 UTC  (3+ messages)
` [PATCH v5 1/2] "
` [PATCH v5 2/2] selftests/mm: add PAGEMAP_SCAN test for THP "

[PATCH 0/7] target/ppc: PPC ISA 2.07 flag cleanup and updates
 2026-07-15 14:41 UTC  (3+ messages)
` [PATCH 6/7] target/ppc: Reorder PPC2 flags

[PATCH net-next 15/15] net/mlx5e: psp: Report PSP dev registration errors
 2026-07-15 14:42 UTC  (4+ messages)

[PATCH] ALSA: hda: cs35l41: validate and free ACPI mute object
 2026-07-15 14:40 UTC  (2+ messages)

[PATCH] wifi: mwifiex: validate HT/VHT capability and operation IE lengths
 2026-07-15 14:40 UTC  (2+ messages)

[PATCH 0/4] drm/i915/cdclk: Workaround some kind of scaler 2PPC issue
 2026-07-15 14:40 UTC  (2+ messages)
` ✓ i915.CI.BAT: success for "

[PATCH v2 0/6] Add audio support for QCS6490 RubikPi3
 2026-07-15 14:02 UTC  (2+ messages)
` [PATCH v2 6/6] arm64: dts: qcom: qcs6490-rubikpi3: Add audio support

[PATCH V5] i2c: qcom-geni: Add dynamic transfer timeout based on transfer length and frequency
 2026-07-15 11:45 UTC  (2+ messages)

[PATCH 0/7] refs: remove use of `the_repository`
 2026-07-15 14:38 UTC  (4+ messages)
` [PATCH v2 "

[PATCH v2 0/7] Import optee node from u-boot device trees
 2026-07-15 14:38 UTC  (3+ messages)
` [PATCH v2 3/7] arm: dts: st: "

[PATCH v2 1/4] rust: time: add jiffies conversion helpers to Delta
 2026-07-15 14:38 UTC  (6+ messages)

[PATCH 1/1] dt-bindings: media: i2c: Add Sony IMX678
 2026-07-15 14:38 UTC  (3+ messages)

[PATCH] rtla/timerlat_top: Fix on-threshold actions firing on signal
 2026-07-15 14:37 UTC  (2+ messages)

[PATCH] drm/amdgpu: Prefer default discovery offset
 2026-07-15 14:36 UTC  (2+ messages)

[PATCH 1/4] mm: vmpressure: scale sampling window with machine size
 2026-07-15 14:36 UTC  (4+ messages)
` [PATCH 2/4] selftests/proc: expand smaps field coverage and require TMPFS
` [PATCH 3/4] mm: vrealloc: grow vm_area mappings in place
` [PATCH 4/4] ceph: release unused cap reservation on readdir error

[meta-ti][scarthgap][PATCH] CI/CD Auto-Merger: cicd.scarthgap.202607150653
 2026-07-15 14:36 UTC  (2+ messages)

[PATCH 0/5] PCI: dwc: rcar-gen4: Add support for R-Car X5H PCIe4
 2026-07-15 14:36 UTC  (3+ messages)
` [PATCH 4/5] PCI: dwc: rcar-gen4: Handle PERST via reset subsystem

[PATCH] tracing/mmiotrace: fix resource leak on trace_pipe close
 2026-07-15 14:36 UTC 

[PATCH] net: selftests: fix typo in ip_defrag comment
 2026-07-15 14:35 UTC 

[PATCH v3 0/5] nfs: Modernize Direct I/O path
 2026-07-15 14:35 UTC  (6+ messages)
` [PATCH v3 1/5] nfs: make nfs_page pin-aware
` [PATCH v3 2/5] nfs: Track number of pinned pages in nfs_page
` [PATCH v3 3/5] nfs: Introduce nfs_release_request_list helper
` [PATCH v3 4/5] nfs: migrate direct I/O to iov_iter_extract_pages
` [PATCH v3 5/5] nfs: introduce nfs_direct_extract_pages helper

[PATCH 0/2] Support qcom,rpm-proc with smd-edge child and qcom,smd-rpm
 2026-07-15 14:30 UTC  (3+ messages)
` [PATCH 1/2] clk/stub: Support qcom,rpm-proc with smd-edge child
` [PATCH 2/2] clk/stub: Add qcom,smd-rpm compatible

[PATCH 0/4] Support reading has_se_clk_scheme from TCSR in phy-qcom-qusb2
 2026-07-15 13:37 UTC  (5+ messages)
` [PATCH 1/4] phy: phy-qcom-qusb2: Sort headers alphabetically
` [PATCH 2/4] phy: phy-qcom-qusb2: Support reading has_se_clk_scheme from TCSR
` [PATCH 3/4] configs: Enable SYSCON dependency for PHY_QCOM_QUSB2
` [PATCH 4/4] phy: phy-qcom-qusb2: Add MSM8953 SoC

[xinli-intel-fred-public:fred-kvm-v10 7/26] arch/x86/kvm/vmx/hyperv_evmcs.h:134:30: sparse: sparse: cast truncates bits from constant value (b028b becomes 28b)
 2026-07-15 14:34 UTC 

[PATCH v7 00/24] KVM: arm64: SMMUv3 driver for pKVM (trap and emulate)
 2026-07-15 14:34 UTC  (5+ messages)
` [PATCH v7 01/24] KVM: arm64: Add a generic clock

[PATCH v2] HID: mcp2221: validate raw report length
 2026-07-15 14:34 UTC  (2+ messages)

man/man8/ldconfig.8: document system-wide tunables
 2026-07-15 14:33 UTC  (2+ messages)

amd_halo_led: writing 0 to brightness bounces to max and clears multi_intensity
 2026-07-15 14:33 UTC  (2+ messages)

[PATCH 2/5] HID: multitouch: Fix stale MT slots when contact count drops to zero
 2026-07-15 14:33 UTC  (2+ messages)

[PATCH v2 00/32] clk: mediatek: remove the dedicated clock gate driver
 2026-07-15 14:29 UTC  (19+ messages)
` [PATCH v2 15/32] clk: mediatek: mt7988: deduplicate clock gate drivers
` [PATCH v2 16/32] clk: mediatek: mt7988: use driver data to store the clock tree
` [PATCH v2 17/32] clk: mediatek: mt8183: deduplicate clock gate drivers
` [PATCH v2 18/32] clk: mediatek: mt8183: use driver data to store the clock tree
` [PATCH v2 19/32] clk: mediatek: mt8516: deduplicate clock gate drivers
` [PATCH v2 20/32] clk: mediatek: mt8516: use driver data to store the clock tree
` [PATCH v2 21/32] clk: mediatek: mt8518: deduplicate clock gate drivers
` [PATCH v2 22/32] clk: mediatek: mt8518: use driver data to store the clock tree
` [PATCH v2 23/32] clk: mediatek: mt8195: deduplicate clock gate drivers
` [PATCH v2 24/32] clk: mediatek: mt8195: use driver data to store the clock tree
` [PATCH v2 25/32] clk: mediatek: mt8365: deduplicate clock gate drivers
` [PATCH v2 26/32] clk: mediatek: mt8365: use driver data to store the clock tree
` [PATCH v2 27/32] clk: mediatek: mt8512: deduplicate clock gate drivers
` [PATCH v2 28/32] clk: mediatek: mt8512: use driver data to store the clock tree
` [PATCH v2 29/32] clk: mediatek: mt8189: deduplicate clock gate drivers
` [PATCH v2 30/32] clk: mediatek: mt8189: use driver data to store the clock tree
` [PATCH v2 31/32] clk: mediatek: remove the dedicated clock gate code path
` [PATCH v2 32/32] clk: mediatek: get the clock tree from the driver data in mtk_common_clk_init

[PATCH 0/2] hv: vmbus: Small cleanups
 2026-07-15 14:32 UTC  (4+ messages)
` [PATCH 1/2] hv: vmbus: Replace lockdep_hardirq_threaded() with lockdep annotation
    `  "

[PATCH] mv: report missing destination leading directory
 2026-07-15 14:32 UTC 

kernel BUG at mm/slub.c:634 (kfree) when unbinding device from iwlwifi
 2026-07-15 14:32 UTC 

[PATCH] x86/atomic: Add arch_atomic_not()
 2026-07-15 14:30 UTC  (2+ messages)

[PATCH v15 00/37] arm64: Support for Arm CCA in KVM
 2026-07-15 14:28 UTC  (16+ messages)
` [PATCH v15 23/37] KVM: arm64: CCA: Handle realm vCPU load
` [PATCH v15 24/37] KVM: arm64: CCA: Validate register access for Realm VMs
` [PATCH v15 25/37] KVM: arm64: CCA: Handle Realm PSCI requests
` [PATCH v15 26/37] KVM: arm64: WARN on injected undef exceptions
` [PATCH v15 27/37] KVM: arm64: CCA: Allow userspace to inject aborts
` [PATCH v15 28/37] KVM: arm64: CCA: Support RSI_HOST_CALL
` [PATCH v15 29/37] KVM: arm64: CCA: Allow checking SVE on VM instance
` [PATCH v15 30/37] KVM: arm64: CCA: Prevent Device mappings for realms
` [PATCH v15 31/37] KVM: arm64: CCA: Propagate breakpoint and watchpoint counts to userspace
` [PATCH v15 32/37] KVM: arm64: CCA: Set breakpoint parameters through SET_ONE_REG
` [PATCH v15 33/37] KVM: arm64: CCA: Propagate max SVE vector length from the RMM
` [PATCH v15 34/37] KVM: arm64: CCA: Configure max SVE vector length for a Realm
` [PATCH v15 35/37] KVM: arm64: CCA: Provide register list for unfinalized RECs
` [PATCH v15 36/37] KVM: arm64: CCA: Provide an accurate register list
` [PATCH v15 37/37] KVM: arm64: CCA: Enable realms to be created

[agd5f:drm-next 155/155] Warning: drivers/gpu/drm/amd/amdgpu/amdgpu_mes.c:1087 function parameter 'mes' not described in 'amdgpu_mes_alloc_gang_ctx_index'
 2026-07-15 14:30 UTC 

[PATCH] ARM: dts: aspeed-g6: add pcie-lpc and pcie-kcs4
 2026-07-15 14:31 UTC  (2+ messages)

[PATCH rdma-next v2 00/14] RDMA: Make device names unique per net namespace
 2026-07-15 14:30 UTC  (9+ messages)
` [PATCH rdma-next v2 03/14] RDMA/core: Support renaming a device when changing its "
` [PATCH rdma-next v2 06/14] net/smc: Look up the pnetid ib device within the "
` [PATCH rdma-next v2 11/14] RDMA/core: Make device names unique per "
` [PATCH rdma-next v2 14/14] RDMA/selftests: Add rxe_netns_names test


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.