summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* mm: cleanup the gfp_mask handling in __vmalloc_area_nodeChristoph Hellwig2020-10-181-12/+10
* mm: remove alloc_vm_areaChristoph Hellwig2020-10-183-59/+1
* x86/xen: open code alloc_vm_area in arch_gnttab_vallocChristoph Hellwig2020-10-181-7/+20
* xen/xenbus: use apply_to_page_range directly in xenbus_map_ring_pvChristoph Hellwig2020-10-181-14/+16
* drm/i915: use vmap in i915_gem_object_mapChristoph Hellwig2020-10-182-68/+60
* drm/i915: stop using kmap in i915_gem_object_mapChristoph Hellwig2020-10-181-5/+2
* drm/i915: use vmap in shmem_pin_mapChristoph Hellwig2020-10-181-58/+18
* zsmalloc: switch from alloc_vm_area to get_vm_areaChristoph Hellwig2020-10-181-2/+8
* mm: allow a NULL fn callback in apply_to_page_rangeChristoph Hellwig2020-10-181-7/+9
* mm: add a vmap_pfn functionChristoph Hellwig2020-10-183-0/+49
* mm: add a VM_MAP_PUT_PAGES flag for vmapChristoph Hellwig2020-10-182-2/+8
* mm: update the documentation for vfreeMatthew Wilcox (Oracle)2020-10-181-10/+11
* mm/madvise: introduce process_madvise() syscall: an external memory hinting APIMinchan Kim2020-10-1822-3/+117
* pid: move pidfd_get_pid() to pid.cMinchan Kim2020-10-183-19/+20
* mm/madvise: pass mm to do_madviseMinchan Kim2020-10-183-16/+20
* selftests/vm: 10x speedup for hmm-testsJohn Hubbard2020-10-181-1/+1
* binfmt_elf: take the mmap lock around find_extend_vma()Jann Horn2020-10-181-0/+3
* mm/gup_benchmark: take the mmap lock around GUPJann Horn2020-10-181-3/+12
* mm/mmap: add inline munmap_vma_range() for code readabilityLiam R. Howlett2020-10-181-15/+33
* mm/mmap: add inline vma_next() for readability of mmap codeLiam R. Howlett2020-10-181-6/+20
* mm/migrate: avoid possible unnecessary process right check in kernel_move_pag...Miaohe Lin2020-10-181-28/+43
* mm/memory_hotplug: remove a wrapper for alloc_migration_target()Joonsoo Kim2020-10-181-24/+22
* mm/memory-failure: remove a wrapper for alloc_migration_target()Joonsoo Kim2020-10-181-12/+6
* mm: kmem: enable kernel memcg accounting from interrupt contextsRoman Gushchin2020-10-182-12/+13
* mm: kmem: prepare remote memcg charging infra for interrupt contextsRoman Gushchin2020-10-182-16/+45
* mm: kmem: remove redundant checks from get_obj_cgroup_from_current()Roman Gushchin2020-10-181-3/+0
* mm: kmem: move memcg_kmem_bypass() calls to get_mem/obj_cgroup_from_current()Roman Gushchin2020-10-183-10/+9
* mm, memcg: rework remote charging API to support nestingRoman Gushchin2020-10-185-30/+22
* ia64: fix build error with !COREDUMPKrzysztof Kozlowski2020-10-181-1/+1
* Merge tag 'perf-tools-for-v5.10-2020-10-15' of git://git.kernel.org/pub/scm/l...Linus Torvalds2020-10-17164-5711/+10441
|\
| * perf c2c: Update documentation for metrics reorganizationLeo Yan2020-10-151-16/+18
| * perf c2c: Add metrics "RMT Load Hit"Leo Yan2020-10-151-50/+2
| * perf c2c: Correct LLC load hit metricsLeo Yan2020-10-151-2/+2
| * perf c2c: Change header for LLC local hitLeo Yan2020-10-151-1/+1
| * perf c2c: Use more explicit headers for HITMLeo Yan2020-10-151-4/+4
| * perf c2c: Change header from "LLC Load Hitm" to "Load Hitm"Leo Yan2020-10-151-1/+1
| * perf c2c: Organize metrics based on memory hierarchyLeo Yan2020-10-151-3/+3
| * perf c2c: Display "Total Stores" as a standalone metricsLeo Yan2020-10-151-6/+7
| * perf c2c: Display the total numbers continuouslyLeo Yan2020-10-151-2/+2
| * perf bench: Use condition variables in numa.Ian Rogers2020-10-141-21/+46
| * perf jevents: Fix event code for events referencing std arch eventsJohn Garry2020-10-141-8/+3
| * perf diff: Support hot streams comparisonJin Yao2020-10-142-13/+110
| * perf streams: Report hot streamsJin Yao2020-10-144-0/+141
| * perf streams: Calculate the sum of total streams hitsJin Yao2020-10-144-0/+38
| * perf streams: Link stream pairJin Yao2020-10-142-0/+44
| * perf streams: Compare two streamsJin Yao2020-10-142-0/+58
| * perf streams: Get the evsel_streams by evsel_idxJin Yao2020-10-142-0/+16
| * perf streams: Introduce branch history "streams"Jin Yao2020-10-143-0/+195
| * perf intel-pt: Improve PT documentation slightlyAndi Kleen2020-10-141-0/+30
| * perf tools: Add support for exclusive groups/eventsAndi Kleen2020-10-144-4/+68