All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2020-06-15 13:56:53 to 2020-06-15 14:33:44 UTC [more...]

[PATCH 00/17] thunderbolt: Tunneling improvements
 2020-06-15 14:26 UTC  (17+ messages)
` [PATCH 01/17] thunderbolt: Fix path indices used in USB3 tunnel discovery
` [PATCH 02/17] thunderbolt: Make tb_next_port_on_path() work with tree topologies
` [PATCH 03/17] thunderbolt: Make tb_path_alloc() "
` [PATCH 04/17] thunderbolt: Check that both ports are reachable when allocating path
` [PATCH 05/17] thunderbolt: Handle incomplete PCIe/USB3 paths correctly in discovery
` [PATCH 06/17] thunderbolt: Increase path length "
` [PATCH 08/17] thunderbolt: Add DP IN resources for all routers
` [PATCH 09/17] thunderbolt: Do not tunnel USB3 if link is not USB4
` [PATCH 10/17] thunderbolt: Make usb4_switch_map_usb3_down() also return enabled ports
` [PATCH 11/17] thunderbolt: Make usb4_switch_map_pcie_down() "
` [PATCH 12/17] thunderbolt: Report consumed bandwidth in both directions
` [PATCH 13/17] thunderbolt: Increase DP DPRX wait timeout
` [PATCH 14/17] thunderbolt: Implement USB3 bandwidth negotiation routines
` [PATCH 15/17] thunderbolt: Make tb_port_get_link_speed() available to other files
` [PATCH 16/17] thunderbolt: Add USB3 bandwidth management
` [PATCH 17/17] thunderbolt: Add KUnit tests for tunneling

[Intel-gfx] [PATCH 02/10] drm/i915/selftests: Dump engine state and trace upon hanging after reset
 2020-06-15 14:33 UTC  (2+ messages)
` [Intel-gfx] [PATCH] "

[PATCH v3] xfs: avoid deadlock when trigger memory reclaim in ->writepages
 2020-06-15 14:25 UTC  (2+ messages)

[PATCH for-4.14] tools: check go compiler version if present
 2020-06-15 14:32 UTC  (5+ messages)

drivers/reset/reset-intel-gw.c:18:9: warning: 'REG_OFFSET' macro redefined
 2020-06-15 14:33 UTC 

[PATCH v1 0/3] scsi: ufs: Export UFS debugging dump for vendors
 2020-06-15 14:31 UTC  (12+ messages)
` [PATCH v1 1/3] scsi: ufs: Remove redundant label "out" in ufshcd_make_hba_operational()
` [PATCH v1 2/3] scsi: ufs: Manage and export UFS debugging information dump
` [PATCH v1 3/3] scsi: ufs-mediatek: Print host information for failed supsend and resume

[PATCH] ath10k: Wait until copy complete is actually done before completing
 2020-06-15 14:32 UTC  (3+ messages)

[PATCH 0/2] Hotplug interrupt and AER recovery deadlocks
 2020-06-15 14:32 UTC  (3+ messages)
` [PATCH 1/2] PCIe hotplug interrupt and AER deadlock with reset_lock and device_lock
` [PATCH 2/2] PCIe hotplug interrupt and AER pci_slot_mutex deadlock

[PATCHv8 0/3] optee: register drivers on optee bus
 2020-06-15 14:32 UTC  (2+ messages)

[PATCH 0/5] Improvements to spi-bcm-qspi
 2020-06-15 14:32 UTC  (3+ messages)
