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
2022-12-14
machine: Adopt is_lock_function() from builtin-lock.c
Arnaldo Carvalho de Melo
5
-59
/
+48
2022-12-14
perf test: Add event group test for events in multiple PMUs
Ravi Bangoria
4
-0
/
+130
2022-12-14
perf tool: Move pmus list variable to a new file
Ravi Bangoria
4
-1
/
+16
2022-12-14
perf util: Add host_is_bigendian to util.h
Ian Rogers
7
-22
/
+29
2022-12-14
perf util: Make header guard consistent with tool
Ian Rogers
1
-3
/
+3
2022-12-14
perf stat: Fix invalid output handle
James Clark
1
-1
/
+1
2022-12-14
perf stat: Fix multi-line metric output in JSON
Namhyung Kim
1
-1
/
+1
2022-12-14
tools lib symbol: Add dependency test to install_headers
Ian Rogers
1
-7
/
+14
2022-12-14
tools lib subcmd: Add dependency test to install_headers
Ian Rogers
1
-10
/
+13
2022-12-14
tools lib perf: Add dependency test to install_headers
Ian Rogers
1
-21
/
+22
2022-12-14
tools lib api: Add dependency test to install_headers
Ian Rogers
1
-12
/
+26
2022-12-14
perf stat: Fix printing field separator in CSV metrics output
Athira Rajeev
1
-12
/
+1
2022-12-14
perf record: Add remaining branch filters: "no_cycles", "no_flags" & "hw_index"
Anshuman Khandual
2
-0
/
+8
2022-12-14
perf stat: Check existence of os->prefix, fixing a segfault
Ian Rogers
1
-1
/
+2
2022-12-13
Merge tag 'mm-stable-2022-12-13' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
23
-193
/
+2404
2022-12-13
selftests: bonding: add bonding prio option test
Liang Li
2
-1
/
+247
2022-12-13
Merge tag 'net-next-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
215
-2122
/
+15042
2022-12-13
Merge tag 'sound-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...
Linus Torvalds
7
-52
/
+1057
2022-12-13
Merge tag 'landlock-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
3
-45
/
+546
2022-12-12
Merge tag 'mm-nonmm-stable-2022-12-12' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
4
-9
/
+8
2022-12-12
Merge tag 'trace-tools-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
13
-17
/
+1297
2022-12-12
Merge tag 'ktest-v6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...
Linus Torvalds
2
-7
/
+33
2022-12-12
Merge tag 'linux-kselftest-kunit-next-6.2-rc1' of git://git.kernel.org/pub/sc...
Linus Torvalds
5
-143
/
+260
2022-12-12
Merge tag 'linux-kselftest-next-6.2-rc1' of git://git.kernel.org/pub/scm/linu...
Linus Torvalds
33
-100
/
+1327
2022-12-12
Merge tag 'random-6.2-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-2
/
+0
2022-12-12
Merge tag 'cgroup-for-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/t...
Linus Torvalds
1
-2
/
+17
2022-12-12
selftests: forwarding: Add bridge MDB test
Ido Schimmel
2
-0
/
+1165
2022-12-12
selftests: forwarding: Rename bridge_mdb test
Ido Schimmel
2
-1
/
+1
2022-12-12
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf-next
Jakub Kicinski
1
-2
/
+34
2022-12-12
Merge tag 'x86_fpu_for_6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2
-2
/
+141
2022-12-12
Merge tag 'x86_tdx_for_6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
4
-0
/
+172
2022-12-12
Merge tag 'cxl-for-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl/cxl
Linus Torvalds
8
-67
/
+746
2022-12-12
Merge tag 'acpi-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...
Linus Torvalds
2
-1
/
+4
2022-12-12
Merge tag 'pm-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...
Linus Torvalds
15
-14
/
+1643
2022-12-12
kunit: tool: make parser preserve whitespace when printing test log
Daniel Latypov
3
-15
/
+16
2022-12-12
kunit: tool: don't include KTAP headers and the like in the test log
Daniel Latypov
2
-4
/
+21
2022-12-12
kunit: tool: parse KTAP compliant test output
Rae Moar
4
-28
/
+80
2022-12-12
kunit: tool: make --json do nothing if --raw_ouput is set
Daniel Latypov
1
-16
/
+18
2022-12-12
kunit: tool: tweak error message when no KTAP found
Daniel Latypov
2
-3
/
+3
2022-12-12
kunit: tool: remove redundant file.close() call in unit test
Daniel Latypov
1
-2
/
+0
2022-12-12
kunit: tool: unit tests all check parser errors, standardize formatting a bit
Daniel Latypov
1
-55
/
+38
2022-12-12
kunit: tool: make TestCounts a dataclass
Daniel Latypov
2
-20
/
+9
2022-12-12
Merge remote-tracking branch 'kvm/queue' into HEAD
Paolo Bonzini
36
-220
/
+351
2022-12-12
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
51
-445
/
+1631
2022-12-12
Merge tag 'platform-drivers-x86-v6.2-1' of git://git.kernel.org/pub/scm/linux...
Linus Torvalds
1
-88
/
+376
2022-12-12
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
7
-45
/
+154
2022-12-12
Merge tag 'slab-for-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-2
/
+4
2022-12-12
Merge tag 'execve-v6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
3
-1
/
+141
2022-12-12
Merge tag 'seccomp-v6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-2
/
+4
2022-12-12
Merge tag 'nolibc.2022.12.02a' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2
-0
/
+10
[prev]
[next]