The Linux Kernel Mailing List
 help / color / mirror / Atom feed
 messages from 2020-09-03 03:23:49 to 2020-09-03 08:08:17 UTC [more...]

[PATCH v5 00/80] drm/vc4: Support BCM2711 Display Pipeline
 2020-09-03  8:01 UTC  (48+ messages)
` [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 06/80] drm/vc4: plane: Create more planes
` [PATCH v5 09/80] drm/vc4: crtc: Move the cob allocation outside of bind
` [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 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 24/80] drm/vc4: hvs: Make sure our channel is reset
` [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 37/80] drm/vc4: crtc: Add BCM2711 pixelvalves
` [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 44/80] drm/vc4: hdmi: Use local vc4_hdmi directly
` [PATCH v5 46/80] drm/vc4: hdmi: Pass vc4_hdmi to CEC code
` [PATCH v5 50/80] drm/vc4: hdmi: Introduce resource init and variant
` [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 55/80] drm/vc4: hdmi: Add a CSC setup callback
` [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

simplify gendisk lookup and remove struct block_device aliases v3
 2020-09-03  8:01 UTC  (7+ messages)
` [PATCH 01/19] char_dev: replace cdev_map with an xarray
` [PATCH 02/19] block: merge drivers/base/map.c into block/genhd.c
` [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 v6 00/20] gpio: cdev: add uAPI v2
 2020-09-03  7:59 UTC  (7+ 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

[PATCH 00/38] media sparse/smatch warn fixes
 2020-09-03  7:49 UTC  (6+ messages)
` [PATCH 02/38] media: v4l2-ioctl: avoid memory leaks on some time32 compat functions
` [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  (2+ messages)

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

[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

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

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

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

[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 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

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

[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

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

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

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

[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  (4+ messages)
` [Linux-kernel-mentees] [PATCH] block: Fix use-after-free in bdev_del_partition()

[PATCH] mm/gup: don't permit users to call get_user_pages with FOLL_LONGTERM
 2020-09-03  7:23 UTC  (4+ messages)

[PATCH 0/3] drm/msm: More GPU tracepoints
 2020-09-03  7:23 UTC  (3+ messages)
` [PATCH 2/3] drm/msm: Convert shrinker msgs to tracepoints
  ` [Freedreno] "

[PATCH] i2c: virtio: add a virtio i2c frontend driver
 2020-09-03  7:19 UTC  (3+ messages)

[RFC PATCH] tools/x86: add kcpuid tool to show raw CPU features
 2020-09-03  7:17 UTC  (3+ messages)

[RFC PATCH v3 0/2] Add Krait Cache Scaling support
 2020-09-03  7:13 UTC  (6+ messages)
    ` R: "

[PATCH v2 00/10] Add initial support for R8A7742/RZG1H SoC and iW-RainboW-G21D-Qseven development board support
 2020-09-03  7:12 UTC  (4+ messages)
` [PATCH v2 05/10] dt-bindings: renesas,rcar-dmac: Document r8a7742 support

[PATCH v5] soc: fsl: enable acpi support in RCPM driver
 2020-09-03  7:01 UTC 

[PATCH 1/3] dmaengine: pl330: Simplify with dev_err_probe()
 2020-09-03  7:09 UTC  (2+ messages)

[PATCH] mm/memory_hotplug: drain per-cpu pages again during memory offline
 2020-09-03  7:07 UTC  (8+ messages)

linux-next: manual merge of the drm-misc tree with the amdgpu tree
 2020-09-03  7:06 UTC  (2+ messages)

[PATCH 1/1] iommu/vt-d: Fix NULL pointer dereference in dev_iommu_priv_set()
 2020-09-03  6:51 UTC 

[PATCH] x86/uaccess: Use pointer masking to limit uaccess speculation
 2020-09-03  6:56 UTC  (10+ messages)

[PATCH] dmaengine: Mark dma_request_slave_channel() deprecated
 2020-09-03  6:51 UTC  (2+ messages)

[PATCH v3 1/3] mm/pageblock: mitigation cmpxchg false sharing in pageblock flags
 2020-09-03  6:47 UTC  (7+ messages)
` [PATCH v3 3/3] mm/armv6: work around armv6 cmpxchg support issue

[PATCH] cypto: mediatek - fix leaks in mtk_desc_ring_alloc
 2020-09-03  6:38 UTC 

[PATCH v2 0/2] Decode raw MSR values of MCA registers in BERT
 2020-09-03  6:33 UTC  (5+ messages)
` [PATCH v2 1/2] cper, apei, mce: Pass x86 CPER through the MCA handling chain

[PATCH v2 0/6] clk: rockchip: Support module build
 2020-09-03  6:32 UTC  (7+ messages)
` [PATCH v2 1/6] clk: rockchip: Use clk_hw_register_composite instead of clk_register_composite calls
` [PATCH v2 2/6] clk: rockchip: Export rockchip_clk_register_ddrclk()
` [PATCH v2 3/6] clk: rockchip: Export rockchip_register_softrst()
` [PATCH v2 4/6] clk: rockchip: Export some clock common APIs for module drivers
` [PATCH v2 5/6] clk: rockchip: fix the clk config to support module build
` [PATCH v2 6/6] clk: rockchip: rk3399: Support "

[PATCH V3 3/3] media: i2c: gc5035: Add GC5035 image sensor driver
 2020-09-03  6:30 UTC  (3+ messages)

[btrfs] c0aaf9b7a1: ltp: stuck at diotest4
 2020-09-03  6:28 UTC 

[PATCH 1/4] perf vendor events amd: Add L2 Prefetch events for zen1
 2020-09-03  6:20 UTC  (8+ messages)
` [PATCH 2/4] perf vendor events amd: Add ITLB Instruction Fetch Hits event "
` [PATCH 3/4] perf vendor events amd: Add recommended events
` [PATCH 4/4] perf vendor events amd: Enable Family 19h users by matching Zen2 events

[PATCH 1/4] sh: Fix validation of system call number
 2020-09-03  6:17 UTC  (13+ messages)
` [PATCH 3/4] sh: Add SECCOMP_FILTER

[GIT PULL for v5.9-rc4] media fixes
 2020-09-03  6:10 UTC 

[PATCH v2] ASoC: fsl_sai: Set SAI Channel Mode to Output Mode
 2020-09-03  5:53 UTC 

[PATCH net-next RFC v3 00/14] Add devlink reload action option
 2020-09-03  5:57 UTC  (7+ messages)
` [PATCH net-next RFC v3 01/14] devlink: Add reload action option to devlink reload command

[PATCH v3 00/23] Use asm-generic for mmu_context no-op functions
 2020-09-03  5:57 UTC  (3+ messages)
` [PATCH v3 19/23] sh: use asm-generic/mmu_context.h for no-op implementations

[PATCH] media: mtk-vcodec: remove allocated dma_parms
 2020-09-03  5:48 UTC 

[PATCH] sh: fix syscall tracing
 2020-09-03  5:48 UTC 

[PATCH] mmc: s3cmci: Drop unused variables in dbg_dumpregs
 2020-09-03  5:43 UTC 

clean up is partition checks
 2020-09-03  5:41 UTC  (10+ messages)
` [PATCH 1/9] Documentation/hdio: fix up obscure bd_contains references
` [PATCH 2/9] block: add a bdev_is_partition helper
` [PATCH 3/9] md: compare bd_disk instead of bd_contains
` [PATCH 4/9] md: don't detour through bd_contains for the gendisk
` [PATCH 5/9] drbd: "
` [PATCH 6/9] drbd: don't set ->bd_contains
` [PATCH 7/9] target/iblock: fix holder printing in iblock_show_configfs_dev_params
` [PATCH 8/9] block: use bd_partno in bdevname
` [PATCH 9/9] vsprintf: use bd_partno in bdev_name

[PATCH v2] ARM: davinci: use simple i2c probe function
 2020-09-03  5:38 UTC  (3+ messages)

[PATCH 00/11] mmc: Minor cleanups and compile test
 2020-09-03  5:39 UTC  (4+ messages)
` [PATCH 11/11] mmc: host: Enable compile testing of multiple drivers

[PATCH] ASoC: fsl_sai: Set SAI Channel Mode to Output Mode
 2020-09-03  5:38 UTC  (3+ messages)

[RFC PATCH 0/7] Trace events to pstore
 2020-09-03  5:36 UTC  (3+ messages)

[PATCH 1/9] i2c: stm32: Simplify with dev_err_probe()
 2020-09-03  5:36 UTC  (3+ messages)
` [PATCH 6/9] i2c: imx: "

[PATCH v2 1/2] mm/pageblock: mitigation cmpxchg false sharing in pageblock flags
 2020-09-03  5:35 UTC  (8+ messages)
` [PATCH v2 2/2] mm/pageblock: remove false sharing in pageblock_flags

[PATCH] arm64: dts: qcom: sc7180: Add 'sustainable_power' for CPU thermal zones
 2020-09-03  5:30 UTC  (7+ messages)

[PATCH] x86/asm: Replace __force_order with memory clobber
 2020-09-03  5:34 UTC  (3+ messages)
` [PATCH v3] "

[PATCH v2] scsi: ibmvfc: interface updates for future FPIN and MQ support
 2020-09-03  5:31 UTC  (3+ messages)

[RFC PATCH] libbpf: Support setting map max_entries at runtime
 2020-09-03  5:28 UTC  (2+ messages)

[PATCH 0/7] arm64: dts: ti: k3-*: Squash up node_name_chars_strict warnings
 2020-09-03  5:25 UTC  (5+ messages)
` [PATCH 6/7] arm64: dts: ti: k3-*: Use generic adc for node names

linux-next: manual merge of the scsi-mkp tree with Linus' tree
 2020-09-03  5:21 UTC 

[PATCH v2] nouveau: fix the start/end range for migration
 2020-09-03  5:18 UTC  (2+ messages)
` [Nouveau] "

[PATCH v3] drm/nouveau/kms/nv50-: Program notifier offset before requesting disp caps
 2020-09-03  5:15 UTC  (3+ messages)
` [PATCH v4] "
  ` [Nouveau] "

[RFC PATCH v7 00/23] Core scheduling v7
 2020-09-03  5:13 UTC  (11+ messages)
` [RFC PATCH v7 06/23] bitops: Introduce find_next_or_bit
` [RFC PATCH v7 17/23] kernel/entry: Add support for core-wide protection of kernel-mode

[PATCH 4.4 00/61] 4.4.235-rc2 review
 2020-09-03  5:02 UTC  (2+ messages)

Packet gets stuck in NOLOCK pfifo_fast qdisc
 2020-09-03  5:01 UTC  (15+ messages)

linux-next: build failure after merge of the tip tree
 2020-09-03  4:44 UTC  (3+ messages)

[PATCH] HID: i2c-hid: Prefer asynchronous probe
 2020-09-03  4:43 UTC 

[PATCH v1 00/10] DDW indirect mapping
 2020-09-03  4:41 UTC  (19+ messages)
` [PATCH v1 01/10] powerpc/pseries/iommu: Replace hard-coded page shift
` [PATCH v1 02/10] powerpc/kernel/iommu: Align size for IOMMU_PAGE_SIZE on iommu_*_coherent()

[PATCH v11 6/9] x86/cet: Add PTRACE interface for CET
 2020-09-03  4:35 UTC  (2+ messages)

[PATCH net-next v2 3/3] net: dp83869: Add speed optimization feature
 2020-09-03  4:10 UTC  (2+ messages)

[PATCH v3] staging: qlge: fix build breakage with dumping enabled
 2020-09-03  3:49 UTC  (2+ messages)

Boot failure on gru-scarlet-inx with 5.9-rc2
 2020-09-03  3:47 UTC  (10+ messages)

[PATCH 0/2] dma-mapping: update default segment_boundary_mask
 2020-09-03  3:47 UTC  (5+ messages)
` [PATCH 1/2] dma-mapping: introduce dma_get_seg_boundary_nr_pages()

[PATCH v4 1/3] scsi: 3w-9xxx: Use flexible array members to avoid struct padding
 2020-09-03  3:44 UTC  (3+ messages)
` [PATCH v4 2/3] scsi: 3w-9xxx: Reduce scope of structure packing
` [PATCH v4 3/3] scsi: 3w-9xxx: Fix endianness issues in command packets

[PATCH] mtd: mtdoops: Don't write panic data twice
 2020-09-03  3:42 UTC 

[RFC PATCH 1/4] usb: xhci-mtk: improve bandwidth scheduling with multi-TT
 2020-09-03  3:34 UTC  (4+ messages)
` [RFC PATCH 2/4] usb: xhci-mtk: add mt8192 wakeup
` [RFC PATCH 3/4] usb: xhci-mtk: add support runtime pm
` [RFC PATCH 4/4] arm64: dts: mt8192: add SSUSB related nodes

[RFC PATCH 1/4] usb: xhci-mtk: improve bandwidth scheduling with multi-TT
 2020-09-03  3:28 UTC  (4+ messages)
` [RFC PATCH 2/4] usb: xhci-mtk: add mt8192 wakeup
` [RFC PATCH 3/4] usb: xhci-mtk: add support runtime pm
` [RFC PATCH 4/4] arm64: dts: mt8192: add SSUSB related nodes

[PATCH] ASoC: fsl_sai: Support multiple data channel enable bits
 2020-09-03  3:30 UTC  (2+ messages)

[PATCH v3 0/9] Mediatek MT8192 clock support
 2020-09-03  3:23 UTC  (7+ messages)
` [PATCH v3 1/9] dt-bindings: ARM: Mediatek: Document bindings for MT8192 BSP
` [PATCH v3 4/9] dt-bindings: ARM: Mediatek: Document bindings for MT8192 Camera
` [PATCH v3 6/9] clk: mediatek: Add dt-bindings for MT8192 clocks
` [PATCH v3 7/9] clk: mediatek: Fix asymmetrical PLL enable and disable control
` [PATCH v3 8/9] clk: mediatek: Add configurable enable control to mtk_pll_data
` [PATCH v3 9/9] clk: mediatek: Add MT8192 clock support


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox