summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2020-12-09nfsd: close cached files prior to a REMOVE or RENAME that would replace targetJeff Layton1-2/+3
2020-12-09nfsd: allow filesystems to opt out of subtree checkingJeff Layton1-0/+1
2020-12-09nfsd: add a new EXPORT_OP_NOWCC flag to struct export_operationsJeff Layton1-0/+2
2020-12-09Revert "nfsd4: support change_attr_type attribute"J. Bruce Fields1-8/+0
2020-12-09nfsd: minor nfsd4_change_attribute cleanupJ. Bruce Fields1-0/+13
2020-12-09tty: use const parameters in port-flag accessorsJohan Hovold1-6/+6
2020-12-09tty: use assign_bit() in port-flag accessorsJohan Hovold1-24/+6
2020-12-09usb: typec: tcpm: Introduce vsafe0v for vbusBadhri Jagan Sridharan1-0/+7
2020-12-09usb: typec: tcpm: Pass down negotiated rev to update retry countBadhri Jagan Sridharan1-1/+1
2020-12-09Merge remote-tracking branch 'origin/kvm-arm64/psci-relay' into kvmarm-master...Marc Zyngier1-0/+9
2020-12-09opp: Don't create an OPP table from dev_pm_opp_get_opp_table()Viresh Kumar1-1/+0
2020-12-09bpf: Only provide bpf_sock_from_file with CONFIG_NETFlorent Revest1-0/+1
2020-12-09Merge tag 'reset-for-v5.11' of git://git.pengutronix.de/pza/linux into arm/dr...Arnd Bergmann1-0/+1
2020-12-09Merge tag 'imx-drivers-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git...Arnd Bergmann4-0/+69
2020-12-09Merge tag 'drivers_soc_for_5.11' of git://git.kernel.org/pub/scm/linux/kernel...Arnd Bergmann2-29/+61
2020-12-09Merge tag 'omap-for-v5.11/genpd-drivers-signed' of git://git.kernel.org/pub/s...Arnd Bergmann1-0/+2
2020-12-09Merge tag 'qcom-drivers-for-5.11' of git://git.kernel.org/pub/scm/linux/kerne...Arnd Bergmann2-2/+6
2020-12-09net: stmmac: overwrite the dma_cap.addr64 according to HW designFugang Duan1-0/+1
2020-12-09PCI: Remove unused HAVE_PCI_SET_MWIHeiner Kallweit1-1/+0
2020-12-08PM / EM: Micro optimization in em_cpu_energyPavankumar Kondeti1-0/+3
2020-12-08iommu/io-pgtable: Remove tlb_flush_leafRobin Murphy1-11/+0
2020-12-08Merge branch 'for-next/iommu/fixes' into for-next/iommu/coreWill Deacon1-1/+0
2020-12-08Merge branch 'for-next/iommu/vt-d' into for-next/iommu/coreWill Deacon3-7/+12
2020-12-08Merge branch 'for-next/iommu/svm' into for-next/iommu/coreWill Deacon1-2/+8
2020-12-08Merge branch 'for-next/iommu/iova' into for-next/iommu/coreWill Deacon1-21/+0
2020-12-08Merge branch 'for-next/iommu/arm-smmu' into for-next/iommu/coreWill Deacon2-0/+9
2020-12-08iommu: Stop exporting free_iova_mem()John Garry1-5/+0
2020-12-08iommu: Stop exporting alloc_iova_mem()John Garry1-6/+0
2020-12-08iommu: Delete split_and_remove_iova()John Garry1-10/+0
2020-12-08Merge tag 'thunderbolt-for-v5.11-rc1' of git://git.kernel.org/pub/scm/linux/k...Greg Kroah-Hartman1-1/+17
2020-12-08netfilter: x_tables: Switch synchronization to RCUSubash Abhinov Kasiviswanathan1-1/+4
2020-12-08firmware: arm_scmi: Add power_scale_mw_get() interfaceLukasz Luba1-0/+1
2020-12-08blk-mq: add new API of blk_mq_hctx_set_fq_lock_classMing Lei1-0/+3
2020-12-08Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mel...Jakub Kicinski5-19/+274
2020-12-08net/mlx4: Remove unused #define MAX_MSIX_P_PORTTariq Toukan1-1/+0
2020-12-08clk: divider: add devm_clk_hw_register_divider_table()Michael Walle1-0/+27
2020-12-08sbitmap: remove swap_lockPavel Begunkov1-5/+0
2020-12-08seq_buf: Avoid type mismatch for seq_buf_initArnd Bergmann2-3/+3
2020-12-08clk: composite: add devm_clk_hw_register_composite_pdata()Michael Walle1-0/+7
2020-12-07Merge tag 'mlx5-next-2020-12-02' of git://git.kernel.org/pub/scm/linux/kernel...Jason Gunthorpe4-17/+99
2020-12-07mtd: spi-nor: Fix multiple typosJonathan Neuschäfer1-1/+1
2020-12-07module: drop semicolon from version macroJohan Hovold1-1/+1
2020-12-07earlycon: drop semicolon from earlycon macroJohan Hovold1-1/+1
2020-12-07mei: bus: add vtag supportAlexander Usyskin1-0/+6
2020-12-07Merge tag 'soundwire-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Greg Kroah-Hartman2-0/+15
2020-12-07Merge 5.10-rc7 into usb-nextGreg Kroah-Hartman7-12/+48
2020-12-07Merge 5.10-rc7 into tty-nextGreg Kroah-Hartman11-30/+81
2020-12-07Merge 5.10-rc7 into char-misc-nextGreg Kroah-Hartman7-12/+48
2020-12-06Merge tag 'tty-5.10-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds1-0/+4
2020-12-06Merge tag 'irq-urgent-2020-12-06' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-2/+10