All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2021-01-29 13:16:29 to 2021-01-29 14:50:03 UTC [more...]

post-receive: pub/scm/linux/kernel/git/axboe/linux-block
 2021-01-29 14:50 UTC 

[PATCH 0/5] drm/gma500: Remove Moorestown/Medfield
 2021-01-29 14:49 UTC  (11+ messages)
` [PATCH 1/5] drm/gma500: Remove Medfield support
` [PATCH 2/5] drm/gma500: Remove Moorestown support
` [PATCH 3/5] drm/gma500: Drop DRM_GMA3600 config option
` [PATCH 4/5] drm/gma500: Remove CONFIG_X86 conditionals from source files
` [PATCH 5/5] drm/gma500: Remove dependency on TTM

[PATCH] wireless-regdb: Update regulatory rules for Ukraine (UA)
 2021-01-29 14:49 UTC  (4+ messages)
  ` [wireless-regdb] "

[PATCH] Fix a typo that can cause slow socket response on Windows
 2021-01-29 14:31 UTC 

[dpdk-dev] [RFC PATCH v1] build: kni gcc cross-compilation support
 2021-01-29 14:47 UTC  (7+ messages)

[OE-core] [dunfell][PATCH 1/2] bitbake: git.py: Use the correct branch to check if the repository has LFS objects
 2021-01-29 14:47 UTC 

[dpdk-dev] [Bug 629] ixgbe: 82599 chksum rx offload marks UDP packets over IPv4 with zero checksum as CKSUM_BAD
 2021-01-29 14:47 UTC 

[PATCH v5 00/20] Add support for MMC higher speed modes for TI's am65x, j721e and j7200 platforms
 2021-01-29 14:47 UTC  (21+ messages)
` [PATCH v5 01/20] mmc: sdhci: Add helper functions for UHS modes
` [PATCH v5 02/20] mmc: am654_sdhci: Unconditionally switch off DLL in the beginning of ios_post()
` [PATCH v5 03/20] mmc: am654_sdhci: Convert flag fields to BIT macro
` [PATCH v5 04/20] mmc: am654_sdhci: Add flag for PHY calibration
` [PATCH v5 05/20] mmc: am654_sdhci: Add support for AM65x SR2.0
` [PATCH v5 06/20] mmc: am654_sdhci: Add support for input tap delay
` [PATCH v5 07/20] mmc: am654_sdhci: Add support for writing to clkbuf_sel
` [PATCH v5 08/20] mmc: am654_sdhci: Add support for software tuning
` [PATCH v5 09/20] mmc: am654_sdhci: Fix HISPD bit configuration in some lower speed modes
` [PATCH v5 10/20] mmc: am654_sdhci: Use sdhci_set_control_reg()
` [PATCH v5 11/20] arm: dts: k3-am65: Fix mmc nodes
` [PATCH v5 12/20] arm: dts: k3-j721e-main: Update otap-delay values
` [PATCH v5 13/20] arm: dts: k3-j721e-common-proc-board: Add support for UHS modes for SD card
` [PATCH v5 14/20] arm: dts: k3-j7200-main: Add support for gpio0
` [PATCH v5 15/20] arm: dts: k3-j7200-common-proc-board: Enable support for UHS modes
` [PATCH v5 16/20] configs: j721e_evm: Add "
` [PATCH v5 17/20] configs: j7200_evm: "
` [PATCH v5 18/20] arm: dts: k3-am65-main: Add itapdly and clkbuf-sel values
` [PATCH v5 19/20] arm: dts: k3-am654-base-board: Limit Sd card to High speed modes
` [PATCH v5 20/20] configs: am65x_evm: Add configs for UHS modes

[dpdk-dev] [PATCH v19 0/4] Add PMD power management
 2021-01-29 14:47 UTC  (6+ messages)
` [dpdk-dev] [PATCH v20 "
  ` [dpdk-dev] [PATCH v20 4/4] examples/l3fwd-power: enable PMD power mgmt

