summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* kernel: acct.c: fix some kernel-doc nitsRandy Dunlap2020-10-161-5/+3
* kernel/: fix repeated words in commentsRandy Dunlap2020-10-1615-15/+15
* kernel/sys.c: replace do_brk with do_brk_flags in comment of prctl_set_mm_map()Liao Pingfang2020-10-161-1/+1
* kernel.h: split out min()/max() et al. helpersAndy Shevchenko2020-10-161-1/+2
* mm: use helper function put_write_access()Miaohe Lin2020-10-161-1/+1
* kernel/resource: make iomem_resource implicit in release_mem_region_adjustable()David Hildenbrand2020-10-161-3/+2
* mm/memory_hotplug: MEMHP_MERGE_RESOURCE to specify merging of System RAM reso...David Hildenbrand2020-10-161-0/+60
* kernel/resource: move and rename IORESOURCE_MEM_DRIVER_MANAGEDDavid Hildenbrand2020-10-161-1/+1
* kernel/resource: make release_mem_region_adjustable() never failDavid Hildenbrand2020-10-161-21/+28
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2020-10-151-1/+1
|\
| * Merge branch 'master' into for-nextJiri Kosina2020-09-01283-13453/+32556
| |\
| * | printk: fix global commentRandy Dunlap2020-05-181-1/+1
* | | Merge tag 'dma-mapping-5.10' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2020-10-1514-210/+773
|\ \ \
| * | | dma-direct: simplify the DMA_ATTR_NO_KERNEL_MAPPING handlingChristoph Hellwig2020-10-071-61/+39
| * | | dma-direct: factor out a dma_direct_alloc_from_pool helperChristoph Hellwig2020-10-071-19/+20
| * | | dma-direct check for highmem pages in dma_direct_alloc_pagesChristoph Hellwig2020-10-071-0/+11
| * | | dma-mapping: merge <linux/dma-noncoherent.h> into <linux/dma-map-ops.h>Christoph Hellwig2020-10-063-3/+1
| * | | dma-mapping: move large parts of <linux/dma-direct.h> to kernel/dmaChristoph Hellwig2020-10-063-2/+121
| * | | dma-mapping: move dma-debug.h to kernel/dma/Christoph Hellwig2020-10-063-3/+125
| * | | dma-mapping: remove <asm/dma-contiguous.h>Christoph Hellwig2020-10-061-1/+5
| * | | dma-mapping: merge <linux/dma-contiguous.h> into <linux/dma-map-ops.h>Christoph Hellwig2020-10-065-5/+31
| * | | dma-contiguous: remove dma_contiguous_set_defaultChristoph Hellwig2020-10-061-1/+1
| * | | dma-contiguous: remove dev_set_cma_areaChristoph Hellwig2020-10-061-2/+2
| * | | dma-mapping: split <linux/dma-mapping.h>Christoph Hellwig2020-10-066-3/+6
| * | | cma: decrease CMA_ALIGNMENT lower limit to 2Paul Cercueil2020-10-061-1/+1
| * | | dma-mapping: add new {alloc,free}_noncoherent dma_map_ops methodsChristoph Hellwig2020-09-251-6/+27
| * | | dma-mapping: add a new dma_alloc_pages APIChristoph Hellwig2020-09-254-4/+148
| * | | dma-mapping: remove dma_cache_syncChristoph Hellwig2020-09-252-17/+0
| * | | Merge branch 'master' of https://git.kernel.org/pub/scm/linux/kernel/git/torv...Christoph Hellwig2020-09-2520-76/+174
| |\ \ \
| * | | | dma-debug: convert comma to semicolonXu Wang2020-09-211-2/+2
| * | | | dma-mapping: introduce DMA range map, supplanting dma_pfn_offsetJim Quinlan2020-09-172-6/+52
| * | | | dma-direct: Fix potential NULL pointer dereferenceThomas Tai2020-09-171-0/+11
| * | | | dma-mapping: move the dma_declare_coherent_memory documentationChristoph Hellwig2020-09-111-0/+17
| * | | | dma-mapping: move dma_common_{mmap,get_sgtable} out of mapping.cChristoph Hellwig2020-09-113-46/+53
| * | | | dma-direct: rename and cleanup __phys_to_dmaChristoph Hellwig2020-09-112-6/+6
| * | | | dma-direct: remove __dma_to_physChristoph Hellwig2020-09-111-5/+1
| * | | | dma-direct: use phys_to_dma_direct in dma_direct_allocChristoph Hellwig2020-09-111-4/+1
| * | | | dma-direct: lift gfp_t manipulation out of__dma_direct_alloc_pagesChristoph Hellwig2020-09-111-7/+5
| * | | | dma-direct: remove dma_direct_{alloc,free}_pagesChristoph Hellwig2020-09-112-25/+16
| * | | | dma-mapping: add (back) arch_dma_mark_clean for ia64Christoph Hellwig2020-09-112-0/+9
| * | | | dma-mapping: fix DMA_OPS dependenciesChristoph Hellwig2020-09-111-0/+1
| * | | | dma-debug: remove most exportsChristoph Hellwig2020-09-111-10/+0
| * | | | dma-mapping: remove the dma_dummy_ops exportChristoph Hellwig2020-09-111-1/+0
| * | | | mm: cma: use CMA_MAX_NAME to define the length of cma name arrayBarry Song2020-09-011-1/+1
| * | | | dma-contiguous: provide the ability to reserve per-numa CMABarry Song2020-09-012-10/+101
| | |_|/ | |/| |
* | | | Merge tag 'drm-next-2020-10-15' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2020-10-151-8/+9
|\ \ \ \
| * \ \ \ Merge v5.9-rc5 into drm-nextDaniel Vetter2020-09-144-10/+24
| |\ \ \ \
| * \ \ \ \ Merge tag 'v5.9-rc4' into drm-nextDave Airlie2020-09-0834-73/+104
| |\ \ \ \ \
| * \ \ \ \ \ Merge tag 'drm-misc-next-2020-08-27' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2020-08-281-8/+9
| |\ \ \ \ \ \
| | * \ \ \ \ \ Merge v5.9-rc1 into drm-misc-nextMaxime Ripard2020-08-18157-2804/+8867
| | |\ \ \ \ \ \