All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-02-26 18:21:36 to 2025-02-26 19:00:39 UTC [more...]

[Intel-wired-lan] [iwl-next v4 0/1] Add RDMA support for Intel IPU E2000 (GEN3)
 2025-02-26 18:50 UTC  (6+ messages)
` [Intel-wired-lan] [iwl-next v4 1/1] iidc/ice/irdma: Update IDC to support multiple consumers
        `  "

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

[PATCH i-g-t] tests/amdgpu/amd_abm: Skip the test if panel does not support ABM
 2025-02-26 19:00 UTC  (2+ messages)

[PATCH v2 0/4] Miscellaneous Apple RTKit fixes
 2025-02-26 19:00 UTC  (10+ messages)
` [PATCH v2 1/4] soc: apple: rtkit: Add and use PWR_STATE_INIT instead of _ON
` [PATCH v2 2/4] soc: apple: rtkit: Implement OSLog buffers properly
` [PATCH v2 3/4] soc: apple: rtkit: Use high prio work queue
` [PATCH v2 4/4] soc: apple: rtkit: Cut syslog messages after the first '\0'

[v4 0/6] crypto/virtio: enhancements for RSA and vDPA
 2025-02-26 18:58 UTC  (8+ messages)
` [v5 "
  ` [v5 1/6] crypto/virtio: add asymmetric RSA support
  ` [v5 2/6] crypto/virtio: refactor queue operations
  ` [v5 3/6] crypto/virtio: add packed ring support
  ` [v5 4/6] crypto/virtio: add vDPA backend
  ` [v5 5/6] test/crypto: add asymmetric tests for virtio PMD
  ` [v5 6/6] test/crypto: add tests for virtio user PMD

[PATCH 1/1] userfaultfd: do not block on locking a large folio with raised refcount
 2025-02-26 18:59 UTC  (6+ messages)

[PATCH 0/4] KVM: arm64: Fixes/clarification for GICv4 vLPI injection
 2025-02-26 18:58 UTC  (6+ messages)
` [PATCH 1/4] KVM: arm64: vgic-v4: Only attempt vLPI mapping for actual MSIs
` [PATCH 2/4] KVM: arm64: vgic-v4: Only WARN for HW IRQ mismatch when unmapping vLPI
` [PATCH 3/4] KVM: arm64: vgic-v4: Fall back to software irqbypass if LPI not found
` [PATCH 4/4] KVM: arm64: Document ordering requirements for irqbypass

[PATCH v3 1/3] rcutorture: Allow a negative value for nfakewriters
 2025-02-26 18:57 UTC  (3+ messages)
` [PATCH v3 3/3] rcu: Use _full() API to debug synchronize_rcu()

'git rev-list' commit ordering issue
 2025-02-26 18:57 UTC  (2+ messages)

[PATCH 0/6] builtin/maintenance: introduce "reflog-expire" task
 2025-02-26 18:54 UTC  (4+ messages)

[intel-lts:pr/60 1/1] kernel/gcov/clang.o: warning: objtool: missing symbol for section .text
 2025-02-26 18:56 UTC 

support for zoned devices v4
 2025-02-26 18:57 UTC  (45+ messages)