` [PATCH 4/5] spi: bcm-qspi: Make multiple data blocks interrupt-driven

[PATCH 00/30] xfs: rework inode flushing to make inode reclaim fully asynchronous
 2020-06-15 14:31 UTC  (17+ messages)
` [PATCH 28/30] xfs: rework xfs_iflush_cluster() dirty inode iteration
` [PATCH 29/30] xfs: factor xfs_iflush_done

[Buildroot] systemd improvements V2
 2020-06-15 14:32 UTC  (5+ messages)
` [Buildroot] [PATCH v2 09/14] package/systemd: option to delete all catalog files
` [Buildroot] [PATCH v2 10/14] package/systemd: invoke systemd-tmpfilesd on final image

Clang miscompiling arm64 kernel with BTI and PAC?
 2020-06-15 14:31 UTC  (4+ messages)

[Intel-gfx] [PATCH] drm/i915: Remove redundant i915_request_await_object in blit clears
 2020-06-15 14:30 UTC  (2+ messages)

[PATCH] tracing/probe: fix memleak in fetch_op_data operations
 2020-06-15 14:30 UTC 

[PATCH -tip v3 1/2] kcov: Make runtime functions noinstr-compatible
 2020-06-15 14:29 UTC  (11+ messages)

[PATCH] ath11k: removing redundant reo unlock followed by immediate lock
 2020-06-15 14:29 UTC  (3+ messages)

[RFC v2 0/3] Add QTI QFPROM-Efuse driver support
 2020-06-15 14:28 UTC  (7+ messages)
` [RFC v2 1/3] dt-bindings: nvmem: Add devicetree bindings for qfprom-efuse

[PATCH v2 0/5] tpm: Enable usage of TPM TIS with interrupts
 2020-06-15 14:23 UTC  (6+ messages)
` [PATCH v2 1/5] tpm_tis: Allow lowering of IRQ also when locality is not active
` [PATCH v2 2/5] tpm: Extend TPMIfClass with get_irqnum() function
` [PATCH v2 3/5] tests: Temporarily ignore DSDT table differences
` [PATCH v2 4/5] acpi: Enable TPM IRQ
` [PATCH v2 5/5] tests: Add updated DSDT

[PATCH v3 00/11] hw/sd/sdcard: Fix CVE-2020-13253 & cleanups
 2020-06-15 14:24 UTC  (15+ messages)
` [PATCH v3 03/11] hw/sd/sdcard: Do not switch to ReceivingData if address is invalid
` [PATCH v3 05/11] hw/sd/sdcard: Update the SDState documentation
` [PATCH v3 06/11] hw/sd/sdcard: Simplify cmd_valid_while_locked()
` [PATCH v3 08/11] hw/sd/sdcard: Make iolen unsigned
` [PATCH v3 09/11] hw/sd/sdcard: Correctly display the command name in trace events
` [PATCH v3 10/11] hw/sd/sdcard: Display offset in read/write_data() "
` [PATCH v3 11/11] hw/sd/sdcard: Simplify realize() a bit

[Intel-gfx] [PATCH 01/10] drm/i915/selftests: Disable preemptive heartbeats over preemption tests
 2020-06-15 14:26 UTC  (4+ messages)
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for series starting with [01/10] drm/i915/selftests: Disable preemptive heartbeats over preemption tests (rev2)
` [Intel-gfx] ✗ Fi.CI.SPARSE: "
` [Intel-gfx] ✗ Fi.CI.BAT: failure "

[PATCH] net: eth-uclass: Fix message if mac is coming from DT or ROM
 2020-06-15 14:26 UTC  (4+ messages)

Event delivery and "domain blocking" on PVHv2
 2020-06-15 14:25 UTC 

[PATCH v6] mm: Proactive compaction
 2020-06-15 14:25 UTC  (3+ messages)

[PATCH v2 1/2] ath11k: Add direct buffer ring support
 2020-06-15 14:25 UTC  (3+ messages)

[PATCH net 0/2] remove dependency between mlx5, act_ct, nf_flow_table
 2020-06-15 14:24 UTC  (5+ messages)
` [PATCH net 1/2] net/sched: act_ct: Make tcf_ct_flow_table_restore_skb inline
` [PATCH net 2/2] netfilter: flowtable: Make nf_flow_table_offload_add/del_cb inline

[PATCH 1/8] adt-manual: Add SPDX license headers
 2020-06-15 14:24 UTC  (8+ messages)
