index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
Age
Commit message (
Expand
)
Author
Lines
2021-05-08
Merge tag 'kbuild-v5.13-2' of git://git.kernel.org/pub/scm/linux/kernel/git/m...
Linus Torvalds
-1
/
+1
2021-05-08
Merge tag 'net-5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
-9
/
+28
2021-05-07
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
-63
/
+279
2021-05-07
treewide: remove editor modelines and cruft
Masahiro Yamada
-2
/
+0
2021-05-07
selftests: remove duplicate include
Zhang Yunkai
-3
/
+0
2021-05-06
kselftest: introduce new epoll test case
Davidlohr Bueso
-0
/
+44
2021-05-06
tools: sync lib/find_bit implementation
Yury Norov
-5
/
+57
2021-05-06
tools: sync find_next_bit implementation
Yury Norov
-37
/
+42
2021-05-06
tools: sync small_const_nbits() macro with the kernel
Yury Norov
-3
/
+3
2021-05-06
tools: sync BITMAP_LAST_WORD_MASK() macro with the kernel
Yury Norov
-6
/
+1
2021-05-06
tools: bitmap: sync function declarations with the kernel
Yury Norov
-6
/
+6
2021-05-06
tools: disable -Wno-type-limits
Yury Norov
-0
/
+1
2021-05-06
selftests: proc: test subset=pid
Alexey Dobriyan
-0
/
+122
2021-05-06
proc: mandate ->proc_lseek in "struct proc_ops"
Alexey Dobriyan
-1
/
+3
2021-05-05
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
-13
/
+579
2021-05-05
Merge tag 'gpio-updates-for-v5.13-v2' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
-9
/
+9
2021-05-05
Merge branch 'turbostat' of git://git.kernel.org/pub/scm/linux/kernel/git/len...
Linus Torvalds
-548
/
+772
2021-05-05
Merge tag 'ktest-v5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...
Linus Torvalds
-281
/
+427
2021-05-05
selftests/vm: gup_test: test faulting in kernel, and verify pinnable pages
Pavel Tatashin
-4
/
+19
2021-05-05
selftests/vm: gup_test: fix test flag
Pavel Tatashin
-4
/
+11
2021-05-05
userfaultfd/selftests: add test exercising minor fault handling
Axel Rasmussen
-6
/
+158
2021-05-05
mm: huge_memory: debugfs for file-backed THP split
Zi Yan
-5
/
+77
2021-05-05
mm: huge_memory: a new debugfs interface for splitting THP tests
Zi Yan
-0
/
+320
2021-05-04
tools/power turbostat: version 2021.05.04
Len Brown
-2
/
+2
2021-05-04
tools/power turbostat: Support "turbostat --hide idle"
Len Brown
-2
/
+22
2021-05-04
tools/power turbostat: elevate priority of interval mode
Len Brown
-9
/
+57
2021-05-04
tools/power turbostat: formatting
Len Brown
-510
/
+433
2021-05-04
tools/power turbostat: rename tcc variables
Zhang Rui
-22
/
+22
2021-05-04
tools/power turbostat: add TCC Offset support
Zhang Rui
-3
/
+55
2021-05-04
tools/power turbostat: save original CPU model
Zhang Rui
-0
/
+5
2021-05-04
tools/power turbostat: Fix Core C6 residency on Atom CPUs
Zhang Rui
-1
/
+38
2021-05-04
tools/power turbostat: Print the C-state Pre-wake settings
Chen Yu
-0
/
+14
2021-05-04
tools/power turbostat: Enable tsc_tweak for Elkhart Lake and Jasper Lake
Chen Yu
-1
/
+1
2021-05-04
tools/power turbostat: unmark non-kernel-doc comment
Randy Dunlap
-1
/
+1
2021-05-04
tools/power/turbostat: Remove Package C6 Retention on Ice Lake Server
Chen Yu
-6
/
+30
2021-05-04
tools/power turbostat: Fix offset overflow issue in index converting
Calvin Walton
-5
/
+6
2021-05-04
tools/power/turbostat: Fix turbostat for AMD Zen CPUs
Bas Nieuwenhuizen
-2
/
+6
2021-05-04
tools/power turbostat: update version number
Len Brown
-1
/
+1
2021-05-04
tools/power turbostat: Fix DRAM Energy Unit on SKX
Zhang Rui
-0
/
+1
2021-05-04
Revert "tools/power turbostat: adjust for temperature offset"
Len Brown
-29
/
+33
2021-05-04
tools/power turbostat: Support Ice Lake D
Chen Yu
-0
/
+1
2021-05-04
tools/power turbostat: Support Alder Lake Mobile
Chen Yu
-0
/
+1
2021-05-04
tools/power turbostat: print microcode patch level
Len Brown
-4
/
+9
2021-05-04
tools/power turbostat: add built-in-counter for IPC -- Instructions per Cycle
Len Brown
-0
/
+84
2021-05-04
Merge tag 'dma-mapping-5.13' of git://git.infradead.org/users/hch/dma-mapping
Linus Torvalds
-5
/
+17
2021-05-03
ktest: Re-arrange the code blocks for better discoverability
John 'Warthog9' Hawley (VMware)
-142
/
+154
2021-05-03
ktest: Further consistency cleanups
John 'Warthog9' Hawley (VMware)
-49
/
+36
2021-05-03
ktest: Fixing indentation to match expected pattern
John 'Warthog9' Hawley (VMware)
-94
/
+92
2021-05-03
ktest: Adding editor hints to improve consistency
John 'Warthog9' Hawley (VMware)
-0
/
+9
2021-05-03
ktest: Add example config for using VMware VMs
John 'Warthog9' Hawley (VMware)
-0
/
+137
[next]