All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-07-11 21:28:47 to 2024-07-11 22:39:18 UTC [more...]

[PATCH v4 0/7] RISC-V: Detect and report speed of unaligned vector accesses
 2024-07-11 22:39 UTC  (23+ messages)
` [PATCH v4 1/7] RISC-V: Add Zicclsm to cpufeature and hwprobe
` [PATCH v4 2/7] dt-bindings: riscv: Add Zicclsm ISA extension description
` [PATCH v4 3/7] RISC-V: Check scalar unaligned access on all CPUs
` [PATCH v4 4/7] RISC-V: Replace RISCV_MISALIGNED with RISCV_SCALAR_MISALIGNED
` [PATCH v4 5/7] RISC-V: Detect unaligned vector accesses supported
` [PATCH v4 6/7] RISC-V: Report vector unaligned access speed hwprobe
` [PATCH v4 7/7] RISC-V: hwprobe: Document unaligned vector perf key

[PATCH 0/9] introduce defrag to xfs_spaceman
 2024-07-11 22:37 UTC  (7+ messages)
` [PATCH 1/9] xfsprogs: introduce defrag command to spaceman
` [PATCH 2/9] spaceman/defrag: pick up segments from target file
  ` [PATCH 2/9] spaceman/defrag: pick up segments from target fileOM

linux-next: Signed-off-by missing for commit in the device-mapper tree
 2024-07-11 22:38 UTC 

[PATCH net-next v2] eth: mlx5: expose NETIF_F_NTUPLE when ARFS is compiled out
 2024-07-11 22:37 UTC 

[PATCH 0/3] pinctrl: pinctrl-zynqmp: Add Versal platform support
 2024-07-11 22:36 UTC  (3+ messages)
` [PATCH 1/3] dt-bindings: pinctrl: Add support for Xilinx Versal platform

linux-next: duplicate patch in the bpf-next tree
 2024-07-11 22:36 UTC 

[PATCH v4 0/4] XOR Math Fixups: translation & position
 2024-07-11 22:35 UTC  (3+ messages)
` [PATCH v4 2/4] cxl: Restore XOR'd position bits during address translation

[PATCH 0/3] btrfs-progs: btrfstune --remove-simple-quota
 2024-07-11 22:34 UTC  (5+ messages)
` [PATCH 1/3] btrfs-progs: add a helper for clearing all the items in a tree
` [PATCH 2/3] btrfs-progs: btrfstune: fix documentation for --enable-simple-quota

[tytso-ext4:test] BUILD SUCCESS f9ca51596bbfd0f9c386dd1c613c394c78d9e5e6
 2024-07-11 22:34 UTC 

[PATCH v8 00/13] Add RISC-V ISA extension smcntrpmf support
 2024-07-11 22:31 UTC  (14+ messages)
` [PATCH v8 01/13] target/riscv: Combine set_mode and set_virt functions
` [PATCH v8 02/13] target/riscv: Fix the predicate functions for mhpmeventhX CSRs
` [PATCH v8 03/13] target/riscv: Add cycle & instret privilege mode filtering properties
` [PATCH v8 04/13] target/riscv: Add cycle & instret privilege mode filtering definitions
` [PATCH v8 05/13] target/riscv: Add cycle & instret privilege mode filtering support
` [PATCH v8 06/13] target/riscv: Only set INH fields if priv mode is available
` [PATCH v8 07/13] target/riscv: Implement privilege mode filtering for cycle/instret
` [PATCH v8 08/13] target/riscv: Save counter values during countinhibit update
` [PATCH v8 09/13] target/riscv: Enforce WARL behavior for scounteren/hcounteren
` [PATCH v8 10/13] target/riscv: Start counters from both mhpmcounter and mcountinhibit
` [PATCH v8 11/13] target/riscv: More accurately model priv mode filtering
` [PATCH v8 12/13] target/riscv: Do not setup pmu timer if OF is disabled
` [PATCH v8 13/13] target/riscv: Expose the Smcntrpmf config

[PATCH v1 00/10] BMP280: Minor cleanup and interrupt support
 2024-07-11 22:33 UTC  (3+ messages)
` [PATCH v1 08/10] dt-bindings: iio: pressure: bmp085: Add interrupts for BMP3xx and BMP5xx devices

[PATCH 0/6] Introduce CET supervisor state support
 2024-07-11 22:30 UTC  (5+ messages)

[PATCH i-g-t v2 00/10] Add per-client engine utilization tests
 2024-07-11 22:30 UTC  (9+ messages)
