All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2020-08-19 11:46:59 to 2020-08-19 12:04:30 UTC [more...]

post-receive: pub/scm/linux/kernel/git/broonie/sound
 2020-08-19 12:04 UTC 

FAILED: patch "[PATCH] pinctrl: baytrail: Fix pin being driven low for a while on" failed to apply to 4.19-stable tree
 2020-08-19 11:47 UTC 

FAILED: patch "[PATCH] pinctrl: baytrail: Fix pin being driven low for a while on" failed to apply to 4.14-stable tree
 2020-08-19 11:47 UTC 

[PATCH 00/49] DRM driver for Hikey 970
 2020-08-19 11:46 UTC  (89+ messages)
` [PATCH 01/49] staging: hikey9xx: Add hisilicon DRM driver for hikey960/970
` [PATCH 02/49] staging: hikey9xx/gpu: port it to work with Kernel v4.9
` [PATCH 03/49] staging: hikey9xx/gpu: solve tearing issue of display
` [PATCH 05/49] staging: hikey9xx/gpu: add support to hikey970 HDMI and panel
` [PATCH 06/49] staging: hikey9xx/gpu: Solve SR Cannot Display Problems
` [PATCH 07/49] staging: hikey9xx/gpu: Solve HDMI compatibility Problem
` [PATCH 08/49] staging: hikey9xx/gpu: Support MIPI DSI 3 lanes for hikey970
` [PATCH 09/49] staging: hikey9xx/gpu: Solve SR test reset problem "
` [PATCH 10/49] staging: hikey9xx/gpu: add debug prints for this driver
` [PATCH 11/49] staging: hikey9xx/gpu: Add support 10.1 inch special HDMI displays
` [PATCH 12/49] staging: hikey9xx/gpu: get rid of adv7535 fork
` [PATCH 13/49] staging: hikey9xx/gpu: rename the Kirin9xx namespace
` [PATCH 14/49] staging: hikey9xx/gpu: get rid of kirin9xx_fbdev.c
` [PATCH 15/49] staging: hikey9xx/gpu: get rid of some ifdefs
` [PATCH 16/49] staging: hikey9xx/gpu: rename the config option for Kirin970
` [PATCH 17/49] staging: hikey9xx/gpu: change the includes to reflect upstream
` [PATCH 18/49] staging: hikey9xx/gpu: port driver to upstream kAPIs
` [PATCH 19/49] staging: hikey9xx/gpu: add a copy of set_reg() function there
` [PATCH 20/49] staging: hikey9xx/gpu: get rid of ION headers
` [PATCH 21/49] staging: hikey9xx/gpu: add support for using a reserved CMA memory
` [PATCH 22/49] staging: hikey9xx/gpu: cleanup encoder attach logic
` [PATCH 25/49] staging: hikey9xx/gpu: do some code cleanups
` [PATCH 26/49] staging: hikey9xx/gpu: use default GEM_CMA fops
` [PATCH 27/49] staging: hikey9xx/gpu: place vblank enable/disable at the right place
` [PATCH 28/49] staging: hikey9xx/gpu: remove an uneeded hack
` [PATCH 30/49] staging: hikey9xx/gpu: register connector
` [PATCH 31/49] staging: hikey9xx/gpu: fix driver name
` [PATCH 32/49] staging: hikey9xx/gpu: get rid of iommu_format
` [PATCH 33/49] staging: hikey9xx/gpu: re-work the mode validation code
` [PATCH 34/49] staging: hikey9xx/gpu: add support for enable/disable ldo3 regulator
` [PATCH 35/49] staging: hikey9xx/gpu: add SPMI headers
` [PATCH 36/49] staging: hikey9xx/gpu: solve most coding style issues
` [PATCH 37/49] staging: hikey9xx/gpu: don't use iommu code
` [PATCH 38/49] staging: hikey9xx/gpu: add kirin9xx driver to the building system
` [PATCH 39/49] staging: hikey9xx/gpu: get rid of typedefs
` [PATCH 40/49] staging: hikey9xx/gpu: get rid of input/output macros
` [PATCH 41/49] staging: hikey9xx/gpu: get rid of some unused data
` [PATCH 42/49] staging: hikey9xx/gpu: place common definitions at kirin9xx_dpe.h
` [PATCH 43/49] staging: hikey9xx/gpu: get rid of DRM_HISI_KIRIN970
` [PATCH 44/49] dts: hisilicon: hi3670.dtsi: add I2C settings
` [PATCH 45/49] dts: hikey970-pinctrl.dtsi: add missing pinctrl settings
` [PATCH 46/49] dt: hisilicon: add support for the PMIC found on Hikey 970
` [PATCH 47/49] dts: add support for Hikey 970 DRM
` [PATCH 48/49] staging: hikey9xx/gpu: drop kirin9xx_pwm
` [PATCH 49/49] dt: display: Add binds for the DPE and DSI controller for Kirin 960/970

[PATCH] fs: Add function declaration of simple_dname
 2020-08-19 11:58 UTC  (5+ messages)

[PATCH 1/2] spi: imx: Do not print an error when PIO is used
 2020-08-19 12:03 UTC  (3+ messages)
` [PATCH 2/2] spi: imx: Remove unneeded probe message

