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-09
bpf: Fix test_bpf_obj_id() when the bpf_jit_enable sysctl is diabled
Martin KaFai Lau
1
-4
/
+15
2017-06-08
rcu: Remove RCU CPU stall warnings from Tiny RCU
Paul E. McKenney
1
-1
/
+0
2017-06-08
rcu: Eliminate NOCBs CPU-state Kconfig options
Paul E. McKenney
6
-8
/
+5
2017-06-08
rcu: Remove debugfs tracing
Paul E. McKenney
3
-46
/
+0
2017-06-08
srcu: Remove Classic SRCU
Paul E. McKenney
3
-28
/
+0
2017-06-08
rcu: Remove SPARSE_RCU_POINTER Kconfig option
Paul E. McKenney
1
-4
/
+0
2017-06-08
rcu: Remove the now-obsolete PROVE_RCU_REPEATEDLY Kconfig option
Paul E. McKenney
2
-2
/
+0
2017-06-08
rcu: Remove nohz_full full-system-idle state machine
Paul E. McKenney
3
-8
/
+1
2017-06-08
rcu: Remove the RCU_KTHREAD_PRIO Kconfig option
Paul E. McKenney
3
-2
/
+1
2017-06-08
rcu: Remove *_SLOW_* Kconfig options
Paul E. McKenney
12
-30
/
+12
2017-06-08
bpf, tests: fix endianness selection
Daniel Borkmann
1
-11
/
+30
2017-06-08
perf symbols: Kill dso__build_id_is_kmod()
Namhyung Kim
3
-50
/
+0
2017-06-08
perf symbols: Keep DSO->symtab_type after decompress
Namhyung Kim
1
-0
/
+2
2017-06-08
perf tests: Decompress kernel module before objdump
Namhyung Kim
1
-1
/
+19
2017-06-08
perf tools: Consolidate error path in __open_dso()
Namhyung Kim
1
-11
/
+8
2017-06-08
perf tools: Decompress kernel module when reading DSO data
Namhyung Kim
1
-0
/
+16
2017-06-08
perf annotate: Use dso__decompress_kmodule_path()
Namhyung Kim
1
-24
/
+3
2017-06-08
perf tools: Introduce dso__decompress_kmodule_{fd,path}
Namhyung Kim
3
-35
/
+65
2017-06-08
perf tools: Fix a memory leak in __open_dso()
Namhyung Kim
1
-1
/
+3
2017-06-08
perf annotate: Fix symbolic link of build-id cache
Namhyung Kim
1
-1
/
+9
2017-06-08
tools/kvm_stat: display guest list in pid/guest selection screens
Stefan Raspl
1
-12
/
+37
2017-06-08
tools/kvm_stat: add new interactive command 'o'
Stefan Raspl
2
-1
/
+18
2017-06-08
tools/kvm_stat: add new interactive command 's'
Stefan Raspl
2
-8
/
+49
2017-06-08
tools/kvm_stat: add new interactive command 'h'
Stefan Raspl
2
-5
/
+34
2017-06-08
tools/kvm_stat: rename 'Current' column to 'CurAvg/s'
Stefan Raspl
1
-3
/
+3
2017-06-08
tools/kvm_stat: make heading look a bit more like 'top'
Stefan Raspl
1
-1
/
+2
2017-06-08
tools/kvm_stat: display message indicating lack of events
Stefan Raspl
1
-0
/
+2
2017-06-08
tools/kvm_stat: show cursor in selection screens
Stefan Raspl
1
-0
/
+6
2017-06-08
tools/kvm_stat: move functions to corresponding classes
Stefan Raspl
1
-162
/
+165
2017-06-08
tools/kvm_stat: simplify initializers
Stefan Raspl
1
-38
/
+36
2017-06-08
tools/kvm_stat: remove extra statement
Stefan Raspl
1
-1
/
+0
2017-06-08
tools/kvm_stat: removed unused function
Stefan Raspl
1
-3
/
+0
2017-06-08
tools/kvm_stat: simplify line print logic
Stefan Raspl
1
-19
/
+7
2017-06-08
tools/kvm_stat: remove unnecessary header redraws
Stefan Raspl
1
-2
/
+0
2017-06-08
tools/kvm_stat: fix undue use of initial sleeptime
Stefan Raspl
1
-3
/
+0
2017-06-08
tools/kvm_stat: fix event counts display for interrupted intervals
Stefan Raspl
1
-2
/
+5
2017-06-08
tools/kvm_stat: fix typo
Stefan Raspl
1
-1
/
+1
2017-06-08
rcutorture: Add "git diff" output to testid.txt file
Paul E. McKenney
1
-4
/
+1
2017-06-08
srcu-cbmc: Use /usr/bin/awk instead of /bin/awk
Priyalee Kushwaha
1
-1
/
+1
2017-06-08
rcutorture: Reduce CPUs dedicated to testing Classic SRCU
Paul E. McKenney
1
-1
/
+1
2017-06-08
rcuperf: Add the ability to test tiny RCU flavors
Paul E. McKenney
1
-0
/
+16
2017-06-08
rcuperf: Add a Kconfig-fragment file for Classic SRCU
Paul E. McKenney
1
-0
/
+16
2017-06-08
rcuperf: Remove conflicting Kconfig options
Paul E. McKenney
2
-2
/
+0
2017-06-08
rcutorture: Update test scenarios based on new Kconfig dependencies
Paul E. McKenney
6
-5
/
+5
2017-06-08
rcutorture: Correctly handle CONFIG_RCU_TORTURE_TEST_* options
Paul E. McKenney
1
-1
/
+1
2017-06-08
rcutorture: Add a scenario for Classic SRCU
Paul E. McKenney
3
-0
/
+13
2017-06-08
rcutorture: Add a scenario for Tiny SRCU
Paul E. McKenney
5
-0
/
+23
2017-06-08
rcutorture: Fix bug in reporting Kconfig mis-settings
Paul E. McKenney
1
-1
/
+1
2017-06-08
rcutorture: Add three-level tree test for Tree SRCU
Paul E. McKenney
2
-2
/
+4
2017-06-08
rcutorture: Add lockdep to one of the SRCU scenarios
Paul E. McKenney
1
-0
/
+2
[prev]
[next]