index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
gpu: host1x: Rename relocarray -> relocs for consistency
Thierry Reding
2018-05-18
3
-7
/
+7
*
gpu: host1x: Drop unnecessary host1x argument
Thierry Reding
2018-05-18
4
-13
/
+13
*
gpu: host1x: Cleanup loop variable usage
Thierry Reding
2018-05-18
4
-5
/
+5
*
gpu: host1x: Store pointer to client in jobs
Thierry Reding
2018-05-18
4
-5
/
+7
*
gpu: host1x: Remove wait check support
Thierry Reding
2018-05-18
9
-234
/
+14
*
gpu: host1x: Fix compiler errors by converting to dma_addr_t
Emil Goode
2018-05-18
2
-2
/
+2
*
drm/tegra: Use drm_gem_fb_destroy
Daniel Stone
2018-05-17
1
-16
/
+1
*
drm/tegra: Move fbdev unmap special case
Daniel Stone
2018-05-17
1
-6
/
+11
*
drm/tegra: tegra_fb -> drm_framebuffer
Daniel Stone
2018-05-17
2
-25
/
+15
*
drm/tegra: Move GEM BOs to drm_framebuffer
Daniel Stone
2018-05-17
2
-30
/
+8
*
drm/tegra: Remove duplicate framebuffer num_planes
Daniel Stone
2018-05-17
2
-5
/
+2
*
drm/tegra: Adding new typedef vm_fault_t
Souptick Joarder
2018-05-17
1
-16
/
+2
*
gpu: host1x: Acquire a reference to the IOVA cache
Thierry Reding
2018-05-17
1
-1
/
+10
*
drm/tegra: Acquire a reference to the IOVA cache
Thierry Reding
2018-05-17
1
-1
/
+9
*
drm/tegra: Fix order of teardown in IOMMU case
Thierry Reding
2018-05-17
1
-4
/
+4
*
gpu: host1x: Fix dma_free_wc() argument in the error path
Dmitry Osipenko
2018-05-17
1
-1
/
+1
*
drm/tegra: dc: Rename supports_blending to has_legacy_blending
Dmitry Osipenko
2018-05-17
2
-11
/
+11
*
drm/tegra: plane: Implement zpos plane property for older Tegras
Dmitry Osipenko
2018-05-17
3
-96
/
+244
*
drm/tegra: dc: Enable plane scaling filters
Dmitry Osipenko
2018-05-17
2
-0
/
+88
*
drm/tegra: Refactor IOMMU attach/detach
Thierry Reding
2018-05-17
5
-83
/
+72
*
drm/tegra: gr3d: Properly clean up resources
Thierry Reding
2018-05-17
1
-6
/
+22
*
drm/tegra: gr2d: Properly clean up resources
Thierry Reding
2018-05-04
1
-6
/
+22
*
drm/tegra: dc: Free syncpoint on errors
Thierry Reding
2018-05-04
1
-0
/
+2
*
drm/tegra: gr3d: Add IOMMU support
Dmitry Osipenko
2018-05-04
1
-0
/
+27
*
drm/tegra: gr2d: Add IOMMU support
Dmitry Osipenko
2018-05-04
1
-2
/
+29
*
drm/tegra: dc: Balance IOMMU group refcounting
Dmitry Osipenko
2018-05-04
2
-17
/
+16
*
drm/tegra: hub: Use state directly
Stefan Schake
2018-05-04
1
-1
/
+1
*
Linux 4.17-rc1
v4.17-rc1
Linus Torvalds
2018-04-16
1
-2
/
+2
*
Merge tag 'for-4.17-part2-tag' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2018-04-16
94
-1234
/
+277
|
\
|
*
btrfs: Only check first key for committed tree blocks
Qu Wenruo
2018-04-13
1
-0
/
+8
|
*
btrfs: add SPDX header to Kconfig
David Sterba
2018-04-12
1
-0
/
+2
|
*
btrfs: replace GPL boilerplate by SPDX -- sources
David Sterba
2018-04-12
58
-750
/
+65
|
*
btrfs: replace GPL boilerplate by SPDX -- headers
David Sterba
2018-04-12
35
-475
/
+133
|
*
Btrfs: fix loss of prealloc extents past i_size after fsync log replay
Filipe Manana
2018-04-12
1
-5
/
+58
|
*
Btrfs: clean up resources during umount after trans is aborted
Liu Bo
2018-04-12
1
-1
/
+2
|
*
btrfs: Fix possible softlock on single core machines
Nikolay Borisov
2018-04-05
1
-0
/
+1
|
*
Btrfs: bail out on error during replay_dir_deletes
Liu Bo
2018-04-05
1
-1
/
+3
|
*
Btrfs: fix NULL pointer dereference in log_dir_items
Liu Bo
2018-04-05
1
-2
/
+5
*
|
Merge tag '4.17-rc1SMB3-Fixes' of git://git.samba.org/sfrench/cifs-2.6
Linus Torvalds
2018-04-16
13
-71
/
+240
|
\
\
|
*
|
cifs: change validate_buf to validate_iov
Ronnie Sahlberg
2018-04-13
1
-18
/
+21
|
*
|
cifs: remove rfc1002 hardcoded constants from cifs_discard_remaining_data()
Ronnie Sahlberg
2018-04-13
1
-2
/
+3
|
*
|
cifs: Change SMB2_open to return an iov for the error parameter
Ronnie Sahlberg
2018-04-13
3
-9
/
+13
|
*
|
cifs: add resp_buf_size to the mid_q_entry structure
Ronnie Sahlberg
2018-04-13
4
-2
/
+4
|
*
|
smb3.11: replace a 4 with server->vals->header_preamble_size
Steve French
2018-04-13
2
-5
/
+9
|
*
|
cifs: replace a 4 with server->vals->header_preamble_size
Ronnie Sahlberg
2018-04-13
1
-1
/
+1
|
*
|
cifs: add pdu_size to the TCP_Server_Info structure
Ronnie Sahlberg
2018-04-13
4
-6
/
+9
|
*
|
SMB311: Improve checking of negotiate security contexts
Steve French
2018-04-12
3
-0
/
+106
|
*
|
SMB3: Fix length checking of SMB3.11 negotiate request
Steve French
2018-04-12
2
-0
/
+46
|
*
|
CIFS: add ONCE flag for cifs_dbg type
Aurelien Aptel
2018-04-11
2
-29
/
+22
|
*
|
cifs: Use ULL suffix for 64-bit constant
Geert Uytterhoeven
2018-04-11
1
-1
/
+1
[next]