All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-10-20 20:45:02 to 2023-10-20 21:31:22 UTC [more...]

linux-lvm has migrated to lists.linux.dev [was: Re: Welcome to the "linux-lvm" mailing list]
 2023-10-20 21:31 UTC 

[GIT PULL] ASoC updates for v6.7
 2023-10-20 21:28 UTC 

[PATCH v2 0/2] Fix issues caused by DML2 in ASICs older than DCN35
 2023-10-20 21:26 UTC  (3+ messages)
` [PATCH v2 1/2] drm/amd/display: Set the DML2 attribute to false in all DCNs older than version 3.5
` [PATCH v2 2/2] drm/amd/display: Fix DMUB errors introduced by DML2

[PATCH iwl-next 1/6] i40e: Remove unused flags
 2023-10-20 21:29 UTC  (14+ messages)
` [PATCH iwl-next 2/6] i40e: Remove _t suffix from enum type names
    ` [Intel-wired-lan] "
` [PATCH iwl-next 3/6] i40e: Use DECLARE_BITMAP for flags and hw_features fields in i40e_pf
    ` [Intel-wired-lan] "
` [PATCH iwl-next 4/6] i40e: Use DECLARE_BITMAP for flags field in i40e_hw
    ` [Intel-wired-lan] "
  ` [Intel-wired-lan] [PATCH iwl-next 1/6] i40e: Remove unused flags

[PATCH v4 0/4] Trailer readability cleanups
 2023-10-20 21:29 UTC  (4+ messages)
` [PATCH v5 0/3] "
  ` [PATCH v5 2/3] trailer: find the end of the log message

[PATCH net-next 0/8] bnxt_en: Update for net-next
 2023-10-20 21:27 UTC  (9+ messages)
` [PATCH net-next 1/8] bnxt_en: Do not call sleeping hwmon_notify_event() from NAPI
` [PATCH net-next 2/8] bnxt_en: Fix invoking hwmon_notify_event
` [PATCH net-next 3/8] bnxt_en: add infrastructure to lookup ethtool link mode
` [PATCH net-next 4/8] bnxt_en: support lane configuration via ethtool
` [PATCH net-next 5/8] bnxt_en: refactor speed independent ethtool modes
` [PATCH net-next 6/8] bnxt_en: Refactor NRZ/PAM4 link speed related logic
` [PATCH net-next 7/8] bnxt_en: convert to linkmode_set_bit() API
` [PATCH net-next 8/8] bnxt_en: extend media types to supported and autoneg modes

RTT-PROBE: lore-subspace-rtt
 2023-10-20 21:28 UTC 

[RESEND PATCH v2] arm64: dts: Update cache properties for socionext
 2023-10-20 21:26 UTC  (3+ messages)

[PATCH net-next v4 0/6] Support symmetric RSS (Toeplitz) hash
 2023-10-20 21:24 UTC  (16+ messages)
` [PATCH net-next v4 1/6] net: ethtool: allow symmetric-xor RSS hash for any flow type
                            ` [Intel-wired-lan] "

[PATCH] arm64: dts: rockchip: add missing mandatory rk3588 PCIe atu property
 2023-10-20 21:23 UTC  (3+ messages)

[PATCH v2 0/7] ima: kexec: measure events between kexec load and execute
 2023-10-20 21:21 UTC  (11+ messages)
` [PATCH v2 1/7] ima: refactor ima_dump_measurement_list to move memory allocation to a separate function
` [PATCH v2 6/7] ima: make the memory for events between kexec load and exec configurable

[PATCH v8 00/23] Fix libata suspend/resume handling and code cleanup
 2023-10-20 21:23 UTC  (9+ messages)
` [PATCH v8 04/23] scsi: sd: Differentiate system and runtime start/stop management

[PATCH] MAINTAINERS: update AMD CRYPTOGRAPHIC COPROCESSOR (CCP) DRIVER - SEV SUPPORT
 2023-10-20 21:22 UTC 

[PATCH v3] mux: mmio: use reg property when parent device is not a syscon
 2023-10-20 21:22 UTC  (4+ messages)

