summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | clk: tegra: pll: Fix potential sleeping-while-atomicAndrew Bresticker2016-02-021-3/+3
| | * | | | | | clk: tegra: Fix the misnaming of nvenc from msencRhyland Klein2016-02-021-1/+1
| | * | | | | | clk: tegra: Fix naming of MISC registersRhyland Klein2016-02-021-18/+18
| | * | | | | | clk: tegra: Remove improper flags for lock_enableRhyland Klein2016-01-251-28/+14
| | * | | | | | clk: tegra: Fix divider on VI_I2CRhyland Klein2016-01-251-1/+1
| | |/ / / / /
| * | | | | | Merge tag 'v4.5-rockchip-clkfixes1' of git://git.kernel.org/pub/scm/linux/ker...Stephen Boyd2016-01-293-27/+27
| |\ \ \ \ \ \
| | * | | | | | clk: rockchip: rk3368: fix some clock gatesJianqun xu2016-01-161-13/+13
| | * | | | | | clk: rockchip: rk3036: rename emac ext source clockXing Zheng2016-01-162-2/+2
| | * | | | | | clk: rockchip: rk3036: fix the div offset for emac clockXing Zheng2016-01-161-2/+2
| | * | | | | | clk: rockchip: rk3036: fix uarts clock errorXing Zheng2016-01-161-4/+4
| | * | | | | | clk: rockchip: rk3036: fix the FLAGs for clock muxXing Zheng2016-01-161-6/+6
| * | | | | | | clk: tango4: rename ARCH_TANGOX to ARCH_TANGOMarc Gonzalez2016-01-291-1/+1
| * | | | | | | clk: scpi: Fix checking return value of platform_device_register_simple()Axel Lin2016-01-291-1/+1
| * | | | | | | clk: mvebu: Mark ioremapped memory as __iomemStephen Boyd2016-01-291-1/+1
| | |/ / / / / | |/| | | | |
* | | | | | | Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2016-02-2016-124/+184
|\ \ \ \ \ \ \
| * | | | | | | drm/nouveau: use post-decrement in error handlingRasmus Villemoes2016-02-191-1/+1
| * | | | | | | drm/atomic: Allow for holes in connector state, v2.Maarten Lankhorst2016-02-194-55/+48
| * | | | | | | Merge tag 'drm-vc4-fixes-2016-02-17' of github.com:anholt/linux into drm-fixesDave Airlie2016-02-197-52/+118
| |\ \ \ \ \ \ \
| | * | | | | | | drm/vc4: Use runtime PM to power cycle the device when the GPU hangs.Eric Anholt2016-02-163-18/+26
| | * | | | | | | drm/vc4: Enable runtime PM.Eric Anholt2016-02-163-0/+47
| | * | | | | | | drm/vc4: Fix spurious GPU resets due to BO reuse.Eric Anholt2016-02-162-6/+19
| | * | | | | | | drm/vc4: Drop error message on seqno wait timeouts.Eric Anholt2016-02-161-3/+0
| | * | | | | | | drm/vc4: Fix -ERESTARTSYS error return from BO waits.Eric Anholt2016-02-161-4/+2
| | * | | | | | | drm/vc4: Return an ERR_PTR from BO creation instead of NULL.Eric Anholt2016-02-165-15/+15
| | * | | | | | | drm/vc4: Fix the clear color for the first tile rendered.Eric Anholt2016-02-161-9/+9
| | * | | | | | | drm/vc4: Validate that WAIT_BO padding is cleared.Eric Anholt2016-02-161-0/+3
| * | | | | | | | Merge branch 'drm-fixes-4.5' of git://people.freedesktop.org/~agd5f/linux int...Dave Airlie2016-02-192-2/+2
| |\ \ \ \ \ \ \ \
| | * | | | | | | | drm/radeon: use post-decrement in error handlingRasmus Villemoes2016-02-161-1/+1
| | * | | | | | | | drm/amdgpu: use post-decrement in error handlingRasmus Villemoes2016-02-161-1/+1
| * | | | | | | | | Merge tag 'drm-intel-fixes-2016-02-18' of git://anongit.freedesktop.org/drm-i...Dave Airlie2016-02-192-14/+15
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | drm/i915: Fix hpd live status bits for g4xVille Syrjälä2016-02-172-14/+15
* | | | | | | | | | | kernel/resource.c: fix muxed resource handling in __request_region()Simon Guinot2016-02-201-2/+3
* | | | | | | | | | | Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-02-1913-39/+176
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | ext4: fix crashes in dioread_nolock modeJan Kara2016-02-191-20/+20
| * | | | | | | | | | | ext4: fix bh->b_state corruptionJan Kara2016-02-191-2/+30
| * | | | | | | | | | | ext4: fix memleak in ext4_readdir()Kirill Tkhai2016-02-161-2/+5
| * | | | | | | | | | | ext4: remove unused parameter "newblock" in convert_initialized_extent()Eryu Guan2016-02-121-2/+2
| * | | | | | | | | | | ext4: don't read blocks from disk after extents being swappedEryu Guan2016-02-121-3/+12
| * | | | | | | | | | | ext4: fix potential integer overflowInsu Yun2016-02-121-1/+1
| * | | | | | | | | | | ext4: add a line break for proc mb_groups displayHuaitong Han2016-02-121-1/+1
| * | | | | | | | | | | ext4: ioctl: fix erroneous return valueAnton Protopopov2016-02-111-1/+1
| * | | | | | | | | | | ext4: fix scheduling in atomic on group checksum failureJan Kara2016-02-112-5/+8
| * | | | | | | | | | | ext4 crypto: move context consistency check to ext4_file_open()Theodore Ts'o2016-02-082-2/+15
| * | | | | | | | | | | ext4 crypto: revalidate dentry after adding or removing the keyTheodore Ts'o2016-02-074-0/+81
* | | | | | | | | | | | Merge branch 'for-linus-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-02-191-0/+2
|\ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ Merge branch 'for-chris-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git...Chris Mason2016-02-161-0/+2
| |\ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | Btrfs: fix direct IO requests not reporting IO error to user spaceFilipe Manana2016-02-161-0/+2
| |/ / / / / / / / / / / /
* | | | | | | | | | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2016-02-1914-66/+150
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | mm: slab: free kmem_cache_node after destroy sysfs fileDmitry Safonov2016-02-185-27/+29
| * | | | | | | | | | | | | ipc/shm: handle removed segments gracefully in shm_mmap()Kirill A. Shutemov2016-02-181-10/+43