All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2020-09-03 08:11:29 to 2020-09-03 08:42:40 UTC [more...]

a saner API for allocating DMA addressable pages
 2020-09-03  8:42 UTC  (11+ messages)
` [PATCH 22/28] sgiseeq: convert from dma_cache_sync to dma_sync_single_for_device

[PATCH 1/3] mmc: davinci: Fix -Wpointer-to-int-cast on compile test
 2020-09-03  8:10 UTC  (7+ messages)
` [PATCH 2/3] mmc: s3cmci: Use proper printk format for iomem pointer
` [PATCH 3/3] mmc: s3cmci: Cast driver data through long

SquashFS not compiling due to missing __udivdi3 and __umoddi3
 2020-09-03  8:41 UTC 

[PATCH v2] soundwire: fix double free of dangling pointer
 2020-09-03  8:40 UTC  (3+ messages)

RTL8402 stops working after hibernate/resume
 2020-09-03  8:41 UTC  (5+ messages)

[PATCH 00/11] mmc: Minor cleanups and compile test
 2020-09-03  8:28 UTC  (10+ messages)
` [RFT 06/11] mmc: sdhci-brcmstb: Simplify with optional clock and dev_err_probe()

[PATCH v4 1/4] mm/pageblock: mitigation cmpxchg false sharing in pageblock flags
 2020-09-03  8:40 UTC  (5+ messages)

[PATCH v2 0/15] btrfs: seed fix null ptr, use only main device_list_mutex, and cleanups
 2020-09-03  8:40 UTC  (3+ messages)
` [PATCH 01/15] btrfs: add btrfs_sysfs_add_device helper

Packet gets stuck in NOLOCK pfifo_fast qdisc
 2020-09-03  8:39 UTC  (16+ messages)

[PATCH v4 00/12] Green the msys2 CI make
 2020-09-03  8:31 UTC  (13+ messages)
` [PATCH v4 01/12] configure: fixes dtc not cloned when running msys2 CI
` [PATCH v4 02/12] meson: Convert undefsym.sh to undefsym.py
` [PATCH v4 03/12] tcg: Fixes dup_const link error
` [PATCH v4 04/12] tests: handling signal on win32 properly
` [PATCH v4 05/12] configure: Fix include and linkage issue on msys2
` [PATCH v4 06/12] block: Fixes nfs on msys2/mingw
` [PATCH v4 07/12] osdep: These function are only available on Non-Win32 system
` [PATCH v4 08/12] ci: fixes msys2 build by upgrading capstone to 4.0.2
` [PATCH v4 09/12] stubs: qemu_notify_event have no need to stub
` [PATCH v4 10/12] meson: Fixes qapi tests
` [PATCH v4 11/12] tests: Disable test-image-locking that not works under Win32
` [PATCH v4 12/12] ci: Enable msys2 ci in cirrus

linux-next: Tree for Aug 26
 2020-09-03  8:39 UTC  (8+ messages)

[PATCH bpf-next v2 0/4] Sockmap iterator
 2020-09-03  8:38 UTC  (4+ messages)
` [PATCH bpf-next v2 4/4] selftests: bpf: Test copying a sockmap via bpf_iter

[dpdk-dev] [PATCH] net/i40e: fix link status
 2020-09-03  8:38 UTC  (3+ messages)
