index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
Age
Commit message (
Expand
)
Author
Files
Lines
2017-06-05
tools/lib/lockdep: Remove private kernel headers
Levin, Alexander (Sasha Levin)
49
-158
/
+103
2017-06-05
tools/lib/lockdep: Hide liblockdep output from test results
Levin, Alexander (Sasha Levin)
1
-2
/
+2
2017-06-05
tools/lib/lockdep: Add dummy current_gfp_context()
Levin, Alexander (Sasha Levin)
1
-0
/
+3
2017-06-05
tools/include: Add IS_ERR_OR_NULL to err.h
Levin, Alexander (Sasha Levin)
1
-0
/
+5
2017-06-05
tools/lib/lockdep: Add empty __is_[module,kernel]_percpu_address
Levin, Alexander (Sasha Levin)
2
-0
/
+10
2017-06-05
tools/lib/lockdep: Include err.h
Levin, Alexander (Sasha Levin)
1
-0
/
+1
2017-06-05
tools/include: Add (mostly) empty include/linux/sched/mm.h
Levin, Alexander (Sasha Levin)
1
-0
/
+4
2017-06-05
tools/lib/lockdep: Use LDFLAGS
Ben Hutchings
1
-1
/
+1
2017-06-05
tools/lib/lockdep: Remove double-quotes from soname
Ben Hutchings
1
-1
/
+1
2017-06-05
tools/lib/lockdep: Fix object file paths used in an out-of-tree build
Ben Hutchings
1
-4
/
+4
2017-06-05
tools/lib/lockdep: Fix compilation for 4.11
Levin, Alexander (Sasha Levin)
7
-3
/
+237
2017-06-05
tools/lib/lockdep: Don't mix fd-based and stream IO
Alexander Sverdlin
3
-3
/
+6
2017-06-05
tools: Add install make target for liblockdep
Alexander Sverdlin
1
-2
/
+6
2017-06-05
tools/lib/lockdep: Remove -lpthread compiler option
Vishal Thanki
1
-2
/
+2
2017-06-05
tools/lib/lockdep: Fix 'defined but not used' warning for init_utsname()
Ben Hutchings
2
-10
/
+10
2017-06-05
tools/lib/lockdep: Fix 'set but not used' warnings
Ben Hutchings
1
-4
/
+4
2017-06-05
tools/lib/lockdep: Fix 'unused value' warnings
Ben Hutchings
3
-5
/
+15
2017-06-05
tools/lib/lockdep: Enable -Wall by default
Ben Hutchings
1
-0
/
+1
2017-06-05
tools/lib/lockdep: Define the ARRAY_SIZE() macro
Ben Hutchings
1
-0
/
+2
2017-06-05
tools/lib/lockdep: Reduce MAX_LOCK_DEPTH to avoid overflowing lock_chain/: Depth
Ben Hutchings
1
-1
/
+1
2017-06-05
tools/lib/lockdep: Fix undefined symbol prandom_u32
Ben Hutchings
1
-0
/
+7
2017-06-05
selftests/powerpc: context_switch use private futexes with threads
Nicholas Piggin
1
-20
/
+33
2017-06-04
bpf: update perf event helper functions documentation
Teng Qin
1
-4
/
+7
2017-06-02
tools: hv: set hotplug for VF on Suse
[email protected]
1
-1
/
+5
2017-06-02
tools: hv: set allow-hotplug for VF on Ubuntu
[email protected]
1
-2
/
+4
2017-06-02
perf stat: Only print NMI watchdog hint when enabled
Andi Kleen
1
-1
/
+4
2017-06-02
tools: usb: testusb: update default vary for superspeed
Felipe Balbi
1
-7
/
+9
2017-06-01
perf annotate: Fix branch instruction with multiple operands
Kim Phillips
1
-3
/
+30
2017-06-01
perf trace: Add mmap alias for s390
Jiri Olsa
1
-0
/
+4
2017-05-29
Merge tag 'iio-for-4.13a' of git://git.kernel.org/pub/scm/linux/kernel/git/ji...
Greg Kroah-Hartman
2
-2
/
+2
2017-05-27
Merge tag 'powerpc-4.12-4' of git://git.kernel.org/pub/scm/linux/kernel/git/p...
Linus Torvalds
1
-1
/
+1
2017-05-27
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
18
-47
/
+176
2017-05-27
Merge tag 'trace-v4.12-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-0
/
+21
2017-05-27
perf annotate: Fix failure when filename has special chars
Ravi Bangoria
1
-1
/
+1
2017-05-26
selftests/ftrace: Add a testcase for many kprobe events
Masami Hiramatsu
1
-0
/
+21
2017-05-26
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2
-4
/
+245
2017-05-25
bpf: add various verifier test cases
Daniel Borkmann
2
-4
/
+245
2017-05-24
tools/include: Sync kernel ABI headers with tooling headers
Ingo Molnar
10
-19
/
+84
2017-05-24
perf tools: Put caller above callee in --children mode
Namhyung Kim
1
-0
/
+2
2017-05-24
perf report: Do not drop last inlined frame
Milian Wolff
1
-4
/
+14
2017-05-24
perf report: Always honor callchain order for inlined nodes
Milian Wolff
1
-14
/
+4
2017-05-24
perf script: Add --inline option for debugging
Namhyung Kim
3
-0
/
+39
2017-05-24
perf report: Fix off-by-one for non-activation frames
Milian Wolff
2
-1
/
+16
2017-05-24
perf report: Fix memory leak in addr2line when called by addr2inlines
Milian Wolff
1
-10
/
+13
2017-05-24
perf report: Don't crash on invalid maps in `-g srcline` mode
Milian Wolff
1
-4
/
+9
2017-05-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
8
-7
/
+136
2017-05-22
Merge branches 'acpi-button' and 'acpi-tools'
Rafael J. Wysocki
1
-0
/
+4
2017-05-22
Merge 4.12-rc2 into char-misc-next
Greg Kroah-Hartman
15
-11
/
+648
2017-05-20
Merge tag 'trace-v4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
4
-6
/
+10
2017-05-19
Merge tag 'powerpc-4.12-3' of git://git.kernel.org/pub/scm/linux/kernel/git/p...
Linus Torvalds
3
-1
/
+122
[prev]
[next]