All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-06-25 18:23:26 to 2024-06-25 19:29:02 UTC [more...]

[PATCH] drm/nouveau/dispnv04: fix null pointer dereference in nv17_tv_get_ld_modes
 2024-06-25 19:11 UTC  (2+ messages)

[PATCH] drm/nouveau/dispnv04: fix null pointer dereference in nv17_tv_get_hd_modes
 2024-06-25 19:11 UTC  (2+ messages)

[ANN] U-Boot v2024.07-rc5 released
 2024-06-25 19:20 UTC  (4+ messages)

[PATCH v2] cpupower: Make help command available for custom install dir
 2024-06-25 19:29 UTC  (2+ messages)

[PATCH 0/2] PF: Trigger explicit FLR while disabling VFs
 2024-06-25 19:28 UTC  (6+ messages)
` [PATCH 1/2] drm/xe/pf: "
` ✗ CI.FULL: failure for PF: "

[PATCH RFC v2] drm/msm/dpu: Configure DP INTF/PHY selector
 2024-06-25 19:28 UTC  (4+ messages)

[PATCH v2 00/13] target/arm: AdvSIMD conversion, part 2
 2024-06-25 18:35 UTC  (12+ messages)
` [PATCH v2 01/13] target/arm: Fix VCMLA Dd, Dn, Dm[idx]
` [PATCH v2 03/13] target/arm: Fix FJCVTZS vs flush-to-zero
` [PATCH v2 04/13] target/arm: Convert SQRDMLAH, SQRDMLSH to decodetree
` [PATCH v2 05/13] target/arm: Convert SDOT, UDOT "
` [PATCH v2 06/13] target/arm: Convert SUDOT, USDOT "
` [PATCH v2 07/13] target/arm: Convert BFDOT "
` [PATCH v2 08/13] target/arm: Convert BFMLALB, BFMLALT "
` [PATCH v2 09/13] target/arm: Convert BFMMLA, SMMLA, UMMLA, USMMLA "
` [PATCH v2 10/13] target/arm: Add data argument to do_fp3_vector
` [PATCH v2 11/13] target/arm: Convert FCADD to decodetree
` [PATCH v2 13/13] target/arm: Delete dead code from disas_simd_indexed

[PATCH v3 1/6] net/fm10k: add missing vector API header include
 2024-06-25 19:27 UTC  (4+ messages)
` [PATCH v4 00/13] Optionally have rte_memcpy delegate to compiler memcpy

[PATCH 0/3] man-pages: add documentation for statmount/listmount
 2024-06-25 19:27 UTC  (5+ messages)
` [PATCH 1/3] statx.2: Document STATX_MNT_ID_UNIQUE
` [PATCH 2/3] statmount.2: New page describing the statmount syscall
` [PATCH 3/3] listmount.2: New page describing the listmount syscall

[syzbot] [bcachefs?] KASAN: slab-use-after-free Read in bch2_sb_errors_from_cpu
 2024-06-25 19:27 UTC 

[PATCH v5 1/2] dt-bindings: iio: light: ROHM BH1745
 2024-06-25 19:25 UTC  (4+ messages)
` [PATCH v5 2/2] iio: light: ROHM BH1745 colour sensor

+ mm-migrate-folio_ref_freeze-under-xas_lock_irq.patch added to mm-unstable branch
 2024-06-25 19:23 UTC 

[PATCH mm-unstable] mm: migrate: folio_ref_freeze() under xas_lock_irq()
 2024-06-25 19:23 UTC  (3+ messages)

[PATCH] drm/amdkfd: Use device based logging for errors
 2024-06-25 19:22 UTC  (2+ messages)

[XEN PATCH v3 00/16] xen: address violation of MISRA C:2012 Directive 4.10
 2024-06-25 19:17 UTC  (13+ messages)
` [XEN PATCH v3 03/16] misra: add deviations for direct inclusion guards

[GSoC][PATCH] t: migrate helper/test-oidmap.c to unit-tests/t-oidmap.c
 2024-06-25 19:16 UTC  (4+ messages)

[PATCH net] bna: adjust 'name' buf size of bna_tcb and bna_ccb structures
 2024-06-25 19:14 UTC 

[RFC PATCH v3 0/5] Implement ARM PL011 in Rust
 2024-06-25 19:15 UTC  (5+ messages)
` [RFC PATCH v3 5/5] DO NOT MERGE: replace TYPE_PL011 with x-pl011-rust in arm virt machine

