All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-08-02 16:20:39 to 2023-08-02 17:02:44 UTC [more...]

[PATCH v2 0/6] target/arm: Fixes for RME
 2023-08-02 17:01 UTC  (2+ messages)
` [PATCH v2 2/6] target/arm/helper: Fix tlbmask and tlbbits for TLBI VAE2*

[PATCH v3 5.15 0/6] ARM64 errata for stable kernel 5.15
 2023-08-02 17:02 UTC 

[PATCH 0/3] malloc: Reduce size by initializing data at runtime
 2023-08-02 17:02 UTC  (5+ messages)
` [PATCH 3/3] malloc: Enable SYS_MALLOC_RUNTIME_INIT by default in SPL

[PATCH v2 bpf-next] libbpf: Use local includes inside the library
 2023-08-02 17:02 UTC  (4+ messages)

[PATCH RFC 0/3] fs: allow userspace to detect superblock reuse
 2023-08-02 17:01 UTC  (5+ messages)
` [PATCH RFC 1/3] super: remove get_tree_single_reconf()
` [PATCH RFC 2/3] fs: add vfs_cmd_create()

[PATCH v2] drm/msm/dpu: Drop encoder vsync_event
 2023-08-02 17:01 UTC  (2+ messages)

KMSAN: uninit-value in alauda_check_media
 2023-08-02 17:01 UTC  (4+ messages)
` [syzbot] [usb?] [usb-storage?] "

[PATCH v1 0/4] selftests: kvm: Add LoongArch support
 2023-08-02 17:01 UTC  (4+ messages)
` [PATCH v1 1/4] selftests: kvm: Add kvm selftests header files for LoongArch

[PATCH] wifi: ath12k: change to use dynamic memory for channel list of scan
 2023-08-02 17:01 UTC  (3+ messages)

[PATCH 0/3] ARM/arm64: Fix loading of modules with an exit section
 2023-08-02 17:00 UTC  (7+ messages)
` [PATCH 2/3] arm64: module: Use module_init_layout_section() to spot init sections

[axboe-block:xfs-async-dio] [fs] f9f8b03900: stress-ng.msg.ops_per_sec 29.3% improvement
 2023-08-02 17:01 UTC  (3+ messages)

[RFC PATCH 0/1] make cmdline library easier to use
 2023-08-02 17:00 UTC  (2+ messages)
` [RFC PATCH 1/1] cmdline/dpdk-cmdline-gen: generate boilerplate for simple cmds

[PATCH v1] perf doc: Document ring buffer mechanism
 2023-08-02 17:00 UTC  (3+ messages)

[meta-oe][PATCH] replace /usr/bin/env python -> python3
 2023-08-02 17:00 UTC 

[PATCH v2] wifi: ath12k: trigger station disconnect on hardware restart
 2023-08-02 17:00 UTC  (3+ messages)

[PATCH] libselinux: Add CPPFLAGS to Makefile
 2023-08-02 17:00 UTC  (2+ messages)

[PATCH v7 0/7] Add support for memmap on memory feature on ppc64
 2023-08-02 16:59 UTC  (10+ messages)
` [PATCH v7 7/7] mm/memory_hotplug: Enable runtime update of memmap_on_memory parameter

[PATCH v2 0/6] make vma locking more obvious
 2023-08-02 16:59 UTC  (3+ messages)
` [PATCH v2 6/6] mm: move vma locking out of vma_prepare

[linux-next:master] BUILD REGRESSION 626c67169f9972fffcdf3bc3864de421f162ebf5
 2023-08-02 16:58 UTC 

[PATCH] wifi: ath12k: Use pdev_id rather than mac_id to get pdev
 2023-08-02 16:59 UTC  (3+ messages)

[PATCH v8 00/14] crypto: Add Intel Analytics Accelerator (IAA) crypto compression driver
 2023-08-02 16:58 UTC  (4+ messages)
