サクサク読めて、アプリ限定の機能も多数!
トップへ戻る
2025年ランキング
git.kernel.org
Android systems uses apks for their application packages. These files are normally used as read-only. Signed-off-by: Jaegeuk Kim <[email protected]>
Merge tag 'xfs-reflink-for-linus-4.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/dgc/linux-xfs < XFS has gained super CoW powers! > ---------------------------------- \ ^__^ \ (oo)\_______ (__)\ )\/\ ||----w | || || Pull XFS support for shared data extents from Dave Chinner: "This is the second part of the XFS updates for this merge cycle. This pullreq contains the new shared data extent
index : kernel/git/firmware/linux-firmware.git Repository of firmware blobs for use with the Linux kernelFirmware group aboutsummaryrefslogtreecommitdiffstats BranchCommit messageAuthorAge mainMerge branch 'robot/patch-0-1762826844' into 'main'Josh Boyer44 hours TagDownloadAuthorAge 20251111commit 6fc940781a...Josh Boyer43 hours 20251021commit 6a0152a5d1...Josh Boyer3 weeks 20251011commit 49fafa18
rtc: rk808: Compensate for Rockchip calendar deviation on November 31st In A.D. 1582 Pope Gregory XIII found that the existing Julian calendar insufficiently represented reality, and changed the rules about calculating leap years to account for this. Similarly, in A.D. 2013 Rockchip hardware engineers found that the new Gregorian calendar still contained flaws, and that the month of November shoul
Many load balancing and workload placing programs check /proc/meminfo to estimate how much free memory is available. They generally do this by adding up "free" and "cached", which was fine ten years ago, but is pretty much guaranteed to be wrong today. It is wrong because Cached includes memory that is not freeable as page cache, for example shared memory segments, tmpfs, and ramfs, and it does no
The functionality of ext3 is fully supported by ext4 driver. Major distributions (SUSE, RedHat) already use ext4 driver to handle ext3 filesystems for quite some time. There is some ugliness in mm resulting from jbd cleaning buffers in a dirty page without cleaning page dirty bit and also support for buffer bouncing in the block layer when stable pages are required is there only because of jbd. So
diff --git a/Makefile b/Makefile index 54430f933b628c..fbd43bfe4445bc 100644 --- a/Makefile +++ b/Makefile
Merge tag 'cc-4.0-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc Pull "code of conflict" from Greg KH: "This file tries to set the rational basis for our code reviews, gives some advice on how to conduct them, and provides an excalation channel for any kernel developers if they so desire it" [ Let's see how this works ] * tag 'cc-4.0-rc2' of git://git.kernel.org/pub/scm/lin
.. after extensive statistical analysis of my G+ polling, I've come to the inescapable conclusion that internet polls are bad. Big surprise. But "Hurr durr I'ma sheep" trounced "I like online polls" by a 62-to-38% margin, in a poll that people weren't even supposed to participate in. Who can argue with solid numbers like that? 5,796 votes from people who can't even follow the most basic directions
Adds /proc/pid/clear_refs. When any non-zero number is written to this file, pte_mkold() and ClearPageReferenced() is called for each pte and its corresponding page, respectively, in that task's VMAs. This file is only writable by the user who owns the task. It is now possible to measure _approximately_ how much memory a task is using by clearing the reference bits with echo 1 > /proc/pid/clear_re
Git v2.0 Release Notes ====================== Backward compatibility notes ---------------------------- When "git push [$there]" does not say what to push, we have used the traditional "matching" semantics so far (all your branches were sent to the remote as long as there already are branches of the same name over there). In Git 2.0, the default is now the "simple" semantics, which pushes: - only
It actually goes back to 2004 ([PATCH] Concurrent O_SYNC write support) when sync_page_range() had been introduced; generic_file_write{,v}() correctly synced pos_after_write - written .. pos_after_write - 1 but generic_file_aio_write() synced pos_before_write .. pos_before_write + written - 1 instead. Which is not the same thing with O_APPEND, obviously. A couple of years later correct variant had
Kernel.org git repositories Git repositories hosted at kernel.org index NameDescriptionOwnerIdleLinks pub/scm/bluetoothbluez.gitBluetooth protocol stack for LinuxMarcel Holtmann24 hourssummarylogtree sbc.gitBluetooth low-complexity, subband codec (SBC) libraryMarcel Holtmann8 monthssummarylogtree pub/scm/develpahole/pahole.gitpahole and other type info toolsDWARVES group8 dayssummarylogtree sparse
Merge branch 'x86-nuke386-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip Pull "Nuke 386-DX/SX support" from Ingo Molnar: "This tree removes ancient-386-CPUs support and thus zaps quite a bit of complexity: 24 files changed, 56 insertions(+), 425 deletions(-) ... which complexity has plagued us with extra work whenever we wanted to change SMP primitives, for years. Unfortunatel
GIT - the stupid content tracker "git" can mean anything, depending on your mood. - random three-letter combination that is pronounceable, and not actually used by any common UNIX command. The fact that it is a mispronounciation of "get" may or may not be relevant. - stupid. contemptible and despicable. simple. Take your pick from the dictionary of slang. - "global information tracker": you're in
index : kernel/git/tglx/history.git Linux kernel historyThomas Gleixner aboutsummaryrefslogtreecommitdiffstats BranchCommit messageAuthorAge masterLinux 2.6.12-rc2Linus Torvalds21 years TagDownloadAuthorAge v2.6.12-rc2history-2.6.12-rc2.tar.gz Linus Torvalds21 years v2.6.11.5history-2.6.11.5.tar.gz Greg Kroah-Hartman21 years v2.6.12-rc1history-2.6.12-rc1.tar.gz Linus Torvalds21 years v2.6.11.4h
.. except there are various scripts that really know that there are three numbers, so it calls itself "3.0.0-rc1". Hopefully by the time the final 3.0 is out, we'll have that extra zero all figured out. Signed-off-by: Linus Torvalds <[email protected]>
index : kernel/git/torvalds/linux.git Linux kernel source treeLinus Torvalds aboutsummaryrefslogtreecommitdiffstats ModeNameSize -rw-r--r--.clang-format24253logstatsplain -rw-r--r--.clippy.toml374logstatsplain -rw-r--r--.cocciconfig59logstatsplain -rw-r--r--.editorconfig575logstatsplain -rw-r--r--.get_maintainer.ignore270logstatsplain -rw-r--r--.gitattributes105logstatsplain -rw-r--r--.gitignore22
Submitting Patches ================== == Guidelines Here are some guidelines for contributing back to this project. There is also a link:MyFirstContribution.html[step-by-step tutorial] available which covers many of these same guidelines. [[patch-flow]] === A typical life cycle of a patch series To help us understand the reason behind various guidelines given later in the document, first let's und
index : uemacs/uemacs.git Micro-emacsLinus Torvalds aboutsummaryrefslogtreecommitdiffstats BranchCommit messageAuthorAge masterAllow bigger filenamesLinus Torvalds7 years AgeCommit messageAuthorFilesLines 2018-07-19Allow bigger filenamesHEADmasterLinus Torvalds1-1/+1 2018-07-19Use _GNU_SOURCE instead of _BSD_SOURCE and _SYSV_SOURCELinus Torvalds1-1/+1 2018-07-19Do some valgrind cleanupLinus Torval
index : kernel/git/torvalds/linux.git Linux kernel source treeLinus Torvalds aboutsummaryrefslogtreecommitdiffstats BranchCommit messageAuthorAge masterMerge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds40 hours TagDownloadAuthorAge v6.19-rc1linux-6.19-rc1.tar.gz Linus Torvalds5 days v6.18linux-6.18.tar.gz Linus Torvalds3 weeks v6.18-rc7linux-6.18-rc7.tar
Kernel.org git repositories Git repositories hosted at kernel.org index NameDescriptionOwnerIdleLinks pub/scm/bluetoothbluez.gitBluetooth protocol stack for LinuxMarcel Holtmann7 dayssummarylogtree sbc.gitBluetooth low-complexity, subband codec (SBC) libraryMarcel Holtmann9 monthssummarylogtree pub/scm/develpahole/pahole.gitpahole and other type info toolsDWARVES group6 weekssummarylogtree sparse/
このページを最初にブックマークしてみませんか?
『Kernel.org git repositories』の新着エントリーを見る
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く