All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2022-01-18 09:09:02 to 2022-01-18 09:55:14 UTC [more...]

[PATCH v2] net/bonding: fix RSS not work for bonding
 2022-01-18  9:27 UTC  (2+ messages)

drivers/nvme/host/fabrics.c:1095:5-8: Unneeded variable: "ret". Return "0" on line 1109
 2022-01-18 11:13 UTC  (3+ messages)
` [PATCH] nvme-fabrics: fix returnvar.cocci warnings

[PATCH 0/4] Fix and improve gpmi nand on mx28
 2022-01-18  9:54 UTC  (2+ messages)
` [PATCH 1/4] ARM: dts: imx28: reparent gpmi clock to ref_gpmi

[RFC PATCH v3 0/3] Add support modifiers for drivers whose planes only support linear layout
 2022-01-18  9:53 UTC  (7+ messages)
` [RFC PATCH v3 2/3] drm: add "
        ` [Nouveau] "

[PATCH 1/1] of: unittest: rename overlay source files from .dts to .dtso
 2022-01-18  9:54 UTC  (11+ messages)

[PATCH v5 0/2] Add watchdog driver for Sunplus SP7021 SoC
 2022-01-18  9:53 UTC  (3+ messages)
` [PATCH v5 1/2] watchdog: Add Sunplus SP7021 WDT devicetree bindings documentation
` [PATCH v5 2/2] watchdog: Add watchdog driver for Sunplus SP7021

[Bug 215135] New: proposed cpufreq driver amd-pstate regresses wrt acpi-cpufreq on some AMD EPYC Zen3
 2022-01-18  9:54 UTC  (2+ messages)
` [Bug 215135] "

Honister broken WiFi communication
 2022-01-18  9:53 UTC 

[RFC PATCH 0/2] perf: arm_spe: Fix consistency of CONTEXT packets in SPE driver
 2022-01-18  9:52 UTC  (4+ messages)
` [RFC PATCH 2/2] perf: arm_spe: Enable CONTEXT packets in SPE traces if the profiler runs in CPU mode

[PATCH] MAINTAINERS: Add Helge as fbdev maintainer
 2022-01-18  9:53 UTC  (33+ messages)

drivers/staging/media/atomisp/pci/runtime/rmgr/src/rmgr_vbuf.c:275: dangling pointer ?
 2022-01-18  9:53 UTC 

[PATCH v10 0/6] USB DWC3 host wake up support from system suspend
 2022-01-18  9:52 UTC  (4+ messages)
` [PATCH v10 6/6] usb: dwc3: qcom: Enable the interrupts during probe

[bug report] IB/cm: Improve the calling of cm_init_av_for_lap and cm_init_av_by_path
 2022-01-18  9:52 UTC  (2+ messages)

[RFC PATCH v1 00/10] KVM: s390: Do storage key checking
 2022-01-18  9:52 UTC  (11+ messages)
` [RFC PATCH v1 01/10] s390/uaccess: Add storage key checked access to user memory
` [RFC PATCH v1 02/10] KVM: s390: Honor storage keys when accessing guest memory
` [RFC PATCH v1 03/10] KVM: s390: handle_tprot: Honor storage keys
` [RFC PATCH v1 04/10] KVM: s390: selftests: Test TEST PROTECTION emulation
` [RFC PATCH v1 05/10] KVM: s390: Add optional storage key checking to MEMOP IOCTL
` [RFC PATCH v1 06/10] KVM: s390: Add vm IOCTL for key checked guest absolute memory access
` [RFC PATCH v1 07/10] KVM: s390: Rename existing vcpu memop functions
` [RFC PATCH v1 08/10] KVM: s390: selftests: Test memops with storage keys
` [RFC PATCH v1 09/10] KVM: s390: Add capability for storage key extension of MEM_OP IOCTL
` [RFC PATCH v1 10/10] KVM: s390: selftests: Make use of capability in MEM_OP test

[PATCH v2 0/4] arm64: accelerate crc32_be
 2022-01-18  9:51 UTC  (3+ messages)
` [PATCH v2 4/4] "

[PATCH] app/testpmd: fix GENEVE parsing in csum forward mode
 2022-01-18  9:51 UTC  (2+ messages)

[PATCH v2 00/30] KVM: s390: enable zPCI for interpretive execution
 2022-01-18  9:53 UTC  (7+ messages)