[v5 PATCH 0/11] Make shrinker's nr_deferred memcg aware
 2021-01-29 14:46 UTC  (6+ messages)
` [v5 PATCH 02/11] mm: vmscan: consolidate shrinker_maps handling code
` [v5 PATCH 07/11] mm: vmscan: add per memcg shrinker nr_deferred

[igt-dev] [PATCH i-g-t v18 00/31] Introduce IGT allocator
 2021-01-29 14:44 UTC  (32+ messages)
` [igt-dev] [PATCH i-g-t v18 01/31] lib/igt_list: igt_hlist implementation
` [igt-dev] [PATCH i-g-t v18 02/31] lib/igt_map: Introduce igt_map
` [igt-dev] [PATCH i-g-t v18 03/31] lib/igt_core: Track child process pid and tid
` [igt-dev] [PATCH i-g-t v18 04/31] lib/intel_allocator_simple: Add simple allocator
` [igt-dev] [PATCH i-g-t v18 05/31] lib/intel_allocator_random: Add random allocator
` [igt-dev] [PATCH i-g-t v18 06/31] lib/intel_allocator: Add intel_allocator core
` [igt-dev] [PATCH i-g-t v18 07/31] lib/intel_allocator: Try to stop smoothly instead of deinit
` [igt-dev] [PATCH i-g-t v18 08/31] lib/intel_allocator_msgchannel: Scale to 4k of parallel clients
` [igt-dev] [PATCH i-g-t v18 09/31] lib/intel_bufops: Removes handle from allocator, change size
` [igt-dev] [PATCH i-g-t v18 10/31] lib/intel_bufops: Add init with handle and size function
` [igt-dev] [PATCH i-g-t v18 11/31] lib/intel_batchbuffer: Integrate intel_bb with allocator
` [igt-dev] [PATCH i-g-t v18 12/31] lib/intel_batchbuffer: Add tracking intel_buf to intel_bb
` [igt-dev] [PATCH i-g-t v18 13/31] lib/intel_aux_pgtable: Get addresses for aux table from an allocator
` [igt-dev] [PATCH i-g-t v18 14/31] lib/igt_fb: Initialize intel_buf with same size as fb
` [igt-dev] [PATCH i-g-t v18 15/31] tests/api_intel_bb: Modify test to verify intel_bb with allocator
` [igt-dev] [PATCH i-g-t v18 16/31] tests/api_intel_bb: Add compressed->compressed copy
` [igt-dev] [PATCH i-g-t v18 17/31] tests/api_intel_allocator: Simple allocator test suite
` [igt-dev] [PATCH i-g-t v18 18/31] tests/gem_softpin: Verify allocator and execbuf pair work together
` [igt-dev] [PATCH i-g-t v18 19/31] tests/gem|kms: Remove intel_bb from fixture
` [igt-dev] [PATCH i-g-t v18 20/31] tests/gem_mmap_offset: Use intel_buf wrapper code instead direct
` [igt-dev] [PATCH i-g-t v18 21/31] tests/gem_ppgtt: Adopt test to use intel_bb with allocator
` [igt-dev] [PATCH i-g-t v18 22/31] tests/gem_render_copy_redux: Adopt to use with intel_bb and allocator
` [igt-dev] [PATCH i-g-t v18 23/31] tests/perf.c: Remove buffer from batch
` [igt-dev] [PATCH i-g-t v18 24/31] tests/gem_linear_blits: Use intel allocator
` [igt-dev] [PATCH i-g-t v18 25/31] lib/ioctl_wrappers: Add gem_has_relocations() check
` [igt-dev] [PATCH i-g-t v18 26/31] lib/intel_batchbuffer: Use relocations in intel-bb up to gen12
` [igt-dev] [PATCH i-g-t v18 27/31] tests/api_intel_*: Adopt to use relocations as default "
` [igt-dev] [PATCH i-g-t v18 28/31] tests/api_intel_bb: Remove check-canonical test
` [igt-dev] [PATCH i-g-t v18 29/31] tests/api_intel_bb: Use allocator in delta-check test
` [igt-dev] [PATCH i-g-t v18 30/31] lib/intel_allocator: Separate allocator multiprocess start
` [igt-dev] [PATCH i-g-t v18 31/31] tests/api_intel_allocator: Prepare to run with sanitizer

[PULL 00/21] target-arm queue
 2021-01-29 14:41 UTC  (3+ messages)
` [PULL 17/21] hw/adc: Add an ADC module for NPCM7XX

