All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2020-09-03 07:24:08 to 2020-09-03 08:10:45 UTC [more...]

simplify gendisk lookup and remove struct block_device aliases v3
 2020-09-03  8:01 UTC  (6+ messages)
` [PATCH 01/19] char_dev: replace cdev_map with an xarray
` [PATCH 05/19] block: rework requesting modules for unclaimed devices
` [PATCH 10/19] brd: use __register_blkdev to allocate devices on demand
` [PATCH 16/19] ataflop: use a separate gendisk for each media format
` [PATCH 18/19] z2ram: use separate gendisk for the different modes

[PATCH v5 00/80] drm/vc4: Support BCM2711 Display Pipeline
 2020-09-03  8:01 UTC  (95+ messages)
` [PATCH v5 01/80] dt-bindings: display: Add support for the BCM2711 HVS
` [PATCH v5 02/80] drm/vc4: Add support for the BCM2711 HVS5
` [PATCH v5 03/80] drm/vc4: hvs: Boost the core clock during modeset
` [PATCH v5 04/80] drm/vc4: plane: Change LBM alignment constraint on LBM
` [PATCH v5 05/80] drm/vc4: plane: Optimize the LBM allocation size
` [PATCH v5 06/80] drm/vc4: plane: Create more planes
` [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 09/80] drm/vc4: crtc: Move the cob allocation outside of bind
` [PATCH v5 10/80] drm/vc4: crtc: Rename HVS channel to output
` [PATCH v5 11/80] drm/vc4: crtc: Use local chan variable
` [PATCH v5 12/80] drm/vc4: crtc: Enable and disable the PV in atomic_enable / disable
` [PATCH v5 13/80] drm/vc4: kms: Convert to for_each_new_crtc_state
` [PATCH v5 14/80] drm/vc4: crtc: Assign output to channel automatically
` [PATCH v5 15/80] drm/vc4: crtc: Add FIFO depth to vc4_crtc_data
` [PATCH v5 16/80] drm/vc4: crtc: Add function to compute FIFO level bits
` [PATCH v5 17/80] drm/vc4: crtc: Rename HDMI encoder type to HDMI0
` [PATCH v5 18/80] drm/vc4: crtc: Add HDMI1 encoder type
` [PATCH v5 19/80] drm/vc4: crtc: Disable color management for HVS5
` [PATCH v5 20/80] drm/vc4: crtc: Turn pixelvalve reset into a function
` [PATCH v5 21/80] drm/vc4: crtc: Move PV dump to config_pv
` [PATCH v5 22/80] drm/vc4: crtc: Move HVS init and close to a function
` [PATCH v5 23/80] drm/vc4: crtc: Move the HVS gamma LUT setup to our init function
` [PATCH v5 24/80] drm/vc4: hvs: Make sure our channel is reset
` [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 62/80] drm/vc4: hdmi: Rename drm_encoder pointer in mode_valid
` [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

[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 v6 00/20] gpio: cdev: add uAPI v2
 2020-09-03  8:09 UTC  (8+ messages)
` [PATCH v6 07/20] gpiolib: cdev: support GPIO_V2_GET_LINE_IOCTL and GPIO_V2_LINE_GET_VALUES_IOCTL
` [PATCH v6 09/20] gpiolib: cdev: support edge detection for uAPI v2
` [PATCH v6 11/20] gpiolib: cdev: support GPIO_V2_LINE_SET_VALUES_IOCTL

[dpdk-dev] [PATCH v3 00/11] bbdev PMD ACC100
 2020-09-03  8:06 UTC  (7+ messages)
` [dpdk-dev] [PATCH v3 05/11] baseband/acc100: add LDPC processing functions

[PATCH] drm/amdgpu: enable ih1 ih2 for Arcturus only
 2020-09-03  8:05 UTC  (5+ messages)

[PATCH v3 00/12] Green the msys2 CI make
 2020-09-03  8:02 UTC  (16+ messages)
` [PATCH v3 01/12] configure: fixes dtc not cloned when running msys2 CI
` [PATCH v3 02/12] meson: Convert undefsym.sh to undefsym.py
` [PATCH v3 03/12] tcg: Fixes dup_const link error
` [PATCH v3 04/12] tests: handling signal on win32 properly
` [PATCH v3 05/12] configure: Fix include and linkage issue on msys2
` [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 v3 09/12] stubs: qemu_notify_event have no need to stub
` [PATCH v3 10/12] meson: Fixes qapi tests
` [PATCH v3 11/12] tests: Disable test-image-locking that not works under Win32
` [PATCH v3 12/12] ci: Enable msys2 ci in cirrus