` [PATCH v8 01/14] dmaengine: idxd: add wq driver name support for accel-config user tool

[PATCH -next] spi: Do not check for 0 return after calling platform_get_irq()
 2023-08-02 16:58 UTC  (3+ messages)

[bug report] lockdep/selftests: Use SBRM APIs for wait context tests
 2023-08-02 16:57 UTC  (2+ messages)

[PATCH] wifi: ath12k: avoid array overflow of hw mode for preferred_hw_mode
 2023-08-02 16:58 UTC  (3+ messages)

[PATCH] ethdev: introduce generic flow item and action
 2023-08-02 17:34 UTC  (8+ messages)

[PATCH] ath12k: fix memcpy array overflow in ath12k_peer_assoc_h_he
 2023-08-02 16:56 UTC  (3+ messages)

[PATCH v3 00/14] Add Secure TSC support for SNP guests
 2023-08-02 16:55 UTC  (5+ messages)
` [PATCH v3 05/14] virt: sev-guest: Add vmpck_id to snp_guest_dev struct

[PATCH] wifi: ath12k: correct the data_type from QMI_OPT_FLAG to QMI_UNSIGNED_1_BYTE for mlo_capable
 2023-08-02 16:55 UTC  (3+ messages)

[PATCH] ath12k: Fix a NULL pointer dereference in ath12k_mac_op_hw_scan()
 2023-08-02 16:54 UTC  (3+ messages)

[PATCH V10 00/19] riscv: Add Native/Paravirt/CNA qspinlock support
 2023-08-02 16:47 UTC  (40+ messages)
` [PATCH V10 01/19] asm-generic: ticket-lock: Reuse arch_spinlock_t of qspinlock
` [PATCH V10 02/19] asm-generic: ticket-lock: Move into ticket_spinlock.h
` [PATCH V10 03/19] riscv: qspinlock: errata: Add ERRATA_THEAD_WRITE_ONCE fixup
` [PATCH V10 04/19] riscv: qspinlock: Add basic queued_spinlock support
` [PATCH V10 05/19] riscv: qspinlock: Introduce combo spinlock
` [PATCH V10 06/19] riscv: qspinlock: Allow force qspinlock from the command line
` [PATCH V10 07/19] riscv: qspinlock: errata: Introduce ERRATA_THEAD_QSPINLOCK
` [PATCH V10 08/19] riscv: qspinlock: Use new static key for controlling call of virt_spin_lock()
` [PATCH V10 09/19] RISC-V: paravirt: pvqspinlock: Add paravirt qspinlock skeleton
` [PATCH V10 10/19] RISC-V: paravirt: pvqspinlock: KVM: "
` [PATCH V10 11/19] RISC-V: paravirt: pvqspinlock: KVM: Implement kvm_sbi_ext_pvlock_kick_cpu()
` [PATCH V10 12/19] RISC-V: paravirt: pvqspinlock: Add nopvspin kernel parameter
` [PATCH V10 13/19] RISC-V: paravirt: pvqspinlock: Remove unnecessary definitions of cmpxchg & xchg
` [PATCH V10 14/19] RISC-V: paravirt: pvqspinlock: Add xchg8 & cmpxchg_small support
` [PATCH V10 15/19] RISC-V: paravirt: pvqspinlock: Add SBI implementation
` [PATCH V10 16/19] RISC-V: paravirt: pvqspinlock: Add kconfig entry
` [PATCH V10 17/19] RISC-V: paravirt: pvqspinlock: Add trace point for pv_kick/wait
` [PATCH V10 18/19] locking/qspinlock: Move pv_ops into x86 directory
` [PATCH V10 19/19] locking/qspinlock: riscv: Add Compact NUMA-aware lock support

[PATCH 1/2] Revert "lib: string: Fix strlcpy return value", fix callers
 2023-08-02 16:53 UTC  (4+ messages)

[PATCH mptcp-next 0/3] add bpf_stale scheduler
 2023-08-02 16:52 UTC  (3+ messages)
` [PATCH mptcp-next 1/3] Squash to "bpf: Add bpf_mptcp_sched_ops"

[PATCH -next v2] SCSI: fix possible memory leak while device_add() fails
 2023-08-02 16:50 UTC  (2+ messages)