` [PATCH v2 06/30] s390/airq: allow for airq structure that uses an input vector
` [PATCH v2 09/30] s390/pci: export some routines related to RPCIT processing
` [PATCH v2 11/30] s390/pci: add helper function to find device by handle

[docs] [PATCH] doc: bitbake-user-manual: expand BB_HASHSERVE explanations
 2022-01-18  9:50 UTC 

[Intel-gfx] [PATCH 00/15] drm/i915: Fix bandwith related cdclk calculations
 2022-01-18  9:47 UTC  (18+ messages)
` [Intel-gfx] [PATCH 01/15] drm/i915: Drop pointless dev_priv argument
` [Intel-gfx] [PATCH 02/15] drm/i915: Extract skl_ddb_entry_init()
` [Intel-gfx] [PATCH 03/15] drm/i915: Fix plane relative_data_rate calculation
` [Intel-gfx] [PATCH 04/15] drm/i915: Introduce skl_plane_ddb_iter
` [Intel-gfx] [PATCH 05/15] drm/i915: Extract skl_allocate_plane_ddb()
` [Intel-gfx] [PATCH 06/15] drm/i915: Extract skl_crtc_calc_dbuf_bw()
` [Intel-gfx] [PATCH 07/15] drm/i915: Tweak plane ddb allocation tracking
` [Intel-gfx] [PATCH 08/15] drm/i915: Split plane data_rate into data_rate+data_rate_y
` [Intel-gfx] [PATCH 09/15] drm/i915: Pre-calculate plane relative data rate
` [Intel-gfx] [PATCH 10/15] drm/i915: Remove total[] and uv_total[] from ddb allocation
` [Intel-gfx] [PATCH 11/15] drm/i915: Nuke intel_bw_calc_min_cdclk()
` [Intel-gfx] [PATCH 12/15] drm/i915: Round up when calculating display bandwidth requirements
` [Intel-gfx] [PATCH 13/15] drm/i915: Properly write lock bw_state when it changes
` [Intel-gfx] [PATCH 14/15] drm/i915: Fix DBUF bandwidth vs. cdclk handling
` [Intel-gfx] [PATCH 15/15] drm/i915: Add "maximum pipe read bandwidth" checks
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for drm/i915: Fix bandwith related cdclk calculations
` [Intel-gfx] ✗ Fi.CI.SPARSE: "

[PATCH] net/tap: Bug fix to populate fds in secondary process
 2022-01-18  9:47 UTC  (7+ messages)

[RFC PATCH v4 0/3] Add support modifiers for drivers whose planes only support linear layout
 2022-01-18  9:45 UTC  (4+ messages)
  ` [Nouveau] "

[PATCH v2 0/7] feec() energy margin removal
 2022-01-18  9:46 UTC  (4+ messages)
` [PATCH v2 6/7] sched/fair: Remove task_util from effective utilization in feec()

[PATCH 0/2] arm: kasan: support CONFIG_KASAN_VMALLOC
 2022-01-18  9:44 UTC  (6+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] arm: kconfig: fix MODULE_PLTS for KASAN with KASAN_VMALLOC

[PATCH 0/2] i2c: tegra: allow compiling out support for Tegra's special constrollers
 2022-01-18  9:46 UTC  (3+ messages)
` [PATCH 1/2] i2c: tegra: allow DVC support to be compiled out

stable-rc/queue/5.4 build: 189 builds: 3 failed, 186 passed, 4 errors, 28 warnings (v5.4.171-21-gb3d891a5cfbe)
 2022-01-18  9:44 UTC 

Advertise lore.kernel.org archives on website?
 2022-01-18  9:44 UTC 

[PATCH] arm: a37xx: Disable CONFIG_DEBUG_UART_ANNOUNCE
 2022-01-18  9:43 UTC 

[PATCH v6 0/9] Multigenerational LRU Framework
 2022-01-18  9:36 UTC  (7+ messages)

[RFC 00/37] ASoC: Intel: AVS - Audio DSP for cAVS
 2022-01-18  9:42 UTC  (4+ messages)

[RFC PATCH 0/6] KVM: mm: fd-based approach for supporting KVM guest private memory
 2022-01-18  9:41 UTC  (4+ messages)
