All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-06-12 14:56:09 to 2024-06-12 15:18:32 UTC [more...]

[PATCH 0/2] fix handling of incorrect arguments by mipi_dsi_msleep
 2024-06-12 15:00 UTC  (6+ messages)
` [PATCH 2/2] drm/mipi-dsi: fix handling of ctx in mipi_dsi_msleep

[RFC] net/ice: Update base code with latest snapshot
 2024-06-12 15:01 UTC  (94+ messages)
` [PATCH v2 000/148] Update net/ice base driver to latest upstream snapshot
  ` [PATCH v2 001/148] net/ice/base: convert enum ice_status to int
  ` [PATCH v2 002/148] net/ice/base: replace ICE_SUCCESS with int
  ` [PATCH v2 003/148] net/ice/base: update E830 headers
  ` [PATCH v2 004/148] net/ice/base: update phy config during link restart
  ` [PATCH v2 005/148] net/ice/base: fix for pointer to variable outside scope
  ` [PATCH v2 006/148] net/ice/base: add missing include for flow
  ` [PATCH v2 007/148] net/ice/base: add ability to set markid via switch filter
  ` [PATCH v2 008/148] net/ice/base: improve ice_debug_cq messages
  ` [PATCH v2 009/148] net/ice/base: add mgmt netlist auth support command
  ` [PATCH v2 010/148] net/ice/base: fix undefined variables
  ` [PATCH v2 011/148] net/ice/base: fix get media type
  ` [PATCH v2 012/148] net/ice/base: clean up __ice_aq_get_set_rss_lut()
  ` [PATCH v2 013/148] net/ice/base: update flow seg fields to declared bitmaps
  ` [PATCH v2 014/148] net/ice/base: update interface in ice_parse_common_caps
  ` [PATCH v2 015/148] net/ice/base: refactor (non) bitmap declarations
  ` [PATCH v2 016/148] net/ice/base: remove unnecessary control queue cmd_buf arrays
  ` [PATCH v2 017/148] net/ice/base: alloc port_info only once
  ` [PATCH v2 018/148] net/ice/base: update code with flex array safe allocations
  ` [PATCH v2 019/148] net/ice/base: bring back ability to use 128 as size of PF type RSS LUT
  ` [PATCH v2 020/148] net/ice/base: support for OROM update in recovery mode
  ` [PATCH v2 021/148] net/ice/base: code adjustments for E830
  ` [PATCH v2 022/148] net/ice/base: improve find recipe routine
  ` [PATCH v2 023/148] net/ice/base: fix memory leak when checking firmware version
  ` [PATCH v2 024/148] net/ice/base: add LL Tx timestamp interrupt read
  ` [PATCH v2 025/148] net/ice/base: use model-dependent number of PHY ports
  ` [PATCH v2 026/148] net/ice/base: use ice_bitmap_t in promisc functions
  ` [PATCH v2 027/148] net/ice/base: fix rx-only unicast promiscuous mode
  ` [PATCH v2 028/148] net/ice/base: add support for E825-C TX clock changing
  ` [PATCH v2 029/148] net/ice/base: fix for applying multiple cloud filters
  ` [PATCH v2 030/148] net/ice/base: limit PF RSS LUT to one VSI at time
  ` [PATCH v2 031/148] net/ice/base: prevent potential integer overflow
  ` [PATCH v2 032/148] net/ice/base: cosmetic changes
  ` [PATCH v2 033/148] net/ice/base: implement initial PTP support for E830
  ` [PATCH v2 034/148] net/ice/base: fix resource leak
  ` [PATCH v2 035/148] net/ice/base: move lock outside of if-else
  ` [PATCH v2 036/148] net/ice/base: refactor control queue send delay
  ` [PATCH v2 037/148] net/ice/base: fix NVM feature check
  ` [PATCH v2 038/148] net/ice/base: allow for dumping all clusters
  ` [PATCH v2 039/148] net/ice/base: remove PTP aqc_driver_params
  ` [PATCH v2 040/148] net/ice/base: add FW load status mask
  ` [PATCH v2 041/148] net/ice/base: add direction metadata
  ` [PATCH v2 042/148] net/ice/base: change data buffer in i2c write to be const
  ` [PATCH v2 043/148] net/ice/base: remove unused code from upstream build
  ` [PATCH v2 044/148] net/ice/base: fix sign-extension
  ` [PATCH v2 045/148] net/ice/base: implement switch recipe reuse feature
  ` [PATCH v2 046/148] net/ice/base: add helper function for refsync
  ` [PATCH v2 047/148] net/ice/base: added informational message for NAC topology
  ` [PATCH v2 048/148] net/ice/base: add Cage Max Power override NVM module
  ` [PATCH v2 049/148] net/ice/base: adapt No FEC in Auto support check to add E82X devices
  ` [PATCH v2 050/148] net/ice/base: move (read|write)_sma_ctrl functions to match upstream
  ` [PATCH v2 051/148] net/ice/base: fix incorrect size when allocating children arrays
  ` [PATCH v2 052/148] net/ice/base: fix GCS descriptor field offsets
  ` [PATCH v2 053/148] net/ice/base: add VSI type for subfunctions
  ` [PATCH v2 054/148] net/ice/base: correct the return type of ice_bitmap_hweight
  ` [PATCH v2 055/148] net/ice/base: fix ice_ptp_one_port_cmd to avoid stale PHY commands
  ` [PATCH v2 056/148] net/ice/base: remove dead code from ice_get_ddp_pkg_state
  ` [PATCH v2 057/148] net/ice/base: get rid of enum ice_status
  ` [PATCH v2 058/148] net/ice/base: use ICE_PTP_NOP to better indicate no action
  ` [PATCH v2 059/148] net/ice/base: add fw log file
  ` [PATCH v2 060/148] net/ice/base: update comments regarding clearing timestamps
  ` [PATCH v2 061/148] net/ice/base: use "err" instead of "status" in ice_ptp_hw.c
  ` [PATCH v2 062/148] net/ice/base: re-number E810-T subdevice IDs to match upstream
  ` [PATCH v2 063/148] net/ice/base: enable RDMA Act-Act unload paths
  ` [PATCH v2 064/148] net/ice/base: parse 1PPS GPIO in 1588 function caps
  ` [PATCH v2 065/148] net/ice/base: rename netlist check functions to match upstream
  ` [PATCH v2 066/148] net/ice/base: fix check for existing switch rule
  ` [PATCH v2 067/148] net/ice/base: fall back to safe CGU params
  ` [PATCH v2 068/148] net/ice/base: change tmr_idx to u32
  ` [PATCH v2 069/148] net/ice/base: be more verbose when preparing timer sync
  ` [PATCH v2 070/148] net/ice/base: be more verbose in configuring Rx timestamp offset
  ` [PATCH v2 071/148] net/ice/base: match code style to upstream
  ` [PATCH v2 072/148] net/ice/base: update strict status when assigning BW limits
  ` [PATCH v2 073/148] net/ice/base: remove unused define
  ` [PATCH v2 074/148] net/ice/base: improve read retry value calculation
  ` [PATCH v2 075/148] net/ice/base: check if recipe buffer was already allocated
  ` [PATCH v2 076/148] net/ice/base: fix handling recipes when reusing is not supported
  ` [PATCH v2 077/148] net/ice/base: use correct type
  ` [PATCH v2 078/148] net/ice/base: read OROM in a loop
  ` [PATCH v2 079/148] net/ice/base: ignore snprintf return value
  ` [PATCH v2 080/148] net/ice/base: check array bounds
  ` [PATCH v2 081/148] net/ice/base: copy output IO params from command descriptor
  ` [PATCH v2 082/148] net/ice/base: enable Next Cluster ID capability
  ` [PATCH v2 083/148] net/ice/base: fix potential TLV length overflow
  ` [PATCH v2 084/148] net/ice/base: add function to read SDP section from NVM
  ` [PATCH v2 085/148] net/ice/base: add Floating VEB support
  ` [PATCH v2 086/148] net/ice/base: add defines for loopback mode
  ` [PATCH v2 087/148] net/ice/base: allow skipping PF clear
  ` [PATCH v2 088/148] net/ice/base: fix in the definition of the Board Type
  ` [PATCH v2 089/148] net/ice/base : make ice_clear_vsi_q_ctx() non-static
  ` [PATCH v2 090/148] net/ice/base: fix package download algorithm
  ` [PATCH v2 091/148] net/ice/base: allows packages with mixed signature presence
  ` [PATCH v2 092/148] net/ice/base: fix ice_memcpy type specifiers

Bad psi_group_cpu.tasks[NR_MEMSTALL] counter
 2024-06-12 15:17 UTC  (4+ messages)

Porting RT net driver to dovetail
 2024-06-12 15:09 UTC  (3+ messages)

[PATCH] PCI: Cancel compilation restrictions on function pcie_clear_device_status
 2024-06-12 15:15 UTC  (2+ messages)

[PATCH v2 for-4.19 0/3] x86/EPT: avoid undue forcing of MMIO accesses to UC
 2024-06-12 15:14 UTC  (9+ messages)
` [PATCH v2 for-4.19 1/3] x86/EPT: correct special page checking in epte_get_entry_emt()
` [PATCH v2 for-4.19 3/3] x86/EPT: drop questionable mfn_valid() from epte_get_entry_emt()

[PATCH 3/3] kern/efi/mm: Detect calls to grub_efi_drop_alloc() with wrong page counts
 2024-06-12 15:14 UTC 

[PATCH] MAINTAINERS: ARM: nspire: add Krzysztof Kozlowski as maintainer
 2024-06-12 15:14 UTC  (2+ messages)

[PATCH v2 0/9] arm64: dts: imx8qm: add subsystem lvds and mipi
 2024-06-12 15:13 UTC  (4+ messages)
` [PATCH v2 1/9] arm64: dts: imx8: add basic lvds and lvds2 subsystem

[iptables PATCH] man: recent: Adjust to changes around ip_pkt_list_tot parameter
 2024-06-12 15:13 UTC 

[PATCH 1/2] ARM: dts: nspire: Add unit name addresses to memory nodes
 2024-06-12 15:13 UTC  (2+ messages)
` [PATCH 2/2] ARM: dts: nspire: Add full compatible for watchdog node