[PATCH] package.bbclass: Add Requires.private field in package_do_pkgconfig()
 2024-06-25 19:15 UTC 

[PATCH v1 0/2] eMMC RST_N support on BlueField-2 SoC
 2024-06-25 19:13 UTC  (4+ messages)
` [PATCH v1 2/2] dw_mmc-bluefield: add hw_reset() support

[syzbot] [bcachefs?] KASAN: slab-use-after-free Read in bch2_sb_errors_from_cpu
 2024-06-25 19:13 UTC  (2+ messages)
` [syzbot] "

[PATCH] drm/xe/irq: remove xe_irq_shutdown
 2024-06-25 19:13 UTC  (5+ messages)
` ✓ CI.Build: success for drm/xe/irq: remove xe_irq_shutdown (rev3)
` ✓ CI.Hooks: "
` ✓ CI.checksparse: "
` ✓ CI.BAT: "

[PATCH v2 00/15] Avoid MAP_FIXED gap exposure
 2024-06-25 19:11 UTC  (15+ messages)
` [PATCH v2 01/15] mm/mmap: Correctly position vma_iterator in __split_vma()
` [PATCH v2 02/15] mm/mmap: Introduce abort_munmap_vmas()
` [PATCH v2 03/15] mm/mmap: Introduce vmi_complete_munmap_vmas()
` [PATCH v2 04/15] mm/mmap: Extract the gathering of vmas from do_vmi_align_munmap()
` [PATCH v2 05/15] mm/mmap: Introduce vma_munmap_struct for use in munmap operations
` [PATCH v2 06/15] mm/mmap: Change munmap to use vma_munmap_struct() for accounting and surrounding vmas
` [PATCH v2 07/15] mm/mmap: Extract validate_mm() from vma_complete()
` [PATCH v2 08/15] mm/mmap: Inline munmap operation in mmap_region()
` [PATCH v2 09/15] mm/mmap: Expand mmap_region() munmap call
` [PATCH v2 10/15] mm/mmap: Reposition vma iterator in mmap_region()
` [PATCH v2 11/15] mm/mmap: Track start and end of munmap in vma_munmap_struct
` [PATCH v2 12/15] mm/mmap: Avoid zeroing vma tree in mmap_region()
` [PATCH v2 14/15] mm/mmap: Use vms accounted pages "
` [PATCH v2 15/15] mm/mmap: Move may_expand_vm() check "

[PATCH] drm/xe: Get hwe domain specific FW to read RING_TIMESTAMP
 2024-06-25 19:12 UTC  (2+ messages)
` ✗ CI.FULL: failure for "

workaround for buggy GNU df
 2024-06-25 19:12 UTC  (3+ messages)

[PATCH] include: move typeof_strip_qual to compiler.h, use it in QAPI_LIST_LENGTH()
 2024-06-25 18:31 UTC  (2+ messages)

FAILED: patch "[PATCH] ima: Avoid blocking in RCU read-side critical section" failed to apply to 6.6-stable tree
 2024-06-25 19:09 UTC  (4+ messages)

[PATCH 00/12] uprobes: add batched register/unregister APIs and per-CPU RW semaphore
 2024-06-25 19:07 UTC  (6+ messages)
` [PATCH 02/12] uprobes: grab write mmap lock in unapply_uprobe()

[PATCH 5.10 000/770] 5.10.220-rc1 review
 2024-06-25 19:08 UTC  (6+ messages)

[PATCH v2 0/2] RISC-V: hwprobe: Misaligned scalar perf fix and rename
 2024-06-25 19:08 UTC  (8+ messages)
` [PATCH v2 2/2] RISC-V: hwprobe: Add SCALAR to misaligned perf defines

[PATCH V3 00/10] perf tools: Fix test "perf probe of function from different CU"
 2024-06-25 19:08 UTC  (5+ messages)
` [PATCH V3 10/10] perf test: Check output of the probe ... --funcs command

+ selftests-damon-damon_nr_regions-test-online-tuned-max_nr_regions.patch added to mm-unstable branch
 2024-06-25 19:08 UTC 

+ _damon_sysfs-implement-commit-for-online-parameters-update.patch added to mm-unstable branch
 2024-06-25 19:08 UTC 

+ selftests-damon-implement-test-for-min-max_nr_regions.patch added to mm-unstable branch
 2024-06-25 19:08 UTC 

+ selftests-damon-_damon_sysfs-implement-kdamonds-stop-function.patch added to mm-unstable branch
 2024-06-25 19:08 UTC 

+ selftests-damon-implement-damos-tried-regions-test.patch added to mm-unstable branch
 2024-06-25 19:08 UTC 

+ selftests-damon-implement-a-program-for-even-numbered-memory-regions-access.patch added to mm-unstable branch
 2024-06-25 19:08 UTC 

+ selftests-damon-_damon_sysfs-support-schemes_update_tried_regions.patch added to mm-unstable branch
 2024-06-25 19:08 UTC 

+ selftests-damon-access_memory-use-user-defined-region-size.patch added to mm-unstable branch
 2024-06-25 19:08 UTC 

[PATCH for-4.20 0/6] xen: Rework for_each_set_bit()
 2024-06-25 19:07 UTC  (7+ messages)
` [PATCH 1/6] x86/vmx: Rewrite vmx_sync_pir_to_irr() to be more efficient
` [PATCH 2/6] xen/bitops: Rename for_each_set_bit() to bitmap_for_each()
` [PATCH for-4.19? 3/6] xen/macros: Introduce BUILD_ERROR()
` [PATCH 4/6] xen/bitops: Introduce for_each_set_bit()
` [PATCH 5/6] ARM/vgic: Use for_each_set_bit() in vgic_set_irqs_pending()
` [PATCH 6/6] x86/xstate: Switch back to for_each_set_bit()

[PATCH v2 0/2] Makefile: rust-analyzer better error handling, documentation
 2024-06-25 19:00 UTC  (5+ messages)
` [PATCH v2 1/2] Makefile: rust-analyzer target: better error handling
` [PATCH v2 2/2] Makefile: improve comment documentation for the rust-analyzer target

[PATCH 1/3] x86: mm: disable KMSAN instrumentation for physaddr.c
 2024-06-25 19:06 UTC  (5+ messages)
` [PATCH 2/3] lib/Kconfig.debug: disable LOCK_DEBUGGING_SUPPORT under KMSAN

[net-next,PATCH] dt-bindings: net: realtek,rtl82xx: Document known PHY IDs as compatible strings
 2024-06-25 18:44 UTC  (7+ messages)

[net-next,PATCH v2] dt-bindings: net: realtek,rtl82xx: Document known PHY IDs as compatible strings
 2024-06-25 19:05 UTC  (2+ messages)

[PATCH 0/4] mm/filemap: Limit page cache size to that supported by xarray
 2024-06-25 19:05 UTC  (13+ messages)
` [PATCH 1/4] mm/filemap: Make MAX_PAGECACHE_ORDER acceptable to xarray
` [PATCH 2/4] mm/filemap: Skip to allocate PMD-sized folios if needed
` [PATCH 3/4] mm/readahead: Limit page cache size in page_cache_ra_order()
` [PATCH 4/4] mm/shmem: Disable PMD-sized page cache if needed

[Buildroot] [PATCH] boot/xilinx-prebuilt: support custom boards using XSA
 2024-06-25 19:04 UTC 

[PATCH v2 0/2] Update highest frequency of a CPU after boot
 2024-06-25 19:04 UTC  (2+ messages)

[PATCH v2 4/8] taint: Add TAINT_FWCTL
 2024-06-25 19:03 UTC  (2+ messages)

[PATCH 6.9 000/281] 6.9.6-rc1 review
 2024-06-25 19:02 UTC  (9+ messages)
` [PATCH 6.9 073/281] drm/xe: Use ordered WQ for G2H handler

[RFC PATCH v3 0/7] Add virtio_rtc module and related changes
 2024-06-25 19:01 UTC  (6+ messages)
        ` [RFC PATCH v2] ptp: Add vDSO-style vmclock support

[PATCH] cpufreq: intel_pstate: Replace boot_cpu_has()
 2024-06-25 19:01 UTC  (2+ messages)

RAID-10 near vs. RAID-1
 2024-06-25 19:00 UTC  (4+ messages)

[PATCH v2] target/riscv: Add support for machine specific pmu's events
 2024-06-25 18:18 UTC  (2+ messages)

[PATCH i-g-t 0/6] lib: igt_fb/rendercopy fixes/cleanups
 2024-06-25 18:55 UTC  (3+ messages)
` ✓ CI.xeBAT: success for "
` ✗ Fi.CI.BAT: failure "

[PATCH 1/4] arm64: dts: ti: k3-am62a: Enable AUDIO_REFCLKx
 2024-06-25 18:54 UTC  (4+ messages)
` [PATCH 2/4] arm64: dts: ti: Add am62x-phyboard-lyra carrier board
` [PATCH 3/4] dt-bindings: arm: ti: Add bindings for PHYTEC AM62Ax based hardware
` [PATCH 4/4] arm64: dts: ti: Add basic support for phyBOARD-Lyra-AM62Ax

[PATCH v2 0/2] Clean up barriers
 2024-06-25 18:54 UTC  (3+ messages)
` [PATCH v2 1/2] drm/msm/adreno: De-spaghettify the use of memory barriers
` [PATCH v2 2/2] Revert "drm/msm/a6xx: Poll for GBIF unhalt status in hw_init"

[PATCH 0/2] cpupower: Add 'uninstall' targers for arch-related debug subprojects
 2024-06-25 18:53 UTC  (3+ messages)
` [PATCH 1/2] cpupower: Add 'uninstall' target for 'debug/i386' subproject
` [PATCH 2/2] cpupower: Add 'uninstall' target for 'debug/x86_64' subproject

[PATCH v3 0/3] MCTP over PCC
 2024-06-25 18:53 UTC  (4+ messages)
` [PATCH v3 1/3] mctp pcc: Check before sending MCTP PCC response ACK
` [PATCH v3 2/3] mctp pcc: Allow PCC Data Type in MCTP resource
` [PATCH v3 3/3] mctp pcc: Implement MCTP over PCC Transport

[PATCHv2] gobject-introspection: split tools and giscanner into a separate package
 2024-06-25 18:50 UTC 

Patchwork summary for: spi-devel-general
 2024-06-25 18:50 UTC 

[Intel-wired-lan] [PATCH iwl-net v5] i40e: fix: remove needless retries of NVM update
 2024-06-25 18:49 UTC  (2+ messages)
`  "

[PATCH net-next v4 0/7] net: pse-pd: Add new PSE c33 features
 2024-06-25 18:49 UTC  (3+ messages)
` [PATCH net-next v4 4/7] net: pse-pd: Add new power limit get and set "

[PATCH nf-next 00/11] netfilter: nf_tables: reduce transaction log memory usage
 2024-06-25 18:49 UTC  (5+ messages)
` [PATCH nf-next 02/11] netfilter: nf_tables: move bind list_head into relevant subtypes

[PATCH v6 0/7] MediaTek DVFSRC Bus Bandwidth and Regulator knobs
 2024-06-25 18:47 UTC  (2+ messages)
` (subset) "

[PATCH v2 0/2] spi: add devm_spi_optimize_message() helper
 2024-06-25 18:46 UTC  (2+ messages)
` (subset) "

[V4 00/16] Add data type profiling support for powerpc
 2024-06-25 18:45 UTC  (11+ messages)
` [V4 03/16] tools/perf: Add support to capture and parse raw instruction in powerpc using dso__data_read_offset utility
` [V4 05/16] tools/perf: Add disasm_line__parse to parse raw instruction for powerpc

[PATCH v5 0/4] wifi: ath12k: Factory test mode support
 2024-06-25 18:44 UTC  (9+ messages)