` [PATCH i-g-t v2 05/10] tests/intel/xe_drm_fdinfo: Add single engine tests
` [PATCH i-g-t v2 07/10] tests/intel/xe_drm_fdinfo: Add an iterator for virtual engines

[PATCH v22 0/4] implement getrandom() in vDSO
 2024-07-11 22:29 UTC  (4+ messages)
` [PATCH v22 1/4] mm: add MAP_DROPPABLE for designating always lazily freeable mappings

[Buildroot] [PATCH] package/systemd: Add BCACHEFS superblock magic
 2024-07-11 22:28 UTC  (2+ messages)

[PATCH 00/12] KVM: guest_memfd: lazy preparation of pages + prefault support for SEV-SNP
 2024-07-11 22:27 UTC  (13+ messages)
` [PATCH 01/12] KVM: guest_memfd: return folio from __kvm_gmem_get_pfn()
` [PATCH 02/12] KVM: guest_memfd: delay folio_mark_uptodate() until after successful preparation
` [PATCH 03/12] KVM: guest_memfd: do not go through struct page
` [PATCH 04/12] KVM: rename CONFIG_HAVE_KVM_GMEM_* to CONFIG_HAVE_KVM_ARCH_GMEM_*
` [PATCH 05/12] KVM: guest_memfd: return locked folio from __kvm_gmem_get_pfn
` [PATCH 06/12] KVM: guest_memfd: delay kvm_gmem_prepare_folio() until the memory is passed to the guest
` [PATCH 07/12] KVM: guest_memfd: make kvm_gmem_prepare_folio() operate on a single struct kvm
` [PATCH 08/12] KVM: remove kvm_arch_gmem_prepare_needed()
` [PATCH 09/12] KVM: guest_memfd: move check for already-populated page to common code
` [PATCH 10/12] KVM: cleanup and add shortcuts to kvm_range_has_memory_attributes()
` [PATCH 11/12] KVM: extend kvm_range_has_memory_attributes() to check subset of attributes
` [PATCH 12/12] KVM: guest_memfd: let kvm_gmem_populate() operate only on private gfns

[GIT PULL virtio 00/40] virtio master branch with fixes and admin commands
 2024-07-11 22:27 UTC  (2+ messages)

[PATCH] xfs: validate inumber in xfs_iget
 2024-07-11 22:27 UTC  (2+ messages)

[Buildroot] [git commit] package/systemd: fix build with recent kernels
 2024-07-11 22:25 UTC 

[PATCH v1 0/4] Refine i.MX8QM SATA based on generic PHY callbacks
 2024-07-11 22:26 UTC  (3+ messages)
` [PATCH v1 1/4] dt-bindings: ata: Add i.MX8QM AHCI compatible string

How to debug intermittent increasing md/inflight but no disk activity?
 2024-07-11 22:26 UTC  (4+ messages)

+ alloc_tag-fix-page_ext_get-page_ext_put-sequence-during-page-splitting.patch added to mm-unstable branch
 2024-07-11 22:24 UTC 

[PATCH] Documentation: add platform support policy
 2024-07-11 22:24 UTC  (4+ messages)

+ lib-reuse-page_ext_data-to-obtain-codetag_ref.patch added to mm-unstable branch
 2024-07-11 22:24 UTC 

[PATCH v4 00/11] Add per-core RAPL energy counter support for AMD CPUs
 2024-07-11 22:23 UTC  (2+ messages)

+ lib-add-missing-newline-character-in-the-warning-message.patch added to mm-unstable branch
 2024-07-11 22:24 UTC 

[openeuler:OLK-6.6 3761/10661] arch/loongarch/kvm/../../../virt/kvm/kvm_main.c:426:53: warning: 'kvmalloc_array' sizes specified with 'sizeof' in the earlier argument and not in the later argument
 2024-07-11 22:21 UTC 

[PATCH v2] drm/xe/exec: Fix minor bug related to xe_sync_entry_cleanup
 2024-07-11 22:22 UTC  (7+ messages)
` ✓ CI.Patch_applied: success for drm/xe/exec: Fix minor bug related to xe_sync_entry_cleanup (rev3)
` ✓ CI.checkpatch: "
` ✓ CI.KUnit: "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✓ CI.checksparse: "

[PATCH v5 5.10/5.15] ata: libata-scsi: check cdb length for VARIABLE_LENGTH_CMD commands
 2024-07-11 22:22 UTC  (2+ messages)

[Buildroot] [PATCH 1/4] package/gdb: add support for GDB 15.1
 2024-07-11 22:20 UTC  (4+ messages)
` [Buildroot] [PATCH 2/4] package/gdb: switch to gdb 14.x as the default
` [Buildroot] [PATCH 3/4] package/gdb: remove support for version 12.x
` [Buildroot] [PATCH 4/4] package/gdb: remove stale hashes from GDB 10.x and 11.x

