All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-06-25 10:38:19 to 2024-06-25 11:26:11 UTC [more...]

[PATCH v2 000/148] Update net/ice base driver to latest upstream snapshot
 2024-06-25 11:13 UTC  (93+ messages)
` [PATCH v3 000/129] "
  ` [PATCH v3 001/129] net/ice/base: convert enum ice_status to int
  ` [PATCH v3 002/129] net/ice/base: replace ICE_SUCCESS with int
  ` [PATCH v3 003/129] net/ice/base: add E830 definitions
  ` [PATCH v3 004/129] net/ice/base: update phy config during link restart
  ` [PATCH v3 005/129] net/ice/base: fix for pointer to variable outside scope
  ` [PATCH v3 006/129] net/ice/base: add missing include
  ` [PATCH v3 007/129] net/ice/base: add ability to set markid via switch filter
  ` [PATCH v3 008/129] net/ice/base: improve ice_debug_cq messages
  ` [PATCH v3 009/129] net/ice/base: add mgmt netlist auth support command
  ` [PATCH v3 010/129] net/ice/base: avoid undefined variables
  ` [PATCH v3 011/129] net/ice/base: improve media type handling for phy caps
  ` [PATCH v3 012/129] net/ice/base: update flow seg fields to declared bitmaps
  ` [PATCH v3 013/129] net/ice/base: update interface in ice_parse_common_caps
  ` [PATCH v3 014/129] net/ice/base: refactor (non) bitmap declarations
  ` [PATCH v3 015/129] net/ice/base: remove unnecessary control queue cmd_buf arrays
  ` [PATCH v3 016/129] net/ice/base: alloc port_info only once
  ` [PATCH v3 017/129] net/ice/base: update code with flex array safe allocations
  ` [PATCH v3 018/129] net/ice/base: support for OROM update in recovery mode
  ` [PATCH v3 019/129] net/ice/base: improve find recipe routine
  ` [PATCH v3 020/129] net/ice/base: fix memory leak when checking firmware version
  ` [PATCH v3 021/129] net/ice/base: add LL Tx timestamp interrupt read
  ` [PATCH v3 022/129] net/ice/base: use model-dependent number of PHY ports
  ` [PATCH v3 023/129] net/ice/base: use ice_bitmap_t in promisc functions
  ` [PATCH v3 024/129] net/ice/base: fix rx-only unicast promiscuous mode
  ` [PATCH v3 025/129] net/ice/base: add support for E825-C TX clock changing
  ` [PATCH v3 026/129] net/ice/base: fix for applying multiple cloud filters
  ` [PATCH v3 027/129] net/ice/base: prevent potential integer overflow
  ` [PATCH v3 028/129] net/ice/base: implement initial PTP support for E830
  ` [PATCH v3 029/129] net/ice/base: fix resource leak
  ` [PATCH v3 030/129] net/ice/base: move lock outside of if-else
  ` [PATCH v3 031/129] net/ice/base: refactor control queue send delay
  ` [PATCH v3 032/129] net/ice/base: allow for dumping all clusters
  ` [PATCH v3 033/129] net/ice/base: remove PTP aqc_driver_params
  ` [PATCH v3 034/129] net/ice/base: change data buffer in i2c write to be const
  ` [PATCH v3 035/129] net/ice/base: fix sign-extension
  ` [PATCH v3 036/129] net/ice/base: add helper function for refsync
  ` [PATCH v3 037/129] net/ice/base: added informational message for NAC topology
  ` [PATCH v3 038/129] net/ice/base: add Cage Max Power override NVM module
  ` [PATCH v3 039/129] net/ice/base: adapt No FEC in Auto support check to add E82X devices
  ` [PATCH v3 040/129] net/ice/base: fix incorrect size when allocating children arrays
  ` [PATCH v3 041/129] net/ice/base: fix GCS descriptor field offsets
  ` [PATCH v3 042/129] net/ice/base: add VSI type for subfunctions
  ` [PATCH v3 043/129] net/ice/base: correct the return type of ice_bitmap_hweight
  ` [PATCH v3 044/129] net/ice/base: fix ice_ptp_one_port_cmd to avoid stale PHY commands
  ` [PATCH v3 045/129] net/ice/base: remove dead code from ice_get_ddp_pkg_state
  ` [PATCH v3 046/129] net/ice/base: use ICE_PTP_NOP to better indicate no action
  ` [PATCH v3 047/129] net/ice/base: add fw log file
  ` [PATCH v3 048/129] net/ice/base: use "err" instead of "status" in ice_ptp_hw.c
  ` [PATCH v3 049/129] net/ice/base: re-number E810-T subdevice IDs to match upstream
  ` [PATCH v3 050/129] net/ice/base: enable RDMA Act-Act unload paths
  ` [PATCH v3 051/129] net/ice/base: parse 1PPS GPIO in 1588 function caps
  ` [PATCH v3 052/129] net/ice/base: fix check for existing switch rule
  ` [PATCH v3 053/129] net/ice/base: fall back to safe CGU params
  ` [PATCH v3 054/129] net/ice/base: change tmr_idx to u32
  ` [PATCH v3 055/129] net/ice/base: be more verbose when preparing timer sync
  ` [PATCH v3 056/129] net/ice/base: update strict status when assigning BW limits
  ` [PATCH v3 057/129] net/ice/base: improve read retry value calculation
  ` [PATCH v3 058/129] net/ice/base: check if recipe buffer was already allocated
  ` [PATCH v3 059/129] net/ice/base: use correct type
  ` [PATCH v3 060/129] net/ice/base: read OROM in a loop
  ` [PATCH v3 061/129] net/ice/base: ignore snprintf return value
  ` [PATCH v3 062/129] net/ice/base: check array bounds
  ` [PATCH v3 063/129] net/ice/base: copy output IO params from command descriptor
  ` [PATCH v3 064/129] net/ice/base: enable Next Cluster ID capability
  ` [PATCH v3 065/129] net/ice/base: fix potential TLV length overflow
  ` [PATCH v3 066/129] net/ice/base: add function to read SDP section from NVM
  ` [PATCH v3 067/129] net/ice/base: add Floating VEB support
  ` [PATCH v3 068/129] net/ice/base: add defines for loopback mode
  ` [PATCH v3 069/129] net/ice/base: allow skipping PF clear
  ` [PATCH v3 070/129] net/ice/base: fix in the definition of the Board Type
  ` [PATCH v3 071/129] net/ice/base: make ice_clear_vsi_q_ctx() non-static
  ` [PATCH v3 072/129] net/ice/base: fix package download algorithm
  ` [PATCH v3 073/129] net/ice/base: allows packages with mixed signature presence
  ` [PATCH v3 074/129] net/ice/base: fix ice_memcpy type specifiers
  ` [PATCH v3 075/129] net/ice/base: allow different FW API versions based on MAC type
  ` [PATCH v3 076/129] net/ice/base: add 32 GT bus speed enumerated value
  ` [PATCH v3 077/129] net/ice/base: add E830 debug dump cluster ID values
  ` [PATCH v3 078/129] net/ice/base: fix for preparing PHY for timesync command
  ` [PATCH v3 079/129] net/ice/base: support for firmware sanitization
  ` [PATCH v3 080/129] net/ice/base: add 200G speeds to PHY types decoding
  ` [PATCH v3 081/129] net/ice/base: add PHY OFFSET_READY register clearing
  ` [PATCH v3 082/129] net/ice/base: rename PHY model designator fields and functions
  ` [PATCH v3 083/129] net/ice/base: enable SB access explicitly before 1st PHY access
  ` [PATCH v3 084/129] net/ice/base: refactor ETH56G PHY initialization
  ` [PATCH v3 085/129] net/ice/base: refactor ETH56G support for multiple PHYs per MAC
  ` [PATCH v3 086/129] net/ice/base: implement interface to reset timestamp memory
  ` [PATCH v3 087/129] net/ice/base: return high address for multi-read eth56g registers
  ` [PATCH v3 088/129] net/ice/base: add function to read Tx timestamp status register
  ` [PATCH v3 089/129] net/ice/base: implement upper-level PHY control functions
  ` [PATCH v3 090/129] net/ice/base: squash multiple fixes for e56g device
  ` [PATCH v3 091/129] net/ice/base: allow passing flags to sbq command