` [PATCH v5 1/4] wifi: ath: create common testmode_i.h file for ath drivers
` [PATCH v5 2/4] wifi: ath12k: export ath12k_wmi_tlv_hdr for testmode
` [PATCH v5 3/4] wifi: ath12k: add factory test mode support
` [PATCH v5 4/4] wifi: ath12k: Fill pdev id for fw test cmd

[PATCH v2 0/4] iommu: Remove iommu_fwspec ops
 2024-06-25 18:44 UTC  (4+ messages)
` [PATCH v2 3/4] OF: Simplify of_iommu_configure()

[RFC PATCH net-next] ionic: convert Rx queue buffers to use page_pool
 2024-06-25 18:43 UTC  (4+ messages)

[PATCH v4 0/7] Refactor perf python module build
 2024-06-25 18:42 UTC  (8+ messages)
` [PATCH v4 1/7] perf build: Add '*.a' to clean targets
` [PATCH v4 2/7] perf ui: Make ui its own library
` [PATCH v4 3/7] perf pmu-events: Make pmu-events a library
` [PATCH v4 4/7] perf test: Make tests its own library
` [PATCH v4 5/7] perf bench: Make bench "
` [PATCH v4 6/7] perf util: Make util "
` [PATCH v4 7/7] perf python: Switch module to linking libraries from building source

[PATCH v2] serial: imx: ensure RTS signal is not left active after shutdown
 2024-06-25 18:42 UTC 

[PATCH] virtio-pci: PCI extended capabilities for virtio
 2024-06-25 18:39 UTC 

+ mm-shmem-disable-pmd-sized-page-cache-if-needed.patch added to mm-unstable branch
 2024-06-25 18:41 UTC 

+ mm-readahead-limit-page-cache-size-in-page_cache_ra_order.patch added to mm-unstable branch
 2024-06-25 18:41 UTC 

+ mm-filemap-skip-to-allocate-pmd-sized-folios-if-needed.patch added to mm-unstable branch
 2024-06-25 18:41 UTC 

+ mm-filemap-make-max_pagecache_order-acceptable-to-xarray.patch added to mm-unstable branch
 2024-06-25 18:41 UTC 

[PATCH] bcachefs: Fix shift-out-of-bounds in bch2_blacklist_entries_gc
 2024-06-25 18:41 UTC 

[OE-core][PATCH v2 0/7] Add SPDX 3.0 support
 2024-06-25 18:40 UTC  (4+ messages)
` [OE-core][PATCH v4 00/10] "
  ` [OE-core][PATCH v4 03/10] classes/create-spdx-3.0: Add classes

[OE-core] [PATCH] gobject-introspection: split tools and giscanner into a separate package
 2024-06-25 18:41 UTC  (2+ messages)
`  "

[PATCH 1/2] spi: spi-imx: Pass pm_ptr()
 2024-06-25 18:39 UTC  (2+ messages)
` [PATCH 2/2] spi: spi-fsl-lpspi: "

[net PATCH v2 0/7] octeontx2-af: Fix klockwork issues in AF driver
 2024-06-25 18:37 UTC  (3+ messages)
` [net PATCH 2/7] octeontx2-af: Fix klockwork issues in mcs_rvu_if.c

[PATCH] dm cache metadata: remove unused struct 'thunk'
 2024-06-25 18:37 UTC  (2+ messages)

[PATCH] drm/amd: Add some missing register definitions
 2024-06-25 18:34 UTC  (2+ messages)

Local git server can't serve https until repos owned by http, can't serve ssh unless repos owned by user after 2.45.1
 2024-06-25 18:34 UTC  (6+ messages)

[PATCH net-next v4 00/10] net: openvswitch: Add sample multicasting
 2024-06-25 18:32 UTC  (4+ messages)
` [PATCH net-next v4 04/10] net: psample: allow using rate as probability

[PATCH v2] enic: add ethtool get_channel support
 2024-06-25 18:11 UTC  (3+ messages)

[OE-core][Patch v1] devicetree.bbclass: fix setting S
 2024-06-25 18:30 UTC 

arch/x86/include/asm/cmpxchg_32.h:149:9: error: inline assembly requires more registers than available
 2024-06-25 18:31 UTC  (11+ messages)

