All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2020-11-05 11:47:32 to 2020-11-05 12:15:58 UTC [more...]

post-receive: pub/scm/linux/kernel/git/mnyman/xhci
 2020-11-05 12:15 UTC 

remove dma_virt_ops v2
 2020-11-05 12:15 UTC  (4+ messages)
` [PATCH 1/6] RMDA/sw: don't allow drivers using dma_virt_ops on highmem configs

[PATCH v8 00/43] kasan: add hardware tag-based mode for arm64
 2020-11-05 12:14 UTC  (6+ messages)
` [PATCH v8 30/43] arm64: kasan: Allow enabling in-kernel MTE

[efi:next] BUILD SUCCESS c051590300704d45b9b96071e5241825179507a5
 2020-11-05 12:14 UTC 

VFIO Migration
 2020-11-05 12:13 UTC  (10+ messages)

[Qemu-devel] [Bug 1781463] [NEW] qemu don't start *.abs firmware files
 2020-11-05 12:02 UTC  (2+ messages)
` [Bug 1781463] "

[PATCH v2 0/2] Fixes building nfs on msys2/mingw
 2020-11-05 12:11 UTC  (7+ messages)
` [PATCH v2 1/2] block: Fixes nfs compiling error "

[PATCH 1/4] drm/radeon: stop using pages with drm_prime_sg_to_page_addr_arrays
 2020-11-05 12:12 UTC  (3+ messages)

[cip-dev] [PATCH 4.19.y-cip 0/6] Renesas RZ/G2H add USB{2,3} support
 2020-11-05 12:12 UTC  (5+ messages)
` [cip-dev] [PATCH 4.19.y-cip 4/6] arm64: dts: renesas: r8a774e1: Add USB2.0 phy and host (EHCI/OHCI) device nodes

[PATCH] arm64: dts: renesas: hihope-rev4: Add a comment explaining switch SW2404 required for audio_clk_b
 2020-11-05 12:11 UTC 

[Buildroot] [Bug 13296] New: host-libcap failed to build
 2020-11-05 12:10 UTC  (2+ messages)
` [Buildroot] [Bug 13296] "

[PATCH] page_frag: Recover from memory pressure
 2020-11-05 12:09 UTC  (4+ messages)

[dpdk-dev] [PATCH] mlx5/net: fix release of SQ resources in error flow
 2020-11-05 12:08 UTC  (2+ messages)

[PATCH] drm/ast: Fixed 1920x1080 sync. polarity issue
 2020-11-05 12:08 UTC  (2+ messages)

[PATCH v2 0/5] Add GPIO support for MStar/SigmaStar ARMv7
 2020-11-05 12:08 UTC  (4+ messages)
` [PATCH v2 3/5] gpio: msc313: MStar MSC313 GPIO driver

[RFC PATCH 0/2] mm: fix OOMs for binding workloads to movable zone only node
 2020-11-05 12:08 UTC  (8+ messages)

post-receive: pub/scm/linux/kernel/git/kdave/linux
 2020-11-05 12:08 UTC 

gpiolib sysfs access when CONFIG_GPIO_CDEV is not set
 2020-11-05 12:07 UTC  (3+ messages)

post-receive: pub/scm/docs/man-pages/website
 2020-11-05 12:07 UTC 

[PATCH v2] vim: add nativesdk to BBCLASSEXTEND
 2020-11-05 12:07 UTC  (3+ messages)
` [OE-core] "

[PATCH -next] ASoC: mediatek: mt8192: Make some symbols static
 2020-11-05 12:05 UTC  (7+ messages)
