summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)AuthorFilesLines
2020-03-25objtool: Rename func_for_each_insn_all()Peter Zijlstra1-6/+6
2020-03-25objtool: Rename func_for_each_insn()Peter Zijlstra1-8/+8
2020-03-25objtool: Introduce validate_return()Peter Zijlstra1-28/+36
2020-03-25ahci: Add Intel Comet Lake PCH-V PCI IDMika Westerberg1-0/+1
2020-03-25ahci: Add Intel Comet Lake PCH-H PCI IDMika Westerberg1-0/+1
2020-03-25libata: Assign OF node to the SCSI deviceLinus Walleij1-0/+30
2020-03-25libata: Remove extra scsi_host_put() in ata_scsi_add_hosts()John Garry1-6/+3
2020-03-25ahci: Add Intel Comet Lake H RAID PCI IDKai-Heng Feng1-0/+1
2020-03-25Merge tag 'at91-5.7-defconfig' of git://git.kernel.org/pub/scm/linux/kernel/g...Arnd Bergmann1-0/+1
2020-03-25Merge tag 'omap-for-v5.7/defconfig-signed' of git://git.kernel.org/pub/scm/li...Arnd Bergmann1-4/+14
2020-03-25Merge tag 'imx-defconfig-5.7' of git://git.kernel.org/pub/scm/linux/kernel/gi...Arnd Bergmann3-10/+58
2020-03-25Merge tag 'qcom-defconfig-for-5.7' of git://git.kernel.org/pub/scm/linux/kern...Arnd Bergmann1-0/+6
2020-03-25Merge tag 'qcom-arm64-defconfig-for-5.7' of git://git.kernel.org/pub/scm/linu...Arnd Bergmann1-0/+17
2020-03-25Merge tag 'samsung-defconfig-5.7' of git://git.kernel.org/pub/scm/linux/kerne...Arnd Bergmann1-1/+10
2020-03-25drm/radeon: fix scatter-gather mapping with user pagesShane Francis1-1/+1
2020-03-25drm/amdgpu: fix scatter-gather mapping with user pagesShane Francis1-1/+1
2020-03-25dt-bindings: mfd: Convert stpmic1 bindings to json-schemaBenjamin Gaignard5-164/+339
2020-03-25drm/prime: use dma length macro when mapping sgShane Francis1-1/+1
2020-03-25Merge tag 'tegra-for-5.7-arm-defconfig' of git://git.kernel.org/pub/scm/linux...Arnd Bergmann2-0/+2
2020-03-25Merge tag 'arm-soc/for-5.7/defconfig' of https://github.com/Broadcom/stblinux...Arnd Bergmann1-0/+5
2020-03-25block: move the part_stat* helpers from genhd.h to a new headerChristoph Hellwig13-109/+126
2020-03-25block: move block layer internals out of include/linux/genhd.hChristoph Hellwig5-121/+118
2020-03-25block: move guard_bio_eod to bio.cChristoph Hellwig4-44/+44
2020-03-25block: unexport get_gendiskChristoph Hellwig1-1/+0
2020-03-25block: unexport disk_map_sector_rcuChristoph Hellwig1-1/+0
2020-03-25block: unexport disk_get_partChristoph Hellwig1-1/+0
2020-03-25block: mark part_in_flight and part_in_flight_rw staticChristoph Hellwig2-6/+4
2020-03-25block: mark block_depr staticChristoph Hellwig2-2/+1
2020-03-25Merge tag 'hisi-arm64-defconfig-for-5.7' of git://github.com/hisilicon/linux-...Arnd Bergmann1-0/+1
2020-03-25block: factor out requeue handling from dispatch codeJohannes Thumshirn1-11/+18
2020-03-25btrfs: fix missing semaphore unlock in btrfs_sync_fileRobbie Ko1-0/+1
2020-03-25btrfs: use nofs allocations for running delayed itemsJosef Bacik1-0/+13
2020-03-25MIPS: Exclude more dsemul code when CONFIG_MIPS_FP_SUPPORT=nYousong Zhou3-19/+29
2020-03-25MIPS/tlbex: Fix LDDIR usage in setup_pw() for Loongson-3Huacai Chen1-1/+4
2020-03-25MIPS: do not compile generic functions for CONFIG_CAVIUM_OCTEON_SOCMasahiro Yamada4-0/+21
2020-03-25MAINTAINERS: Update Loongson64 entryJiaxun Yang1-0/+1
2020-03-25MIPS: Loongson64: Load built-in dtbsJiaxun Yang4-0/+53
2020-03-25MIPS: Loongson64: Add generic dtsJiaxun Yang7-2/+149
2020-03-25dt-bindings: mips: Add loongson boardsJiaxun Yang1-0/+27
2020-03-25MIPS: Loongson64: Drop legacy IRQ codeJiaxun Yang6-209/+21
2020-03-25Merged 'Infrastructure to allow fixing exec deadlocks' from Bernd EdlingerEric W. Biederman13-50/+179
2020-03-25pidfd: Use new infrastructure to fix deadlocks in execveBernd Edlinger1-2/+2
2020-03-25perf: Use new infrastructure to fix deadlocks in execveBernd Edlinger1-6/+6
2020-03-25proc: io_accounting: Use new infrastructure to fix deadlocks in execveBernd Edlinger1-2/+2
2020-03-25proc: Use new infrastructure to fix deadlocks in execveBernd Edlinger1-3/+3
2020-03-25kernel/kcmp.c: Use new infrastructure to fix deadlocks in execveBernd Edlinger1-4/+4
2020-03-25kernel: doc: remove outdated comment cred.cBernd Edlinger1-2/+0
2020-03-25mm: docs: Fix a comment in process_vm_rw_coreBernd Edlinger1-1/+1
2020-03-25selftests/ptrace: add test cases for dead-locksBernd Edlinger2-2/+88
2020-03-25exec: Fix a deadlock in straceBernd Edlinger1-2/+2