` [dpdk-dev] [PATCH v4] "

[PATCH v5 00/80] drm/vc4: Support BCM2711 Display Pipeline
 2020-09-03  8:01 UTC  (63+ messages)
` [PATCH v5 01/80] dt-bindings: display: Add support for the BCM2711 HVS
` [PATCH v5 05/80] drm/vc4: plane: Optimize the LBM allocation size
` [PATCH v5 07/80] drm/vc4: crtc: Deal with different number of pixel per clock
` [PATCH v5 08/80] drm/vc4: crtc: Use a shared interrupt
` [PATCH v5 10/80] drm/vc4: crtc: Rename HVS channel to output
` [PATCH v5 13/80] drm/vc4: kms: Convert to for_each_new_crtc_state
` [PATCH v5 16/80] drm/vc4: crtc: Add function to compute FIFO level bits
` [PATCH v5 25/80] drm/vc4: crtc: Remove mode_set_nofb
` [PATCH v5 26/80] drm/vc4: crtc: Remove redundant pixelvalve reset
` [PATCH v5 27/80] drm/vc4: crtc: Move HVS channel init before the PV initialisation
` [PATCH v5 28/80] drm/vc4: encoder: Add finer-grained encoder callbacks
` [PATCH v5 29/80] drm/vc4: crtc: Add a delay after disabling the PixelValve output
` [PATCH v5 30/80] drm/vc4: crtc: Clear the PixelValve FIFO on disable
` [PATCH v5 31/80] drm/vc4: crtc: Clear the PixelValve FIFO during configuration
` [PATCH v5 32/80] drm/vc4: hvs: Make the stop_channel function public
` [PATCH v5 33/80] drm/vc4: hvs: Introduce a function to get the assigned FIFO
` [PATCH v5 34/80] drm/vc4: crtc: Move the CRTC disable out
` [PATCH v5 35/80] drm/vc4: drv: Disable the CRTC at boot time
` [PATCH v5 36/80] dt-bindings: display: vc4: pv: Add BCM2711 pixel valves
` [PATCH v5 37/80] drm/vc4: crtc: Add BCM2711 pixelvalves
` [PATCH v5 38/80] drm/vc4: hdmi: Use debugfs private field
` [PATCH v5 39/80] drm/vc4: hdmi: Move structure to header
` [PATCH v5 40/80] drm/vc4: hdmi: rework connectors and encoders
` [PATCH v5 41/80] drm/vc4: hdmi: Remove DDC argument to connector_init
` [PATCH v5 42/80] drm/vc4: hdmi: Rename hdmi to vc4_hdmi
` [PATCH v5 43/80] drm/vc4: hdmi: Move accessors "
` [PATCH v5 44/80] drm/vc4: hdmi: Use local vc4_hdmi directly
` [PATCH v5 45/80] drm/vc4: hdmi: Add container_of macros for encoders and connectors
` [PATCH v5 46/80] drm/vc4: hdmi: Pass vc4_hdmi to CEC code
` [PATCH v5 47/80] drm/vc4: hdmi: Retrieve the vc4_hdmi at unbind using our device
` [PATCH v5 48/80] drm/vc4: hdmi: Remove vc4_dev hdmi pointer
` [PATCH v5 49/80] drm/vc4: hdmi: Remove vc4_hdmi_connector
` [PATCH v5 50/80] drm/vc4: hdmi: Introduce resource init and variant
` [PATCH v5 51/80] drm/vc4: hdmi: Implement a register layout abstraction
` [PATCH v5 52/80] drm/vc4: hdmi: Add reset callback
` [PATCH v5 53/80] drm/vc4: hdmi: Add PHY init and disable function
` [PATCH v5 54/80] drm/vc4: hdmi: Add PHY RNG enable / "
` [PATCH v5 55/80] drm/vc4: hdmi: Add a CSC setup callback
` [PATCH v5 56/80] drm/vc4: hdmi: Add a set_timings callback
` [PATCH v5 57/80] drm/vc4: hdmi: Store the encoder type in the variant structure
` [PATCH v5 58/80] drm/vc4: hdmi: Deal with multiple debugfs files
` [PATCH v5 59/80] drm/vc4: hdmi: Move CEC init to its own function
` [PATCH v5 60/80] drm/vc4: hdmi: Add CEC support flag
` [PATCH v5 61/80] drm/vc4: hdmi: Remove unused CEC_CLOCK_DIV define
` [PATCH v5 63/80] drm/vc4: hdmi: Adjust HSM clock rate depending on pixel rate
` [PATCH v5 64/80] drm/vc4: hdmi: Use clk_set_min_rate instead
` [PATCH v5 65/80] drm/vc4: hdmi: Use reg-names to retrieve the HDMI audio registers
` [PATCH v5 66/80] drm/vc4: hdmi: Reset audio infoframe on encoder_enable if previously streaming
` [PATCH v5 67/80] drm/vc4: hdmi: Set the b-frame marker to the match ALSA's default
` [PATCH v5 68/80] drm/vc4: hdmi: Add audio-related callbacks
` [PATCH v5 69/80] drm/vc4: hdmi: Deal with multiple ALSA cards
` [PATCH v5 70/80] drm/vc4: hdmi: Remove register dumps in enable
` [PATCH v5 71/80] drm/vc4: hdmi: Always recenter the HDMI FIFO
` [PATCH v5 72/80] drm/vc4: hdmi: Implement finer-grained hooks
` [PATCH v5 73/80] drm/vc4: hdmi: Do the VID_CTL configuration at once
` [PATCH v5 74/80] drm/vc4: hdmi: Switch to blank pixels when disabled
` [PATCH v5 75/80] drm/vc4: hdmi: Add pixel BVB clock control
` [PATCH v5 76/80] drm/vc4: hdmi: Support the BCM2711 HDMI controllers
` [PATCH v5 77/80] dt-bindings: display: vc4: hdmi: Add BCM2711 HDMI controllers bindings
` [PATCH v5 78/80] dt-bindings: display: vc4: Document BCM2711 VC5
` [PATCH v5 79/80] drm/vc4: drv: Support BCM2711
` [PATCH v5 80/80] ARM: dts: bcm2711: Enable the display pipeline

[ovmf test] 153609: regressions - FAIL
 2020-09-03  8:38 UTC 

INFO: task hung in io_uring_setup
 2020-09-03  8:38 UTC 

[PATCH] Bluetooth: hci_qca: remove redundant null check
 2020-09-03  8:27 UTC 

[PATCH v6 00/20] gpio: cdev: add uAPI v2
 2020-09-03  8:37 UTC  (7+ messages)
` [PATCH v6 09/20] gpiolib: cdev: support edge detection for "