` 答复: "

[PATCH net-next 3/5] r8152: add MCU typed read/write functions
 2020-11-05 12:06 UTC  (11+ messages)

[PATCH v3 00/56] Convert DSI code to use drm_mipi_dsi and drm_panel
 2020-11-05 12:03 UTC  (114+ messages)
` [PATCH v3 01/56] drm/dsi: add MIPI_DSI_MODE_ULPS_IDLE
` [PATCH v3 02/56] Revert "drm/omap: dss: Remove unused omap_dss_device operations"
` [PATCH v3 03/56] drm/omap: drop unused dsi.configure_pins
` [PATCH v3 04/56] drm/omap: dsi: use MIPI_DSI_FMT_* instead of OMAP_DSS_DSI_FMT_*
` [PATCH v3 05/56] drm/omap: constify write buffers
` [PATCH v3 06/56] drm/omap: dsi: add generic transfer function
` [PATCH v3 07/56] drm/omap: panel-dsi-cm: convert to transfer API
` [PATCH v3 08/56] drm/omap: dsi: unexport specific data transfer functions
` [PATCH v3 09/56] drm/omap: dsi: drop virtual channel logic
` [PATCH v3 10/56] drm/omap: dsi: simplify write function
` [PATCH v3 11/56] drm/omap: dsi: simplify read functions
` [PATCH v3 12/56] drm/omap: dsi: switch dsi_vc_send_long/short to mipi_dsi_msg
` [PATCH v3 13/56] drm/omap: dsi: introduce mipi_dsi_host
` [PATCH v3 14/56] drm/omap: panel-dsi-cm: use DSI helpers
` [PATCH v3 15/56] drm/omap: dsi: request VC via mipi_dsi_attach
` [PATCH v3 16/56] drm/omap: panel-dsi-cm: drop hardcoded VC
` [PATCH v3 17/56] drm/omap: panel-dsi-cm: use common MIPI DCS 1.3 defines
` [PATCH v3 18/56] drm/omap: dsi: drop unused memory_read()
` [PATCH v3 19/56] drm/omap: dsi: drop unused get_te()
` [PATCH v3 20/56] drm/omap: dsi: drop unused enable_te()
` [PATCH v3 21/56] drm/omap: dsi: drop useless sync()
` [PATCH v3 22/56] drm/omap: dsi: use pixel-format and mode from attach
` [PATCH v3 23/56] drm/omap: panel-dsi-cm: use bulk regulator API
` [PATCH v3 24/56] drm/omap: dsi: lp/hs switching support for transfer()
` [PATCH v3 25/56] drm/omap: dsi: move TE GPIO handling into core
` [PATCH v3 26/56] drm/omap: dsi: drop custom enable_te() API
` [PATCH v3 27/56] drm/omap: dsi: do bus locking in host driver
` [PATCH v3 28/56] drm/omap: dsi: untangle ulps ops from enable/disable
` [PATCH v3 29/56] drm/omap: dsi: do ULPS in host driver
` [PATCH v3 30/56] drm/omap: dsi: move panel refresh function to host
` [PATCH v3 31/56] drm/omap: dsi: Reverse direction of the DSS device enable/disable operations
` [PATCH v3 32/56] drm/omap: dsi: drop custom panel capability support
` [PATCH v3 33/56] drm/omap: dsi: convert to drm_panel
` [PATCH v3 34/56] drm/omap: drop omapdss-boot-init
` [PATCH v3 35/56] drm/omap: dsi: implement check timings
` [PATCH v3 36/56] drm/omap: panel-dsi-cm: use DEVICE_ATTR_RO
` [PATCH v3 37/56] drm/omap: panel-dsi-cm: support unbinding
` [PATCH v3 38/56] drm/omap: panel-dsi-cm: fix remove()
` [PATCH v3 39/56] drm/omap: remove global dss_device variable
` [PATCH v3 40/56] drm/panel: Move OMAP's DSI command mode panel driver
` [PATCH v3 41/56] drm/omap: dsi: Register a drm_bridge
` [PATCH v3 42/56] drm/omap: remove legacy DSS device operations
` [PATCH v3 43/56] drm/omap: remove unused omap_connector
` [PATCH v3 44/56] drm/omap: simplify omap_display_id
` [PATCH v3 45/56] drm/omap: drop unused DSS next pointer
` [PATCH v3 46/56] drm/omap: drop empty omap_encoder helper functions
` [PATCH v3 47/56] drm/omap: drop DSS ops_flags
` [PATCH v3 48/56] drm/omap: drop dssdev display field
` [PATCH v3 49/56] drm/omap: simplify DSI manual update code
` [PATCH v3 50/56] drm/omap: dsi: simplify pin config
` [PATCH v3 51/56] ARM: omap2plus_defconfig: Update for moved DSI command mode panel
` [PATCH v3 52/56] drm/omap: squash omapdrm sub-modules into one
` [PATCH v3 53/56] drm/omap: remove unused display.c
` [PATCH v3 54/56] drm/omap: drop unused owner field
` [PATCH v3 55/56] drm/omap: remove dispc_ops
` [PATCH v3 56/56] drm/omap: remove dss_mgr_ops

[powerpc:next-test] BUILD SUCCESS eeb96257fc7f7f820ad019b6e26d225aded059bf
 2020-11-05 11:41 UTC 

[v3 0/4] Porting ASPEED FMC/SPI memory controller driver
 2020-11-05 12:03 UTC  (5+ messages)
` [v3 1/4] dt-bindings: spi: Add binding file for ASPEED FMC/SPI memory controller
` [v3 2/4] ARM: dts: aspeed: ast2600: Update FMC/SPI controller setting for spi-aspeed.c
` [v3 3/4] ARM: dts: aspeed: ast2600-evb: Adjust SPI flash configuration
` [v3 4/4] spi: aspeed: Add ASPEED FMC/SPI memory controller driver

[PATCH v2] mmc: core: issue power off notification when host is removed
 2020-11-05 12:04 UTC  (2+ messages)

[PATCH] membarrier.2: Update membarrier manpage for 5.10
 2020-11-05 12:04 UTC  (3+ messages)
` [PATCH v4] membarrier.2: Update membarrier manual page "