+ readahead-simplify-gotos-in-page_cache_sync_ra.patch added to mm-unstable branch
 2024-06-25 18:29 UTC 

+ readahead-fold-try_context_readahead-into-its-single-caller.patch added to mm-unstable branch
 2024-06-25 18:29 UTC 

+ readahead-disentangle-async-and-sync-readahead.patch added to mm-unstable branch
 2024-06-25 18:29 UTC 

+ readahead-drop-dead-code-in-ondemand_readahead.patch added to mm-unstable branch
 2024-06-25 18:29 UTC 

[OE-core] [PATCH] gobject-introspection: split tools and giscanner into a separate package
 2024-06-25 18:29 UTC  (2+ messages)
`  "

+ readahead-drop-dead-code-in-page_cache_ra_order.patch added to mm-unstable branch
 2024-06-25 18:29 UTC 

+ readahead-drop-index-argument-of-page_cache_async_readahead.patch added to mm-unstable branch
 2024-06-25 18:29 UTC 

+ readahead-drop-pointless-index-from-force_page_cache_ra.patch added to mm-unstable branch
 2024-06-25 18:29 UTC 

+ readahead-properly-shorten-readahead-when-falling-back-to-do_page_cache_ra.patch added to mm-unstable branch
 2024-06-25 18:29 UTC 

+ filemap-fix-page_cache_next_miss-when-no-hole-found.patch added to mm-unstable branch
 2024-06-25 18:29 UTC 

+ readahead-make-sure-sync-readahead-reads-needed-page.patch added to mm-unstable branch
 2024-06-25 18:29 UTC 

[PATCH v5 0/2] cxl: Region bandwidth calculation for targets with shared upstream link
 2024-06-25 18:29 UTC  (2+ messages)

[PATCH xfs v2 0/2] Separate xfs_log_vec/iovec to save memory
 2024-06-25 18:28 UTC  (3+ messages)
` [PATCH xfs v2 1/2] xfs: add xfs_log_vec_cache for separate xfs_log_vec/xfs_log_iovec
` [PATCH xfs v2 2/2] xfs: make xfs_log_iovec independent from xfs_log_vec and free it early

[PATCH for-4.19?] Config.mk: update MiniOS commit
 2024-06-25 18:28 UTC  (2+ messages)

arm64/for-kernelci build: 1 build: 0 failed, 1 passed (v6.10-rc5-51-gb4a3f9b4863ad)
 2024-06-25 18:28 UTC 

[PATCH v4 0/5] Add SMEM-based speedbin matching
 2024-06-25 18:28 UTC  (6+ messages)
` [PATCH v4 1/5] drm/msm/adreno: Implement SMEM-based speed bin
` [PATCH v4 2/5] drm/msm/adreno: Add speedbin data for SM8550 / A740
` [PATCH v4 3/5] drm/msm/adreno: Define A530 speed bins explicitly
` [PATCH v4 4/5] drm/msm/adreno: Redo the speedbin assignment
` [PATCH v4 5/5] arm64: dts: qcom: sm8550: Wire up GPU speed bin & more OPPs

[PATCH 1/2] spi: spi-imx: Switch to RUNTIME_PM_OPS/SYSTEM_SLEEP_PM_OPS()
 2024-06-25 18:28 UTC  (4+ messages)

[PATCH] cpumask: Switch from inline to __always_inline
 2024-06-25 18:27 UTC  (2+ messages)

[PATCH for-4.19? v13 0/10] Enable build of full Xen for RISC-V
 2024-06-25 18:26 UTC  (4+ messages)
` [PATCH v13 09/10] xen/riscv: introduce ANDN_INSN

next/master build: 181 builds: 3 failed, 178 passed, 4 errors, 10376 warnings (next-20240625)
 2024-06-25 18:25 UTC 

next/master build: 181 builds: 3 failed, 178 passed, 4 errors, 10376 warnings (next-20240625)
 2024-06-25 18:25 UTC 

[PATCH v2 0/5] Add AP6275P wireless support
 2024-06-25 18:23 UTC  (3+ messages)
` [PATCH v2 5/5] dt-bindings: net: wireless: brcm4329-fmac: add pci14e4,449d


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.