[PATCH] drm/i915/display: For MTL+ platforms skip mg dp programming
 2024-06-25 11:18 UTC 

[PATCH] xfs: make xfs_log_iovec independent from xfs_log_vec and release it early
 2024-06-25 11:24 UTC  (4+ messages)

[PATCH v3 v4l-utils] common: Use posix_memalign for allocating userptr buffers
 2024-06-25 11:24 UTC 

[PATCH 6.1 000/131] 6.1.96-rc1 review
 2024-06-25 11:23 UTC  (2+ messages)

[PATCH v2 1/2] spi: spi-imx: Switch to RUNTIME_PM_OPS/SYSTEM_SLEEP_PM_OPS()
 2024-06-25 11:22 UTC  (2+ messages)
` [PATCH v2 2/2] spi: spi-fsl-lpspi: Switch to SYSTEM_SLEEP_PM_OPS()

[PATCH for-next 0/5] RDMA/efa: Cleanups and minor improvements
 2024-06-25 11:21 UTC  (4+ messages)
` [PATCH for-next 4/5] RDMA/efa: Move type conversion helpers to efa.h

[REGRESSION][BISECTED] Commit 60e3318e3e900 in stable/linux-6.1.y breaks cifs client failover to another server in DFS namespace
 2024-06-25 11:07 UTC  (3+ messages)
  ` [REGRESSION][BISECTED][STABLE] "

[tip: x86/alternatives] x86/alternatives, kvm: Fix a couple of CALLs without a frame pointer
 2024-06-25 11:20 UTC  (3+ messages)
  ` [PATCH -v2] "