add NO_REPORT_LUNS quirk for at least a few Seagate external drives to fix smartctl with uas
 2024-06-12 15:13 UTC  (4+ messages)

[PATCH] drm/panel: Avoid warnings w/ panel-simple/panel-edp at shutdown
 2024-06-12 15:13 UTC  (8+ messages)

[PATCH v5 0/3] SCSI: Fix issues between removing device and error handle
 2024-06-12 15:12 UTC  (7+ messages)
` [PATCH v5 1/3] scsi: core: Add new helper to iterate all devices of host
` [PATCH v5 2/3] scsi: scsi_error: Fix wrong statistic when print error info

[PATCH] pmdomain: amlogic: add missing MODULE_DESCRIPTION() macros
 2024-06-12 15:11 UTC  (3+ messages)

Where to put DTB file for UEFI support on ARM
 2024-06-12 15:12 UTC  (2+ messages)

Recipe for using a custom Makefile with C source
 2024-06-12 15:12 UTC  (6+ messages)
` [yocto] "

[PATCH 1/3] kern/efi/mm: Change grub_efi_mm_add_regions() to keep track of map allocation size
 2024-06-12 15:10 UTC  (2+ messages)
` [PATCH 2/3] kern/efi/mm: Change grub_efi_allocate_pages_real() to call semantically correct free function

[PATCH v6 2/2] PCI: altera: support dt binding update
 2024-06-12 15:12 UTC  (2+ messages)

[PATCH v2 0/1] xilinx: Add option to load environment from outside of
 2024-06-12 15:11 UTC  (5+ messages)

[PATCH] dt-bindings: interrupt-controller: lsi,zevio-intc: convert to YAML
 2024-06-12 15:10 UTC 

[PATCH 0/5] Reinstate ability to use Qemu on pre-SSE4.1 x86 hosts
 2024-06-12 15:09 UTC  (7+ messages)

[PATCH v6 1/2] devcoredump: Add dev_coredumpm_timeout()
 2024-06-12 15:10 UTC  (4+ messages)

[OE-core][PATCH] python3: skip test_concurrent_futures/test_deadlock
 2024-06-12 15:09 UTC  (2+ messages)

[PATCH 0/8] media: rkisp1: Implement support for extensible parameters
 2024-06-12 15:09 UTC  (10+ messages)
` [PATCH 1/8] uapi: rkisp1-config: Add extensible parameters format
` [PATCH 2/8] uapi: videodev2: Add V4L2_META_FMT_RK_ISP1_EXT_PARAMS

[PATCH] selftest/spdx: Fix for SPDX_VERSION addition
 2024-06-12 15:09 UTC 

[PATCH v4 0/2] mm: store zero pages to be swapped out in a bitmap
 2024-06-12 15:09 UTC  (3+ messages)
` [PATCH v4 2/2] mm: remove code to handle same filled pages

[PATCH i-g-t 0/2] Early Transport Support
 2024-06-12 15:09 UTC  (2+ messages)
` ✗ CI.xeFULL: failure for Early Transport Support (rev2)

