All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-06-25 10:17:52 to 2024-06-25 11:21:16 UTC [more...]

[PATCH v2 000/148] Update net/ice base driver to latest upstream snapshot
 2024-06-25 11:12 UTC  (49+ 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 048/129] net/ice/base: use "err" instead of "status" in ice_ptp_hw.c

[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  (10+ 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  (9+ 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] xfs: make xfs_log_iovec independent from xfs_log_vec and release it early
 2024-06-25 11:14 UTC  (3+ messages)

[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  (6+ 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  (10+ messages)
` [PATCH 1/4] btrfs: cleanup the bytenr usage inside btrfs_extent_item_to_extent_map()
` [PATCH 2/4] btrfs: make validate_extent_map() to catch ram_bytes mismatch
` [PATCH 3/4] btrfs: fix the ram_bytes assignment for truncated ordered extents
` [PATCH 4/4] btrfs: tree-checker: add extra ram_bytes and disk_num_bytes check

[PATCH 00/15] ethernet: Convert from tasklet to BH workqueue
 2024-06-25 10:47 UTC  (6+ 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  (3+ messages)
` ✓ CI.checksparse: success for drm/xe/client: Check return value of xe_force_wake_get (rev5)
` ✓ CI.BAT: "

[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] bluetooth/l2cap: sync sock recv cb and release
 2024-06-25 10:39 UTC  (3+ messages)
` [PATCH V3] Bluetooth/l2cap: "
  ` [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  (10+ messages)
` [PATCH v5 1/4] RISC-V: "

[linux-linus test] 186474: regressions - trouble: broken/fail/pass
 2024-06-25 10:37 UTC 

[PATCH RFC] mm/readahead: Fix repeat initial_readahead
 2024-06-25 10:36 UTC  (3+ messages)

[PATCH v3 0/3] Add SD/MMC support for Renesas RZ/V2H(P) SoC
 2024-06-25 10:35 UTC  (6+ messages)
` [PATCH v3 1/3] dt-bindings: mmc: renesas,sdhi: Document RZ/V2H(P) support

[PATCH] block: cancel all throttled bios when deleting the cgroup
 2024-06-25 10:34 UTC  (2+ messages)

[PATCH net-next v3 0/7] net: pse-pd: Add new PSE c33 features
 2024-06-25 10:33 UTC  (7+ messages)
` [PATCH net-next v3 1/7] net: ethtool: pse-pd: Expand C33 PSE status with class, power and extended state

[PATCH 1/1] include/qemu: Provide a C++ compatible version of typeof_strip_qual
 2024-06-25 10:31 UTC  (8+ messages)

[PATCH v6 0/3] PCI: vmd: Enable PCI PM's L1 substates of remapped PCIe Root Port and NVMe
 2024-06-25 10:31 UTC  (5+ messages)
` [PATCH v6 3/3] PCI: vmd: Drop resetting PCI bus action after scan mapped PCI child bus

[PATCH 1/1] USB: serial: option: add Telit FN912 rmnet compositions
 2024-06-25 10:27 UTC 

[PATCH 00/15] add zpdesc memory descriptor for zswap.zpool
 2024-06-25 10:30 UTC  (4+ messages)

[PATCH 0/7] uclamp sum aggregation
 2024-06-25 10:30 UTC  (4+ messages)
` [PATCH 7/7] Propagate negative bias

[PATCH rdma-next 1/1] RDMA/mana_ib: Set correct device into ib
 2024-06-25 10:28 UTC 

[Buildroot] [PATCH 2/4] package/wpewebkit: security bump to version 2.44.2
 2024-06-25 10:27 UTC  (5+ messages)

[PATCH net v7 0/3] Handle new Microchip KSZ 9897 Errata
 2024-06-25 10:27 UTC  (3+ messages)
` [PATCH net v7 3/3] net: dsa: microchip: monitor potential faults in half-duplex mode

[PATCH net 1/1] net: usb: qmi_wwan: add Telit FN912 compositions
 2024-06-25 10:22 UTC 

[Intel-wired-lan] [PATCH iwl-next v2 00/14] idpf: XDP chapter I: convert Rx to libeth
 2024-06-25 10:24 UTC  (5+ messages)
` [Intel-wired-lan] [PATCH iwl-next v2 01/14] cache: add __cacheline_group_{begin, end}_aligned() (+ couple more)
    ` [PATCH iwl-next v2 01/14] cache: add __cacheline_group_{begin,end}_aligned() "

[PATCH v2] archiver.bbclass: Fix work-shared checking for kernel recipes
 2024-06-25 10:25 UTC  (2+ messages)

[PATCH v6 0/7] MediaTek DVFSRC Bus Bandwidth and Regulator knobs
 2024-06-25 10:25 UTC  (3+ messages)

[PATCH 1/3] net: give a different name to rtl8169 interfaces
 2024-06-25 10:25 UTC  (5+ messages)

[OE-core][PATCH v2 0/7] Add SPDX 3.0 support
 2024-06-25 10:24 UTC  (4+ messages)
` [OE-core][PATCH v4 00/10] "
  ` [OE-core][PATCH v4 02/10] classes-recipe/baremetal-image: Add image file manifest

[syzbot] [usb?] INFO: rcu detected stall in schedule_timeout (6)
 2024-06-25 10:24 UTC  (2+ messages)
` [syzbot] "

[PATCH] Bluetooth: btmtksdio: Lookup device node only as fallback
 2024-06-25 10:21 UTC 

[PATCH ipsec-next,v4] xfrm: support sending NAT keepalives in ESP in UDP states
 2024-06-25 10:21 UTC  (2+ messages)
` [devel-ipsec] [PATCH ipsec-next, v4] "

[PATCH] x86: kmsan: Fix hook for unaligned accesses
 2024-06-25 10:20 UTC  (2+ messages)
` [tip: x86/misc] x86/kmsan: "

[PATCH v5 2/4] dt-bindings: riscv: Add Svade and Svadu Entries
 2024-06-25 10:19 UTC  (13+ messages)

[PATCH 0/10] mm: Fix various readahead quirks
 2024-06-25 10:19 UTC  (11+ messages)
` [PATCH 01/10] readahead: Make sure sync readahead reads needed page
` [PATCH 02/10] filemap: Fix page_cache_next_miss() when no hole found
` [PATCH 03/10] readahead: Properly shorten readahead when falling back to do_page_cache_ra()
` [PATCH 04/10] readahead: Drop pointless index from force_page_cache_ra()
` [PATCH 05/10] readahead: Drop index argument of page_cache_async_readahead()
` [PATCH 06/10] readahead: Drop dead code in page_cache_ra_order()
` [PATCH 07/10] readahead: Drop dead code in ondemand_readahead()
` [PATCH 08/10] readahead: Disentangle async and sync readahead
` [PATCH 09/10] readahead: Fold try_context_readahead() into its single caller
` [PATCH 10/10] readahead: Simplify gotos in page_cache_sync_ra()

[PATCH net-next v12 0/7] add ethernet driver for Tehuti Networks TN40xx chips
 2024-06-25 10:18 UTC  (3+ messages)
` [PATCH net-next v12 7/7] net: tn40xx: add phylink support

[PATCH v4] virtio-net: Notify the guest with the latest available idx
 2024-06-25 10:17 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.