[PATCH v4 00/18] IOMMUFD Dirty Tracking
 2023-10-20 21:22 UTC  (8+ messages)
` [PATCH v4 11/18] iommu/amd: Access/Dirty bit support in IOPTEs

[PATCH v1] ALSA: SOF: sof-pci-dev: Fix community key quirk detection
 2023-10-20 21:21 UTC  (3+ messages)

[PATCH] perf data: Increase RLIMIT_NOFILE limit when open too many files in perf_data__create_dir()
 2023-10-20 21:21 UTC  (2+ messages)

[PATCH] perf trace: Use the right bpf_probe_read(_str) variant for reading user data
 2023-10-20 21:21 UTC  (2+ messages)

[PATCH] perf vendor events: Update PMC used in PM_RUN_INST_CMPL event for power10 platform
 2023-10-20 21:21 UTC  (2+ messages)

[PATCH v2 00/65] target/hppa: Implement hppa64-cpu
 2023-10-20 21:19 UTC  (65+ messages)
` [PATCH v2 03/65] target/hppa: Remove get_temp
` [PATCH v2 04/65] target/hppa: Remove get_temp_tl
` [PATCH v2 05/65] target/hppa: Remove load_const
` [PATCH v2 06/65] target/hppa: Fix hppa64 case in machine.c
` [PATCH v2 07/65] target/hppa: Fix load in do_load_32
` [PATCH v2 09/65] target/hppa: Fix trans_ds for hppa64
` [PATCH v2 10/65] target/hppa: Fix do_add, do_sub "
` [PATCH v2 11/65] target/hppa: Fix bb_sar "
` [PATCH v2 12/65] target/hppa: Fix extrw and depw with sar "
` [PATCH v2 13/65] target/hppa: Introduce TYPE_HPPA64_CPU
` [PATCH v2 14/65] target/hppa: Make HPPA_BTLB_ENTRIES variable
` [PATCH v2 15/65] target/hppa: Implement cpu_list
` [PATCH v2 16/65] target/hppa: Implement hppa_cpu_class_by_name
` [PATCH v2 17/65] target/hppa: Update cpu_hppa_get/put_psw for hppa64
` [PATCH v2 18/65] target/hppa: Handle absolute addresses for pa2.0
` [PATCH v2 19/65] target/hppa: Adjust hppa_cpu_dump_state for hppa64
` [PATCH v2 20/65] target/hppa: Fix hppa64 addressing
` [PATCH v2 21/65] target/hppa: sar register allows only 5 bits on 32-bit CPU
` [PATCH v2 22/65] target/hppa: Pass d to do_cond
` [PATCH v2 23/65] target/hppa: Pass d to do_sub_cond
` [PATCH v2 24/65] target/hppa: Pass d to do_log_cond
` [PATCH v2 25/65] target/hppa: Pass d to do_sed_cond
` [PATCH v2 26/65] target/hppa: Pass d to do_unit_cond
` [PATCH v2 27/65] linux-user/hppa: Fixes for TARGET_ABI32
` [PATCH v2 28/65] target/hppa: Drop attempted gdbstub support for hppa64
` [PATCH v2 29/65] target/hppa: Remove TARGET_HPPA64
` [PATCH v2 30/65] target/hppa: Decode d for logical instructions
` [PATCH v2 31/65] target/hppa: Decode d for unit instructions
` [PATCH v2 32/65] target/hppa: Decode d for cmpclr instructions
` [PATCH v2 33/65] target/hppa: Decode d for add instructions
` [PATCH v2 34/65] target/hppa: Decode d for sub instructions
` [PATCH v2 35/65] target/hppa: Decode d for bb instructions
` [PATCH v2 36/65] target/hppa: Decode d for cmpb instructions
` [PATCH v2 37/65] target/hppa: Decode CMPIB double-word
` [PATCH v2 38/65] target/hppa: Decode ADDB double-word
` [PATCH v2 39/65] target/hppa: Implement LDD, LDCD, LDDA, STD, STDA
` [PATCH v2 40/65] target/hppa: Implement DEPD, DEPDI
` [PATCH v2 41/65] target/hppa: Implement EXTRD
` [PATCH v2 42/65] target/hppa: Implement SHRPD
` [PATCH v2 43/65] target/hppa: Implement CLRBTS, POPBTS, PUSHBTS, PUSHNOM
` [PATCH v2 44/65] target/hppa: Implement STDBY
` [PATCH v2 45/65] target/hppa: Implement IDTLBT, IITLBT
` [PATCH v2 46/65] hw/hppa: Use uint32_t instead of target_ureg
` [PATCH v2 47/65] target/hppa: Remove TARGET_REGISTER_BITS
` [PATCH v2 48/65] target/hppa: Remove most of the TARGET_REGISTER_BITS redirections
` [PATCH v2 49/65] target/hppa: Remove remaining "
` [PATCH v2 50/65] target/hppa: Use tcg_temp_new_i64 not tcg_temp_new
` [PATCH v2 51/65] target/hppa: Replace tcg_gen_*_tl with tcg_gen_*_i64
` [PATCH v2 52/65] target/hppa: Implement HADD
` [PATCH v2 53/65] target/hppa: Implement HSUB
` [PATCH v2 54/65] target/hppa: Implement HAVG
` [PATCH v2 55/65] target/hppa: Implement HSHL, HSHR
` [PATCH v2 56/65] target/hppa: Implement HSHLADD, HSHRADD
` [PATCH v2 57/65] target/hppa: Implement MIXH, MIXW
` [PATCH v2 58/65] target/hppa: Implement PERMH
` [PATCH v2 59/65] target/hppa: Fix interruption based on default PSW
` [PATCH v2 60/65] target/hppa: Precompute zero into DisasContext
` [PATCH v2 61/65] target/hppa: Return zero for r0 from load_gpr
` [PATCH v2 62/65] target/hppa: Simplify trans_dep*_imm
` [PATCH v2 63/65] include/hw/elf: Remove truncating signed casts
` [PATCH v2 64/65] hw/hppa: Translate phys addresses for the cpu
` [PATCH v2 65/65] linux-user/hppa: Drop EXCP_DUMP from handled exceptions

[PATCH v2 1/1] efi_loader: expose the device-tree file name
 2023-10-20 21:19 UTC  (7+ messages)

RTT-PROBE: lore-subspace-rtt
 2023-10-20 21:18 UTC 

[PATCH bpf-next v3 0/7] bpf: Fixes for per-cpu kptr
 2023-10-20 21:17 UTC  (6+ messages)
` [PATCH bpf-next v3 2/7] mm/percpu.c: introduce pcpu_alloc_size()