[PATCH 00/19] thunderbolt: Power Management improvements
 2020-08-19 11:59 UTC  (20+ messages)
` [PATCH 01/19] thunderbolt: Optimize Force Power logic
` [PATCH 02/19] thunderbolt: Optimize NHI LC mailbox command processing
` [PATCH 03/19] thunderbolt: Software CM only should set force power in Tiger Lake
` [PATCH 04/19] thunderbolt: Use bit 31 to check if Firmware CM is running "
` [PATCH 05/19] thunderbolt: Do not program NFC buffers for USB4 router protocol adapters
` [PATCH 06/19] thunderbolt: No need to log an error if tb_switch_lane_bonding_enable() fails
` [PATCH 07/19] thunderbolt: Send reset only to first generation routers
` [PATCH 08/19] thunderbolt: Tear down DP tunnels when suspending
` [PATCH 09/19] thunderbolt: Initialize TMU again on resume
` [PATCH 10/19] thunderbolt: Do not change default USB4 router notification timeout
` [PATCH 11/19] thunderbolt: Configure link after lane bonding is enabled
` [PATCH 12/19] thunderbolt: Set port configured for both ends of the link
` [PATCH 13/19] thunderbolt: Configure port for XDomain
` [PATCH 14/19] thunderbolt: Disable lane 1 for XDomain connection
` [PATCH 15/19] thunderbolt: Enable wakes from system suspend
` [PATCH 16/19] PCI / thunderbolt: Switch to use device links instead of PCI quirk
` [PATCH 17/19] ACPI: Export acpi_get_first_physical_node() to modules
` [PATCH 18/19] thunderbolt: Create device links from ACPI description
` [PATCH 19/19] thunderbolt: Add runtime PM for Software CM

[PATCH v11 0/5] support reserving crashkernel above 4G on arm64 kdump
 2020-08-19 12:03 UTC  (8+ messages)
` [PATCH v11 5/5] kdump: update Documentation about crashkernel

[PATCH] media: i2c: max9286: Depend on GPIOLIB
 2020-08-19 11:58 UTC  (3+ messages)

[PATCH v4 0/2] start recovery process when payload length overflow for sdio
 2020-08-19 12:01 UTC  (5+ messages)
` [PATCH v4 1/2] ath10k: add refcount for ath10k_core_restart

[PATCH v4 0/1] add sysfs exports for TPM 2 PCR registers
 2020-08-19 12:02 UTC  (10+ messages)
` [PATCH v4 1/1] tpm: add sysfs exports for all banks of "

[PATCH 0/3] vhost-vsock: force virtio version 1
 2020-08-19 12:01 UTC  (7+ messages)