` [PATCH 01/44] xfs: reflow xfs_dec_freecounter
` [PATCH 02/44] xfs: generalize the freespace and reserved blocks handling
` [PATCH 03/44] xfs: support reserved blocks for the rt extent counter
` [PATCH 04/44] xfs: trace in-memory freecounter reservations
` [PATCH 05/44] xfs: fixup the metabtree reservation in xrep_reap_metadir_fsblocks
` [PATCH 06/44] xfs: make metabtree reservations global
` [PATCH 07/44] xfs: reduce metafile reservations
` [PATCH 08/44] xfs: factor out a xfs_rt_check_size helper
` [PATCH 09/44] xfs: add a rtg_blocks helper
` [PATCH 10/44] xfs: move xfs_bmapi_reserve_delalloc to xfs_iomap.c
` [PATCH 11/44] xfs: skip always_cow inodes in xfs_reflink_trim_around_shared
` [PATCH 12/44] xfs: refine the unaligned check for always COW inodes in xfs_file_dio_write
` [PATCH 13/44] xfs: support XFS_BMAPI_REMAP in xfs_bmap_del_extent_delay
` [PATCH 14/44] xfs: add a xfs_rtrmap_highest_rgbno helper
` [PATCH 15/44] xfs: define the zoned on-disk format
` [PATCH 16/44] xfs: allow internal RT devices for zoned mode
` [PATCH 17/44] xfs: export zoned geometry via XFS_FSOP_GEOM
` [PATCH 18/44] xfs: disable sb_frextents for zoned file systems
` [PATCH 19/44] xfs: disable FITRIM for zoned RT devices
` [PATCH 20/44] xfs: don't call xfs_can_free_eofblocks from ->release for zoned inodes
` [PATCH 21/44] xfs: skip zoned RT inodes in xfs_inodegc_want_queue_rt_file
` [PATCH 22/44] xfs: parse and validate hardware zone information
` [PATCH 23/44] xfs: add the zoned space allocator
` [PATCH 24/44] xfs: add support for zoned space reservations
` [PATCH 25/44] xfs: implement zoned garbage collection
` [PATCH 26/44] xfs: implement buffered writes to zoned RT devices
` [PATCH 27/44] xfs: implement direct "
` [PATCH 28/44] xfs: wire up zoned block freeing in xfs_rtextent_free_finish_item
` [PATCH 29/44] xfs: hide reserved RT blocks from statfs
` [PATCH 30/44] xfs: support growfs on zoned file systems
` [PATCH 31/44] xfs: allow COW forks on zoned file systems in xchk_bmap
` [PATCH 32/44] xfs: support xchk_xref_is_used_rt_space on zoned file systems
` [PATCH 33/44] xfs: support xrep_require_rtext_inuse "
` [PATCH 34/44] xfs: enable fsmap reporting for internal RT devices
` [PATCH 35/44] xfs: disable reflink for zoned file systems
` [PATCH 36/44] xfs: disable rt quotas "
` [PATCH 37/44] xfs: enable the zoned RT device feature
` [PATCH 38/44] xfs: support zone gaps
` [PATCH 39/44] xfs: add a max_open_zones mount option
` [PATCH 40/44] xfs: support write life time based data placement
` [PATCH 41/44] xfs: wire up the show_stats super operation
` [PATCH 42/44] xfs: export zone stats in /proc/*/mountstats
` [PATCH 43/44] xfs: contain more sysfs code in xfs_sysfs.c
` [PATCH 44/44] xfs: export max_open_zones in sysfs

[PATCH v3 20/35] x86/bugs: Define attack vectors
 2025-02-26 18:57 UTC  (12+ messages)

[PATCH v2] mm: zswap: fix crypto_free_acomp() deadlock in zswap_cpu_comp_dead()
 2025-02-26 18:56 UTC 

[PATCH v3 0/4] KVM: arm64: writable MIDR/REVIDR
 2025-02-26 18:56 UTC  (4+ messages)

[PATCH] scsi: elx: sli4: Replace deprecated strncpy() with strscpy()
 2025-02-26 18:55 UTC 

[PATCH] blacklist: allow configuration to disable the blacklist
 2025-02-26 18:55 UTC 

[PATCH v2] firmware: config: ti-sci: Default set to ARCH_K3 for the ti sci driver
 2025-02-26 18:49 UTC  (2+ messages)

[PATCH v6] Avoid crash calling PrintErrMesg from efi_multiboot2
 2025-02-26 18:54 UTC  (6+ messages)

[PATCH iproute2 v2] tc: Fix rounding in tc_calc_xmittime and tc_calc_xmitsize
 2025-02-26 18:55 UTC  (5+ messages)
` [PATCH iproute2 v3] "

[PATCH 0/2] move_pages_pte() fixes
 2025-02-26 18:55 UTC  (3+ messages)
` [PATCH 1/2] userfaultfd: do not block on locking a large folio with raised refcount
` [PATCH 2/2] userfaultfd: fix PTE unmapping stack-allocated PTE copies

[RFC PATCH 14/39] KVM: guest_memfd: hugetlb: initialization and cleanup
 2025-02-26 18:55 UTC  (2+ messages)

[PATCH] arm64: dts: intel: socfpga_agilex: add frequencies to internal oscillators
 2025-02-26 18:54 UTC 

[PATCH v5] CI: drm/xe: SVM squash for CI
 2025-02-26 18:54 UTC  (7+ messages)
` ✓ CI.Patch_applied: success for CI: drm/xe: SVM squash for CI (rev5)
` ✗ CI.checkpatch: warning "
` ✓ CI.KUnit: success "
` ✓ CI.Build: "
` ✗ CI.Hooks: failure "
` ✓ CI.checksparse: success "

[PATCH v1 0/3] KVM: arm64: Fix initializing HCRX_EL2 and other traps in pKVM
 2025-02-26 18:54 UTC  (8+ messages)
` [PATCH v1 1/3] KVM: arm64: Initialize HCRX_EL2 "

[PATCH] soc: ti: k3-socinfo: Do not use syscon helper to build regmap
 2025-02-26 18:49 UTC  (2+ messages)

[RFC PATCH] selinux: support wildcard network interface names
 2025-02-26 18:54 UTC  (2+ messages)
` [PATCH RFC] "

[PATCH 0/4] media: i2c: Add driver for Sony IMX728
 2025-02-26 18:53 UTC  (5+ messages)
` [PATCH 1/4] media: dt-bindings: Add "

[PATCH net v2] selftests/net: big_tcp: return xfail on slow machines
 2025-02-26 18:53 UTC  (3+ messages)

[PATCH v3] arm64: defconfig: Enable gb_beagleplay
 2025-02-26 18:49 UTC  (2+ messages)

[PATCH v2] cpufreq: tegra194: Allow building for Tegra234
 2025-02-26 18:51 UTC  (2+ messages)

[PATCH] sched_ext: Add trace point to track sched_ext core events
 2025-02-26 18:51 UTC  (2+ messages)

[PATCH v8 0/6] Implement vendor resets for PSCI SYSTEM_RESET2
 2025-02-26 18:49 UTC  (4+ messages)
` [PATCH v8 3/6] firmware: psci: Read and use vendor reset types

[PATCH 1/3] drm/xe: Introduced needs_scratch bit in device descriptor
 2025-02-26 18:49 UTC  (4+ messages)
` [PATCH 2/3] drm/xe: Clear scratch page on vm_bind

[PATCH bpf-next v5 0/2] selftests/bpf: implement setting global variables in veristat
 2025-02-26 18:50 UTC  (6+ messages)
` [PATCH bpf-next v5 1/2] "

[PATCH sched_ext/for-6.15] selftests/sched_ext: Add NUMA-aware scheduler test
 2025-02-26 18:49 UTC  (2+ messages)

[PATCH v3][next] net/mlx5e: Avoid a hundred -Wflex-array-member-not-at-end warnings
 2025-02-26 18:49 UTC  (2+ messages)

[PATCHv7 0/6] ublk zero copy support
 2025-02-26 18:48 UTC  (5+ messages)
` [PATCHv7 4/6] ublk: zc register/unregister bvec
` [PATCHv7 6/6] io_uring: cache nodes and mapped buffers

[PATCH] wifi: ath12k: Improve BSS discovery with hidden SSID in 6 GHz band
 2025-02-26 18:48 UTC  (2+ messages)

[PATCH net-next v3 00/10] PRU-ICSSM Ethernet Driver
 2025-02-26 18:44 UTC  (3+ messages)

[PATCH 00/11] nvmet-fcloop: track resources via reference counting
 2025-02-26 18:46 UTC  (12+ messages)
` [PATCH 01/11] nvmet-fcloop: remove nport from list on last user
` [PATCH 02/11] nvmet-fcloop: add ref counting to lport
` [PATCH 03/11] nvmet-fcloop: refactor fcloop_nport_alloc
` [PATCH 04/11] nvmet-fcloop: track ref counts for nports
` [PATCH 05/11] nvmet-fcloop: track tport with ref counting
` [PATCH 06/11] nvmet-fcloop: track rport "
` [PATCH 07/11] nvmet-fc: update tgtport ref per assoc
` [PATCH 08/11] nvmet-fc: take tgtport reference only once
` [PATCH 09/11] nvmet-fc: free pending reqs on tgtport unregister
` [PATCH 10/11] nvmet-fc: inline nvmet_fc_delete_assoc
` [PATCH 11/11] nvmet-fc: inline nvmet_fc_free_hostport

[PATCH v2] drm/amd/display: Fix null check for pipe_ctx->plane_state in resource_build_scaling_params
 2025-02-26 18:47 UTC  (2+ messages)

[PATCH final?] x86/bugs: KVM: Add support for SRSO_MSR_FIX
 2025-02-26 18:45 UTC 

[PATCH 0/2] x86/ucode: Cmdline fixes/improvements
 2025-02-26 18:45 UTC  (4+ messages)
` [PATCH 1/2] x86/ucode: Adjust parse_ucode() to match other list handling

[PATCH v2 0/4] USB-PD TCPM improvements
 2025-02-26 18:44 UTC  (5+ messages)
` [PATCH v2 1/4] usb: tcpm: improve handling of some power-supplies
` [PATCH v2 2/4] usb: tcpm: avoid resets for missing source capability messages
` [PATCH v2 3/4] usb: tcpm: print error on hard reset
` [PATCH v2 4/4] usb: tcpm: improve data role mismatch error recovery

[PATCH v3 0/3] Freescale Enhanced Local Bus Controller (eLBC) binding YAML conversion
 2025-02-26 18:45 UTC  (7+ messages)
` [PATCH v3 2/3] dt-bindings: nand: Add fsl,elbc-fcm-nand
` [PATCH v3 3/3] dt-bindings: memory-controllers: Convert fsl,elbc to YAML

ndctl cxl test suite fails in arm64 QEMU
 2025-02-26 18:45 UTC  (6+ messages)

[v5 0/5] vhost: add RSA support
 2025-02-26 18:43 UTC  (7+ messages)
` [v6 "
  ` [v6 1/5] vhost: skip crypto op fetch before vring init
  ` [v6 2/5] vhost: update vhost_user crypto session parameters
  ` [v6 3/5] examples/vhost_crypto: fix user callbacks
  ` [v6 4/5] vhost: support asymmetric RSA crypto ops
  ` [v6 5/5] examples/vhost_crypto: support asymmetric crypto

[PATCH 0/4] pinctrl: ingenic: add support for x1600 SoC and MII and I2S for jz4730
 2025-02-26 18:43 UTC  (3+ messages)
` [PATCH 2/4] pinctrl: ingenic: add x1600 support

[PATCH] samples/damon: a typo in the kconfig - sameple
 2025-02-26 18:42 UTC 

[PATCH 0/3] scsi: ufs-qcom: Enable Dumping of Hibern8, MCQ, and Testbus Registers
 2025-02-26 18:40 UTC  (7+ messages)

[PATCH][next] drm/xe: Fix uninitialized pointer def
 2025-02-26 18:40 UTC  (2+ messages)
` ✗ Xe.CI.Full: failure for "

Does a AP get blacklisted if it fails auth too many times?
 2025-02-26 18:39 UTC  (6+ messages)

[PATCH] xen/console: introduce console_{get,put}_domain()
 2025-02-26 18:39 UTC  (3+ messages)

[PATCH v9 00/11] KVM: x86/mmu: Age sptes locklessly
 2025-02-26 18:39 UTC  (6+ messages)

[PATCH 0/7] KVM: x86: nVMX IRQ fix and VM teardown cleanups
 2025-02-26 18:38 UTC  (4+ messages)

C aggregate passing (Rust kernel policy)
 2025-02-26 18:36 UTC  (14+ messages)

[PATCH v2 0/4] drm/msm/dpu: follow rules for drm_atomic_helper_check_modeset()
 2025-02-26 18:35 UTC  (4+ messages)
` [PATCH v2 4/4] drm/msm/dpu: don't set crtc_state->mode_changed from atomic_check()

[PATCH] task_work: Consume only item at a time while invoking the callbacks
 2025-02-26 18:36 UTC  (9+ messages)

[ANNOUNCE] Git v2.49.0-rc0
 2025-02-26 18:36 UTC 

[PATCH v7 0/9] add more ref consistency checks
 2025-02-26 18:36 UTC  (3+ messages)
` [PATCH v7 3/9] packed-backend: check whether the "packed-refs" is regular file

[PATCH net-next 0/2] inet: ping: remove extra skb_clone()/consume_skb()
 2025-02-26 18:34 UTC  (3+ messages)
` [PATCH net-next 1/2] ipv4: icmp: do not process ICMP_EXT_ECHOREPLY for broadcast/multicast addresses
` [PATCH net-next 2/2] inet: ping: avoid skb_clone() dance in ping_rcv()

[PATCH 00/17] Introduce and use generic parity32/64 helper
 2025-02-26 18:33 UTC  (7+ messages)
` [PATCH 02/17] bitops: Add generic parity calculation for u64

[PATCH bpf-next v3 0/3] introduce bpf_dynptr_copy kfunc
 2025-02-26 18:32 UTC  (4+ messages)
` [PATCH bpf-next v3 1/3] bpf/helpers: refactor bpf_dynptr_read and bpf_dynptr_write
` [PATCH bpf-next v3 2/3] bpf/helpers: introduce bpf_dynptr_copy kfunc
` [PATCH bpf-next v3 3/3] selftests/bpf: add tests for bpf_dynptr_copy

[PATCH net-next] trace: tcp: Add tracepoint for tcp_sendmsg()
 2025-02-26 18:31 UTC  (8+ messages)

[RFC PATCH 0/4] drm/panfrost: Support ARM_64_LPAE_S1 page table
 2025-02-26 18:30 UTC  (5+ messages)
` [RFC PATCH 1/4] drm/panfrost: Use GPU_MMU_FEATURES_VA_BITS/PA_BITS macros
` [RFC PATCH 2/4] drm/panfrost: Split LPAE MMU TRANSTAB register values
` [RFC PATCH 3/4] drm/panfrost: Support ARM_64_LPAE_S1 page table
` [RFC PATCH 4/4] drm/panfrost: Set HW_FEATURE_AARCH64_MMU feature flag on Bifrost models

CONFIG_PT_RECLAIM
 2025-02-26 18:30 UTC 

[Weekly meetings] MoM - 26th of February 2025
 2025-02-26 18:29 UTC 

[PATCH] scsi: stop judging after finding a VPD page expected to be processed
 2025-02-26 18:28 UTC  (2+ messages)

Dovetail boot hang on x86, kvm
 2025-02-26 18:28 UTC  (2+ messages)

[PATCH] drivers/base: fix iterator cleanup in attribute_container
 2025-02-26 18:27 UTC 

[PATCH v7 0/7] mseal system mappings
 2025-02-26 18:25 UTC  (8+ messages)
` [PATCH v7 6/7] mseal, system mappings: uprobe mapping

[PATCH 0/4] cover-letter: Allow MMIO regions to be exported through dmabuf
 2025-02-26 18:27 UTC  (10+ messages)

[PATCH v3 1/2] libexecinfo: Move it to the core
 2025-02-26 18:24 UTC  (3+ messages)
` [PATCH v3 2/2] mtd-utils: Upgrade to 2.3.0
  ` [OE-core] "

[PATCH v2] arm64: dts: qcom: add wifi node for IPQ5332 based RDP441
 2025-02-26 18:24 UTC  (5+ messages)

[PATCH v2 0/3] batch blob diff generation
 2025-02-26 18:24 UTC  (4+ messages)
` [PATCH v3 "
  ` [PATCH v3 2/3] builtin: introduce diff-pairs command

[PATCH] wifi: mac80211: remove debugfs dir for virtual monitor
 2025-02-26 18:24 UTC  (2+ messages)

[PATCH mtd-utils] ubifs-utils: link libmissing.a in case execinfo.h isn't present
 2025-02-26 18:24 UTC 

[PATCH v4 mtd-utils 1/4] ubifs-utils: ubifs.h: Include <fcntl.h>
 2025-02-26 18:23 UTC  (3+ messages)
` [PATCH v4 mtd-utils 3/4] configure.ac: Add a check for execinfo and backtrace


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.