[PATCH bpf-next 1/2] bpf: Get better reg range with ldsx and 32bit compare
 2024-07-11 22:20 UTC  (2+ messages)

[PATCH i-g-t 0/2] Use display alignment for fb size calculation
 2024-07-11 22:19 UTC  (2+ messages)
` ✗ Fi.CI.IGT: failure for "

[PATCH] regulator: core: Set the fwnode for regulator_dev
 2024-07-11 22:19 UTC  (3+ messages)

[PULL] drm-xe-fixes
 2024-07-11 22:16 UTC 

[git pull] device mapper fix for 6.10
 2024-07-11 22:15 UTC  (2+ messages)

[PATCH 1/4] watchdog: it87_wdt: add blank line after variable declaration
 2024-07-11 22:14 UTC  (9+ messages)
` [PATCH 4/4] watchdog: it87_wdt: Keep WDTCTRL bit 3 unmodified for IT8784/IT8786

[PATCH] main: set the identity in the logger
 2024-07-11 22:14 UTC  (2+ messages)

[PATCH v2 0/4] Add support for SPI-NOR Macronix OTP
 2024-07-11 22:13 UTC  (17+ messages)
` [PATCH v2 3/4] dt-bindings: mtd: macronix,mx25l12833f: add SPI-NOR chip

[Buildroot] [git commit] package/tftpd: bump to latest git commit
 2024-07-11 21:58 UTC 

[Buildroot] [git commit] package/opencv4: bump to version 4.10.0
 2024-07-11 22:03 UTC 

[Buildroot] [git commit] package/flannel: Bump to version 0.25.3
 2024-07-11 21:56 UTC 

[Buildroot] [PATCH] package/tftpd: bump to latest git commit
 2024-07-11 22:10 UTC  (2+ messages)

[Buildroot] [PATCH 1/1] package/opencv4: bump to version 4.10.0
 2024-07-11 22:10 UTC  (2+ messages)

[Buildroot] [PATCH] package/qt5: bump packages to lateste kde submodule versions
 2024-07-11 22:08 UTC  (2+ messages)

[PATCH v2 1/6] perf build: Conditionally add feature check flags for libtrace{event,fs}
 2024-07-11 22:08 UTC  (4+ messages)

[PATCH net-next 00/11] eth: bnxt: use the new RSS API
 2024-07-11 22:07 UTC  (12+ messages)
` [PATCH net-next 01/11] net: ethtool: let drivers remove lost RSS contexts
` [PATCH net-next 02/11] net: ethtool: let drivers declare max size of RSS indir table and key
` [PATCH net-next 03/11] eth: bnxt: allow deleting RSS contexts when the device is down
` [PATCH net-next 04/11] eth: bnxt: move from .set_rxfh to .create_rxfh_context and friends
` [PATCH net-next 05/11] eth: bnxt: remove rss_ctx_bmap
` [PATCH net-next 06/11] eth: bnxt: depend on core cleaning up RSS contexts
` [PATCH net-next 07/11] eth: bnxt: use context priv for struct bnxt_rss_ctx
` [PATCH net-next 08/11] eth: bnxt: use the RSS context XArray instead of the local list
` [PATCH net-next 09/11] eth: bnxt: pad out the correct indirection table
` [PATCH net-next 10/11] eth: bnxt: bump the entry size in indir tables to u32
` [PATCH net-next 11/11] eth: bnxt: use the indir table from ethtool context

[RFC PATCH 6/7] migration/multifd: Move payload storage out of the channel parameters
 2024-07-11 22:06 UTC  (11+ messages)

[PATCH 1/3] lib: add missing newline character in the warning message
 2024-07-11 22:06 UTC  (4+ messages)
` [PATCH 2/3] lib: reuse page_ext_data() to obtain codetag_ref
` [PATCH 3/3] alloc_tag: fix page_ext_get/page_ext_put sequence during page splitting

[PATCH v5 10/13] migration/multifd: Enable DSA offloading in multifd sender path
 2024-07-11 22:04 UTC  (4+ messages)
` [PATCH v5 11/13] migration/multifd: Add migration option set packet size
` [PATCH v5 12/13] util/dsa: Add unit test coverage for Intel DSA task submission and completion
` [PATCH v5 13/13] migration/multifd: Add integration tests for multifd with Intel DSA offloading

[RFC PATCH v16 0/8] TPEBS counting mode support
 2024-07-11 22:05 UTC  (8+ messages)
` [RFC PATCH v16 8/8] perf test: Add test for Intel TPEBS counting mode