` [PATCH 1/3] vhost-vsock-pci: "
` [PATCH 2/3] vhost-user-vsock-pci: "
` [PATCH 3/3] vhost-vsock-ccw: "

post-receive: pub/scm/linux/kernel/git/broonie/misc
 2020-08-19 12:02 UTC 

post-receive: pub/scm/linux/kernel/git/broonie/regulator
 2020-08-19 12:02 UTC 

[PATCH] btrfs: detect nocow for swap after snapshot delete
 2020-08-19 11:59 UTC  (3+ messages)

[GIT PULL] USB: fixes for v5.9-rc2
 2020-08-19 12:01 UTC 

Adding xdp-newbies to lore.kernel.org
 2020-08-19 11:59 UTC 

Recent changes (master)
 2020-08-19 12:00 UTC 

[Intel-gfx] [PATCH v1] drm/i915/gt: convert tasklets to use new tasklet_setup() API
 2020-08-19 11:59 UTC  (3+ messages)
  `  "

FAILED: patch "[PATCH] pinctrl: baytrail: Fix pin being driven low for a while on" failed to apply to 4.9-stable tree
 2020-08-19 11:47 UTC 

FAILED: patch "[PATCH] pinctrl: ingenic: Properly detect GPIO direction when" failed to apply to 5.4-stable tree
 2020-08-19 11:48 UTC 

[PATCH] ALSA: usb-audio: Add prevent wakeup from s3 state trig by Lenovo ThinkCentre TI024Gen3 USB-audio
 2020-08-19 11:57 UTC  (2+ messages)

[PATCH] crypto: algapi - Remove skbuff.h inclusion
 2020-08-19 11:58 UTC  (3+ messages)
