linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-09-03 05:35:57 to 2020-09-03 08:13:37 UTC [more...]

simplify gendisk lookup and remove struct block_device aliases v3
 2020-09-03  8:01 UTC  (10+ 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 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 18/19] z2ram: use separate gendisk for the different modes
` [PATCH 19/19] block: switch gendisk lookup to a simple xarray

[PATCH v5 00/80] drm/vc4: Support BCM2711 Display Pipeline
 2020-09-03  8:01 UTC  (81+ 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 v6 00/20] gpio: cdev: add uAPI v2
 2020-09-03  8:09 UTC  (9+ 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/11] mmc: Minor cleanups and compile test
 2020-09-03  8:09 UTC  (8+ messages)
` [RFT 06/11] mmc: sdhci-brcmstb: Simplify with optional clock and dev_err_probe()
` [PATCH 11/11] mmc: host: Enable compile testing of multiple drivers

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

[PATCH] mmc: s3cmci: Drop unused variables in dbg_dumpregs
 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] irqchip/tango: Fix possible null ptr reference in tangox_irq_init
 2020-09-03  8:10 UTC  (2+ messages)

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

[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  (3+ messages)
` [PATCH RESEND 1/2] clk: Implement protected-clocks for all OF clock providers

[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 

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


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).