All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-08-29 07:29:18 to 2023-08-29 08:17:05 UTC [more...]

[PATCH v1 0/3] Add i.MX8Q PCIe PHY driver
 2023-08-29  7:49 UTC  (9+ messages)
` [PATCH v1 1/3] dt-bindings: phy: Add i.MX8QM PCIe PHY binding
` [PATCH v1 2/3] dt-bindings: phy: phy-imx8-pcie: Add binding for different usecases of i.MX8QM PCIe PHYs

[PATCH 1/8] net/ntnic: initial commit which adds register defines
 2023-08-29  8:15 UTC  (12+ messages)
` [PATCH v7 "
  ` [PATCH v7 7/8] net/ntnic: adds ethdev and makes PMD available
` [PATCH v8 1/8] net/ntnic: initial commit which adds register defines
  ` [PATCH v8 2/8] net/ntnic: adds core registers and fpga functionality
  ` [PATCH v8 3/8] net/ntnic: adds NT200A02 adapter support
  ` [PATCH v8 4/8] net/ntnic: adds flow related FPGA functionality
  ` [PATCH v8 5/8] net/ntnic: adds FPGA abstraction layer
  ` [PATCH v8 6/8] net/ntnic: adds flow logic
  ` [PATCH v8 7/8] net/ntnic: adds ethdev and makes PMD available
  ` [PATCH v8 8/8] net/ntnic: adds socket connection to PMD

Prezentacja
 2023-08-29  8:15 UTC 

Prezentacja
 2023-08-29  8:15 UTC 

Efektivní sledování a optimalizace výroby pro vaši společnost
 2023-08-29  8:15 UTC 

[PATCH 0/2] Small follow-up fixes for this cycle
 2023-08-29  8:15 UTC  (2+ messages)

[PATCH RFC v6 00/10] Support for Solid Fill Planes
 2023-08-29  8:14 UTC  (13+ messages)
` [PATCH RFC v6 01/10] drm: Introduce pixel_source DRM plane property
` [PATCH RFC v6 02/10] drm: Introduce solid fill "
` [PATCH RFC v6 03/10] drm: Add solid fill pixel source
` [PATCH RFC v6 05/10] drm/atomic: Add solid fill data to plane state dump

[PATCH 00/15] Support IGT in display driver
 2023-08-29  7:13 UTC  (3+ messages)
` [PATCH 04/15] mailbox: mtk-cmdq: Support GCE thread loop

Optee + OpenSSH/OpenSSL
 2023-08-29  8:15 UTC 

Prezentacja
 2023-08-29  8:10 UTC 

Prezentacja
 2023-08-29  8:10 UTC 

Prezentacja
 2023-08-29  8:10 UTC 

[PATCH] riscv: provide riscv-specific is_trap_insn()
 2023-08-29  8:12 UTC  (5+ messages)

[weiny2:dcd-v2-2023-08-28 24/36] drivers/cxl/core/hdm.c:430:38: warning: format '%llx' expects argument of type 'long long unsigned int', but argument 6 has type 'resource_size_t' {aka 'unsigned int'}
 2023-08-29  8:12 UTC 

[PATCH v3] fs: clean up usage of noop_dirty_folio
 2023-08-29  8:11 UTC  (3+ messages)

Prezentacja
 2023-08-29  8:10 UTC 

Proszę o kontakt
 2023-08-29  8:00 UTC 

[PATCH v2 0/9] Mitigate a vmap lock contention v2
 2023-08-29  8:11 UTC  (10+ messages)
` [PATCH v2 1/9] mm: vmalloc: Add va_alloc() helper
` [PATCH v2 2/9] mm: vmalloc: Rename adjust_va_to_fit_type() function
` [PATCH v2 3/9] mm: vmalloc: Move vmap_init_free_space() down in vmalloc.c
` [PATCH v2 4/9] mm: vmalloc: Remove global vmap_area_root rb-tree
` [PATCH v2 5/9] mm: vmalloc: Remove global purge_vmap_area_root rb-tree
` [PATCH v2 6/9] mm: vmalloc: Offload free_vmap_area_lock lock
` [PATCH v2 7/9] mm: vmalloc: Support multiple nodes in vread_iter
` [PATCH v2 8/9] mm: vmalloc: Support multiple nodes in vmallocinfo
` [PATCH v2 9/9] mm: vmalloc: Set nr_nodes/node_size based on CPU-cores

Słowa kluczowe do wypozycjonowania
 2023-08-29  7:31 UTC 

Consumo de combustible
 2023-08-29  8:00 UTC 

Słowa kluczowe do wypozycjonowania
 2023-08-29  7:31 UTC 

[PATCH 00/32] Introduce sssnic PMD for 3SNIC's 9x0 serials Ethernet adapters
 2023-08-29  7:58 UTC  (33+ messages)
` [PATCH 01/32] net/sssnic: add build and doc infrastructure
` [PATCH 02/32] net/sssnic: add log type and log macros
` [PATCH 03/32] net/sssnic: support probe and remove
` [PATCH 04/32] net/sssnic: initialize hardware base
` [PATCH 05/32] net/sssnic: add event queue
` [PATCH 06/32] net/sssnic/base: add message definition and utility
` [PATCH 07/32] net/sssnic/base: add mailbox support
` [PATCH 08/32] net/sssnic/base: add work queue
` [PATCH 09/32] net/sssnic/base: add control queue
` [PATCH 10/32] net/sssnic: add dev configure and infos get
` [PATCH 11/32] net/sssnic: add dev MAC ops
` [PATCH 12/32] net/sssnic: support dev link status
` [PATCH 13/32] net/sssnic: support link status event
` [PATCH 14/32] net/sssnic: support Rx queue setup and release
` [PATCH 15/32] net/sssnic: support Tx "
` [PATCH 16/32] net/sssnic: support Rx queue start and stop
` [PATCH 17/32] net/sssnic: support Tx "
` [PATCH 18/32] net/sssnic: add Rx interrupt support
` [PATCH 19/32] net/sssnic: support dev start and stop
` [PATCH 20/32] net/sssnic: support dev close and reset
` [PATCH 21/32] net/sssnic: add allmulticast and promiscuous ops
` [PATCH 22/32] net/sssnic: add basic and extended stats ops
` [PATCH 23/32] net/sssnic: support Rx packet burst
` [PATCH 24/32] net/sssnic: support Tx "
` [PATCH 25/32] net/sssnic: add RSS support
` [PATCH 26/32] net/sssnic: support dev MTU set
` [PATCH 27/32] net/sssnic: support dev queue info get
` [PATCH 28/32] net/sssnic: support dev firmware version get
` [PATCH 29/32] net/sssnic: add dev flow control ops
` [PATCH 30/32] net/sssnic: support VLAN offload and filter
` [PATCH 31/32] net/sssnic: add generic flow ops
` [PATCH 32/32] net/sssnic: add VF dev support

Słowa kluczowe do wypozycjonowania
 2023-08-29  7:31 UTC 

Słowa kluczowe do wypozycjonowania
 2023-08-29  7:31 UTC 

[PATCH V4 0/7] AMD Pstate Preferred Core
 2023-08-29  8:07 UTC  (5+ messages)
` [PATCH V4 3/7] cpufreq: amd-pstate: Enable AMD Pstate Preferred Core Supporting
` [PATCH V4 6/7] Documentation: amd-pstate: introduce AMD Pstate Preferred Core

Słowa kluczowe do wypozycjonowania
 2023-08-29  7:31 UTC 

[PATCH] skbuff: skb_segment, Update nfrags after calling zero copy functions
 2023-08-29  8:07 UTC  (4+ messages)

Pracownik do prostych prac
 2023-08-29  8:00 UTC 

[XEN][PATCH v10 00/20] dynamic node programming using overlay dtbo
 2023-08-29  8:05 UTC  (5+ messages)
` [XEN][PATCH v10 08/20] xen/device-tree: Add device_tree_find_node_by_path() to find nodes in device tree
` [XEN][PATCH v10 09/20] xen/iommu: Move spin_lock from iommu_dt_device_is_assigned to caller

[PATCH] drivers: add dependencies for some classes
 2023-08-29  8:05 UTC  (2+ messages)

[PATCH 0/5] drm/bridge: samsung-dsim: fix various modes with ADV7535 bridge
 2023-08-29  8:03 UTC  (15+ messages)
` [PATCH 3/5] drm/bridge: samsung-dsim: update PLL reference clock
` [PATCH 4/5] drm/bridge: samsung-dsim: adjust porches by rounding up

Optee + OpenSSH/OpenSSL
 2023-08-29  8:04 UTC 

[Intel-xe] [PATCH] fixup! drm/xe/pvc: Use fast copy engines as migrate engine on PVC
 2023-08-29  8:04 UTC 

[PATCH] build: make crypto libraries optional
 2023-08-29  8:04 UTC  (2+ messages)

[PATCH bpf-next 00/12] bpf: Add missed stats for kprobes
 2023-08-29  8:04 UTC  (7+ messages)
` [PATCH bpf-next 01/12] bpf: Move update_prog_stats to syscall object
` [PATCH bpf-next 06/12] bpf: Count missed stats in trace_call_bpf

[PATCH] build: add pdcp to optional libs
 2023-08-29  8:03 UTC  (2+ messages)

[PATCH] KVM: arm64: Properly return allocated EL2 VA from hyp_alloc_private_va_range()
 2023-08-29  8:03 UTC  (3+ messages)

[Intel-xe] [PATCH] fixup! drm/xe: Rename engine to exec_queue
 2023-08-29  8:03 UTC  (2+ messages)

[PATCH 0/1] s390/dasd: fix string length handling
 2023-08-29  8:02 UTC  (7+ messages)
` [PATCH 1/1] "

[PATCH 00/11] arm64: qcom: add and enable SHM Bridge support
 2023-08-29  8:02 UTC  (13+ messages)
` [PATCH 01/11] firmware: qcom-scm: drop unneeded 'extern' specifiers
` [PATCH 02/11] firmware: qcom-scm: order includes alphabetically
` [PATCH 03/11] firmware: qcom-scm: atomically assign and read the global __scm pointer
` [PATCH 05/11] dt-bindings: document the Qualcomm TEE Shared Memory Bridge

[PATCH v2 0/4] Venus driver fixes to avoid possible OOB accesses
 2023-08-29  8:00 UTC  (12+ messages)
` [PATCH v2 4/4] venus: hfi_parser: Add check to keep the number of codecs within range

Prosím kontaktujte
 2023-08-29  7:55 UTC 

[PATCH] bus/pci: fix legacy device IO port map in secondary process
 2023-08-29  8:00 UTC  (4+ messages)
` [PATCH v3] "

[PATCH] kernel: Add Mount Option For Efivarfs
 2023-08-29  7:59 UTC  (2+ messages)

[tglx-devel:x86/microcode] [x86/microcode/32] 7f1f6ace4c: BUG:unable_to_handle_page_fault_for_address
 2023-08-29  7:59 UTC 

Słowa kluczowe do wypozycjonowania
 2023-08-29  7:31 UTC 

Słowa kluczowe do wypozycjonowania
 2023-08-29  7:31 UTC 

Słowa kluczowe do wypozycjonowania
 2023-08-29  7:31 UTC 

Słowa kluczowe do wypozycjonowania
 2023-08-29  7:31 UTC 

Słowa kluczowe do wypozycjonowania
 2023-08-29  7:31 UTC 

Słowa kluczowe do wypozycjonowania
 2023-08-29  7:31 UTC 

[PATCH v1 0/2] doc: board: toradex: documentation update
 2023-08-29  7:59 UTC  (5+ messages)
` [PATCH v1 1/2] doc: board: toradex: minor "
` [PATCH v1 2/2] doc: board: toradex: verdin-am62: document update u-boot wrapper

[PATCH -next] drm: xlnx: zynqmp_dpsub: Use devm_clk_get_enabled() helper function
 2023-08-29  7:55 UTC  (3+ messages)

ext4/super.c : Fix a goto label
 2023-08-29  7:52 UTC  (2+ messages)
` [v2] "

