All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2020-07-06 06:29:41 to 2020-07-06 07:33:16 UTC [more...]

[PULL 0/6] qtest and misc patches
 2020-07-06  7:28 UTC  (6+ messages)
` [PULL 1/6] fuzz: fix broken qtest check at rcu_disable_atfork
` [PULL 2/6] fuzz: do not use POSIX shm for coverage bitmap
` [PULL 3/6] tests/qtest: Unify the test for the xenfv and xenpv machines
` [PULL 4/6] configure / util: Auto-detect the availability of openpty()
` [PULL 6/6] tests/acceptance: Add a test for the sun4u sparc64 machine

[PATCH 0/5] Last batch of W=1 warning fixes in MFD
 2020-07-06  7:31 UTC  (5+ messages)
` [PATCH 5/5] mfd: axp20x-i2c: Do not define 'struct acpi_device_id' when !CONFIG_ACPI

[Buildroot] [PATCH 1/2] package/python-greenlet: add x86_64 as supported arch
 2020-07-06  7:32 UTC  (2+ messages)

[PATCH v5 00/14] irqchip: Fix potential resource leaks
 2020-07-06  7:30 UTC  (5+ messages)
` [PATCH v5 14/14] irqchip/xilinx-intc: Fix potential resource leak

[PATCH v1 4/9] s390/vmemmap: cleanup when vmemmap_populate() fails
 2020-07-06  7:30 UTC  (4+ messages)

[f2fs-dev] Can I know if now is gc-ing or checkpointing?
 2020-07-06  7:29 UTC  (2+ messages)

[qemu-mainline test] 151656: regressions - FAIL
 2020-07-06  7:27 UTC 

[RFC][PATCH] avoid refcounting the lazy tlb mm struct
 2020-07-06  7:23 UTC  (2+ messages)

[PATCH v3] rtc: rtc-ds1374: wdt: Use watchdog core for watchdog part
 2020-07-06  7:24 UTC 

[PATCH v3 net] net: ethernet: fec: prevent tx starvation under high rx load
 2020-07-06  7:23 UTC  (2+ messages)
` [EXT] "

[PATCH v2 1/3] ALSA: hda/realtek - Enable audio jacks of Acer vCopperbox with ALC269VC
 2020-07-06  7:18 UTC  (7+ messages)
` [PATCH v3 "
` [PATCH v3 2/3] ALSA: hda/realtek: Enable headset mic of Acer C20-820 "
` [PATCH v3 3/3] ALSA: hda/realtek: Enable headset mic of Acer Veriton N4660G "

[PATCH v5 00/26] powerpc/book3s/64/pkeys: Simplify the code
 2020-07-06  7:20 UTC  (10+ messages)
` [PATCH v5 08/26] powerpc/book3s64/pkeys: Convert execute key support to static key
` [PATCH v5 10/26] powerpc/book3s64/pkeys: Convert pkey_total to max_pkey
` [PATCH v5 11/26] powerpc/book3s64/pkeys: Make initial_allocation_mask static
` [PATCH v5 15/26] powerpc/book3s64/pkeys: Use execute_pkey_disable static key

[Ksummit-discuss] [PATCH] CodingStyle: Inclusive Terminology
 2020-07-06  7:22 UTC  (10+ messages)
    ` [Tech-board-discuss] "

[igt-dev] [PATCH i-g-t 0/2] Remove libdrm dependency from gem_[caching/hang]
 2020-07-06  7:21 UTC  (3+ messages)
` [igt-dev] [PATCH i-g-t 1/2] i915/gem_caching: Remove libdrm dependency
` [igt-dev] [PATCH i-g-t 2/2] i915/gem_hang: Removal

Query on using leds-gpio driver on a. GPIO with ACTIVE_HIGH
 2020-07-06  7:19 UTC 

Subject: [PATCH v1 0/8] support cmdq helper function on mt6779 platform
 2020-07-05  6:48 UTC  (9+ messages)
