All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-10-21 21:59:32 to 2024-10-21 23:02:27 UTC [more...]

[PATCH bpf v2 0/7] Misc fixes for bpf
 2024-10-21 23:02 UTC  (4+ messages)
` [PATCH bpf v2 2/7] bpf: Add assertion for the size of bpf_link_type_strs[]

[PATCH] drm/xe: Don't restart parallel queues multiple times on GT reset
 2024-10-21 23:01 UTC  (9+ messages)
` ✓ CI.Patch_applied: success for "
` ✓ CI.checkpatch: "
` ✓ CI.KUnit: "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✓ CI.checksparse: "
` ✓ CI.BAT: "

[RFC v4 0/2] Add support for time DT property in TCPM
 2024-10-21 23:01 UTC  (2+ messages)

[PATCH] 9p: Avoid creating multiple slab caches with the same name
 2024-10-21 23:00 UTC  (11+ messages)

[syzbot] [bcachefs?] kernel BUG in bch2_journal_key_insert_take
 2024-10-21 22:58 UTC 

[PATCH] gsupplicant: fix ASAN issue
 2024-10-21 22:57 UTC 

[Intel-wired-lan] [PATCH 0/2] Fixes in igbvf driver
 2024-10-21 22:57 UTC  (8+ messages)
` [Intel-wired-lan] [PATCH 2/2] igbvf: remove unused spinlock

[PATCH 00/10] Clean up some x86/mce code
 2024-10-21 22:57 UTC  (13+ messages)
` [PATCH v2 00/10] x86/mce: "
  ` [PATCH v2 06/10] x86/mce: Convert multiple if () statements into a switch() statement

[RFC PATCH 00/21] Modernize the build system
 2024-10-21 22:56 UTC  (6+ messages)
` [RFC PATCH v3 00/15] "

linus-next: improving functional testing for to-be-merged pull requests
 2024-10-21 22:56 UTC  (4+ messages)

[Bug 217599] New: Adaptec 71605z hangs with aacraid: Host adapter abort request after update to linux 6.4.0
 2024-10-21 22:56 UTC  (2+ messages)
` [Bug 217599] "

Question about `git gc` locking files
 2024-10-21 22:55 UTC 

[PATCH bpf-next v1 0/4] Retire test_sock.c
 2024-10-21 22:54 UTC  (4+ messages)
` [PATCH bpf-next v1 1/4] selftests/bpf: Migrate *_POST_BIND test cases to prog_tests

[PATCH 00/13] drm/i915/dmc_wl: Fixes and enablement for Xe3_LPD
 2024-10-21 22:54 UTC  (16+ messages)
` [PATCH 01/13] drm/xe: Mimic i915 behavior for non-sleeping MMIO wait
` [PATCH 02/13] drm/i915/dmc_wl: Use non-sleeping variant of "
` [PATCH 03/13] drm/i915/dmc_wl: Check for non-zero refcount in release work
` [PATCH 04/13] drm/i915/dmc_wl: Get wakelock when disabling dynamic DC states
` [PATCH 05/13] drm/i915/dmc_wl: Use sentinel item for range tables
` [PATCH 06/13] drm/i915/dmc_wl: Extract intel_dmc_wl_addr_in_range()
` [PATCH 07/13] drm/i915/dmc_wl: Check ranges specific to DC states
` [PATCH 08/13] drm/i915/dmc_wl: Allow simpler syntax for single reg in range tables
` [PATCH 09/13] drm/i915/dmc_wl: Deal with existing references when disabling
` [PATCH 10/13] drm/i915/dmc_wl: Couple enable/disable with dynamic DC states
` [PATCH 11/13] drm/i915/dmc_wl: Add and use HAS_DMC_WAKELOCK()
` [PATCH 12/13] drm/i915/dmc_wl: Sanitize enable_dmc_wl according to hardware support
` [PATCH 13/13] drm/i915/xe3lpd: Use DMC wakelock by default
` ✗ Fi.CI.CHECKPATCH: warning for drm/i915/dmc_wl: Fixes and enablement for Xe3_LPD
` ✗ Fi.CI.SPARSE: "

[PATCH v4 0/3] iommu/arm-smmu-v3: Parse out event records
 2024-10-21 22:53 UTC  (8+ messages)
` [PATCH v4 2/3] iommu/arm-smmu-v3: Log better "

[PATCH] drm/xe: Take ref to job's fence in arm
 2024-10-21 22:52 UTC  (2+ messages)
` ✗ CI.FULL: failure for "

