summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | dmaengine: dw: Initialize min and max burst DMA device capabilitySerge Semin2020-07-271-0/+2
| | * | | | | | dmaengine: Introduce DMA-device device_caps callbackSerge Semin2020-07-271-0/+4
| | * | | | | | dmaengine: Introduce max SG burst capabilitySerge Semin2020-07-271-0/+8
| | * | | | | | dmaengine: Introduce min burst length capabilitySerge Semin2020-07-271-0/+4
| | * | | | | | dmaengine: linux/dmaengine.h: drop duplicated word in a commentRandy Dunlap2020-07-181-1/+1
| | * | | | | | dmaengine: cookie bypass for out of order completionDave Jiang2020-06-171-0/+2
| | | |_|/ / / | | |/| | | |
* | | | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-08-0728-170/+419
|\ \ \ \ \ \ \
| * | | | | | | mm/page_alloc: fix memalloc_nocma_{save/restore} APIsJoonsoo Kim2020-08-071-7/+1
| * | | | | | | mm/page_alloc.c: remove unnecessary end_bitidx for [set|get]_pfnblock_flags_m...Wei Yang2020-08-072-7/+4
| * | | | | | | mm/page_alloc.c: simplify pageblock bitmap accessWei Yang2020-08-071-15/+7
| * | | | | | | mm/page_alloc.c: replace the definition of NR_MIGRATETYPE_BITS with PB_migrat...Wei Yang2020-08-071-2/+1
| * | | | | | | mm/page_alloc: remove nr_free_pagecache_pages()David Hildenbrand2020-08-071-1/+0
| * | | | | | | mm: remove vm_total_pagesDavid Hildenbrand2020-08-071-1/+0
| * | | | | | | efi: provide empty efi_enter_virtual_mode implementationAndrey Konovalov2020-08-071-0/+4
| * | | | | | | kasan: remove kasan_unpoison_stack_above_sp_to()Vincenzo Frascino2020-08-071-2/+0
| * | | | | | | rcu: kasan: record and print call_rcu() call stackWalter Wu2020-08-071-0/+2
| * | | | | | | mm/sparse: cleanup the code surrounding memory_present()Mike Rapoport2020-08-072-18/+0
| * | | | | | | mm/mremap: it is sure to have enough space when extent meets requirementWei Yang2020-08-071-1/+1
| * | | | | | | mm: remove unnecessary wrapper function do_mmap_pgoff()Peter Collingbourne2020-08-072-12/+2
| * | | | | | | mm/sparsemem: enable vmem_altmap support in vmemmap_alloc_block_buf()Anshuman Khandual2020-08-071-2/+2
| * | | | | | | mm/sparsemem: enable vmem_altmap support in vmemmap_populate_basepages()Anshuman Khandual2020-08-071-2/+3
| * | | | | | | mm: adjust vm_committed_as_batch according to vm overcommit policyFeng Tang2020-08-072-0/+6
| * | | | | | | percpu_counter: add percpu_counter_sync()Feng Tang2020-08-071-0/+4
| * | | | | | | mm: move p?d_alloc_track to separate header fileJoerg Roedel2020-08-071-45/+0
| * | | | | | | asm-generic: pgalloc: provide generic pgd_free()Mike Rapoport2020-08-071-0/+7
| * | | | | | | asm-generic: pgalloc: provide generic pud_alloc_one() and pud_free_one()Mike Rapoport2020-08-071-0/+30
| * | | | | | | asm-generic: pgalloc: provide generic pmd_alloc_one() and pmd_free_one()Mike Rapoport2020-08-071-0/+43
| * | | | | | | mm: remove unneeded includes of <asm/pgalloc.h>Mike Rapoport2020-08-071-1/+0
| * | | | | | | mm, memcg: decouple e{low,min} state mutations from protection checksChris Down2020-08-071-11/+42
| * | | | | | | mm, memcg: avoid stale protection values when cgroup is above protectionYafang Shao2020-08-071-2/+40
| * | | | | | | mm: kmem: switch to static_branch_likely() in memcg_kmem_enabled()Roman Gushchin2020-08-071-1/+1
| * | | | | | | mm: memcontrol: account kernel stack per nodeShakeel Butt2020-08-072-6/+23
| * | | | | | | mm: memcg/slab: use a single set of kmem_caches for all allocationsRoman Gushchin2020-08-073-15/+0
| * | | | | | | mm: memcg/slab: remove memcg_kmem_get_cache()Roman Gushchin2020-08-071-2/+0
| * | | | | | | mm: memcg/slab: simplify memcg cache creationRoman Gushchin2020-08-071-1/+0
| * | | | | | | mm: memcg/slab: use a single set of kmem_caches for all accounted allocationsRoman Gushchin2020-08-072-8/+2
| * | | | | | | mm: memcg/slab: move memcg_kmem_bypass() to memcontrol.hRoman Gushchin2020-08-071-0/+12
| * | | | | | | mm: memcg/slab: save obj_cgroup for non-root slab objectsRoman Gushchin2020-08-071-1/+2
| * | | | | | | mm: memcg/slab: allocate obj_cgroups for non-root slab pagesRoman Gushchin2020-08-073-1/+15
| * | | | | | | mm: memcg/slab: obj_cgroup APIRoman Gushchin2020-08-071-0/+51
| * | | | | | | mm: slub: implement SLUB version of obj_to_index()Roman Gushchin2020-08-071-0/+16
| * | | | | | | mm: memcg: convert vmstat slab counters to bytesRoman Gushchin2020-08-071-3/+13
| * | | | | | | mm: memcg: prepare for byte-sized vmstat itemsRoman Gushchin2020-08-072-1/+23
| * | | | | | | mm: memcg: factor out memcg- and lruvec-level changes out of __mod_lruvec_sta...Roman Gushchin2020-08-071-0/+17
| * | | | | | | tmpfs: support 64-bit inums per-sbChris Down2020-08-071-0/+1
| * | | | | | | tmpfs: per-superblock i_ino supportChris Down2020-08-072-0/+17
| * | | | | | | mm, dump_page: do not crash with bad compound_mapcount()John Hubbard2020-08-071-2/+12
| * | | | | | | mm, treewide: rename kzfree() to kfree_sensitive()Waiman Long2020-08-078-8/+10
| * | | | | | | mm/migrate: fix migrate_pgmap_owner w/o CONFIG_MMU_NOTIFIERRalph Campbell2020-08-071-0/+13
* | | | | | | | Merge tag 'for-linus-5.9-rc1-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-08-073-6/+5
|\ \ \ \ \ \ \ \