[jirislaby:devel 6680/7219] lib/stackdepot.c:154:2: warning: ignoring return value of 'kstrtobool', declared with attribute warn_unused_result
 2021-01-29 14:41 UTC  (2+ messages)

[Bug 1911666] Re: ZDI-CAN-10904: QEMU Plan 9 File System TOCTOU Privilege Escalation Vulnerability
 2021-01-29 14:22 UTC 

[Bug 1913344] [NEW] Exynos4210 UART peripheral data loss
 2021-01-29 14:27 UTC  (2+ messages)
` [Bug 1913344] "

SDKMACHINE and ppc64le issue with latest head?
 2021-01-29 14:38 UTC 

[Intel-gfx] [PATCH 0/1] disable the QSES check for HDCP2.2 over MST
 2021-01-29 14:38 UTC  (2+ messages)
` [Intel-gfx] ✗ Fi.CI.IGT: failure for disable the QSES check for HDCP2.2 over MST (rev2)

[Bug 1911216] [NEW] abort issue locates in hw/usb/hcd-ohci.c:1297:ohci_frame_boundary
 2021-01-29 14:29 UTC  (2+ messages)
` [Bug 1911216] "

[LTP] [PATCH] quota_remount_test01: update to new API
 2021-01-29 14:37 UTC  (2+ messages)

[PATCH v4 00/21] Move Hisilicon 6421v600 SPMI driver set out of staging
 2021-01-29 14:35 UTC  (6+ messages)
` [PATCH v4 18/21] mfd: hi6421-spmi-pmic: move driver from staging

vnc clipboard support
 2021-01-29 14:32 UTC  (9+ messages)

arm64: rk3399: Add support NanoPi R4s
 2021-01-29 14:34 UTC 

git lfs not working in dunfell
 2021-01-29 14:33 UTC  (4+ messages)
` [yocto] "
  ` [dunfell][PATCH 1/2] bitbake: git.py: Use the correct branch to check if the repository has LFS objects
    ` [dunfell][PATCH 2/2] bitbake: fetch/git: download LFS content too during do_fetch

[Bug 1911351] [NEW] x86-64 MTTCG Does not update page table entries atomically
 2021-01-29 14:20 UTC  (2+ messages)
` [Bug 1911351] "

[PATCH V5 0/5] gpio-xilinx: Update on xilinx gpio driver
 2021-01-29 14:26 UTC  (6+ messages)
` [PATCH V5 1/5] gpio: gpio-xilinx: Simplify with dev_err_probe()
` [PATCH V5 2/5] gpio: gpio-xilinx: Reduce spinlock array to array
` [PATCH V5 3/5] gpio: gpio-xilinx: Add interrupt support
` [PATCH V5 4/5] gpio: gpio-xilinx: Add support for suspend and resume
` [PATCH V5 5/5] gpio: gpio-xilinx: Add check if width exceeds 32

[igt-dev] [PATCH i-g-t] tests/kms_rotation_crc: reduce execution time
 2021-01-29 14:29 UTC  (2+ messages)
` [igt-dev] ✗ Fi.CI.IGT: failure for tests/kms_rotation_crc: reduce execution time (rev4)

aarch64-linux-gnu-ld: warning: orphan section `.eh_frame' from `security/keys/trusted-keys/tpm2key.asn1.o' being placed in section `.eh_frame'
 2021-01-29 14:27 UTC 

