Size: 13842
Comment:
|
← Revision 7 as of 2019-05-27 20:08:47 ⇥
Size: 74404
Comment: Fix historic links, add missed features
|
Deletions are marked like this. | Additions are marked like this. |
Line 5: | Line 5: |
= 2.6.12 = * Released June 17, 2005 [[http://www.kernel.org/pub/linux/kernel/v2.6/ChangeLog-2.6.12|changelog]] * Pageout throttling: With silly pageout testcases it is possible to place huge amounts of memory under I/O. With a large request queue (CFQ uses 8192 requests) it is possible to place _all_ memory under I/O at the same time. This means that all memory is pinned and unreclaimable and the VM gets upset and goes oom. This patch limits the amount of memory which is under pageout writeout to be a little more than the amount of memory at which balance_dirty_pages() callers will synchronously throttle. This means that heavy pageout activity can starve heavy writeback activity completely, but heavy writeback activity will not cause starvation of pageout [[http://kernel.org/git/?p=linux/kernel/git/torvalds/old-2.6-bkcvs.git;a=commit;h=3799f8fcebf940f21c69e80ded882245a8bc67a7|(commit)]] * Address space randomization: With these patches applied, each process's stack will begin at a random location, and the beginning of the memory area used for mmap() (which is where shared libraries go, among other things) will be randomized as well [[http://lwn.net/Articles/121845/|(LWN article)]] [[http://kernel.org/git/?p=linux/kernel/git/torvalds/old-2.6-bkcvs.git;a=commit;h=6a638354be1afb0a134558869e05ddc414707205|(commit)]] - [[http://kernel.org/git/?p=linux/kernel/git/torvalds/old-2.6-bkcvs.git;a=commit;h=f1a6b09deaee24b90b1fab42f93ce1b90f0d319b|(commit)]] - [[http://kernel.org/git/?p=linux/kernel/git/torvalds/old-2.6-bkcvs.git;a=commit;h=6562d1975c95c8d6817e373c54f256013d062c5c|(commit)]] - [[http://kernel.org/git/?p=linux/kernel/git/torvalds/old-2.6-bkcvs.git;a=commit;h=ad4f9c53a04ce077ae2dde82029bb20a6db705ab|(commit)]] - [[http://kernel.org/git/?p=linux/kernel/git/torvalds/old-2.6-bkcvs.git;a=commit;h=c0e5a50b1f28e83b1563453f90f6f0866f3a9a90|(commit)]] - [[http://kernel.org/git/?p=linux/kernel/git/torvalds/old-2.6-bkcvs.git;a=commit;h=42a172a814759a29020e5d1ee580bf4eb86afed2|(commit)]] - [[http://kernel.org/git/?p=linux/kernel/git/torvalds/old-2.6-bkcvs.git;a=commit;h=6833da342273d41d059333e7b6ae81f18dbe6dde|(commit)]] - [[http://kernel.org/git/?p=linux/kernel/git/torvalds/old-2.6-bkcvs.git;a=commit;h=9bdac354e0bea82ce76ebdf51d6bbd3993782f78|(commit)]] * Cpusets [[http://lwn.net/Articles/127936/|(LWN article)]] [[http://kernel.org/git/?p=linux/kernel/git/torvalds/old-2.6-bkcvs.git;a=commit;h=263c0646931c7259ce59188190e0822a121fc0ad|(commit)]] * "resource limits": RLIMIT_NICE and RLIMIT_RTPRIO added to allow non-root tasks to raise nice and rt priorities. Defaults to traditional behavior [[http://lwn.net/Articles/134460/|(LWN article)]] [[http://kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=e43379f10b42194b8a6e1de342cfb44463c0f6da|(commit)]] * Multilevel security implementation for SELinux * Seccomp security mechanism [[http://git.kernel.org/?p=linux/kernel/git/tglx/history.git;a=commit;h=d949d0ec9c601f2b148bed3cdb5f87c052968554|(commit)]] * Support for Cyrix MediaGX (aka GEODE) CPUs. Linux and GCC treat this chip as a 586TSC with some extended instructions and alignment reqirements [[http://kernel.org/git/?p=linux/kernel/git/torvalds/old-2.6-bkcvs.git;a=commit;h=5576007ac28bdd68800ba5816d30ec393c5765ff|(commit)]] * I/O barrier support for serial ATA drives * Block I/O barrier rewrite (enables full barrier support on serial ATA drives) * Annotate /proc/$PID/maps with [heap]/[stack]/[vdso] markers [[http://kernel.org/git/?p=linux/kernel/git/torvalds/old-2.6-bkcvs.git;a=commit;h=1d39bbb3d2b67ef76d1aaa1bdef39aee2971015b|(commit)]] * [[http://www.superh.com/products/shyway.htm|SuperHyway bus support]] * Device mapper multipath support [[http://lwn.net/Articles/124703/|(LWN article)]] * Hot-pluggable parallel ports [[http://kernel.org/git/?p=linux/kernel/git/torvalds/old-2.6-bkcvs.git;a=commit;h=2a6c1160578808ec4ef927ccd811791d1635f264|(commit)]] * Updated FAT attributes: This updates the FAT attributes as well as corrects the handling of VFAT ctime [[http://kernel.org/git/?p=linux/kernel/git/torvalds/old-2.6-bkcvs.git;a=commit;h=71b60d7133806152284b3507a901bda2ae645ab0|(commit)]] * Handle MS_SYNCHRONOUS flag in FAT: FAT filesystem has been ignoring the "sync" mount option for ages. This patches fixes this, but (obviously) degrades performance unless you mount your FAT filesystem as asynchronous ("async mount option) [[http://kernel.org/git/?p=linux/kernel/git/torvalds/old-2.6-bkcvs.git;a=commit;h=3e261a474262b622709d4851a1f26123e61ab13c|(commit)]] * Add timing information to printk messages [[http://kernel.org/git/?p=linux/kernel/git/torvalds/old-2.6-bkcvs.git;a=commit;h=bd0ac8842ea3484a090fd30507c80ae4cb22de3b|(commit)]] * Allow admin to enable only some of the Magic-Sysrq functions [[http://kernel.org/git/?p=linux/kernel/git/torvalds/old-2.6-bkcvs.git;a=commit;h=ea59ccebb3a5a8e76bf9505047e7706027ccf35a|(commit)]] * Loglevel boot option [[http://kernel.org/git/?p=linux/kernel/git/torvalds/old-2.6-bkcvs.git;a=commit;h=5d65f423092e68ab44a2a6386c0b3f1985f79c41|(commit)]] * Remove IPV6 "experimental" status |
2.6.12 was released June 17, 2005. [[http://www.kernel.org/pub/linux/kernel/v2.6/ChangeLog-2.6.12|Changelog]]. * Cpusets: Cpusets provide a way to manage subsets of CPUs and Memory Nodes for scheduling and memory placement, via a new virtual file system, usually mounted at /dev/cpuset. Manipulation of cpusets can be done directly via this file system, from the shell. [[http://lwn.net/Articles/127936/|(LWN article)]] [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=794c8de9b9ae014f9d48583fb996cdcd135a2d6e|commit]], [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=3a978e558a32b51d03809f7d72b6c68d1a46d953|commit]] * Device mapper multipath support [[http://lwn.net/Articles/124703/|(LWN article)]] [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=d6d16564cfcf7f5331bc36fdb00388801344be37|commit]], [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=8f494a8028cf63a2fcfa7a9ba0706ca188dad83a|commit]], [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=aa9384a41fbce65f06b85ca3596f5af858ca7e67|commit]], [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=593c9debb12b512ec1fc4ff01a8ed2a99a9dd61e|commit]], [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=797c85d8fbca80e472ea9b63dc58e5e56a235b34|commit]] * Annotate {{{/proc/<PID>/maps}}} with [heap]/[stack]/[vdso] markers [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=1ca551265942666ce638441de5fbdb6cee5fd078|commit]] * Add timing information to printk messages [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=abbaf4f16cb54b73a644a2fcaa96c4103e99b374|commit]] * posix-timers: high-resolution CPU clocks for POSIX clock_* syscalls [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=a78331f2168ef1e67b53a0f8218c70a19f0b2a4c|commit]] * posix-timers: CPU clock support for POSIX timers [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=2c3871a8f5244025fe9d846f76994251319e23e4|commit]] * Make RLIMIT_CPU/SIGXCPU, ITIMER_PROF, ITIMER_VIRTUAL, ITIMER_REAL per-process [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=9046dd435b58f6118d9fa5a9ab2e51ba4e0e9c93|commit]], [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=d80d30ff8b9122aa51135e942e35566904f32ee5|commit]], [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=c1dcd6c2d9b7478baf876725bd356f1b19eeaa65|commit]] * Show {{{RLIMIT_SIGPENDING}}} usage in {{{/proc/PID/status}}} and set limit based on {{{RLIMIT_NPROC}}} [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=98e4b451306be8eb831c9ed102cf34c54ef358ea|commit]], [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=a36e7143a21007aee0dac83952ca02a64e5fd5a2|commit]], [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=bb5b29911b8c7ad7041c4e1a15b0e9b19c7f97da|commit]] * Add {{{RLIMIT_NICE}}} and {{{RLIMIT_RTPRIO}}} to allow non-root tasks to raise nice and rt priorities. Defaults to traditional behavior [[http://lwn.net/Articles/134460/|(LWN article)]] [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=e43379f10b42194b8a6e1de342cfb44463c0f6da|commit]] * loglevel boot option [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=6a9dafd11fa87413451b862db59757b8593c51f9|commit]] * seccomp: secure computing support [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=d949d0ec9c601f2b148bed3cdb5f87c052968554|commit]], [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=b053dc29dcde8ec09e85fc71633f5b881d06cc09|commit]] * Address space randomization: each process's stack will begin at a random location, and the beginning of the memory area used for mmap(2) (which is where shared libraries go, among other things) will be randomized as well [[http://lwn.net/Articles/121845/|(LWN article)]]. [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=818bcba580bbe96829fe776de526125205eb8c8b|commit]], [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=967423e87f9979166e815f9c281943325637b05e|commit]], [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=c518b108234a2418fb65a09e6219202eda316d6c|commit]], [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=ccc875c1d2fe18b50020d501f1005ef46fc55fed|commit]], [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=2fd350176e16d49d64b4131b20ee3e686402d8ba|commit]], [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=3f06ae033fc51fd6163445f7bee505f0095404ec|commit]], [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=8ec0defa78358ecae2b24146666e384af30950b5|commit]], [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=bf57909ff72b7e1481b38590edd036c1ef5991e9|commit]] * Introduce the CONFIG_BASE_SMALL flag [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=eef2fd1db423e00de3b936d637177c1a5058cbd1|commit]], [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=79d22ee86a32cb00096fdad4510dd7656faf401c|commit]], [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=65f6018777a8e027d7494540caccce8b0e3d27f7|commit]], [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=731184f54cc774f11e7569877c00102ad5bdc6f8|commit]], [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=c4c62e9417148d205a0de3e18d26cffd4b9678a3|commit]], [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=7ad226a285b751f486b657b2ab16204c2a33e925|commit]], [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=6843d7f3b76eafee419a29068880322f1714cf1a|commit]] * Speed up {{{/proc/pid/maps}}} [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=d6b7a781c51c91dd054e5c437885205592faac21|commit]] * class core: export MAJOR/MINOR to the hotplug env [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=aac136f255575f8bdfb97b63d27525bcc5620938|commit]] * block core: export MAJOR/MINOR to the hotplug env [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=3d2f23a779740f233a2cc077c7dc728bbbfc27c4|commit]] * Driver core: add "bus" symlink to class/block devices [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=4564909bcd6d50b9fd245655518bad2b7c1e7dd0|commit]] * IPV6: no longer considered EXPERIMENTAL. [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=5dccd6be6725f8d51d8c6efeebb3d0234f214080|commit]] * IPv4: equal cost multipath with caching support [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=59b51e70e85997a24a744f895255760894fac171|commit]] * IPV4: Make multipath algs into true drivers [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=ded97b801515e8a9c0c32000880fc865a0d2c6d3|commit]] |
Line 34: | Line 34: |
* IPV6: ROUTE: Add {{{gc_min_interval_ms}}} sysctl. [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=bbeface4f7cb1d117901695e35e2391073ce0ba3|commit]] * IPV6: NDISC: NEWLINK notification on change of Reachable Time [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=328bb78cd178784b01b3d1e4b76298336eaa4283|commit]] * NET: NEIGHBOUR: Add {{{retrans_time_ms}}} and {{{reachable_time_ms}}} sysctls. [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=42ed4aad9878f50397b7d32adebd61b76308c451|commit]] * NEIGH: Provide number of probes to userspace [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=6a1b925ddace110c6f91df7df0c725faba63d8ab|commit]] * NETFILTER: Restore ports module parameter for ip_nat_{ftp,irq} [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=6b93b017d9c2e87376a70bf8e14ef3b0b88a0ee2|commit]] * NET: Allow dumping of application specific statistics if no primary TLV is used [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=80458f046daa6dd6f9a0f8cd2b6a5d3ac766cd28|commit]] * PKT_SCHED: Introduce simple actions. [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=db7530797992bb2be703f9f3cc69b1a578f812f8|commit]] * BRIDGE: features change notification [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=d8a33ac435c43a1a404b2ec560ef1d1536710c36|commit]] * IPV4: Primary and secondary addresses [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=8f937c6099858eee15fae14009dcbd05177fa91d|commit]] * NET: Add ethtool support for NETIF_F_HW_CSUM. [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=69f6a0fafcdf0bfe85af182695d6d38f80f9d549|commit]] * NET: Allow controlling NAPI device weight with sysfs [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=699a411451a32cc111410f44f172b265f6d679c8|commit]] * SCTP: Support {{{SO_BINDTODEVICE}}} socket option on incoming packets. [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=0fd9a65a76e883b7d16e72dde3f8bf20ebc1e82a|commit]] * SCTP: Extend the info exported via /proc/net/sctp to support netstat for SCTP. [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=bca735bd0d5969497704a125b05344b92155172f|commit]] * SCTP: Add support for ip_nonlocal_bind sysctl & IP_FREEBIND socket option [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=cdac4e07748934e37e415437055ed591aed9eb21|commit]] * IPV4: Sysctl configurable icmp error source address. [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=1c2fb7f93cb20621772bf304f3dba0849942e5db|commit]] * PKT_SCHED: Allow socket attributes to be matched on via meta ematch [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=4890062960cbc4d3cebdbd8261a68bc85efcf5d4|commit]] * PKT_SCHED: Dump classification result for basic classifier [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=e1e284a4bd827db2288af9536664b44590e419eb|commit]] * CIFS: Add support for updating Windows NT times/dates (part 1) [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=427621d00a60f107eb32f4ac122015c320984564|commit]] * CIFS: Display pool sizes in cifs stats [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=44d355b6a96b7ac1206bc35cd723a11a8bfc2de5|commit]] * CIFS: add generic readv/writev and aio support. [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=9b33f1b1dba16e4a49a6e38e02577ab5bb197752|commit]] * cifs: add support for chattr/lsattr in new CIFS POSIX extensions [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=f654bac2227adc5c6956405290eeb4f81f09e9ff|commit]] * cifs: Enable ioctl support in POSIX extensions to handle lsattr [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=c67593a03129967eae8939c4899767182eb6d6cd|commit]] * cifs: Add new mount parm mapchars [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=6a0b48245a135cd132e747815854e3999967f8a7|commit]] * cifs: character mapping of special characters [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=737b758c965a9b223ac1243ab38d9e507ac86c64|commit]] |
|
Line 36: | Line 59: |
* FAT: add AIO and the `-o sync' and `-o dirsync' supports to fatfs. If user specified that option, the fatfs does traditional ordered updates by using synchronous writes [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=b53beffbb9ea45ca0c55ecde456819551e8a37da|commit]] * Handle MS_SYNCHRONOUS flag in FAT: FAT filesystem has been ignoring the "sync" mount option for ages. This patches fixes this, but (obviously) degrades performance unless you mount your FAT filesystem as asynchronous ("async" mount option) [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=8b6225bb5a6adea64439a7dcae938057be769cf4|commit]] |
|
Line 37: | Line 62: |
* CIFS: Add support for updating Windows NT times/dates (part 1) [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=427621d00a60f107eb32f4ac122015c320984564|commit]] | * CIFS: ioctl support [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=7af6ca6462b75196d1db64b7a12a0e7f9873f079|commit]], [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=82925e160695ce7c71b73b65f59caa1a2200fd8e|commit]] * CIFS: recognize {{{nouser_xattr}}} and {{{user_xattr}}} mount options (default is still xattr enabled if built with xattr support) [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=96dd7dbd1f8ecbf136c4a573abd4b94f63ea777f|commit]] * CIFS: Add support for setting timestaps by handle for NT4 servers [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=c763ee48a4616d87a07503378d511d2db75f8d3c|commit]] * CIFS: add new statfs call for posix extensions [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=cc18e059c260b3ea0e881b9746621ab2360f2b28|commit]] * CIFS: statfs protocol extensions [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=0684ae4af87608010fcfe86ceb8e205b75aa9580|commit]] * XFS: Provide a mechanism for reporting ihashsize defaults via /proc/mounts. [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=6bec228f339b7f77e606af9ec9d557d16e42d33c|commit]] * XFS: Make trivial extension to sync flag to implement dirsync, instead of silently ignoring it. [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=ce327920dcaad0b263b2afa0c117e3b44b16c7cb|commit]] * Updated FAT attributes: This updates the FAT attributes as well as corrects the handling of VFAT ctime [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=a48736ed6549608dca6223add76b1680eec3294b|commit]] * JFS: Support page sizes greater than 4K [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=7fab479bebb96b1b4888bdae9b42e1fa9c5d3f38|commit]] * reiserfs: make resize option auto-get new device size [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=9a3bb3017383fbb6fe56431d17f60bd0d50f0717|commit]] * ext3 writeback "nobh" option [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=3406d7beb747a164f6d4dc819dc9df5d13c96340|commit]] * hfs: add nls support [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=61e76bc2799e5836f81019224757ac15a8455d0d|commit]] * hfs: unicode decompose support [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=d239a0c8b99541b47eb9239396dc8420f0e218b7|commit]] * Block I/O barrier rewrite (enables full barrier support on serial ATA drives) [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=e18e923a3cbae899248430b52fc761ce6e7f6ef0|commit]] * NFS: Add emulation of BSD flock() in terms of POSIX locks on the server [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=2c485f63fd9d70aa6950a2c64aaf21787268b153|commit]] * RPC: remove broken_suid mount option [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=388a910da2a61717581135118611340a086aadb5|commit]] * Add selinux support for reiserfs [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=415b536d1338a7b636f6c3866ba208c402168f47|commit]], [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=9993be5c50189f6a3366abe058d2dcf8bb451029|commit]], [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=0bf0b7bc87b078e1cd9f0baa2db30a991c4a285c|commit]], [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=24a4286fc41bfaf74460c90630a7ff9212bbf43a|commit]] |
Line 39: | Line 80: |
* readahead: improve sequential read detection [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=671ccb4b50a6ef21e8c0ed0ef9070098295e1e61|commit]] * Pageout throttling: With silly pageout testcases it is possible to place huge amounts of memory under I/O. This means that all memory is pinned and unreclaimable and the VM gets upset and goes oom. This patch limits the amount of memory which is under pageout writeout to be a little more than the amount of memory at which balance_dirty_pages() callers will synchronously throttle. This means that heavy pageout activity can starve heavy writeback activity completely, but heavy writeback activity will not cause starvation of pageout [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=26eecbf3543b7a57699ce5b0bed82b84d3b61705|commit]] * Speed freeing memory for suspend. [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=5d5d36943259171d2a90f2499541c8a8f4e90d54|commit]] * Properly share process and session keyrings with CLONE_THREAD [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=f6480aaa10f6a4bdcf1b52b0d101cda725b8a177|commit]] * swsusp: enable resume from initrd [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=1026f161d01dc816be109869ac6c557ff4370c92|commit]] * Allow admin to enable only some of the Magic-Sysrq functions [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=03b734f799ce03d90b3b12b994761d7d21577094|commit]] * SELinux: audit unrecognized netlink messages [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=da47ed8be39b7169ced8e16d383a8c56f0e47a29|commit]] * SELinux: add support for NETLINK_KOBJECT_UEVENT [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=0c9b79429c83a404a04908be65baa9d97836bbb6|commit]] * SELinux: enhanced MLS support [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=d75f9d53dcd74638f4650a41179b78afd56641c2|commit]] * SELinux: add finer grained permissions to Netlink audit processing [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=b207a290ea7dc83dba02e40b81cc8a29415a9c60|commit]] * make sysrq-F call oom_kill() [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=1cdac7692c722e09f65e223f152624eaced547c5|commit]] * Add audit uid to netlink credentials [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=c94c257c88c517f251da273a15c654224c7b6e21|commit]] * Kconfig i18n support [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=3b9fa0931dd86a1fe5507311ee8031650f5d0e8c|commit]] |
|
Line 41: | Line 96: |
* ARM: Remove PrPMC1100 platform [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=6bb7f913151b402beb3b0f5b6893a74a1de4a68e|commit]] * ARM: !S3C2440 - camera interface device [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=6d5611bb064c3d80984f8aaa865730e239732b47|commit]] * ARM: base support for poodle machine [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=357867277a0c7ab984dd2c2babaa3542f685e7dd|commit]] * ARM: !SMDK2440 - base machine support [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=141146803bcc48276807a6bb9294392b4404a1ab|commit]] * ARM: !S3C2410 - add Acer n30 [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=56b5054febf9c5c40b69602220aa802135ad9bec|commit]] * ARM: Sharp SCOOP - Add mutliple device support [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=deecd43353bb49ae8f97a483d2659798130044fa|commit]] * ARM: OMAP 32KHz timer and 64-bit sched_clock, take 3 [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=ea3cfbd3d4d3166a7cc7b2126bc649925b7a660c|commit]] * ARM: !S3C2410 - s3c2400 uart support [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=93db938e21a9444cf30977c60ba42a4027c35093|commit]] * ARM: !S3C2410 - OTOM1.1 and Nexcoder 2440 support [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=dac5e7e93dc65e36e8d4dd190fd726167eb0dfab|commit]] * ARM: ptrace support for accessing iWMMXt regs [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=59d1b9e1a1ccc222b5cbcd21dc537a2e0356971b|commit]] * ARM: OMAP: Add boards VoiceBlue and NetStar [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=6884922417aba6f3a87bc9e34929fb53199b6102|commit]] * ARM: kernel helpers for NPTL support [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=2d2669b62984b8d76b05a6a045390a3250317d21|commit]] * mips: add TANBAC TB0219 base board driver [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=7c751453da9f53fff644bc49578f9a2930279c68|commit]] * PA-RISC PDC stable storage driver [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=dadfb8032cc1bf3fedd3220220949315023aff4a|commit]] * ALSA Harmony sound driver for PA-RISC [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=317e45504bf740fa99c82ff0e43229f59046e509|commit]] * ppc32: Add PCI bus support for Freescale MPC52xx [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=de518a531a2e61ff63c59bd6de2d1e345f43ed3f|commit]] * ppc32: Add VIA IDE support to MPC8555 CDS platform [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=ed36959621451da7195be83b87878b060ce64724|commit]] * ppc32: Support for 82xx PQII on-chip PCI bridge [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=a6dbba77a9d4b47c60d60c4f07fa79b3ca93a1d5|commit]] * ppc32: Add pegasos ethernet support [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=3f1ce6af95b6ea3d94d9ed710fc6cb86b0000013|commit]] * ppc32: add support for Sky Computers HDPU Compute blade [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=178d9f1c4b575b3b846ac97160ffb7446823aa14|commit]] * ppc32: PowerQUICC II Pro subarch support [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=f57efe0f1dcb3998153b7fad27add388ca678733|commit]] * ppc32: support OpenBIOS/U-Boot for Ebony [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=74d11d4cff06003317580e824b182700763725d2|commit]] * ppc32: Add support for the Dallas 1553 RTC/NVRAM [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=5dbab45d23a0d0184b6cbfac8adfddebb0ca60da|commit]] * ppc32: Add support to use the DS1553 RTC/NVRAM on MPC8555 CDS system [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=b72cc82edc1626e812d82b1854f9e46752ad5e16|commit]] * ppc32: add Radstone PPC7D platform support [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=8cd213647a38e979029e0872a318790e825d55b7|commit]] * ppc32: Support 36-bit physical addressing on e500 [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=f50b153b1966230e78034d5ab1641ca4bb5db56d|commit]] * ppc32: add sound support for Mac Mini [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=1f7b49d042abfbda71f41b8aff6e1bf7685c1f00|commit]] * ppc64: add PT_NOTE section to vDSO [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=1b29f9d13e3cf0fe86bf7f82a3399c9e3caf58e5|commit]] * ppc64: collect and export low-level cpu usage statistics [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=8e9014435180c54811db0ad446941bb33b1e5e26|commit]] * ppc64: allow xmon=on,off,early [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=a3c03becb4ffc9ab78733b35f091e0ef8cb0a4eb|commit]] * ppc64: Implement a vDSO and use it for signal trampoline [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=054eb7153aeb84cc92da84210cf93b0e2a34811b|commit]] * ppc64: generic hotplug cpu support [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=4d1c8cd737fd7835f57c228d8c696f0b18f68ee1|commit]] * ppc64: new machine definitions [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=6e1995d26cbe998a17e109de5276540b7af00928|commit]] * ppc64: Add IDE-pmac support for new "Shasta" chipset [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=d6bf4cce48665ef340dc59853b5b9b5727d123bf|commit]] * ppc64: Add basic support for the SMU chip in iMac G5 [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=10563ff4f63903a3ecedcf8375d766149c31111e|commit]] * PPC64 Implement non-executable stacks [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=cae15a8550bdc6186a5b1ac6dfb7b3dbd9511670|commit]] * ppc64: thermal control for Xserve [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=2226501f30a97a236353e63b6ed632be94e07fb6|commit]] * ppc64: Add mem=X boot command line option [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=34f96943a4eb7e3074a91ad847d8ca6ad4a2e97c|commit]] * ppc64: very basic desktop g5 sound support [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=7bbd827750e630003896c96d0212962276ee5d91|commit]] * sh64: Initial checkstack port [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=3fc9272d17629b1979d1781f0ffd8507391dc308|commit]] * sh64: module support [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=601f593c4caf3e35f6458e1fa4fa146032cc5587|commit]] * IA64 SGI: altix: tioca chip driver (agp) [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=9c90bdde77f7b7a42f7ebb900275d459ce2bac05|commit]] * IA64 SGI: Altix SN topology support for new chipsets and pci topology [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=4a5c13c7eb0d55bfd2cf3100c55f1e3d8df37576|commit]] * IA64: SGI Altix cross partition functionality [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=b0d82bd5df874f7dadbeced1b0163473387da37c|commit]], [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=89eb8eb927e324366c3ac0458998aaf9953fc5cd|commit]], [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=a2d974da0afe659cff98913184a97c0ee686d02b|commit]] * IA64 SGI: New chipset support for SN platform [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=8223648fd1f8e9d49649728d427fcbeac591c274|commit]], [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=217907ba12bb5dfb7a05d8f0559556abdf1667ee|commit]] * IA64: Add config SCHED_SMT [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=7a9bdd8842d0847f3b15068550a3632a2d259057|commit]] * IA64 SGI: Bus driver for the CX port of SGI's TIO chip. [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=e1e19747ecce9117610b8f3b57a3e95734230319|commit]] * IA64: multi-core/multi-thread identification [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=e927ecb05e1ce4bbb1e10f57008c94994e2160f5|commit]] * IA64: vector sharing (Large I/O system support) [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=24eeb568aeeaee771b9f0a6fd6f5d01040a887da|commit]] * i386: add kstack=N option (from x86_64) [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=fa156cb39edd0e101610883614fc81d94571bf57|commit]] * i386/x86-64 vDSO: add PT_NOTE segment [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=c97db4a0a7d4d5be8c64a8d649a4425ee195b05c|commit]], [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=e09b8c0b2006f5e6b543f7458b684d6ebd99e271|commit]] * x86_64: add support for Intel dual-core detection and displaying [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=3dd9d514846cdca1dcef2e4fce666d85e199e844|commit]] * x86_64: Final support for AMD dual core [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=635186447d0e6f3b35895fda993a266a1315d2a7|commit]] * x86_64: Add acpi_skip_timer_override option [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=229992446b12fbc755825b6a9f38fc6a273e1f19|commit]] * x86_64: Add pmtimer support [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=312df5f1a1da780e084b328bcabb02a6dcd044c3|commit]] * Support for Cyrix MediaGX (aka GEODE) CPUs. Linux and GCC treat this chip as a 586TSC with some extended instructions and alignment requirements [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=8a59ebd473267e48b525b62256efdfe42cbc7cab|commit]] * Altix: ioc4 serial driver support [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=7c58d9bf44b89eac1971473636d573dfa4f5e578|commit]] * uml: "Hardware" random number generator [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=df3090645f1d92ec40c42e6d73f0e5a6a360af33|commit]] * uml: support AES i586 crypto driver [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=c45166be3cc666ce88fe623ad79276c943e74eff|commit]] * uml: finish cross-build support [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=fd7aab9c1a4705ed45fe01a7ff108ce9823b0830|commit]] * uml: Remove ubd-mmap support [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=7b9014c1da380384efe7752db38a0253a74d0238|commit]] * SPARC64: Make PAGE_SIZE configurable. [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=eb3f51c6ee5fc40af739b497239f9e8d9127902f|commit]] * SPARC64: Support >=cheetah+ dual-dtlbs properly. [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=caf2fc1287688db6dfd3521c95c3b41858dbeb84|commit]] * SPARC64: Add UltraSPARC-IV cpu ids. [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=3ba0b95cc23fc34a76dc6a0bec1ff2664af07ced|commit]] * SPARC64: Add boot option to force UltraSPARC-III P-Cache on. [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=816242da3735957bee99aeba40aa60c4f120a101|commit]] * SPARC: Provide generic ioctls in Sparc RTC driver. [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=b4bca26c0160f48b4eb04f21d31a229832732013|commit]] |
|
Line 62: | Line 185: |
* input: New driver for ICS MicroClock MK712 TouchScreens. [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=bb2741a384bf45e58bf38bd86236a3d88126aeea|commit]] | * input: New driver for ICS !MicroClock MK712 !TouchScreens [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=bb2741a384bf45e58bf38bd86236a3d88126aeea|commit]] |
Line 65: | Line 188: |
* input: Add a new ID to the Logitech ForceFeedback joystick driver. [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=ceeb2f7790c1e250c3a5e78fe39d573054016822|commit]] | * input: Add a new ID to the Logitech !ForceFeedback joystick driver. [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=ceeb2f7790c1e250c3a5e78fe39d573054016822|commit]] |
Line 71: | Line 194: |
* input: Add MicroTouch (3M) serial touchscreen driver [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=573147c557c6202eec1dcb1932fcf706734fe006|commit]] * input: Add the option to use cooked coordinates in MicroTouch USB touchscreen driver. [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=c096e841d74fee11635c0026d706b4d2bd737536|commit]] |
* input: Add !MicroTouch (3M) serial touchscreen driver [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=573147c557c6202eec1dcb1932fcf706734fe006|commit]] * input: Add the option to use cooked coordinates in !MicroTouch USB touchscreen driver. [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=c096e841d74fee11635c0026d706b4d2bd737536|commit]] * input: This patch is for the keyboard on Sharp Zaurus collie and poodle models (SL5000, SL5500, and SL5600) [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=13f139772a0c8354dc43d1a12ff9292ed405e667|commit]] * Input: export psmouse module parameters via sysfs [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=c10b5f89465c543eb8fdfc78d1f452ee2e606ddb|commit]] * I2C: add fscpos chip driver [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=bcc32d2245b3f674e99fca61514ad80cafad28f5|commit]] * I2C: Enable w83781d and w83627hf temperature channels [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=bbb7e78c3000fec73b2db86bbed0c1525cc15167|commit]] * I2C: add ST M41T00 I2C RTC chip driver [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=4315f2edf1660c11807f9c696982bf77505eab9b|commit]] * I2C: New chip driver: sis5595 [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=5196cea7854b23cf885da15610c9dd5870c36c58|commit]] * I2C: add Marvell mv64xxx i2c driver [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=460698873c9556ce3d315f7c2a5ca2bd8dff8b90|commit]] * I2C: add GL520SM Sensor Chip driver [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=7f01d23dabbbb76c097951932fced7bfdb57259f|commit]] * I2C i2c-nforce2: add support for nForce4 (patch against 2.6.11-rc4) [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=9962e88327fdb4ec6dc92efeb6d25019a15b350e|commit]] * ALSA: emu10k1 driver - add multichannel device hw:x,3 [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=3acd4a9a940177d89b5831582ac7392d9948f52d|commit]], [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=27ae958cf6816e7f973d7de57af9876fb483dbde|commit]] * ALSA emu10k1 - add 'voices' /proc entry for debugging the voice allocator [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=607a44535941987b3d281cb6e0cd88f41d393cb2|commit]] * ALSA: add code to dump packets [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=c6d76f09b6cd84efd40e2b297283491e2859eccd|commit]] * ALSA: add support for Emagic USB MIDI interfaces [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=d63bda498062e8877efeb3c11b782003e45b9394|commit]] * ALSA: ALC882 support [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=34d146d48ccb2603dd3348316f21e07fe1ab68c1|commit]] * ALSA: add Roland FANTOM-X support [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=28a49f5131a15e6014404af5848193dc056221d7|commit]] * ALSA: Add mixer controls to intel8x0m [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=6e4544b00591cc9d13163d677c2e7202394b3b74|commit]] * sis900.c net poll support [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=a0dcd22945ee78a5d308f0b4e02489f7401b1143|commit]] * Add OMAP support to smc91x Ethernet driver [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=4ceb33e3c5a9bfe6e8d5394ad0b55d32512c0c9a|commit]] * wireless: atmel: Add support LG LW2100N WLAN PCMCIA card [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=317b42fdcf19f001ef2f75263d2d78ca406793db|commit]] * mii: add GigE support [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=c817c3f85c544452a060c0002363330dd2e7b60a|commit]] * IB/mthca: implement query of device caps [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=3af2e092ba3eeef04e9e03fea0bcb195eb3a06df|commit]] * Add ATP88x support to the ATP870U driver (Vendor patch) [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=2d978494df4141c5e7760fc03ff38575853fbd1f|commit]] * Restore PWC driver [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=5f0a6f863e098fdefe705fc9e5215caa75ac0415|commit]] * USB: add SiS USB2VGA kernel driver [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=eb42ab39de37199e08a5f1f44445baea37b1e130|commit]] * USB: Add USBAT02 storage support [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=1c5e06502df9a2b732200ac47780c552af6a8eb7|commit]] * USB: Add USBAT-based CompactFlash storage support [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=22b8ec4d0dc567efe1ee71c2718660616774e755|commit]] * USB ftdi_sio: an rs485 adaptor from 4n-galaxy.de [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=36b7c128cde3bf9c667d260df190f2e4a246da90|commit]] * USB: add 'distrust_firmware' option to ohci [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=1318d0e449959d9d9bf4fdbbd0c421053a2f1457|commit]] * USB: wacom tablet driver [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=7b900ed5114ffaad57382020ac9cfbcaee959de7|commit]] * USB: Add ASIX AX88772 10/100 Ethernet support to usbnet [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=d91cf50d6c4a79d477140d251c7e8d7dd2059f04|commit]] * USB: add usbmon, a USB monitoring framework [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=0bcdd9489f3c853cdb38291f1d5385f6ab660223|commit]] * USB Storage: Unusual_devs entry for Nikon DSC D70 [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=9c66f8b2e7d9bac6ef3efbd7e3b3d7460da400bc|commit]] * USB: add zd1201 wireless lan driver [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=1dafc7a8bc1ac2c801674d5f72eff42fbe9d4167|commit]] * remove drivers/char/tpqic02.c [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=ee05e0b0a30a5e1965d1baeadaa3b534ad7a1686|commit]] * OSS Support for AC97 low power codecs [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=69bfca0e64ca97d1a3063687e26fa0191ae3ddfd|commit]] * serial: add NEC VR4100 series serial support [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=26e25c95e30faaa235f7d783adae797a21fa7392|commit]] * serial: add the output interface control to VR41xx SIU driver [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=de1e6c0ea7150bd2b9b9d22d286b081cbbbe233f|commit]] * Implement quota reading and writing functions for UFS. [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=ad87b3750efcaf5ceffd82d10dbf4bc1d267d69e|commit]] * Add TPM hardware enablement driver [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=4aea4047d75a0677a1a151c678ca236573aac795|commit]] * Add SuperHyway bus subsystem [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=8414a60dbedd9862ee51ab2c6936504890d2b7bc|commit]] * i4l: HFC-4S and HFC-8S driver [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=5b4c9f7c60d0ff38972c320648f04f7a76b9ac0a|commit]] * Removing Auvertech TurboPAM ISDN driver [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=cbd24e681028a12fef694e6152aa1f0a8845b9f3|commit]] * Hotplug parallel ports [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=ad1aa7145a35803f94a991bf145785eb6d9ae3be|commit]] * cciss: new controller support [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=feb46ab0c5494133b650774da686eb9e6ff36617|commit]] * cciss: support for more than 8 controllers [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=71d2385e1299de679c7d191d631f6c0ed3e866bb|commit]] * cciss: per disk queue support [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=d53a4c72ef3c4b95f590a1b6986c3d47346707ad|commit]] * Ressurrect the esp serial driver [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=ec567d00cfd3dce033124249a2d40ef69e493f8c|commit]] * intelfb: Add partial support 915G chipset [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=089d5f720f0645d44762134e985e9e9b505ca410|commit]] * geodefb: Add Geode framebuffer driver [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=3dcf65069f8dc8f601dbc4ccb8a008a334992d9c|commit]] * nvidiafb: Add update framebuffer driver for nVidia chipsets [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=8e0de75e775cd97d9234bdea41b428a85e3ede42|commit]] * fbdev: Add mode changing via sysfs [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=8c91d5e9882cb6206ee1443d6b395c1281998a8c|commit]] * ide: generic Power Management for IDE devices [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=d1c1bba5adc3cbdf3917322149d059b1baea9dcc|commit]] * IRDA: support NSC PC8738x [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=7680d6fde1553a7df91d3d7e462981e6089009ed|commit]] * ALSA: Add AD1986 support [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=65b709f4cc9e4ce324301c6f618b9b3ad9c3df57|commit]] * ALSA: Add PCI ids for ICH6/7 [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=a8b0a6291b9061d15a52b7bfd7e76434495d16d7|commit]] * AGP support for powermac G5 [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=91105f2f8dc9d3956b2133aff28c6df4356b05ad|commit]] * ALSA: AC97 wm9713 support [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=4eaf05ae2cba578ce00d92c1c274d18d256bc919|commit]] * IA64: Add HP zx2 chipset identifier [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=72af864e1225d5a6ce67bbefe6e82a2eeed12ede|commit]] * AGPGART: SGI TIO support. [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=5f7435968f50615831b44ea5c1b5034a3e407d32|commit]] * pcmcia: yenta_socket - ti4150 support [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=3a1bd22430d1d6a6d73e25ce1dcc14a143e107dd|commit]] * pcmcia: rsrc_nonstatic: sysfs [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=a071032271f8e8a54287e939125bb4686efdb547|commit]], [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=650f2fe623218979f305f9ba04b1281625d8dda3|commit]] * pcmcia: per-device sysfs output [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=97e7cd85558a555b917c570afadb82721831918a|commit]] * v4l2 api: mpeg encoder support [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=32ecb127185101e58f6efc001c1965e686ce621a|commit]] * dvb: add or51132 driver (atsc demodulator) [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=1313943fe6c479a1df61e7c19cb01fe7abdace87|commit]] * v4l: cx88 driver update [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=e44d520eae58003b0c21a7fa80a775457d1fb0ae|commit]] * sym2 version 2.2.0 [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=473c67f96e064428787e0252c3bd68010ce9af79|commit]] * remove drivers/mtd/maps/ich2rom.c [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=304aa41113fd649eb84ae008424ce036695e4204|commit]] * pcxx: Remove obsolete driver [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=a42a35704cc0130e2417dbb45a021d0d1320edc5|commit]] * kill IPHASE5526 [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=ebc4a2dfe3f22d29794dd30b4bf43e45953dc829|commit]] * ipr: New adapter support [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=619c4e95de187b46888c62218b612e34510f5361|commit]] * ipr: Send uevent change notifications [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=8f99d13814be4ab34af9cfc001eb932e7a56fc3a|commit]] * ipr: Fast failure module options [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=fe60e694d115728601f9b6301b07fae6b7da62df|commit]] * Add statistics to generic transport class [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=bd210e30da74cd7e156bcac85388642fab2aea2c|commit]] * target code updates to support scanned targets [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=eec217ebb1a7a2f6ced0d6871b741df878985c51|commit]] * USB: add at91_udc recognition [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=fd4068e5dce5dc9b83f689325a0ca3ecb57fe3dd|commit]] * USB: usbnet gets status polling, uses for CDC Ethernet [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=dab9770ef4f0161b53d0c4c729a062561283465c|commit]] * emi26: add another product ID for the Emi2|6/A26 [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=4fc04a7c59c8ac32478632e2a33a38b107654c47|commit]] * USB: Support for new ipod mini (and possibly others) + usb [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=164a31d0cb669095d11d24d3478582806b663453|commit]] * USB unusual_devs: Add another Tekom entry [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=f1c7f7c20d1235891f4616c7b934018bb2254bf3|commit]] * USB unusual_devs: add another datafab device [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=5f7539f6b5f4b3fd9345e877ad8bdc0faad4d7d3|commit]] * Bluetooth: Support HCI Extensions in BCSP driver [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=8542242e9097d8122fb151def4146af7aa21aeee|commit]] * SERIAL: new hp diva console port [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=ad3f9f285b0cf47e37e412bcb740abb0bd99ffb2|commit]] * SERIAL: sealevel 8 port RS-232/RS-422/RS-485 board [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=beb44089f1adb0e634caeb7c352e77b608a76d99|commit]] * MMC: SD support : protocol [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=68d10ae631a4ee0aa08d9551b1a792588e16ef2d|commit]] * ALSA: Add DXS support for MSI K8T Neo2-FI [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=a6dfbe4479681c47cd82bf2dffdbea3930fe133a|commit]] * ALSA: emu10k1 - add support for p16v chip (24-bit playback) [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=ae661ef27ca702bba34ee68f1138975da0b2113f|commit]] * ALSA: Add new C-Media 9880 codec ID [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=f76dc2baa866ca61baeb0107fbb08fff278e3201|commit]] * ALSA: Add framework for better audigy sound card capabilities selection [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=039adca725809ae52b9a08aa9e28fab88eff3bef|commit]] * ALSA: Add AD1986A support [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=33d43a3ff79ec843e728a882b7140f1c3502b6f5|commit]] * ALSA: Add Mono volume controls for ALC260 [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=1dfdb44c161d0b6bc804942f640df304ec51bf11|commit]] * USB: add fossil watch ids to the visor driver. [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=74ddde7d85d5b246b47e971780a826131f7dc71f|commit]] * DVD-RAM support for pktcdvd [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=fe3ae97549bc8417f9fc25b198fef36f6448b183|commit]] * serial: Digi Neo driver [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=f8ddabd480cb2a8fefb6b69e4c2adc8570dbb11c|commit]] * Netmos parallel/serial/combo support [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=1f8b061050c7f12da0a9435604ef6cab700a7dac|commit]] * dvb: support Activy Budget card [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=1778e17d857486eb3f46f98b593fc4b2e1d9b303|commit]] * dvb: dibusb: support Hauppauge WinTV NOVA-T USB2 [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=d200712f1024c330904bbaf23af8fb15a245853b|commit]] * dvb: nxt2002: QAM64/256 support [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=eee5001d6101d121d7e5b8497546a06398c9399c|commit]] * dvb: support KWorld/ADSTech Instant DVB-T USB2.0 [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=e0aad13d5f6e4d7c5b23f0c988490e5e90be6354|commit]] * dvb: support pcHDTV HD2000 [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=c3ce808bd32ac94a5609ae293eda705141783d4c|commit]] * dvb: dibusb: support nova-t usb ir [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=00d62742591b856bfece1adc70ae5bd215251e08|commit]] * dvb: ttusb_dec: IR support [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=506ab522b15d064ce3110841c9760f8f2a9511be|commit]] * dvb: support for Technotrend PCI DVB-T [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=58e313c312ef83a005f32260b59a5307ab8d1190|commit]] * dvb: dibusb: support dtt200u (Yakumo/Typhoon/Hama) USB2.0 device [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=cca0b5524bb30f8b5ab49fd305404e33935b98b2|commit]] * dvb: support Nova-S rev 2.2 [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=e93aac31fc87c6fee4752d1334bee889506c63cc|commit]] * PCI: create PCI_DEBUG config option to make it easier for users to enable pci debugging [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=738684161f014713fee74436447f4836664ff933|commit]] * USB: add driver for CP2101/CP2102 RS232 adaptors [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=c36b0103c30150487e17ba926361dc3220fa16d2|commit]] * ftdi_sio: Support sysfs attributes for more chip [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=da043980723c7ee761ec107f9f7a4fe3bfc7bb2e|commit]] * atyfb: Add boot/module option to override composite sync [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=a9a8095a147a93e259ef76615574402fdbaab6c0|commit]] * s1d13xxxfb: Add support for Epson S1D13806 FB [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=d763cbf630df86b4b194de89de581ff4da6430ca|commit]] * I2C: New lm92 chip driver [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=c32de391c35d5f6da1e61f2b3f1648b3dd6b77ae|commit]] * I2C: group Intel on I2C Hardware Bus support [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=723b671797aa735903e11c240e014beb50487481|commit]] * i2c: new driver for ds1337 RTC [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=9b3cc645c34014149c3c66bf38e6b6f715d345b2|commit]] * i2c: add adt7461 chip support to lm90 driver [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=9800e965a4fbe190a8b5bdb1b52b415564d67757|commit]] * I2C: Recognize new revision of the ADT7463 chip [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=939836f95cd1e78089f92c471c20b8d915a35a7f|commit]] * pmac: sound support for latest laptops [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=b75550e1bc6b3b2c80b628e68628fca015634071|commit]] * piix: IDE PATA patch for Intel ESB2 [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=d69332b875efb52ea5276d5638ce572fcd7375f2|commit]] * intel8x0: AC'97 audio patch for Intel ESB2 [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=c4c8ea948aa21527d502e87227b2f1d951bc506d|commit]] * ata_piix: IDE mode SATA patch for Intel ESB2 [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=c368ca4ef471aa8e82ee1de7086cb7ef5053cb95|commit]] * ahci: AHCI mode SATA patch for Intel ESB2 [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=680d32357a0235fbadfba8e52dd40e80f55b6b05|commit]] * i2c-i801: I2C patch for Intel ESB2 [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=b0a70b57f909647d79e0cc30772a0664fbf9830a|commit]] * IB/mthca: add support for new MT25204 HCA [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=68a3c21203b73696769dfdceb68d2d7f5d3c20a0|commit]] * zfcp: add point-2-point support [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=91bbfbda8d41f834c70c47d6f8c95245c90019e5|commit]] * qla2xxx: remove /proc interface [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=6721d2c809f4537ae01757a2297f2ced338826c1|commit]] * aic7xxx: add support for the SPI transport class [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=92d161c373b45be158b73a162bedebb5293a73d3|commit]] * lpfc: add Emulex FC driver version 8.0.28 [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=dea3101e0a5c897d2c9351a7444e139db9f40247|commit]] * USB: add new visor id for Treo 650 [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=ac21e9ff08db3d6fac41d356c77fcb531c2e03e1|commit]] * USB Storage unusual_dev.h 07c4:a10b Datafab Systems, Inc. [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=d6427cf7ea5dc75be26074a573b25d5906c992bd|commit]] * USB: new SIS device id [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=7ab7c34c90797b9df52720720ab5d5e9edd05114|commit]] * USB: usbnet and zaurus zl-5600 [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=a2fe20129e2d87dc5c4e5c850b41b5b0b47cfd08|commit]] * USB: OHCI on Compaq Aramada 7400 [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=0e4987639a774d08b69c1c58774f3430f6083d4f|commit]] * USB: pl2303 new vendor/model ids [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=acbb36f116243bed515357264ecbb6ff9c6d2a5b|commit]] * add TIMEOUT to firmware_class hotplug event [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=6897089c5f7989603ccb9c696050470ba1dbd262|commit]] * aoe 11/12: add support for disk statistics [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=0c6f0e7920f39b28bdbe5f134f3e592542332d87|commit]] * TG3: add basic bcm5752 support [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=2052da946096590035438626afbc7f329d2549d8|commit]] * TG3: add support for bcm5752 rev a1 [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=053d78000be4906fac6446ad517ca3897dc6cd84|commit]] * TG3: Add GPIO3 for 5752 [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=3e7d83bc96d59013792e5546e7832668d3adbce7|commit]] * TG3: Add nvram detection for 5752 [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=361b4ac29bc651c7612d4bf21434ae6fe06b78e4|commit]] * TG3: Add nvram lock-out support for 5752 TPM [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=e6af301be3c129adbc8a7c8ffb76e62533ad9575|commit]] * TG3: Add msi support [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=88b06bc26b87cf0490b0e3faea7fefc7549dd75d|commit]] * USB: add HP49G+ Calculator USB Serial support [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=36045fb77cb8b4043063ea54067907a1afd317b4|commit]] * USB: new SiS device id [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=cef11127ea59cc5ac8fb956c355727999c6796dc|commit]] * irq and pci_ids for Intel ICH7DH & ICH7-M DH [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=4d24a439a6b2280357d62fb30a73350cf253bdb7|commit]] * hda_intel: Intel ESB2 support [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=2f1b381825411fd3d5c8323dd1be77438e19e192|commit]] * saa7134: Add OEM version of already supported card [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=10e92060295ded7b8feac1ee57bb2135ea9ac207|commit]] * imxfb: Add Freescale i.MX framebuffer driver [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=7c2f891cb64b0b9c8d389da97c221ee4288f1307|commit]] * USB: add a driver for the AirPrime CDMA Wireless PC card. [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=3b86b2028c4de998978baae780edfc36995bebc5|commit]] * USB: new usbnet device id [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=b9ab0746a53b9cd5c64e179a1c13952f0ae80e64|commit]] * USB: unusual_devs.h: atmel snd1 storage [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=8af60be9a71d2c636cd800deab63a9fadf3aee96|commit]] * USB: unusual_devs entry for Minolta Dimage Z10 [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=7b1cbebaa7ced7a2029cc5b50eab60c79b24cc10|commit]] * aoe: improve allowed interfaces configuration [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=03c41c434775c52092d17a5031ad8ebaaf555bc4|commit]] * aoe: add firmware version to info in sysfs [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=4613ed277ab8a41640434181898ef4649cc7301e|commit]] * DAC960: add support for Mylex AcceleRAID 4/5/600 [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=5b76ffd5d9f12ba850fc988188f55056204ad4e2|commit]] * video/tuner: add VIDEO_G_FREQUENCY and freq range to VIDIOC_G_TUNER [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=c184ca3681ee9ae0bb63cb591e1e16f42536415c|commit]] * forcedeth: netpoll support [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=2918c35d311263bc313b3da272783860ce573189|commit]] * More ethtool support for sis900 and warning fix [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=da369b01d49b34803265096eb92a2d6da61cf0d0|commit]] * ixgb: Support for ethtool -d [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=5e3c30deb21d0eb0da44830fb1c1fc7054e54229|commit]] * tlan: restore deleted module parameters. [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=15efa9bb2d4da7cd9feb1c67fcf3d9e0e1bd00c6|commit]] * USB: cypress_m8: add support for the DeLorme Earthmate lt-20 [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=25b6f08e3fa0d84e26a373a205cfdad208b54af7|commit]] * USB: add modalias sysfs file for usb devices [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=360b52b08972ada8fd4421e9a7bcbe1ea186c20e|commit]] * PCI: add modalias sysfs file for pci devices [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=9888549e0507cc95d1d7ade1595c00ff8e902659|commit]] * PCI: add MODALIAS to hotplug event for pci devices [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=d1ded203adf16b42ca90e9041120ae465ca5c4a6|commit]] * serio 'id' attributes [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=baae956100334ffbd101eea5eeea9a5ac9cf3abd|commit]] * Intel 6300ESB TCO timer support [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=a123edab03ac39e08c2f9cb4fc1af07e099c68bc|commit]] * dvb: b2c2/flexcop driver refactoring part 2: add modular Flexcop driver [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=2add87a95068d6457d4e5824d0417d39007665a4|commit]] * dvb: support for TT/Hauppauge Nexus-S Rev 2.3 [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=3dfaebdaa2a14c7ca1fbbafff08992489087e7f1|commit]] * dvb: add support for KNC-1 cards [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=2d4f2c2e15795b93fa4da7a7cfac5e82df51b1f1|commit]] * dvb: DST: add support for Twinhan 200103A [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=e6ac699a4f991e84b4bcdc07d9dfa8e019cf6116|commit]] * TG3: Add tagged status support. [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=fac9b83ea79aa3112ed245d9a4fc2a5c3ec2b7ec|commit]] * Add sysfs support for the IPMI device interface [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=37e0915b701281182cea9fc90e894d10addf134a|commit]] * MMC: Proper MMC command classes support [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=912490db699d83cb3d03570b63df7448677a3f56|commit]] * TG3: Add 5752M device ID. [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=d8659255c599ba497bcfb8b4abc187d9e0951d99|commit]] * sata_sil: new ID 1002:437A for ATI IXP400 [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=525a099771d348a25d12ef9c47aa8680c7317e35|commit]] * sata_promise: add PCI ID for FastTrak TX2200 2-ports [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=4c3a53d4108367f639e5e0fe9366dfd7679c5514|commit]] * BNX2: New Broadcom gigabit network driver. [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=b6016b767397258b58163494a869f8f1199e6897|commit]] * USB: add sl811_cs support [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=c6de2b64eb575a3f9326969ec5fcdc6032b38e42|commit]] * USB: ftdi_sio: new PID for ELV UM100 [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=47900743a56dc41a053107d64054aca3e1b42157|commit]] * PCI: amd74xx patch for new NVIDIA device IDs [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=af00f9811e0ccbd3db84ddc4cffb0da942653393|commit]] * CPUFREQ: speedstep-centrino: Pentium 4 - M (HT) support [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=8282864a96ef0a7b88ee9e4b357e08504131394d|commit]] * CPUFREQ: AMD Elan SC520 cpufreq driver. [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=bf6fc9fd2d848d06b8f6c4caccef1dba9ef8c4c6|commit]] * CPUFREQ: dual-core powernow-k8 [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=065b807ca1f5bdbeb081e3cf75ac8de9be8ac212|commit]] * CPUFREQ: Conservative cpufreq governer [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=b9170836d1aa4ded7cc1ac1cb8fbc7867061c98c|commit]] * CPUFREQ: Add support to cpufreq_ondemand to ignore 'nice' cpu time [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=3d5ee9e55d13de28d2fa58d6e13f2e4d3a5f8b1a|commit]] * CPUFREQ: Allow ondemand stepping to be changed by user. [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=1206aaac285904e3e3995eecbf4129b6555a8973|commit]] * CPUFREQ: ondemand governor automatic downscaling [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=c29f1403098135bdef75b190a5037db514701031|commit]] * USB: Support multiply-LUN devices in ub [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=f4800078d9ed4bd20b1b27f56e7b68cfa0d73038|commit]] * USB: add new wacom device to usb hid-core list [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=5ce0482e18193a15223911515ee44373cffb35b8|commit]] * USB: add Vernier devices to HID blacklist [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=4871d3be13ea2b33edc9ba6fbcc30fc047087be7|commit]] * USB: add Option Card driver [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=58cfe9113e485f7e04bd0eac4fc4251b330af501|commit]] * USB Storage: Add unusual_devs for Trumpion Voice Recorder [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=1724757e5ab5219b46876ac6e4e362a4b2dcfa86|commit]] * USB: CP2101 Add support for flow control [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=39a66b8d22a36cfa1a48f7f59c6a4639d9c99653|commit]] * i945G patch for agpgart [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=d0de98fa16169562bd74913c6c9b3857f9065c79|commit]] * drm add i945G pci id [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=e98ded32f37a538b906d98059b3db71be36405a7|commit]] |
2.6.12 was released June 17, 2005. Changelog.
Cpusets: Cpusets provide a way to manage subsets of CPUs and Memory Nodes for scheduling and memory placement, via a new virtual file system, usually mounted at /dev/cpuset. Manipulation of cpusets can be done directly via this file system, from the shell. (LWN article) commit, commit
Device mapper multipath support (LWN article) commit, commit, commit, commit, commit
Annotate /proc/<PID>/maps with [heap]/[stack]/[vdso] markers commit
Add timing information to printk messages commit
posix-timers: high-resolution CPU clocks for POSIX clock_* syscalls commit
posix-timers: CPU clock support for POSIX timers commit
Make RLIMIT_CPU/SIGXCPU, ITIMER_PROF, ITIMER_VIRTUAL, ITIMER_REAL per-process commit, commit, commit
Show RLIMIT_SIGPENDING usage in /proc/PID/status and set limit based on RLIMIT_NPROC commit, commit, commit
Add RLIMIT_NICE and RLIMIT_RTPRIO to allow non-root tasks to raise nice and rt priorities. Defaults to traditional behavior (LWN article) commit
loglevel boot option commit
Address space randomization: each process's stack will begin at a random location, and the beginning of the memory area used for mmap(2) (which is where shared libraries go, among other things) will be randomized as well (LWN article). commit, commit, commit, commit, commit, commit, commit, commit
Introduce the CONFIG_BASE_SMALL flag commit, commit, commit, commit, commit, commit, commit
Speed up /proc/pid/maps commit
class core: export MAJOR/MINOR to the hotplug env commit
block core: export MAJOR/MINOR to the hotplug env commit
Driver core: add "bus" symlink to class/block devices commit
IPV6: no longer considered EXPERIMENTAL. commit
IPv4: equal cost multipath with caching support commit
IPV4: Make multipath algs into true drivers commit
PKT_SCHED: Extended Matches API commit
PKT_SCHED: Simple comparison ematch (cmp) commit
PKT_SCHED: Multi byte comparison ematch (nbyte) commit
PKT_SCHED: u32 hasing key ematch commit
PKT_SCHED: Metadata ematch (meta) commit
PKT_SCHED: Basic classifier commit
IPV6: match TCP port selection behavior with ipv4 commit
IPV6: ROUTE: Add gc_min_interval_ms sysctl. commit
IPV6: NDISC: NEWLINK notification on change of Reachable Time commit
NET: NEIGHBOUR: Add retrans_time_ms and reachable_time_ms sysctls. commit
NEIGH: Provide number of probes to userspace commit
NETFILTER: Restore ports module parameter for ip_nat_{ftp,irq} commit
NET: Allow dumping of application specific statistics if no primary TLV is used commit
PKT_SCHED: Introduce simple actions. commit
BRIDGE: features change notification commit
IPV4: Primary and secondary addresses commit
NET: Add ethtool support for NETIF_F_HW_CSUM. commit
NET: Allow controlling NAPI device weight with sysfs commit
SCTP: Support SO_BINDTODEVICE socket option on incoming packets. commit
SCTP: Extend the info exported via /proc/net/sctp to support netstat for SCTP. commit
SCTP: Add support for ip_nonlocal_bind sysctl & IP_FREEBIND socket option commit
IPV4: Sysctl configurable icmp error source address. commit
PKT_SCHED: Allow socket attributes to be matched on via meta ematch commit
PKT_SCHED: Dump classification result for basic classifier commit
CIFS: Add support for updating Windows NT times/dates (part 1) commit
CIFS: Display pool sizes in cifs stats commit
CIFS: add generic readv/writev and aio support. commit
cifs: add support for chattr/lsattr in new CIFS POSIX extensions commit
cifs: Enable ioctl support in POSIX extensions to handle lsattr commit
cifs: Add new mount parm mapchars commit
cifs: character mapping of special characters commit
JFS: allow iocharset=none mount option commit
FAT: add AIO and the -o sync' and -o dirsync' supports to fatfs. If user specified that option, the fatfs does traditional ordered updates by using synchronous writes commit
Handle MS_SYNCHRONOUS flag in FAT: FAT filesystem has been ignoring the "sync" mount option for ages. This patches fixes this, but (obviously) degrades performance unless you mount your FAT filesystem as asynchronous ("async" mount option) commit
CRYPTO: Add Tiger digest algorithms. commit
CIFS: recognize nouser_xattr and user_xattr mount options (default is still xattr enabled if built with xattr support) commit
CIFS: Add support for setting timestaps by handle for NT4 servers commit
CIFS: add new statfs call for posix extensions commit
CIFS: statfs protocol extensions commit
XFS: Provide a mechanism for reporting ihashsize defaults via /proc/mounts. commit
XFS: Make trivial extension to sync flag to implement dirsync, instead of silently ignoring it. commit
Updated FAT attributes: This updates the FAT attributes as well as corrects the handling of VFAT ctime commit
JFS: Support page sizes greater than 4K commit
reiserfs: make resize option auto-get new device size commit
ext3 writeback "nobh" option commit
hfs: add nls support commit
hfs: unicode decompose support commit
Block I/O barrier rewrite (enables full barrier support on serial ATA drives) commit
NFS: Add emulation of BSD flock() in terms of POSIX locks on the server commit
RPC: remove broken_suid mount option commit
Add selinux support for reiserfs commit, commit, commit, commit
kbuild: Introdude KBUILD_NOCMDDEP commit
readahead: improve sequential read detection commit
Pageout throttling: With silly pageout testcases it is possible to place huge amounts of memory under I/O. This means that all memory is pinned and unreclaimable and the VM gets upset and goes oom. This patch limits the amount of memory which is under pageout writeout to be a little more than the amount of memory at which balance_dirty_pages() callers will synchronously throttle. This means that heavy pageout activity can starve heavy writeback activity completely, but heavy writeback activity will not cause starvation of pageout commit
Speed freeing memory for suspend. commit
Properly share process and session keyrings with CLONE_THREAD commit
swsusp: enable resume from initrd commit
Allow admin to enable only some of the Magic-Sysrq functions commit
SELinux: audit unrecognized netlink messages commit
SELinux: add support for NETLINK_KOBJECT_UEVENT commit
SELinux: enhanced MLS support commit
SELinux: add finer grained permissions to Netlink audit processing commit
make sysrq-F call oom_kill() commit
Add audit uid to netlink credentials commit
Kconfig i18n support commit
Drivers & architectures
ARM: Remove PrPMC1100 platform commit
ARM: S3C2440 - camera interface device commit
ARM: base support for poodle machine commit
ARM: !SMDK2440 - base machine support commit
ARM: S3C2410 - add Acer n30 commit
ARM: Sharp SCOOP - Add mutliple device support commit
ARM: OMAP 32KHz timer and 64-bit sched_clock, take 3 commit
ARM: S3C2410 - s3c2400 uart support commit
ARM: S3C2410 - OTOM1.1 and Nexcoder 2440 support commit
ARM: ptrace support for accessing iWMMXt regs commit
ARM: kernel helpers for NPTL support commit
mips: add TANBAC TB0219 base board driver commit
PA-RISC PDC stable storage driver commit
ALSA Harmony sound driver for PA-RISC commit
ppc32: Add PCI bus support for Freescale MPC52xx commit
ppc32: Add VIA IDE support to MPC8555 CDS platform commit
ppc32: Support for 82xx PQII on-chip PCI bridge commit
ppc32: Add pegasos ethernet support commit
ppc32: add support for Sky Computers HDPU Compute blade commit
ppc32: PowerQUICC II Pro subarch support commit
ppc32: support OpenBIOS/U-Boot for Ebony commit
ppc32: Add support for the Dallas 1553 RTC/NVRAM commit
ppc32: Add support to use the DS1553 RTC/NVRAM on MPC8555 CDS system commit
ppc32: add Radstone PPC7D platform support commit
ppc32: Support 36-bit physical addressing on e500 commit
ppc32: add sound support for Mac Mini commit
ppc64: add PT_NOTE section to vDSO commit
ppc64: collect and export low-level cpu usage statistics commit
ppc64: allow xmon=on,off,early commit
ppc64: Implement a vDSO and use it for signal trampoline commit
ppc64: generic hotplug cpu support commit
ppc64: new machine definitions commit
ppc64: Add IDE-pmac support for new "Shasta" chipset commit
ppc64: Add basic support for the SMU chip in iMac G5 commit
PPC64 Implement non-executable stacks commit
ppc64: thermal control for Xserve commit
ppc64: Add mem=X boot command line option commit
ppc64: very basic desktop g5 sound support commit
sh64: Initial checkstack port commit
sh64: module support commit
IA64 SGI: altix: tioca chip driver (agp) commit
IA64 SGI: Altix SN topology support for new chipsets and pci topology commit
IA64: SGI Altix cross partition functionality commit, commit, commit
IA64 SGI: New chipset support for SN platform commit, commit
IA64: Add config SCHED_SMT commit
IA64 SGI: Bus driver for the CX port of SGI's TIO chip. commit
IA64: multi-core/multi-thread identification commit
IA64: vector sharing (Large I/O system support) commit
i386: add kstack=N option (from x86_64) commit
x86_64: add support for Intel dual-core detection and displaying commit
x86_64: Final support for AMD dual core commit
x86_64: Add acpi_skip_timer_override option commit
x86_64: Add pmtimer support commit
Support for Cyrix MediaGX (aka GEODE) CPUs. Linux and GCC treat this chip as a 586TSC with some extended instructions and alignment requirements commit
Altix: ioc4 serial driver support commit
uml: "Hardware" random number generator commit
uml: support AES i586 crypto driver commit
uml: finish cross-build support commit
uml: Remove ubd-mmap support commit
SPARC64: Make PAGE_SIZE configurable. commit
SPARC64: Support >=cheetah+ dual-dtlbs properly. commit
SPARC64: Add UltraSPARC-IV cpu ids. commit
SPARC64: Add boot option to force UltraSPARC-III P-Cache on. commit
SPARC: Provide generic ioctls in Sparc RTC driver. commit
ALSA: AC'97 Audio support for Intel ICH7 commit
ALSA: Add support for Chaintech 9CJS commit
ALSA: Enable HP jack sense for FSC Scenic-W commit
ALSA: Add Intel HDA driver commit
ALSA: Novation and MOTU USB MIDI support commit
ALSA: MPU-401 PnP support commit
ALSA: add 96Khz support and setting sample rate for direct SPDIF output commit
ALSA: add STAC9708 output bias mixer control commit
ALSA: Added support for Terratec PHASE 22 commit
ALSA: Add support for Audigy2LS on MSI motherboard commit
ALSA: Enables SPDIF output on the Audigy2 Value commit
ALSA: Added ICE1724 - ESI Juli@ code (not complete) + AK4114 code + AK4358 commit
mv643xx: Add support for PHYs/boards that don't support autonegotiation. commit
Adds a disable_irm option to ieee1394.ko which disables all Isochronous Resource Manager functionality, useful to work around certain problems, e.g. iPod detection. commit
SCSI: Add device io statistics commit
ACPI: Add ACPI-based memory hot plug driver. commit
input: This patch adds support to uinput for Linux's force feedback interface. With these changes, it's possible to write drivers for force feedback joysticks and similar devices in userspace. It also adds a way to set the physical path of devices created via uinput commit
input: Add support for Logitech MX300 mouse in PS/2 mode. commit
input: Add support for the Logitech MX1000 mouse in PS/2 mode. commit
input: Add support for Sharp Zaurus SL-C7cc Corgi keyboards. commit
input: Add support for Sharp SL-C7xx touchscreen (Corgi). commit
input: New driver for ICS MicroClock MK712 TouchScreens commit
input: HP HIL support (from PARISC Linux tree). commit
input: This patch adds support for a Wacom new tablet, Intuos3, and its associated tools. commit
input: Add a new ID to the Logitech ForceFeedback joystick driver. commit
input: Add support for serial ELO touchscreens, including Elo IntelliTouch, AccuTouch and SecureTouch. commit
mv643xx: Add ethtool support to the mv643xx ethernet driver. Initially, we add statistics and link status reporting. commit
AGPGART: Drop the Intel-mch AGP driver. commit
input: Add support for less usual ALPS touchpads commit
input: Add more PnP IDs to i8042 PnP probe table commit
input: Add MicroTouch (3M) serial touchscreen driver commit
input: Add the option to use cooked coordinates in MicroTouch USB touchscreen driver. commit
input: This patch is for the keyboard on Sharp Zaurus collie and poodle models (SL5000, SL5500, and SL5600) commit
Input: export psmouse module parameters via sysfs commit
I2C: add fscpos chip driver commit
I2C: Enable w83781d and w83627hf temperature channels commit
I2C: New chip driver: sis5595 commit
I2C: add Marvell mv64xxx i2c driver commit
I2C: add GL520SM Sensor Chip driver commit
I2C i2c-nforce2: add support for nForce4 (patch against 2.6.11-rc4) commit
ALSA: emu10k1 driver - add multichannel device hw:x,3 commit, commit
ALSA emu10k1 - add 'voices' /proc entry for debugging the voice allocator commit
ALSA: add code to dump packets commit
ALSA: add support for Emagic USB MIDI interfaces commit
ALSA: ALC882 support commit
ALSA: add Roland FANTOM-X support commit
ALSA: Add mixer controls to intel8x0m commit
sis900.c net poll support commit
Add OMAP support to smc91x Ethernet driver commit
wireless: atmel: Add support LG LW2100N WLAN PCMCIA card commit
mii: add GigE support commit
IB/mthca: implement query of device caps commit
Add ATP88x support to the ATP870U driver (Vendor patch) commit
Restore PWC driver commit
USB: add SiS USB2VGA kernel driver commit
USB: Add USBAT02 storage support commit
USB: Add USBAT-based CompactFlash storage support commit
USB ftdi_sio: an rs485 adaptor from 4n-galaxy.de commit
USB: add 'distrust_firmware' option to ohci commit
USB: wacom tablet driver commit
USB: Add ASIX AX88772 10/100 Ethernet support to usbnet commit
USB: add usbmon, a USB monitoring framework commit
USB Storage: Unusual_devs entry for Nikon DSC D70 commit
USB: add zd1201 wireless lan driver commit
remove drivers/char/tpqic02.c commit
OSS Support for AC97 low power codecs commit
serial: add NEC VR4100 series serial support commit
serial: add the output interface control to VR41xx SIU driver commit
Implement quota reading and writing functions for UFS. commit
Add TPM hardware enablement driver commit
Add SuperHyway bus subsystem commit
i4l: HFC-4S and HFC-8S driver commit
Removing Auvertech TurboPAM ISDN driver commit
Hotplug parallel ports commit
cciss: new controller support commit
cciss: support for more than 8 controllers commit
cciss: per disk queue support commit
Ressurrect the esp serial driver commit
intelfb: Add partial support 915G chipset commit
geodefb: Add Geode framebuffer driver commit
nvidiafb: Add update framebuffer driver for nVidia chipsets commit
fbdev: Add mode changing via sysfs commit
ide: generic Power Management for IDE devices commit
IRDA: support NSC PC8738x commit
ALSA: Add AD1986 support commit
ALSA: Add PCI ids for ICH6/7 commit
AGP support for powermac G5 commit
ALSA: AC97 wm9713 support commit
IA64: Add HP zx2 chipset identifier commit
AGPGART: SGI TIO support. commit
pcmcia: yenta_socket - ti4150 support commit
pcmcia: per-device sysfs output commit
v4l2 api: mpeg encoder support commit
dvb: add or51132 driver (atsc demodulator) commit
v4l: cx88 driver update commit
sym2 version 2.2.0 commit
remove drivers/mtd/maps/ich2rom.c commit
pcxx: Remove obsolete driver commit
kill IPHASE5526 commit
ipr: New adapter support commit
ipr: Send uevent change notifications commit
ipr: Fast failure module options commit
Add statistics to generic transport class commit
target code updates to support scanned targets commit
USB: add at91_udc recognition commit
USB: usbnet gets status polling, uses for CDC Ethernet commit
emi26: add another product ID for the Emi2|6/A26 commit
USB: Support for new ipod mini (and possibly others) + usb commit
USB unusual_devs: Add another Tekom entry commit
USB unusual_devs: add another datafab device commit
Bluetooth: Support HCI Extensions in BCSP driver commit
SERIAL: new hp diva console port commit
SERIAL: sealevel 8 port RS-232/RS-422/RS-485 board commit
MMC: SD support : protocol commit
ALSA: Add DXS support for MSI K8T Neo2-FI commit
ALSA: emu10k1 - add support for p16v chip (24-bit playback) commit
ALSA: Add new C-Media 9880 codec ID commit
ALSA: Add framework for better audigy sound card capabilities selection commit
ALSA: Add AD1986A support commit
ALSA: Add Mono volume controls for ALC260 commit
USB: add fossil watch ids to the visor driver. commit
DVD-RAM support for pktcdvd commit
serial: Digi Neo driver commit
Netmos parallel/serial/combo support commit
dvb: support Activy Budget card commit
dvb: dibusb: support Hauppauge WinTV NOVA-T USB2 commit
dvb: nxt2002: QAM64/256 support commit
dvb: support KWorld/ADSTech Instant DVB-T USB2.0 commit
dvb: support pcHDTV HD2000 commit
dvb: dibusb: support nova-t usb ir commit
dvb: ttusb_dec: IR support commit
dvb: support for Technotrend PCI DVB-T commit
dvb: dibusb: support dtt200u (Yakumo/Typhoon/Hama) USB2.0 device commit
dvb: support Nova-S rev 2.2 commit
PCI: create PCI_DEBUG config option to make it easier for users to enable pci debugging commit
USB: add driver for CP2101/CP2102 RS232 adaptors commit
ftdi_sio: Support sysfs attributes for more chip commit
atyfb: Add boot/module option to override composite sync commit
I2C: New lm92 chip driver commit
I2C: group Intel on I2C Hardware Bus support commit
i2c: new driver for ds1337 RTC commit
i2c: add adt7461 chip support to lm90 driver commit
I2C: Recognize new revision of the ADT7463 chip commit
pmac: sound support for latest laptops commit
piix: IDE PATA patch for Intel ESB2 commit
intel8x0: AC'97 audio patch for Intel ESB2 commit
ata_piix: IDE mode SATA patch for Intel ESB2 commit
ahci: AHCI mode SATA patch for Intel ESB2 commit
i2c-i801: I2C patch for Intel ESB2 commit
IB/mthca: add support for new MT25204 HCA commit
zfcp: add point-2-point support commit
qla2xxx: remove /proc interface commit
aic7xxx: add support for the SPI transport class commit
lpfc: add Emulex FC driver version 8.0.28 commit
USB: add new visor id for Treo 650 commit
USB Storage unusual_dev.h 07c4:a10b Datafab Systems, Inc. commit
USB: new SIS device id commit
USB: usbnet and zaurus zl-5600 commit
USB: OHCI on Compaq Aramada 7400 commit
USB: pl2303 new vendor/model ids commit
add TIMEOUT to firmware_class hotplug event commit
aoe 11/12: add support for disk statistics commit
TG3: add basic bcm5752 support commit
TG3: add support for bcm5752 rev a1 commit
TG3: Add GPIO3 for 5752 commit
TG3: Add nvram detection for 5752 commit
TG3: Add nvram lock-out support for 5752 TPM commit
TG3: Add msi support commit
USB: add HP49G+ Calculator USB Serial support commit
USB: new SiS device id commit
irq and pci_ids for Intel ICH7DH & ICH7-M DH commit
hda_intel: Intel ESB2 support commit
saa7134: Add OEM version of already supported card commit
imxfb: Add Freescale i.MX framebuffer driver commit
USB: add a driver for the AirPrime CDMA Wireless PC card. commit
USB: new usbnet device id commit
USB: unusual_devs.h: atmel snd1 storage commit
USB: unusual_devs entry for Minolta Dimage Z10 commit
aoe: improve allowed interfaces configuration commit
aoe: add firmware version to info in sysfs commit
DAC960: add support for Mylex AcceleRAID 4/5/600 commit
video/tuner: add VIDEO_G_FREQUENCY and freq range to VIDIOC_G_TUNER commit
forcedeth: netpoll support commit
More ethtool support for sis900 and warning fix commit
ixgb: Support for ethtool -d commit
tlan: restore deleted module parameters. commit
USB: cypress_m8: add support for the DeLorme Earthmate lt-20 commit
USB: add modalias sysfs file for usb devices commit
PCI: add modalias sysfs file for pci devices commit
PCI: add MODALIAS to hotplug event for pci devices commit
serio 'id' attributes commit
Intel 6300ESB TCO timer support commit
dvb: b2c2/flexcop driver refactoring part 2: add modular Flexcop driver commit
dvb: support for TT/Hauppauge Nexus-S Rev 2.3 commit
dvb: add support for KNC-1 cards commit
dvb: DST: add support for Twinhan 200103A commit
TG3: Add tagged status support. commit
Add sysfs support for the IPMI device interface commit
MMC: Proper MMC command classes support commit
TG3: Add 5752M device ID. commit
sata_sil: new ID 1002:437A for ATI IXP400 commit
BNX2: New Broadcom gigabit network driver. commit
USB: add sl811_cs support commit
USB: ftdi_sio: new PID for ELV UM100 commit
PCI: amd74xx patch for new NVIDIA device IDs commit
CPUFREQ: speedstep-centrino: Pentium 4 - M (HT) support commit
CPUFREQ: AMD Elan SC520 cpufreq driver. commit
CPUFREQ: dual-core powernow-k8 commit
CPUFREQ: Conservative cpufreq governer commit
CPUFREQ: Add support to cpufreq_ondemand to ignore 'nice' cpu time commit
CPUFREQ: Allow ondemand stepping to be changed by user. commit
CPUFREQ: ondemand governor automatic downscaling commit
USB: Support multiply-LUN devices in ub commit
USB: add new wacom device to usb hid-core list commit
USB: add Vernier devices to HID blacklist commit
USB: add Option Card driver commit
USB Storage: Add unusual_devs for Trumpion Voice Recorder commit
USB: CP2101 Add support for flow control commit
i945G patch for agpgart commit
drm add i945G pci id commit