All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2020-05-27 15:55:56 to 2020-05-27 16:21:36 UTC [more...]

post-receive: pub/scm/virt/kvm/kvm
 2020-05-27 16:21 UTC 

SGI Software User List
 2020-05-27 16:16 UTC 

[PATCH v3 000/105] drm/vc4: Support BCM2711 Display Pipeline
 2020-05-27 16:03 UTC  (90+ messages)
` [PATCH v3 001/105] reset: Move reset-simple header out of drivers/reset
` [PATCH v3 002/105] reset: simple: Add reset callback
` [PATCH v3 003/105] dt-bindings: clock: Add BCM2711 DVP binding
` [PATCH v3 004/105] clk: bcm: Add BCM2711 DVP driver
` [PATCH v3 005/105] ARM: dts: bcm2711: Add HDMI DVP
` [PATCH v3 006/105] dt-bindings: display: Convert VC4 bindings to schemas
` [PATCH v3 007/105] dt-bindings: display: vc4: dpi: Add missing clock-names property
` [PATCH v3 008/105] dt-bindings: display: vc4: dsi: Add missing clock properties
` [PATCH v3 009/105] dt-bindings: display: vc4: hdmi: Add missing clock-names property
` [PATCH v3 010/105] dt-bindings: display: vc4: Document BCM2711 VC5
` [PATCH v3 011/105] drm/vc4: drv: Add include guards
` [PATCH v3 012/105] drm/vc4: drv: Support BCM2711
` [PATCH v3 013/105] dt-bindings: display: Add support for the BCM2711 HVS
` [PATCH v3 014/105] drm/vc4: Add support for the BCM2711 HVS5
` [PATCH v3 015/105] drm/vc4: hvs: Boost the core clock during modeset
` [PATCH v3 016/105] drm/vc4: plane: Improve LBM usage
` [PATCH v3 017/105] drm/vc4: plane: Move planes creation to its own function
` [PATCH v3 018/105] drm/vc4: plane: Move additional planes creation to driver
` [PATCH v3 019/105] drm/vc4: plane: Register all the planes at once
` [PATCH v3 020/105] drm/vc4: plane: Create overlays for any CRTC
` [PATCH v3 021/105] drm/vc4: plane: Create more planes
` [PATCH v3 022/105] drm/vc4: crtc: Rename SoC data structures
` [PATCH v3 023/105] drm/vc4: crtc: Switch to of_device_get_match_data
` [PATCH v3 024/105] drm/vc4: crtc: Move crtc state to common header
` [PATCH v3 025/105] drm/vc4: crtc: Deal with different number of pixel per clock
` [PATCH v3 026/105] drm/vc4: crtc: Use a shared interrupt
` [PATCH v3 027/105] drm/vc4: crtc: Turn static const variable into a define
` [PATCH v3 028/105] drm/vc4: crtc: Restrict HACT_ACT setup to DSI
` [PATCH v3 029/105] drm/vc4: crtc: Move the cob allocation outside of bind
` [PATCH v3 030/105] drm/vc4: crtc: Rename HVS channel to output
` [PATCH v3 031/105] drm/vc4: crtc: Use local chan variable
` [PATCH v3 032/105] drm/vc4: crtc: Enable and disable the PV in atomic_enable / disable
` [PATCH v3 033/105] drm/vc4: crtc: Assign output to channel automatically
` [PATCH v3 034/105] drm/vc4: crtc: Add FIFO depth to vc4_crtc_data
` [PATCH v3 035/105] drm/vc4: crtc: Add function to compute FIFO level bits
` [PATCH v3 036/105] drm/vc4: crtc: Rename HDMI encoder type to HDMI0
` [PATCH v3 037/105] drm/vc4: crtc: Add HDMI1 encoder type
` [PATCH v3 038/105] drm/vc4: crtc: Remove redundant call to drm_crtc_enable_color_mgmt
` [PATCH v3 039/105] drm/vc4: crtc: Disable color management for HVS5
` [PATCH v3 040/105] drm/vc4: crtc: Turn pixelvalve reset into a function
` [PATCH v3 041/105] drm/vc4: crtc: Move HVS mode config to HVS file
` [PATCH v3 042/105] drm/vc4: crtc: Move PV dump to config_pv
` [PATCH v3 043/105] drm/vc4: crtc: Move HVS init and close to a function
` [PATCH v3 044/105] drm/vc4: crtc: Move the HVS gamma LUT setup to our init function
` [PATCH v3 045/105] drm/vc4: hvs: Make sure our channel is reset
` [PATCH v3 046/105] drm/vc4: hvs: Remove mode_set_nofb
` [PATCH v3 047/105] drm/vc4: crtc: "
` [PATCH v3 048/105] drm/vc4: crtc: Remove redundant pixelvalve reset
` [PATCH v3 049/105] drm/vc4: crtc: Move HVS channel init before the PV initialisation
` [PATCH v3 050/105] drm/vc4: encoder: Add finer-grained encoder callbacks
` [PATCH v3 051/105] drm/vc4: crtc: Add a delay after disabling the PixelValve output
` [PATCH v3 052/105] drm/vc4: crtc: Clear the PixelValve FIFO on disable
` [PATCH v3 055/105] drm/vc4: hvs: Introduce a function to get the assigned FIFO
` [PATCH v3 060/105] drm/vc4: crtc: Make state functions public
` [PATCH v3 061/105] drm/vc4: crtc: Split CRTC data in two
` [PATCH v3 062/105] drm/vc4: crtc: Only access the PixelValve registers if we have to
` [PATCH v3 063/105] drm/vc4: crtc: Move the CRTC initialisation to a separate function
` [PATCH v3 064/105] drm/vc4: crtc: Change the HVS5 test for of_device_is_compatible
` [PATCH v3 066/105] drm/vc4: txp: Turn the TXP into a CRTC of its own
` [PATCH v3 067/105] drm/vc4: crtc: Remove the feed_txp tests
` [PATCH v3 068/105] drm/vc4: hdmi: Use debugfs private field
` [PATCH v3 069/105] drm/vc4: hdmi: Move structure to header
` [PATCH v3 078/105] drm/vc4: hdmi: Remove vc4_hdmi_connector
` [PATCH v3 079/105] drm/vc4: hdmi: Introduce resource init and variant