[PATCH v12] staging: fbtft: add tearing signal detect
 2021-01-29 14:26 UTC  (13+ messages)

[PATCH] spice: delay starting until display are initialized
 2021-01-29 14:22 UTC  (11+ messages)

[PATCH v4 1/4] glslang: upgrade 8.13.3743 -> 11.1.0
 2021-01-29 14:24 UTC  (4+ messages)
` [PATCH v4 4/4] shaderc: fix the build with glslang 11.1.0
        ` [OE-core] "

[LTP] [PATCH] sctp/func_test: add check on the sctp driver
 2021-01-29 14:24 UTC  (4+ messages)

[PATCH] procfs/dmabuf: Add /proc/<pid>/task/<tid>/dmabuf_fds
 2021-01-29 14:22 UTC  (9+ messages)

Problems with APIC on versions 4.9 and later (4.8 works)
 2021-01-29 14:21 UTC  (12+ messages)

[igt-dev] [PATCH i-g-t] tests/kms_cursor_legacy: added test description
 2021-01-29 14:21 UTC  (2+ messages)
` [igt-dev] ✓ Fi.CI.IGT: success for "

[cip-dev] [isar-cip-core][PATCH] linux: Fix warning if USE_CIP_KERNEL_CONFIG is not defined
 2021-01-29 14:19 UTC  (6+ messages)

[PATCH] xen/arm: smmuv3: Disable the SMMUv3 driver when ACPI is enabled
 2021-01-29 14:19 UTC  (2+ messages)

[dpdk-dev] ixgbe and UDP with zero checksum
 2021-01-29 14:19 UTC  (5+ messages)

[PATCH 00/35] RFC: add "nvme monitor" subcommand
 2021-01-29 14:18 UTC  (10+ messages)
` [PATCH 13/35] monitor: disable nvmf-autoconnect udev rules in autoconnect mode
` [PATCH 16/35] monitor: reset children's signal disposition
` [PATCH 22/35] conn-db: add simple connection registry

[LTP] [PATCH 0/5] zram cleanup
 2021-01-29 14:17 UTC  (5+ messages)
` [LTP] [PATCH 1/5] zram: Require root
` [LTP] [PATCH 2/5] zram: Calculate dev_num variable

[RFC PATCH 0/6] vhost-user: Shutdown/Flush slave channel properly
 2021-01-29 14:16 UTC  (5+ messages)
` [PATCH 4/6] qemu, vhost-user: Extend protocol to start/stop/flush slave channel
      ` [Virtio-fs] "

Problems starting Xen domU after latest stable update
 2021-01-29 14:16 UTC  (6+ messages)

[PATCH] hw/sd: sd: Bypass the RCA check for CMD13 in SPI mode
 2021-01-29 14:11 UTC  (2+ messages)

[dm-devel] dm thin-volume hung as swap: bug or as-design ?
 2021-01-29 14:11 UTC  (3+ messages)

[PATCH] ALSA: usb-audio: Add DJM750 to Pioneer mixer quirk
 2021-01-29 14:09 UTC  (2+ messages)

[PATCH v1] fix patman --limit-cc option
 2021-01-29 14:10 UTC 

[drm-drm-misc:for-linux-next 1/1] drivers/gpu/drm/v3d/v3d_sched.c:263:1: error: return type is an incomplete type
 2021-01-29 14:09 UTC 

[dpdk-dev] [PATCH v6 00/12] Octeon Tx/Tx2 Endpoint pmd
 2021-01-29 14:08 UTC  (7+ messages)
