summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | firewire: nosy: do not ignore errors in ioremap_nocache()Alexey Khoroshilov2016-10-091-3/+10
* | | | | | | | | Merge tag 'drm-fixes-for-v4.9-rc2' of git://people.freedesktop.org/~airlied/l...Linus Torvalds2016-10-1827-131/+232
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | drm: Print device information again in debugfsDaniel Vetter2016-10-171-4/+0Star
| * | | | | | | | | Merge branch 'drm-next-4.9' of git://people.freedesktop.org/~agd5f/linux into...Dave Airlie2016-10-1726-127/+232
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | drm/amd/powerplay: fix bug stop dpm can't work on Vi.Rex Zhu2016-10-142-15/+25
| | * | | | | | | | | drm/amd/powerplay: notify smu no display by default.Rex Zhu2016-10-141-1/+1
| | * | | | | | | | | drm/amdgpu/dpm: implement thermal sensor for CZ/STAlex Deucher2016-10-141-3/+5
| | * | | | | | | | | drm/amdgpu/powerplay: implement thermal sensor for CZ/STAlex Deucher2016-10-141-0/+18
| | * | | | | | | | | drm/amdgpu: disable smu hw first on tear downAlex Deucher2016-10-141-0/+24
| | * | | | | | | | | drm/amdgpu: fix amdgpu_need_full_reset (v2)Alex Deucher2016-10-149-64/+60Star
| | * | | | | | | | | drm/amdgpu/si_dpm: Limit clocks on HD86xx partTom St Denis2016-10-141-0/+6
| | * | | | | | | | | drm/amd/powerplay: fix static checker warnings in smu7_hwmgr.cRex Zhu2016-10-141-2/+4
| | * | | | | | | | | drm/amdgpu: potential NULL dereference in debugfs codeDan Carpenter2016-10-141-2/+2
| | * | | | | | | | | drm/amd/powerplay: fix static checker warnings in smu7_hwmgr.cRex Zhu2016-10-141-2/+4
| | * | | | | | | | | drm/amd/powerplay: fix static checker warnings in iceland_smc.cRex Zhu2016-10-141-1/+1
| | * | | | | | | | | drm/radeon: change vblank_time's calculation method to reduce computational e...Alex Deucher2016-10-141-7/+8
| | * | | | | | | | | drm/amdgpu: change vblank_time's calculation method to reduce computational e...Rex Zhu2016-10-141-6/+8
| | * | | | | | | | | drm/amdgpu: clarify UVD/VCE special handling for CGAlex Deucher2016-10-121-9/+11
| | * | | | | | | | | drm/amd/amdgpu: enable clockgating only after late initArindam Nath2016-10-121-7/+7
| | * | | | | | | | | drm/radeon: allow TA_CS_BC_BASE_ADDR on SIMarek Olšák2016-10-123-1/+4
| | * | | | | | | | | drm/amdgpu: initialize the context reset_counter in amdgpu_ctx_initNicolai Hähnle2016-10-121-0/+3
| | * | | | | | | | | drm/amdgpu/gfx8: fix CGCG_CGLS handlingAlex Deucher2016-10-121-3/+10
| | * | | | | | | | | drm/radeon: fix modeset tear down codeAlex Deucher2016-10-121-7/+7
| | * | | | | | | | | drm/radeon: fix up dp aux tear down (v2)Alex Deucher2016-10-122-2/+18
| | * | | | | | | | | drm/amdgpu: use .early_unregister hook to remove DP AUX i2cGrazvydas Ignotas2016-10-121-1/+12
| |/ / / / / / / / /
* | | | | | | | | | btrfs: assign error values to the correct bio structsJunjie Mao2016-10-171-2/+2
* | | | | | | | | | x86, pkeys: remove cruft from never-merged syscallsDave Hansen2016-10-172-4/+0Star
* | | | | | | | | | generic syscalls: kill cruft from removed pkey syscallsDave Hansen2016-10-172-7/+0Star
| |_|_|_|/ / / / / |/| | | | | | | |
* | | | | | | | | Linux 4.9-rc1Linus Torvalds2016-10-151-2/+2
* | | | | | | | | Merge tag 'befs-v4.9-rc1' of git://github.com/luisbg/linux-befsLinus Torvalds2016-10-158-283/+244Star
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | befs: befs: fix style issues in datastream.cLuis de Bethencourt2016-10-081-15/+17
| * | | | | | | | | befs: improve documentation in datastream.cLuis de Bethencourt2016-10-081-95/+98
| * | | | | | | | | befs: fix typos in datastream.cLuis de Bethencourt2016-10-081-4/+4
| * | | | | | | | | befs: fix typos in btree.cLuis de Bethencourt2016-10-081-4/+3Star
| * | | | | | | | | befs: fix style issues in super.cLuis de Bethencourt2016-10-081-7/+8
| * | | | | | | | | befs: fix comment styleLuis de Bethencourt2016-10-081-7/+3Star
| * | | | | | | | | befs: add check for ag_shift in superblockLuis de Bethencourt2016-10-081-0/+7
| * | | | | | | | | befs: dump inode_size superblock informationLuis de Bethencourt2016-10-081-0/+1
| * | | | | | | | | befs: remove unnecessary initializationSalah Triki2016-10-081-1/+1
| * | | | | | | | | befs: fix typo in befs_sb_infoSalah Triki2016-10-081-1/+1
| * | | | | | | | | befs: add flags field to validate superblock stateSalah Triki2016-10-082-1/+6
| * | | | | | | | | befs: fix typo in befs_find_keyLuis de Bethencourt2016-10-081-1/+1
| * | | | | | | | | befs: remove unused BEFS_BT_PARMATCHLuis de Bethencourt2016-10-082-19/+16Star
| * | | | | | | | | fs: befs: remove ret variableSalah Triki2016-10-081-2/+1Star
| * | | | | | | | | fs: befs: remove in vain variable assignmentSalah Triki2016-10-081-1/+1
| * | | | | | | | | fs: befs: remove unnecessary *befs_sb variableSalah Triki2016-10-081-2/+1Star
| * | | | | | | | | fs: befs: remove useless initialization to zeroSalah Triki2016-10-081-1/+1
| * | | | | | | | | fs: befs: remove in vain variable assignmentSalah Triki2016-10-081-2/+0Star
| * | | | | | | | | fs: befs: Insert NULL inode to dentrySalah Triki2016-10-081-0/+1
| * | | | | | | | | fs: befs: Remove useless calls to brelse in befs_find_brun_dblindirectSalah Triki2016-10-081-2/+0Star