summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
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
2021-07-08Merge tag 'drm-next-2021-07-08-1' of git://anongit.freedesktop.org/drm/drmLinus Torvalds1-1/+1
2021-07-08Merge tag 'pwm/for-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-5/+10
2021-07-08Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds1-0/+6
2021-07-08Merge tag 'pci-v5.14-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds6-4/+13
2021-07-08mm: rename p4d_page_vaddr to p4d_pgtable and make it return pud_t *Aneesh Kumar K.V1-1/+1
2021-07-08mm: rename pud_page_vaddr to pud_pgtable and make it return pmd_t *Aneesh Kumar K.V1-1/+1
2021-07-08kdump: use vmlinux_build_id to simplifyStephen Boyd2-7/+7
2021-07-08module: add printk formats to add module build ID to stacktracesStephen Boyd2-3/+27
2021-07-08dump_stack: add vmlinux build ID to stack tracesStephen Boyd1-0/+4
2021-07-08buildid: stash away kernels build ID on initStephen Boyd1-0/+3
2021-07-08buildid: add API to parse build ID out of bufferStephen Boyd1-0/+1
2021-07-08mm: add setup_initial_init_mm() helperKefeng Wang1-0/+3
2021-07-08mm: fix spelling mistakes in header filesZhen Lei8-16/+16
2021-07-08arch, mm: wire up memfd_secret system call where relevantMike Rapoport1-0/+1
2021-07-08PM: hibernate: disable when there are active secretmem usersMike Rapoport1-0/+6
2021-07-08mm: introduce memfd_secret system call to create "secret" memory areasMike Rapoport1-0/+48
2021-07-08set_memory: allow querying whether set_direct_map_*() is actually enabledMike Rapoport1-0/+12