` [PATCH v2 1/8] soc: mediatek: cmdq: add address shift in jump
` [PATCH v2 2/8] soc: mediatek: cmdq: add write_s function
` [PATCH v2 3/8] soc: mediatek: cmdq: add write_s_mask function
` [PATCH v2 4/8] soc: mediatek: cmdq: add read_s function
` [PATCH v2 5/8] soc: mediatek: cmdq: add write_s value function
` [PATCH v2 6/8] soc: mediatek: cmdq: add write_s_mask "
` [PATCH v2 7/8] soc: mediatek: cmdq: add jump function
` [PATCH v2 8/8] soc: mediatek: cmdq: add clear option in cmdq_pkt_wfe api

Specialising the Synopsys DW-HDMI bridge driver for the Ingenic JZ4780
 2020-07-05 23:57 UTC  (4+ messages)
` drm/bridge: Synopsys DW-HDMI bridge driver for the Ingenic JZ4780 (was Re: Specialising the Synopsys DW-HDMI bridge driver for the Ingenic JZ4780)

[PATCHv3 0/7] System Cache support for GPU and required SMMU support
 2020-07-03 16:59 UTC  (6+ messages)
` [PATCHv3 7/7] drm/msm/a6xx: Add support for using system cache(LLC)

[PATCH v2 00/14] Add regulator devfreq support to Panfrost
 2020-07-04 14:56 UTC  (19+ messages)
` [PATCH v2 01/14] drm/panfrost: avoid static declaration
` [PATCH v2 02/14] drm/panfrost: clean headers in devfreq
` [PATCH v2 03/14] drm/panfrost: don't use pfdevfreq.busy_count to know if hw is idle
` [PATCH v2 04/14] drm/panfrost: introduce panfrost_devfreq struct
` [PATCH v2 05/14] drm/panfrost: use spinlock instead of atomic
` [PATCH v2 06/14] drm/panfrost: properly handle error in probe
` [PATCH v2 07/14] drm/panfrost: rename error labels in device_init
` [PATCH v2 08/14] drm/panfrost: move devfreq_init()/fini() in device
` [PATCH v2 09/14] drm/panfrost: dynamically alloc regulators
` [PATCH v2 10/14] drm/panfrost: add regulators to devfreq
` [PATCH v2 11/14] arm64: defconfig: Enable devfreq cooling device
` [PATCH v2 12/14] arm64: dts: allwinner: h6: Add cooling map for GPU
` [PATCH v2 13/14] [DO NOT MERGE] arm64: dts: allwinner: h6: Add GPU OPP table
` [PATCH v2 14/14] [DO NOT MERGE] arm64: dts: allwinner: force GPU regulator to be always

[PATCH 0/2] Fix warnings in display/bridge/nwl-dsi.yaml DT example
 2020-07-03 11:47 UTC  (3+ messages)
` [PATCH 1/2] dt-bindings: display: Fix example in nwl-dsi.yaml
` [PATCH 2/2] dt-binding: display: Allow a single port node on rocktech, jh057n00900

[PATCH v6 1/2] dt-binding: Add DSI/LVDS TC358775 bridge bindings
 2020-07-03 15:19 UTC  (3+ messages)

[PATCH] MAINTAINERS: adjust entry to renaming and conversion
 2020-07-05 18:41 UTC  (3+ messages)

[PATCH] drm/sun4i: lvds: Invert the LVDS polarity
 2020-07-04 13:38 UTC 

[PATCH] drm/vc4: Convert register accessors to FIELD_*
 2020-07-03 13:57 UTC 

dummy-backlight
 2020-07-03 14:24 UTC 

[PATCH v7 1/2] dt-binding: Add DSI/LVDS TC358775 bridge bindings
 2020-07-04  9:24 UTC  (2+ messages)
