summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2021-07-15bpf: Prevent pointer mismatch in bpf_timer_init.Alexei Starovoitov1-1/+8
2021-07-15bpf: Add map side support for bpf timers.Alexei Starovoitov2-11/+34
2021-07-15bpf: Introduce bpf timers.Alexei Starovoitov1-0/+3
2021-07-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds2-1/+4
2021-07-15HID: intel-ish-hid: use async resume functionYe Xiang1-0/+2
2021-07-15bus: mhi: pci-generic: configurable network interface MRURichard Laing1-0/+2
2021-07-15mm: fix the try_to_unmap prototype for !CONFIG_MMUChristoph Hellwig1-1/+3
2021-07-15kasan: fix build by including kernel.hMarco Elver1-0/+1
2021-07-14Merge tag 'net-5.14-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds5-6/+44
2021-07-14fs: add vfs_parse_fs_param_source() helperChristian Brauner1-0/+2
2021-07-14spi: mediatek: add tick_delay supportMason Zhang1-0/+1
2021-07-14dmaengine: dw: Program xBAR hardware for Elkhart LakeAndy Shevchenko1-0/+3
2021-07-14swiotlb: Add restricted DMA pool initializationClaire Chang1-1/+2
2021-07-14swiotlb: Add restricted DMA alloc/free supportClaire Chang1-0/+26
2021-07-14swiotlb: Use is_swiotlb_force_bounce for swiotlb data bouncingClaire Chang1-0/+13
2021-07-14swiotlb: Update is_swiotlb_active to add a struct device argumentClaire Chang1-2/+2
2021-07-14swiotlb: Update is_swiotlb_buffer to add a struct device argumentClaire Chang1-3/+4
2021-07-14swiotlb: Set dev->dma_io_tlb_mem to the swiotlb pool usedClaire Chang1-0/+4
2021-07-13mm: Add functions to lock invalidate_lock for two mappingsJan Kara1-0/+6
2021-07-13mfd: Add Renesas Synchronization Management Unit (SMU) supportMin Li3-0/+877
2021-07-13mm: Protect operations adding pages to page cache with invalidate_lockJan Kara1-0/+33
2021-07-13firmware: arm_scpi: Fix kernel doc warningsSudeep Holla1-0/+8
2021-07-13firmware: arm_scmi: Fix kernel doc warningsSudeep Holla1-5/+9
2021-07-12exit/bdflush: Remove the deprecated bdflush system callEric W. Biederman1-1/+0
2021-07-12mm: Make copy_huge_page() always availableMatthew Wilcox (Oracle)2-5/+1
2021-07-12Merge series "regulator: devres: remove unused device-managed unregister APIs...Mark Brown2-16/+0
2021-07-12of: Add stub for of_add_property()Wesley Cheng1-0/+5
2021-07-12usb: gadget: udc: core: Introduce check_config to verify USB configurationWesley Cheng1-0/+4
2021-07-12spi: <linux/spi/spi.h>: add missing struct kernel-doc entryRandy Dunlap1-1/+2
2021-07-12regulator: machine.h: fix kernel-doc "bad line"Randy Dunlap1-1/+1
2021-07-12regulator: rt5033: Use linear ranges to map all voltage selectionChiYuan Huang1-2/+2
2021-07-12regulator: devres: unexport devm_regulator_unregister_supply_alias()Alexandru Ardelean1-7/+0
2021-07-12regulator: devres: remove devm_regulator_bulk_unregister_supply_alias()Alexandru Ardelean1-8/+0
2021-07-12regulator: devres: remove devm_regulator_unregister() functionAlexandru Ardelean1-1/+0
2021-07-12ASoC: ti: davinci-mcasp: Add support for the OMAP4 version of McASPPeter Ujfalusi1-0/+1
2021-07-12Merge existing fixes from regulator/for-5.14Mark Brown1-2/+2
2021-07-11net: phy: marvell10g: fix differentiation of 88X3310 from 88X3340Marek BehĂșn1-5/+1
2021-07-10Merge tag 'kbuild-v5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds1-2/+4
2021-07-10Merge tag 's390-5.14-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds1-1/+0
2021-07-10Merge tag 'arm-drivers-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-0/+289
2021-07-10Merge tag 'arm-soc-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/soc...Linus Torvalds3-6/+127
2021-07-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller1-0/+1
2021-07-09Merge tag 'block-5.14-2021-07-08' of git://git.kernel.dk/linux-blockLinus Torvalds3-36/+6
2021-07-09Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds3-3/+27
2021-07-09Merge tag 'for-linus-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-0/+62
2021-07-09Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-4/+2
2021-07-09Merge tag 'nfs-for-5.14-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds7-0/+23
2021-07-09Merge tag 'f2fs-for-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-0/+2
2021-07-09Merge branch 'akpm' (patches from Andrew)Linus Torvalds24-40/+142
2021-07-09bpf: Track subprog poke descriptors correctly and fix use-after-freeJohn Fastabend1-0/+1