index
:
drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
Age
Commit message (
Expand
)
Author
Files
Lines
2021-11-08
Merge tag 'cxl-for-5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl...
Linus Torvalds
9
-0
/
+1224
2021-11-08
Add 'tools/perf/libbpf/' to ignored files
Linus Torvalds
1
-0
/
+1
2021-11-08
Merge tag 'perf-tools-for-v5.16-2021-11-07-without-bpftool-fix' of git://git....
Linus Torvalds
184
-1705
/
+5083
2021-11-07
perf build: Install libbpf headers locally when building
Quentin Monnet
1
-13
/
+19
2021-11-07
perf MANIFEST: Add bpftool files to allow building with BUILD_BPF_SKEL=1
Arnaldo Carvalho de Melo
1
-0
/
+3
2021-11-07
perf metric: Fix memory leaks
Ian Rogers
1
-1
/
+4
2021-11-07
perf parse-event: Add init and exit to parse_event_error
Ian Rogers
13
-51
/
+74
2021-11-07
perf parse-events: Rename parse_events_error functions
Ian Rogers
11
-79
/
+79
2021-11-07
perf stat: Fix memory leak on error path
Ian Rogers
1
-0
/
+1
2021-11-07
perf tools: Use __BYTE_ORDER__
Ilya Leoshkevich
7
-10
/
+10
2021-11-07
perf inject: Add vmlinux and ignore-vmlinux arguments
James Clark
2
-0
/
+14
2021-11-07
perf tools: Check vmlinux/kallsyms arguments in all tools
James Clark
7
-0
/
+28
2021-11-07
perf tools: Refactor out kernel symbol argument sanity checking
James Clark
3
-11
/
+26
2021-11-07
perf symbols: Ignore $a/$d symbols for ARM modules
Lexi Shao
1
-0
/
+4
2021-11-07
perf evsel: Don't set exclude_guest by default
Ravi Bangoria
3
-5
/
+31
2021-11-06
Merge tag 's390-5.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...
Linus Torvalds
2
-0
/
+7
2021-11-06
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
12
-124
/
+522
2021-11-06
perf evsel: Fix missing exclude_{host,guest} setting
Namhyung Kim
4
-5
/
+42
2021-11-06
perf bpf: Add missing free to bpf_event__print_bpf_prog_info()
Ian Rogers
1
-1
/
+3
2021-11-06
perf beauty: Update copy of linux/socket.h with the kernel sources
Arnaldo Carvalho de Melo
1
-0
/
+2
2021-11-06
selftests/damon: support watermarks
SeongJae Park
1
-2
/
+2
2021-11-06
tools/selftests/damon: update for regions prioritization of schemes
SeongJae Park
1
-2
/
+2
2021-11-06
mm/damon/selftests: support schemes quotas
SeongJae Park
1
-2
/
+2
2021-11-06
selftests/damon: add 'schemes' debugfs tests
SeongJae Park
1
-0
/
+13
2021-11-06
mm/memory_hotplug: remove CONFIG_MEMORY_HOTPLUG_SPARSE
David Hildenbrand
1
-1
/
+0
2021-11-06
selftests/vm: make MADV_POPULATE_(READ|WRITE) use in-tree headers
David Hildenbrand
1
-14
/
+1
2021-11-06
selftests: vm: add KSM huge pages merging time test
Pedro Demarchi Gomes
1
-1
/
+124
2021-11-06
selftest/vm: fix ksm selftest to run with different NUMA topologies
Aneesh Kumar K.V
1
-3
/
+26
2021-11-06
selftests/vm/transhuge-stress: fix ram size thinko
George G. Davis
1
-1
/
+1
2021-11-06
tools/vm/page-types.c: print file offset in hexadecimal
Naoya Horiguchi
1
-2
/
+2
2021-11-06
tools/vm/page-types.c: move show_file() to summary output
Naoya Horiguchi
1
-3
/
+7
2021-11-06
tools/vm/page-types.c: make walk_file() aware of address range option
Naoya Horiguchi
1
-6
/
+18
2021-11-06
tools/vm/page_owner_sort.c: count and sort by mem
Zhenliang Wei
1
-9
/
+85
2021-11-06
userfaultfd/selftests: fix calculation of expected ioctls
Axel Rasmussen
1
-39
/
+38
2021-11-06
userfaultfd/selftests: fix feature support detection
Axel Rasmussen
1
-23
/
+31
2021-11-06
userfaultfd/selftests: don't rely on GNU extensions for random numbers
Axel Rasmussen
1
-22
/
+4
2021-11-06
mm: remove duplicate include in hugepage-mremap.c
Ran Jianping
1
-1
/
+0
2021-11-06
mm, hugepages: add hugetlb vma mremap() test
Mina Almasry
4
-0
/
+173
2021-11-06
Merge remote-tracking branch 'torvalds/master' into perf/core
Arnaldo Carvalho de Melo
467
-4883
/
+20944
2021-11-05
Merge tag 'powerpc-5.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...
Linus Torvalds
1
-2
/
+2
2021-11-04
Merge tag 'char-misc-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
7
-7
/
+164
2021-11-04
perf clang: Fixes for more recent LLVM/clang
Ian Rogers
1
-8
/
+13
2021-11-04
tools: Bump minimum LLVM C++ std to GNU++14
Ian Rogers
2
-4
/
+4
2021-11-03
Merge tag 'trace-v5.16-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ro...
Linus Torvalds
1
-0
/
+63
2021-11-02
Merge tag 'linux-kselftest-kunit-5.16-rc1' of git://git.kernel.org/pub/scm/li...
Linus Torvalds
9
-479
/
+1159
2021-11-02
Merge tag 'linux-kselftest-next-5.16-rc1' of git://git.kernel.org/pub/scm/lin...
Linus Torvalds
3
-3
/
+3
2021-11-02
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
33
-180
/
+3492
2021-11-02
Merge tag 'x86_core_for_v5.16_rc1' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-20
/
+58
2021-11-02
Merge tag 'net-next-for-5.16' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
359
-3139
/
+13371
2021-11-01
Merge tag 'rcu.2021.11.01a' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
4
-4
/
+44
[next]