All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2020-02-24 23:12:41 to 2020-02-24 23:43:39 UTC [more...]

[PATCH 0/3] ti-sysc changes for probing DSS with dts data
 2020-02-24 23:43 UTC  (6+ messages)
` [PATCH 1/3] drm/omap: Prepare DSS for probing without legacy platform data

[PATCHv2 00/56] drm/omap: Convert DSI code to use drm_mipi_dsi and drm_panel
 2020-02-24 23:42 UTC  (63+ messages)
` [PATCHv2 01/56] ARM: dts: omap: add channel to DSI panels
` [PATCHv2 02/56] ARM: dts: omap4-droid4: add panel compatible
` [PATCHv2 03/56] Revert "drm/omap: dss: Remove unused omap_dss_device operations"
` [PATCHv2 04/56] omap/drm: drop unused dsi.configure_pins
` [PATCHv2 05/56] drm/omap: dsi: use MIPI_DSI_FMT_* instead of OMAP_DSS_DSI_FMT_*
` [PATCHv2 06/56] drm/omap: constify write buffers
` [PATCHv2 07/56] drm/omap: dsi: add generic transfer function
` [PATCHv2 08/56] drm/omap: panel-dsi-cm: convert to transfer API
` [PATCHv2 09/56] drm/omap: dsi: unexport specific data transfer functions
` [PATCHv2 10/56] drm/omap: dsi: drop virtual channel logic
` [PATCHv2 11/56] drm/omap: dsi: simplify write function
` [PATCHv2 12/56] drm/omap: dsi: simplify read functions
` [PATCHv2 13/56] drm/omap: dsi: switch dsi_vc_send_long/short to mipi_dsi_msg
` [PATCHv2 14/56] drm/omap: dsi: introduce mipi_dsi_host
` [PATCHv2 15/56] drm/omap: panel-dsi-cm: use DSI helpers
` [PATCHv2 16/56] drm/omap: dsi: request VC via mipi_dsi_attach
` [PATCHv2 17/56] drm/omap: panel-dsi-cm: drop hardcoded VC
` [PATCHv2 18/56] drm/omap: panel-dsi-cm: use common MIPI DCS 1.3 defines
` [PATCHv2 19/56] drm/omap: dsi: drop unused memory_read()
` [PATCHv2 20/56] drm/omap: dsi: drop unused get_te()
` [PATCHv2 21/56] drm/omap: dsi: drop unused enable_te()
` [PATCHv2 22/56] drm/omap: dsi: drop useless sync()
` [PATCHv2 23/56] drm/omap: dsi: use pixel-format and mode from attach
` [PATCHv2 24/56] drm/omap: panel-dsi-cm: use bulk regulator API
` [PATCHv2 25/56] drm/omap: dsi: lp/hs switching support for transfer()
` [PATCHv2 26/56] drm/omap: dsi: move TE GPIO handling into core
` [PATCHv2 27/56] drm/omap: dsi: drop custom enable_te() API
` [PATCHv2 28/56] drm/omap: dsi: do bus locking in host driver
` [PATCHv2 29/56] drm/omap: dsi: untangle ulps ops from enable/disable
` [PATCHv2 30/56] drm/dsi: add MIPI_DSI_MODE_ULPS_IDLE
` [PATCHv2 31/56] drm/omap: dsi: do ULPS in host driver
` [PATCHv2 32/56] drm/omap: dsi: move panel refresh function to host
` [PATCHv2 33/56] drm/omap: dsi: Reverse direction of the DSS device enable/disable operations
` [PATCHv2 34/56] drm/omap: dsi: drop custom panel capability support
` [PATCHv2 35/56] drm/omap: dsi: convert to drm_panel
` [PATCHv2 36/56] drm/omap: drop omapdss-boot-init
` [PATCHv2 37/56] drm/omap: dsi: implement check timings
` [PATCHv2 38/56] drm/omap: panel-dsi-cm: use DEVICE_ATTR_RO
` [PATCHv2 39/56] drm/omap: panel-dsi-cm: support unbinding
` [PATCHv2 40/56] drm/omap: panel-dsi-cm: fix remove()
` [PATCHv2 41/56] drm/omap: dsi: return proper error code from dsi_update_all()
` [PATCHv2 42/56] drm/omap: remove global dss_device variable
` [PATCHv2 43/56] drm/omap: bind components with drm_device argument
` [PATCHv2 44/56] drm/panel: Move OMAP's DSI command mode panel driver
` [PATCHv2 45/56] drm/omap: dsi: Register a drm_bridge
` [PATCHv2 46/56] drm/omap: remove legacy DSS device operations
` [PATCHv2 47/56] drm/omap: remove unused omap_connector
` [PATCHv2 48/56] drm/omap: simplify omap_display_id
` [PATCHv2 49/56] drm/omap: drop unused DSS next pointer
` [PATCHv2 50/56] drm/omap: drop empty omap_encoder helper functions
` [PATCHv2 51/56] drm/omap: drop DSS ops_flags
` [PATCHv2 52/56] drm/omap: drop dssdev display field
` [PATCHv2 53/56] drm/omap: simplify DSI manual update code
` [PATCHv2 54/56] ARM: omap2plus_defconfig: Update for moved DSI command mode panel
` [PATCHv2 55/56] drm/panel/panel-dsi-cm: support rotation property
` [PATCHv2 56/56] ARM: dts: omap4-droid4: add panel orientation

incoming
 2020-02-24 23:43 UTC  (6+ messages)
` + mm-mempolicy-checking-hugepage-migration-is-supported-by-arch-in-vma_migratable.patch added to -mm tree
` + checkpatch-fix-minor-typo-and-mixed-spacetab-in-indentation.patch "
` + checkpatch-fix-multiple-const-types.patch "
` + checkpatch-add-command-line-option-for-tab-size.patch "
` + lib-test_bitmap-make-use-of-exp2_in_bits.patch "

