index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
Age
Commit message (
Expand
)
Author
Files
Lines
2020-04-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
5
-18
/
+86
2020-04-07
tc-testing: remove duplicate code in tdc.py
Roman Mashak
1
-3
/
+2
2020-04-08
selftests/bpf: Add test for bpf_get_link_xdp_id
Andrey Ignatov
1
-0
/
+68
2020-04-08
libbpf: Fix bpf_get_link_xdp_id flags handling
Andrey Ignatov
1
-1
/
+1
2020-04-07
kselftest: introduce new epoll test case
Roman Penyaev
1
-1
/
+66
2020-04-07
lib/rbtree: fix coding style of assignments
chenqiwu
1
-2
/
+2
2020-04-07
userfaultfd: selftests: add write-protect test
Peter Xu
1
-24
/
+133
2020-04-07
userfaultfd: selftests: refactor statistics
Peter Xu
1
-27
/
+49
2020-04-06
libbpf: Initialize *nl_pid so gcc 10 is happy
Jeremy Cline
1
-2
/
+2
2020-04-05
Merge tag 'perf-urgent-2020-04-05' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
96
-619
/
+3031
2020-04-05
Merge tag 'powerpc-5.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...
Linus Torvalds
15
-41
/
+465
2020-04-05
Merge tag 'trace-v5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...
Linus Torvalds
6
-19
/
+292
2020-04-04
Merge tag 'gpio-v5.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...
Linus Torvalds
6
-7
/
+132
2020-04-04
Merge tag 'threads-v5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/bra...
Linus Torvalds
6
-0
/
+59
2020-04-04
Merge tag 'perf-urgent-for-mingo-5.7-20200403' of git://git.kernel.org/pub/sc...
Ingo Molnar
96
-619
/
+3032
2020-04-03
Merge tag 'pci-v5.7-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-4
/
+33
2020-04-03
Merge tag 'char-misc-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2
-131
/
+371
2020-04-03
Merge tag 'spdx-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
117
-0
/
+117
2020-04-03
Merge branch 'for-5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...
Linus Torvalds
5
-5
/
+327
2020-04-03
perf python: Fix clang detection to strip out options passed in $CC
Arnaldo Carvalho de Melo
1
-1
/
+1
2020-04-03
perf tools: Support Python 3.8+ in Makefile
Sam Lunt
1
-1
/
+10
2020-04-03
perf script: Fix invalid read of directory entry after closedir()
Andreas Gerstmayr
1
-1
/
+1
2020-04-03
perf script report: Fix SEGFAULT when using DWARF mode
Andreas Gerstmayr
1
-0
/
+3
2020-04-03
perf script: add -S/--symbols documentation
Ian Rogers
1
-0
/
+8
2020-04-03
perf pmu-events x86: Use CPU_CLK_UNHALTED.THREAD in Kernel_Utilization metric
Jin Yao
12
-12
/
+12
2020-04-03
perf events parser: Add missing Intel CPU events to parser
Adrian Hunter
1
-5
/
+7
2020-04-03
perf script: Allow --symbol to accept hexadecimal addresses
Stephane Eranian
1
-4
/
+17
2020-04-03
perf report/top TUI: Fix title line formatting
Arnaldo Carvalho de Melo
1
-4
/
+4
2020-04-03
perf top: Support hotkey to change sort order
Jin Yao
1
-2
/
+9
2020-04-03
perf top: Support --group-sort-idx to change the sort order
Jin Yao
2
-0
/
+9
2020-04-03
perf symbols: Fix arm64 gap between kernel start and module end
Kemeng Shi
2
-0
/
+28
2020-04-03
perf build-test: Honour JOBS to override detection of number of cores
Arnaldo Carvalho de Melo
1
-3
/
+7
2020-04-03
perf script: Add --show-cgroup-events option
Namhyung Kim
2
-0
/
+44
2020-04-03
perf top: Add --all-cgroups option
Namhyung Kim
2
-0
/
+19
2020-04-03
perf record: Add --all-cgroups option
Namhyung Kim
5
-2
/
+27
2020-04-03
perf record: Support synthesizing cgroup events
Namhyung Kim
4
-0
/
+129
2020-04-03
perf report: Add 'cgroup' sort key
Namhyung Kim
5
-0
/
+54
2020-04-03
perf cgroup: Maintain cgroup hierarchy
Namhyung Kim
5
-5
/
+109
2020-04-03
perf tools: Basic support for CGROUP event
Namhyung Kim
13
-1
/
+74
2020-04-03
perf tools: Add file-handle feature test
Namhyung Kim
4
-2
/
+28
2020-04-03
perf python: Include rwsem.c in the pythong biding
Arnaldo Carvalho de Melo
1
-0
/
+1
2020-04-02
bpf, lsm: Fix the file_mprotect LSM test.
KP Singh
2
-13
/
+13
2020-04-03
bpf: Fix spelling mistake "arithmatic" -> "arithmetic" in test_verifier
Colin Ian King
1
-2
/
+2
2020-04-02
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
42
-587
/
+2103
2020-04-02
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
12
-205
/
+1496
2020-04-02
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...
Linus Torvalds
2
-2
/
+88
2020-04-02
tools: PCI: Add 'e' to clear IRQ
Kishon Vijay Abraham I
1
-1
/
+15
2020-04-02
tools: PCI: Add 'd' command line option to support DMA
Kishon Vijay Abraham I
1
-4
/
+19
2020-04-02
selftests/vm: fix map_hugetlb length used for testing read and write
Christophe Leroy
1
-7
/
+7
2020-04-02
hugetlb_cgroup: add hugetlb_cgroup reservation tests
Mina Almasry
6
-0
/
+1086
[next]