[PATCH 1/3] Compiler attributes: Introduce the __preserve_most function attribute
 2023-08-02 16:50 UTC  (3+ messages)

回复:equipment height adjustable leveling casters-MIYA Metal Porducts
 2023-08-02 16:50 UTC 

scheduler problems in -next (was: Re: [PATCH 6.4 000/227] 6.4.7-rc1 review)
 2023-08-02 16:51 UTC  (11+ messages)

[PATCH 1/3] wifi: ath11k: Split coldboot calibration hw_param
 2023-08-02 16:50 UTC  (3+ messages)

[PATCH v6] vfs, security: Fix automount superblock LSM init problem, preventing NFS sb sharing
 2023-08-02 16:49 UTC 

[tnguy-next-queue:dev-queue 6/35] drivers/net/ethernet/intel/ice/ice_main.c:8876:2-8: preceding lock on line 8856
 2023-08-02 16:49 UTC 

[PATCH v7 5/7] nvmem: core: Rework layouts to become platform devices
 2023-08-02 16:49 UTC 

Git is removing . from the last part of user.name
 2023-08-02 16:49 UTC  (4+ messages)
` [PATCH] ident: don't consider trailing dot crud

[RFC PATCH 2/2] ext4: ioctl add EXT4_IOC_SUPERBLOCK_KEY_S_ERRORS
 2023-08-02 16:49 UTC  (2+ messages)

[Intel-wired-lan] [PATCH net-next] ice: use list_for_each_entry() helper
 2023-08-02 16:49 UTC  (3+ messages)
  `  "

[PATCH v1 0/7] ACPI: thermal: Use trip point table to register thermal zones
 2023-08-02 16:48 UTC  (9+ messages)
` [PATCH v3 0/8] "
  ` [PATCH v3 1/8] thermal: core: Add mechanism for connecting trips with driver data

[PATCH net-next] net: microchip: vcap api: Use ERR_CAST() in vcap_decode_rule()
 2023-08-02 16:48 UTC  (3+ messages)

[syzbot] [fs?] INFO: task hung in pipe_release (4)
 2023-08-02 16:48 UTC  (2+ messages)

[Buildroot] [PATCH 1/2] support/testing: TestLxc switch to the Arm Bootlin toolchain
 2023-08-02 16:46 UTC  (2+ messages)
` [Buildroot] [PATCH 2/2] package/systemd: bump linux-headers dependency to 4.14

[PATCH net 0/2] net/smc: Fix effective buffer size
 2023-08-02 16:47 UTC  (4+ messages)
` [PATCH net 2/2] net/smc: Use correct buffer sizes when switching between TCP and SMC

[PATCH 0/6] accel/ivpu: Refactor driver code and support new hardware
 2023-08-02 16:47 UTC  (7+ messages)
` [PATCH 1/6] accel/ivpu: Rename sources to use generation based names
` [PATCH 2/6] accel/ivpu: Use generation based function and registers names
` [PATCH 3/6] accel/ivpu: Switch to generation based FW names

[Bug 217122] New: Regression in xhci driver since 6.1 "Transfer event TRB DMA ptr not part of current TD"
 2023-08-02 16:46 UTC  (3+ messages)
` [Bug 217122] "

[PATCH v2 00/12] Multiple cleanup patches for the UFS driver
 2023-08-02 16:46 UTC  (6+ messages)
` [PATCH v2 11/12] scsi: ufs: Simplify transfer request header initialization

[PATCH v2] efi/x86: Ensure that EFI_RUNTIME_MAP is enabled for kexec
 2023-08-02 16:46 UTC  (2+ messages)

[Intel-gfx] [topic/core-for-ci] iommu/vt-d: Check domain flags before setting snp bit in page-control
 2023-08-02 16:46 UTC  (2+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for "

wcn3990 firmware
 2023-08-02 16:45 UTC  (5+ messages)

Deadlock due to EPT_VIOLATION
 2023-08-02 16:45 UTC  (8+ messages)

[PATCH] powerpc: Use shared font data
 2023-08-02 16:43 UTC  (7+ messages)

[PATCH 00/20] bcachefs prereqs patch series
 2023-08-02 16:44 UTC  (8+ messages)
` [PATCH 05/20] block: Allow bio_iov_iter_get_pages() with bio->bi_bdev unset