[PATCH v6 00/18] target/ppc: Correct some errors with real mode handling
 2020-02-24 23:37 UTC  (12+ messages)
` [PATCH v6 02/18] ppc: Remove stub support for 32-bit hypervisor mode
` [PATCH v6 03/18] ppc: Remove stub of PPC970 HID4 implementation
` [PATCH v6 04/18] target/ppc: Correct handling of real mode accesses with vhyp on hash MMU
` [PATCH v6 05/18] target/ppc: Introduce ppc_hash64_use_vrma() helper
` [PATCH v6 06/18] spapr, ppc: Remove VPM0/RMLS hacks for POWER9
` [PATCH v6 07/18] target/ppc: Remove RMOR register from POWER9 & POWER10
` [PATCH v6 08/18] target/ppc: Use class fields to simplify LPCR masking
` [PATCH v6 10/18] target/ppc: Correct RMLS table
` [PATCH v6 11/18] target/ppc: Only calculate RMLS derived RMA limit on demand
` [PATCH v6 12/18] target/ppc: Don't store VRMA SLBE persistently
` [PATCH v6 13/18] spapr: Don't use weird units for MIN_RMA_SLOF

[PATCH 1/8] powerpc: Update MAINTAINERS
 2020-02-24 23:42 UTC  (13+ messages)
` [PATCH 2/8] powerpc: Update wiki link in MAINTAINERS
` [PATCH 3/8] powerpc: Remove PA SEMI MAINTAINERS entries
` [PATCH 4/8] powerpc: Mark 4xx as Orphan in MAINTAINERS
` [PATCH 5/8] powerpc: Drop XILINX MAINTAINERS entry
` [PATCH 6/8] powerpc: Update MPC5XXX "
` [PATCH 7/8] powerpc: Update powermac "
` [PATCH 8/8] powerpc: Update 83xx/85xx "

[PATCH][next] net: qrtr: fix spelling mistake "serivce" -> "service"
 2020-02-24 23:41 UTC  (3+ messages)

[PATCH] ARM: dts: aspeed: tacoma: Enable eMMC controller
 2020-02-24 23:40 UTC  (5+ messages)

[PATCH 1/2] net: ethernet: stmmac: demote warnings about missing optional clocks
 2020-02-24 23:39 UTC  (6+ messages)
` [PATCH 2/2] net: ethernet: stmmac: don't warn about missing optional wakeup IRQ

[PATCH] drm/i915/gt: remove redundant assignment to variable dw
 2020-02-24 23:39 UTC  (2+ messages)
` [Intel-gfx] ✓ Fi.CI.IGT: success for "

[PATCH v7 0/9] Inline Encryption Support
 2020-02-24 23:37 UTC  (17+ messages)
` [PATCH v7 2/9] block: Inline encryption support for blk-mq
      ` [f2fs-dev] "
` [PATCH v7 3/9] block: blk-crypto-fallback for Inline Encryption
      ` [f2fs-dev] "
` [PATCH v7 6/9] scsi: ufs: Add inline encryption support to UFS
        ` [f2fs-dev] "

[PATCH 00/19] EFI stub early spring cleaning part 2
 2020-02-24 23:36 UTC  (4+ messages)