` [PATCH 2/8] bsp-guide: "
` [PATCH 3/8] brief-yoctoprojectsqa: "
` [PATCH 4/8] dev-manual: Add SPDX License headers
` [PATCH 5/8] kernel-dev: Add SPDX license headers
` [PATCH 6/8] profile-manual: Add SPDX licence headers
` [PATCH 7/8] sdk-manual: Add SPDX license headers
` [PATCH 8/8] toaster-manaul: "

[PATCH v2 1/3] spi: spi-fsl-dspi: Fix external abort on interrupt in exit paths
 2020-06-15 14:23 UTC  (8+ messages)

[PATCH 0/4] thunderbolt: XDomain and NHI improvements
 2020-06-15 14:22 UTC  (6+ messages)
` [PATCH 4/4] thunderbolt: Get rid of E2E workaround

[PATCH v1 0/2] check-tcg fixes for --enable-plugins
 2020-06-15 14:19 UTC  (3+ messages)
` [PATCH v1 1/2] tests/tcg: build plugin list from contents of src directory
` [PATCH v1 2/2] tests/tcg: ensure -cpu max also used for plugin run

[PATCH 0/8] ath11k: Add IPQ6018 support
 2020-06-15 14:20 UTC  (5+ messages)
` [PATCH 7/8] ath11k: add ce services for IPQ6018

[PATCH] sched/fair: Optimize dequeue_task_fair()
 2020-06-15 14:16 UTC 

properly support exec and wait with kernel pointers
 2020-06-15 14:12 UTC  (9+ messages)
` [PATCH 2/6] exec: simplify the compat syscall handling
` [PATCH 6/6] kernel: add a kernel_wait helper

[PATCH v2 1/2] efi/libstub/arm64: link stub lib.a conditionally
 2020-06-15 14:20 UTC  (6+ messages)
` [PATCH v2 2/2] efi/libstub: refactor Makefile to not use lib-y syntax

[PATCH v4 3/3] sepolgen-ifgen: refactor default policy path retrieval
 2020-06-15 14:19 UTC  (2+ messages)
` [PATCH v5 "

[PATCH v1 RFC 0/2] introduce fallback to pio in spi core
 2020-06-15 14:18 UTC  (13+ messages)
` [PATCH v1 RFC 1/2] spi: introduce fallback to pio

[PATCH 0/4] KVM/arm64: Enable PtrAuth on non-VHE KVM
 2020-06-15 14:17 UTC  (6+ messages)

Add MediaTek MT6873 devapc driver
 2020-06-15 14:17 UTC  (10+ messages)
` [PATCH 2/2] soc: mediatek: devapc: add devapc-mt6873 driver

[PATCH v1 1/4] gpio: pca953x: Synchronize interrupt handler properly
 2020-06-15 14:18 UTC  (7+ messages)
` [PATCH v1 4/4] gpio: pca953x: disable regmap locking for automatic address incrementing

[PATCH v5 0/8] drm: rcar-du: Add Color Management Module (CMM)
 2020-06-15 14:17 UTC  (9+ messages)

[PATCH v2 0/2] media: Add colors' order over test image
 2020-06-15 14:17 UTC  (4+ messages)
` [PATCH v2 2/2] media: vimc: Add a control to show test pattern colors' order

[PATCH 0/8 v2] PCI: Align return values of PCIe capability and PCI accessors
 2020-06-15 13:46 UTC  (2+ messages)

[PATCH] iov_iter: Move unnecessary inclusion of crypto/hash.h
 2020-06-15 14:16 UTC  (4+ messages)
` [v2 PATCH] "
  ` [v3 "

[PATCH for-4.14 0/9] XSA-320 follow for IvyBridge
 2020-06-15 14:15 UTC  (10+ messages)
` [PATCH 1/9] tools/libx[cl]: Introduce struct xc_xend_cpuid for xc_cpuid_set()
` [PATCH 2/9] tests/cpu-policy: Confirm that CPUID serialisation is sorted
` [PATCH 3/9] tools/libx[cl]: Move processing loop down into xc_cpuid_set()
` [PATCH 4/9] tools/libx[cl]: Merge xc_cpuid_set() into xc_cpuid_apply_policy()
` [PATCH 5/9] tools/libx[cl]: Plumb bool restore down "
` [PATCH 6/9] x86/gen-cpuid: Distinguish default vs max in feature annotations
` [PATCH 7/9] x86/hvm: Disable MPX by default
` [PATCH 8/9] x86/cpuid: Introduce missing feature adjustment in calculate_pv_def_policy()
` [PATCH 9/9] x86/spec-ctrl: Hide RDRAND by default on IvyBridge