netif_set_xps_queue() before register_netdev(): correct from an API perspective?
 2023-08-02 16:42 UTC  (4+ messages)

[PATCH] smb: client: fix dfs link mount against w2k8
 2023-08-02 16:43 UTC 

[PATCH v4 0/3] Optimize large folio interaction with deferred split
 2023-08-02 16:42 UTC  (2+ messages)

[PATCH iproute2-next v2] bridge: Add backup nexthop ID support
 2023-08-02 16:41 UTC 

[PATCH net-next] net: Space.h: Remove unused function declarations
 2023-08-02 16:41 UTC  (2+ messages)

image.bbclass question
 2023-08-02 16:41 UTC 

[v3 0/3] ASoC: mediatek:mt8186: fix both the speaker and hdmi
 2023-08-02 16:38 UTC  (7+ messages)
` [v3 2/3] ASoC: mediatek: mt8186: correct the HDMI widgets

[PATCH v2 0/6] Add SGMII support for MAIN CPSW on TI's J7200 SoC
 2023-08-02 16:39 UTC  (2+ messages)

[stable:linux-4.19.y 5172/9999] lib/string.c:312:7: error: redefinition of 'stpcpy'
 2023-08-02 16:38 UTC  (2+ messages)

[RFC PATCH v2 0/6] SVM guest shadow stack support
 2023-08-02 16:38 UTC  (8+ messages)
` [RFC PATCH v2 4/6] KVM: SVM: Save shadow stack host state on VMRUN

[PATCH v2] nfs: test files written size as expected
 2023-08-02 16:36 UTC  (2+ messages)

[PATCH -next v2] scsi: core: fix error handling for dev_set_name
 2023-08-02 16:34 UTC  (2+ messages)

[PATCH 1/5] PCI: add ArrowLake-S PCI ID for Intel HDAudio subsystem
 2023-08-02 16:34 UTC  (3+ messages)

[PATCH] wifi: brcm80211: handle params_v1 allocation failure
 2023-08-02 16:34 UTC 

[PATCH v4 0/8] Refactor the SMMU's CD table ownership
 2023-08-02 16:32 UTC  (18+ messages)
` [PATCH v4 1/8] iommu/arm-smmu-v3: Move ctx_desc out of s1_cfg
` [PATCH v4 2/8] iommu/arm-smmu-v3: Replace s1_cfg with cdtab_cfg
` [PATCH v4 3/8] iommu/arm-smmu-v3: Encapsulate ctx_desc_cfg init in alloc_cd_tables
` [PATCH v4 4/8] iommu/arm-smmu-v3: move stall_enabled to the cd table
` [PATCH v4 5/8] iommu/arm-smmu-v3: Refactor write_ctx_desc
` [PATCH v4 6/8] iommu/arm-smmu-v3: Move CD table to arm_smmu_master
` [PATCH v4 7/8] iommu/arm-smmu-v3: Skip cd sync if CD table isn't active
` [PATCH v4 8/8] iommu/arm-smmu-v3: Rename cdcfg to cd_table

[PATCH v1] parisc: pci-dma: remove unused and dead EISA code and comment
 2023-08-02 16:33 UTC 

[igt-dev] [PATCH v4 0/2] Add atomic DRM cursor hotspot test
 2023-08-02 16:34 UTC  (2+ messages)