` [dpdk-dev] [PATCH v7 "
` [dpdk-dev] [PATCH v7 07/12] net/octeontx_ep: added rxq setup and release
` [dpdk-dev] [PATCH v7 08/12] net/octeontx_ep: added tx queue "

ERROR: "devm_platform_ioremap_resource" undefined!
 2021-01-29 14:08 UTC 

[hch-block:bio_alloc 4/12] fs/f2fs/data.c:389:7: warning: Possible null pointer dereference: sector
 2021-01-29 14:04 UTC 

[PATCH v9 00/10] hw/ssi: imx_spi: Fix various bugs in the imx_spi model
 2021-01-29 14:00 UTC  (12+ messages)
` [PATCH v9 01/10] hw/ssi: imx_spi: Use a macro for number of chip selects supported
` [PATCH v9 02/10] hw/ssi: imx_spi: Remove imx_spi_update_irq() in imx_spi_reset()
` [PATCH v9 03/10] hw/ssi: imx_spi: Remove pointless variable initialization
` [PATCH v9 04/10] hw/ssi: imx_spi: Rework imx_spi_reset() to keep CONREG register value
` [PATCH v9 05/10] hw/ssi: imx_spi: Rework imx_spi_read() to handle block disabled
` [PATCH v9 06/10] hw/ssi: imx_spi: Rework imx_spi_write() "
` [PATCH v9 07/10] hw/ssi: imx_spi: Disable chip selects when controller is disabled
` [PATCH v9 08/10] hw/ssi: imx_spi: Round up the burst length to be multiple of 8
` [PATCH v9 09/10] hw/ssi: imx_spi: Correct the burst length > 32 bit transfer logic
` [PATCH v9 10/10] hw/ssi: imx_spi: Correct tx and rx fifo endianness

[PATCH HVM v1 1/1] hvm: refactor set param
 2021-01-29 13:59 UTC 

[xen-unstable-smoke test] 158773: tolerable all pass - PUSHED
 2021-01-29 13:59 UTC 

post-receive: pub/scm/linux/kernel/git/brgl/linux
 2021-01-29 13:59 UTC 

[Intel-gfx] [PATCH] drm/i915/gt: Only trust sseu subslice fuse if it is set
 2021-01-29 13:59 UTC  (2+ messages)
` [Intel-gfx] ✗ Fi.CI.BAT: failure for "

[PATCH v2] ppc/pnv: Set default RAM size to 1 GB
 2021-01-29 13:56 UTC  (3+ messages)

[Intel-gfx] [PATCH CI 1/3] drm/i915: Nuke not needed members of dram_info
 2021-01-29 13:56 UTC  (3+ messages)
` [Intel-gfx] ✓ Fi.CI.IGT: success for series starting with [CI,1/3] "

post-receive: pub/scm/linux/kernel/git/deller/parisc-linux
 2021-01-29 13:56 UTC 

[PATCH v5 0/4] ARM: Add support for Hisilicon Kunpeng L3 cache controller
 2021-01-29 13:54 UTC  (10+ messages)
` [PATCH v5 4/4] "

Kconfig-induced build errors: CONFIG_PAGE_OFFSET
 2021-01-29 13:52 UTC  (3+ messages)

dax alignment problem on arm64 (and other achitectures)
 2021-01-29 13:50 UTC  (12+ messages)

[SPDK] Re: Submitting NVME I/O write req with SGL
 2021-01-29 13:50 UTC 

[PATCH 0/5] ARM/c6x: remove orphaned platforms
 2021-01-29 13:46 UTC  (4+ messages)
` [PATCH 3/5] ARM: remove zte zx platform

[Intel-gfx] [PATCH 1/2] drm/i915/gvt: Parse default state to update reg whitelist
 2021-01-29 13:47 UTC  (2+ messages)
` [Intel-gfx] ✓ Fi.CI.IGT: success for series starting with [1/2] "

[dpdk-dev] Feature Discussion: CPU topology detection on FreeBSD
 2021-01-29 13:45 UTC  (4+ messages)

[tip:locking/core 10/10] hppa64-linux-ld: init/do_mounts.o(.text.unlikely+0x104): cannot reach warn_bogus_irq_restore
 2021-01-29 13:44 UTC 