[PATCH] crypto: s5p-sss: remove redundant null check
 2020-09-03  8:37 UTC 

flood of "dm-X: error: dax access failed" due to 5.9 commit 231609785cbfb
 2020-09-03  8:37 UTC  (7+ messages)

[PATCH] mmc: sdio: Use mmc_pre_req() / mmc_post_req()
 2020-09-03  8:34 UTC  (2+ messages)

[PATCH v3 00/12] Green the msys2 CI make
 2020-09-03  8:28 UTC  (8+ messages)
` [PATCH v3 06/12] block: Fixes nfs on msys2/mingw
` [PATCH v3 07/12] osdep: These function are only available on Non-Win32 system
` [PATCH v3 08/12] ci: fixes msys2 build by upgrading capstone to 4.0.2

[PATCH 1/1] drm/amdgpu: disable gpu-sched load balance for uvd_enc
 2020-09-03  8:38 UTC  (3+ messages)

[PATCH] ALSA: hda/realtek - Improved routing for Thinkpad X1 7th/8th Gen
 2020-09-03  8:33 UTC 

[PATCH v2 1/2] uas: bump hw_max_sectors to 2048 blocks for SS or faster drives
 2020-09-03  8:34 UTC  (5+ messages)
` [PATCH v3 1/2] usb-storage: fix sdev->host->dma_dev

[RFC] soc_pcm_open: error path behavior change since v5.6
 2020-09-03  8:31 UTC 

[Qemu-devel] [Bug 1731347] [NEW] VFIO Passthrough of SAS2008-based HBA card fails on E3-1225v3 due to failed DMA mapping (-14)
 2020-09-03  8:18 UTC  (2+ messages)
` [Bug 1731347] "

[PATCH 1/6] dt-bindings: gpio: Convert bindings for NXP PCA953x family to dtschema
 2020-09-03  8:31 UTC  (3+ messages)
` [PATCH 3/6] ARM: dts: am335x: lxm: Fix PCA9539 GPIO expander properties

