VisionFive2 Linux kernel

StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)

More than 9999 Commits   32 Branches   54 Tags
Date
Commit Message
Rev
Author
2021-05-17
gpu: host1x: Split up client initalization and registration
Thierry Reding
2021-03-31
gpu: host1x: Add early init and late exit callbacks
Thierry Reding
2021-03-31
gpu: host1x: Fix Tegra194 syncpt interrupt threshold
Jon Hunter
2021-03-31
gpu: host1x: Assign intr waiter inside lock
Mikko Perttunen
2021-03-31
gpu: host1x: Reserve VBLANK syncpoints at initialization
Mikko Perttunen
2021-03-31
gpu: host1x: Reset max value when freeing a syncpoint
Mikko Perttunen
2021-03-31
gpu: host1x: Cleanup and refcounting for syncpoints
Mikko Perttunen
2021-03-30
gpu: host1x: Use HW-equivalent syncpoint expiration check
Mikko Perttunen
2021-03-30
gpu: host1x: Remove cancelled waiters immediately
Mikko Perttunen
2021-03-30
gpu: host1x: Show number of pending waiters in debugfs
Mikko Perttunen
2021-03-30
gpu: host1x: Allow syncpoints without associated client
Mikko Perttunen
2021-03-30
gpu: host1x: Use different lock classes for each client
Mikko Perttunen
2020-11-05
gpu/host1x: bus: Add missing description for 'driver'
Lee Jones
2020-10-15
Merge tag 'drm-next-2020-10-15' of git://anongit.freedesktop.org/drm/drm
Linus Torvalds
2020-09-10
drm: host1x: fix common struct sg_table related issues
Marek Szyprowski
2020-08-28
media: gpu: host1x: mipi: Keep MIPI clock enabled and mutex locked till calibration done
Sowjanya Komatineni
2020-07-17
gpu: host1x: debug: Dump push buffer state
Dmitry Osipenko
2020-07-17
gpu: host1x: debug: Fix multiple channels emitting messages simultaneously
Dmitry Osipenko
2020-07-17
gpu: host1x: Put gather's BO on pinning error
Dmitry Osipenko
2020-07-17
gpu: host1x: Optimize BOs usage when firewall is enabled
Dmitry Osipenko
2020-07-17
gpu: host1x: mipi: Split tegra_mipi_calibrate() and tegra_mipi_wait()
Sowjanya Komatineni
2020-07-17
gpu: host1x: mipi: Use readl_relaxed_poll_timeout() in tegra_mipi_wait()
Sowjanya Komatineni
2020-07-17
gpu: host1x: mipi: Update tegra_mipi_request() to be node based
Sowjanya Komatineni
2020-06-16
gpu: host1x: Detach driver on unregister
Thierry Reding
2020-06-16
gpu: host1x: Register child devices
Thierry Reding
2020-06-16
gpu: host1x: Clean up debugfs in error handling path
Christophe JAILLET
2020-04-28
gpu: host1x: Use SMMU on Tegra124 and Tegra210
Thierry Reding
2020-04-28
drm/tegra: Fix SMMU support on Tegra124 and Tegra210
Thierry Reding
2020-02-07
Merge tag 'drm/tegra/for-5.6-rc1-fixes' of git://anongit.freedesktop.org/tegra/linux into drm-next
Dave Airlie
2020-02-06
gpu: host1x: Set DMA direction only for DMA-mapped buffer objects
Thierry Reding
2020-02-06
drm/tegra: Reuse IOVA mapping where possible
Thierry Reding
2020-01-15
Merge tag 'drm/tegra/for-5.6-rc1' of git://anongit.freedesktop.org/tegra/linux into drm-next
Dave Airlie
2020-01-10
gpu: host1x: Remove dev_err() on platform_get_irq() failure
YueHaibing
2020-01-10
drm/tegra: Do not implement runtime PM
Thierry Reding
2020-01-10
gpu: host1x: Rename "parent" to "host"
Thierry Reding
2019-12-17
Merge tag 'drm-misc-next-2019-12-16' of git://anongit.freedesktop.org/drm/drm-misc into drm-next
Daniel Vetter
2019-11-25
drm/tegra: Map cmdbuf once for reloc processing
Daniel Vetter
2019-11-01
gpu: host1x: Unconditionally select IOMMU_IOVA
Thierry Reding
2019-10-29
gpu: host1x: Set DMA mask based on IOMMU setup
Thierry Reding
2019-10-29
gpu: host1x: Support DMA mapping of buffers
Thierry Reding
2019-10-29
gpu: host1x: Allocate gather copy for host1x
Thierry Reding
2019-10-29
gpu: host1x: Clean up debugfs on removal
Thierry Reding
2019-10-29
gpu: host1x: Overhaul host1x_bo_{pin,unpin}() API
Thierry Reding
2019-10-28
gpu: host1x: Make host1x_cdma_wait_pushbuffer_space() static
Ben Dooks (Codethink)
2019-10-28
gpu: host1x: Request channels for clients, not devices
Thierry Reding
2019-10-28
gpu: host1x: Explicitly initialize host1x_info structures
Thierry Reding
2019-10-28
gpu: host1x: Remove gratuitous blank line
Thierry Reding
2019-10-28
gpu: host1x: Do not limit DMA segment size
Thierry Reding
2019-06-25
Merge tag 'drm/tegra/for-5.3-rc1' of git://anongit.freedesktop.org/tegra/linux into drm-next
Dave Airlie
2019-06-13
host1x: debugfs_create_dir() can never return NULL
Greg Kroah-Hartman
2019-06-05
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 282
Thomas Gleixner
2019-06-05
gpu: host1x: Do not link logical devices to DT nodes
Thierry Reding
2019-06-05
gpu: host1x: Increase maximum DMA segment size
Thierry Reding
2019-06-05
gpu: host1x: Do not output error message for deferred probe
Thierry Reding
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 201
Thomas Gleixner
2019-05-21
treewide: Add SPDX license identifier - Makefile/Kconfig
Thomas Gleixner
2019-04-11
gpu: host1x: Program stream ID to bypass without SMMU
Arnd Bergmann
2019-04-11
gpu: host1x: Fix compile error when IOMMU API is not available
Stefan Agner
2019-02-07
gpu: host1x: Continue CDMA execution starting with a next job
Dmitry Osipenko
2019-02-07
gpu: host1x: Don't complete a completed job
Dmitry Osipenko
2019-02-07
gpu: host1x: Cancel only job that actually got stuck
Dmitry Osipenko
2019-02-07
gpu: host1x: Optimize CDMA push buffer memory usage
Thierry Reding
2019-02-07
gpu: host1x: Use correct semantics for HOST1X_CHANNEL_DMAEND
Thierry Reding
2019-02-07
gpu: host1x: Support 40-bit addressing on Tegra186
Thierry Reding
2019-02-07
gpu: host1x: Restrict IOVA space to DMA mask
Thierry Reding
2019-02-07
gpu: host1x: Support 40-bit addressing
Thierry Reding
2019-02-07
gpu: host1x: Introduce support for wide opcodes
Thierry Reding
2019-02-07
gpu: host1x: Program the channel stream ID
Thierry Reding
2019-02-04
gpu: host1x: Set up stream ID table
Thierry Reding
2019-02-04
gpu: host1x: Represent host1x bus devices in debugfs
Thierry Reding
2019-02-04
gpu: host1x: Use completion instead of semaphore
Arnd Bergmann
2018-11-29
gpu: host1x: Add Tegra194 support
Thierry Reding
2018-11-27
gpu: host1x: Fix syncpoint ID field size on Tegra186
Thierry Reding
2018-11-27
gpu: host1x: Resize channel register region on Tegra186 and later
Thierry Reding
2018-09-26
gpu: host1x: Detach Host1x from IOMMU DMA domain on arm32
Dmitry Osipenko
2018-09-26
gpu: host1x: Remove spurious tab
Thierry Reding
2018-07-09
gpu: host1x: Check whether size of unpin isn't 0
Dmitry Osipenko
2018-07-09
gpu: host1x: Skip IOMMU initialization if firewall is enabled
Dmitry Osipenko
2018-06-06
Merge tag 'drm-next-2018-06-06-1' of git://anongit.freedesktop.org/drm/drm
Linus Torvalds
2018-05-18
gpu: host1x: Use not explicitly sized types
Thierry Reding
2018-05-18
gpu: host1x: Rename relocarray -> relocs for consistency
Thierry Reding
2018-05-18
gpu: host1x: Drop unnecessary host1x argument
Thierry Reding
2018-05-18
gpu: host1x: Cleanup loop variable usage
Thierry Reding
2018-05-18
gpu: host1x: Store pointer to client in jobs
Thierry Reding
2018-05-18
gpu: host1x: Remove wait check support
Thierry Reding
2018-05-18
gpu: host1x: Fix compiler errors by converting to dma_addr_t
Emil Goode
2018-05-17
gpu: host1x: Acquire a reference to the IOVA cache
Thierry Reding
2018-05-17
gpu: host1x: Fix dma_free_wc() argument in the error path
Dmitry Osipenko
2018-05-03
drivers: remove force dma flag from buses
Christoph Hellwig
2018-05-03
dma-mapping: move dma configuration to bus infrastructure
Nipun Gupta
2017-12-21
gpu: host1x: Use IOMMU groups
Thierry Reding
2017-12-13
gpu: host1x: Cleanup on initialization failure
Thierry Reding
2017-12-13
gpu: host1x: Rewrite conditional for better readability
Thierry Reding
2017-11-15
Merge tag 'drm-for-v4.15' of git://people.freedesktop.org/~airlied/linux
Linus Torvalds
2017-11-14
Merge tag 'dma-mapping-4.15' of git://git.infradead.org/users/hch/dma-mapping
Linus Torvalds
2017-11-14
Merge tag 'iommu-v4.15-rc1' of git://github.com/awilliam/linux-vfio
Linus Torvalds
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-10-20
gpu: host1x: Fix incorrect comment for channel_request
Mikko Perttunen
2017-10-20
gpu: host1x: Disassemble more instructions
Mikko Perttunen
2017-10-20
gpu: host1x: Improve debug disassembly formatting
Mikko Perttunen
2017-10-20
gpu: host1x: Enable gather filter
Mikko Perttunen
2017-10-20
gpu: host1x: Enable Tegra186 syncpoint protection
Mikko Perttunen
2017-10-20
gpu: host1x: Call of_dma_configure() after setting bus
Mikko Perttunen
2017-10-20
gpu: host1x: Add Tegra186 support
Mikko Perttunen
2017-10-20
gpu: host1x: syncpt: Request syncpoints per client
Thierry Reding
2017-10-20
gpu: host1x: Use of_device_get_match_data()
Thierry Reding
2017-10-19
drivers: flag buses which demand DMA configuration
Robin Murphy
2017-09-27
iommu/iova: Make dma_32bit_pfn implicit
Zhen Lei
2017-08-21
Merge tag 'drm/tegra/for-4.14-rc1' of git://anongit.freedesktop.org/tegra/linux into drm-next
Dave Airlie
2017-08-17
gpu: host1x: Support sub-devices recursively
Thierry Reding
2017-08-17
gpu: host1x: fix error return code in host1x_probe()
Gustavo A. R. Silva
2017-08-17
gpu: host1x: Fix bitshift/mask multipliers
Mikko Perttunen
2017-08-17
gpu: host1x: Don't fail on NULL bo physical address
Mikko Perttunen
2017-08-15
Backmerge tag 'v4.13-rc5' into drm-next
Dave Airlie
2017-07-31
gpu/host1x: Remove excess parameter in host1x_subdev_add docs
Sean Paul
2017-07-27
gpu: host1x: Free the IOMMU domain when there is no device to attach
Paul Kocialkowski
2017-06-27
Backmerge tag 'v4.12-rc7' into drm-next
Dave Airlie
2017-06-20
Merge remote-tracking branch 'airlied/drm-next' into drm-misc-next-fixes
Sean Paul
2017-06-20
Merge tag 'drm/tegra/for-4.13-rc1' of git://anongit.freedesktop.org/tegra/linux into drm-next
Dave Airlie
2017-06-15
gpu: host1x: At first try a non-blocking allocation for the gather copy
Dmitry Osipenko
2017-06-15
gpu: host1x: Refactor channel allocation code
Mikko Perttunen
2017-06-15
gpu: host1x: Remove unused host1x_cdma_stop() definition
Dmitry Osipenko
2017-06-15
gpu: host1x: Remove unused 'struct host1x_cmdbuf'
Dmitry Osipenko
2017-06-15
gpu: host1x: Check waits in the firewall
Dmitry Osipenko
2017-06-15
gpu: host1x: Forbid unrelated SETCLASS opcode in the firewall
Dmitry Osipenko
2017-06-15
gpu: host1x: Forbid RESTART opcode in the firewall
Dmitry Osipenko
2017-06-15
gpu: host1x: Forbid relocation address shifting in the firewall
Dmitry Osipenko
2017-06-15
gpu: host1x: Do not leak BO's phys address to userspace
Dmitry Osipenko
2017-06-15
gpu: host1x: Correct host1x_job_pin() error handling
Dmitry Osipenko
2017-06-15
gpu: host1x: Initialize firewall class to the job's one
Dmitry Osipenko
2017-06-15
drm/tegra: Correct copying of waitchecks and disable them in the 'submit' IOCTL
Dmitry Osipenko
2017-06-15
gpu: host1x: Fix error handling
Christophe JAILLET
2017-06-15
gpu: host1x: Flesh out kerneldoc
Thierry Reding
2017-05-18
gpu: host1x: select IOMMU_IOVA
Arnd Bergmann
2017-05-18
gpu: host1x: select IOMMU_IOVA
Arnd Bergmann
2017-04-05
gpu: host1x: Fix host1x driver shutdown
Thierry Reding
2017-04-05
gpu: host1x: Support module reset
Thierry Reding
2017-04-05
gpu: host1x: Sort includes alphabetically
Thierry Reding
2017-04-05
gpu: host1x: Add IOMMU support
Mikko Perttunen
2017-04-04
gpu: host1x: Fix potential out-of-bounds access
Thierry Reding
2017-01-30
gpu: host1x: Set OF node for new host1x devices
Thierry Reding
2016-11-11
gpu: host1x: Add locking to syncpt
Arto Merilainen
2016-11-11
gpu: host1x: Store device address to all bufs
Arto Merilainen
2016-08-24
drm/tegra: dsi: Enhance runtime power management
Thierry Reding
2016-06-23
gpu: host1x: Remove useless local variable
Thierry Reding
2016-06-23
gpu: host1x: Constify array of action handlers
Thierry Reding
2016-06-23
gpu: host1x: Remove redundant parentheses
Thierry Reding
2016-06-23
gpu: host1x: Whitespace cleanup for readability
Thierry Reding
2016-06-23
gpu: host1x: Fix a couple of checkpatch warnings
Thierry Reding
2016-06-23
gpu: host1x: syncpt: Use kcalloc() instead of kzalloc()
Thierry Reding
2016-06-23
gpu: host1x: cdma: Drop unnecessary local variable
Thierry Reding
2016-06-23
gpu: host1x: channel: Use correct type
Thierry Reding
2016-06-23
gpu: host1x: Use unsigned int consistently for IDs
Thierry Reding
2016-06-23
gpu: host1x: Consistently use unsigned int for counts
Thierry Reding
2016-06-23
gpu: host1x: hw: intr_hw: Remove create_workqueue
Bhaktipriya Shridhar
2016-05-27
remove lots of IS_ERR_VALUE abuses
Arnd Bergmann
2016-03-21
Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux
Linus Torvalds
2016-03-17
Merge tag 'drm/tegra/for-4.6-rc1' of http://anongit.freedesktop.org/git/tegra/linux into drm-next
Dave Airlie
2016-03-16
gpu: host1x: Use a signed return type for do_relocs()
Markus Elfring
2016-03-16
gpu: host1x: bus: Add missing of_node_put()
Amitoj Kaur Chawla
2016-03-09
dma, mm/pat: Rename dma_*_writecombine() to dma_*_wc()
Luis R. Rodriguez
2016-03-04
gpu: host1x: Set DMA ops on device creation
Alexandre Courbot
2016-03-04
gpu: host1x: Set DMA mask
Alexandre Courbot
2015-12-14
gpu: host1x: Add Tegra210 support
Thierry Reding
2015-12-14
gpu: host1x: Remove core driver on unregister
Thierry Reding
2015-12-14
gpu: host1x: Use platform_register/unregister_drivers()
Thierry Reding
2015-10-02
gpu: host1x: Fix MLOCK's debug info
Dmitry Osipenko
2015-08-13
gpu: host1x: mipi: Power down regulators when unused
Thierry Reding
2015-08-13
gpu: host1x: mipi: Add Tegra210 support
Thierry Reding
2015-08-13
gpu: host1x: mipi: Add Tegra132 support
Thierry Reding
2015-08-13
gpu: host1x: mipi: Constify OF match table
Thierry Reding
2015-08-13
gpu: host1x: mipi: Clear calibration status
Thierry Reding
2015-08-13
gpu: host1x: mipi: Fix clock lane register for DSI
Thierry Reding
2015-08-13
gpu: host1x: mipi: Parameterize to support future SoCs
Thierry Reding
2015-04-02
gpu: host1x: Export host1x_syncpt_read()
Thierry Reding
2015-01-27
gpu: host1x: Provide a proper struct bus_type
Thierry Reding
2015-01-23
gpu: host1x: Factor out __host1x_device_del()
Thierry Reding
2015-01-23
gpu: host1x: Call host1x_device_add() under lock
Thierry Reding
2015-01-23
gpu: host1x: Call ->remove() only when a device is bound
Thierry Reding
2014-11-13
gpu: host1x: mipi: Set MIPI_CAL_BIAS_PAD_CFG1 register
Sean Paul
2014-11-13
gpu: host1x: mipi: Calibrate clock lanes
Sean Paul
2014-11-13
gpu: host1x: mipi: Preserve the contents of MIPI_CAL_CTRL
Sean Paul
2014-11-13
gpu: host1x: mipi: Registers are 32 bits wide
Thierry Reding
2014-11-13
gpu: host1x: Make gather offsets unsigned
Thierry Reding
2014-11-13
gpu: host1x: Print address/offset pairs consistently
Thierry Reding
2014-11-13
gpu: host1x: Fix typo in comment
Thierry Reding
2014-11-13
gpu: host1x: Make mapped field of push buffers void *
Thierry Reding
2014-11-13
gpu: host1x: Use struct host1x_bo pointers in traces
Thierry Reding
2014-08-04
drm/tegra: Make job submission 64-bit safe
Thierry Reding
2014-06-05
gpu: host1x: Rename internal functions for clarity
Thierry Reding
2014-04-16
gpu: host1x: handle the correct # of syncpt regs
Stephen Warren
2014-04-05
Merge tag 'drm/tegra/for-3.15-rc1' of git://anongit.freedesktop.org/tegra/linux into drm-next
Dave Airlie
2014-04-04
gpu: host1x: export host1x_syncpt_incr_max() function
Bryan Wu
2014-02-12
gpu: host1x: do not check previously handled gathers
Erik Faye-Lund
2014-01-14
gpu: host1x: Remove unnecessary include
Thierry Reding
2013-12-19
gpu: host1x: Add Tegra124 support
Thierry Reding
2013-12-19
gpu: host1x: Fix build warnings
Thierry Reding
2013-12-19
gpu: host1x: Increase compile test coverage
Thierry Reding
2013-12-19
gpu: host1x: Fix more sparse warnings
Thierry Reding
2013-12-19
gpu: host1x: Use the correct HW headers for host1x02
Thierry Reding