` [v2 PATCH] "
  ` [v3 "

post-receive: pub/scm/linux/kernel/git/stable/linux-stable-rc
 2020-08-19 11:58 UTC 

[RFC PATCH v2] selinux: convert policy read-write lock to RCU
 2020-08-19 11:58 UTC  (4+ messages)
` [RFC PATCH] selinux: Use call_rcu for policydb and booleans

[RFC PATCH 00/22] block/export: Add infrastructure and QAPI for block exports
 2020-08-19 11:56 UTC  (3+ messages)
` [RFC PATCH 19/22] block/export: Move strong user reference to block_exports

[Intel-gfx] [PATCH 00/24] drm/i915: Correct the locking hierarchy in gem
 2020-08-19 11:57 UTC  (7+ messages)
` [Intel-gfx] [PATCH 15/24] drm/i915: Make sure execbuffer always passes ww state to i915_vma_pin
` [Intel-gfx] [PATCH 18/24] drm/i915: Convert i915_perf to ww locking as well

[GIT FIXES FOR v5.9] v4l2_ctrl_request_hdl_put() fixes
 2020-08-19 11:51 UTC 

[PATCH] staging: wilc1000: Fix memleak in wilc_bus_probe
 2020-08-19 11:54 UTC 

[PATCH] sched/fair: reduce preemption with IDLE tasks runable
 2020-08-19 11:55 UTC  (16+ messages)
  ` [PATCH] sched/fair: reduce preemption with IDLE tasks runable(Internet mail)

[PATCH v4 0/6] mm: introduce memfd_secret system call to create "secret" memory areas
 2020-08-19 11:53 UTC  (7+ messages)
` [PATCH v4 6/6] mm: secretmem: add ability to reserve memory at boot

[PATCH] drm/crc-debugfs: Fix memleak in crc_control_write
 2020-08-19 11:55 UTC  (3+ messages)

[PATCH 1/2] thunderbolt: Disable ports that are not implemented
 2020-08-19 11:54 UTC  (2+ messages)

post-receive: pub/scm/linux/kernel/git/stable/linux-stable-rc
 2020-08-19 11:55 UTC 

a saner API for allocating DMA addressable pages
 2020-08-19 11:51 UTC  (8+ messages)
` [PATCH 05/28] media/v4l2: remove V4L2-FLAG-MEMORY-NON-CONSISTENT

[Intel-gfx] [PATCH] drm/i915: Initialise outparam for error return from wait_for_register
 2020-08-19 11:54 UTC 

[PATCH v2 0/6] selftests: arm64: Add floating point selftests
 2020-08-19 11:48 UTC  (14+ messages)
` [PATCH v2 1/6] selftests: arm64: Test case for enumeration of SVE vector lengths
` [PATCH v2 2/6] selftests: arm64: Add test for the SVE ptrace interface
` [PATCH v2 3/6] selftests: arm64: Add stress tests for FPSMID and SVE context switching
` [PATCH v2 4/6] selftests: arm64: Add utility to set SVE vector lengths
` [PATCH v2 5/6] selftests: arm64: Add wrapper scripts for stress tests
` [PATCH v2 6/6] selftests: arm64: Add build and documentation for FP tests

[PATCH v4] drm/amdgpu: add new trace event for page table update v3
 2020-08-19 11:52 UTC  (3+ messages)

post-receive: pub/scm/linux/kernel/git/broonie/misc
 2020-08-19 11:53 UTC 

post-receive: pub/scm/linux/kernel/git/broonie/sound
 2020-08-19 11:53 UTC 

post-receive: pub/scm/linux/kernel/git/stable/stable-queue
 2020-08-19 11:52 UTC 

[Intel-gfx] [PATCH 1/5] Critical-KclockWork-Fixes-intel_atomi.c-PossibleNull
 2020-08-19 11:52 UTC  (2+ messages)
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for series starting with [1/5] Critical-KclockWork-Fixes-intel_atomi.c-PossibleNull

post-receive: pub/scm/linux/kernel/git/stable/stable-queue
 2020-08-19 11:52 UTC 

[PATCH] USB HID: Add disabled wakeup from s3 by touchpad on byd zhaoxin notebook
 2020-08-19 11:51 UTC 

post-receive: pub/scm/linux/kernel/git/stable/stable-queue
 2020-08-19 11:52 UTC 

post-receive: pub/scm/linux/kernel/git/stable/stable-queue
 2020-08-19 11:52 UTC 

post-receive: pub/scm/linux/kernel/git/stable/stable-queue
 2020-08-19 11:51 UTC 

mountinfo contents changed when rootfs is ramfs
 2020-08-19 11:50 UTC 

post-receive: pub/scm/linux/kernel/git/stable/stable-queue
 2020-08-19 11:51 UTC 

[PATCH] staging: wilc1000: Fix memleak in wilc_sdio_probe
 2020-08-19 11:50 UTC 

post-receive: pub/scm/linux/kernel/git/stable/stable-queue
 2020-08-19 11:51 UTC 

post-receive: pub/scm/linux/kernel/git/broonie/misc
 2020-08-19 11:51 UTC 

post-receive: pub/scm/linux/kernel/git/balbi/usb
 2020-08-19 11:51 UTC 

[kvm-unit-tests PATCH 0/4] s390x: Add Protected VM support
 2020-08-19 11:49 UTC  (4+ messages)
` [kvm-unit-tests PATCH 4/4] s390x: add "

-Werror for `make W=0`
 2020-08-19 11:50 UTC  (3+ messages)

[PATCH] selftests/bpf: Remove test_align from TEST_GEN_PROGS
 2020-08-19 11:49 UTC  (2+ messages)

[OE-Core][PATCH] iproute2: upgrade 5.7.0 -> 5.8.0
 2020-08-19 11:52 UTC 

[meta-oe][PATCH] iproute2: upgrade 5.7.0 -> 5.8.0
 2020-08-19 11:50 UTC 

[PSIGN v2 X/6] selftests: arm64: Add floating point selftests
 2020-08-19 11:48 UTC 

[PATCH 1/2] drm/i915/gem: Replace reloc chain with terminator on error unwind
 2020-08-19 11:48 UTC  (2+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for series starting with [1/2] "

post-receive: pub/scm/linux/kernel/git/stable/linux-stable-rc
 2020-08-19 11:48 UTC 

FAILED: patch "[PATCH] powerpc: Allow 4224 bytes of stack expansion for the signal" failed to apply to 4.4-stable tree
 2020-08-19 11:47 UTC 

[Buildroot] [autobuild.buildroot.net] Daily results for 2020-08-14
 2020-08-19 11:47 UTC  (3+ messages)
` [Buildroot] [autobuild.buildroot.net] Analysis of build results


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.