[PATCH v4 0/8] serial: qcom-geni: Overhaul TX handling to fix crashes/hangs
 2024-06-25 11:21 UTC  (5+ messages)
` [PATCH v4 8/8] serial: qcom-geni: Rework TX in FIFO mode to fix hangs/lockups

[PATCH v3 00/15] Add support for RISC-V ACPI tests
 2024-06-25 11:19 UTC  (13+ messages)
` [PATCH v3 05/15] tests/qtest/bios-tables-test.c: Add support for arch in path
` [PATCH v3 06/15] tests/qtest/bios-tables-test.c: Set "arch" for aarch64 tests
` [PATCH v3 07/15] tests/qtest/bios-tables-test.c: Set "arch" for x86 tests
` [PATCH v3 08/15] tests/data/acpi: Move x86 ACPI tables under x86/${machine} path
` [PATCH v3 09/15] tests/data/acpi/virt: Move ARM64 ACPI tables under aarch64/${machine} path
` [PATCH v3 14/15] tests/qtest/bios-tables-test.c: Enable basic testing for RISC-V

[PATCH blktests v2] loop/010: do not assume /dev/loop0
 2024-06-25 11:20 UTC 

PROBLEM: kernel crashes when running xfsdump since ~6.4
 2024-06-25 11:19 UTC  (9+ messages)

[PATCH] arm64: dts: amlogic: sm1: fix spdif compatibles
 2024-06-25 11:18 UTC  (2+ messages)

[PATCH] include: move typeof_strip_qual to compiler.h, use it in QAPI_LIST_LENGTH()
 2024-06-25 11:18 UTC 

[PATCH 1/2] Add libfuzzer target to fuzz/x86_instruction_emulator
 2024-06-25 11:18 UTC  (9+ messages)
` [PATCH 2/2] Add scripts/oss-fuzz/build.sh

