All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-10-20 20:51:52 to 2023-10-20 21:45:45 UTC [more...]

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

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

[PATCH 00/15] eal: mark older API's stable
 2023-10-20 21:41 UTC  (16+ messages)
` [PATCH v2 00/14] eal: mark older API's as stable
  ` [PATCH v2 01/14] eal: make bitops a stable API
  ` [PATCH v2 02/14] eal: mark rte_dev API's as stable
  ` [PATCH v2 03/14] eal: make rte_class API's stable
  ` [PATCH v2 04/14] eal: make rte_drand a stable API
  ` [PATCH v2 05/14] eal: make rte_service_lcore_may_be_active stable
  ` [PATCH v2 06/14] eal: make rte_devargs_reset stable
  ` [PATCH v2 07/14] eal: make pflock API stable
  ` [PATCH v2 08/14] eal: make seqcount and seqlock stable
  ` [PATCH v2 09/14] eal: mark rte_intr_XXX API's as stable
  ` [PATCH v2 10/14] eal: mark rte_atomic128_cmp_exchange "
  ` [PATCH v2 11/14] eal: mark rte_power API's stable
  ` [PATCH v2 12/14] eal: mark rte_eal_vfio_get_token stable
  ` [PATCH v2 13/14] eal: mark rte_vect simd bandwidth API as stable
  ` [PATCH v2 14/14] eal: make rte_version API's stable

[PATCH v8 00/13] KVM: arm64: PMU: Allow userspace to limit the number of PMCs on vCPU
 2023-10-20 21:40 UTC  (28+ messages)
` [PATCH v8 01/13] KVM: arm64: PMU: Introduce helpers to set the guest's PMU
` [PATCH v8 02/13] KVM: arm64: PMU: Set the default PMU for the guest before vCPU reset
` [PATCH v8 03/13] KVM: arm64: PMU: Add a helper to read a vCPU's PMCR_EL0
` [PATCH v8 04/13] KVM: arm64: PMU: Set PMCR_EL0.N for vCPU based on the associated PMU
` [PATCH v8 05/13] KVM: arm64: Add {get,set}_user for PM{C,I}NTEN{SET,CLR}, PMOVS{SET,CLR}
` [PATCH v8 06/13] KVM: arm64: Sanitize PM{C,I}NTEN{SET,CLR}, PMOVS{SET,CLR} before first run
` [PATCH v8 07/13] KVM: arm64: PMU: Allow userspace to limit PMCR_EL0.N for the guest
` [PATCH v8 08/13] tools: Import arm_pmuv3.h
` [PATCH v8 09/13] KVM: selftests: aarch64: Introduce vpmu_counter_access test
` [PATCH v8 10/13] KVM: selftests: aarch64: vPMU register test for implemented counters
` [PATCH v8 11/13] KVM: selftests: aarch64: vPMU register test for unimplemented counters
` [PATCH v8 12/13] KVM: selftests: aarch64: vPMU test for validating user accesses
` [PATCH v8 13/13] KVM: selftests: aarch64: vPMU test for immutability

[REGRESSION] uninitialized value $address in git send-email when given multiple recipients separated by commas
 2023-10-20 21:42 UTC  (12+ messages)
  ` [PATCH] send-email: move process_address_list earlier to avoid, uninitialized address error
                  ` [PATCH 0/3] some send-email --compose fixes

[PATCH net-next v6 0/9] net: dsa: microchip: provide Wake on LAN support
 2023-10-20 21:41 UTC  (7+ messages)
` [PATCH net-next v6 5/9] net: dsa: microchip: ksz9477: Add Wake on Magic Packet support

[RESEND] git-rebase.txt: rewrite docu for fixup/squash (again)
 2023-10-20 21:40 UTC  (2+ messages)

[PATCH v2 0/2] Fix issues caused by DML2 in ASICs older than DCN35
 2023-10-20 21:38 UTC  (4+ 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 bpf-next v5 0/9] Registrating struct_ops types from modules
 2023-10-20 21:37 UTC  (6+ messages)
` [PATCH bpf-next v5 3/9] bpf: hold module for bpf_struct_ops_map