Designing a thermal policy
 2024-07-11 22:04 UTC 

[PATCH v5] x86/entry_32: Use stack segment selector for VERW operand
 2024-07-11 22:03 UTC 

[Intel-wired-lan] [tnguy-net-queue:40GbE] BUILD SUCCESS 5b26532cf56e7384d53cfdd78b0bf63313c8cebc
 2024-07-11 22:01 UTC 

[PATCH v5 00/13] WIP: Use Intel DSA accelerator to offload zero page checking in multifd live migration
 2024-07-11 22:00 UTC  (11+ messages)
` [PATCH v5 01/13] meson: Introduce new instruction set enqcmd to the build system
` [PATCH v5 02/13] util/dsa: Add idxd into linux header copy list
` [PATCH v5 03/13] util/dsa: Implement DSA device start and stop logic
` [PATCH v5 04/13] util/dsa: Implement DSA task enqueue and dequeue
` [PATCH v5 05/13] util/dsa: Implement DSA task asynchronous completion thread model
` [PATCH v5 06/13] util/dsa: Implement zero page checking in DSA task
` [PATCH v5 07/13] util/dsa: Implement DSA task asynchronous submission and wait for completion
` [PATCH v5 08/13] migration/multifd: Add new migration option for multifd DSA offloading
` [PATCH v5 09/13] migration/multifd: Prepare to introduce DSA acceleration on the multifd path

[PATCH] drm/xe/exec: Fix minor bug related to xe_sync_entry_cleanup
 2024-07-11 22:01 UTC  (4+ messages)
` ✓ CI.Hooks: success for drm/xe/exec: Fix minor bug related to xe_sync_entry_cleanup (rev2)
` ✓ CI.checksparse: "
` ✓ CI.BAT: "

[PATCH 00/44] multipath-tools: devmapper API refactored
 2024-07-11 22:00 UTC  (5+ messages)
` [PATCH 23/44] libmultipath: improve dm_get_wwid() return value logic

[PATCH v3 00/38] x86/resctrl: Move the resctrl filesystem code to /fs/resctrl
 2024-07-11 22:00 UTC  (4+ messages)
` [PATCH v3 23/38] x86/resctrl: Allow an architecture to disable pseudo lock

[PATCH net-next 0/2] ethtool: use the rss context XArray in ring deactivation safety-check
 2024-07-11 22:00 UTC  (2+ messages)

kselftest/next build: 1 build: 0 failed, 1 passed (v6.10-rc7-33-gbb408dae9e73)
 2024-07-11 22:00 UTC 

[paulmck-rcu:for-neeraj.2024.07.10a] BUILD REGRESSION 6dfea2d3ac9e0874587c0c1d05fd829f520d5458
 2024-07-11 21:59 UTC 

[PATCH 0/4] drm/xe/kunit: Simplify live tests code layout
 2024-07-11 21:59 UTC  (5+ messages)
` [PATCH 4/4] drm/xe/kunit: Simplify xe_mocs "

[PATCH RFC 0/3] perf: add logic to collect off-cpu samples
 2024-07-11 21:58 UTC  (4+ messages)
` [PATCH RFC 1/3] perf/core: add logic to collect off-cpu sample

[tip:smp/core] BUILD SUCCESS 77aeb1b685f9db73d276bad4bb30d48505a6fd23
 2024-07-11 21:57 UTC 

[PATCH 0/2] scsi: aacraid: struct sgmap: Replace 1-element arrays with flexible arrays
 2024-07-11 21:57 UTC  (3+ messages)
` [PATCH 1/2] scsi: aacraid: Rearrange order of struct aac_srb_unit
` [PATCH 2/2] scsi: aacraid: struct {user,}sgmap{,64,raw}: Replace 1-element arrays with flexible arrays

[PATCH v3 1/2] cgroup: Show # of subsystem CSSes in cgroup.stat
 2024-07-11 21:57 UTC  (12+ messages)

[PATCH v3 0/2] drm/xe: remove GuC reload in D3Hot path
 2024-07-11 21:57 UTC  (3+ messages)