[PATCH v2 0/2] pinctrl: qcom: Add sm8250 lpass lpi pinctrl support
 2020-11-05 12:04 UTC  (3+ messages)
` [PATCH v2 1/2] pinctrl: qcom: Add sm8250 lpass lpi pinctrl driver
` [PATCH v2 2/2] dt-bindings: pinctrl: qcom: Add sm8250 lpass lpi pinctrl bindings

[PATCH] km/common: remove CONFIG_MTD_CONCAT
 2020-11-05 12:03 UTC  (2+ messages)

[PATCH-for-5.2 v3 0/4] ci: Move --without-default-devices job from Travis to GitLab
 2020-11-05 12:01 UTC  (5+ messages)
` [PATCH-for-5.2 v3 1/4] s390x: fix build for --without-default-devices

How to add the "gpio-line-names" property in a PCI gpio expander
 2020-11-05 11:59 UTC  (3+ messages)

[PATCH] gpiolib: fix sysfs when cdev is not selected
 2020-11-05 12:01 UTC  (2+ messages)

[PATCH] sound: soc: mediatek: mt8192: fix modpost ERROR
 2020-11-05 11:59 UTC  (4+ messages)

Linux kernel 5.9.5 released
 2020-11-05 12:00 UTC 

[Linux-kernel-mentees] [PATCH v3] checkpatch: improve email parsing
 2020-11-05 11:59 UTC  (2+ messages)
`  "

post-receive: pub/scm/linux/kernel/git/mnyman/xhci
 2020-11-05 11:59 UTC 

amdgpu error whenever IOMMU is enabled
 2020-11-05 11:58 UTC  (8+ messages)
  ` [EXTERNAL] "

[Buildroot] Failed to initialize driver 'nl80211' wlan0: Unsupported driver 'nl80211'
 2020-11-05 11:57 UTC  (5+ messages)

[PATCH] libxl: fix libacpi dependency
 2020-11-05 11:56 UTC  (2+ messages)
` Ping: "