[PATCH 0/2] pwm: Miscellaneous fixes for 64-bit support
 2020-06-15 14:16 UTC  (6+ messages)
` [PATCH 1/2] video: ssd1307fb: Print PWM period using 64-bit format specifier
` [PATCH 2/2] pwm: iqs620a: Use 64-bit division

FAILED: patch "[PATCH] KVM: x86: don't expose MSR_IA32_UMWAIT_CONTROL" failed to apply to 5.4-stable tree
 2020-06-15 14:13 UTC 

[PATCH 0/4] extend svc and rsu drivers for new RSU features
 2020-06-15 14:29 UTC  (5+ messages)
` [PATCH 1/4] firmware: stratix10-svc: correct reconfig flag and timeout values
` [PATCH 2/4] firmware: stratix10-svc: extend svc to support new RSU features
` [PATCH 3/4] firmware: stratix10-rsu: extend rsu driver for new features
` [PATCH 4/4] firmware: rsu: add device attributes to sysfs interface

FAILED: patch "[PATCH] KVM: x86: don't expose MSR_IA32_UMWAIT_CONTROL" failed to apply to 5.6-stable tree
 2020-06-15 14:13 UTC 

[PATCH] hw/scsi/megasas: Fix possible out-of-bounds array access in tracepoints
 2020-06-15 14:12 UTC  (2+ messages)

[PATCH] mfd: sprd: get subdevices from DT instead for SC27XX SPI
 2020-06-15 14:11 UTC  (2+ messages)

[PATCH] rcar-vin: rcar-csi2: Correct the selection of hsfreqrange
 2020-06-15 14:11 UTC  (6+ messages)
` [PATCH v6] media: "

[15 Jun 2020 Mon] Orchard Road Walking Exercises: 5140 steps or 3.92 km in one hour
 2020-06-15 14:10 UTC 

[PATCH v5.7 8/8] iwlwifi: mvm: don't call iwl_mvm_free_inactive_queue() under RCU
 2020-06-15 14:10 UTC  (2+ messages)

[PATCH] tools/libxengnttab: correct size of allocated memory
 2020-06-15 14:09 UTC  (7+ messages)

[PATCH 0/2] xen/arm: Convert runstate address during hypcall
 2020-06-15 14:09 UTC  (14+ messages)
` [PATCH 1/2] "

[xen-4.10-testing test] 151033: regressions - trouble: blocked/fail/pass/starved
 2020-06-15 14:08 UTC  (9+ messages)
` Xen 4.10 breakage with buster (was Re: [xen-4.10-testing test] 151033: regressions - trouble: blocked/fail/pass/starved)
        ` Xen 4.10 breakage with buster (was Re: [xen-4.10-testing test] 151033: regressions - trouble: blocked/fail/pass/starved) [and 1 more messages]

[Buildroot] [PATCH 1/3] package/freescale-imx/firmware-imx: install sdma firmware for i.MX8M{, M, N}
 2020-06-15 14:07 UTC  (3+ messages)

[PATCH] mm: memcontrol: handle div0 crash race condition in memory.low
 2020-06-15 14:06 UTC  (2+ messages)

[PATCH 0/3] Fix build failure with v5.8-rc1
 2020-06-15 13:22 UTC  (3+ messages)
