summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
| * perf test: Add build id shell testJiri Olsa2020-10-141-0/+101
| * perf tools: Align buildid list output for short build idsJiri Olsa2020-10-143-4/+5
| * perf tools: Add size to 'struct perf_record_header_build_id'Jiri Olsa2020-10-143-7/+23
| * perf tools: Pass build_id object to dso__build_id_equal()Jiri Olsa2020-10-144-6/+11
| * perf tools: Pass build_id object to dso__set_build_id()Jiri Olsa2020-10-145-6/+8
| * perf tools: Pass build_id object to build_id__sprintf()Jiri Olsa2020-10-1412-35/+43
| * perf tools: Pass build id object to sysfs__read_build_id()Jiri Olsa2020-10-146-23/+16
| * perf tools: Pass build_id object to filename__read_build_id()Jiri Olsa2020-10-1411-57/+60
| * perf tools: Use build_id object in dsoJiri Olsa2020-10-1415-29/+34
| * perf config: Export the perf_config_from_file() functionArnaldo Carvalho de Melo2020-10-132-1/+3
| * perf python: Autodetect python3 binaryJames Clark2020-10-131-6/+9
| * perf tests: Show python test script in verbose modeArnaldo Carvalho de Melo2020-10-131-0/+1