[PATCH v4 0/4] arch, mm: improve robustness of direct map manipulation
 2020-11-05 11:42 UTC  (4+ messages)
` [PATCH v4 3/4] arch, mm: restore dependency of __kernel_map_pages() of DEBUG_PAGEALLOC

[PATCH] xhci-pci: Allow host runtime PM as default for Intel Maple Ridge xHCI
 2020-11-05 11:57 UTC  (4+ messages)

[PATCH v2 000/106] CCS driver
 2020-11-05 11:56 UTC  (5+ messages)
` [PATCH v2 001/106] smiapp: Generate CCS register definitions and limits
  ` [PATCH v2 046/106] ccs: Add support for manufacturer regs from sensor and module files

[PATCH v2] xen: Allow xenstored to map /proc/xen/xsd_kva
 2020-11-05 11:55 UTC  (2+ messages)

[PATCH] target/openrisc: fix icount handling for timer instructions
 2020-11-05 11:54 UTC 

[PATCH] regualtor: pfuze100: limit pfuze-support-disable-sw to pfuze{100,200}
 2020-11-05 11:49 UTC 

[PATCH -next] irq-chip/gic-v3-its: Fixed an issue where the ITS executes the residual commands in the queue again when the ITS wakes up from sleep mode
 2020-11-05 11:54 UTC  (3+ messages)

[dm-devel] [PATCH 0/5] Misc Multipath patches
 2020-11-05 11:53 UTC  (9+ messages)
` [dm-devel] [PATCH 5/5] libmultipath: don't dlclose tur checker DSO

[PATCH bpf] tools/bpftool: fix attaching flow dissector
 2020-11-05 11:52 UTC 

[PATCH] btrfs: ref-verify: Fix memleak in btrfs_ref_tree_mod
 2020-11-05 11:51 UTC  (2+ messages)

[PATCH 0/4] Venus stateful encoder compliance
 2020-11-05 11:51 UTC  (5+ messages)
` [PATCH 3/4] venus: venc: Handle reset encoder state

[Travis/GitHub] Migrating SELinuxProject projects to travis-ci.com (vs. travis-ci.org)
 2020-11-05 11:51 UTC  (7+ messages)

[powerpc:fixes-test] BUILD SUCCESS 1344a232016dbb0492be81f8517c4bf8fc1c6610
 2020-11-05 11:41 UTC 

[dm-devel] [RFC PATCH] libmultipath: prevent DSO unloading with astray checker threads
 2020-11-05 11:49 UTC 

[PATCH v2 0/5] add exynos4412-based p4note device family support
 2020-11-05 11:50 UTC  (7+ messages)
` [PATCH 2/5] ARM: dts: add Samsung's exynos4412-based p4note boards

[PATCH][next] hwmon: corsair-psu: fix unintentional sign extension issue
 2020-11-05 11:50 UTC  (2+ messages)

Linux kernel 5.4.75 released
 2020-11-05 11:50 UTC 

post-receive: pub/scm/linux/kernel/git/peter.chen/usb
 2020-11-05 11:50 UTC 

[dpdk-dev] [PATCH] usertools: fix pmdinfo parsing
 2020-11-05 11:49 UTC  (5+ messages)
` [dpdk-dev] [PATCH v3] "

[PATCH net-next v2] net: sched: implement action-specific terse dump
 2020-11-05 11:48 UTC  (3+ messages)

[PATCH] arm64: dts: exynos: Use fixed index for the MMC devices
 2020-11-05 11:48 UTC 

[PATCH] ARM: dts: exynos: Use fixed index for the MMC devices
 2020-11-05 11:48 UTC 

[PATCH v2] sched: revise the initial value of the util_avg
 2020-11-05 11:20 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.