[Intel-wired-lan] [PATCH net-next] i40e: increase max descriptors for XL710
 2023-10-20 21:16 UTC  (2+ messages)

[PATCH] perf build: Remove stray '\' before that is warned about since grep 3.8
 2023-10-20 21:15 UTC  (4+ messages)

[PATCH v4] perf bench sched pipe: Add -G/--cgroups option
 2023-10-20 21:13 UTC  (3+ messages)

[bluez/bluez] ffc581: shared/util: Add util_debug_{tlv, bit} helpers
 2023-10-20 21:14 UTC 

[PATCH v4 0/5] r8152: Avoid writing garbage to the adapter's registers
 2023-10-20 21:10 UTC  (5+ messages)
` [PATCH v4 5/5] r8152: Block future register access if register access fails

[PATCH v2 0/5] Preparations for fixing WMI reprobing issue
 2023-10-20 21:10 UTC  (6+ messages)
` [PATCH v2 1/5] platform/x86: wmi: Decouple probe deferring from wmi_block_list
` [PATCH v2 2/5] platform/x86: wmi: Fix refcounting of WMI devices in legacy functions
` [PATCH v2 3/5] platform/x86: wmi: Fix probe failure when failing to register WMI devices
` [PATCH v2 4/5] platform/x86: wmi: Fix opening of char device
` [PATCH v2 5/5] platform/x86: wmi: Decouple WMI device removal from wmi_block_list

[PATCH v2] i40e: add an error code check in i40e_vsi_setup
 2023-10-20 21:09 UTC  (4+ messages)
    ` [Intel-wired-lan] "

[PATCH v5 0/8] r8152: Avoid writing garbage to the adapter's registers
 2023-10-20 21:06 UTC  (9+ messages)
` [PATCH v5 1/8] r8152: Increase USB control msg timeout to 5000ms as per spec
` [PATCH v5 2/8] r8152: Run the unload routine if we have errors during probe
` [PATCH v5 3/8] r8152: Cancel hw_phy_work if we have an error in probe
` [PATCH v5 4/8] r8152: Release firmware "
` [PATCH v5 5/8] r8152: Check for unplug in rtl_phy_patch_request()
` [PATCH v5 6/8] r8152: Check for unplug in r8153b_ups_en() / r8153c_ups_en()
` [PATCH v5 7/8] r8152: Rename RTL8152_UNPLUG to RTL8152_INACCESSIBLE
` [PATCH v5 8/8] r8152: Block future register access if register access fails

[PATCH v2 00/13] Improvements to memory use
 2023-10-20 21:08 UTC  (5+ messages)
` [PATCH v2 13/13] perf machine thread: Remove exited threads by default

RTT-PROBE: lore-subspace-rtt
 2023-10-20 21:08 UTC 

[GIT PULL] Please pull a few more NFS Client Bugfixes for Linux 6.6-rc
 2023-10-20 21:08 UTC  (2+ messages)

[GIT PULL] ACPI fixes for v6.6-rc7
 2023-10-20 21:07 UTC  (2+ messages)

[GIT PULL] fanotify fix for 6.6-rc7
 2023-10-20 21:08 UTC  (2+ messages)

Regression: git send-email fails with "Use of uninitialized value $address" + "unable to extract a valid address"
 2023-10-20 21:06 UTC  (3+ messages)

[PATCH RFC 0/9] fs: multigrain timestamps (redux)
 2023-10-20 21:05 UTC  (12+ messages)
` [PATCH RFC 2/9] timekeeping: new interfaces for multigrain timestamp handing

Couldn't get audit messages for 'listen' on kernel 4.19.0-6-686-pae
 2023-10-20 19:14 UTC 

[PATCH 00/20] remove experimental flag from some API's
 2023-10-20 20:57 UTC  (28+ messages)
` [PATCH v5 00/26] Promote many experimental API's to stable
  ` [PATCH v5 01/26] bpf: make rte_bpf_dump and rte_bpf_convert stable API's
  ` [PATCH v5 02/26] cmdline: make experimental API's stable
  ` [PATCH v5 03/26] ethdev: mark rte_tm API's as stable
  ` [PATCH v5 04/26] pdump: make API's stable
  ` [PATCH v5 05/26] pcapng: mark API's as stable
  ` [PATCH v5 06/26] net: remove experimental from functions
  ` [PATCH v5 07/26] rcu: remove experimental from rte_rcu_qbsr
  ` [PATCH v5 08/26] lpm: remove experimental
  ` [PATCH v5 09/26] mbuf: remove experimental from create_extbuf
  ` [PATCH v5 10/26] hash: remove experimental from toeplitz hash
  ` [PATCH v5 11/26] timer: remove experimental from rte_timer_next_ticks
  ` [PATCH v5 12/26] sched: remove experimental
  ` [PATCH v5 13/26] dmadev: mark API's as not experimental
  ` [PATCH v5 14/26] meter: remove experimental warning from comments
  ` [PATCH v5 15/26] power: remove experimental from API's
  ` [PATCH v5 16/26] kvargs: remove experimental flag
  ` [PATCH v5 17/26] ip_frag: mark a couple of functions stable
  ` [PATCH v5 18/26] member: remove experimental tag
  ` [PATCH v5 19/26] security: remove experimental flag from macsec
  ` [PATCH v5 20/26] bbdev: remove experimental tag
  ` [PATCH v5 21/26] ipsec: remove experimental from SA API
  ` [PATCH v5 22/26] compressdev: remove experimental flag
  ` [PATCH v5 23/26] regexdev: remove experimental tag
  ` [PATCH v5 24/26] node: remove some of the experimental tags
  ` [PATCH v5 25/26] eventdev: make many API's stable
  ` [PATCH v5 26/26] cryptodev: mark older "