` [PATCH 03/19] efi/libstub: Use hidden visiblity for all source files

[RFC PATCH 0/1] Add boot hartid to a Device tree
 2020-02-24 23:35 UTC  (3+ messages)

[PATCH 0/9] PCI: add and use constant PCI_STATUS_ERROR_BITS and helper pci_status_get_and_clear_errors
 2020-02-24 23:33 UTC  (3+ messages)

[PATCH 2/2] arch/x86: Drop unneeded linker script discard of .eh_frame
 2020-02-24 23:33 UTC  (8+ messages)
` [PATCH v2 0/2] Stop generating .eh_frame sections
` [PATCH v2 1/2] arch/x86: Use -fno-asynchronous-unwind-tables to suppress "
` [PATCH v2 2/2] arch/x86: Drop unneeded linker script discard of .eh_frame

[PATCH 0/2] Replace Intel SVM with IOMMU SVA APIs
 2020-02-24 23:34 UTC  (10+ messages)
` [PATCH 1/2] iommu/vt-d: report SVA feature with generic flag
` [PATCH 1/2] iommu/vt-d: Report "
` [PATCH 2/2] iommu/vt-d: Replace intel SVM APIs with generic SVA APIs

[meta-oe][PATCH] span-lite: Init at 0.6.0
 2020-02-24 23:33 UTC  (2+ messages)
` [meta-oe][PATCH v2] span-lite: Add git version

[PATCH rdma-next 0/2] Packet pacing DEVX API
 2020-02-24 23:32 UTC  (5+ messages)
` [PATCH mlx5-next 1/2] net/mlx5: Expose raw packet pacing APIs

[PATCH 0/1] block: Manage bio references so the bio persists until necessary
 2020-02-24 23:32 UTC  (9+ messages)
` [PATCH 1/1] "

[PATCH] bnxt_en: add newline to netdev_*() format strings
 2020-02-24 23:32 UTC  (2+ messages)

[PATCH v2 0/6] Add ACPI bindings to the genet
 2020-02-24 23:31 UTC  (3+ messages)

[Intel-gfx] [PATCH] drm/i915: Manually acquire engine-wakeref around use of kernel_context
 2020-02-24 23:31 UTC 

[PATCH 00/61] KVM: x86: Introduce KVM cpu caps
 2020-02-24 23:31 UTC  (11+ messages)
` [PATCH 38/61] KVM: x86: Introduce kvm_cpu_caps to replace runtime CPUID masking
` [PATCH 43/61] KVM: x86: Use KVM cpu caps to mark CR4.LA57 as not-reserved
` [PATCH 48/61] KVM: x86: Do host CPUID at load time to mask KVM cpu caps

[PATCH v2 0/2] linux-user: generate syscall_nr.sh for RISC-V
 2020-02-24 23:21 UTC  (6+ messages)
` [PATCH v2 1/2] linux-user: Protect more syscalls
` [PATCH v2 2/2] linux-user/riscv: Update the syscall_nr's to the 5.5 kernel

[PATCH][next] toshiba: Replace zero-length array with flexible-array member
 2020-02-24 23:26 UTC  (3+ messages)

[Intel PMC TGPIO Driver 0/5] Add support for Intel PMC Time GPIO Driver with PHC interface changes to support additional H/W Features
 2020-02-24 23:29 UTC  (10+ messages)
` [Intel PMC TGPIO Driver 1/5] drivers/ptp: Add Enhanced handling of reserve fields
` [Intel PMC TGPIO Driver 5/5] drivers/ptp: Add PMC Time-Aware GPIO Driver

[PATCH misc-next] btrfs: fix compilation error in btree_write_cache_pages()
 2020-02-24 23:28 UTC  (2+ messages)

[PATCH] bnxt_en: add newline to netdev_*() format strings
 2020-02-24 23:28 UTC 

[PATCH] bnxt_en: add newline to netdev_*() format strings
 2020-02-24 23:27 UTC 

[PATCH 1/3] dt-bindings: hwmon: Add compatible for ti,ina260
 2020-02-24 23:26 UTC  (3+ messages)
` [PATCH 2/3] docs: hwmon: Add support for ina2xx
` [PATCH 3/3] hwmon: (ina2xx) Add support for ina260

[PATCH][next] freescale: Replace zero-length array with flexible-array member
 2020-02-24 23:27 UTC  (2+ messages)

[Intel-wired-lan] [PATCH][next] intel: Replace zero-length array with flexible-array member
 2020-02-24 23:26 UTC  (3+ messages)
`  "

[PATCH][next] netronome: Replace zero-length array with flexible-array member
 2020-02-24 23:26 UTC  (2+ messages)