[Buildroot] [PATCH v2 1/5] package/xz: bump version to 5.4.7
 2024-06-25 11:11 UTC  (4+ messages)
` [Buildroot] [PATCH v2 5/5] package/xz: convert to cmake build

[PATCH net-next v4 00/10] net: openvswitch: Add sample multicasting
 2024-06-25 11:17 UTC  (3+ messages)
` [PATCH net-next v4 04/10] net: psample: allow using rate as probability

Enable pointer authentication for the SP initialization
 2024-06-25 11:16 UTC 

[PATCH v9 0/8] media: raspberrypi: Add support for PiSP Back End
 2024-06-25 11:15 UTC  (8+ messages)
` [PATCH v9 3/8] media: uapi: Add Raspberry Pi PiSP Back End uAPI
` [PATCH v9 7/8] media: raspberrypi: Add support for PiSP BE

[PATCH v1 00/10] iommufd/{iova_bitmap,selftest}: Fix dirty hugepages tracking and selftests
 2024-06-25 11:13 UTC  (10+ messages)
` [PATCH v1 03/10] iommufd/selftest: Add tests for <= u8 bitmap sizes
` [PATCH v1 04/10] iommufd/selftest: Do not record head iova to better match iommu drivers
` [PATCH v1 09/10] iommufd/iova_bitmap: Dynamic pinning on iova_bitmap_set()

[PATCH] iio: adc: ad_sigma_delta: fix disable_one callback
 2024-06-25 11:12 UTC  (4+ messages)

[LSF/MM/BPF TOPIC] Multi-sized THP performance benchmarks and analysis on ARM64
 2024-06-25 11:12 UTC  (7+ messages)

[PATCH] RISC-V: Dynamically allocate cpumasks and further increase range and default value of NR_CPUS
 2024-06-25 11:11 UTC  (3+ messages)

[PATCH 0/2] Implement dirty ring for pre-copy migration
 2024-06-25 11:10 UTC  (4+ messages)
` [PATCH 1/2] migration: Implement dirty ring

[libgpiod][PATCH] bindings: python: fix LineRequest.set_value only works for the last entry
 2024-06-25 11:09 UTC  (3+ messages)

[PATCH 6.6 000/192] 6.6.36-rc1 review
 2024-06-25 11:09 UTC  (3+ messages)
  ` [PATCH 6.6 100/192] netfilter: move the sysctl nf_hooks_lwtunnel into the netfilter core

[PATCH v3] dt-bindings: i2c: nxp,lpc1788-i2c: convert to dt schema
 2024-06-25 11:07 UTC  (4+ messages)

[f2fs-dev] [PATCH v4] f2fs: reduce expensive checkpoint trigger frequency
 2024-06-25 11:07 UTC  (5+ messages)
` [f2fs-dev] 答复: "

[PATCH 0/4] jbd2: Avoid infinite transaction commit loop
 2024-06-25 11:07 UTC  (4+ messages)
` [PATCH v2 2/4] jbd2: Precompute number of transaction descriptor blocks

[PATCH virtio 0/8] virtio_pci_modern: allow parallel admin queue commands execution
 2024-06-25 11:07 UTC  (4+ messages)
` [PATCH virtio 7/8] virtio_pci_modern: use completion instead of busy loop to wait on admin cmd result

[PATCH 01/11] devtool/upgrade: rename RECIPE_UPDATE_EXTRA_TASKS -> RECIPE_UPGRADE_EXTRA_TASKS
 2024-06-25 11:06 UTC  (5+ messages)
` [PATCH 02/11] devtool/upgrade: add RECIPE_UPGRADE_FINISH_EXTRA_TASKS
  ` [OE-core] "