[igt-dev] [PATCH i-g-t v2 0/3] Toggle GT C States and validate power
 2023-08-29  7:54 UTC  (4+ messages)
` [igt-dev] ✗ CI.xeBAT: failure for Toggle GT C States and validate power (rev2)

[PATCH] arm64: dovetail: Fix undefinstr/break trap handling
 2023-08-29  7:42 UTC  (6+ messages)

[LTP] [PATCH v4] Add epoll_wait05 test
 2023-08-29  7:52 UTC  (3+ messages)

[PATCH v3 00/28] Introduce QC USB SND audio offloading support
 2023-08-29  7:50 UTC  (8+ messages)
` [PATCH v3 11/28] dt-bindings: usb: dwc3: Add snps,num-hc-interrupters definition

[PATCH] btrfs/282: skip test if /var/lib/btrfs isnt writable
 2023-08-29  7:50 UTC  (2+ messages)

[PATCH] kconfig: add dependency warning print about invalid values in verbose mode
 2023-08-29  7:49 UTC  (2+ messages)
`  "

Warning when compiling with python3.12
 2023-08-29  7:49 UTC  (5+ messages)
` [PATCH] Fix invalid escape sequence warnings
      ` [PATCH v2] "

[Intel-gfx] [PATCH 0/4] fbc on any plane
 2023-08-29  7:50 UTC  (7+ messages)
` [Intel-gfx] [PATCH 2/4] drm/i915/lnl: update FBC debugfs to include plane information
  ` [Intel-xe] "
    ` [Intel-gfx] "
` [Intel-gfx] [PATCH 3/4] drm/i915/lnl: support FBC on any plane
  ` [Intel-xe] "
    ` [Intel-gfx] "

[PATCH v2 00/15] Introduce /dev/mshv drivers
 2023-08-29  7:47 UTC  (4+ messages)
` [PATCH v2 10/15] x86: hyperv: Add mshv_handler irq handler and setup function

[PATCH v10 0/4] Add Intel LJCA device driver
 2023-08-29  7:46 UTC  (6+ messages)
` [PATCH v10 2/4] i2c: Add support for Intel LJCA USB I2C driver

[PATCH v6 00/11] io_uring getdents
 2023-08-29  7:46 UTC  (13+ messages)
` [PATCH 02/11] xfs: add NOWAIT semantics for readdir
      ` [f2fs-dev] "
` [PATCH 07/11] vfs: add nowait parameter for file_accessed()
    ` [f2fs-dev] "

[RFC v4 0/4] StarFive's Pulse Width Modulation driver support
 2023-08-29  7:44 UTC  (4+ messages)
` [RFC v4 4/4] riscv: dts: starfive: jh7100: Add PWM node and pins configuration

[PATCH v2] RFC: iio: lsm6dsx: Support temperature channel on some devices
 2023-08-29  7:44 UTC 

[PATCH] wifi: rtl8xxxu: mark TOTOLINK N150UA V5/N150UA-B as tested
 2023-08-29  7:43 UTC 

[PATCH v1] include: configs: verdin-am62: drop unused sdram address
 2023-08-29  7:43 UTC  (2+ messages)

[PATCH v2 0/7] Add pinctrl driver support for Realtek DHC SoCs
 2023-08-29  7:40 UTC  (5+ messages)