[PATCH net-next] chelsio: Replace zero-length array with flexible-array member
 2020-02-24 23:26 UTC  (2+ messages)

[mac80211-next:master] BUILD SUCCESS 370f51d5edac83bfdb9a078d7098f06403dfa4bc
 2020-02-24 23:24 UTC 

[PATCH 0/3] Drop PRUSS and OMAP4 IPU/DSP hwmod data
 2020-02-24 23:21 UTC  (8+ messages)
` [PATCH 1/3] ARM: OMAP2+: Drop hwmod data for am3 and am4 PRUSS
` [PATCH 2/3] ARM: OMAP2+: Drop legacy platform data for OMAP4 DSP
` [PATCH 3/3] ARM: OMAP4: hwmod_data: Remove OMAP4 IPU hwmod data

[igt-dev] [PATCH i-g-t] i915/gem_ctx_persistence: Check precision of hostile cancellation
 2020-02-24 23:22 UTC  (2+ messages)
` [igt-dev] ✗ Fi.CI.BAT: failure for "

[PATCH v1 0/3] Introduce NVIDIA Tegra Partition Table
 2020-02-24 23:18 UTC  (5+ messages)
` [PATCH v1 1/3] mmc: core: Add raw_boot_mult field to mmc_ext_csd
` [PATCH v1 2/3] mmc: block: Add mmc_bdev_to_card() helper
` [PATCH v1 3/3] partitions: Introduce NVIDIA Tegra Partition Table

stable-rc/linux-4.4.y boot: 59 boots: 1 failed, 56 passed with 2 offline (v4.4.214)
 2020-02-24 23:21 UTC 

[PATCH net-next 00/10] Wire up Ocelot tc-flower to Felix DSA
 2020-02-24 23:21 UTC  (3+ messages)
` [PATCH net-next 05/10] net: mscc: ocelot: don't rely on preprocessor for vcap key/action packing

[PATCH libnetfilter_queue] src: add nfq_get_skbinfo()
 2020-02-24 23:19 UTC  (4+ messages)

[Xen-devel] [PATCH V2] iommu/arm: Don't allow the same micro-TLB to be shared between domains
 2020-02-24 23:18 UTC  (2+ messages)

[pinctrl:for-next] BUILD SUCCESS a8e4883705612f5a158589154aae14e47c6d3e05
 2020-02-24 23:18 UTC 

[renesas-devel:renesas-fixes-for-v5.6] BUILD SUCCESS 21b388dca138b0fc540c76b065bc83281762a9b4
 2020-02-24 23:18 UTC 

[renesas-devel:next] BUILD SUCCESS ddd8444ef822bc0f3a006da8a69a80c4b7e5567f
 2020-02-24 23:18 UTC 

[gpio:for-next] BUILD SUCCESS ee82ebf16ccb97780b02aba6f58cd9b397723a5b
 2020-02-24 23:18 UTC 

[renesas-devel:renesas-arm-dt-for-v5.7] BUILD SUCCESS 9e1232631d4e8e30096fa758a0e1fb9e08f219f9
 2020-02-24 23:18 UTC 

[igt-dev] [PATCH i-g-t] tests/kms_psr2_su: Print the SU blocks mismatches
 2020-02-24 23:17 UTC  (3+ messages)

[PATCH] fetch2/gitsm: Unpack shallow mirror tarballs
 2020-02-24 23:14 UTC  (7+ messages)

[PATCH v7 00/19] xfs: Delayed Ready Attrs
 2020-02-24 23:14 UTC  (4+ messages)
` [PATCH v7 13/19] xfs: Add delay ready attr remove routines

[PATCH RFC] ext4: fix potential race between online resizing and write operations
 2020-02-24 23:14 UTC  (11+ messages)

[PATCH v4 00/16] APIC ID fixes for AMD EPYC CPU model
 2020-02-24 23:13 UTC  (6+ messages)
` [PATCH v4 12/16] hw/i386: Use the apicid handlers from X86MachineState

[PATCH 00/10] floppy driver cleanups (deobfuscation)
 2020-02-24 23:13 UTC  (4+ messages)
` [PATCH 01/10] floppy: cleanup: expand macro FDCS

not sure why my patches to master-next don't include my real name
 2020-02-24 23:12 UTC  (3+ messages)
` [docs] "

[PATCH 00/15] Enable drivers for NXP/FSL QorIQ arm64 boards
 2020-02-24 23:08 UTC  (2+ messages)
` [PATCH 14/15] arm64: defconfig: Enable PHY devices used on QorIQ boards


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.