` [RFC PATCH 10/13] softmmu/physmem: Add private memory address space

[PATCH v2 0/2] Generate temporary files using a CSPRNG
 2022-01-18  9:24 UTC  (4+ messages)
` [PATCH v3 "
  ` [PATCH v3 2/2] wrapper: use a CSPRNG to generate random file names

[PATCH v2] drivers/virtio: Enable virtio mem for ARM64
 2022-01-18  9:38 UTC  (3+ messages)

[PATCHv4 0/7] Serial port generic PM to fix 8250 PM
 2022-01-18  9:41 UTC  (6+ messages)
` [PATCH 1/7] serial: core: Add support of runtime PM

[PATCH v5 1/5] x86/quirks: Fix stolen detection with integrated + discrete GPU
 2022-01-18  9:40 UTC  (3+ messages)
` [Intel-gfx] "

[PATCH V6 0/5] Use CCF to describe the UART baud rate clock
 2022-01-18  9:39 UTC  (13+ messages)
` [PATCH V6 1/5] tty: serial: meson: Move request the register region to probe
` [PATCH V6 2/5] tty: serial: meson: Use devm_ioremap_resource to get register mapped memory
` [PATCH V6 3/5] tty: serial: meson: Describes the calculation of the UART baud rate clock using a clock frame

[PATCH 1/1] eal: add internal function to get base address
 2022-01-18  9:40 UTC  (5+ messages)
` [PATCH v4 "
    ` [EXT] "

[PATCH AUTOSEL 5.15 001/188] Bluetooth: Fix debugfs entry leak in hci_register_dev()
 2022-01-18  9:39 UTC  (6+ messages)
` [PATCH AUTOSEL 5.15 123/188] drm/tegra: dc: rgb: Allow changing PLLD rate on Tegra30+

[bug report] tracing: Allow whitespace to surround hist trigger filter
 2022-01-18  9:38 UTC 

[PATCH 1/2] platform: make platform_get_irq_optional() optional
 2022-01-18  9:37 UTC  (18+ messages)

[PATCH] To fix the below failure of handling page fault caused by the invalid input from user
 2022-01-18  9:19 UTC 

[PATCH v4] memory: Directly dispatch alias accesses on origin memory region
 2022-01-18  9:35 UTC  (2+ messages)

[RFC PATCH v3 0/7] host: Support macOS 12
 2022-01-18  9:34 UTC  (5+ messages)
` [RFC PATCH v3 7/7] gitlab-ci: Support macOS 12 via cirrus-run

[PATCH] usb: typec: Only attempt to link USB ports if there is fwnode
 2022-01-18  9:36 UTC 

[PATCH] memory: Fix incorrect calls of log_global_start/stop
 2022-01-18  9:33 UTC  (2+ messages)

[PATCH] drivers/virtio: Enable virtio mem for ARM64
 2022-01-18  9:33 UTC  (4+ messages)

[PATCH 0/2] arm: mvebu: Remove comphy_update_map()
 2022-01-18  9:33 UTC  (3+ messages)
` [PATCH 1/2] arm: mvebu: turris_mox: Convert comphy_update_map() to board_fix_fdt()
` [PATCH 2/2] phy: marvell: Remove unused function comphy_update_map()

[PATCH 0/2] Make platform_get_irq[_byname]_optional() optional
 2022-01-18  9:32 UTC  (12+ messages)
` [PATCH 1/2] platform: make platform_get_irq_optional() optional
  ` [PATCH 1/2] platform: make platform_get_irq_optional() optional (summary)

[PATCH] stm32prog: add partition name in treat_partition_list error messages
 2022-01-18  9:33 UTC 

[PATCH draft] bonding: add IPv6 NS/NA monitor support
 2022-01-18  9:33 UTC  (2+ messages)

[PATCH iptables v2 0/8] extensions: libxt_NFLOG: use nft back-end for iptables-nft
 2022-01-18  9:33 UTC  (7+ messages)

[PATCH v3 0/6] Introduce CanoKey QEMU
 2022-01-18  9:28 UTC  (3+ messages)
` [PATCH v3 5/6] docs/system/devices/usb: Add CanoKey to USB devices examples

Network with same ssid question
 2022-01-18  9:30 UTC  (9+ messages)

[PATCH] tap:remove maintainer
 2022-01-18  9:29 UTC  (4+ messages)

[RFC PATCH 0/3] powerpc/pseries/vas: VAS/NXGZIP support with LPM
 2022-01-18  9:28 UTC  (4+ messages)
` [RFC PATCH 3/3] powerpc/pseries/vas: Use migration_in_progress to disable DLPAR

list iterator spacing: clang-format vs checkpatch
 2022-01-18  9:27 UTC  (8+ messages)

Query on moving Recovery remoteproc work to a separate wq instead of system freezable wq
 2022-01-18  9:27 UTC  (3+ messages)

[PATCH v2 0/2] Add PMIC wrapper support for Mediatek MT8186 SoC IC
 2022-01-18  9:25 UTC  (6+ messages)
` [PATCH v2 1/2] soc: mediatek: pwrap: add pwrap driver for MT8186 SoC

[PATCH] phy: dphy: Correct clk_pre parameter
 2022-01-18  9:24 UTC  (7+ messages)

[PATCH] PCI: Support BAR sizes up to 8TB
 2022-01-18  9:21 UTC 

[PATCH] dfu: mtd: skip empty pages when writing page for UBI partition
 2022-01-18  9:26 UTC 

[PATCH 0/2] KVM: VMX: Fix and test for emulation + exception
 2022-01-18  9:25 UTC  (2+ messages)

[PATCH v3 1/3] drm/bridge: anx7625: Convert to use devm_kzalloc
 2022-01-18  9:24 UTC  (5+ messages)

[kvm-unit-tests PATCH 0/3] Add L2 exception handling KVM unit tests for nSVM
 2022-01-18  9:21 UTC  (2+ messages)

[PATCH 00/37] Add device tree based NUMA support to Arm
 2022-01-18  9:20 UTC  (6+ messages)
` [PATCH 04/37] xen: introduce an arch helper for default dma zone status

[RESEND v3 0/3] mmc: mediatek: add support for SDIO eint IRQ
 2022-01-18  9:18 UTC  (5+ messages)
` [RESEND v3 3/3] "

[PATCH] perf test: Test 73 Sig_trap fails on s390
 2022-01-18  9:18 UTC  (5+ messages)

[PATCH v4 1/4] drm/bridge: anx7625: send DPCD command to downstream
 2022-01-18  9:20 UTC  (8+ messages)
` [PATCH v4 2/4] drm/bridge: anx7625: Convert to use devm_kzalloc
` [PATCH v4 3/4] drm/bridge: anx7625: Support reading edid through aux channel
` [PATCH v4 4/4] dt-bindings: drm/bridge: anx7625: Add aux-bus node

next/master baseline: 662 runs, 51 regressions (next-20220118)
 2022-01-18  9:20 UTC 

[PATCH stable] KVM: x86: remove PMU FIXED_CTR3 from msrs_to_save_all
 2022-01-18  9:19 UTC  (2+ messages)

[PATCH v3 0/3] memory: memory_region_is_mapped() cleanups
 2022-01-18  9:16 UTC  (2+ messages)

[PATCH v4] xen/arm: Allow QEMU platform to be built with GICv2
 2022-01-18  9:17 UTC  (6+ messages)

[igt-dev] [PATCH i-g-t] kms_psr2_su: Fix igt_fixture handling
 2022-01-18  9:18 UTC  (2+ messages)
` [igt-dev] ✓ Fi.CI.BAT: success for kms_psr2_su: Fix igt_fixture handling (rev2)

ppc pbr403 vmstate
 2022-01-18  9:11 UTC  (6+ messages)

[PATCH RFC v2] MAINTAINERS: split out s390x sections
 2022-01-18  9:16 UTC  (2+ messages)

[PATCH] aio: inform block layer of how many requests we are submitting
 2022-01-18  9:17 UTC 

[PATCH V2] usb: common: ulpi: Fix crash in ulpi_match()
 2022-01-18  9:16 UTC  (4+ messages)

[PATCH] arch/s390/kernel: remove unneeded rc variable
 2022-01-18  9:15 UTC  (2+ messages)

[PATCH v2 0/6] KVM: x86/pmu: Use binary search to check filtered events
 2022-01-18  9:15 UTC  (2+ messages)

[PATCH qemu] spapr: Force 32bit when resetting a core
 2022-01-18  9:12 UTC  (10+ messages)

[virtio-dev] [PATCH v8] virtio-net: support device stats
 2022-01-18  9:14 UTC  (2+ messages)

stable-rc/queue/4.9 build: 188 builds: 3 failed, 185 passed, 2 errors, 34 warnings (v4.9.297-10-gece287e6caf0)
 2022-01-18  9:14 UTC 

[PATCH] pinctrl: baytrail: Pick first supported debounce value larger then the requested value
 2022-01-18  9:12 UTC  (7+ messages)

[LTP] [PATCH 1/1] utime03.c: Fix filesystem name
 2022-01-18  9:11 UTC  (7+ messages)

Servicio de la flota
 2022-01-18  9:10 UTC 

[PATCH v5 0/5] support subsets of virtual memory extension
 2022-01-18  9:09 UTC  (5+ messages)
` [PATCH v5 5/5] target/riscv: add support for svpbmt extension

[PATCH] media: dt-bindings: media: renesas,csi2: Update data-lanes property
 2022-01-18  9:11 UTC  (3+ messages)

Servicio de la flota
 2022-01-18  9:10 UTC 

[PATCH] RDMA/siw: fix refcounting leak in siw_create_qp()
 2022-01-18  9:11 UTC 

[PATCH] KVM: x86: remove PMU FIXED_CTR3 from msrs_to_save_all
 2022-01-18  9:11 UTC  (4+ messages)

[PATCH 0/8] target/ppc: powerpc_excp improvements [40x] (3/n)
 2022-01-18  8:40 UTC  (4+ messages)
` [PATCH 1/8] target/ppc: 405: Add missing MSR bits to msr_mask

[PATCH v4 0/5] target/s390x: Fix shift instructions
 2022-01-18  9:08 UTC  (2+ messages)

Issues with mt7915 thermal throttling
 2022-01-18  9:08 UTC 


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.