` [PATCH 3/3] powerpc/8xx: Provide ptep_get() with 16k pages

[cadence-spi] daisy chain
 2020-06-15 14:06 UTC  (6+ messages)

[RFC] Limiting charge current on Droid 4 (and N900)
 2020-06-15 14:05 UTC  (2+ messages)

[PATCH v4 7/8] cmake: support for building git on windows with msvc and clang
 2020-06-15 14:04 UTC  (2+ messages)

[Cocci] [PATCH] coccinelle: api: add device_attr_show script
 2020-06-15 14:04 UTC  (3+ messages)
`  "

[PATCH v2] blktrace: put bounds on BLKTRACESETUP buf_size and buf_nr
 2020-06-15 14:04 UTC  (4+ messages)

[PATCH v4 6/8] cmake: support for building git on windows with mingw
 2020-06-15 14:03 UTC  (2+ messages)

303cc571d1: ltp.setns01.fail
 2020-06-15 14:03 UTC  (5+ messages)
` [LTP] "

fastpath_t? __no_kcsan? Both?
 2020-06-15 14:03 UTC  (3+ messages)

[PATCH 00/22] ReST conversion patches (final?)
 2020-06-15 14:03 UTC  (3+ messages)
` [PATCH 20/22] docs: move remaining stuff under Documentation/*.txt to Documentation/staging

[PATCH] powerpc/ptdump: Fix build failure in hashpagetable.c
 2020-06-15 13:18 UTC 

[PATCH v4 4/8] cmake: support for testing git with ctest
 2020-06-15 14:02 UTC  (2+ messages)

[GIT PULL 00/11] tegra: Changes for v5.8-rc1
 2020-06-15 14:02 UTC  (7+ messages)
` [GIT PULL 07/11] memory: "

[PATCH] oeqa/runtime: Add OERequirePackage decorator
 2020-06-15 14:02 UTC  (2+ messages)
` [OE-core] "

[PATCH v5 00/10] Improvements to IMX290 CMOS driver
 2020-06-15 14:01 UTC  (4+ messages)
` [PATCH v5 10/10] media: i2c: imx290: set bus_type before calling v4l2_fwnode_endpoint_alloc_parse()

[PATCH v4 0/4] cmd: env: add option for quiet output on env info
 2020-06-15 14:01 UTC  (5+ messages)
` [PATCH v4 1/4] "
` [PATCH v4 2/4] cmd: env: check real location for env info command
` [PATCH v4 3/4] configs: sandbox: Enable sub command 'env info'
` [PATCH v4 4/4] test: env: add test for env info sub-command

[PATCH] drm/mediatek: remove unnecessary conversion to bool
 2020-06-15 14:00 UTC  (6+ messages)

[PATCH 1/1] io_uring: fix lazy work init
 2020-06-15 13:59 UTC  (2+ messages)

[PATCH v4 1/8] Introduce CMake support for configuring Git
 2020-06-15 14:00 UTC  (2+ messages)

[PATCH] drm/i915: remove unnecessary conversion to bool
 2020-06-15 14:00 UTC  (2+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for "

[OE-Core][PATCH] recipetool: Fix list concatenation when using edit
 2020-06-15 13:59 UTC  (2+ messages)

FAILED: patch "[PATCH] io_uring: fix flush req->refs underflow" failed to apply to 5.6-stable tree
 2020-06-15 13:59 UTC 

FAILED: patch "[PATCH] KVM: x86: Fix APIC page invalidation race" failed to apply to 4.19-stable tree
 2020-06-15 13:57 UTC 

FAILED: patch "[PATCH] KVM: x86: Fix APIC page invalidation race" failed to apply to 4.14-stable tree
 2020-06-15 13:57 UTC 

FAILED: patch "[PATCH] KVM: x86: Fix APIC page invalidation race" failed to apply to 4.9-stable tree
 2020-06-15 13:57 UTC 

arch/arm/boot/compressed/fdt_rw.c:439:38: sparse: sparse: dubious: x | !y
 2020-06-15 13:56 UTC  (2+ messages)
  ` Fwd: "


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.