Frequent errors with OverlayFS on root
 2020-09-03  8:30 UTC  (8+ messages)

[PATCH] dasd: remove the unused dasd_enable_device export
 2020-09-03  8:30 UTC 

[PATCH v3 0/8] x86: switch default MSR behavior
 2020-09-03  8:29 UTC  (5+ messages)
` [PATCH v3 4/8] x86/svm: handle BU_CFG and BU_CFG2 with cases

[PATCH 0/4 V2] Clean up xfs_attr_sf_entry
 2020-09-03  8:28 UTC  (4+ messages)
` [PATCH V2 2/4] xfs: Remove typedef xfs_attr_shortform_t

[PATCH v2 1/2] mm: use add_page_to_lru_list()/page_lru()/page_off_lru()
 2020-09-03  8:28 UTC  (2+ messages)

[PULL 0/8] QAPI patches patches for 2020-09-03
 2020-09-03  8:23 UTC  (9+ messages)
` [PULL 1/8] qapi: enable use of g_autoptr with QAPI types
` [PULL 2/8] qapi/block-core.json: Remove stale description of 'blockdev-add'
` [PULL 3/8] scripts/qmp/qom-fuse: Unbreak import of QEMUMonitorProtocol
` [PULL 4/8] scripts/qmp/qom-fuse: Port to current Python module fuse
` [PULL 5/8] scripts/qmp/qom-fuse: Fix getattr(), read() for files in /
` [PULL 6/8] docs/interop/qmp-spec: Point to the QEMU QMP reference manual
` [PULL 7/8] qapi: Document event VSERPORT_CHANGE is rate-limited
` [PULL 8/8] docs/qdev-device-use: Don't suggest -drive and -net can do USB

[RESEND PATCH v2] dt-bindings: renesas,rcar-dmac: Document r8a7742 support
 2020-09-03  8:27 UTC  (2+ messages)

[PATCH] MIPS: Use rcu to lookup a task in mipsmt_sys_sched_setaffinity()
 2020-09-03  8:24 UTC  (2+ messages)

[PATCH v3 0/2] MIPS: Add support for ZSTD v3
 2020-09-03  8:16 UTC  (2+ messages)

[PATCH] MIPS: perf: Fix wrong check condition of Loongson event IDs
 2020-09-03  8:22 UTC  (2+ messages)

[PATCH v4] MIPS: add missing MSACSR and upper MSA initialization
 2020-09-03  8:20 UTC  (4+ messages)

[PATCH] MIPS: SNI: Fix SCSI interrupt
 2020-09-03  8:21 UTC  (2+ messages)

[PATCH] clk: bcm: dvp: Select the reset framework
 2020-09-03  8:26 UTC 

[PATCH] stubs: Move qemu_fd_register stub to util/main-loop.c
 2020-09-03  8:24 UTC  (2+ messages)

clean up is partition checks
 2020-09-03  8:26 UTC  (6+ messages)
` [PATCH 2/9] block: add a bdev_is_partition helper

[RESEND PATCH v2] mfd: syscon: Use a unique name with regmap_config
 2020-09-03  8:26 UTC  (6+ messages)

test
 2020-09-03  8:25 UTC 

[urjaman:c201-5.9-rc3_v2 12/28] drivers/usb/dwc2/hcd_queue.c:1564 dwc2_qh_init() warn: inconsistent indenting
 2020-09-03  8:24 UTC 

[PATCH v2 2/3] remoteproc: qcom: Add capability to collect minidumps
 2020-09-03  8:20 UTC  (3+ messages)

[PATCH v1 1/8] iio: accel: bma220: Fix returned codes from bma220_init(), bma220_deinit()
 2020-09-03  8:21 UTC  (5+ messages)

[PATCH] 9pfs: log warning if msize <= 8192
 2020-09-03  8:20 UTC  (4+ messages)

simplify gendisk lookup and remove struct block_device aliases v3
 2020-09-03  8:14 UTC  (17+ messages)
` [PATCH 02/19] block: merge drivers/base/map.c into block/genhd.c
` [PATCH 03/19] block: cleanup del_gendisk a bit
` [PATCH 04/19] block: split block_class_lock
` [PATCH 06/19] block: add an optional probe callback to major_names
` [PATCH 07/19] ide: remove ide_{,un}register_region
` [PATCH 08/19] swim: don't call blk_register_region
` [PATCH 09/19] sd: use __register_blkdev to avoid a modprobe for an unregistered dev_t
` [PATCH 11/19] loop: use __register_blkdev to allocate devices on demand
` [PATCH 12/19] md: "
` [PATCH 13/19] ide: switch to __register_blkdev for command set probing
` [PATCH 14/19] floppy: use a separate gendisk for each media format
` [PATCH 15/19] amiflop: use separate gendisks for Amiga vs MS-DOS mode
` [PATCH 16/19] ataflop: use a separate gendisk for each media format
` [PATCH 17/19] z2ram: reindent
` [PATCH 19/19] block: switch gendisk lookup to a simple xarray

[PATCH v8 0/6] Support running driver's probe for a device powered off
 2020-09-03  8:15 UTC  (7+ messages)
` [PATCH v8 1/6] i2c: Allow an ACPI driver to manage the device's power state during probe
` [PATCH v8 2/6] Documentation: ACPI: Document i2c-allow-low-power-probe _DSD property
` [PATCH v8 3/6] ACPI: Add a convenience function to tell a device is in low power state
` [PATCH v8 4/6] ov5670: Support probe whilst the device is in a "
` [PATCH v8 5/6] media: i2c: imx319: Support probe while the device is off
` [PATCH v8 6/6] at24: Support probing while off

[PATCH] btrfs: improve messages when devices rescanned
 2020-09-03  8:16 UTC  (2+ messages)

【consulting for function tasklet usb_giveback_urb_bh】
 2020-09-03  8:17 UTC 

[PATCH 1/1] iommu/vt-d: Fix NULL pointer dereference in dev_iommu_priv_set()
 2020-09-03  8:16 UTC  (3+ messages)

linux-next: Tree for Sep 3
 2020-09-03  8:16 UTC 

kernel BUG at fs/btrfs/relocation.c:437!
 2020-09-03  8:15 UTC  (2+ messages)

[PATCH] netfilter: nftables: fix documentation for dup statement
 2020-09-03  8:15 UTC  (6+ messages)

[PATCH 0/2] iommu: amd: Fix intremap IO_PAGE_FAULT for VMs
 2020-09-03  8:14 UTC  (4+ messages)
` [PATCH 2/2] iommu: amd: Use cmpxchg_double() when updating 128-bit IRTE

[PATCH] sh: fix syscall tracing
 2020-09-03  8:13 UTC  (3+ messages)

[igt-dev] [PATCH i-g-t] tests/kms_cursor_crc Stripping rendercopy implementation to use cairo
 2020-09-03  8:11 UTC 

[PATCH 1/2] drm/amdgpu/gmc9: print client id string for mmhub
 2020-09-03  8:11 UTC  (3+ messages)

[PATCH] mmc: s3cmci: Drop unused variables in dbg_dumpregs
 2020-09-03  8:10 UTC  (2+ messages)

[PATCH] mmc: sdhci-msm: Prefer asynchronous probe
 2020-09-03  8:10 UTC  (2+ messages)

[PATCH v2] mmc: sdhci-of-esdhc: Don't walk device-tree on every interrupt
 2020-09-03  8:10 UTC  (2+ messages)

[PATCH v2] mmc: mmc_spi: Allow the driver to be built when CONFIG_HAS_DMA is unset
 2020-09-03  8:10 UTC  (9+ messages)

[PATCH v2 0/4] renesas_sdhi: fix hang when SCC loses its clock
 2020-09-03  8:10 UTC  (2+ messages)


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.