summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* mm/madvise: support both pid and pidfd for process_madviseMinchan Kim2020-04-201-1/+2
* pid: move pidfd_get_pid() to pid.cMinchan Kim2020-04-201-0/+1
* mm/madvise: introduce process_madvise() syscall: an external memory hinting APIMinchan Kim2020-04-202-1/+5
* mm/madvise: pass task and mm to do_madviseMinchan Kim2020-04-201-1/+2
* mm: annotate a data race in page_zonenum()Qian Cai2020-04-201-0/+1
* mm/memcontrol: fix a data race in scan countQian Cai2020-04-201-1/+1
* kernel: better document the use_mm/unuse_mm API contractChristoph Hellwig2020-04-201-2/+2
* kernel: move use_mm/unuse_mm to kthread.cChristoph Hellwig2020-04-202-5/+5
* Merge branch 'akpm-current/current'Stephen Rothwell2020-04-2033-271/+288
|\
| * ipc/namespace.c: use a work queue to free_ipcGiuseppe Scrivano2020-04-201-0/+2
| * aio: simplify read_events()Oleg Nesterov2020-04-201-2/+2
| * panic: add sysctl to dump all CPUs backtraces on oops eventGuilherme G. Piccoli2020-04-201-0/+6
| * dynamic_debug: add an option to enable dynamic debug for modules onlyOrson Zhai2020-04-203-8/+14
| * kernel/hung_task.c: introduce sysctl to print all traces when a hung task is ...Guilherme G. Piccoli2020-04-201-0/+7
| * kernel/hung_task.c: Monitor killed tasks.Tetsuo Handa2020-04-201-0/+1
| * fs/buffer.c: add debug print for __getblk_gfp() stall problemTetsuo Handa2020-04-201-0/+7
| * mm-replace-zero-length-array-with-flexible-array-member-fixAndrew Morton2020-04-201-1/+1
| * mm: replace zero-length array with flexible-array memberchenqiwu2020-04-203-3/+3
| * mm/memory_hotplug: remove is_mem_section_removable()David Hildenbrand2020-04-201-7/+0
| * hugetlbfs: move hugepagesz= parsing to arch independent codeMike Kravetz2020-04-201-1/+0
| * hugetlbfs: add arch_hugetlb_valid_sizeMike Kravetz2020-04-201-0/+1
| * khugepaged: introduce 'max_ptes_shared' tunableKirill A. Shutemov2020-04-201-1/+2
| * mm: rename gfpflags_to_migratetype to gfp_migratetype for same conventionWei Yang2020-04-201-1/+1
| * mm/page_alloc: integrate classzone_idx and high_zoneidxJoonsoo Kim2020-04-204-24/+33
| * mm/page_alloc.c: remove unused free_bootmem_with_active_regionsBaoquan He2020-04-201-4/+0
| * mm: initialize deferred pages with interrupts enabledPavel Tatashin2020-04-201-0/+2
| * mm: rename free_area_init_node() to free_area_init_memoryless_node()Mike Rapoport2020-04-201-6/+3
| * mm: use free_area_init() instead of free_area_init_nodes()Mike Rapoport2020-04-201-4/+3
| * mm: free_area_init: use maximal zone PFNs rather than zone sizesMike Rapoport2020-04-201-1/+1
| * mm: remove CONFIG_HAVE_MEMBLOCK_NODE_MAP optionMike Rapoport2020-04-203-16/+6
| * mm: make early_pfn_to_nid() and related defintions close to each otherMike Rapoport2020-04-202-11/+2
| * mm: clarify __GFP_MEMALLOC usageMichal Hocko2020-04-201-0/+5
| * mm: remove vmalloc_user_node_flagsChristoph Hellwig2020-04-201-1/+0
| * mm: remove __vmalloc_node_flags_callerChristoph Hellwig2020-04-201-2/+2
| * mm: remove both instances of __vmalloc_node_flagsChristoph Hellwig2020-04-201-9/+0
| * mm: remove the pgprot argument to __vmallocChristoph Hellwig2020-04-201-1/+1
| * mm: enforce that vmap can't map pages executableChristoph Hellwig2020-04-201-0/+4
| * mm: remove the prot argument from vm_map_ramChristoph Hellwig2020-04-201-2/+1
| * mm: remove map_vm_rangeChristoph Hellwig2020-04-201-6/+4
| * mm: rename CONFIG_PGTABLE_MAPPING to CONFIG_ZSMALLOC_PGTABLE_MAPPINGChristoph Hellwig2020-04-201-1/+1
| * mm: remove __get_vm_areaChristoph Hellwig2020-04-201-2/+0
| * mm: remove __ARCH_HAS_5LEVEL_HACK and include/asm-generic/5level-fixup.hMike Rapoport2020-04-202-64/+0
| * asm-generic: remove pgtable-nop4d-hack.hMike Rapoport2020-04-202-68/+0
| * iomap: convert from readpages to readaheadMatthew Wilcox (Oracle)2020-04-201-2/+1
| * f2fs: convert from readpages to readaheadMatthew Wilcox (Oracle)2020-04-201-3/+3
| * erofs: convert uncompressed files from readpages to readaheadMatthew Wilcox (Oracle)2020-04-201-3/+3
| * fs: convert mpage_readpages to mpage_readaheadMatthew Wilcox (Oracle)2020-04-201-2/+2
| * mm: add page_cache_readahead_unboundedMatthew Wilcox (Oracle)2020-04-201-0/+3
| * mm: add readahead address space operationMatthew Wilcox (Oracle)2020-04-201-0/+2
| * mm: add new readahead_control APIMatthew Wilcox (Oracle)2020-04-201-0/+140