aboutsummaryrefslogtreecommitdiffstats
path: root/rust/kernel/security.rs
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2025-08-10 09:02:36 +0300
committerLinus Torvalds <torvalds@linux-foundation.org>2025-08-10 09:02:36 +0300
commit2b38afce25c4e1b8f943ff4f0a2b51d6c40f2ed2 (patch)
tree1865eca78ba1fd2a60f8b68696c316221030e550 /rust/kernel/security.rs
parentMerge tag 'smp_urgent_for_v6.17_rc1' of git://git.kernel.org/pub/scm/linux/ke... (diff)
parenttools/power turbostat: version 2025.09.09 (diff)
downloadlinux-2b38afce25c4e1b8f943ff4f0a2b51d6c40f2ed2.tar.gz
linux-2b38afce25c4e1b8f943ff4f0a2b51d6c40f2ed2.zip
Merge tag 'turbostat-2025.09.09' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux
Pull turbostat updates from Len Brown: "tools/power turbostat: version 2025.09.09 - Probe and display L3 Cache topology - Add ability to average an added counter (useful for pre-integrated "counters", such as Watts) - Break the limit of 64 built-in counters - Assorted bug fixes and minor feature tweaks" * tag 'turbostat-2025.09.09' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux: tools/power turbostat: version 2025.09.09 tools/power turbostat: Handle non-root legacy-uncore sysfs permissions tools/power turbostat: standardize PER_THREAD_PARAMS tools/power turbostat: Fix DMR support tools/power turbostat: add format "average" for external attributes tools/power turbostat: delete GET_PKG() tools/power turbostat: probe and display L3 cache topology tools/power turbostat: Support more than 64 built-in-counters tools/power turbostat.8: Document Totl%C0, Any%C0, GFX%C0, CPUGFX% columns tools/power turbostat: Fix bogus SysWatt for forked program tools/power turbostat: Handle cap_get_proc() ENOSYS tools/power turbostat: Fix build with musl tools/power turbostat: verify arguments to params --show and --hide tools/power turbostat: regression fix: --show C1E%
Diffstat (limited to 'rust/kernel/security.rs')
0 files changed, 0 insertions, 0 deletions
ff1-0/+1 2005-11-01cvsimport: introduce -P <cvsps-output-file> optionMartin Langhoff2-4/+12 2005-11-01cvsimport: catch error condition where cvs host disappearsMartin Langhoff1-0/+4 2005-11-01Do not install backward compatibility links anymore.Junio C Hamano2-5/+12 2005-11-01Strip any trailing slash on destination argumentJosef Weidendorfer1-0/+2 2005-11-01git-am.txt is no stub anymorePetr Baudis1-2/+0 2005-11-01Documentation for git-fmt-merge-msgPetr Baudis2-0/+49 2005-11-01Remove git-findtags.perlPetr Baudis2-95/+1 2005-11-01Remove 'Previously this command was known as ...' messages.Jon Loeliger1-44/+0 2005-11-01Fix constness of input in mozilla-sha1/sha1.c::SHA1_Update().Junio C Hamano2-3/+3 2005-11-01Document the use of "current directory" as pull source.Junio C Hamano2-1/+6 2005-10-30Add examples for git-log documentation and others.Linus Torvalds3-0/+45 2005-10-30Work around an RPM build problem.Junio C Hamano1-1/+1 2005-10-30Fix rev-list documentation again (--sparse and pathspec)Junio C Hamano1-4/+5 2005-10-30Update git-pack-objects documentation.Junio C Hamano1-1/+6 2005-10-30Update git-rev-list options list in rev-parse.Junio C Hamano1-0/+2 2005-10-30Update usage string and documentation for git-rev-list.Junio C Hamano2-17/+70 2005-10-30Add to usage and docs for git-add.shChris Shoemaker2-1/+15 2005-10-30Add to documentation of git-update-index arguments and usage.Chris Shoemaker2-8/+25 2005-10-30Add usage statement to git-checkout.shChris Shoemaker1-0/+7 2005-10-30GIT 0.99.9 master branch.Junio C Hamano1-1/+1 2005-10-29GIT 0.99.9v0.99.9Junio C Hamano2-1/+7 2005-10-29Documentation updates.Junio C Hamano3-7/+59 2005-10-29Do not mmap-copy the whole thing; just use copy_fd()Junio C Hamano1-18/+10 2005-10-29Teach local-fetch about lazy object directories.Junio C Hamano1-2/+3 2005-10-29Fix recent documentation format breakage.Junio C Hamano1-6/+6 2005-10-28make t5501 less annoyingJohannes Schindelin1-2/+2 2005-10-28fix multi_ack.Johannes Schindelin2-5/+10 2005-10-28git-fetch-pack: Support multi_ack extensionJohannes Schindelin2-17/+46 2005-10-28git-upload-pack: Support the multi_ack protocolJohannes Schindelin1-23/+24 2005-10-28Support receiving server capabilitiesJohannes Schindelin2-1/+16 2005-10-28git-upload-pack: More efficient usage of the has_sha1 arrayJohannes Schindelin1-5/+22