SGI Software User List
 2020-05-27 16:16 UTC 

[PATCH v2 00/11] Record/replay acceptance tests
 2020-05-27 16:20 UTC  (4+ messages)
` [PATCH v2 04/11] tests/acceptance: add kernel record/replay test for x86_64

[ANNOUNCE] xfs-linux: for-next updated to 6dcde60efd94
 2020-05-27 16:20 UTC 

[GSoC] Shourya's Blog
 2020-05-27 16:20 UTC 

[PATCH v6 0/4] Add initial i.MX8MQ support
 2020-05-27 16:19 UTC  (3+ messages)
` [PATCH v6 3/4] arm64: dts: imx8mq: enable Hantro G1/G2 VPU

[PATCH v2 1/1] phy: intel: Fix compilation error on FIELD_PREP usage
 2020-05-27 16:18 UTC  (2+ messages)

[rcu:dev.2020.05.26b 51/70] powerpc64-linux-ld: kernel/rcu/refperf.o:(.discard+0x0): multiple definition of `__pcpu_unique_srcu_ctl_perf_srcu_data'; kernel/rcu/rcuperf.o:(.discard+0x0): first defined here
 2020-05-27 16:17 UTC  (2+ messages)

post-receive: pub/scm/virt/kvm/kvm
 2020-05-27 16:18 UTC 

[PATCH V7 00/15] perf/x86: Add perf text poke events
 2020-05-27 16:17 UTC  (3+ messages)
` [PATCH V7 04/15] kprobes: Add perf ksymbol events for kprobe insn pages

[PATCH] KVM: x86: Initialize tdp_level during vCPU creation
 2020-05-27 16:17 UTC  (4+ messages)

[PATCH v5] media: rcar-csi2: Correct the selection of hsfreqrange
 2020-05-27 16:17 UTC  (3+ messages)
` [PATCH] rcar-vin: "
` [PATCH] rcar-vin: rcar-csi2: Select the correct PHTW register

[PATCH] irqchip/irq-mtk-sysirq: drop unnecessary spinlock
 2020-05-27 16:17 UTC 

[Intel-gfx] [PATCH] drm/i915/gt: Prevent timeslicing into unpreemptible requests
 2020-05-27 16:17 UTC  (4+ messages)

post-receive: pub/scm/linux/kernel/git/saeed/linux
 2020-05-27 16:17 UTC 

post-receive: pub/scm/utils/cpu/mce/mcelog
 2020-05-27 16:17 UTC 

[PATCH] hw/vfio/common: Trace in which mode a IOMMU is opened
 2020-05-27 16:16 UTC  (5+ messages)

FAILED: patch "[PATCH] rxrpc: Fix ack discard" failed to apply to 5.6-stable tree
 2020-05-27 16:16 UTC  (3+ messages)

post-receive: pub/scm/linux/kernel/git/saeed/linux
 2020-05-27 16:16 UTC 

[PATCH v1 0/3] some linux-user guest_base fixes
 2020-05-27 16:14 UTC  (5+ messages)