[PATCH v2 00/65] target/hppa: Implement hppa64-cpu
 2023-10-20 21:35 UTC  (30+ messages)
` [PATCH v2 05/65] target/hppa: Remove load_const
` [PATCH v2 06/65] target/hppa: Fix hppa64 case in machine.c
` [PATCH v2 13/65] target/hppa: Introduce TYPE_HPPA64_CPU
` [PATCH v2 14/65] target/hppa: Make HPPA_BTLB_ENTRIES variable
` [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 38/65] target/hppa: Decode ADDB double-word
` [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 46/65] hw/hppa: Use uint32_t instead of target_ureg
` [PATCH v2 47/65] target/hppa: Remove TARGET_REGISTER_BITS
` [PATCH v2 49/65] target/hppa: Remove remaining TARGET_REGISTER_BITS redirections
` [PATCH v2 51/65] target/hppa: Replace tcg_gen_*_tl with tcg_gen_*_i64
` [PATCH v2 55/65] target/hppa: Implement HSHL, HSHR
` [PATCH v2 58/65] target/hppa: Implement PERMH
` [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 64/65] hw/hppa: Translate phys addresses for the cpu
` [PATCH v2 65/65] linux-user/hppa: Drop EXCP_DUMP from handled exceptions

[Intel-wired-lan] [PATCH iwl-next 1/6] i40e: Remove unused flags
 2023-10-20 21:35 UTC  (20+ messages)
` [Intel-wired-lan] [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] [PATCH iwl-next 5/6] i40e: Consolidate hardware capabilities
    `  "
` [Intel-wired-lan] [PATCH iwl-next 6/6] i40e: Initialize hardware capabilities at single place
    `  "
  ` [PATCH iwl-next 1/6] i40e: Remove unused flags

[resend PATCH v2 2/2] fuse: ensure that submounts lookup their parent
 2023-10-20 21:34 UTC  (5+ messages)
` [PATCH v3] fuse: share lookup state between submount and its parent
    ` [PATCH v4] "

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

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

[Intel-gfx] [PATCH] drm/i915/mcr: Hold GT forcewake during steering operations
 2023-10-20 21:32 UTC  (3+ messages)
` [Intel-gfx] [PATCH v2] "

[PATCH v8 0/8] Add support for Sub-NUMA cluster (SNC) systems
 2023-10-20 21:31 UTC  (10+ messages)
` [PATCH v9 "
  ` [PATCH v9 1/8] x86/resctrl: Prepare for new domain scope
  ` [PATCH v9 2/8] x86/resctrl: Prepare to split rdt_domain structure
  ` [PATCH v9 3/8] x86/resctrl: Prepare for different scope for control/monitor operations
  ` [PATCH v9 4/8] x86/resctrl: Split the rdt_domain and rdt_hw_domain structures
  ` [PATCH v9 5/8] x86/resctrl: Add node-scope to the options for feature scope
  ` [PATCH v9 6/8] x86/resctrl: Introduce snc_nodes_per_l3_cache
  ` [PATCH v9 7/8] x86/resctrl: Sub NUMA Cluster detection and enable
  ` [PATCH v9 8/8] x86/resctrl: Update documentation with Sub-NUMA cluster changes

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 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

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

[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] 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 vendor events: Update PMC used in PM_RUN_INST_CMPL event for power10 platform
 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 v2 1/1] efi_loader: expose the device-tree file name
 2023-10-20 21:19 UTC  (7+ messages)

[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 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 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

[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] fanotify fix for 6.6-rc7
 2023-10-20 21:08 UTC  (2+ messages)

[GIT PULL] ACPI fixes for v6.6-rc7
 2023-10-20 21:07 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 "

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


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.