summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2020-09-23dax: Fix compilation for CONFIG_DAX && !CONFIG_FS_DAXJan Kara1-9/+8
2020-09-23dm: Call proper helper to determine dax supportJan Kara1-2/+20
2020-09-23arm64: paravirt: Initialize steal time when cpu is onlineAndrew Jones1-1/+0
2020-09-23serial: core: fix console port-lock regressionJohan Hovold1-0/+1
2020-09-23locking/percpu-rwsem: Use this_cpu_{inc,dec}() for read_countHou Tao1-4/+4
2020-09-23i2c: algo: pca: Reapply i2c bus settings after resetEvan Nimmo1-0/+15
2020-09-17test_firmware: Test platform fw loading on non-EFI systemsKees Cook1-4/+2
2020-09-17netfilter: conntrack: allow sctp hearbeat after connection re-useFlorian Westphal1-0/+2
2020-09-09libata: implement ATA_HORKAGE_MAX_TRIM_128M and apply to SandisksTejun Heo1-0/+1
2020-09-09block: allow for_each_bvec to support zero len bvecMing Lei1-1/+8
2020-09-09include/linux/log2.h: add missing () around n in roundup_pow_of_two()Jason Gunthorpe1-1/+1
2020-09-09netfilter: nfnetlink: nfnetlink_unicast() reports EAGAIN instead of ENOBUFSPablo Neira Ayuso1-2/+1
2020-09-05HID: core: Sanitize event code and type when mapping inputMarc Zyngier1-13/+29
2020-09-03fbmem: pull fbcon_update_vcs() out of fb_set_var()Tetsuo Handa1-2/+0
2020-09-03writeback: Avoid skipping inode writebackJan Kara1-2/+6
2020-09-03dma-pool: fix coherent pool allocations for IOMMU mappingsChristoph Hellwig2-5/+3
2020-09-03netfilter: avoid ipv6 -> nf_defrag_ipv6 module dependencyFlorian Westphal1-18/+0
2020-09-03efi: provide empty efi_enter_virtual_mode implementationAndrey Konovalov1-0/+4
2020-08-26arch/ia64: Restore arch-specific pgd_offset_k implementationJessica Clarke1-0/+2
2020-08-26watch_queue: Limit the number of watches a user can holdDavid Howells1-0/+3
2020-08-21iommu/vt-d: Enforce PASID devTLB field maskLiu Yi L1-2/+2
2020-08-21libnvdimm: Validate command family indicesDan Williams1-0/+2
2020-08-21hugetlbfs: remove call to huge_pte_alloc without i_mmap_rwsemMike Kravetz2-3/+15
2020-08-21PCI/ATS: Add pci_pri_supported() to check device or associated PFAshok Raj1-0/+4
2020-08-21genirq/affinity: Make affinity setting if activated opt-inThomas Gleixner1-0/+13
2020-08-19bitfield.h: don't compile-time validate _val in FIELD_FITJakub Kicinski1-1/+1
2020-08-19tpm: Unify the mismatching TPM space buffer sizesJarkko Sakkinen1-0/+1
2020-08-19iommu/vt-d: Skip TE disabling on quirky gfx dedicated iommuLu Baolu2-0/+3
2020-08-19gpio: don't use same lockdep class for all devm_gpiochip_add_data usersAhmad Fatoum1-2/+11
2020-08-19gpio: regmap: fix type clashMichael Walle1-1/+1
2020-08-19tpm: Require that all digests are present in TCG_PCR_EVENT2 structuresTyler Hicks1-2/+9
2020-08-19tracepoint: Mark __tracepoint_string's __usedNick Desaulniers1-1/+1
2020-08-11random32: move the pseudo-random 32-bit definitions to prandom.hLinus Torvalds2-62/+82
2020-08-11xattr: break delegations in {set,remove}xattrFrank van der Linden1-0/+2
2020-08-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2-38/+32
2020-07-31Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-1/+1
2020-07-30random: fix circular include dependency on arm64 after addition of percpu.hWilly Tarreau1-1/+1
2020-07-29random32: remove net_rand_state from the latent entropy gcc pluginLinus Torvalds1-1/+1
2020-07-29random32: update the net random state on interrupt and activityWilly Tarreau1-0/+3
2020-07-28rhashtable: Restore RCU marking on rhash_lock_headHerbert Xu1-32/+24
2020-07-28rhashtable: Fix unprotected RCU dereference in __rht_ptrHerbert Xu1-12/+13
2020-07-28net/mlx5e: Modify uplink state on interface up/downRon Diskin1-0/+1
2020-07-27i2c: also convert placeholder function to return errnoWolfram Sang1-1/+1
2020-07-25Merge tag 'efi-urgent-2020-07-25' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-0/+1
2020-07-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net into masterLinus Torvalds2-3/+5
2020-07-24Merge branch 'akpm' into master (patches from Andrew)Linus Torvalds2-2/+6
2020-07-24Merge tag 'for-5.8/dm-fixes-3' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-0/+1
2020-07-24io-mapping: indicate mapping failureMichael J. Ruhl1-1/+4
2020-07-24vfs/xattr: mm/shmem: kernfs: release simple xattr entry in a right wayChengguang Xu1-1/+2
2020-07-23tcp: allow at most one TLP probe per flightYuchung Cheng1-2/+4