[PATCH v10 0/3] Add support for Intel PPS Generator
 2024-06-12 15:08 UTC  (5+ messages)
` [PATCH v10 3/3] ABI: pps: Add ABI documentation for Intel TIO

[RFC][PATCH 08/10] sched/fair: Implement delayed dequeue
 2024-06-12 15:08 UTC  (12+ messages)

termios constants should be unsigned
 2024-06-12 15:07 UTC  (6+ messages)
` [PATCH] uapi/asm/termbits: Use the U integer suffix for bit fields

[Buildroot] [PATCH 1/1] package/rdma-core: bump to version v52.0
 2024-06-12 15:07 UTC 

[PATCH v2 0/5] regulator: Fix AXP717 PMIC support
 2024-06-12 15:07 UTC  (4+ messages)
` [PATCH v2 1/5] mfd: axp20x: AXP717: Fix missing IRQ status registers range

[syzbot] [mm?] KMSAN: uninit-value in zswap_store
 2024-06-12 15:07 UTC  (5+ messages)

[PATCH 1/2] usb: dwc3: core: add p3p2tranok quirk
 2024-06-12 15:07 UTC  (2+ messages)
` [PATCH v3, 2/3] "

[PATCH v2] dt-bindings: serial: vt8500-uart: convert to json-schema
 2024-06-12 15:07 UTC  (2+ messages)

[PATCH] dt-bindings: input: ti,nspire-keypad: convert to YAML format
 2024-06-12 15:07 UTC 

[RFC PATCH net-next 0/9] flower: rework TCA_FLOWER_KEY_ENC_FLAGS usage
 2024-06-12 15:06 UTC  (4+ messages)
` [RFC PATCH net-next 1/9] net/sched: flower: define new tunnel flags

[PATCH] leds: class: Revert: "If no default trigger is given, make hw_control trigger the default trigger"
 2024-06-12 15:06 UTC  (5+ messages)

[Intel-wired-lan] [PATCH iwl-next] igc: Get rid of spurious interrupts
 2024-06-12  9:28 UTC  (2+ messages)

[Intel-wired-lan] [PATCH 1/6] auxbus: make to_auxiliary_drv accept and return a constant pointer
 2024-06-12  8:15 UTC  (2+ messages)

[Bug 217931] New: amd-pstate lacks crucial features: CPU frequency and boost control
 2024-06-12 15:05 UTC  (2+ messages)
` [Bug 217931] "

[PATCH net-next v15 00/14] net: Make timestamping selectable
 2024-06-12 15:04 UTC  (15+ messages)
` [PATCH net-next v15 01/14] net_tstamp: Add TIMESTAMPING SOFTWARE and HARDWARE mask
` [PATCH net-next v15 02/14] net: Move dev_set_hwtstamp_phylib to net/core/dev.h
` [PATCH net-next v15 03/14] net: Make dev_get_hwtstamp_phylib accessible
` [PATCH net-next v15 04/14] net: Make net_hwtstamp_validate accessible
` [PATCH net-next v15 05/14] net: Change the API of PHY default timestamp to MAC
` [PATCH net-next v15 06/14] net: net_tstamp: Add unspec field to hwtstamp_source enumeration
` [PATCH net-next v15 07/14] net: Add struct kernel_ethtool_ts_info
` [PATCH net-next v15 08/14] ptp: Add phc source and helpers to register specific PTP clock or get information
` [PATCH net-next v15 09/14] net: Add the possibility to support a selected hwtstamp in netdevice
` [PATCH net-next v15 10/14] net: netdevsim: ptp_mock: Convert to netdev_ptp_clock_register
` [PATCH net-next v15 11/14] net: macb: "
` [PATCH net-next v15 12/14] net: ptp: Move ptp_clock_index() to builtin symbol
` [PATCH net-next v15 13/14] net: ethtool: tsinfo: Add support for hwtstamp provider and get/set hwtstamp config
` [PATCH net-next v15 14/14] netlink: specs: tsinfo: Enhance netlink attributes and add a set command

[PATCH 0/4] migration: New postcopy state, and some cleanups
 2024-06-12 15:03 UTC  (3+ messages)
