aboutsummaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2021-06-25dev_forward_skb: do not scrub skb mark within the same name spaceNicolas Dichtel1-1/+1
2021-06-25userfaultfd: uapi: fix UFFDIO_CONTINUE ioctl request definitionGleb Fotengauer-Malinovskiy1-2/+2
2021-06-25kunit: Support skipped testsDavid Gow1-6/+67
2021-06-25kunit: introduce kunit_kmalloc_array/kunit_kcalloc() helpersDaniel Latypov1-4/+32
2021-06-25Merge tag 'ceph-for-5.13-rc8' of https://github.com/ceph/ceph-clientLinus Torvalds1-1/+3
2021-06-25Merge tag 'kvmarm-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into HEADPaolo Bonzini34-109/+258
2021-06-25i2c: core-smbus: Expose PEC calculate function for generic useQuan Nguyen1-0/+1
2021-06-25Merge branches 'iommu/fixes', 'arm/rockchip', 'arm/smmu', 'x86/vt-d', 'x86/amd', 'virtio' and 'core' into nextJoerg Roedel8-31/+110
2021-06-25Merge remote-tracking branch 'spi/for-5.14' into spi-nextMark Brown7-35/+156
2021-06-25Merge remote-tracking branch 'asoc/for-5.14' into asoc-nextMark Brown8-6/+232
2021-06-25Merge remote-tracking branch 'asoc/for-5.13' into asoc-linusMark Brown1-0/+3
2021-06-25iommu/dma: Pass address limit rather than size to iommu_setup_dma_ops()Jean-Philippe Brucker1-2/+2
2021-06-25ACPI: Add driver for the VIOT tableJean-Philippe Brucker1-0/+19
2021-06-25ACPI: Move IOMMU setup code out of IORTJean-Philippe Brucker2-5/+6
2021-06-25ACPI: arm64: Move DMA setup operations out of IORTJean-Philippe Brucker2-3/+6
2021-06-25HID: core: Add hid_hw_may_wakeup() functionHans de Goede1-0/+18
2021-06-25spi: core: add dma_map_dev for dma deviceVinod Koul1-0/+1
2021-06-25tty: make linux/tty_flip.h self-containedJiri Slaby1-0/+2
2021-06-24mm, futex: fix shared futex pgoff on shmem huge pageHugh Dickins2-22/+7
2021-06-24mm/vmalloc: add vmalloc_no_hugeClaudio Imbrenda1-0/+1
2021-06-24blk: Fix lock inversion between ioc lock and bfqd lockJan Kara1-1/+2
2021-06-24kvm: x86: Allow userspace to handle emulation errorsAaron Lewis1-0/+23
2021-06-24KVM: debugfs: Reuse binary stats descriptorsJing Zhang1-16/+1
2021-06-24KVM: stats: Support binary stats retrieval for a VCPUJing Zhang1-1/+12
2021-06-24KVM: stats: Support binary stats retrieval for a VMJing Zhang1-0/+6
2021-06-24sctp: do black hole detection in search complete stateXin Long1-1/+2
2021-06-24net: macsec: fix the length used to copy the key for offloadingAntoine Tenart1-1/+1
2021-06-24PCI: Export pci_dev_trylock() and pci_dev_unlock()Luis Chamberlain1-0/+3
2021-06-24libceph: set global_id as soon as we get an auth ticketIlya Dryomov1-1/+3
2021-06-24libceph: don't pass result into ac->ops->handle_reply()Ilya Dryomov1-1/+1
2021-06-24net: mdiobus: fix fwnode_mdbiobus_register() fallback caseMarcin Wojtas1-1/+1
2021-06-24net: retrieve netns cookie via getsocketoptMartynas Pumputis1-0/+2
2021-06-24block: pass a gendisk to bdev_disk_changedChristoph Hellwig1-1/+1
2021-06-24block: move bdev_disk_changedChristoph Hellwig1-1/+0
2021-06-24xdp: Add proper __rcu annotations to redirect map entriesToke Høiland-Jørgensen2-6/+4
2021-06-24rcu: Create an unrcu_pointer() to remove __rcu from a pointerPaul E. McKenney1-0/+14
2021-06-24KVM: stats: Add fd-based API to read binary stats dataJing Zhang3-2/+155
2021-06-24KVM: stats: Separate generic stats from architecture specific onesJing Zhang1-0/+12
2021-06-24fs: remove bdev_try_to_free_page callbackZhang Yi1-1/+0
2021-06-24jbd2,ext4: add a shrinker to release checkpointed buffersZhang Yi2-0/+127
2021-06-24jbd2: ensure abort the journal if detect IO error when writing original buffer backZhang Yi1-0/+11
2021-06-24stm class: Spelling fixRandy Dunlap1-1/+1
2021-06-24HID: input: Add support for Programmable ButtonsThomas Weißschuh1-0/+1
2021-06-24drm/simple-helper: drm_gem_simple_display_pipe_prepare_fb as defaultDaniel Vetter1-2/+5
2021-06-24drm/vram-helpers: Create DRM_GEM_VRAM_PLANE_HELPER_FUNCSDaniel Vetter1-0/+12
2021-06-24drm/atomic-helper: make drm_gem_plane_helper_prepare_fb the defaultDaniel Vetter1-2/+5
2021-06-24dma-buf: Document dma-buf implicit fencing/resv fencing rulesDaniel Vetter1-0/+34
2021-06-24dma-buf: Switch to inline kerneldocDaniel Vetter1-26/+90
2021-06-24Merge branch 'for-next/smccc' into for-next/coreWill Deacon1-2/+86
2021-06-24Merge branch 'for-next/perf' into for-next/coreWill Deacon2-33/+8