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
2019-07-12
tools/vm/slabinfo: order command line options
Tobin C. Harding
1
-35
/
+35
2019-07-12
perf vendor events s390: Add JSON files for machine type 8561
Thomas Richter
5
-0
/
+576
2019-07-12
selftests/bpf: fix compiling loop{1, 2, 3}.c on s390
Ilya Leoshkevich
3
-3
/
+3
2019-07-12
selftests/bpf: make PT_REGS_* work in userspace
Ilya Leoshkevich
1
-20
/
+55
2019-07-12
selftests/bpf: fix s930 -> s390 typo
Ilya Leoshkevich
1
-5
/
+5
2019-07-12
selftests/bpf: compile progs with -D__TARGET_ARCH_$(SRCARCH)
Ilya Leoshkevich
1
-1
/
+3
2019-07-12
selftests/bpf: do not ignore clang failures
Ilya Leoshkevich
1
-6
/
+7
2019-07-12
tools: bpftool: add raw_tracepoint_writable prog type to header
Daniel T. Lee
1
-0
/
+1
2019-07-12
selftests/bpf: fix bpf_target_sparc check
Ilya Leoshkevich
1
-2
/
+2
2019-07-12
tools/power/x86/intel-speed-select: Add .gitignore file
Prarit Bhargava
1
-0
/
+2
2019-07-12
libbpf: fix ptr to u64 conversion warning on 32-bit platforms
Andrii Nakryiko
1
-2
/
+2
2019-07-11
Merge tag 'staging-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-2
/
+2
2019-07-11
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
208
-1979
/
+21802
2019-07-11
perf cs-etm: Return errcode in cs_etm__process_auxtrace_info()
YueHaibing
1
-3
/
+7
2019-07-11
perf cs-etm: Remove errnoeous ERR_PTR() usage in cs_etm__process_auxtrace_info
YueHaibing
1
-1
/
+1
2019-07-11
Merge tag 'kvm-arm-for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Paolo Bonzini
458
-2397
/
+2471
2019-07-10
Merge tag 'pidfd-updates-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
5
-42
/
+437
2019-07-10
perf scripts python: export-to-postgresql.py: Export switch events
Adrian Hunter
1
-0
/
+51
2019-07-10
perf scripts python: export-to-sqlite.py: Export switch events
Adrian Hunter
1
-0
/
+41
2019-07-10
perf db-export: Export switch events
Adrian Hunter
3
-0
/
+138
2019-07-10
perf db-export: Factor out db_export__threads()
Adrian Hunter
1
-34
/
+48
2019-07-10
perf script: Add scripting operation process_switch()
Adrian Hunter
2
-1
/
+10
2019-07-10
perf scripts python: exported-sql-viewer.py: Use new 'has_calls' column
Adrian Hunter
1
-2
/
+8
2019-07-10
perf scripts python: exported-sql-viewer.py: Remove redundant semi-colons
Adrian Hunter
1
-12
/
+12
2019-07-10
perf scripts python: export-to-postgresql.py: Add has_calls column to comms t...
Adrian Hunter
1
-0
/
+2
2019-07-10
perf scripts python: export-to-sqlite.py: Add has_calls column to comms table
Adrian Hunter
1
-0
/
+2
2019-07-10
perf db-export: Also export thread's current comm
Adrian Hunter
1
-0
/
+8
2019-07-10
perf db-export: Factor out db_export__comm()
Adrian Hunter
2
-7
/
+25
2019-07-10
perf scripts python: export-to-postgresql.py: Export comm details
Adrian Hunter
1
-5
/
+10
2019-07-10
perf scripts python: export-to-sqlite.py: Export comm details
Adrian Hunter
1
-4
/
+7
2019-07-10
perf db-export: Export comm details
Adrian Hunter
3
-4
/
+9
2019-07-10
perf db-export: Fix a white space issue in db_export__sample()
Adrian Hunter
1
-1
/
+1
2019-07-10
perf db-export: Move export__comm_thread into db_export__sample()
Adrian Hunter
2
-16
/
+22
2019-07-10
perf db-export: Export comm before exporting thread
Adrian Hunter
1
-7
/
+6
2019-07-10
perf db-export: Export main_thread in db_export__sample()
Adrian Hunter
1
-12
/
+18
2019-07-10
perf db-export: Pass main_thread to db_export__thread()
Adrian Hunter
2
-22
/
+10
2019-07-10
perf db-export: Rename db_export__comm() to db_export__exec_comm()
Adrian Hunter
2
-5
/
+21
2019-07-10
perf db-export: Get rid of db_export__deferred()
Adrian Hunter
3
-65
/
+2
2019-07-11
kbuild: replace KBUILD_SRCTREE with boolean building_out_of_srctree
Masahiro Yamada
2
-3
/
+3
2019-07-09
tc-testing: introduce scapyPlugin for basic traffic
Lucas Bates
2
-0
/
+148
2019-07-09
tc-testing: Allow tdc plugins to see test case data
Lucas Bates
2
-8
/
+7
2019-07-09
perf trace: Auto bump rlimit(MEMLOCK) for eBPF maps sake
Arnaldo Carvalho de Melo
1
-0
/
+10
2019-07-09
Merge tag 'docs-5.3' of git://git.lwn.net/linux
Linus Torvalds
4
-5
/
+5
2019-07-09
perf test: Auto bump rlimit(MEMLOCK) for BPF test sake
Arnaldo Carvalho de Melo
1
-0
/
+6
2019-07-09
tc-tests: Add tc action ct tests
Paul Blakey
1
-0
/
+314
2019-07-09
Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
186
-1524
/
+7557
2019-07-09
perf tools: Introduce rlimit__bump_memlock() helper
Arnaldo Carvalho de Melo
3
-0
/
+36
2019-07-09
Merge tag 'acpi-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...
Linus Torvalds
1
-4
/
+4
2019-07-09
Merge tag 'pm-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...
Linus Torvalds
12
-212
/
+1261
2019-07-09
tools: PCI: Fix installation when `make tools/pci_install`
Andy Shevchenko
1
-3
/
+2
[prev]
[next]