[chrome-os:chromeos-5.4 14/69] drivers/gpu/drm/msm/adreno/adreno_gpu.c:211:32: error: 'DOMAIN_ATTR_SYS_CACHE' undeclared
 2021-01-29 13:43 UTC 

Error in xserver-xorg after "mesa: Limit OSMesa to DRM and remove swrast"
 2021-01-29 13:43 UTC 

[PATCH v5 2/7] pwm: pca9685: Support hardware readout
 2021-01-29 13:42 UTC  (4+ messages)

[Intel-gfx] [PATCH] drm/i915: Add missing -EDEADLK path in execbuffer ggtt pinning
 2021-01-29 13:39 UTC  (3+ messages)

[PATCH RFC 0/1] QOM type names and QAPI
 2021-01-29 13:25 UTC  (4+ messages)

[LTP] [PATCH 1/2] syscalls/sched_getparam{01, 02}: Convert to new API and cleanup
 2021-01-29 13:38 UTC  (5+ messages)
` [LTP] [PATCH v2 "
  ` [LTP] [PATCH v2 2/2] syscalls/sched_getparam03: "

[arm64:for-next/kexec 4/12] arch/arm64/kernel/hibernate.c:181:39: sparse: sparse: cast to restricted gfp_t
 2021-01-29 13:33 UTC  (2+ messages)

[PATCH 0/7] ASoC: codecs: add support for LPASS Codec TX and RX macros
 2021-01-29 13:32 UTC  (4+ messages)
` [PATCH 2/7] ASoC: codec: lpass-rx-macro: add support for lpass rx macro

[PATCH 00/20] Rid W=1 warnings from Clock
 2021-01-29 13:32 UTC  (3+ messages)
` [PATCH 10/20] clk: imx: clk-imx31: Remove unused static const table 'uart_clks'

Fw:Re:[RFC,v3,1/1] audit: speed up syscall rule filtering
 2021-01-29 11:28 UTC 

[PATCH v2 1/2] arm64: dts: fsl-ls1012a-rdb: add i2c devices
 2021-01-29 13:30 UTC  (2+ messages)

[SPDK] Re: Submitting NVME I/O write req with SGL
 2021-01-29 13:25 UTC 

post-receive: pub/scm/linux/kernel/git/ogabbay/linux
 2021-01-29 13:25 UTC 

[Intel-gfx] [PATCH] drm/i915/gt: Ignore error capturing a closed context
 2021-01-29 13:24 UTC  (2+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for "

post-receive: pub/scm/linux/kernel/git/ogabbay/linux
 2021-01-29 13:24 UTC 

[PATCH] gpiolib: free device name on error path to fix kmemleak
 2021-01-29  8:19 UTC 

RkISP1 simulataneously streaming with two cameras
 2021-01-29 11:33 UTC  (4+ messages)

[PATCH v2] counter: stm32-lptimer-cnt: remove iio counter abi
 2021-01-29 13:22 UTC 

post-receive: pub/scm/linux/kernel/git/ogabbay/linux
 2021-01-29 13:23 UTC 

post-receive: pub/scm/linux/kernel/git/ogabbay/linux
 2021-01-29 13:22 UTC 

post-receive: pub/scm/linux/kernel/git/ogabbay/linux
 2021-01-29 13:21 UTC 

[PATCH v1 2/2] mm/page_alloc: count CMA pages per zone and print them in /proc/zoneinfo
 2021-01-29 11:46 UTC  (3+ messages)
` [PATCH v3] "

post-receive: pub/scm/linux/kernel/git/gregkh/usb
 2021-01-29 13:17 UTC 

[PATCH v3 0/3] perf/smmuv3: Don't reserve the PMCG register spaces
 2021-01-29 13:15 UTC  (3+ messages)

[Intel-gfx] [PATCH 1/2] drm/i915/display: Add a intel_pipe_is_enabled() helper
 2021-01-29 13:16 UTC  (2+ messages)
` [PATCH 2/2] drm/i915/display: Make vlv_find_free_pps() skip pipes which are in use for non DP purposes


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.