queue_limits fixups and tidyups
 2024-06-25 11:05 UTC  (8+ messages)
` [PATCH 1/7] md: set md-specific flags for all queue limits
` [PATCH 2/7] block: correctly report cache type
` [PATCH 3/7] block: rename BLK_FLAG_MISALIGNED
` [PATCH 4/7] block: conding style fixup for blk_queue_max_guaranteed_bio
` [PATCH 5/7] block: remove disk_update_readahead
` [PATCH 6/7] block: remove the fallback case in queue_dma_alignment
` [PATCH 7/7] block: move dma_pad_mask into queue_limits

[etnaviv-next v14 0/8] drm/etnaviv: Add driver wrapper for vivante GPUs attached on PCI(e) device
 2024-06-25 11:06 UTC  (3+ messages)

Larry Finger
 2024-06-25 11:05 UTC  (2+ messages)

[PATCH v2 0/2] selftests/resctrl: SNC kernel support discovery
 2024-06-25 11:04 UTC  (4+ messages)
` [PATCH v2 1/2] selftests/resctrl: Adjust effective L3 cache size with SNC enabled

[PATCH] arm64: dts: ti: k3-am64-tqma64xxl: relicense to GPL-2.0-only OR MIT
 2024-06-25 11:02 UTC 

[PATCH v5 0/9] dma-buf: heaps: Add restricted heap
 2024-06-25 11:02 UTC  (7+ messages)
` [PATCH v5 2/9] scatterlist: Add a flag for the restricted memory

[PATCH 0/2] statx NULL path support
 2024-06-25 11:00 UTC  (3+ messages)
` [PATCH 1/2] vfs: add CLASS fd_raw
` [PATCH 2/2] vfs: support statx(..., NULL, AT_EMPTY_PATH, ...)

[PATCH net] net: txgbe: fix MSI and INTx interrupts
 2024-06-25 11:00 UTC  (2+ messages)

[PATCH v2 00/10] Device / Driver and PCI Rust abstractions
 2024-06-25 10:59 UTC  (5+ messages)
` [PATCH v2 07/10] rust: add `io::Io` base type
` [PATCH v2 09/10] rust: pci: add basic PCI device / driver abstractions

[PATCH v4 00/10] drm/verisilicon : support DC8200 and inno hdmi
 2024-06-25 10:59 UTC  (7+ messages)
` [PATCH v4 10/10] drm/vs: add simple dsi encoder

[PATCH RESEND] hid: bpf: Fix grammar
 2024-06-25 10:55 UTC 

[PATCH i-g-t 0/2] Early Transport Support
 2024-06-25 10:55 UTC  (3+ messages)
` [PATCH i-g-t 1/2] lib/igt_psr: Added library functions for early trasport

[PATCH v1] usb: typec: ucsi: Only set number of plug altmodes after registration
 2024-06-25 10:55 UTC  (2+ messages)

[PATCH BlueZ v2 1/5] shared/lc3: Rename LC3_BASE
 2024-06-25 10:55 UTC  (2+ messages)
` test-bap: Add Broadcast Source STR MBIS tests

[PATCH] OPP: Fix support for required OPPs for multiple PM domains
 2024-06-25 10:54 UTC  (2+ messages)

[PATCH v2] vfs: Shortcut AT_EMPTY_PATH early for statx, and add AT_NO_PATH for statx and fstatat
 2024-06-25 10:52 UTC  (5+ messages)

[PATCH 00/12] uprobes: add batched register/unregister APIs and per-CPU RW semaphore
 2024-06-25 10:50 UTC  (3+ messages)
` [PATCH 02/12] uprobes: grab write mmap lock in unapply_uprobe()

[PATCH v2] aoe: fix the potential use-after-free problem in more places
 2024-06-25 10:48 UTC  (2+ messages)

[PATCH 0/4] btrfs: detect and fix the ram_bytes mismatch
 2024-06-25 10:48 UTC  (4+ messages)
` [PATCH 1/4] btrfs: cleanup the bytenr usage inside btrfs_extent_item_to_extent_map()