` [PATCH v2 5/7] dt-bindings: pinctrl: realtek: add RTD1315E pinctrl binding

[PATCH 0/3] This patchset adds IR controller driver support for
 2023-08-29  7:39 UTC  (5+ messages)
` [PATCH 1/3] media: rc: meson-ir: support rc driver type RC_DRIVER_SCANCODE

[bvanassche:block-for-next] [scsi] b4cd894093: BUG:kernel_NULL_pointer_dereference,address
 2023-08-29  7:38 UTC 

[PATCH v3 0/1] Add add-maintainer.py script
 2023-08-29  7:38 UTC  (10+ messages)
` [PATCH v3 1/1] scripts: Add add-maintainer.py

[PATCH V2] asm-generic: ticket-lock: Optimize arch_spin_value_unlocked
 2023-08-29  7:37 UTC  (6+ messages)

[LTP] [PATCH v3] Add process_madvise01 test
 2023-08-29  7:38 UTC 

[PATCH] ethdev: introduce generic flow item and action
 2023-08-29  7:38 UTC  (17+ messages)
                        ` DPDK community: RTE_FLOW support for P4-programmable devices

[PATCH 0/7] ADV7511 driver enhancements
 2023-08-29  7:36 UTC  (11+ messages)
` [PATCH 5/7] drm: adv7511: Add has_dsi feature bit to struct adv7511_chip_info
` [PATCH 6/7] drm: adv7511: Add link_config "
` [PATCH 7/7] drm: adv7511: Add hpd_override_enable "

[igt-dev] [PATCH] tests/amdgpu: add sync object tests
 2023-08-29  7:37 UTC  (2+ messages)
` [igt-dev] ✓ Fi.CI.IGT: success for tests/amdgpu: add sync object tests (rev4)

[PATCH 00/12] bitmap: rework bitmap_{bit,}remap()
 2023-08-29  7:33 UTC  (2+ messages)

[OE-core][PATCH] uninative.bbclass: sync to use UNINATIVE_STAGING_DIR
 2023-08-29  7:33 UTC 

Prezentacja
 2023-08-29  7:30 UTC 

Prezentacja
 2023-08-29  7:30 UTC 

[PATCH 1/1] Watchdog: Support WDIOF_CARDRESET on TI AM65x platform
 2023-08-29  3:46 UTC 

Does u-boot support env for spi nand flash?
 2023-08-29  6:24 UTC 

Proszę o kontakt
 2023-08-29  7:30 UTC 

[igt-dev] [PATCH i-g-t 0/2] Update missing documentation fields
 2023-08-29  7:31 UTC  (5+ messages)
` [igt-dev] [PATCH i-g-t 1/2] tests/xe_sysfs_tile: Update "
` [igt-dev] [PATCH i-g-t 2/2] tests/xe_uevent: "

[PATCH 0/2] iio: imu: lsm6dsx: Support temperature and ism330dhc
 2023-08-29  7:30 UTC  (8+ messages)
` [PATCH 1/2] iio: lsm6dsx: Support temperature channel

Prezentacja
 2023-08-29  7:30 UTC 

[PATCH v4 0/2] Adding support for Microchip MCP3564 ADC family
 2023-08-29  7:29 UTC  (4+ messages)
` [PATCH v4 2/2] iio: adc: adding support for MCP3564 ADC

[Intel-gfx] [PATCH v15 00/23] Add generic memory shrinker to VirtIO-GPU and Panfrost DRM drivers
 2023-08-29  7:29 UTC  (7+ messages)
` [Intel-gfx] [PATCH v15 17/23] drm/shmem-helper: Add and use drm_gem_shmem_resv_assert_held() helper
      `  "

[PATCH v2 0/4] Add full zoned storage emulation to qcow2 driver
 2023-08-29  7:27 UTC  (8+ messages)
` [PATCH v2 3/4] qcow2: add zoned emulation capability


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.