` [PATCH 3/4] migration: Use MigrationStatus instead of int

[PATCH v2] dt-bindings: sound: Convert max98088 to dtschema
 2024-06-12 15:04 UTC  (2+ messages)

[PATCH] cpufreq: amd-pstate: Allow users to write 'default' EPP string
 2024-06-12 15:03 UTC  (2+ messages)

[PATCH v2 0/2] Tracepoints and static branch in Rust
 2024-06-12 15:03 UTC  (3+ messages)
` [PATCH v2 1/2] rust: add static_key_false

[PATCH v2 0/2] Rust abstractions for Device & Firmware
 2024-06-12 15:02 UTC  (8+ messages)
` [PATCH v2 1/2] rust: add abstraction for struct device

[PATCH] Revert "batman-adv: prefer kfree_rcu() over call_rcu() with free-only callbacks"
 2024-06-12 15:01 UTC  (4+ messages)

[steev:lenovo-x13s-v6.10-rc3 53/74] drivers/soc/qcom/qcom_pd_mapper.c:79:27: error: implicit declaration of function 'kzalloc'
 2024-06-12 15:01 UTC 

[PATCH v3 0/2] iio: adc: ad7192: Fix clock config
 2024-06-12 15:05 UTC  (3+ messages)
` [PATCH v3 2/2] "

[LTP] [PATCH v2] testcases: realtime: Get rid of autotools
 2024-06-12 15:00 UTC  (3+ messages)

move features flags into queue_limits
 2024-06-12 15:00 UTC  (7+ messages)
` [PATCH 10/26] xen-blkfront: don't disable cache flushes when they fail

[PATCH] drm/fbdev-dma: fix getting smem_start
 2024-06-12 15:00 UTC  (6+ messages)

[PATCH v23 00/32] Introduce QC USB SND audio offloading support
 2024-06-12 14:59 UTC  (5+ messages)
` [PATCH v23 17/32] ALSA: usb-audio: Do not allow USB offload path if PCM device is in use

[syzbot] [btrfs?] KMSAN: uninit-value in iov_iter_alignment_iovec
 2024-06-12 15:00 UTC 

[GIT PULL] Immutable tag between the Bluetooth and pwrseq branches for v6.11-rc1
 2024-06-12 15:00 UTC  (5+ messages)

[PATCH v8 0/5] PCI: rcar-gen4: Add R-Car V4H support
 2024-06-12 14:59 UTC  (6+ messages)
` [PATCH v8 4/5] PCI: rcar-gen4: Add support for r8a779g0

[PATCH 0/4] boot: fix crash in bootflow menu with EFI BOOTMGR support + typos
 2024-06-12 14:58 UTC  (5+ messages)
` [PATCH 1/4] cmd: fix typo in CMD_BOOTMETH help text
` [PATCH 2/4] boot: fix typos in help text of Kconfig configs
` [PATCH 3/4] doc: bootstd: fix typos
` [PATCH 4/4] boot: bootflow_menu: fix crash for EFI BOOTMGR global bootmeth

[PATCH 0/7] drm/i915: DSC stuff
 2024-06-12 14:59 UTC  (3+ messages)
` ✗ Fi.CI.SPARSE: warning for drm/i915: DSC stuff (rev2)
` ✓ Fi.CI.BAT: success "

[PATCH net-next v2 0/3] Introducing Intercore Virtual Ethernet (ICVE) driver
 2024-06-12 14:59 UTC  (7+ messages)
` [PATCH net-next v2 2/3] net: ethernet: ti: Register the RPMsg driver as network device

[PATCH v0] RISC-V: Use Zkr to seed KASLR base address
 2024-06-12 14:58 UTC  (3+ messages)

[PATCH] nvmet-passthru: propagate status from id override functions
 2024-06-12 14:58 UTC  (2+ messages)

[PATCH v6 0/2] perf pmus: Sort/merge/aggregate PMUs like mrvl_ddr_pmu
 2024-06-12 14:56 UTC  (6+ messages)
` [PATCH v6 1/2] "

[PATCH RFC v2 00/19] fuse: fuse-over-io-uring
 2024-06-12 14:56 UTC  (9+ messages)

[PATCH v5 0/2] misc: fastrpc: FastRPC reserved memory assignment for SDM845 SLPI
 2024-06-12 14:56 UTC  (2+ messages)

New name for new "KernelCI"
 2024-06-12 14:56 UTC  (2+ messages)
  ` [kernelci-tsc] "

[PATCH 0/5] rtla: Support idle state disabling via libcpupower in timerlat
 2024-06-12 14:54 UTC  (2+ messages)
` [PATCH 5/5] rtla: Documentation: Add --disable-idle-states


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.