summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | drm/amdgpu: To get gds, gws and oa from adev->gds (v2)Emily Deng2018-05-301-15/+23
| | * | | drm/amd/display: Fix BUG_ON during CRTC atomic check updateLeo (Sunpeng) Li2018-05-291-6/+7
| | * | | drm/amd/display: Read DP_SINK_COUNT_ESI range on HPD for DP 1.4Nikola Cornij2018-05-291-5/+30
| | * | | drm/amd/display: Read DPCD link caps up to and including DP_ADAPTER_CAPNikola Cornij2018-05-291-1/+1
| | * | | drm/amd/display: Do not program interrupt status on disabled crtcMikita Lipski2018-05-291-0/+3
| | * | | drm/amd/display: fix dscl_manual_ratio_initDmytro Laktyushkin2018-05-295-11/+13
| | * | | drm/amd/display: Destroy connector state on resetLeo (Sunpeng) Li2018-05-291-2/+4
| | * | | drm/amd/display: Set TMZ and DCC for secondary surfaceEric Bernstein2018-05-292-4/+18
| | * | | drm/amd/display: DP component depth 16 bpcEric Bernstein2018-05-291-0/+4
| | * | | drm/amd/display: check if audio clk enable is applicableRoman Li2018-05-291-1/+2
| | * | | drm/amd/display: add register offset != 0 check.Charlene Liu2018-05-292-2/+3
| | * | | drm/amd/display: Release fake sinkMikita Lipski2018-05-291-15/+16
| | * | | drm/amd/display: replace msleep with udelay in fbc pathRoman Li2018-05-291-4/+4
| | * | | drm/amd/display: Do not limit color depth to 8bpcMikita Lipski2018-05-291-6/+0
| | * | | drm/amdgpu: remove unnecessary scheduler entity for VCNLeo Liu2018-05-292-43/+10
| | * | | drm/amdgpu: Add helper function to get buffer domainDeepak Sharma2018-05-293-13/+17
| | * | | drm/amdgpu: Use GTT for dumb buffer if sg display enabled (v2)Deepak Sharma2018-05-291-2/+8
| | * | | drm/amd/pp: Add cases for getting phys and disp clks for SMU10Mikita Lipski2018-05-291-0/+6
| | * | | drm/amd/display: Fix wrong latency assignment for VEGA clock levelsHarry Wentland2018-05-291-2/+1
| | * | | drm/scheduler: fix a corner case in dependency optimizationNayan Deshmukh2018-05-251-2/+7
| | * | | drm/amdgpu: vcn_v1_0_is_idle() can be statickbuild test robot2018-05-251-2/+2
| | * | | drm/amd/display: Implement dm_pp_get_clock_levels_by_type_with_latencyHarry Wentland2018-05-251-2/+44
* | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2018-06-1556-212/+397
|\ \ \ \ \
| * | | | | lib/test_printf.c: call wait_for_random_bytes() before plain %p testsThierry Escande2018-06-151-0/+7
| * | | | | hexagon: drop the unused variable zero_page_maskAnshuman Khandual2018-06-152-4/+0
| * | | | | hexagon: fix printk format warning in setup.cRandy Dunlap2018-06-151-1/+1
| * | | | | mm: fix oom_kill event handlingRoman Gushchin2018-06-153-7/+27
| * | | | | treewide: use PHYS_ADDR_MAX to avoid type casting ULLONG_MAXStefan Agner2018-06-159-13/+13
| * | | | | mm: use octal not symbolic permissionsJoe Perches2018-06-1515-66/+63
| * | | | | ipc: use new return type vm_fault_tSouptick Joarder2018-06-151-1/+1
| * | | | | sysvipc/sem: mitigate semnum index against spectre v1Davidlohr Bueso2018-06-151-4/+14
| * | | | | fault-injection: reorder config entriesMikulas Patocka2018-06-151-18/+18
| * | | | | arm: port KCOV to armDmitry Vyukov2018-06-154-1/+16
| * | | | | sched/core / kcov: avoid kcov_area during task switchMark Rutland2018-06-154-2/+20
| * | | | | kcov: prefault the kcov_areaMark Rutland2018-06-151-0/+16
| * | | | | kcov: ensure irq code sees a valid areaMark Rutland2018-06-151-1/+2
| * | | | | kernel/relay.c: change return type to vm_fault_tSouptick Joarder2018-06-151-1/+1
| * | | | | exofs: avoid VLA in structuresKees Cook2018-06-153-67/+115
| * | | | | coredump: fix spam with zero VMA processAlexey Dobriyan2018-06-151-8/+9
| * | | | | fat: use fat_fs_error() instead of BUG_ON() in __fat_get_block()OGAWA Hirofumi2018-06-151-1/+7
| * | | | | proc: skip branch in /proc/*/* lookupAlexey Dobriyan2018-06-151-6/+3
| * | | | | mremap: remove LATENCY_LIMIT from mremap to reduce the number of TLB shootdownsMel Gorman2018-06-151-4/+0
| * | | | | mm/memblock: add missing include <linux/bootmem.h>Mathieu Malaterre2018-06-151-0/+1
| * | | | | mm: check for SIGKILL inside dup_mmap() loopTetsuo Handa2018-06-151-0/+8
| * | | | | kexec: yield to scheduler when loading kimage segmentsJarrett Farnitano2018-06-151-0/+4
| * | | | | mm: fix race between kmem_cache destroy, create and deactivateShakeel Butt2018-06-152-1/+33
| * | | | | mm: fix devmem_is_allowed() for sub-page System RAM intersectionsDan Williams2018-06-151-1/+3
| * | | | | mm/swapfile.c: fix swap_count comment about nonexistent SWAP_HAS_CONTDaniel Jordan2018-06-151-1/+1
| * | | | | mm: fix null pointer dereference in mem_cgroup_protectedRoman Gushchin2018-06-151-0/+4
| * | | | | mm/ksm.c: ignore STABLE_FLAG of rmap_item->address in rmap_walk_ksm()Jia He2018-06-151-4/+10