` [PATCH v7 2/2] display/drm/bridge: TC358775 DSI/LVDS driver

[PATCH] drm/i915: Fix spelling mistake in i915_reg.h
 2020-07-03 12:50 UTC 

[RFC PATCH v2 0/3] RDMA: add dma-buf support
 2020-07-03 13:14 UTC  (13+ messages)

[PATCH 0/9] spi: spi-sun6i: One fix and some improvements
 2020-07-06  7:18 UTC  (20+ messages)
` [PATCH 1/9] spi: spi-sun6i: sun6i_spi_transfer_one(): fix setting of clock rate
` [PATCH 2/9] spi: spi-sun6i: sun6i_spi_transfer_one(): report effectivly used speed_hz of transfer
` [PATCH 3/9] spi: spi-sun6i: sun6i_spi_transfer_one(): remove useless goto
` [PATCH 4/9] spi: spi-sun6i: sun6i_spi_transfer_one(): remove not needed masking of transfer length
` [PATCH 5/9] spi: spi-sun6i: sun6i_spi_drain_fifo(): introduce sun6i_spi_get_rx_fifo_count() and make use of it
` [PATCH 6/9] spi: spi-sun6i: sun6i_spi_drain_fifo(): remove not needed length argument
` [PATCH 7/9] spi: spi-sun6i: sun6i_spi_fill_fifo(): "
` [PATCH 8/9] spi: spi-sun6i: sun6i_spi_transfer_one(): collate write to Interrupt Control Register
` [PATCH 9/9] spi: spi-sun6i: sun6i_spi_transfer_one(): enable RF_RDY interrupt only if needed

DSI probe/bind ordering in vc4
 2020-07-03 16:38 UTC  (3+ messages)

[PATCH v7 00/13] Add support for PinePhone LCD panel
 2020-07-03 11:13 UTC  (7+ messages)
` [PATCH v7 02/13] dt-bindings: panel: Convert rocktech, jh057n00900 to yaml

[PATCH] drm/dbi: Fix SPI Type 1 (9-bit) transfer
 2020-07-03 14:13 UTC 

[linux-stable-rc:queue/5.4 109/220] /tmp/filter-273424.s:50187: Error: bad expression
 2020-07-06  7:19 UTC 

[PATCH v2] drm/connector: Add of_drm_find_connector
 2020-07-03  9:45 UTC 

[PATCH v4 00/37] Introduce memory interconnect for NVIDIA Tegra SoCs
 2020-07-03  8:41 UTC  (6+ messages)
` [PATCH v4 28/37] memory: tegra: Register as interconnect provider

[XDC 2020] Virtual conference + Call for Proposals extended 2 weeks more
 2020-07-03 14:41 UTC 

[PATCH] drm: connector: Indent code using tabs
 2020-07-03 13:38 UTC 

[PATCH v2 00/91] drm/vc4: Support BCM2711 Display Pipelin
 2020-07-03 12:56 UTC  (11+ messages)

[Buildroot] [git commit branch/2020.02.x] package/openssh: add optional dependency on audit
 2020-07-06  7:17 UTC 

[Buildroot] [git commit branch/2020.05.x] package/openssh: add optional dependency on audit
 2020-07-06  7:17 UTC 

[PATCH] docs: block: update and fix tiny error for bfq
 2020-07-06  7:17 UTC  (2+ messages)

[Buildroot] [PATCH] package/libxml2: remove helper script from target
 2020-07-06  7:16 UTC  (2+ messages)

[PATCH v4] nvme: allow cmb and pmr emulation on same device
 2020-07-06  7:15 UTC  (8+ messages)
` [PATCH v4 2/2] nvme: allow cmb and pmr to be enabled "

[Buildroot] [git commit branch/2020.05.x] package/libxml2: remove helper script from target
 2020-07-06  7:16 UTC 

[Buildroot] [git commit branch/2020.02.x] package/libxml2: remove helper script from target
 2020-07-06  7:16 UTC 

[PATCH 0/8] Fix a bunch of W=1 warnings in Backlight
 2020-07-06  7:13 UTC  (17+ messages)
` [PATCH 3/8] backlight: ili922x: Add missing kerneldoc descriptions for CHECK_FREQ_REG() args
` [PATCH 5/8] backlight: ili922x: Add missing kerneldoc description for ili922x_reg_dump()'s arg

[PATCH v4 00/18] Add support for Nitro Enclaves
 2020-07-06  7:13 UTC  (3+ messages)
` [PATCH v4 07/18] nitro_enclaves: Init misc device providing the ioctl interface

