index
:
blackbird-obmc-linux
dev-5.0-raptor-04-16-2019
dev-5.0-raptor-04-16-2019-dev
Blackbird™ Linux sources for OpenBMC
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
Commit message (
Expand
)
Author
Age
Files
Lines
*
lguest: remove NOTIFY facility from demonstration launcher.
Rusty Russell
2015-02-11
1
-24
/
+1
*
lguest: always put console in PCI slot #1.
Rusty Russell
2015-02-11
1
-3
/
+3
*
lguest: support backdoor window.
Rusty Russell
2015-02-11
1
-1
/
+100
*
lguest: support emerg_wr in console device in example launcher.
Rusty Russell
2015-02-11
1
-3
/
+14
*
lguest: remove support for lguest bus in demonstration launcher.
Rusty Russell
2015-02-11
1
-333
/
+22
*
lguest: define VIRTIO_CONFIG_NO_LEGACY in example launcher.
Rusty Russell
2015-02-11
1
-0
/
+1
*
lguest: Convert console device to virtio 1.0 PCI.
Rusty Russell
2015-02-11
1
-7
/
+7
*
lguest: Convert entropy device to virtio 1.0 PCI.
Rusty Russell
2015-02-11
1
-5
/
+7
*
lguest: Convert net device to virtio 1.0 PCI.
Rusty Russell
2015-02-11
1
-20
/
+28
*
lguest: Convert block device to virtio 1.0 PCI.
Rusty Russell
2015-02-11
1
-21
/
+9
*
lguest: add a dummy PCI host bridge.
Rusty Russell
2015-02-11
1
-0
/
+14
*
lguest: fix failure to find linux/virtio_types.h
Rusty Russell
2015-02-11
1
-1
/
+7
*
lguest: implement virtio-PCI MMIO accesses.
Rusty Russell
2015-02-11
1
-2
/
+490
*
lguest: add PCI config space emulation to example launcher.
Rusty Russell
2015-02-11
1
-5
/
+211
*
lguest: decode mmio accesses for PCI in example launcher.
Rusty Russell
2015-02-11
1
-0
/
+167
*
lguest: add MMIO region allocator in example launcher.
Rusty Russell
2015-02-11
1
-5
/
+23
*
lguest: add iomem region, where guest page faults get sent to userspace.
Rusty Russell
2015-02-11
1
-1
/
+2
*
lguest: suppress PS/2 keyboard polling.
Rusty Russell
2015-02-11
1
-0
/
+4
*
lguest: send trap 13 through to userspace.
Rusty Russell
2015-02-11
1
-0
/
+149
*
lguest: write more information to userspace about pending traps.
Rusty Russell
2015-02-11
1
-6
/
+10
*
lguest: have --rng read from /dev/urandom not /dev/random.
Rusty Russell
2015-02-11
1
-5
/
+5
*
perf tools powerpc: Use dwfl_report_elf() instead of offline.
Sukadev Bhattiprolu
2015-01-16
1
-8
/
+11
*
perf tools: Fix segfault for symbol annotation on TUI
Namhyung Kim
2015-01-16
1
-7
/
+1
*
perf test: Fix dwarf unwind using libunwind.
Wang Nan
2015-01-16
2
-3
/
+61
*
perf tools: Avoid build splat for syscall numbers with uclibc
Vineet Gupta
2015-01-16
3
-3
/
+1
*
perf tools: Elide strlcpy warning with uclibc
Vineet Gupta
2015-01-16
1
-0
/
+2
*
perf tools: Fix statfs.f_type data type mismatch build error with uclibc
Alexey Brodkin
2015-01-16
2
-2
/
+2
*
tools: Remove bitops/hweight usage of bits in tools/perf
Arnaldo Carvalho de Melo
2015-01-16
10
-42
/
+30
*
perf machine: Fix __machine__findnew_thread() error path
Namhyung Kim
2015-01-16
1
-1
/
+3
*
perf tools: Fix building error in x86_64 when dwarf unwind is on
Namhyung Kim
2015-01-16
3
-15
/
+17
*
perf probe: Propagate error code when write(2) failed
Namhyung Kim
2015-01-16
1
-1
/
+3
*
Merge tag 'linux-kselftest-3.19-rc-5' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2015-01-14
3
-9
/
+15
|
\
|
*
selftests/vm: fix link error for transhuge-stress test
Andrey Skvortsov
2015-01-08
1
-1
/
+1
|
*
tools: testing: selftests: mq_perf_tests: Fix infinite loop on ARM
dann frazier
2015-01-06
1
-2
/
+1
|
*
selftests/exec: allow shell return code of 126
David Drysdale
2015-01-06
1
-6
/
+13
*
|
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2015-01-11
17
-59
/
+215
|
\
\
|
*
|
perf hists browser: Fix segfault when showing callchain
Namhyung Kim
2015-01-08
1
-1
/
+1
|
*
|
perf callchain: Free callchains when hist entries are deleted
Namhyung Kim
2015-01-08
3
-0
/
+33
|
*
|
perf hists: Fix children sort key behavior
Namhyung Kim
2015-01-08
2
-32
/
+35
|
*
|
perf diff: Fix to sort by baseline field by default
Namhyung Kim
2015-01-02
1
-0
/
+44
|
*
|
perf list: Fix --raw-dump option
Taesoo Kim
2015-01-02
1
-3
/
+10
|
*
|
perf probe: Fix crash in dwarf_getcfi_elf
Namhyung Kim
2015-01-02
1
-1
/
+17
|
*
|
perf probe: Fix to fall back to find probe point in symbols
Masami Hiramatsu
2015-01-02
1
-2
/
+4
|
*
|
Merge tag 'perf-urgent-for-mingo' of git://git.kernel.org/pub/scm/linux/kerne...
Ingo Molnar
2015-01-01
10
-20
/
+71
|
|
\
\
|
|
*
|
perf callchain: Append callchains only when requested
Namhyung Kim
2014-12-23
1
-3
/
+4
|
|
*
|
perf ui/tui: Print backtrace symbols when segfault occurs
Namhyung Kim
2014-12-23
1
-2
/
+24
|
|
*
|
perf report: Show progress bar for output resorting
Namhyung Kim
2014-12-23
9
-15
/
+43
*
|
|
|
Merge branch 'core/urgent' into locking/urgent, to collect all pending lockin...
Ingo Molnar
2015-01-11
1
-2
/
+2
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
Merge branch 'liblockdep-fixes-3.19' of git://git.kernel.org/pub/scm/linux/ke...
Ingo Molnar
2014-12-23
1
-2
/
+2
|
|
\
\
\
|
|
*
|
|
tools/liblockdep: Fix debug_check thinko in mutex destroy
Kirill Smelkov
2014-12-19
1
-2
/
+2
[next]