` [igt-dev] ✗ Fi.CI.IGT: failure for Add atomic DRM cursor hotspot test (rev4)

[dm-devel] [dm-devel resend] dm mpath: fix UAF in multipath_message()
 2023-08-02 16:33 UTC  (4+ messages)

[PATCH v3] misc: sram: Add DMA-BUF Heap exporting of SRAM areas
 2023-08-02 16:33 UTC  (4+ messages)

[RFC PATCH bpf-next 0/3] bpf: Add new bpf helper bpf_for_each_cpu
 2023-08-02 16:33 UTC  (9+ messages)

more blkdev_get and holder work
 2023-08-02 16:33 UTC  (8+ messages)
` [PATCH 11/12] xfs: drop s_umount over opening the log and RT devices
  ` [f2fs-dev] "
` [PATCH 12/12] xfs use fs_holder_ops for "
  ` [f2fs-dev] "

[Question] git rev-parse verify for non-existent object
 2023-08-02 16:32 UTC  (4+ messages)

[PATCH] staging: vt6655: replace camel case by small case
 2023-08-02 16:33 UTC  (2+ messages)

[PATCH v3 00/17] Support smp.clusters for x86
 2023-08-02 16:31 UTC  (3+ messages)
` [PATCH v3 06/17] i386/cpu: Consolidate the use of topo_info in cpu_x86_cpuid()

[PATCHv4 0/5] net/lwip: add lwip library for the network stack
 2023-08-02 16:32 UTC  (7+ messages)
` [PATCHv4 1/5] net/lwip: add lwip-external submodule

[PATCH v1] xen: remove a confusing comment on auto-translated guest I/O
 2023-08-02 16:31 UTC 

[PATCH v7 1/2] PCI: dwc: Implement general suspend/resume functionality for L2/L3 transitions
 2023-08-02 16:31 UTC  (3+ messages)

21.11.5 patches review and test
 2023-08-02 16:31 UTC 

[PATCH v1] swiotlb: move slot allocation explanation comment where it belongs
 2023-08-02 16:30 UTC 

[PATCH v2 0/2] CXL/events: Fix and improve event dev_dbg() messages
 2023-08-02 16:29 UTC  (5+ messages)
` [PATCH v2 1/2] cxl/mbox: Use correct handle in events debug message
` [PATCH v2 2/2] cxl/mbox: Add handle to event processing debug

[PATCH] ext4: Add correct group descriptors and reserved GDT blocks to system zone
 2023-08-02 16:29 UTC  (3+ messages)

[PATCH] ARM: multi_v7_defconfig: Enable TI Remoteproc and related configs
 2023-08-02 16:29 UTC  (2+ messages)

[PATCH v2] nfsd: don't hand out write delegations on O_WRONLY opens
 2023-08-02 16:29 UTC  (2+ messages)

[PATCH 1/2] ext4: Ractor one helper ext4_num_base_meta_blocks
 2023-08-02 16:28 UTC 

[PATCH 2/2] ext4: Add correct group descriptors and reserved GDT blocks to system zone
 2023-08-02 16:28 UTC 

[PATCH v3 00/36] arm64/gcs: Provide support for GCS in userspace
 2023-08-02 16:27 UTC  (12+ messages)
` [PATCH v3 21/36] arm64/mm: Implement map_shadow_stack()

Lenovo N24: Touchpad lost sync at byte 6
 2023-08-02 16:27 UTC  (2+ messages)

[PATCH][V2][next] accel/qaic: remove redundant pointer pexec
 2023-08-02 15:16 UTC  (3+ messages)

[PATCH V2 0/1] pmem: set QUEUE_FLAG_NOWAIT
 2023-08-02 16:25 UTC  (9+ messages)
` [PATCH V2 1/1] "

[igt-dev] [PATCH 0/1] xe: Rename engine to exec_queue
 2023-08-02 16:22 UTC  (4+ messages)
` [igt-dev] [PATCH 1/1] "

[PATCH 6.4 000/235] 6.4.8-rc2 review
 2023-08-02 16:24 UTC 

[PATCH master] scripts: fix pkg-config use for rsatoc/rkimage hosttools
 2023-08-02 16:21 UTC 

[PATCH 0/3] target/m68k: Fix a few semihosting bugs
 2023-08-02 16:19 UTC  (2+ messages)
` [PATCH 2/3] target/m68k: Fix semihost lseek offset computation


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.