[PATCH 00/15] ethernet: Convert from tasklet to BH workqueue
 2024-06-25 10:47 UTC  (5+ messages)
` [PATCH 10/15] net: hinic: Convert tasklet API to new bottom half workqueue mechanism
` [PATCH 13/15] net: jme: "

[PATCH 2/3] rockchip: fix wrong PCI range address in rk3568 dtsi
 2024-06-25 10:46 UTC  (6+ messages)

[PATCH bpf v1 0/2] bpf: Fix linker optimization removing kfuncs
 2024-06-25 10:46 UTC  (4+ messages)
` [PATCH bpf v2 "
  ` [PATCH bpf v2 2/2] bpf: Harden __bpf_kfunc tag against linker kfunc removal

[PATCH 0/2] perf intel-pt: Some small fixes
 2024-06-25 10:45 UTC  (3+ messages)
` [PATCH 1/2] perf intel-pt: Fix aux_watermark calculation for 64-bit size
` [PATCH 2/2] perf intel-pt: Fix exclude_guest setting

[PATCH 0/2] clk: imx93: Drop macro IMX93_CLK_END
 2024-06-25 17:51 UTC  (4+ messages)
` [PATCH 1/2] "

[PATCH for-4.19] gnttab: fix compat query-size handling
 2024-06-25 10:43 UTC  (2+ messages)

[PATCH v1 Resend] virtio-sound: add latency_bytes definition
 2024-06-25 10:43 UTC  (4+ messages)

[PATCH v3 2/6] ieee1275/powerpc: enables device mapper discovery
 2024-06-25 10:42 UTC  (3+ messages)

[PATCH v3 0/3] Add support for RAS DES feature in PCIe DW
 2024-06-25  9:38 UTC  (4+ messages)
  ` [PATCH 1/3] PCI: dwc: Add support for vendor specific capability search
  ` [PATCH 2/3] PCI: debugfs: Add support for RASDES framework in DWC
  ` [PATCH 3/3] PCI: dwc: Create debugfs files in DWC driver

[PATCH 0/4] Add the ability to query mount options in statmount
 2024-06-25 10:42 UTC  (2+ messages)

[PATCH RESEND] drm/xe/client: Check return value of xe_force_wake_get
 2024-06-25 10:42 UTC  (2+ messages)
` ✓ CI.BAT: success for drm/xe/client: Check return value of xe_force_wake_get (rev5)

[PATCH v4 1/3] PCI: rockchip: Simplify clock handling by using clk_bulk*() function
 2024-06-25 10:40 UTC  (6+ messages)
` [PATCH v4 2/3] PCI: rockchip: Simplify reset control handling by using reset_control_bulk*() function
` [PATCH v4 3/3] PCI: rockchip: Refactor rockchip_pcie_disable_clocks function signature

[syzbot] [bluetooth?] KASAN: slab-use-after-free Read in sk_skb_reason_drop
 2024-06-25 10:40 UTC  (2+ messages)

[syzbot] [net?] KASAN: slab-use-after-free Read in l2tp_tunnel_del_work
 2024-06-25 10:40 UTC 

[PATCH V3] Bluetooth/l2cap: sync sock recv cb and release
 2024-06-25 10:39 UTC  (2+ messages)
` [V3] "

[PATCH wireless] MAINTAINERS: Remembering Larry Finger
 2024-06-25 10:39 UTC 

[OE-core] [PATCH] gobject-introspection: split tools and giscanner into a separate package
 2024-06-25 10:38 UTC  (2+ messages)
`  "

[PATCH v5 0/4] Add Svade and Svadu Extensions Support
 2024-06-25 10:37 UTC  (8+ messages)
` [PATCH v5 1/4] RISC-V: "


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.