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-01-20
Merge tag 'v5.5-rc7' into perf/core, to pick up fixes
Ingo Molnar
18
-49
/
+140
2020-01-19
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
2
-3
/
+7
2020-01-18
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
4
-4
/
+12
2020-01-16
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
1
-1
/
+1
2020-01-15
selftests: mlxsw: qos_mc_aware: Fix mausezahn invocation
Petr Machata
1
-2
/
+6
2020-01-11
bpftool: Fix printing incorrect pointer in btf_dump_ptr
Martin KaFai Lau
1
-1
/
+1
2020-01-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
1
-0
/
+8
2020-01-06
tools lib: Fix builds when glibc contains strlcpy()
Vitaly Chikunov
2
-0
/
+15
2020-01-06
perf report/top: Make 'e' visible in the help and make it toggle showing call...
Arnaldo Carvalho de Melo
1
-1
/
+7
2020-01-06
perf report/top: Do not offer annotation for symbols without samples
Arnaldo Carvalho de Melo
1
-1
/
+10
2020-01-06
perf report/top: Allow pressing hotkeys in the options popup menu
Arnaldo Carvalho de Melo
1
-6
/
+10
2020-01-06
tools ui popup: Allow returning hotkeys
Arnaldo Carvalho de Melo
5
-9
/
+13
2020-01-06
perf hists browser: Allow passing an initial hotkey
Arnaldo Carvalho de Melo
3
-77
/
+82
2020-01-06
perf report/top: Add 'k' hotkey to zoom directly into the kernel map
Arnaldo Carvalho de Melo
1
-1
/
+8
2020-01-06
perf hists browser: Generalize the do_zoom_dso() function
Arnaldo Carvalho de Melo
1
-4
/
+7
2020-01-06
perf report/top: Improve toggle callchain menu option
Arnaldo Carvalho de Melo
3
-5
/
+54
2020-01-06
perf report/top: Add menu entry for toggling callchain expansion
Arnaldo Carvalho de Melo
1
-0
/
+21
2020-01-06
perf report/top: Make ENTER consistently bring up menu
Arnaldo Carvalho de Melo
1
-1
/
+2
2020-01-06
perf hists browser: Restore ESC as "Zoom out" of DSO/thread/etc
Arnaldo Carvalho de Melo
1
-0
/
+1
2020-01-06
tools lib api fs: Fix gcc9 stringop-truncation compilation error
Andrey Zhizhikin
1
-1
/
+3
2020-01-06
libperf: Add man pages
Jiri Olsa
14
-229
/
+1197
2020-01-06
libperf: Move to tools/lib/perf
Jiri Olsa
39
-4
/
+5
2020-01-06
perf tests bp_signal: Show expected versus obtained values
Arnaldo Carvalho de Melo
1
-5
/
+5
2020-01-06
perf sched timehist: Add support for filtering on CPU
David Ahern
2
-0
/
+17
2020-01-06
perf record: Adapt affinity to machines with #CPUs > 1K
Alexey Budankov
3
-13
/
+45
2020-01-06
perf mmap: Declare type for cpu mask of arbitrary length
Alexey Budankov
2
-0
/
+23
2020-01-06
tools bitmap: Implement bitmap_equal() operation at bitmap API
Alexey Budankov
2
-0
/
+45
2020-01-03
selftests: loopback.sh: skip this test if the driver does not support
Hangbin Liu
1
-0
/
+8
2020-01-02
Merge tag 'seccomp-v5.5-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-1
/
+14
2020-01-02
selftests/seccomp: Catch garbage on SECCOMP_IOCTL_NOTIF_RECV
Sargun Dhillon
1
-1
/
+12
2020-01-02
selftests/seccomp: Zero out seccomp_notif
Sargun Dhillon
1
-0
/
+2
2019-12-31
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
4
-15
/
+46
2019-12-26
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
3
-10
/
+12
2019-12-26
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf
David S. Miller
1
-5
/
+34
2019-12-23
Merge tag 'perf-urgent-for-mingo-5.5-20191223' of git://git.kernel.org/pub/sc...
Ingo Molnar
4
-4
/
+12
2019-12-23
rseq/selftests: Clarify rseq_prepare_unload() helper requirements
Mathieu Desnoyers
1
-5
/
+7
2019-12-23
rseq/selftests: Fix: Namespace gettid() for compatibility with glibc 2.30
Mathieu Desnoyers
1
-8
/
+10
2019-12-23
rseq/selftests: Turn off timeout setting
Mathieu Desnoyers
1
-0
/
+1
2019-12-23
kunit/kunit_tool_test: Test '--build_dir' option run
SeongJae Park
1
-0
/
+8
2019-12-23
kunit: Rename 'kunitconfig' to '.kunitconfig'
SeongJae Park
2
-3
/
+3
2019-12-23
kunit: Place 'test.log' under the 'build_dir'
SeongJae Park
3
-4
/
+4
2019-12-23
kunit: Create default config in '--build_dir'
SeongJae Park
2
-4
/
+11
2019-12-23
kunit: Remove duplicated defconfig creation
SeongJae Park
1
-3
/
+0
2019-12-23
selftests: livepatch: Fix it to do root uid check and skip
Shuah Khan
2
-3
/
+15
2019-12-23
selftests: firmware: Fix it to do root uid check and skip
Shuah Khan
1
-0
/
+6
2019-12-23
selftests: filesystems/epoll: fix build error
Shuah Khan
1
-1
/
+1
2019-12-23
libbpf: Fix build on read-only filesystems
Namhyung Kim
3
-10
/
+12
2019-12-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
13
-237
/
+603
2019-12-21
Merge tag 'libnvdimm-fix-5.5-rc3' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2
-0
/
+7
2019-12-20
selftests: pmtu: fix init mtu value in description
Hangbin Liu
1
-3
/
+3
[next]