[PATCH v2] hw/core/qdev: Increase qdev_realize() kindness
 2020-07-06  7:09 UTC  (2+ messages)

[Linux v5.8-rc4] objtool warnings with gcc-10
 2020-07-06  7:09 UTC 

[dpdk-dev] [PATCH v6 0/2] ethdev: minor bugfixes
 2020-07-06  7:06 UTC  (3+ messages)
` [dpdk-dev] [PATCH v6 1/2] ethdev: fix data room size verification in Rx queue setup
` [dpdk-dev] [PATCH v6 2/2] ethdev: fix VLAN offloads set if no relative capabilities

[PATCH v3 00/14] arm: add support for SoC S5P4418
 2020-07-06  7:04 UTC  (4+ messages)
` [PATCH v3 04/14] i2c: add nexell driver

vPT rework (and timer mode)
 2020-07-06  7:03 UTC  (4+ messages)

[PATCH v3 1/4] thermal: core: Add helpers to browse the cdev, tz and governor list
 2020-07-06  7:04 UTC  (4+ messages)
` [PATCH v3 3/4] thermal: core: genetlink support for events/cmd/sampling

[dpdk-dev] [PATCH v1 0/4] add RegEx class
 2020-07-06  7:03 UTC  (10+ messages)
` [dpdk-dev] [PATCH v4 "
  ` [dpdk-dev] [PATCH v4 1/4] regexdev: introduce regexdev subsystem