[PATCH] KVM: selftests: Fix build on on non-x86 architectures
 2024-10-21 22:50 UTC  (2+ messages)

[PATCH 0/7] DTS external DPDK build
 2024-10-21 22:46 UTC  (11+ messages)
` [PATCH v2 "
` [PATCH v3 "
  ` [PATCH v3 1/7] dts: rename build target to "
  ` [PATCH v3 2/7] dts: enforce one dpdk build per test run
  ` [PATCH v3 3/7] dts: change remote and local paths objects
  ` [PATCH v3 4/7] dts: enable copying directories to and from nodes
  ` [PATCH v3 5/7] dts: add support for externally compiled DPDK
  ` [PATCH v3 6/7] doc: update argument options for external DPDK build
  ` [PATCH v3 7/7] dts: remove git ref option

[PATCH v2 00/12] thermal: core: Fixes and cleanups, mostly related to thermal zone init and exit
 2024-10-21 22:45 UTC  (28+ messages)
` [PATCH v2 01/12] thermal: core: Initialize thermal zones before registering them
` [PATCH v2 02/12] thermal: core: Rearrange PM notification code
` [PATCH v2 03/12] thermal: core: Represent suspend-related thermal zone flags as bits
` [PATCH v2 04/12] thermal: core: Mark thermal zones as initializing to start with
` [PATCH v2 05/12] thermal: core: Fix race between zone registration and system suspend
` [PATCH v2 06/12] thermal: core: Consolidate thermal zone locking during initialization
` [PATCH v2 07/12] thermal: core: Mark thermal zones as exiting before unregistration
` [PATCH v2 08/12] thermal: core: Consolidate thermal zone locking in the exit path
` [PATCH v2 09/12] thermal: core: Update thermal zones after cooling device binding
` [PATCH v2 10/12] thermal: core: Drop need_update field from struct thermal_zone_device
` [PATCH v2 11/12] thermal: core: Move lists of thermal instances to trip descriptors
` [PATCH v2 12/12] thermal: core: Pass trip descriptors to trip bind/unbind functions

[syzbot] [xfs?] INFO: task hung in xfs_ail_push_all_sync (2)
 2024-10-21 22:44 UTC  (4+ messages)

[PATCH v4 0/6] Add AutoFDO and Propeller support for Clang build
 2024-10-21 22:43 UTC  (4+ messages)
` [PATCH v4 1/6] Add AutoFDO "

[xen-unstable-smoke test] 188314: tolerable all pass - PUSHED
 2024-10-21 22:43 UTC 

[PATCH v2 0/1] FOR-CI: drm/i915/guc: Move destroy context at end of reset prepare
 2024-10-21 22:43 UTC  (2+ messages)
` [PATCH v2 1/1] "

[RFC][PATCH] getname_maybe_null() - the third variant of pathname copy-in
 2024-10-21 22:43 UTC  (11+ messages)

[PATCH v4 0/4] drm/xe/vf: Post-migration recovery worker basis
 2024-10-21 22:42 UTC  (4+ messages)
` [PATCH v4 2/4] drm/xe/vf: Send RESFIX_DONE message at end of VF restore

[PATCH 5.15 00/82] 5.15.169-rc1 review
 2024-10-21 22:41 UTC  (2+ messages)

Patchwork summary for: spi-devel-general
 2024-10-21 22:40 UTC 

[PATCH v1 00/73] Provide flow filter API and statistics
 2024-10-21 21:05 UTC  (14+ messages)
` [PATCH v1 34/73] net/ntnic: add flm rcp module
` [PATCH v1 58/73] net/ntnic: add tsm module
` [PATCH v1 59/73] net/ntnic: add STA module
` [PATCH v1 60/73] net/ntnic: add TSM module
` [PATCH v1 61/73] net/ntnic: add xstats
` [PATCH v1 62/73] net/ntnic: added flow statistics
` [PATCH v1 63/73] net/ntnic: add scrub registers
` [PATCH v1 64/73] net/ntnic: update documentation
` [PATCH v1 65/73] net/ntnic: added flow aged APIs
` [PATCH v1 66/73] net/ntnic: add aged API to the inline profile
` [PATCH v1 67/73] net/ntnic: add info and configure flow API
` [PATCH v1 70/73] net/ntnic: add age documentation
` [PATCH v1 71/73] net/ntnic: add meter API

[PATCH 6.1 00/91] 6.1.114-rc1 review
 2024-10-21 22:36 UTC  (2+ messages)

[Intel-wired-lan] [PATCH intel-next] ice: Add support for persistent NAPI config
 2024-10-21 22:35 UTC  (2+ messages)
`  "

[PATCH 00/18] GPU debug support (eudebug) v2
 2024-10-21 22:34 UTC  (5+ messages)
` [PATCH 12/18] drm/xe/eudebug: implement userptr_vma access

Backport Fix for CVE-2024-26800 to V5.15
 2024-10-21 22:35 UTC 

[xen-unstable test] 188313: tolerable FAIL - PUSHED
 2024-10-21 22:34 UTC 

[PATCH v5 0/3] Realtek SPI-NAND controller
 2024-10-21 22:34 UTC  (2+ messages)
` (subset) "

RFC: Dealing with large POSIX draft ACLs for NFSv4.2
 2024-10-21 22:33 UTC  (3+ messages)

[PATCH v17 0/2] Implement the NVMe reservation feature
 2024-10-21 22:33 UTC  (3+ messages)
` [PATCH v17 2/2] nvmet: support "

[PATCH 6.6 000/124] 6.6.58-rc1 review
 2024-10-21 22:33 UTC  (2+ messages)

[PATCH net v2] mctp i2c: handle NULL header address
 2024-10-21 22:32 UTC  (2+ messages)

[broonie-ci:filef2zPFW 34/90] sound/soc/loongson/loongson_i2s_pci.c:157:1: error: type specifier missing, defaults to 'int'
 2024-10-21 22:32 UTC 

[Intel-wired-lan] [PATCH net-next 0/2] ptp: add control over HW timestamp latch point
 2024-10-21 22:31 UTC  (3+ messages)
` [Intel-wired-lan] [PATCH net-next 1/2] "

[PATCH] iomap: writeback_control pointer part of iomap_writepage_ctx
 2024-10-21 22:30 UTC  (2+ messages)

cpufreq: brcmstb-avs-cpufreq: issue with error number check that's always true
 2024-10-21 22:30 UTC 

[PATCH v4 0/3] repack: pack everything into promisor packfile in partial repos
 2024-10-21 22:29 UTC  (5+ messages)
` [WIP 0/3] Repack on fetch
  ` [WIP 1/3] move variable
  ` [WIP 2/3] pack-objects
  ` [WIP 3/3] record local links and call pack-objects

[PATCH 6.11 000/135] 6.11.5-rc1 review
 2024-10-21 22:29 UTC  (2+ messages)

[PATCH 0/3] Add {adl,zen3p}-pvshim-* tests
 2024-10-21 22:28 UTC  (9+ messages)
` [PATCH 1/3] CI: Minor cleanup to qubes-x86-64.sh
` [PATCH 2/3] CI: Rework domU_config generation in qubes-x86-64.sh
` [PATCH 3/3] CI: Add {adl,zen3p}-pvshim-* tests

[PATCH] v6.6-rt-stable: printk/nbcon: Fix Illegal RCU Usage
 2024-10-21 22:28 UTC  (3+ messages)

[syzbot] [bcachefs?] kernel BUG in bch2_journal_key_insert_take
 2024-10-21 22:25 UTC  (2+ messages)
` [syzbot] "

[PATCH net] Drop packets with invalid headers to prevent KMSAN infoleak
 2024-10-21 22:25 UTC  (2+ messages)

[PATCH] drm/xe/xe_guc_ads: save/restore OA registers
 2024-10-21 22:24 UTC 

[PATCH] btrfs: Use str_yes_no() helper function in btrfs_dump_free_space()
 2024-10-21 22:21 UTC  (2+ messages)

[PATCH v5 0/9] Fix non-contiguous VRAM BO access in Xe
 2024-10-21 22:21 UTC  (2+ messages)
` ✓ CI.BAT: success for Fix non-contiguous VRAM BO access in Xe (rev5)

[Intel-wired-lan] e1000e preventing sleep and causing repeated desktop hangs
 2024-10-17 15:52 UTC  (3+ messages)

[PATCH v6 0/6] Improve PCI memory mapping API
 2024-10-21 22:19 UTC  (2+ messages)

[PATCH 0/15] Enable CXL PCIe port protocol error handling and logging
 2024-10-21 22:19 UTC  (4+ messages)

[PATCH net-next] net: bnxt: use ethtool string helpers
 2024-10-21 22:19 UTC  (4+ messages)

[PATCH iproute2-next 0/1] DualPI2 iprtoue2 patch
 2024-10-21 22:15 UTC  (2+ messages)
` [PATCH iproute2-next 1/1] tc: add dualpi2 scheduler module

[tip: x86/urgent] x86/lam: Disable ADDRESS_MASKING in most cases
 2024-10-21 22:16 UTC 

[PATCH v2 0/3] ASoC: add CS42L84 codec driver
 2024-10-21 22:15 UTC  (4+ messages)
` [PATCH v2 1/3] dt-bindings: sound: Add CS42L84 codec

[PATCH v6 0/8] x86/module: use large ROX pages for text allocations
 2024-10-21 22:15 UTC  (5+ messages)
` [PATCH v6 6/8] x86/module: prepare module loading for ROX allocations of text

[PATCH v4 net-next 0/1] DualPI2 patch
 2024-10-21 22:12 UTC  (2+ messages)
` [PATCH v4 net-next 1/1] sched: Add dualpi2 qdisc

[PATCH rcu] srcu: Guarantee non-negative return value from srcu_read_lock()
 2024-10-21 22:13 UTC 

[linux-next:master 4743/5686] arch/arm/boot/dts/nxp/imx/imx6q-lxr.dtb: /ldb: failed to match any schema with compatible: ['fsl,imx6q-ldb', 'fsl,imx53-ldb']
 2024-10-21 22:12 UTC 

[PATCH v2] block/file-posix: optimize append write
 2024-10-21 22:11 UTC  (4+ messages)

[PATCH] char: Switch back to struct platform_driver::remove()
 2024-10-21 16:21 UTC  (2+ messages)

IWD 1.27 with brcmfmac not working for roaming
 2024-10-21 22:10 UTC  (17+ messages)

[PATCH bpf-next v5 0/2] Implement mechanism to signal other threads
 2024-10-21 22:10 UTC  (2+ messages)

[PATCH] thermal: gov_power_allocator: Granted power set to max when nobody request power
 2024-10-21 22:11 UTC  (2+ messages)

[PATCH RFC 0/3] Support for GPU ACD feature on Adreno X1-85
 2024-10-21 22:09 UTC  (4+ messages)
` [PATCH RFC 1/3] drm/msm/adreno: Add support for ACD

[PATCH for-4.19? v6 0/9] x86: Make MAX_ALTP2M configurable
 2024-10-21 22:09 UTC  (3+ messages)

[PATCH] migration: Deprecate query-migrationthreads command
 2024-10-21 22:07 UTC  (2+ messages)

[PATCHSET] libxfs: new code for 6.12
 2024-10-21 22:08 UTC  (36+ messages)
` [PATCH 03/37] libxfs: port IS_ENABLED from the kernel
` [PATCH 04/37] libfrog: add xarray emulation
` [PATCH 05/37] xfs: introduce new file range commit ioctls
` [PATCH 06/37] xfs: pass the icreate args object to xfs_dialloc
` [PATCH 07/37] xfs: remove xfs_validate_rtextents
` [PATCH 08/37] xfs: factor out a xfs_validate_rt_geometry helper
` [PATCH 09/37] xfs: remove the limit argument to xfs_rtfind_back
` [PATCH 10/37] xfs: assert a valid limit in xfs_rtfind_forw
` [PATCH 11/37] xfs: add bounds checking to xfs_rt{bitmap,summary}_read_buf
` [PATCH 12/37] xfs: factor out rtbitmap/summary initialization helpers
` [PATCH 13/37] xfs: push transaction join out of xfs_rtbitmap_lock and xfs_rtgroup_lock
` [PATCH 14/37] xfs: ensure rtx mask/shift are correct after growfs
` [PATCH 15/37] xfs: remove xfs_rtb_to_rtxrem
` [PATCH 16/37] xfs: simplify xfs_rtalloc_query_range
` [PATCH 17/37] xfs: clean up the ISVALID macro in xfs_bmap_adjacent
` [PATCH 18/37] xfs: remove xfs_{rtbitmap,rtsummary}_wordcount
` [PATCH 19/37] xfs: replace m_rsumsize with m_rsumblocks
` [PATCH 20/37] xfs: fix a sloppy memory handling bug in xfs_iroot_realloc
` [PATCH 21/37] xfs: replace shouty XFS_BM{BT,DR} macros
` [PATCH 22/37] xfs: standardize the btree maxrecs function parameters
` [PATCH 23/37] xfs: use kvmalloc for xattr buffers
` [PATCH 24/37] xfs: remove unnecessary check
` [PATCH 25/37] xfs: use kfree_rcu_mightsleep to free the perag structures
` [PATCH 26/37] xfs: move the tagged perag lookup helpers to xfs_icache.c
` [PATCH 27/37] xfs: convert perag lookup to xarray
` [PATCH 28/37] xfs: ensure st_blocks never goes to zero during COW writes
` [PATCH 29/37] xfs: enable block size larger than page size support
` [PATCH 30/37] xfs: merge xfs_attr_leaf_try_add into xfs_attr_leaf_addname
` [PATCH 31/37] xfs: return bool from xfs_attr3_leaf_add
` [PATCH 32/37] xfs: distinguish extra split from real ENOSPC from xfs_attr3_leaf_split
` [PATCH 33/37] xfs: distinguish extra split from real ENOSPC from xfs_attr_node_try_addname
` [PATCH 34/37] xfs: fold xfs_bmap_alloc_userdata into xfs_bmapi_allocate
` [PATCH 35/37] xfs: don't ifdef around the exact minlen allocations
` [PATCH 36/37] xfs: call xfs_bmap_exact_minlen_extent_alloc from xfs_bmap_btalloc
` [PATCH 37/37] xfs: support lowmode allocations in xfs_bmap_exact_minlen_extent_alloc

[PATCH] drm: xlnx: zynqmp_dpsub: also call drm_helper_hpd_irq_event
 2024-10-21 13:16 UTC  (7+ messages)

[PATCH] drm/fb-helper: Fix out-of-bounds access
 2024-10-21 13:03 UTC  (2+ messages)
` drm/fbdev-dma: regression

[PATCH drm-dp 0/4] Add dp module in hibmc driver
 2024-10-21 12:29 UTC  (9+ messages)
` [PATCH drm-dp 3/4] drm/hisilicon/hibmc: add dp kapi moduel in hibmc drivers
` [PATCH drm-dp 4/4] drm/hisilicon/hibmc: add dp module in hibmc

[PATCH v2 RESEND] EDAC/bluefield: Use Arm SMC for EMI access on BlueField-2
 2024-10-21 22:07 UTC  (3+ messages)

[LTP] [PATCH v2] block_dev: Convert to new API
 2024-10-21 22:05 UTC 

[PATCH net-next] net: skip offload for NETIF_F_IPV6_CSUM if ipv6 header contains extension
 2024-10-21 22:04 UTC  (5+ messages)

[PATCH 00/13] fuse: use folios instead of pages for requests
 2024-10-21 22:02 UTC  (4+ messages)
` [PATCH 12/13] fuse: convert direct io to use folios

[PATCH] meson: fix meson build on 'seen' branch
 2024-10-21 22:02 UTC  (2+ messages)

[PATCH v2] LoongArch: Fix cpu hotplug issue
 2024-10-21 22:01 UTC  (2+ messages)

[PATCH v2 00/11] thermal: core: Reimplement locking through guards
 2024-10-21 22:03 UTC  (4+ messages)

[PATCH v5 0/4] Add thermal user thresholds support
 2024-10-21 22:02 UTC  (3+ messages)
` [PATCH v5 1/4] thermal/netlink: Add the commands and the events for the thresholds

Patchwork summary for: spi-devel-general
 2024-10-21 22:00 UTC 

[PATCH] tcg-plugins: add a hook for interrupts, exceptions and traps
 2024-10-21 21:59 UTC  (5+ messages)
` [RFC PATCH v2 0/7] tcg-plugins: add hooks "

[PATCH v4 net-next 00/14] AccECN protocol preparation patch series
 2024-10-21 21:59 UTC  (11+ messages)
` [PATCH v4 net-next 04/14] tcp: extend TCP flags to allow AE bit/ACE field
` [PATCH v4 net-next 06/14] tcp: rework {__,}tcp_ecn_check_ce() -> tcp_data_ecn_check()
` [PATCH v4 net-next 07/14] tcp: helpers for ECN mode handling
` [PATCH v4 net-next 08/14] gso: AccECN support
` [PATCH v4 net-next 09/14] gro: prevent ACE field corruption & better AccECN handling
` [PATCH v4 net-next 10/14] tcp: AccECN support to tcp_add_backlog
` [PATCH v4 net-next 11/14] tcp: allow ECN bits in TOS/traffic class
` [PATCH v4 net-next 12/14] tcp: Pass flags to __tcp_send_ack
` [PATCH v4 net-next 13/14] tcp: fast path functions later
` [PATCH v4 net-next 14/14] net: sysctl: introduce sysctl SYSCTL_FIVE


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.