index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
zsmalloc: switch from alloc_vm_area to get_vm_area
Christoph Hellwig
2020-10-18
1
-2
/
+8
*
mm: allow a NULL fn callback in apply_to_page_range
Christoph Hellwig
2020-10-18
1
-7
/
+9
*
mm: add a vmap_pfn function
Christoph Hellwig
2020-10-18
3
-0
/
+49
*
mm: add a VM_MAP_PUT_PAGES flag for vmap
Christoph Hellwig
2020-10-18
2
-2
/
+8
*
mm: update the documentation for vfree
Matthew Wilcox (Oracle)
2020-10-18
1
-10
/
+11
*
mm/madvise: introduce process_madvise() syscall: an external memory hinting API
Minchan Kim
2020-10-18
22
-3
/
+117
*
pid: move pidfd_get_pid() to pid.c
Minchan Kim
2020-10-18
3
-19
/
+20
*
mm/madvise: pass mm to do_madvise
Minchan Kim
2020-10-18
3
-16
/
+20
*
selftests/vm: 10x speedup for hmm-tests
John Hubbard
2020-10-18
1
-1
/
+1
*
binfmt_elf: take the mmap lock around find_extend_vma()
Jann Horn
2020-10-18
1
-0
/
+3
*
mm/gup_benchmark: take the mmap lock around GUP
Jann Horn
2020-10-18
1
-3
/
+12
*
mm/mmap: add inline munmap_vma_range() for code readability
Liam R. Howlett
2020-10-18
1
-15
/
+33
*
mm/mmap: add inline vma_next() for readability of mmap code
Liam R. Howlett
2020-10-18
1
-6
/
+20
*
mm/migrate: avoid possible unnecessary process right check in kernel_move_pag...
Miaohe Lin
2020-10-18
1
-28
/
+43
*
mm/memory_hotplug: remove a wrapper for alloc_migration_target()
Joonsoo Kim
2020-10-18
1
-24
/
+22
*
mm/memory-failure: remove a wrapper for alloc_migration_target()
Joonsoo Kim
2020-10-18
1
-12
/
+6
*
mm: kmem: enable kernel memcg accounting from interrupt contexts
Roman Gushchin
2020-10-18
2
-12
/
+13
*
mm: kmem: prepare remote memcg charging infra for interrupt contexts
Roman Gushchin
2020-10-18
2
-16
/
+45
*
mm: kmem: remove redundant checks from get_obj_cgroup_from_current()
Roman Gushchin
2020-10-18
1
-3
/
+0
*
mm: kmem: move memcg_kmem_bypass() calls to get_mem/obj_cgroup_from_current()
Roman Gushchin
2020-10-18
3
-10
/
+9
*
mm, memcg: rework remote charging API to support nesting
Roman Gushchin
2020-10-18
5
-30
/
+22
*
ia64: fix build error with !COREDUMP
Krzysztof Kozlowski
2020-10-18
1
-1
/
+1
*
Merge tag 'perf-tools-for-v5.10-2020-10-15' of git://git.kernel.org/pub/scm/l...
Linus Torvalds
2020-10-17
164
-5711
/
+10441
|
\
|
*
perf c2c: Update documentation for metrics reorganization
Leo Yan
2020-10-15
1
-16
/
+18
|
*
perf c2c: Add metrics "RMT Load Hit"
Leo Yan
2020-10-15
1
-50
/
+2
|
*
perf c2c: Correct LLC load hit metrics
Leo Yan
2020-10-15
1
-2
/
+2
|
*
perf c2c: Change header for LLC local hit
Leo Yan
2020-10-15
1
-1
/
+1
|
*
perf c2c: Use more explicit headers for HITM
Leo Yan
2020-10-15
1
-4
/
+4
|
*
perf c2c: Change header from "LLC Load Hitm" to "Load Hitm"
Leo Yan
2020-10-15
1
-1
/
+1
|
*
perf c2c: Organize metrics based on memory hierarchy
Leo Yan
2020-10-15
1
-3
/
+3
|
*
perf c2c: Display "Total Stores" as a standalone metrics
Leo Yan
2020-10-15
1
-6
/
+7
|
*
perf c2c: Display the total numbers continuously
Leo Yan
2020-10-15
1
-2
/
+2
|
*
perf bench: Use condition variables in numa.
Ian Rogers
2020-10-14
1
-21
/
+46
|
*
perf jevents: Fix event code for events referencing std arch events
John Garry
2020-10-14
1
-8
/
+3
|
*
perf diff: Support hot streams comparison
Jin Yao
2020-10-14
2
-13
/
+110
|
*
perf streams: Report hot streams
Jin Yao
2020-10-14
4
-0
/
+141
|
*
perf streams: Calculate the sum of total streams hits
Jin Yao
2020-10-14
4
-0
/
+38
|
*
perf streams: Link stream pair
Jin Yao
2020-10-14
2
-0
/
+44
|
*
perf streams: Compare two streams
Jin Yao
2020-10-14
2
-0
/
+58
|
*
perf streams: Get the evsel_streams by evsel_idx
Jin Yao
2020-10-14
2
-0
/
+16
|
*
perf streams: Introduce branch history "streams"
Jin Yao
2020-10-14
3
-0
/
+195
|
*
perf intel-pt: Improve PT documentation slightly
Andi Kleen
2020-10-14
1
-0
/
+30
|
*
perf tools: Add support for exclusive groups/events
Andi Kleen
2020-10-14
4
-4
/
+68
|
*
perf test: Add build id shell test
Jiri Olsa
2020-10-14
1
-0
/
+101
|
*
perf tools: Align buildid list output for short build ids
Jiri Olsa
2020-10-14
3
-4
/
+5
|
*
perf tools: Add size to 'struct perf_record_header_build_id'
Jiri Olsa
2020-10-14
3
-7
/
+23
|
*
perf tools: Pass build_id object to dso__build_id_equal()
Jiri Olsa
2020-10-14
4
-6
/
+11
|
*
perf tools: Pass build_id object to dso__set_build_id()
Jiri Olsa
2020-10-14
5
-6
/
+8
|
*
perf tools: Pass build_id object to build_id__sprintf()
Jiri Olsa
2020-10-14
12
-35
/
+43
|
*
perf tools: Pass build id object to sysfs__read_build_id()
Jiri Olsa
2020-10-14
6
-23
/
+16
[next]