index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
Commit message (
Expand
)
Author
Age
Files
Lines
*
objtool: Warn on stripped section symbol
Josh Poimboeuf
2018-02-07
1
-0
/
+5
*
objtool: Add support for alternatives at the end of a section
Josh Poimboeuf
2018-02-07
1
-22
/
+31
*
objtool: Improve retpoline alternative handling
Josh Poimboeuf
2018-02-07
1
-20
/
+16
*
usbip: list: don't list devices attached to vhci_hcd
Shuah Khan
2018-02-03
1
-0
/
+9
*
usbip: prevent bind loops on devices attached to vhci_hcd
Shuah Khan
2018-02-03
1
-0
/
+9
*
cpupower : Fix cpupower working when cpu0 is offline
Abhishek Goel
2018-02-03
1
-3
/
+6
*
cpupowerutils: bench - Fix cpu online check
Abhishek Goel
2018-02-03
1
-1
/
+1
*
tools/gpio: Fix build error with musl libc
Joel Stanley
2018-02-03
1
-0
/
+1
*
bpf: reject stores into ctx via st and xadd
Daniel Borkmann
2018-01-31
1
-2
/
+27
*
objtool: Improve error message for bad file argument
Josh Poimboeuf
2018-01-23
1
-1
/
+3
*
objtool: Fix seg fault caused by missing parameter
Simon Ser
2018-01-23
1
-1
/
+3
*
objtool: Fix Clang enum conversion warning
Lukas Bulwahn
2018-01-23
1
-1
/
+1
*
objtool: Fix seg fault with clang-compiled objects
Simon Ser
2018-01-23
1
-0
/
+2
*
tools/objtool/Makefile: don't assume sync-check.sh is executable
Andrew Morton
2018-01-23
1
-1
/
+1
*
selftests/x86: Add test_vsyscall
Andy Lutomirski
2018-01-17
2
-1
/
+501
*
objtool: Allow alternatives to be ignored
Josh Poimboeuf
2018-01-17
2
-7
/
+57
*
objtool: Detect jumps to retpoline thunks
Josh Poimboeuf
2018-01-17
1
-0
/
+7
*
bpf: arsh is not supported in 32 bit alu thus reject it
Daniel Borkmann
2018-01-17
1
-0
/
+40
*
usbip: fix usbip bind writing random string after command in match_busid
Juan Zea
2018-01-02
1
-3
/
+6
*
x86/ldt: Make the LDT mapping RO
Thomas Gleixner
2018-01-02
1
-2
/
+1
*
x86/ldt: Prevent LDT inheritance on exec
Thomas Gleixner
2017-12-29
1
-6
/
+3
*
x86/decoder: Fix and update the opcodes map
Randy Dunlap
2017-12-29
2
-6
/
+24
*
objtool: Fix 64-bit build on 32-bit host
Mikulas Patocka
2017-12-29
2
-6
/
+9
*
tools/headers: Sync objtool UAPI header
Ingo Molnar
2017-12-29
1
-0
/
+10
*
objtool: Fix cross-build
Josh Poimboeuf
2017-12-29
1
-1
/
+1
*
objtool: Move kernel headers/code sync check to a script
Josh Poimboeuf
2017-12-29
2
-15
/
+30
*
objtool: Move synced files to their original relative locations
Josh Poimboeuf
2017-12-29
13
-25
/
+27
*
selftests/bpf: add tests for recent bugfixes
Daniel Borkmann
2017-12-25
1
-16
/
+533
*
selftests/x86/ldt_gdt: Run most existing LDT test cases against the GDT as well
Andy Lutomirski
2017-12-25
1
-1
/
+9
*
selftests/x86/ldt_gdt: Add infrastructure to test set_thread_area()
Andy Lutomirski
2017-12-25
1
-16
/
+37
*
objtool: Print top level commands on incorrect usage
Kamalesh Babulal
2017-12-25
1
-4
/
+2
*
objtool: Don't report end of section error after an empty unwind hint
Josh Poimboeuf
2017-12-25
1
-2
/
+5
*
usbip: prevent vhci_hcd driver from leaking a socket pointer address
Shuah Khan
2017-12-20
1
-4
/
+4
*
x86/mpx/selftests: Fix up weird arrays
Dave Hansen
2017-12-14
1
-2
/
+2
*
hv: kvp: Avoid reading past allocated blocks from KVP file
Paul Meyer
2017-12-14
1
-56
/
+14
*
perf tools: Fix leaking rec_argv in error cases
Martin Kepplinger
2017-12-10
4
-1
/
+6
*
tools include: Do not use poison with C++
Arnaldo Carvalho de Melo
2017-12-10
1
-0
/
+5
*
perf test attr: Fix python error on empty result
Thomas Richter
2017-12-10
1
-1
/
+5
*
perf test attr: Fix ignored test case result
Thomas Richter
2017-12-10
1
-1
/
+1
*
usbip: tools: Install all headers needed for libusbip development
Ben Hutchings
2017-12-10
1
-1
/
+2
*
selftests/x86/ldt_gdt: Robustify against set_thread_area() and LAR oddities
Andy Lutomirski
2017-12-10
1
-1
/
+9
*
selftests/x86/ldt_get: Add a few additional tests for limits
Andy Lutomirski
2017-12-10
1
-1
/
+16
*
usbip: fix usbip attach to find a port that matches the requested speed
Shuah Khan
2017-12-10
1
-3
/
+11
*
selftests/x86/protection_keys: Fix syscall NR redefinition warnings
Andy Lutomirski
2017-11-21
1
-6
/
+18
*
tooling/headers: Sync the tools/include/uapi/drm/i915_drm.h UAPI header
Ingo Molnar
2017-11-11
1
-0
/
+1
*
Merge branch 'perf/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Ingo Molnar
2017-11-11
2
-2
/
+13
|
\
|
*
perf trace: Call machine__exit() at exit
Andrei Vagin
2017-11-09
1
-0
/
+10
|
*
perf tools: Fix eBPF event specification parsing
Jiri Olsa
2017-11-09
1
-2
/
+2
|
*
perf tools: Add "reject" option for parse-events.l
Jiri Olsa
2017-11-09
1
-0
/
+1
*
|
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2017-11-05
27
-16
/
+50
|
\
|
[next]