` [dpdk-dev] [PATCH v4 3/4] regexdev: add regexdev core functions

[PATCH] misc: rtsx: Add support new chip rts5228 mmc: rtsx: Add support MMC_CAP2_NO_MMC
 2020-07-06  7:02 UTC 

[PATCH v2] kasan: fix KASAN unit tests for tag-based KASAN
 2020-07-06  6:59 UTC  (5+ messages)

[dpdk-dev] [PATCH v5 0/3] build mempool on Windows
 2020-07-06  7:02 UTC  (5+ messages)
` [dpdk-dev] [PATCH v6 "
  ` [dpdk-dev] [PATCH v6 1/3] eal: disable function versioning "

[XEN PATCH for-4.14] Config: Update QEMU
 2020-07-06  6:59 UTC  (3+ messages)

[PATCH for-4.14] kdd: fix build again
 2020-07-06  6:58 UTC  (3+ messages)

[Intel-wired-lan] [bug ?] i40e_rx_buffer_flip should not be called for redirected xsk copy mode
 2020-07-06  6:38 UTC  (3+ messages)
  ` 答复: "

[PATCH v2] rtc: rtc-ds1374: wdt: Use watchdog core for watchdog part
 2020-07-06  6:58 UTC  (5+ messages)

[dpdk-dev] [PATCH v5 0/2] ethdev: minor bugfixes
 2020-07-06  6:53 UTC  (3+ messages)
` [dpdk-dev] [PATCH v5 1/2] ethdev: fix data room size verification in Rx queue setup
` [dpdk-dev] [PATCH v5 2/2] ethdev: fix VLAN offloads set if no relative capabilities

[PATCH v2] netbase: use git fetcher
 2020-07-06  6:52 UTC  (5+ messages)
` [OE-core] "

[dpdk-dev] [PATCH 0/8] support the flow-based traffic sampling
 2020-07-06  6:53 UTC  (6+ messages)
` [dpdk-dev] [PATCH v2 0/7] [v2] "
  ` [dpdk-dev] [PATCH v2 1/7] ethdev: introduce sample action for rte flow

[Intel-gfx] s/obj->mm.lock//
 2020-07-06  6:51 UTC  (3+ messages)
` [Intel-gfx] ✗ Fi.CI.SPARSE: warning for series starting with [01/20] drm/i915: Preallocate stashes for vma page-directories
` [Intel-gfx] ✓ Fi.CI.BAT: success "

"Initial commit" with entire git history - possible?
 2020-07-06  6:51 UTC  (5+ messages)

[PATCH 2/2] baremetal-helloworld: Use baremetal-image class to deploy the application
 2020-07-06  6:50 UTC 

[PATCH 1/2] baremetal-image.bbclass: Create a class for baremetal applications or an RTOS
 2020-07-06  6:50 UTC 

[PATCH] hw/core/qdev: Increase qdev_realize() kindness
 2020-07-06  6:48 UTC  (5+ messages)

[PATCH 0/2] Add support to Disable the flash quad mode
 2020-07-06  6:47 UTC  (6+ messages)
` [PATCH 2/2] mtd: spi-nor: Disable the flash quad mode in spi_nor_restore()

Secondary UART
 2020-07-06  6:47 UTC 

[PATCH 0/3] cmd: dtimg: Rename to adtimg and refactor usage style
 2020-07-06  6:46 UTC  (6+ messages)
` [PATCH 3/3] cmd: adtimg: Refactor "

[PATCH] eventfd: Enlarge recursion limit to allow vhost to work
 2020-07-06  6:45 UTC  (4+ messages)

[PATCH] ram: add support for dirty page tracking
 2020-07-06  6:39 UTC 

[PATCH v3 0/4] Add logic to consolidate TRBs for Synopsys xHC
 2020-07-06  6:43 UTC  (4+ messages)
` [PATCH v3 3/4] usb: dwc3: Add device property sgl-trb-cache-size-quirk

[RFC PATCH v3 0/2] ufs: support various values per device
 2020-07-06  6:43 UTC  (4+ messages)
  ` [RFC PATCH v3 1/2] "

[gpio:gpiochip-no-driver-h] BUILD REGRESSION 2ade795a7e0399423f07a9b077b820792be52f5c
 2020-07-06  6:42 UTC 

[rcu:rcu/next] BUILD SUCCESS 856cb917f3b3edc8f81cfdff77fb2cad0c631376
 2020-07-06  6:42 UTC 

[PATCH] powerpc/numa: Restrict possible nodes based on platform
 2020-07-06  6:40 UTC 

[RFC PATCH v3 0/2] ufs: introduce callbacks to get command information
 2020-07-06  6:41 UTC  (7+ messages)
  ` [RFC PATCH v3 1/2] ufs: introduce a callback to get info of command completion
  ` [RFC PATCH v3 2/2] exynos-ufs: implement dbg_register_dump and compl_xfer_req

[frank-w-bpi-r2-4.14:5.8-wifi 5/11] drivers/misc/mediatek/connectivity/common/common_detect/sdio_detect.c:88:34-35: WARNING: Use ARRAY_SIZE
 2020-07-06  6:41 UTC  (10+ messages)
` [PATCH] mt6625l: fix boolconv.cocci warnings
` [PATCH] mt6625l: fix eno.cocci warnings
` [PATCH] mt6625l: fix platform_no_drv_owner.cocci warnings
` [PATCH] mt6625l: fix returnvar.cocci warnings

[PATCH v12 0/5] read-cache: speed up add_index_entry
 2020-07-06  6:39 UTC  (4+ messages)
` [PATCH v12 5/5] read-cache: speed up has_dir_name (part 2)

[PATCH] commit: correctly escape @ of stashes
 2020-07-06  6:39 UTC  (2+ messages)

[PATCH 00/10] A bunch of misc cleanups
 2020-07-06  6:38 UTC  (6+ messages)
` [PATCH 01/10] btrfs: Always initialize btrfs_bio::tgtdev_map/raid_map pointers

[PATCH net-next 0/7] drivers/net/phy C=1 W=1 fixes
 2020-07-06  6:37 UTC  (4+ messages)
` [PATCH net-next 5/7] net: phy: dp83640: Fixup cast to restricted __be16 warning

[PATCH v2 iproute2-next] devlink: Add board.serial_number to info subcommand
 2020-07-06  6:34 UTC  (2+ messages)

[dpdk-dev] [PATCH v4 0/2] ethdev: minor bugfixes
 2020-07-06  6:32 UTC  (6+ messages)
` [dpdk-dev] [PATCH v4 2/2] ethdev: fix VLAN offloads set if no relative capabilities


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.