` [PATCH v3 2/2] "

[PATCH v2 0/3] kselftest: Add test to report device log errors
 2024-07-11 21:56 UTC  (6+ messages)

[Buildroot] [PATCH v2 1/1] package/libspdm: bump version to 3.3.0
 2024-07-11 21:55 UTC  (2+ messages)

[syzbot] [lsm?] WARNING in current_check_refer_path
 2024-07-11 21:53 UTC 

✅ PASS (MISSED 1 of 73): Test report for for-kernelci (6.10.0-rc7, arm-next, c912bf70)
 2024-07-11 21:52 UTC 

[PATCH] mm: Fix mmap_assert_locked() in follow_pte()
 2024-07-11 21:51 UTC  (4+ messages)

[PATCH v3] sh: Restructure setup code to reserve memory regions earlier
 2024-07-11 21:50 UTC  (3+ messages)

[PATCH for-4.19 v2 00/12] CI: part 3 (slimline, and PPC/RISCV fixes)
 2024-07-11 21:49 UTC  (3+ messages)
` [PATCH 13/12] CI: Refresh OpenSUSE Tumbleweed container

[PATCH v4] sh: Restructure setup code to reserve memory regions earlier
 2024-07-11 21:44 UTC 

[PATCH] x86/syscall: Avoid memcpy() for ia32 syscall_get_arguments()
 2024-07-11 21:44 UTC  (2+ messages)

[PATCH v3 0/3] Restrict BMG to use 64K pages for scanout buffers
 2024-07-11 21:44 UTC  (3+ messages)
` [PATCH v3 2/3] drm/xe: Expose display alignment requirement

[PATCH] distro/include: Add yocto-space-optimize, disabling debugging for large components
 2024-07-11 21:40 UTC  (4+ messages)
` [OE-core] "

[PATCH v5 0/6] Add DFU and usb boot for TI am62x SK and beagleplay
 2024-07-11 21:41 UTC  (6+ messages)
` [PATCH v5 4/6] configs: am62x_evm_*: Enable USB and DFU support

[PATCH net-next v16 00/13] Device Memory TCP
 2024-07-11 21:41 UTC  (7+ messages)
` [PATCH net-next v16 05/13] page_pool: devmem support

[PATCH bpf] bpf: annotate BTF show functions with __printf
 2024-07-11 21:40 UTC  (3+ messages)
` [PATCH bpf] bpf: annotate BTF show functions with __printf [FIXED]

[conor:i2c-repeated-send-debug 1/1] drivers/i2c/busses/i2c-microchip-corei2c.c:119: warning: Function parameter or struct member 'next_is_read' not described in 'mchp_corei2c_dev'
 2024-07-11 21:39 UTC 

[PATCH 0/3] usb: dwc3: add fsl,ls-dwc3 glue layer support
 2024-07-11 21:38 UTC  (3+ messages)
` [PATCH 3/3] arm64: dts: layerscape: move dwc3 usb under glue layer node

[PATCH 1/1] alloc_tag: Export memory allocation profiling symbols used by modules
 2024-07-11 21:38 UTC  (3+ messages)

[PATCH v6 0/6] Add driver for LTC2664 and LTC2672
 2024-07-11 21:36 UTC  (3+ messages)
` [PATCH v6 3/6] dt-bindings: iio: dac: Generalize DAC common properties

[RFC PATCH 0/8] Convert avocado tests to normal Python unittests
 2024-07-11 21:35 UTC  (6+ messages)
` [RFC PATCH 5/8] tests_pytest: Implement fetch_asset() method for downloading assets

[Buildroot] [PATCH] package/gcc: bump 12.x series to 12.4
 2024-07-11 21:34 UTC 

[PULL] drm-xe-next-fixes v2
 2024-07-11 21:33 UTC  (3+ messages)

[PULL 00/24] target-arm queue
 2024-07-11 21:32 UTC  (2+ messages)

[PATCH] builtin/push: call set_refspecs after validating remote
 2024-07-11 21:33 UTC  (10+ messages)
` [PATCH v2] "
  ` [PATCH v3] "

git crashes in `git commit --patch` with diff.suppressBlankEmpty = true
 2024-07-11 21:32 UTC  (6+ messages)
    ` [RFC/PATCH] add-patch: handle splitting hunks with diff.suppressBlankEmpty

[GIT PULL mlx5-next] Introduce auxiliary bus IRQs sysfs
 2024-07-11 21:31 UTC  (3+ messages)
` [mlx5-next 1/2] driver core: auxiliary bus: show auxiliary device IRQs
` [mlx5-next 2/2] net/mlx5: Expose SFs IRQs

[PATCH 0/2] add AD8460 DAC driver
 2024-07-11 21:31 UTC  (9+ messages)
` [PATCH 2/2] iio: dac: support the ad8460 Waveform DAC

[PATCH] test/py/tests/test_fpga.py: Correct check for legacy image format support
 2024-07-11 21:27 UTC  (2+ messages)


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.