index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
Age
Commit message (
Expand
)
Author
Lines
2017-11-16
s390/perf: add perf register support for floating-point registers
Hendrik Brueckner
-1
/
+51
2017-11-16
s390/perf: define common DWARF register string table
Hendrik Brueckner
-21
/
+80
2017-11-16
s390/perf: add support for perf_regs and libdw
Heiko Carstens
-1
/
+113
2017-11-16
s390/perf: add callback to perf to enable using AUX buffer
Pu Hou
-0
/
+120
2017-11-13
Merge tag 'usb-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
-1
/
+2
2017-11-13
Merge tag 'acpi-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...
Linus Torvalds
-5
/
+3
2017-11-13
Merge tag 'pm-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...
Linus Torvalds
-4
/
+7
2017-11-13
Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
-31
/
+183
2017-11-13
Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
-1780
/
+7869
2017-11-13
Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
-10
/
+13
2017-11-13
Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
-9
/
+9
2017-11-13
Merge branches 'pm-devfreq' and 'pm-tools'
Rafael J. Wysocki
-4
/
+7
2017-11-13
Merge branch 'acpica'
Rafael J. Wysocki
-5
/
+3
2017-11-11
tooling/headers: Sync the tools/include/uapi/drm/i915_drm.h UAPI header
Ingo Molnar
-0
/
+1
2017-11-11
Merge branch 'perf/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Ingo Molnar
-2
/
+13
2017-11-10
locking/x86: Use LOCK ADD for smp_mb() instead of MFENCE
Michael S. Tsirkin
-0
/
+4
2017-11-09
tools/power/cpupower: add libcpupower.so.0.0.1 to .gitignore
Prarit Bhargava
-2
/
+1
2017-11-09
tools/power/cpupower: Add 64 bit library detection
Prarit Bhargava
-0
/
+6
2017-11-09
perf trace: Call machine__exit() at exit
Andrei Vagin
-0
/
+10
2017-11-09
perf tools: Fix eBPF event specification parsing
Jiri Olsa
-2
/
+2
2017-11-09
perf tools: Add "reject" option for parse-events.l
Jiri Olsa
-0
/
+1
2017-11-08
selftests/x86: Add tests for the STR and SLDT instructions
Ricardo Neri
-1
/
+17
2017-11-08
selftests/x86: Add tests for User-Mode Instruction Prevention
Ricardo Neri
-1
/
+72
2017-11-07
selftests/x86/ldt_get: Add a few additional tests for limits
Andy Lutomirski
-1
/
+16
2017-11-07
selftests/x86/ldt_gdt: Run most existing LDT test cases against the GDT as well
Andy Lutomirski
-1
/
+9
2017-11-07
selftests/x86/ldt_gdt: Add infrastructure to test set_thread_area()
Andy Lutomirski
-16
/
+37
2017-11-07
selftests/x86/ldt_gdt: Robustify against set_thread_area() and LAR oddities
Andy Lutomirski
-1
/
+9
2017-11-07
selftests/x86/protection_keys: Fix syscall NR redefinition warnings
Andy Lutomirski
-6
/
+18
2017-11-07
Merge branch 'linus' into x86/asm, to pick up fixes and resolve conflicts
Ingo Molnar
-11
/
+1023
2017-11-07
Merge branch 'linus' into locking/core, to resolve conflicts
Ingo Molnar
-21
/
+1130
2017-11-07
Merge branch 'linus' into perf/core, to fix conflicts
Ingo Molnar
-21
/
+1257
2017-11-05
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
-16
/
+50
2017-11-04
tools/headers: Synchronize kernel ABI headers
Ingo Molnar
-13
/
+33
2017-11-04
objtool: Resync objtool's instruction decoder source code copy with the kerne...
Josh Poimboeuf
-0
/
+1
2017-11-03
cpupower: Fix no-rounding MHz frequency output
Prarit Bhargava
-2
/
+0
2017-11-03
Merge branch 'linus' into perf/urgent, to pick up dependent commits
Ingo Molnar
-15
/
+1089
2017-11-02
Merge tag 'spdx_identifiers-4.14-rc8' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
-0
/
+974
2017-11-02
Merge tag 'linux-kselftest-4.14-rc7' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
-1
/
+5
2017-11-02
License cleanup: add SPDX license identifier to uapi header files with a license
Greg Kroah-Hartman
-0
/
+12
2017-11-02
License cleanup: add SPDX license identifier to uapi header files with no lic...
Greg Kroah-Hartman
-0
/
+39
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
-0
/
+923
2017-11-02
Merge branch 'x86/mpx/prep' into x86/asm
Ingo Molnar
-39
/
+675
2017-11-01
perf srcline: Show correct function name for srcline of callchains
Namhyung Kim
-40
/
+55
2017-11-01
perf srcline: Fix memory leak in addr2inlines()
Namhyung Kim
-5
/
+2
2017-11-01
bpf: remove SK_REDIRECT from UAPI
John Fastabend
-2
/
+1
2017-10-31
selftests: lib.mk: print individual test results to console by default
Shuah Khan
-1
/
+5
2017-10-31
perf trace beauty kcmp: Beautify arguments
Arnaldo Carvalho de Melo
-0
/
+76
2017-10-31
perf trace beauty: Implement pid_fd beautifier
Arnaldo Carvalho de Melo
-0
/
+20
2017-10-31
tools include uapi: Grab a copy of linux/kcmp.h
Arnaldo Carvalho de Melo
-0
/
+28
2017-10-31
perf callchain: Fix double mapping al->addr for children without self period
Namhyung Kim
-4
/
+1
[next]