aboutsummaryrefslogtreecommitdiffstatshomepage
AgeCommit message (Expand)AuthorFilesLines
2020-04-03NFS: Beware when dereferencing the delegation credTrond Myklebust2-1/+11
2020-04-03Merge tag 'arm-dt-5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds488-4504/+18899
2020-04-03Merge tag 'arm-defconfig-5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds9-18/+138
2020-04-03Merge branches 'clk-unisoc', 'clk-tegra', 'clk-qcom' and 'clk-imx' into clk-nextStephen Boyd81-915/+8128
2020-04-03Merge branches 'clk-ti', 'clk-ingenic', 'clk-typo', 'clk-at91', 'clk-mmp2' and 'clk-arm-icst' into clk-nextStephen Boyd31-181/+1814
2020-04-03Merge branches 'clk-phase-errors', 'clk-amlogic', 'clk-renesas' and 'clk-allwinner' into clk-nextStephen Boyd22-222/+519
2020-04-03Merge branches 'clk-samsung', 'clk-formatting', 'clk-si5341' and 'clk-socfpga' into clk-nextStephen Boyd7-111/+258
2020-04-03Merge tag 'arm-drivers-5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds68-633/+3692
2020-04-03Merge tag 'arm-soc-5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds85-1448/+2290
2020-04-03Merge tag 'for-5.7/dm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dmLinus Torvalds2-4/+5
2020-04-03Merge tag 'pci-v5.7-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds88-1629/+4830
2020-04-03drm/amdgpu: Fix oops when pp_funcs is unset in ACPI eventAaron Ma1-1/+2
2020-04-03drm/amdgpu: change SH MEM alignment mode for gfx10Likun Gao1-1/+1
2020-04-03drm/amd/powerplay: avoid using pm_en before it is initializedTiecheng Zhou1-1/+2
2020-04-03drm/amd/powerplay: implement the is_dpm_running()Prike Liang1-0/+12
2020-04-03drm/amd/display: re-order asic declarationsShirish S1-2/+4
2020-04-03drm/amdgpu/powerplay: using the FCLK DPM table to set the MCLKYuxian Dai2-1/+7
2020-04-03io_uring: process requests completed with -EAGAIN on poll listBijan Mottahedeh1-3/+26
2020-04-03Merge branch 'arm/late' into arm/dtArnd Bergmann63-2178/+4638
2020-04-03Merge tag 'char-misc-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds171-4008/+16137
2020-04-03Merge tag 'spdx-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/spdxLinus Torvalds245-24/+245
2020-04-03io_uring: remove bogus RLIMIT_NOFILE check in file registrationJens Axboe1-7/+0
2020-04-03Merge tag 'for-linus-5.7-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tipLinus Torvalds6-99/+65
2020-04-03loop: Better discard support for block devicesEvan Green1-11/+31
2020-04-03loop: Report EOPNOTSUPP properlyEvan Green1-2/+5
2020-04-03pwm: pca9685: Fix PWM/GPIO inter-operationSven Van Asbroeck1-37/+48
2020-04-03pwm: Make pwm_apply_state_debug() staticJason Yan1-2/+2
2020-04-03pwm: meson: Remove redundant assignment to variable fin_freqColin Ian King1-1/+1
2020-04-03Merge branch 'for-5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds2-10/+6
2020-04-03ipmi: Add missing annotation for ipmi_ssif_lock_cond() and ipmi_ssif_unlock_cond()Jules Irenge1-0/+2
2020-04-03Merge branch 'for-5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroupLinus Torvalds21-147/+794
2020-04-03Merge tag 'kgdb-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/danielt/linuxLinus Torvalds1-8/+12
2020-04-03Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds9-111/+88
2020-04-03riscv: create a loader.bin boot image for Kendryte SoCChristoph Hellwig2-3/+6
2020-04-03riscv: Kendryte K210 default configDamien Le Moal1-0/+68
2020-04-03riscv: Add Kendryte K210 device treeDamien Le Moal5-0/+169
2020-04-03riscv: Select required drivers for Kendryte SOCDamien Le Moal1-0/+4
2020-04-03riscv: Add Kendryte K210 SoC supportChristoph Hellwig6-0/+297
2020-04-03remoteproc/omap: Fix set_load call in omap_rproc_request_timerNathan Chancellor1-1/+1
2020-04-03riscv: Add SOC early init supportDamien Le Moal5-0/+59
2020-04-03riscv: Unaligned load/store handling for M_MODEDamien Le Moal3-4/+395
2020-04-03io_uring: use io-wq manager as backup task if task is exitingJens Axboe3-4/+23
2020-04-03io_uring: grab task reference for poll requestsJens Axboe1-12/+7
2020-04-03io_uring: retry poll if we got woken with non-matching maskJens Axboe1-0/+12
2020-04-03f2fs: keep inline_data when compression conversionChao Yu1-5/+0
2020-04-03f2fs: fix to disable compression on directoryChao Yu2-5/+7
2020-04-03f2fs: add missing CONFIG_F2FS_FS_COMPRESSIONChao Yu1-0/+4
2020-04-03f2fs: switch discard_policy.timeout to bool typeChao Yu2-9/+9
2020-04-03f2fs: fix to verify tpage before releasing in f2fs_free_dic()Chao Yu1-0/+2
2020-04-03f2fs: show compression in statxChao Yu1-1/+4