#pragma keywords Linux, Kernel, Operative System, Linus Torvalds, Open Source, drivers #pragma description Summary of the changes and new features merged in the Linux Kernel during the 2.6.9 development 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]] * Drivers & architectures * 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]] * r8169: napi support [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=a774cdb712047ec646b25e823de4496b071ed838|commit]] * r8169: ethtool .set_settings [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=a9dbafbca6ede2bc649be898bc9d43342d002600|commit]] * r8169: ethtool .get_{settings/link} [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=c74c29fa6e369a13df280b83a53cf6c9268d702c|commit]] * Add support of VT1720-based mobo (still experimental and supporting AC97 only) [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=a43e48357ad72eac6a44d6116bc971c7a63c2ab9|commit]] * VIA82xx: add the DXS entry for Mitac/Vobis/Yakumo laptop. [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=d85823dcca278295fe3aa5cde11962b74fa8d682|commit]] * Add the experimental support for ALC850. [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=883f8f57de2cc240a876c3e8cc5328d8ddb84399|commit]] * input: implement true rawmode for PS/2 keyboards [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=d8c514cfa12b180f41bae49374a4de7e894287a7|commit]], [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=2f3617d6274e31d882cfe47bb31a97dad5464d54|commit]] * Input: mousedev - implement tapping for touchpads working in absolute mode, such as Synaptics [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=9c99b2b0df7c48dc247110e47ef4126b7649df1a|commit]] * via-rhine: Add WOL support [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=6aaa2e5cf2e585452fca18a93263cda65c48528d|commit]] * CPUFREQ: new Dothan variant for speedstep-centrino [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=2ccb9b6adbe030d7be79a943562391c94727542d|commit]] * New driver for MV64340 GigE [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=aa1ab8c5c37f59c595bc0d4a437bc7c08ead9248|commit]] * input: Enhancements/fixes for PSX pad support: [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=fce5a558fca5fd4c7ce2af4770222d22b251a589|commit]] * Intel8x0: Added the PCI ID for nVidia CK8. [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=e384d899ed557e286ca10576d1a79ac3c86fc5e9|commit]] * input: Add Dell SB Live! PCI ID to the emu10k1-gp driver. [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=9283deedc8e29eb15a2e58b7c0dbcead7df936f9|commit]] * input: Add Audigy LS PCI ID to emu10k1-gp.c [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=f163d52fd532906ec60e23f456f048e52a987cf7|commit]] * Input: Add serio_raw driver that binds to serio ports and provides unobstructed access to the underlying serio port via a char device [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=b9a20b83c6b170863c872ba6aa59cb75fd05dd74|commit]] * EMU10K1/EMU10K2: Audigy 2 ZS - side support [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=9dc685131d7481cc4d6a66bc4fea5a98953354c0|commit]] * add new ethernet driver 'gianfar' [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=3b2f19196c85ece9b2c66eb15df4d6427e879d3d|commit]] * Add pci=firmware command line option [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=8e752dd70981ebf7097610ec32e7fa82b6b92843|commit]] * PCI Hotplug: acpiphp extension [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=fafe40e0234dd2c6be83016a6994764b98507d43|commit]], [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=cf9e0dfbd776c97c9cfb1b62497bc480fb074c3a|commit]] * ACPI: add SMP suport to processor driver [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=25bf3b3ea93d26d798595fe7b4e51c671d8fc0c6|commit]] * ACPI: ACPI bus support for wakeup GPE [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=e227e152a319abfa9fd3cbe578862060cd3dbd32|commit]] * natsemi netpoll support [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=a38a7b6cb2c21344a856218f90a72398b72d99b5|commit]] * ATIIXP-modem: Added snd-atiixp driver for ATI IXP AC97 modem controllers. [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=09a57e08445faa7031ef469a14c7b08c5d9fbcbb|commit]] * ICE1712: Added the (experimental) support of Terratec Phase 88. [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=5638de29709d67b5172936bab655d54d9e65da57|commit]] * e100 - Support for Intel(R) PRO/100 VE Network Connection (82562) adapter [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=d38e8d6ef41225ece0d4882218d0e06e95ee8f8f|commit]] * e100 - Auto MDI/MDI-X support [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=828819cc16c8e7cd7f441bca54d5ace9ffbf6c45|commit]] * e100 - Support to load device firmware [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=35988ef0efd487f0642d9985dadcd01b23553dd6|commit]] * ICE1724: Added the support of Pontis MS300 to snd-ice1724 driver. [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=5e5390be80c45a8448eebda1485f6366565a6010|commit]] * USB: add CONFIG_USB_SUSPEND [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=5104332ed5dcf735e3c15d23e595e5d88320c3f3|commit]] * USB: Add support for FT2232C chip to ftdi_sio [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=e618e9349383272e43e1683675f43d880f1f3387|commit]] * Add CONFIG_PM_DEBUG option [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=4111c91339ade41a94a1ef06c231807147905bd8|commit]] * I2C: Add Intel IXP2000 GPIO-based I2C adapter [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=07007718ef527df33032b1fca3498646e70b6c8c|commit]] * I2C: new device for sis630 [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=c0e391d1ca6d5a726db775bc73a76a508a061261|commit]] * Intel8x0: Added the support of nVidia CK804. [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=619abf60b2cf3f8d2838f33976531ae4698bd53e|commit]] * Intel8x0: Added the support of MCP04. [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=934d9c5c1b2381bdbf5620cf0c5f75187e28fdfa|commit]] * Intel8x0-modem: Added the support of Nvidia modem. [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=8e0115d7772877628394d308e2130b6e2c7b5e0a|commit]] * ICE1712: Added the support of ZNF3-250 (supposed to be ZNF3-150 compatible). [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=83e4dac1341e1c8aa018850363a28b4981b10169|commit]] * AWACS: PPC Beep,PPC PMAC driver,PPC PowerMac driver Added the PCM beep support. [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=0b68a1331761658f5d9e54978147ffd310a79124|commit]] * CPUFREQ: Adding SMP capability to MSR based Enhanced Speedstep. [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=cb1ddb47e9d982099e0b077ff0812c7f0d41b450|commit]] * USB USX2Y: snd-usb-usx2y driver for Tascam US-122/224/428 support [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=51d762fc65ea4bfd6afc1171a97483776c74a6b8|commit]] * Intel8x0: Added buggy_irq module parameter to intel8x0 driver. [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=34abd377ef073c40ffcbcd5dd3cddce57b958ab9|commit]] * I2C: bus driver for multiple PowerPCs [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=11b3235dc04a306f6a9ba14c1ab621b2d54f2c56|commit]] * USB: ipaq module: product id for HTC Himalaya [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=07d45d36a1add7bea783f6220e63b2a84e1c5d06|commit]] * I2C: algorithm and bus driver for PCA9564 [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=8c30a9fa20f92be38574ddebab86c8207c3969ec|commit]] * USB: add ub driver [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=a4450d6eea23fe6b7142aa9f6d89c9012ff737ce|commit]] * w1: Added driver for Dallas' DS9490* USB <-> W1 master. [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=4516174fb25bf8ff73f33b3fc3e694694b9fca1f|commit]] * Intel8x0-modem: Add the support of SIS7013 modem. [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=972decc70bf7d9e1ae4f3b1aa4216a34cf980fdf|commit]] * AGPGART: SiS 635 support. [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=3b78c358338d22343258ff6a3df68fcb0a50fe93|commit]] * CPUFREQ: Initial Dothan speedstep support. [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=d56abc8bafe9bb9b2ff5c19e9a26cd55a0d94ccd|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]]