RTT-PROBE: lore-subspace-rtt
 2023-10-20 20:58 UTC 

FAILED: patch "[PATCH] net: avoid UAF on deleted altname" failed to apply to 5.10-stable tree
 2023-10-20 20:54 UTC 

FAILED: patch "[PATCH] net: avoid UAF on deleted altname" failed to apply to 5.15-stable tree
 2023-10-20 20:54 UTC 

[PATCH] [v2] nvme: keyring: fix conditional compilation
 2023-10-20 20:54 UTC 

[Intel-xe] [PATCH] drm/xe/xe_exec_queue: Add check for access counter granularity
 2023-10-20 20:53 UTC  (3+ messages)

RFC: thoughts on SELinux namespacing
 2023-10-20 20:52 UTC  (4+ messages)

[bpf-next PATCH v2 1/4] kbuild: remove ARCH_POSTLINK from module builds
 2023-10-20 20:51 UTC  (6+ messages)
` [bpf-next PATCH v2 4/4] kbuild: refactor module BTF rule

perf sampling count/freq/period strange bahavior
 2023-10-20 20:50 UTC  (3+ messages)

[PATCH v1 1/5] media: Populate location to qos structure
 2023-10-20 20:50 UTC  (2+ messages)

[PATCH BlueZ v2 1/4] shared/util: Add util_debug_{tlv, bit} helpers
 2023-10-20 20:50 UTC  (2+ messages)

[PATCH] seq_buf: fix a misleading comment
 2023-10-20 20:49 UTC  (2+ messages)

[PATCH v3] parisc: Add nop instructions after TLB inserts
 2023-10-20 20:49 UTC 

[PATCH] s390/vfio-ap: fix sysfs status attribute for AP queue devices
 2023-10-20 20:48 UTC 

RTT-PROBE: lore-subspace-rtt
 2023-10-20 20:48 UTC 

[PATCH v3 1/3] perf lock contention: Clear lock addr after use
 2023-10-20 20:47 UTC  (3+ messages)
` [PATCH v3 2/3] perf lock contention: Check race in tstamp elem creation
` [PATCH v3 3/3] perf lock contention: Use per-cpu array map for spinlocks

[PATCH net-next v5 0/5] Rust abstractions for network PHY drivers
 2023-10-20 20:30 UTC  (5+ messages)
` [PATCH net-next v5 1/5] rust: core "

[PATCH v3 00/14] Pass data temperature information to SCSI disk devices
 2023-10-20 20:45 UTC  (3+ messages)

[PATCH 0/6] Delay VERW
 2023-10-20 20:45 UTC  (7+ messages)
` [PATCH 1/6] x86/bugs: Add asm helpers for executing VERW
` [PATCH 2/6] x86/entry_64: Add VERW just before userspace transition
` [PATCH 3/6] x86/entry_32: "
` [PATCH 4/6] x86/bugs: Use ALTERNATIVE() instead of mds_user_clear static key
` [PATCH 5/6] x86/bugs: Cleanup mds_user_clear
` [PATCH 6/6] KVM: VMX: Move VERW closer to VMentry for MDS mitigation

[master/kirkstone][PATCH 1/5] conf: beaglebone-ai64: trim down the DTB list
 2023-10-20 20:44 UTC  (5+ messages)
` [master/kirkstone][PATCH 2/5] conf: beagleplay: "
` [master/kirkstone][PATCH 3/5] linux-bb.org: update kernel to 6.1 for Beagle devices
` [master/kirkstone][PATCH 4/5] u-boot-bb.org: add back Beagle-specific U-boot 2023.04
` [master/kirkstone][PATCH 5/5] conf: beagle*: recommend essential FW images for Beagle devices


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.