Size: 21937
Comment:
|
Size: 46791
Comment: Fix historic links, add missed features
|
Deletions are marked like this. | Additions are marked like this. |
Line 4: | Line 4: |
2.6.9 was released October 19, 2004. [[http://www.kernel.org/pub/linux/kernel/v2.6/ChangeLog-2.6.9|Changelog]] * Token-based thrashing control. When there are pageins going on, a task can grab a token, that protects the task from pageout (except by itself) until it is no longer doing heavy pageins, or until the maximum hold time of the token is over. [[http://lwn.net/Articles/96621|(LWN article)]] [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=d4f9d02b9151b9ff87a950ed42220de4f740d27b|commit]] * Support for POSIX's waitid(2) Also, now linux now supports the POSIX specification that SIGCHLD is sent to the parent when one of its children resumes as a consequence of receiving a SIGCONT signal. Also, WCONTINUED flag is added to waitpid() and waitid() [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=ca3f74aa7baa11482435275c41ba323e3e2ec7b6|commit]] * Concurrent {{{O_SYNC}}} write support: In databases it is common to have multiple threads or processes performing O_SYNC writes against different parts of the same file. Performance at this is poor, because each writer blocks access to the file by waiting on I/O completion while holding i_sem: everything is serialised. The patch improves things by moving the writing and waiting outside i_sem. So other threads can get in and submit their I/O and permit the disk scheduler to optimise the IO patterns better [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=db205bd6b845f6fdd4a1e1984371e25af9c62a13|commit]], [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=f3996c8cf3ff3595fa3c60efef8c07901b380b54|commit]] * Support of disk barriers [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=d2a8285687638fad1fb6b4b5e7e809330e21b1eb|commit]], [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=5e9dbcaa2c752116b116bda619cf2e5438757e6a|commit]], [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=91173b0cb74b5288c298fd37ce96854882574ae3|commit]], [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=48944053f81212b1f811206f72a5f805d7d228ac|commit]], [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=681bf63d288eb4465d0d9ead0829a6cbf52f0666|commit]] * ext3 barrier support: Mount with {{{mount -o barrier=1}}} to enable barriers [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=eee1a8c490d985022d284c5fa5ba16dd05b08ee9|commit]] * Reiserfs v3 barrier support: Add reiserfs support for flush barriers, mount with {{{-o barrier=flush}}} to enable them. Barriers are triggered on fsync and for log commits [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=b63cf84e048ae4d39ba849861d963210be07f2c8|commit]] * Allow cluster-wide flock [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=22141f0513da328f8f4e405953e5e52fb7c4e65a|commit]] * Out-of-line spinlocks [[http://lwn.net/Articles/97537/|(LWN article)]]. [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=50658d3358fa5127fa50c4301dbbb688b9b5e21a|commit]], [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=4eca1f9032684ed50bef1c22a6672e16b18b772a|commit]], [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=b3a9ee9e608306de8130f33374b447ea32edc430|commit]], [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=4c9ed1710d1835a05bbf13c54f8ea955688d0802|commit]], [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=c3892c11104fc6c0d1c847ddefd75c8168b7c90a|commit]], [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=5f7f4b3648822b7f081d1b1eddd8063554eff64c|commit]], [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=297e81b38b104d71cbf44c4178e72a03eb3d66cd|commit]], [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=405983e3d597f6114dee5c1a1eca604bb9d19788|commit]] * Move parts of pmdisk into swsusp and remove it [[https://lwn.net/Articles/94071/|LWN Article]]. [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=0ce7a58733132f2873786615bf4ea5acd12a63ad|commit]], [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=849973418f349eb79eb68d17cbc90a92c87c1970|commit]], [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=3646a7f987f2699dfb571c9691a748f690d4db42|commit]], [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=13c9f31aba86054cbe508c28a9001dd516f04910|commit]], [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=d324cd65541e8ac8be478455b1354123084a475b|commit]], [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=154f17228dc3059ab8418fbb79cf24ea660ef81e|commit]], [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=7b8d56b1d068d9bebaf2132dfb21ed5525f7e9ff|commit]], [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=2e633f4f6ed2cff8f3d46bad6cf0b24da81a56a1|commit]], [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=44ea4dc07e7a1281293386e755f9a96d523e84b3|commit]], [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=334584dae1f8e828c2a796741d129447df7feaad|commit]], [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=6df01ca8ac5c49fd3042ae0f512ed814bed19ec1|commit]], [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=b52d040a8309877f006aa176bbd097ca0b10552e|commit]], [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=5beeb715e367c5ec185bd338d0f5722f7d9382e6|commit]], [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=62ca4334fa3b23492b79ab2887b62ac4bb4c2ed2|commit]], [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=4196815a90f99def73738fec6669c8d1cc3d7478|commit]], [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=b6fb7271ae8b312fd662085a16fd418d56d9e134|commit]], [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=a65ee5aa5d4c480718958508545e831c10442061|commit]], [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=a5b568fe6489270c25dba0abf13e740e6c72dab1|commit]], [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=c2cd403ce1dbf10ae43f912bbe068373a5b9c8bf|commit]], [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=c3c080bad832d2faf0edbd64996e129791656284|commit]], [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=acddc01882a2d058fe96018f4b3326160b49d45a|commit]], [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=0eabc61bec9ebef4114371cdd25c94b4ca30c318|commit]], [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=29221b810c59c94da43493103377068da6328263|commit]], [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=e2676af65065dbf62e1a8e59016ed8536d0fee4a|commit]] * {{{RLIMIT_MEMLOCK}}} semantics change: In Linux kernels before 2.6.9, only privileged processes ({{{CAP_IPC_LOCK}}}) could lock memory, and the {{{RLIMIT_MEMLOCK}}} soft resource limit placed an upper limit on the number of bytes that a privileged process can lock. Since kernel 2.6.9: no limits are placed on the amount of memory that a privileged process can lock; and an unprivileged process is now able to lock memory up to the soft limit defined by {{{RLIMIT_MEMLOC}}} [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=16698c49bbb42567c0bbc528d3820d18885e4642|commit]], [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=f947ff8af30f75cb9cf0e966caf8f4809ad1b92e|commit]] * New prctl(2) option allowing programs to change their name ({{{PR_GET_NAME}}}) [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=90d4cd4f856b2ed48fc667e1c46fc9da3bc97a2f|commit]] * Add kprobes for analysing the Linux kernel by collecting debugging information non-disruptively [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=4ece58992befbbbc83f27a7c92a0353bdff1e3b6|commit]], [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=b08e758948d781968ba967f669761f8ee81a9fcd|commit]] * tiny shmem/tmpfs replacement for systems without swap [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=14ef4d0a5b1213a0ebac1bcc5b28298a357cfc80|commit]] * Add scheduler statistics in {{{/proc/pid/stat}}} [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=7394ebbde5db9378247fa0d8e530fd2da853172b|commit]] * "flex mmap" user-space memory layout, to allow applications to allocate more virtual memory, and larger contiguous chunks. [[http://lwn.net/Articles/91829/|(LWN article)]]. [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=8913d55b6c5833f1396de313de08d3917f739e0e|commit]], [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=64e3b6b67906efd7dcd2e50e8dc561cef86e5ce0|commit]], [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=27ef71dc2229797478a5969437c4e4421b87c708|commit]], [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=3ce05cb38fc5bc0f52a655af02dd44bff0483b02|commit]] * Tune vmalloc size with {{{vmalloc=}}} boot option [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=8cc3d21cc33c150b706d806adabab518b928a9b9|commit]] * nfsd: ACL support for the NFSv4 server [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=770d5607d037080907204dede7c920c35823f492|commit]], [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=d99ad02c5b21eb0678e2197911f2cf26be5ce126|commit]], [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=14a5171314d14896a2de110ca6c180ecf15641c6|commit]] * NETFILTER: Connection based accounting [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=fd8bcd0027282c466dde59902c4d101b57e3f7dd|commit]] * NETFILTER: New ip_sctp match [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=37306cb0d818cdc3846d8ffbfe2d717125ee6a9b|commit]] * NETFILTER: Add conntrack runtime statistics [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=51b03285cde06db01f5135517d925e7eb32cc060|commit]] * NETFILTER: Add tcp window tracking [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=753ae03fd51b7731e60d6a8dda4c8a919cc8cec2|commit]] * NETFILTER: add sysctl to read out the number of current connections [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=6c7dd95fa77ce9545f85d0f708ef6d09f4b55bde|commit]] * NET: Generic network statistics [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=6ad5331ee3c59d40eb8a52078823a0921c83dfa8|commit]] * NET: Add ethtool support to loopback driver. [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=9970b8113e9e44bf28c6a5a52b393846dd378046|commit]] * NET: Device mtu/txqlen/ifmap via rtnetlink. [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=8ec72682e999c18a5e5e0863849d826c762c3c34|commit]] * NET: Device name changing via rtnetlink [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=6ed03238fe28561b5e835fa7011924236b8c0100|commit]] * NET: Neighbour cache statistics like rt_stat. [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=bf19f71b39b2aeef87aa75d97ce079377ae5ecd7|commit]] * TCP: Add tcp_tso_win_divisor sysctl. [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=008f4d3c0a3de28ea8e8c5012670e60a0b6dc636|commit]] * IPV6: Add option to copy DSCP in decap in ip6_tunnel. [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=43a5fede44682b9777760fa567c32e226a5577ae|commit]] * IPV4: Permit the official ARP hw type in SIOCSARP for FDDI. [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=5ff0a7e64d9d7eeaa292ac0fd8a948160287d5b5|commit]] * NET: Generic network statistics/estimator [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=05529e0e46056e6bc4c43324f8d4e357334956b1|commit]] * IPSEC: Implement DSCP decapsulation [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=54bb03e00310482ce4cd8b5f0b581120211d8350|commit]] * BRIDGE: Add ipv6 packet filtering. [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=02879e9664bb2ccd50b3d8f447a538869e243bac|commit]] * TCP: Automatically compute tcp_default_win_scale and remove sysctl. [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=e69f145dd8954ff9e6443e71a3c88652e07edd47|commit]] * PKT_SCHED: Update for netem scheduler. [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=f98a65e0d5ee12696f0edb558ae4da692080359e|commit]] * PKT_SCHED: Add gact generic actions. [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=be84c7f6cf99539af42436f686b84b6b8fbc509e|commit]] * NET: Allow get/set of dev->weight via netlink. [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=0dbf2dbb1a6a7a70c74869f047cbedc67ddc3494|commit]] * XFS: Add support for unsetting realtime flag on realtime file which has no extents allocated. [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=c58fec8d9ed95e0cebfae70adef46c694a6cc24a|commit]] * XFS: Add a realtime inheritance bit for directory inodes so new files can be automatically created as realtime files. [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=aa80167f80c96339524ee4afe18b81eaf3b15ccb|commit]] * XFS: Support for default quota limits via the zero dquot (ala grace times). [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=898e768a14312f74504a74581293caa1971bb320|commit]] * XFS: Add nosymlinks inode flag for the security folks, reserve projinherit flag. [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=2f1bf6ba4cfefb928bd8fefc9bb87a39cd4f7b01|commit]] * CIFS: xsymlink support [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=00d07072859ba99c86cc2b545817ca31d781d324|commit]] * CIFS: ipv6 support [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=b176041c9f3afb32e7e36da7b9c7be643064f719|commit]], [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=2143edbcca0a440ead27e4a931b7caef428d8897|commit]] * Secure RPC: SPKM3 mechanism that provides for secure RPC calls by means of a gss-api mechanism based on the SPKM3 public-key mechanism [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=395f639e04b8c885fcc52c90748835e57b4b2f69|commit]] * NFSv4: Support for delegations (client) [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=2fa8729d3f444269d7600b42c24acecd5163dda0|commit]], [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=3f052fdc5791aa4903461be4fda6e16f5bcddfbf|commit]], [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=2ac2de8d42c87afd5cc900b6c49bd82fc5748f0f|commit]], [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=0a3b5d3be896fff53d40cfbfc6b5bd55a1e60b6c|commit]], [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=f092be42d16232360d70564c3b043c8a643ca2f6|commit]], [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=b678478658b6561dc3e6a5afa7763255f77b74a0|commit]], [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=6d132c2fa923b97f8a1fab667c517c83b7c67c2a|commit]], [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=7129dfe50fc73e12c72c838ba021e6470cf52f0f|commit]], [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=b42a8a16294c553896aac066c65afffc2d5f8889|commit]], [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=ef7306b458390381e9884855acdb6371e22785b7|commit]], [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=fdd46e514eb85b8baed9e735e76f09dd252140a4|commit]], [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=b4a558fd4ebebc2441ba3a592b658cb50873f96a|commit]] * JFS: disk quota support [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=66cf300ca94d320eddf4eaf29b2fae829bef408e|commit]] * NTFS: Add support for readv/writev and aio_read/aio_write. [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=d629b96bdf838fb8926188b1401624ec49c09ea4|commit]] * NTFS: Implement fsync, fdatasync, and msync both for files and directories [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=9d04808a4bf1f162d21aede0112fce182db82ae3|commit]] * NTFS: Implement cluster (de-)allocation code [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=c935fcd5a32a1eecae694ac68732e144cba57329|commit]] * export legacy pty info via sysfs [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=e40ef35935b2503298d9574043f91d9fea2702bc|commit]] * RCU: low latency rcu [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=daf86b08a178f950c0e0ec073c25cc392dbbc789|commit]] * Adds a kernel boot parameter {{{lpj=NNN}}} which allows the operator to specify the loops-per-jiffy value [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=b1541be98e970d07ffa535e84a02f27ff422b8ae|commit]] * CRYPTO: Add Whirlpool digest algorithm. [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=8548a5257d9475832b855542d2641141f5734b41|commit]] * hugetlb: permit executable mappings [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=b60e5e711ad490216cc39f0cdfac91a789d85694|commit]] * md: RAID10 target [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=5f8dbb56fa35876ab6a439b153e686385b6f430f|commit]] * Configurable SELinux bootparam value [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=3cbadc142c688ee7c02ea767a3c87b14949a8594|commit]] * Reduce SELinux kernel memory use on 64-bit systems [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=7c830b4a543afc6500f05df388e40fb5d9a96691|commit]] * {{{/dev/random}}}: Remove {{{RNDGETPOOL}}} ioctl [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=a18b8188d33306f4846f98e67dfa61d19660da8d|commit]] * {{{/dev/random}}}: Use separate entropy store for /dev/urandom [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=62a455b28c2316600af727fe57e310ff0b9b3c6b|commit]] * Show Active/Inactive on per-node meminfo. The patch below enable to display the size of Active/Inactive pages on per-node meminfo ({{{/sys/devices/system/node/node%d/meminfo}}}) like {{{/proc/meminfo}}} [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=d9660d8277eda0ea18412bb306225261d1c8dd92|commit]] * task scheduler profileing (seeing where context switches come from) [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=f0fd8a8d242a6a5a9297712871a99e3b15d56ccf|commit]] * kbuild: Add 'make namespacecheck' [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=3887929c9e7c41fed02ca0fc4537e09d26690e49|commit]] * kbuild: Support LOCALVERSION [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=ef41e994a32b70de5b88bc3543cf2b931bd2a162|commit]] * Add skeleton "generic IO mapping" infrastructure. [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=e4dad07102ea55ff15353e415ba4edc89953e67c|commit]] * Tunable "max sectors" limit for block I/O requests (can help latency reduction) [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=3ed45fdf44b17165294cef855cd5961108b68f04|commit]] * BSD disklabel: handle more than 8 partitions [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=16939bd376d0df01d943f14839ffeae5def84af5|commit]] * Add DEVPATH env variable to hotplug helper call [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=2866792071f8c7a8ab5cf6818835ed7243dafeae|commit]] |
|
Line 5: | Line 74: |
= 2.6.9 = * Released October 19, 2004 [[http://www.kernel.org/pub/linux/kernel/v2.6/ChangeLog-2.6.9|changelog]] * Token-based thrashing control [[http://lwn.net/Articles/96621|(LWN article)]] [[http://kernel.org/git/?p=linux/kernel/git/torvalds/old-2.6-bkcvs.git;a=commit;h=e6a32818710d24cc910ec4d4333f99972b3cf563|(commit)]] * Concurrent O_SYNC write support: In databases it is common to have multiple threads or processes performing O_SYNC writes against different parts of the same file.[[http://kernel.org/git/?p=linux/kernel/git/torvalds/old-2.6-bkcvs.git;a=commit;h=96deebee4470587bc1a855c787d6919df681cdac|(commit)]] * Reiserfs v3 barrier support: Add reiserfs support for flush barriers, mount with -o barrier=flush to enable them. Barriers are triggered on fsync and for log commits [[http://kernel.org/git/?p=linux/kernel/git/torvalds/old-2.6-bkcvs.git;a=commit;h=b736095823b073209ef38622227c64c593260b73|(commit)]] * ext3 barrier support: Mount with "mount -o barrier=1" to enable barriers [[http://kernel.org/git/?p=linux/kernel/git/torvalds/old-2.6-bkcvs.git;a=commit;h=52a75614f1f753e01a5a9610c5390b5b7f795912|(commit)]] * Support of disk barriers: [[http://kernel.org/git/?p=linux/kernel/git/torvalds/old-2.6-bkcvs.git;a=commit;h=74c50b2c1af1b3535cf6c39ce684e60fa9f5dfdb|(commit)]] * m32r architecture support * Scheduler statistics: adds lots of CPU scheduler stats in /proc/$PID/stat [[http://kernel.org/git/?p=linux/kernel/git/torvalds/old-2.6-bkcvs.git;a=commit;h=34b334118622daae225ab8fd56c79f54f6e15774|(commit)]] * RLIMIT_MEMLOCK semantics change: In Linux kernels before 2.6.9, only privileged processes (CAP_IPC_LOCK) could lock memory, and the RLIMIT_MEMLOCK soft resource limit placed an upper limit on the number of bytes that a privileged process can lock. Since kernel 2.6.9: no limits are placed on the amount of memory that a privileged process can lock; and an unprivileged process is now able to lock memory up to the soft limit defined by RLIMIT_MEMLOC [[http://kernel.org/git/?p=linux/kernel/git/torvalds/old-2.6-bkcvs.git;a=commit;h=adaeb8014406050050cf09416d1b0e3c23838fdb|(commit)]] * Tunable "max sectors" limit for block I/O requests (can help latency reduction) * New prctl() option allowing programs to change their name (PR_GET_NAME) * AMD dual-core support * Out-of-line spinlocks [[http://lwn.net/Articles/97537/|(LWN article)]] [[http://kernel.org/git/?p=linux/kernel/git/torvalds/old-2.6-bkcvs.git;a=commit;h=2ea380e357f23ad37c1a06c6af509b68e9d57bb6|(commit)]] * Support for POSIX's waitid() Also, now linux now supports the POSIX specification that SIGCHLD is sent to the parent when one of its children resumes as a consequence of receiving a SIGCONT signal. Also, WCONTINUED flag is added to waitpid() and waitid() [[http://kernel.org/git/?p=linux/kernel/git/torvalds/old-2.6-bkcvs.git;a=commit;h=8e81583bfd488bb0b10aa799f7ec5f7b4a79fe73|(commit)]]. * Shared memory scalability improvements * "flex mmap" user-space memory layout [[http://lwn.net/Articles/91829/|(LWN article)]] [[http://kernel.org/git/?p=linux/kernel/git/torvalds/old-2.6-bkcvs.git;a=commit;h=0f7c9b1849d5365d27d4553e471a8e721c8dabb7|(commit)]] * x86 PAE swapspace expansion. PAE is artificially limited in terms of swapspace to the same bitsplit as ordinary i386, a 5/24 split (32 swapfiles, 64GB max swapfile size), when a 5/27 split (32 swapfiles, 512GB max swapfile size) is feasible. This patch transparently removes that limitation by using more of the space available in PAE's wider ptes for swap ptes [[http://kernel.org/git/?p=linux/kernel/git/torvalds/old-2.6-bkcvs.git;a=commit;h=7c1c60d14d175c41c5db03f20f44c80c4d683e52|(commit)]] * Show Active/Inactive on per-node meminfo: The patch below enable to display the size of Active/Inactive pages on per-node meminfo (/sys/devices/system/node/node%d/meminfo) like /proc/meminfo [[http://kernel.org/git/?p=linux/kernel/git/torvalds/old-2.6-bkcvs.git;a=commit;h=6d4a504b45abc756eac6374591f74c7afb722b6a|(commit)]] * Change in TCP ICMP source quench behavior * [[http://www.linux-usb.org/gadget/h2-otg.html|USB "on the go" support]] * New USB storage driver * Support for more than eight partitions on BSD-labeled disks * Ethtool support in the loopback driver * NETIF_F_LLTX interface [[http://lwn.net/Articles/101215/|(LWN article)]] * DSCP decapsulation for IPsec [[http://kernel.org/git/?p=linux/kernel/git/torvalds/old-2.6-bkcvs.git;a=commit;h=cac8c9f3e6cd37a3dd079e12a01fc41d2650bf39|(commit)]] * Removal of the ancient "busmouse" driver * Infrastructure for cluster-wide file locking * DRM subsystem cleanups * "fake NUMA" mode for x86-64 testing * Small-footprint tmpfs implementation * Support for scheduler profiling (seeing where context switches come from) * Automatic TCP window scaling calculation * Some VFS interface improvements * Executable support in hugetlb mappings * The Whirlpool digest algorithm * Removal of the very last suser() call |
|
Line 44: | Line 76: |
* Add m32r architecture [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=8704cc2f5627bd89b35c854d3c09e938fb0167c8|commit]] * x86_64: emulate NUMA on non-NUMA hardware [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=60b292cab32ba482d8119906fbd4f73c7117c70b|commit]] * x86-64: add apic={verbose,quiet,debug} [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=6da2e9bab113ead8489bd722ffcf3db2d51cd3ae|commit]] * Add support for NUMA discovery on AMD dual core to x86-64 [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=2f0cfcb9df11168e6d01c7ade562c0865beb0227|commit]] * ARM: Add IXP2000 support [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=dbfa9ae5cd70a67d45b1f57be9b2d9b8568fae10|commit]], [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=aa25be38a5f8eb22ed7da8fd084c91babb8d7137|commit]], [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=95e4123481bce738b8c62edda7df2890ba089711|commit]], [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=5eb32c99f8edf7e3dfadddedd6b02e2e73ffd7e1|commit]], [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=a03327a4e688b168b527ea8004280c3244a0f181|commit]], [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=217eab8afcfffe523668f117937e7d87f3b349ad|commit]], [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=40ba07c2949d7542e4553593f9097aba4a3a25a9|commit]] * ARM: Add support for ENP-2611 platform [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=5d407f448144d2116e41b12e8c89441606ff258b|commit]] * ARM: Motorola i.MX architecture support [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=9c496bde802b19db40325bbde356be62e66dc125|commit]] * ARM: OMAP update adds board support files for OMAP H2 and H2 [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=8cb6ba40fa74eef66e143160403e9ab7849fb21c|commit]], [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=a7116ca5d502b6a1733336f239089885178234ea|commit]], [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=958163e228de2f11c26bd3b9da4c2ebb427fb561|commit]], [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=d91218ae7d44e6802c16a07a17ff7ec427354351|commit]], [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=3ec5769358a2a166538407524d789deef3e58dc4|commit]], [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=3fd91b595e88e91e0200e064d3443667883d8e0c|commit]] * ARM: Add "noirqdebug" option to match x86 option. [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=4b006a3ba23912233a6b7b488f2eaf8a1e955cc9|commit]] * ARM: kernel support for iWMMXt present on some XScale cores [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=28b3026ec9d0952aad3dfe45e25d05c2d00746c6|commit]] * Add ARM AMBA CLCD framebuffer driver. [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=bfe694f833643dd75072add91b4df3069ad9ff6b|commit]] * ARM: Hynix h720x architecture support [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=433a3e8e9bc3bea33729ba38c4dd412f9ae80f0d|commit]] * ARM: Add CLCD support for Versatile platform [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=559ead48d8ba013a045eb79ea57f5107e493c6fc|commit]], for Integrator/CP platform [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=7823cf3e30c1223404beb04eb003ea95f54e08a9|commit]], for IM-PD/1 board [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=70c642a4563e57a77adbb01d214f977be5383e6e|commit]] * ARM: Intel XScale IOP310 removal [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=c26ba334a93fa610516f251697452604c1556edb|commit]] * ARM: !S3C2410 - Drive strength control for s3c2440 [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=4aaed07fbd79647c81418a0e007da257422990cb|commit]] * ARM: Initial support for s3c2440 cpus [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=661f30c9bf16096901bca338b9bb0d71ebe2ebb1|commit]] * ppc32: add U-Boot support to Ocotea/440GX port [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=e572054e3a95f0dbb1fe8af63093c021035ccc39|commit]] * ppc32: emulate obsolete instructions [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=79e2e09671f7e047c86f4dc4fb52fef46b6098e3|commit]] * PPC32: Add a watchdog driver on PPC8xx. [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=4c3fc927609f2ff2e9375f54d766371bfe117790|commit]] * ppc: Add Freescale MPC52xx I2C Support using i2c-mpc.c [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=3a51d1b854082649dc77caf61f07abdfd4598a07|commit]] * ppc32: Add a {{{noresidual}}} option, to ignore residual data. [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=1d16983c0eda54c22a25712df3a893639784f56e|commit]] * ppc64: HVSI driver [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=9024871d2d20b39e5f0b7ef6c28006dee566386f|commit]] * ppc64 iSeries virtual DVD-RAM [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=1492512062879ab3a13eae692dfa163aa705d10c|commit]] * ppc64: topdown support [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=4614ad37be59ea62e32fc612dbe3478e70a24c4a|commit]] * ppc64: restore smt-enabled=off kernel command line option [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=a96ca8b172bc389a526670ac5bc134fd7b5f11c1|commit]] * ppc64: enable POWER5 low power mode in idle loop [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=f4b0a775a0d9050da593379c12a0f3de24bbcb55|commit]] * ppc64: powersave_nap sysctl [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=06a7e66d9b2b0c7306f734266670506fa5448e64|commit]] * SPARC64: Initial KPROBES implementation. [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=93d3379e11668648e8e6af813668162c911f7dfa|commit]] * IA64-SGI: Add full PROM version banner to {{{/proc/sgi_prominfo/nodeXX/version}}} [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=01b635de81042a5aa80bb211e5265e2b18a8caf2|commit]] * IA64: support for IA64 hardware performance counters via the perfmon interface [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=86615559e5d71ed6e1dc7a05e0337e05abcc7e4a|commit]] * IA64: SGI Altix hardware performance monitoring API [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=79a7b633969f51c5c4360ce33160f5aabfb980fc|commit]] * mips: added interrupt control routines for vrc4173 [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=decde95daa814f65cbf3e2e0ee847df4a1836228|commit]] * Time interpolator: Scalability enhancements and high resolution time for IA64 [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=bd46a4f183290995b9c2fc4de40670e995482769|commit]] * uml: Uml base patch [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=1cded5514cb55603df3e512ccf0ee1a998f6c8b1|commit]] * UML: remove the COW block driver [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=07371350508d4ec5d6414401fafe4d515705531d|commit]] * uml: remove useless ioctls [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=9e175831a4d9eacaa4e5b951f462b1d6fc2b3079|commit]] * uml: Adds LEGACY_PTY config option [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=0e232921784551c5a03bf78a7df883c6bc78e66e|commit]] * uml: Use PTRACE_SCEMU (the so-called SYSEMU) to reduce syscall cost. [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=f3406c5236445594d96873a5abb3c5db92a3207d|commit]] * uml: Adds the "nosysemu" command line parameter to disable SYSEMU [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=33700bae0c32eeb4e281513cdcb50efabada4af0|commit]] * uml: Adds /proc/sysemu to toggle SYSEMU usage. [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=b202690b24cd39e0a92505ddc67208c12e611ded|commit]] * x86 PAE swapspace expansion [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=93ff334616e5c841afdfc795362b03a7b4ec664c|commit]] |
|
Line 52: | Line 125: |
* NETFILTER: Connection based accounting [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=fd8bcd0027282c466dde59902c4d101b57e3f7dd|commit]] * NETFILTER: New ip_sctp match [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=37306cb0d818cdc3846d8ffbfe2d717125ee6a9b|commit]] * NETFILTER: Add conntrack runtime statistics [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=51b03285cde06db01f5135517d925e7eb32cc060|commit]] * NETFILTER: Add tcp window tracking [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=753ae03fd51b7731e60d6a8dda4c8a919cc8cec2|commit]] * NTFS: Add support for readv/writev and aio_read/aio_write. [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=d629b96bdf838fb8926188b1401624ec49c09ea4|commit]] * NTFS: Implement fsync, fdatasync, and msync both for files and directories [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=9d04808a4bf1f162d21aede0112fce182db82ae3|commit]] * export legacy pty info via sysfs [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=e40ef35935b2503298d9574043f91d9fea2702bc|commit]] * Drivers & architectures * ARM: Add IXP2000 support [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=dbfa9ae5cd70a67d45b1f57be9b2d9b8568fae10|commit]], [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=aa25be38a5f8eb22ed7da8fd084c91babb8d7137|commit]], [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=95e4123481bce738b8c62edda7df2890ba089711|commit]], [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=5eb32c99f8edf7e3dfadddedd6b02e2e73ffd7e1|commit]], [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=a03327a4e688b168b527ea8004280c3244a0f181|commit]], [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=217eab8afcfffe523668f117937e7d87f3b349ad|commit]], [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=40ba07c2949d7542e4553593f9097aba4a3a25a9|commit]] * ARM: Add support for ENP-2611 platform [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=5d407f448144d2116e41b12e8c89441606ff258b|commit]] * PPC32: Add a watchdog driver on PPC8xx. [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=4c3fc927609f2ff2e9375f54d766371bfe117790|commit]] |
|
Line 108: | Line 167: |
* [Power Mgmt] Make pmdisk dependent on swsusp. [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=0ce7a58733132f2873786615bf4ea5acd12a63ad|commit]] * [Power Mgmt] Remove duplicate relocate_pagedir() from pmdisk. [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=849973418f349eb79eb68d17cbc90a92c87c1970|commit]] * [Power Mgmt] Remove more duplicate code from pmdisk. [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=3646a7f987f2699dfb571c9691a748f690d4db42|commit]] * [Power Mgmt] Share variables between pmdisk and swsusp. [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=13c9f31aba86054cbe508c28a9001dd516f04910|commit]] * [Power Mgmt] Merge first part of image writing code. [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=d324cd65541e8ac8be478455b1354123084a475b|commit]] * [Power Mgmt] Consolidate code for allocating image pages in pmdisk and swsusp [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=154f17228dc3059ab8418fbb79cf24ea660ef81e|commit]] * [Power Mgmt] Consolidate page count/copy code of pmdisk and swsusp. [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=7b8d56b1d068d9bebaf2132dfb21ed5525f7e9ff|commit]] * [swsusp] Add helper suspend_finish, move common code there. [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=2e633f4f6ed2cff8f3d46bad6cf0b24da81a56a1|commit]] * [Power Mgmt] Consolidate pmdisk and swsusp low-level handling. [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=44ea4dc07e7a1281293386e755f9a96d523e84b3|commit]] * [Power Mgmt] Remove arch/i386/power/pmdisk.S [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=334584dae1f8e828c2a796741d129447df7feaad|commit]] * [Power Mgmt] Fix up call in kernel/power/disk.c to swsusp_suspend(). [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=6df01ca8ac5c49fd3042ae0f512ed814bed19ec1|commit]] * [Power Mgmt] Consolidate pmdisk and swsusp early swap access. [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=b52d040a8309877f006aa176bbd097ca0b10552e|commit]] * [Power Mgmt] Merge pmdisk/swsusp image reading code. [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=5beeb715e367c5ec185bd338d0f5722f7d9382e6|commit]] * [Power Mgmt] Merge swsusp and pmdisk info headers. [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=62ca4334fa3b23492b79ab2887b62ac4bb4c2ed2|commit]] * [swsusp] Fix nasty bug in calculating next address to read from. [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=4196815a90f99def73738fec6669c8d1cc3d7478|commit]] * [Power Mgmt] Merge pmdisk and swsusp signature handling. [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=b6fb7271ae8b312fd662085a16fd418d56d9e134|commit]] * [Power Mgmt] Merge pmdisk and swsusp pagedir handling. [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=a65ee5aa5d4c480718958508545e831c10442061|commit]] * [Power Mgmt] Merge pmdisk and swsusp read wrappers. [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=a5b568fe6489270c25dba0abf13e740e6c72dab1|commit]] * [Power Mgmt] Merge pmdisk and swsusp write wrappers. [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=c2cd403ce1dbf10ae43f912bbe068373a5b9c8bf|commit]] * [Power Mgmt] Remove pmdisk_free() [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=c3c080bad832d2faf0edbd64996e129791656284|commit]] * [Power Mgmt] Make default partition config option part of swsusp. [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=acddc01882a2d058fe96018f4b3326160b49d45a|commit]] * [Power Mgmt] Remove pmdisk. [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=0eabc61bec9ebef4114371cdd25c94b4ca30c318|commit]] * [swsusp] Remove unneeded suspend_pagedir_lock. [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=29221b810c59c94da43493103377068da6328263|commit]] * [Power Mgmt] Merge swsusp entry points with the PM core. [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=e2676af65065dbf62e1a8e59016ed8536d0fee4a|commit]] |
* libata: support commands SYNCHRONIZE CACHE, VERIFY, VERIFY(16) [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=c79dd2877a045f479a9e9a4371ab966b6520801c|commit]] * libata: add ioctl infrastructure [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=815b472b87a7074bb171213aedd4c6c439e6b18d|commit]] * ipr: New adapter support [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=a94fb9b7403d7b659372f19b5c26c11587c0b30c|commit]] * ipr: New PCI IDs [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=ca4bc97ef0a10c85d4cbafeb38dd40dfd7105120|commit]] * USB generic driver: add support for Yamaha CVP-301, CVP-303, CVP-305, CVP-307, CVP-309, CVP-309GP, PSR-1500, PSR-3000, ELS-01, ELS-01C, PSR-295, PSR-293, DGX-205, DGX-203, DGX-305, DGX-505, DGP-7, DGP-5, PM5D, DME64N, DME24N, DTX, UB99 [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=f36e70de821b25b449c3ee01fd06ab169ff09b0a|commit]] * Add new Megaraid driver version 2.20.0.1 [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=a5a5e2d1b546dba6ed6f01c93a1ea23591d99e6a|commit]] * CPUFREQ: Support VIA C3 Nehemiah's with 200MHz FSB. [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=513fd5b647f4a9e0a18be0c20cb4fdfda4db58ee|commit]] * fbdev: use 8-bit DAC for capable hardware [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=ebf4fd17653bea269594fa54c5aedc18efd3ffa7|commit]] * fbdev: support for bold attribute for monochrome framebuffers [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=216f473e2f7628a0d458766d9cbfd043fdef2cac|commit]] * Support for Exar XR17C158 Octal UART [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=c88eec7cb2db7bf948e4e8a94edbfe283914333a|commit]] * Altix system controller communication driver [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=74dcabc28af9cfc64b547e88246eda9fdf9d38f0|commit]] * new device driver to enable the IBM Multiport Serial Adapter [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=d4eb396b38f4f3687406ffc1a213bb84658c5a5a|commit]] * i20 rewrite [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=3d0affc8bf485860408ae76df950f167e17eec01|commit]] * CPUFREQ: Merge on-demand cpufreq policy governor. [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=0510bef44ebdd5aa2e3ce0cd4bce48ba5954e478|commit]] * USB: add lh7a40x_udc driver [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=847a0fe834a206948e3708e23161451a140d70c8|commit]] * USB: add omap_udc driver [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=f6b11a8145df2b5e9568de1dc8696f576d9a2be0|commit]] * VIA82xx: Added the DXS entry for Uniwill/Targa Visionary XP-210. [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=dd0c4537bd31eebffce64d733507579e70a00a86|commit]] * USB: rip out the whole pwc driver as the author wishes to have done. [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=304ac4a527aee6a3a556e050240d921a082f7be2|commit]] * ATIIXP: add IXP400 support [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=8f2918217b38c5b7dacd62a9f59af2e2029cdfe8|commit]] * parport: NetMOS 9805 interface [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=c3b4df710b492a79244375b774e96d5a02f12b8c|commit]] * Add new i915 driver from Tungsten Graphics Inc. This driver covers the i830 chipsets also, a new X 2D + 3D driver are needed to use this but they have been integrated into at least the X.org tree at this point and I think the XFree86 tree [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=33fbeb984ec2d21dda72ab4baec7bd8ec00abfdd|commit]] * TG3: Add capacitive coupling support. [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=d4a05de63f94f330e18ce831fcd8300f88873d43|commit]] * VLAN support for 3c59x/3c90x [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=59835997b54000eb1e8a6606ac0c4dcd5a4ba5d9|commit]] * Add IXDP2x01 board support to CS89x0 driver [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=c77960329ba6a2a819b777224b23039ca2b2f927|commit]] * SUNGEM: Add NAPI support. [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=6cb553d2ed53c92ac9e845abb0b383ef0914d924|commit]] * SUNGEM: Add netpoll support. [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=41fcbc4555fd1d71f1a37c8160dc58741479ab78|commit]] * device driver for the SGI system clock, mmtimer [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=d40cb3a6ab556abf391784e004560cf2f3383b84|commit]] * Add MTD map driver for Intel IXP2000 NPU [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=eb3b83adefeea346883c40c3d032d80c2560d456|commit]] * PCMCIA: Add device ID for TI4520 to yenta_socket table. [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=0f8d253f255a6cea81f34f746322ef48f3299276|commit]] * SUNGEM: Add polling support. [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=4562a42bb076e8088e2375f0f5d7153193765ec6|commit]] * MMC Provide major= module parameter for mmc_block [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=0931f8a984b0e0db09ca3f75c9d5dedbf334f514|commit]] * ide: Simtec BAST (EB2410ITX) / Thorcom VR1000 driver [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=997b00dd2e545f4649face1b5abdb7341028f256|commit]] * ACPI4ASUS: support M6700R laptops [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=2d71f5f55eef831a8e3bba06846fd62556d1e6d6|commit]] * USB: isp1301_omap driver (On The Go) [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=b61ffbfe3e31e8af731429195132f4f20a94fd30|commit]] |
2.6.9 was released October 19, 2004. Changelog
Token-based thrashing control. When there are pageins going on, a task can grab a token, that protects the task from pageout (except by itself) until it is no longer doing heavy pageins, or until the maximum hold time of the token is over. (LWN article) commit
Support for POSIX's waitid(2) Also, now linux now supports the POSIX specification that SIGCHLD is sent to the parent when one of its children resumes as a consequence of receiving a SIGCONT signal. Also, WCONTINUED flag is added to waitpid() and waitid() commit
Concurrent O_SYNC write support: In databases it is common to have multiple threads or processes performing O_SYNC writes against different parts of the same file. Performance at this is poor, because each writer blocks access to the file by waiting on I/O completion while holding i_sem: everything is serialised. The patch improves things by moving the writing and waiting outside i_sem. So other threads can get in and submit their I/O and permit the disk scheduler to optimise the IO patterns better commit, commit
Support of disk barriers commit, commit, commit, commit, commit
ext3 barrier support: Mount with mount -o barrier=1 to enable barriers commit
Reiserfs v3 barrier support: Add reiserfs support for flush barriers, mount with -o barrier=flush to enable them. Barriers are triggered on fsync and for log commits commit
Allow cluster-wide flock commit
Out-of-line spinlocks (LWN article). commit, commit, commit, commit, commit, commit, commit, commit
Move parts of pmdisk into swsusp and remove it LWN Article. commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit
RLIMIT_MEMLOCK semantics change: In Linux kernels before 2.6.9, only privileged processes (CAP_IPC_LOCK) could lock memory, and the RLIMIT_MEMLOCK soft resource limit placed an upper limit on the number of bytes that a privileged process can lock. Since kernel 2.6.9: no limits are placed on the amount of memory that a privileged process can lock; and an unprivileged process is now able to lock memory up to the soft limit defined by RLIMIT_MEMLOC commit, commit
New prctl(2) option allowing programs to change their name (PR_GET_NAME) commit
Add kprobes for analysing the Linux kernel by collecting debugging information non-disruptively commit, commit
tiny shmem/tmpfs replacement for systems without swap commit
Add scheduler statistics in /proc/pid/stat commit
"flex mmap" user-space memory layout, to allow applications to allocate more virtual memory, and larger contiguous chunks. (LWN article). commit, commit, commit, commit
Tune vmalloc size with vmalloc= boot option commit
nfsd: ACL support for the NFSv4 server commit, commit, commit
NETFILTER: Connection based accounting commit
NETFILTER: New ip_sctp match commit
NETFILTER: Add conntrack runtime statistics commit
NETFILTER: Add tcp window tracking commit
NETFILTER: add sysctl to read out the number of current connections commit
NET: Generic network statistics commit
NET: Add ethtool support to loopback driver. commit
NET: Device mtu/txqlen/ifmap via rtnetlink. commit
NET: Device name changing via rtnetlink commit
NET: Neighbour cache statistics like rt_stat. commit
TCP: Add tcp_tso_win_divisor sysctl. commit
IPV6: Add option to copy DSCP in decap in ip6_tunnel. commit
IPV4: Permit the official ARP hw type in SIOCSARP for FDDI. commit
NET: Generic network statistics/estimator commit
IPSEC: Implement DSCP decapsulation commit
BRIDGE: Add ipv6 packet filtering. commit
TCP: Automatically compute tcp_default_win_scale and remove sysctl. commit
PKT_SCHED: Update for netem scheduler. commit
PKT_SCHED: Add gact generic actions. commit
NET: Allow get/set of dev->weight via netlink. commit
XFS: Add support for unsetting realtime flag on realtime file which has no extents allocated. commit
XFS: Add a realtime inheritance bit for directory inodes so new files can be automatically created as realtime files. commit
XFS: Support for default quota limits via the zero dquot (ala grace times). commit
XFS: Add nosymlinks inode flag for the security folks, reserve projinherit flag. commit
CIFS: xsymlink support commit
- Secure RPC: SPKM3 mechanism that provides for secure RPC calls by means of a gss-api mechanism based on the SPKM3 public-key mechanism
NFSv4: Support for delegations (client) commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit
JFS: disk quota support commit
NTFS: Add support for readv/writev and aio_read/aio_write. commit
NTFS: Implement fsync, fdatasync, and msync both for files and directories commit
NTFS: Implement cluster (de-)allocation code commit
export legacy pty info via sysfs commit
RCU: low latency rcu commit
Adds a kernel boot parameter lpj=NNN which allows the operator to specify the loops-per-jiffy value commit
CRYPTO: Add Whirlpool digest algorithm. commit
hugetlb: permit executable mappings commit
md: RAID10 target commit
Configurable SELinux bootparam value commit
Reduce SELinux kernel memory use on 64-bit systems commit
/dev/random: Remove RNDGETPOOL ioctl commit
/dev/random: Use separate entropy store for /dev/urandom commit
Show Active/Inactive on per-node meminfo. The patch below enable to display the size of Active/Inactive pages on per-node meminfo (/sys/devices/system/node/node%d/meminfo) like /proc/meminfo commit
task scheduler profileing (seeing where context switches come from) commit
kbuild: Add 'make namespacecheck' commit
kbuild: Support LOCALVERSION commit
Add skeleton "generic IO mapping" infrastructure. commit
Tunable "max sectors" limit for block I/O requests (can help latency reduction) commit
BSD disklabel: handle more than 8 partitions commit
Add DEVPATH env variable to hotplug helper call commit
Drivers & architectures
Add m32r architecture commit
x86_64: emulate NUMA on non-NUMA hardware commit
x86-64: add apic={verbose,quiet,debug} commit
Add support for NUMA discovery on AMD dual core to x86-64 commit
ARM: Add IXP2000 support commit, commit, commit, commit, commit, commit, commit
ARM: Add support for ENP-2611 platform commit
ARM: Motorola i.MX architecture support commit
ARM: OMAP update adds board support files for OMAP H2 and H2 commit, commit, commit, commit, commit, commit
ARM: Add "noirqdebug" option to match x86 option. commit
ARM: kernel support for iWMMXt present on some XScale cores commit
Add ARM AMBA CLCD framebuffer driver. commit
ARM: Hynix h720x architecture support commit
ARM: Add CLCD support for Versatile platform commit, for Integrator/CP platform commit, for IM-PD/1 board commit
ARM: Intel XScale IOP310 removal commit
ARM: S3C2410 - Drive strength control for s3c2440 commit
ARM: Initial support for s3c2440 cpus commit
ppc32: add U-Boot support to Ocotea/440GX port commit
ppc32: emulate obsolete instructions commit
PPC32: Add a watchdog driver on PPC8xx. commit
ppc: Add Freescale MPC52xx I2C Support using i2c-mpc.c commit
ppc32: Add a noresidual option, to ignore residual data. commit
ppc64: HVSI driver commit
ppc64 iSeries virtual DVD-RAM commit
ppc64: topdown support commit
ppc64: restore smt-enabled=off kernel command line option commit
ppc64: enable POWER5 low power mode in idle loop commit
ppc64: powersave_nap sysctl commit
SPARC64: Initial KPROBES implementation. commit
IA64-SGI: Add full PROM version banner to /proc/sgi_prominfo/nodeXX/version commit
IA64: support for IA64 hardware performance counters via the perfmon interface commit
IA64: SGI Altix hardware performance monitoring API commit
mips: added interrupt control routines for vrc4173 commit
Time interpolator: Scalability enhancements and high resolution time for IA64 commit
uml: Uml base patch commit
UML: remove the COW block driver commit
uml: remove useless ioctls commit
uml: Adds LEGACY_PTY config option commit
uml: Use PTRACE_SCEMU (the so-called SYSEMU) to reduce syscall cost. commit
uml: Adds the "nosysemu" command line parameter to disable SYSEMU commit
uml: Adds /proc/sysemu to toggle SYSEMU usage. commit
x86 PAE swapspace expansion commit
r8169: napi support commit
r8169: ethtool .set_settings commit
r8169: ethtool .get_{settings/link} commit
Add support of VT1720-based mobo (still experimental and supporting AC97 only) commit
VIA82xx: add the DXS entry for Mitac/Vobis/Yakumo laptop. commit
Add the experimental support for ALC850. commit
input: implement true rawmode for PS/2 keyboards commit, commit
Input: mousedev - implement tapping for touchpads working in absolute mode, such as Synaptics commit
via-rhine: Add WOL support commit
CPUFREQ: new Dothan variant for speedstep-centrino commit
New driver for MV64340 GigE commit
input: Enhancements/fixes for PSX pad support: commit
Intel8x0: Added the PCI ID for nVidia CK8. commit
input: Add Dell SB Live! PCI ID to the emu10k1-gp driver. commit
input: Add Audigy LS PCI ID to emu10k1-gp.c commit
Input: Add serio_raw driver that binds to serio ports and provides unobstructed access to the underlying serio port via a char device commit
EMU10K1/EMU10K2: Audigy 2 ZS - side support commit
add new ethernet driver 'gianfar' commit
Add pci=firmware command line option commit
ACPI: add SMP suport to processor driver commit
ACPI: ACPI bus support for wakeup GPE commit
natsemi netpoll support commit
ATIIXP-modem: Added snd-atiixp driver for ATI IXP AC97 modem controllers. commit
ICE1712: Added the (experimental) support of Terratec Phase 88. commit
e100 - Support for Intel(R) PRO/100 VE Network Connection (82562) adapter commit
e100 - Auto MDI/MDI-X support commit
e100 - Support to load device firmware commit
ICE1724: Added the support of Pontis MS300 to snd-ice1724 driver. commit
USB: add CONFIG_USB_SUSPEND commit
USB: Add support for FT2232C chip to ftdi_sio commit
Add CONFIG_PM_DEBUG option commit
I2C: Add Intel IXP2000 GPIO-based I2C adapter commit
I2C: new device for sis630 commit
Intel8x0: Added the support of nVidia CK804. commit
Intel8x0: Added the support of MCP04. commit
Intel8x0-modem: Added the support of Nvidia modem. commit
ICE1712: Added the support of ZNF3-250 (supposed to be ZNF3-150 compatible). commit
AWACS: PPC Beep,PPC PMAC driver,PPC PowerMac driver Added the PCM beep support. commit
CPUFREQ: Adding SMP capability to MSR based Enhanced Speedstep. commit
USB USX2Y: snd-usb-usx2y driver for Tascam US-122/224/428 support commit
Intel8x0: Added buggy_irq module parameter to intel8x0 driver. commit
I2C: bus driver for multiple PowerPCs commit
USB: ipaq module: product id for HTC Himalaya commit
I2C: algorithm and bus driver for PCA9564 commit
USB: add ub driver commit
w1: Added driver for Dallas' DS9490* USB <-> W1 master. commit
Intel8x0-modem: Add the support of SIS7013 modem. commit
AGPGART: SiS 635 support. commit
CPUFREQ: Initial Dothan speedstep support. commit
libata: support commands SYNCHRONIZE CACHE, VERIFY, VERIFY(16) commit
libata: add ioctl infrastructure commit
ipr: New adapter support commit
ipr: New PCI IDs commit
USB generic driver: add support for Yamaha CVP-301, CVP-303, CVP-305, CVP-307, CVP-309, CVP-309GP, PSR-1500, PSR-3000, ELS-01, ELS-01C, PSR-295, PSR-293, DGX-205, DGX-203, DGX-305, DGX-505, DGP-7, DGP-5, PM5D, DME64N, DME24N, DTX, UB99 commit
Add new Megaraid driver version 2.20.0.1 commit
CPUFREQ: Support VIA C3 Nehemiah's with 200MHz FSB. commit
fbdev: use 8-bit DAC for capable hardware commit
fbdev: support for bold attribute for monochrome framebuffers commit
Support for Exar XR17C158 Octal UART commit
Altix system controller communication driver commit
new device driver to enable the IBM Multiport Serial Adapter commit
i20 rewrite commit
CPUFREQ: Merge on-demand cpufreq policy governor. commit
USB: add lh7a40x_udc driver commit
USB: add omap_udc driver commit
VIA82xx: Added the DXS entry for Uniwill/Targa Visionary XP-210. commit
USB: rip out the whole pwc driver as the author wishes to have done. commit
ATIIXP: add IXP400 support commit
parport: NetMOS 9805 interface commit
Add new i915 driver from Tungsten Graphics Inc. This driver covers the i830 chipsets also, a new X 2D + 3D driver are needed to use this but they have been integrated into at least the X.org tree at this point and I think the XFree86 tree commit
TG3: Add capacitive coupling support. commit
VLAN support for 3c59x/3c90x commit
Add IXDP2x01 board support to CS89x0 driver commit
SUNGEM: Add NAPI support. commit
SUNGEM: Add netpoll support. commit
device driver for the SGI system clock, mmtimer commit
Add MTD map driver for Intel IXP2000 NPU commit
PCMCIA: Add device ID for TI4520 to yenta_socket table. commit
SUNGEM: Add polling support. commit
MMC Provide major= module parameter for mmc_block commit
ide: Simtec BAST (EB2410ITX) / Thorcom VR1000 driver commit
ACPI4ASUS: support M6700R laptops commit
USB: isp1301_omap driver (On The Go) commit