` [PATCH v1 2/3] linux-user: deal with address wrap for ARM_COMMPAGE on 32 bit

[PATCH v5 00/11] i2c: designeware: Add Baikal-T1 System I2C support
 2020-05-27 16:15 UTC  (15+ messages)
` [PATCH v5 06/11] i2c: designware: Add Baytrail sem config DW I2C platform dependency
` [PATCH v5 07/11] i2c: designware: Discard Cherry Trail model flag
` [PATCH v5 08/11] i2c: designware: Convert driver to using regmap API
` [PATCH v5 11/11] i2c: designware: Add Baikal-T1 System I2C support

[dpdk-dev] [PATCH v1 1/3] common/mlx5: move glue files under Linux directory
 2020-05-27 16:14 UTC  (3+ messages)
` [dpdk-dev] [PATCH v1 2/3] common/mlx5: move netlink "
` [dpdk-dev] [PATCH v1 3/3] common/mlx5: split common file "

[PATCH V2] dt-bindings: reset: Convert i.MX7 reset to json-schema
 2020-05-27 16:14 UTC  (2+ messages)

[PATCH V3] dt-bindings: reset: Convert i.MX reset to json-schema
 2020-05-27 16:14 UTC  (2+ messages)

[OE-core] [PATCH] libksba: upgrade 1.3.5 -> 1.4.0
 2020-05-27 16:13 UTC  (2+ messages)

[PATCH v14 0/2] Add support for Xilinx CSI2 Receiver Subsystem
 2020-05-27 16:11 UTC  (3+ messages)
` [PATCH v14 1/2] media: dt-bindings: media: xilinx: Add Xilinx MIPI CSI-2 Rx Subsystem

[GIT PULL 0/3] KVM: s390: Cleanups for 5.8
 2020-05-27 16:11 UTC  (2+ messages)

Linux 4.9.225
 2020-05-27 16:10 UTC  (2+ messages)

[PATCH RFCv2 0/9] kvm/arm64: Support Async Page Fault
 2020-05-27 16:10 UTC  (6+ messages)

rationale behind git not tracking history of branches
 2020-05-27 16:10 UTC  (2+ messages)

Comments on the ConnectDevice API function
 2020-05-27 16:10 UTC  (6+ messages)

[PATCH 00/24] Fixes around device realization
 2020-05-27 16:08 UTC  (6+ messages)
` [PATCH 09/24] macio: Fix to realize "mos6522-cuda" and "mos6522-pmu" devices

Xen XSM/FLASK policy, grub defaults, etc
 2020-05-27 16:08 UTC  (2+ messages)

[PATCH cgroup/for-5.8] cgroup: add cpu.stat file to root cgroup
 2020-05-27 16:08 UTC  (3+ messages)

post-receive: pub/scm/linux/kernel/git/stable/linux-stable-rc
 2020-05-27 16:08 UTC 

post-receive: pub/scm/linux/kernel/git/stable/linux-stable-rc
 2020-05-27 16:08 UTC 

Linux 4.14.182
 2020-05-27 16:08 UTC  (2+ messages)

Remove last acpi procfs dirs after being marked deprecated for a decade
 2020-05-27 16:07 UTC  (3+ messages)

Linux 4.19.125
 2020-05-27 16:07 UTC  (2+ messages)

[RFC PATCH] RDMA/siw: Experimental e2e negotiation of GSO usage
 2020-05-27 16:07 UTC  (10+ messages)
      `  "
        `  "
            `  "

[PATCH] make-mod-scripts: Fix a rare build race condition
 2020-05-27 16:06 UTC  (2+ messages)
` [OE-core] "

[PATCH] vfs, afs, ext4: Make the inode hash table RCU searchable
 2020-05-27 16:06 UTC  (5+ messages)

[PATCH v2] arm: dts: Move am33xx and am43xx mmc nodes to sdhci-omap driver
 2020-05-27 16:05 UTC  (8+ messages)

Linux kernel 5.6.15 released
 2020-05-27 16:05 UTC 

[PATCH v2] hw/vfio/common: Trace in which mode an IOMMU is opened
 2020-05-27 16:04 UTC  (2+ messages)

[dpdk-dev] rte_log simplification using constructor scheme
 2020-05-27 16:05 UTC 

[RFC PATCH] iommu/arm-smmu: Add module parameter to set msi iova address
 2020-05-27 16:03 UTC  (2+ messages)

[PATCH v3] nl80211: add control port tx status method
 2020-05-27 16:03 UTC 

[PATCH v2] nl80211: add control port tx status method
 2020-05-27 16:03 UTC  (3+ messages)

Linux 5.4.43
 2020-05-27 16:03 UTC  (2+ messages)

[Intel-gfx] [PATCH] drm/i915/gt: Remove local entries from GGTT on suspend
 2020-05-27 16:03 UTC  (2+ messages)
` [Intel-gfx] [PATCH] drm/i915/pmu: avoid an maybe-uninitialized warning