[PATCH v4] mm/page_vma_mapped.c: Explicitly compare pfn for normal, hugetlbfs and THP page
 2020-09-03  8:02 UTC  (8+ messages)

[PATCH 00/18] ALSA: cleanups for sparse/cppcheck warnings
 2020-09-03  7:59 UTC  (2+ messages)

[PATCH] drm/amdgpu: fix max_entries calculation v3
 2020-09-03  7:57 UTC  (3+ messages)

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

[PATCH] KVM: PPC: Book3S HV: Set LPCR[HDICE] before writing HDEC
 2020-09-03  7:55 UTC  (2+ messages)

Patches to make multicast proccesing on CDC NCM drivers
 2020-09-03  7:50 UTC  (7+ messages)

Resolving service name conflicts
 2020-09-03  7:49 UTC  (3+ messages)

[PATCH 00/38] media sparse/smatch warn fixes
 2020-09-03  7:49 UTC  (3+ messages)
` [PATCH 16/38] media: videobuf-dma-sg: number of pages should be unsigned long

[PATCH v4 0/6] mm: introduce memfd_secret system call to create "secret" memory areas
 2020-09-03  7:46 UTC  (5+ messages)

[PATCH v3] xfs: Add check for unsupported xflags
 2020-09-03  7:46 UTC  (2+ messages)

[PATCH v2] usb: xhci: add debugfs support for ep with stream
 2020-09-03  7:46 UTC  (10+ messages)

RE:[PATCH] sched: Add trace for task wake up latency and leave running time
 2020-09-03  7:42 UTC  (2+ messages)

[dpdk-dev] [PATCH V3 0/2] gro: add UDP GRO and VXLAN UDP GRO support
 2020-09-03  7:42 UTC  (3+ messages)
` [dpdk-dev] [PATCH V3 1/2] gro: add "

[PATCH 00/16] Add Allwinner H3/H5/H6/A64 HDMI audio
 2020-09-03  7:40 UTC  (8+ messages)
` [PATCH 05/16] ASoc: sun4i-i2s: Add 20 and 24 bit support
  ` [linux-sunxi] "

[PATCH: 0/2] Fix TC35894 gpio interrupt bug
 2020-09-03  7:41 UTC  (4+ messages)
` [PATCH: 1/2] gpio: tc35894: fix up tc35894 interrupt configuration

[dpdk-dev] [RFC v2] ethdev: introduce GENEVE header extension item
 2020-09-03  7:39 UTC 

[PATCH rdma-next 0/3] Extend mlx5_ib software steering interface
 2020-09-03  7:38 UTC  (4+ messages)
` [PATCH mlx5-next 1/3] RDMA/mlx5: Add sw_owner_v2 bit capability
` [PATCH rdma-next 2/3] RDMA/mlx5: Allow DM allocation for sw_owner_v2 enabled devices
` [PATCH rdma-next 3/3] RDMA/mlx5: Expose TIR and QP ICM address for sw_owner_v2 devices

Error while building dahdi-linux along with Rocko Yocto #yocto #rocko #dahdi
 2020-09-03  7:39 UTC 

[RESEND PATCH v2] dt-bindings: renesas,rcar-dmac: Document r8a7742 support
 2020-09-03  7:38 UTC 

[PATCH] alsa-state: run alsactl store in pkg_postinst
 2020-09-03  7:37 UTC 

[PATCH] iio: dac: ad5593r: Dynamically set AD5593R channel modes
 2020-09-03  7:37 UTC  (6+ messages)

[PATCH v2] serial: imx: Delete duplicated argument to '|' in imx_uart_probe
 2020-09-03  7:35 UTC  (2+ messages)

[PATCH v3 00/21] KVM: arm64: Rewrite page-table code and fault handling
 2020-09-03  7:34 UTC  (3+ messages)

About the state of Btrfs RAID 5/6
 2020-09-03  7:34 UTC  (3+ messages)

[PATCH v2 00/12] target/microblaze improvements
 2020-09-03  7:26 UTC  (13+ messages)
` [PATCH v2 01/12] target/microblaze: Collected fixes for env->iflags
` [PATCH v2 02/12] target/microblaze: Renumber D_FLAG
` [PATCH v2 03/12] target/microblaze: Cleanup mb_cpu_do_interrupt
` [PATCH v2 04/12] target/microblaze: Rename mmu structs
` [PATCH v2 05/12] target/microblaze: Fill in VMStateDescription for cpu
` [PATCH v2 06/12] target/microblaze: Rename DISAS_UPDATE to DISAS_EXIT
` [PATCH v2 07/12] target/microblaze: Introduce DISAS_EXIT_NEXT, DISAS_EXIT_JUMP
` [PATCH v2 08/12] target/microblaze: Replace cpustate_changed with DISAS_EXIT_NEXT
` [PATCH v2 09/12] target/microblaze: Handle DISAS_EXIT_NEXT in delay slot
` [PATCH v2 10/12] target/microblaze: Force rtid, rted, rtbd to exit
` [PATCH v2 11/12] target/microblaze: Use tcg_gen_lookup_and_goto_ptr
` [PATCH v2 12/12] target/microblaze: Diagnose invalid insns in delay slots

[PATCH 00/10] USB: new USB control message helper functions
 2020-09-03  7:32 UTC  (5+ messages)
` [PATCH 01/10] USB: move snd_usb_pipe_sanity_check into the USB core

[RFC PATCH 00/16] 1GB THP support on x86_64
 2020-09-03  7:32 UTC  (2+ messages)

[PATCH v9 0/3] drm: Add support for Cadence MHDP8546 DPI/DP bridge and J721E wrapper
 2020-09-03  7:32 UTC  (6+ messages)
` [PATCH v9 2/3] drm: bridge: Add support for Cadence MHDP8546 DPI/DP bridge

[PATCH] ALSA: hda/realtek - Add control fixup for Lenovo Thinkpad X1 Carbon 7th
 2020-09-03  7:30 UTC  (5+ messages)

[PATCH RESEND 0/2] Common protected-clocks implementation
 2020-09-03  7:31 UTC  (3+ messages)
` [PATCH RESEND 1/2] clk: Implement protected-clocks for all OF clock providers

[PATCH 0/8] PinePhone automatic device tree selection
 2020-09-03  7:31 UTC  (2+ messages)

[PATCH v4 1/4] mm/pageblock: mitigation cmpxchg false sharing in pageblock flags
 2020-09-03  7:29 UTC  (7+ messages)
` [PATCH v4 3/4] mm/pageblock: work around multiple arch's cmpxchg support issue

[PATCH: V2 0/2] Fix TC35894 gpio interrupt bug
 2020-09-03  7:30 UTC  (3+ messages)
` [PATCH: V2 1/2] gpio: tc35894: fix up tc35894 interrupt configuration
` [PATCH: V2 2/2] gpio: tc35894: Disable Direct KBD interrupts to enable gpio irq

remove the last set_fs() in common code, and remove it for x86 and powerpc v2
 2020-09-03  7:27 UTC  (9+ messages)
` [PATCH 10/10] powerpc: remove address space overrides using set_fs()

[PATCH testsuite] tests/Makefile: add kernel version check for watchkey
 2020-09-03  7:28 UTC 

[PATCH v3 0/2] Add support for ACPI device in RMRR
 2020-09-03  7:22 UTC  (8+ messages)
` [PATCH v3 2/2] iommu/vt-d:Add support for probing "
    ` 答复: "
        ` 答复: "

[PATCH] btrfs: improve messages when devices rescanned
 2020-09-03  7:27 UTC 

[PATCH] scipts/tags.sh: Add custom sort order
 2020-09-03  7:26 UTC  (6+ messages)
` [PATCH -v2] "

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

[PATCH net-next] net: sch_generic: aviod concurrent reset and enqueue op for lockless qdisc
 2020-09-03  7:24 UTC  (10+ messages)

[PATCH] dmaengine: ti: k3-udma: Update rchan_oes_offset for am654 SYSFW ABI 3.0
 2020-09-03  7:24 UTC  (2+ messages)

KASAN: use-after-free Read in bdev_del_partition
 2020-09-03  7:23 UTC  (5+ messages)
` [Linux-kernel-mentees] [PATCH] block: Fix use-after-free in bdev_del_partition()

[dpdk-dev] [PATCH] net/i40e: i40evf exposes LSC flag to application
 2020-09-03  7:19 UTC  (2+ messages)
` [dpdk-dev] [PATCH v2] "


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.