[PATCHSET v5 0/12] Add support for async buffered reads
 2020-05-27 16:02 UTC  (5+ messages)
` [PATCH 04/12] mm: add support for async page locking

[PATCH] perf/x86/intel/uncore: Fix oops when counting IMC uncore events on some TGL
 2020-05-27 16:02 UTC  (7+ messages)

[PATCH] ovl: fix some bug exist in ovl_get_inode
 2020-05-27 16:02 UTC  (5+ messages)

Linux 5.6.15
 2020-05-27 16:02 UTC  (2+ messages)

[PATCH v2] selinux: allow reading labels before policy is loaded
 2020-05-27 15:56 UTC 

[PATCH v4 00/19] The new cgroup slab memory controller
 2020-05-27 16:01 UTC  (3+ messages)
` [PATCH v4 12/19] mm: memcg/slab: use a single set of kmem_caches for all accounted allocations

[PATCH v4 00/11] i2c: designeware: Add Baikal-T1 System I2C support
 2020-05-27 16:00 UTC  (6+ messages)
` [PATCH v4 06/11] i2c: designware: Add Baytrail sem config DW I2C platform dependency

[Intel-gfx] [PATCH i-g-t] i915/gem_exec_balancer: Randomise bonded submission
 2020-05-27 16:00 UTC  (4+ messages)
    ` [igt-dev] "

[PATCH] ASoC: amd: rt5682: fix soundwire dependencies
 2020-05-27 15:59 UTC  (4+ messages)

Linux kernel 5.4.43 released
 2020-05-27 16:00 UTC 

[PATCH] linux-libc-headers: Check for asm/bpf_perf_event.h before multilibbing
 2020-05-27 15:59 UTC  (2+ messages)
` [OE-core] "

post-receive: pub/scm/linux/kernel/git/rafael/linux-pm
 2020-05-27 15:59 UTC 

Please pull u-boot-marvell/master
 2020-05-27 15:59 UTC  (2+ messages)

Please pull u-boot-x86
 2020-05-27 15:59 UTC  (2+ messages)

[PATCH v7 00/32] Add subcluster allocation to qcow2
 2020-05-27 15:57 UTC  (3+ messages)
` [PATCH v7 20/32] qcow2: Add subcluster support to calculate_l2_meta()

post-receive: pub/scm/fs/xfs/xfs-linux
 2020-05-27 15:58 UTC 

[PATCH v2] PM: hibernate: restrict writes to the resume device
 2020-05-27 15:58 UTC  (4+ messages)

[PATCH] coresight: Use devm_kcalloc() in coresight_alloc_conns()
 2020-05-27 15:58 UTC  (2+ messages)

[PATCH] tpm2: fix TIS locality timeout problems
 2020-05-27 15:58 UTC  (2+ messages)

[meta-oe][PATCH 1/4] python3-pytest: Update 5.3.5 -> 5.4.2
 2020-05-27 15:57 UTC  (3+ messages)
` [meta-oe][PATCH 4/4] python3-pytest-asyncio: Update 0.10.0 -> 0.12.0
  ` [oe] "

Linux 4.4.225
 2020-05-27 15:55 UTC  (2+ messages)

[PATCH] ACPI: GED: use correct trigger type field in _Exx / _Lxx handling
 2020-05-27 15:57 UTC  (2+ messages)

[PATCH] capabilities: Introduce CAP_RESTORE
 2020-05-27 15:57 UTC  (6+ messages)

[RFC][PATCH 0/7] Fix the scheduler-IPI mess
 2020-05-27 15:56 UTC  (5+ messages)
` [RFC][PATCH 4/7] smp: Optimize send_call_function_single_ipi()

post-receive: pub/scm/linux/kernel/git/joro/iommu
 2020-05-27 15:57 UTC 

[PATCH v3 00/25] clk: bcm: rpi: Add support for BCM2711 firmware clocks
 2020-05-27 15:45 UTC  (3+ messages)
` [PATCH v3 24/25] clk: bcm: rpi: Remove the quirks for the CPU clock
` [PATCH v3 25/25] ARM: dts: bcm2711: Add firmware clocks node

[PATCH 0/9 v2] Remove FMR support from RDMA drivers
 2020-05-27 15:56 UTC  (3+ messages)
` [PATCH 5/9] RDMA/rdmavt: remove FMR memory registration

[dunfell/master][PATCH] conf/machine: unify common AM65x GP and HS settings
 2020-05-27 15:56 UTC 


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.