#pragma section-numbers on #pragma keywords Linux, Kernel, Operative System, Linus Torvalds, Open Source, drivers #pragma description Summary of the changes and new features merged in the Linux Kernel during the 2.6.28 development Linux 2.6.28 kernel released on 25 December, 2008. '''Summary''': Linux 2.6.28 adds the first version of [[http://kernelnewbies.org/Ext4|Ext4]] as a stable filesystem, the much-expected GPU memory manager which will be the foundation of a renewed graphic stack, support for Ultra Wide Band (Wireless USB, UWB-IP), memory management scalability and performance improvements, a boot tracer, disk shock protection, the phonet network protocol, support of SSD discard requests, transparent proxy support, several new network drivers, controlable IO CPU affinity, high-resolution poll()/select(), support of a minimal "dummy" policy in SELinux, tracing improvements, x86 x2APIC support, a fb driver for VIA !UniChrome devices, Mitac Mio A701 ARM-based smartphone support, some new drivers, improved device support, and many other small improvements and fixes. <> = Prominent features (the cool stuff) = == Ext4 == The backwards-compatible replacement of Ext3 has been declared as stable. Bigger filesystem/file sizes, extents, delayed allocation, multiblock allocation, improved block allocation algoritms, faster fsck, online defragmentation and faster and more robust journaling are the main features of this filesystem. A separate article has been written about Ext4: [[http://kernelnewbies.org/Ext4|Ext4, the Fourth Extended File System]] == The GEM Memory Manager for GPU memory == Recommended article: A description of all the parts involved in the new graphics stack: [[http://www.rojtberg.net/67/exa-uxa-dri-gem-ttm/|"EXA, UXA, DRI, GEM, TTM"]] Recommended articles about GEM: [[http://lwn.net/Articles/257417/|"Memory management for graphics processors"]] and [[http://lwn.net/Articles/283793/|"GEM v. TTM"]] In the last decade graphics hardware has evolved at an astounding pace, and it's expected to improve even more in the future. Modern GPUs have a lot of processing power -more than the most powerful CPU in some specialized workloads- that traditionally has only been used by specialized applications using opengl/directx, like games and 3D design apps; the 2D desktop implementations that are commonly found in computers kept using this modern graphic hardware in the same way they used the old graphics hardware which started the "desktop revolution" in the 80-90's, ie. inefficiently. There's a lot of GPU power that don't get used unless you run a game. On the other hand, the Linux/FOSS graphic stack is far from perfect, even for the traditional graphic stack design. To start with, there're several drivers fighting to access the same resource (the graphics card): The fb-based console, the in-kernel DRM driver, the X.org userspace 2D driver...this situation leads to all class of problems and artifacts and suboptimal performance. There has been a lot of work in the latest years to modernize the Linux graphics stack so that it's both well designed and also ready to use the full power of modern and future GPUs. In 2.6.28, Linux is adding one of the most important pieces of the stack: A memory manager for the GPU memory, called GEM ("Graphic Execution Manager"). The purpose is to have a central manager for buffer object placement, caching, mapping and synchronization. It speeds up some benchmarks [[http://article.gmane.org/gmane.comp.video.dri.devel/30488|by 50%]]. On top of GEM are being built a lot of improvementes to the graphic stack: Kernel Modesetting, [[http://www.x.org/wiki/DRI2|DRI2]], UXA (a EXA implementation based in GEM). The Linux/FOSS graphics stack will be finally unified and optimally coupled. All this new code has been delayed for a long time, because there was a competing memory manager, called TTM, which was almost merged in the kernel in 2.6.24 or so, until the Intel people came up with the first versions of the GEM memory manager. People decided it was better than TTM, and it was considered neccesary to delay the merge to stabilize GEM and rewrite the other features to work with GEM, not TTM. Hence, this first version of GEM works only with the i915 driver, and support on the X.org side is implemented only in the version 2.5.0 of the driver. Preliminary GEM support for other drivers is already in development and will be merged in future releases. Code: [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=673a394b1e3b69be886ff24abfd6df97c52e8d08|(commit)]] == Support for "Ultra Wide Band" (UWB), Wireless USB and UWB-IP == "Ultra Wide Band" (UWB) is a high-bandwidth, low-power, point-to-point radio technology using a wide spectrum (3.1-10.6GHz). It is optimized for in-room use (480Mbps at 2 meters, 110Mbps at 10m). It serves as the transport layer for other protocols, such as Wireless USB, !WiMedia Link Protocol (Ethernet/IP over UWB) and, in the future, Bluetooth and 1394. Linux 2.6.28 adds code to implement a Ultra Wide Band stack, as well as drivers for the the USB based UWB radio controllers defined in the Wireless USB 1.0 specification (including Wireless USB host controller and an Intel WiNET controller). UWB: [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=99d368bc9e279a2a5e56f3afe32166260e90caa7|(commit 1]], [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=34e95e41f1fd751e33a7eb3fa66594903b81f13d|2]], [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=183b9b592a622a7719ee38e275fd7ff3aaf74d0d|3]], [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=0612edfd95ffe92201a2267e9e1b0fc68becf76d|4]], [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=22d203ecef9b0cc1fa8d8f64c935b451ca7d1022|5]], [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=8cc13a09474bb30d15dbf449767bb6d0198a8bf8|6]], [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=599e8d80a2cdf4f65fc49b31b27a49235c78acfe|7]], [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=2f86c3e67d6423d6d23ee2f737ad4f0730435742|8]], [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=da389eac31be24556a71dd59ea6539ae4cba5c15|9]], [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=8f1b678ab900c2bda1620dfb6e1f1f02604fc3a2|10]], [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=b6e069830c5927fd4d5fce67cb6440fddd10d429|11]], [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=de520b8bd5525d33e6a6f36b297836125736bd2a|12]], [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=1ba47da527121ff704f4e9f27a12c9f32db05022|13]], [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=a21b963aa4a98c645b1fa3799f2e4a6ebb6c974a|14)]], WLP: [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=f51448543f8e4871f0539435fce42a14044f5652|(commit 1]], [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=e377e9d32d4945fe6a14775b3a4d9ecd1462e36a|2]], [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=2f19204480f16a20d8571a97c13f0cec2968607c|3]], [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=3b0c5a3818555988b6235144e0174b1a512719b7|4)]], WUSB: [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=c7f736484f8ecde4dc1bc8459179c4d65f2ccbe4|(commit 1]], [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=90ff96f22426a9d1a06df97dead0a9098facb567|2]], [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=b69fada68b92fa7061d59a3e54b428759a5e5717|3]], [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=d59db761b8559f07a7161ca3387d6c6949667ede|4]], [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=470cc4150367d369bdc98ee04902b04baa2b2464|5]], [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=870d5395045bfe8e5213525152682c863a10f8d2|6]], [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=7e6133aa42920ea87ad9791a0fb2b95d1a23b8f9|7]], [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=df3654236e31f6cf425ed2ee5a74ceac366a7a9e|8]], [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=d09318b8ab2eabb65b6fa0dc04dab1822846eabb|9)]] == Memory management Scalability improvements == '''Improvements to the page replacement algorithm''' Recommended LWN article: [[http://lwn.net/Articles/286472/|The state of the pageout scalability patches]] Systems with a lot of memory have lots (millions) of pages. When the replacement algorithm has to search candidate pages to be swapped, it has to search between all the pages, and in big systems this can take too much time. In 2.6.28, the file-backed pages (pages that belong to some file on the disk) and the anonymous pages (pages that are not part of any file, like ie. pages obtained with malloc, which need to be written to swap before being evicted) are put in two different lists, unlike previous releases, that used a single list. The algorithms can decide to look into only one of those lists without needing to look in the other. Additionally, there're pages that cannot be deleted from memory, for example because they're mlock()'ed, or because they belong to a ramfs filesystem. Those pages are put into a special third list, which won't be searched at all by the algorithms because they can not be evicted. Code: [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=62695a84eb8f2e718bf4dfb21700afaa7a08e0ea|(commit 1]],[[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=b69408e88bd86b98feb7b9a38fd865e1ddb29827|2]],[[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=f04e9ebbe4909f9a41efd55149bc353299f4e83b|3]],[[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=68a22394c286a2daf06ee8d65d8835f738faefa5|4]], [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=b2e185384f534781fd22f5ce170b2ad26f97df70|5]], [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=4f98a2fee8acdb4ac84545df98cccecfd130f8db|6]],[[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=556adecba110bf5f1db6c6b56416cfab5bcab698|7]], [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=7e9cd484204f9e5b316ed35b241abf088d76e0af|8]], [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=c5fdae469a6a26cd882d7fe0aa3fbfffb6b72fc5|9]],[[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=33c120ed2843090e2bd316de1588b8bf8b96cbde|10]],[[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=8a7a8544a4f6554ec2d8048ac9f9672f442db5a2|11]],[[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=894bc310419ac95f4fa4142dc364401a7e607f65|12]], [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=bbfd28eee9fbd73e780b19beb3dc562befbb94fa|13]],[[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=7b854121eb3e5ba0241882ff939e2c485228c9c5|14]], [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=ba9ddf49391645e6bb93219131a40446538a5e76|15]], [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=89e004ea55abe201b29e2d6e35124101f1288ef7|16]], [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=b291f000393f5a0b679012b39d79fbc85c018233|17]], [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=fa07e787733416c42938a310a8e717295934e33c|18]], [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=8edb08caf68184fb170f4f69c7445929e199eaea|19]], [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=ba470de43188cdbff795b5da43a1474523c6c2fb|20]], [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=5344b7e648980cc2ca613ec03a56a8222ff48820|21]], [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=64d6519dda3905dfb94d3f93c07c5f263f41813f|22]], [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=af936a1606246a10c145feac3770f6287f483f02|23]],[[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=985737cf2ea096ea946aed82c7484d40defc71a8|24]], [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=e0f79b8f1f3394bb344b7b83d6f121ac2af327de|25)]] '''Rewrite the vmap layer''' Recommended LWN article: [[http://lwn.net/Articles/304188/|Reworking vmap()]] In 2.6.28, the vmap allocator has been rewritten to use rbtrees and lazy tlb flushing, and provide a fast, scalable percpu frontend for small vmaps. Some benchmarks that exercize the vmap layer have been speeded up by 20x or more. Code: [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=f45840b5c128445da70e7ec33adc47b4a12bdaf4|(commit 1]], [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=a978d6f521063514812a7094dbe5036e056e4de3|2]], [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=8413ac9d8c9a1366a4f57880723126cd24e5a5c3|3]], [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=51b07fc3c5c830bb49c80fc5eac041e1f66a72e7|4]], [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=e78bbfa8262424417a29349a8064a535053912b9|5]], [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=db64fe02258f1507e13fe5212a989922323685ce|6)]] == Container freezer == [[http://lwn.net/Articles/287435/|Freezing filesystems and containers]] The container freezer is a cgroup subsystem that utilizes the swsusp freezer to freeze and restart a arbitrary group of tasks determined by the user. It's immediately useful for batch job management scripts. It should also be useful in the future for implementing container checkpoint/restart. For more details on to how to use it, see the commit links. Code: [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=83224b08372be48d5fcefedc4886457da29130c8|(commit 1]], [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=bde5ab65581a63e9f4f4bacfae8f201d04d25bed|2]], [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=dc52ddc0e6f45b04780b26fc0813509f8e798c42|3]], [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=81dcf33c2ae314899f754aa7aaa1cb1fe2f84da6|4]], [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=8174f1503f4bf7e9a14b3fbbfdb30c6be6e29f77|5]], [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=957a4eeaf4af614ab0fc4c09a22593d6ab233f5b|6]][[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=1aece34833721d64eb33fc15cd923c727296d3d3|7]], [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=5a06915c6df9b89cda5ddb3f8cce5f9a6be534d2|8)]] == Boot tracer == The purpose of this tracer is to helps developers to optimize boot times: it records the timings of the initcalls. Its aim is to be parsed by the scripts/bootgraph.pl tool to produce graphics about boot inefficiencies, giving a visual representation of the delays during initcalls. Users need to enable CONFIG_BOOT_TRACER, boot with the "initcall_debug" and "printk.time=1" parameters, and run "dmesg | perl scripts/bootgraph.pl > output.svg" to generate the final data. Code: [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=aa5d9151f745b6ee6a236a1f109118034277eb92|(commit 1]], [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=d13744cd6e3fef373a3fe656ac349b4e7c49ff79|2]], [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=b5ad384e79add1d87fff54070000dadcf218ffab|3]], [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=1f5c2abbdeb2bb07b20c6a66bfecefe6c867b1ee|4]], [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=3bf77af6e1fef1124bf71d81f9f84885f0ee0dea|5]], [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=3ce2b9200da8b7170cc7463b7ee4212fad7b291e|6)]] == Disk Shock Protection == ATA/ATAPI-7 specifies the IDLE IMMEDIATE command with unload feature. Issuing this command should cause the drive to switch to idle mode and unload disk heads. This feature is being used in modern laptops in conjunction with accelerometers and appropriate software to implement a shock protection facility. The idea is to stop all I/O operations on the internal hard drive and park its heads on the ramp when critical situations are anticipated. For each ATA device, Linux 2.6.28 adds the file /sys/block/*/device/unload_heads. Writing an integer value to this file will take the heads of the respective drive off the platter and defer all I/O operations for the specified number of milliseconds. When the timeout expires normal operation will be resumed. The maximal value accepted for a timeout is 30000 milliseconds. However, there are some hard drives that only comply with an earlier version of the ATA standard, but do support the feature nonetheless. Unfortunately, there is no safe way Linux can detect these devices, so you won't be able to write to the unload_heads attribute. If you know that your device really does support the unload feature (for instance, because the vendor of your laptop or the hard drive itself told you so), then you can tell the kernel to enable the usage of this feature for that drive by writing the special value -1 to the unload_heads attribute. See [[http://www.thinkwiki.org/wiki/HDAPS|this page]] for information about Linux support of the hard disk active protection system as implemented in IBM/Lenovo Thinkpads. Code: [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=45fabbb77bd95adff7a80bde1c7a0ace1075fde6|(commit)]], [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=4abdc6ee7c47a1a6e12f95717e461baeebee5df7|(commit)]], [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=9c6102d446985bca9c426cb2d9b478ed21d2b024|(commit)]] == Phonet Network Protocol == The Phone Network protocol (!PhoNet) is a packet-oriented communication protocol developped by Nokia for use with its cellular modems for both IPC and RPC. With the Linux Phonet socket family, Linux host processes can receive and send messages from/to the modem, or any other external device attached to the modem; the modem takes care of routing. Phonet packets can be exchanged through various hardware connections depending on the device, such as: USB with the CDC Phonet interface, infrared, Bluetooth, a serial port. This is required for Maemo to use cellular data connectivity (if supported), it can also be used to control Nokia phones. Code: [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=bce7b15426cac3000bf6a9cf59d9356ef0be2dec|(commit 1]], [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=4b07b3f69a8471cdc142c51461a331226fef248a|2]], [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=8ead536dec142f27d5b5f72c3994eb39f4741717|3]], [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=f8ff60283de2b6775d7a14619056a08e3083bd40|4]], [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=8fb397406f6470f79040c41eec49af20900a9e3b|5]], [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=ba113a94b7503ee23ffe819e7045134b0c1d31de|6]], [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=107d0d9b8d9a236883db72841fb61cedd5be845e|7]], [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=5f77076d75d35c9f5619e1f9d7e7428a627f65e6|8]], [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=87ab4e20b445c6d2d2727ab4f96fa17f7259511e|9]], [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=be0c52bfed7f7828494fa00060efd5d758e92580|10]], [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=953f551756a1275d9bfdbb70697323449305161a|11]], [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=9641458d3ec42def729fde64669abf07f3220cd5|12]], [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=c41bd97f815720f9404f97da0c4f4400b52c243d|13]], [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=02a47617cdce440f60c71a51f3a93f9f5fcc5a7a|14]], [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=95430c0b140c31cb9e39f876afe1c0e9947d1aaf|15)]] == Network: Transparent proxying, new drivers, DSA... == * Distributed Switch Architecture protocol support: Distributed Switch Architecture is a protocol for managing hardware switch chips. The switches that this driver supports are typically embedded in access points and routers. Code: [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=91da11f870f00a3322b81c73042291d7f0be5a17|(commit 1]], [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=cf85d08fdf4548ee46657ccfb7f9949a85145db5|2]], [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=396138f03f4521c55ecc3a5dd75d4c56e6323244|3]], [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=2e5f032095ff101274dfb03d5fd5e06d9aeb83cd|4]], [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=2e16a77e1e674644b4fe552daa1fb11e32398ae6|5)]] * Transparent proxy support This feature (lost 5 years ago) enables transparent proxying support, that is, support for handling non-locally bound IPv4 TCP and UDP sockets. It adds a `TPROXY' target, which is somewhat similar to REDIRECT. It can only be used in the mangle table and is useful to redirect traffic to a transparent proxy. It does not depend on Netfilter connection tracking and NAT, unlike REDIRECT. Code: [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=9ad2d745a23853927a19789b034d9eb2e62d78ee|(commit 1]], [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=136cdc71fd54e77463e570643ac76e2b696e48a0|2]], [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=e84392707e10301b93121e1b74e2823db50cdf9e|3]], [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=d2f26037a38ada4a5d40d1cf0b32bc5289f50312|4)]] * New network drivers. This release adds a few network drivers * Add atl2 driver [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=452c1ce218a68b5dbd626397ecfc65ca89dd3cbb|(commit)]] * Add SMSC LAN9500 USB2.0 10/100 ethernet adapter driver [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=2f7ca802bdae2ca41022618391c70c2876d92190|(commit)]] * enic: add Cisco 10G Ethernet NIC driver [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=01f2e4ead2c51226ed1283ef6a8388ca6f4cff8f|(commit)]] * qlge: New Qlogic 10Gb Ethernet Driver. [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=c4e84bde1d595d857d3c74b49b9c45cc770df792|(commit)]] * jme: JMicron Gigabit Ethernet Driver [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=95252236e73e789dd186ce796a2abc60b3a61ebe|(commit)]] == Tracepoints == [[http://lwn.net/Articles/291091/|Tracing: no shortage of options]] Tracepoints are another mechanism for inserting static tracing points in the kernel, used by tools like LTTng (Linux Trace Toolkit). There's already a mechanism to insert such points: kernel markers, merged in [[http://kernelnewbies.org/Linux_2_6_24|Linux 2.6.24]], but tracepoints are slightly different (see the LWN article). The scheduler has been instrumentalized with tracepoints, and ftrace has been ported to use them. Code: [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=97e1c18e8d17bd87e1e383b2e9d9fc740332c8e2|(commit 1]], [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=24b8d831d56aac7907752d22d2aba5d8127db6f6|2]], [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=4a0897526bbc5c6ac0df80b16b8c60339e717ae2|3]],[[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=0a16b6075843325dc402edf80c1662838b929aff|4]], [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=b07c3f193a8074aa4afe43cfa8ae38ec4c7ccfa9|5]], [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=fa340d9c050e78fb21a142b617304214ae5e0c2d|6)]] == -staging drivers == Recommended article: [[http://lwn.net/Articles/301192/|Moving the -staging tree]] There's a controversy in the kernel community between the people who wants to see new drivers getting merged in the main Linux tree as soon as possible, and people who thinks that before being merged they must have good quality. The -staging tree has been created to get those out-of-the-tree drivers that don't have the required level into the drivers/staging directory. * USB/IP: This enables pushing USB packets over IP to allow remote machines access to USB devices directly [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=05a1f28e879e3b4d6a9c08e30b1898943f77b6e7|(commit)]], [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=04679b3489e048cd5dae79e050a3afed8e4e42b6|(commit)]], [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=4d7b5c7f8ad49b7f01fb8aed83c560ac43cfbda8|(commit)]] * Add w35und wifi driver [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=66101de10957e07a6fd0365d5af9adf650246d14|(commit)]] * Add wlan-ng prism2 usb driver [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=00b3ed1685089ff52169a715de11106ed37df087|(commit)]] * At76_usb wireless driver [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=99e06e372378c5833a0c60274b645dfb2e4a4b08|(commit)]] * Add Alacritech slicoss network driver [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=4d6f6af8d6e76443f298ac030b0fc4fe84bdbd6a|(commit)]] * Add echo cancelation module [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=10602db812fa270fc923f5e48fb47202288828f3|(commit)]] * Add et131x network driver [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=cfb739b459a4d982b75f5b92cbe7d2631999e206|(commit)]] * Add me4000 pci data collection driver [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=c0f005888c6663898a040cd922947dd8caa55160|(commit)]] * Add pcc-acpi driver [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=c2bf092e02dcd51f46c6415b9df8606ed2d1e6f7|(commit)]] * Add poch driver [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=a14edddac99eff625cfcb44829ce206ec04be71a|(commit)]] * Add sxg network driver [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=5db6b777f68603bf5a9eab891d83413ad894a074|(commit)]] * Add the go7007 video driver [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=866b8695d67e83f47194731d3a7ba55826a7ec70|(commit)]] * Kconfig entries and Makefile infrastructure for the -staging tree [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=350455891377250cf7e0eadc5f9635decc1628af|(commit)]] == IO CPU affinity == 2.6.28 add support for controlling the IO completion CPU of either all requests on a queue, or on a per-request basis. A sysfs variable (rq_affinity) is exported which, if set, migrates completions of requests to the CPU that originally submitted it. A internal bio helper (bio_set_completion_cpu()) is also added, so that queuers can ask for completion on that specific CPU. In testing, this has been show to cut the system time by as much as 20-40% on synthetic workloads where CPU affinity is desired. Code: [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=c7c22e4d5c1fdebfac4dba76de7d0338c2b0d832|(commit)]] == FIEMAP == Recommended LWN article: [[http://lwn.net/Articles/260795/|SEEK_HOLE or FIEMAP?]] When an application wants to know how a file is store in the disk (for example, a backup application that wants to know if a file is a sparse file and wants to avoid backing up the hole) it uses the fibmap ioctl. But this ioctl is suboptimal - the ioctl can only be asked for a block at a time, which is too expensive for big files. The FIEMAP ioctl, in the other hand, returns a list of extents. Code: [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=c4b929b85bdb64afacbbf6453b1f2bf7e14c9e89|(commit 1]], [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=68c9d702bb72f367f3b148963ec6cf5e07ff7f65|2]], [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=6873fa0de14e49c433f1f181c54e511f4f3d459d|3]], [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=00dc417fa3e763345b34ccb6034d72de76eea0a1|4)]] = Various core = * Switch select() and poll() over to high-resolution timers [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=8ff3e8e85fa6c312051134b3953e397feb639f51|(commit)]] * RCU: * rcu-classic: new algorithm for callbacks-processing [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=5127bed588a2f8f3a1f732de2a8a190b7df5dce3|(commit)]] * RCU-based detection of stalled CPUs [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=2133b5d7ff531bc15a923db4a6a50bf96c561be9|(commit)]] * debug: detect stalled grace periods [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=67182ae1c42206e516f7efb292b745e826497b24|(commit)]] * PCI * Add ability to mmap legacy_io on some platforms [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=f19aeb1f3638b7bb4ca21eb361f004fac2bfe259|(commit)]] * Allow quirks to be compiled out [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=3d137310245e4cdc3e8c8ba1bea2e145a87ae8e3|(commit)]] * Support PCIe ARI capability [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=58c3a727cb73b75a9104d295f096cca12959a5a5|(commit)]] * KVM * VT-d: Changes to support KVM [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=387179464257921eb9aa3d15cc3ff194f6945a7c|(commit)]] * PCI device Assignment with VT-d [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=62c476c7c7f25a5b245b9902a935636e6316e58c|(commit)]] * ia64: enable virtio driver for ia64 in Kconfig [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=0be9e929e398d6da6406183a8732dbfd0937fafe|(commit)]], add directed mmio range support for kvm guests [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=b010eb5103cfbe12ae6f08a4cdb3a748bf78c410|(commit)]], add intel iommu support for guests. [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=2381ad241d0bea1253a37f314b270848067640bb|(commit)]], add support for Tukwila processors [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=1f095610aabb9d54617901aa734d2a6093f2000c|(commit)]] * ppc: enable KVM_TRACE building for powerpc [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=12f67556023389a6be929a56617142a8e8ab20fe|(commit)]], adds trace points for ppc tlb activity [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=31711f2294b38d8334efaf7dbac6da4781fd151e|(commit)]]trace powerpc instruction emulation [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=3b4bd7969f7b61a1ab455bff084ee4f0a2411055|(commit)]], guest breakpoint support [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=6a0ab738ef42d87951b3980f61b1f4cbb14d4171|(commit)]] * AMD IOMMU: add MSI interrupt support [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=a80dc3e0e0dc8393158de317d66ae0f345dc58f9|(commit)]], implement lazy IO/TLB flushing [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=1c65577398589bb44ab0980f9b9d30804b48a5db|(commit)]] * intel-iommu: IA64 support [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=5b6985ce8ec7127b4d60ad450b64ca8b82748a3b|(commit)]] * iommu: remove fullflush and nofullflush in IOMMU generic option [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=afa9fdc2f5f8e4d98f3e77bfa204412cbc181346|(commit)]] * autofs4: add miscellaneous device for ioctls [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=8d7b48e0bc5fa01a818eac713d4cb0763090cd0e|(commit)]], [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=4b22ff13415fa30b6282c88da790c82b4c6e5127|(commit)]] * MODULE_ALIAS() for DMI match tables. [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=d945b697d0eea5a811ec299c5f1a25889bb0242b|(commit)]] * Configure out AIO support [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=ebf3f09c634906d371f2bfd71b41c7e0c52efe7e|(commit)]] * Configure out file locking features [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=bfcd17a6c5529bc37234cfa720a047cf9397bcfc|(commit)]] * coredump_filter: add hugepage dumping [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=e575f111dc0f27044e170580e7de50985ab3e011|(commit)]] * add CONFIG_CORE_DUMP_DEFAULT_ELF_HEADERS [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=656eb2cd5da153762f2e8419ca117ce12ef522c3|(commit)]] * driver core: basic infrastructure for per-module dynamic debug messages [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=346e15beb5343c2eb8216d820f2ed8f150822b08|(commit)]] * fuse: implement nonseekable open [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=a7c1b990f71574e077b94ce4582e2cf11cb891fe|(commit)]] * message queues: increase range limits [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=b231cca4381ee15ec99afbfb244fbc0324869927|(commit)]] * raid: make RAID autodetect default a KConfig option [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=a364092a412975e506415f77f0628cbdd28c3913|(commit)]] = Filesystems = * EXT4 * Rename ext4dev to ext4 [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=03010a3350301baac2154fa66de925ae2981b7e3|(commit)]] * Remove old legacy block allocator [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=c2ea3fde61f1df1dbf062345f23277dcd6f01dfe|(commit)]] * Add an option to control error handling on file data [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=5bf5683a33f3584da6eced480967c4f7e11515a8|(commit)]] * Hook the ext3 migration interface to the EXT4_IOC_SETFLAGS ioctl [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=4db46fc266b84a04b73b7a4c6ebe8a543a62a2ff|(commit)]] * Remove automatic enabling of the HUGE_FILE feature flag [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=f287a1a56130be5fdb96a4a62d1290bd064f308e|(commit)]] * Switch to non delalloc mode when we are low on free blocks count. [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=79f0be8d2e6ebde27dfb3beff18eb689d5c4e36c|(commit)]] * OCFS2 * Switch over to JBD2 [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=2b4e30fbde425828b17f0e9c8f8e3fd3ecb2bc75|(commit)]] * POSIX file locks support [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=53da4939f349d4edd283b043219221ca5b78e4d4|(commit)]] * Add extended attribute support [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=5a7bc8eb29b8c759df374d97b6189e03d4ea71c5|(commit 1]], [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=ac11c827192272eabb68b8f4cf844066461d9690|2]], [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=f56654c435c06f2b2bd5751889b1a08a3add7d6c|3]], [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=fdd77704a8b4666a32120fcd1e4a9fedaf3263d8|4]], [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=cf1d6c763fbcb115263114302485ad17e7933d87|5)]] * Add the 'inode64' mount option. [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=12462f1d9f0b96389497438dc2730c6f7410be82|(commit)]] * Limit inode allocation to 32bits. [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=1187c968852e3c668f3b9376083851f81f6eee22|(commit)]] * UBIFS * Add bulk-read facility [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=4793e7c5e1c88382ead18db5ca072bac54467318|(commit)]] * Add no_chk_data_crc mount option [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=2953e73f1ce4b3284b409aefb9d46bbde6515c37|(commit)]] * GFS2 * Add UUID to GFS2 sb [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=6d80c39f9155e289fe8037a8b6352931ff916ceb|(commit)]] * Support for I/O barriers [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=254db57f9b12daba841a4d91ddb9a8161e9c74ba|(commit)]] * EXT3: add an option to control error handling on file data [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=0e4fb5e283870757024294bc4567a7c59d936f0b|(commit)]] * CIFS: Add nodfs mount option [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=2c1b861539c15491593625920058e06452cd3747|(commit)]] * NFS: authenticated deep mounting [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=37ca8f5c6041516aac603a5abb89b05675493802|(commit)]] = Networking = * Netfilter * Enable netfilter in netns [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=4de6f16b9ec2422fa7ef9c22f7b1c8d5a55499b4|(commit)]] * xt_recent: IPv6 support [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=079aa88fe7172b7650c7cf2c0bc01662bafea236|(commit)]] * tcp: Port redirection support for TCP [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=a3116ac5c216fc3c145906a46df9ce542ff7dcf2|(commit)]] * gre: Add Transparent Ethernet Bridging [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=e1a8000228e16212c93b23cfbed4d622e2ec7a6b|(commit)]] * ipv4: Implement IP_TRANSPARENT socket option [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=f5715aea4564f233767ea1d944b2637a5fd7cd2e|(commit)]] * pkt_sched: Add multiqueue scheduler support [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=92651940ab00dbe64722e908f70d816713d677b7|(commit)]] * Network device name ifalias support [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=0b815a1a6d43ab498674b8430c8c35ab08487a16|(commit)]] * SUNRPC: Support IPv6 when registering kernel RPC services [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=a26cfad6e0a308a2c68df1f1ef50aabd48b17e6d|(commit)]] * 9p: RDMA Transport Support for 9P [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=fc79d4b104f0eb8c2a7242150eaf8756ced4c344|(commit)]] * IPVS * Add CONFIG_IP_VS_IPV6 option for IPv6 support [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=fab0de02fb0da83b90cec7fce4294747d86d5c6f|(commit)]] * Change IPVS data structures to support IPv6 addresses [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=e7ade46a53055c19a01c8becbe7807f9075d6fee|(commit)]] * DCCP * Policy-based packet dequeueing infrastructure [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=d6da3511d6b558d0b017777b61dc08b8fbc06ea4|(commit)]] * API to query the current TX/RX CCID [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=c8041e264b3db6944d37b87969fbe6458cb30cfd|(commit)]] * Deprecate Ack Ratio sysctl [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=17c30b40ed79e9f3955e884632c8f01e577b204a|(commit)]] * Port redirection support for DCCP [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=944f750227fa0beb2b440709687415621e2533a4|(commit)]] * Query supported CCIDs [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=71bb49596bbf4e5a3328e1704d18604e822ba181|(commit)]] * Set per-connection CCIDs via socket options [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=fade756f18d42694e3acb00e3471ab43002cba16|(commit)]] = Security = * Selinux * Add support for a dummy policy [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=93c06cbbf9fea5d5be1778febb7fa9ab1a74e5f5|(commit)]] * Add boundary support and thread context assignment [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=d9250dea3f89fe808a525f08888016b495240ed4|(commit)]] * Netlabel * Add functionality to set the security attributes of a packet [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=948bf85c1bc9a84754786a9d5dd99b7ecc46451e|(commit)]] * Set socket !NetLabel based on connection endpoint [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=014ab19a69c325f52d7bae54ceeda73d6307ae0c|(commit)]] * Cache !NetLabel secattrs in the socket's security struct [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=6c5b3fc0147f79d714d2fe748b5869d7892ef2e7|(commit)]] * Changes to the !NetLabel security attributes to allow LSMs to pass full contexts [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=8d75899d033617316e06296b7c0729612f56aba0|(commit)]] * cipso: Add support for native local labeling and fixup mapping names [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=15c45f7b2e81655f6eb500ec949c8bd70a04325a|(commit)]] * Add network address selectors to the !NetLabel/LSM domain mapping [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=63c41688743760631188cf0f4ae986a6793ccb0a|(commit)]] * Add configuration support for local labeling [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=d91d40799165b0c84c97e7c71fb8039494ff07dc|(commit)]] * smack: limit privilege by label [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=15446235367fa4a621ff5abfa4b6ebbe25b33763|(commit)]] = Tracing/Profiling = * Dynamically enable readprofile at runtime [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=22b8ce94708f7cdf0b04965c6f7443dfd374c35c|(commit)]] * Unified trace buffer [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=7a8e76a3829f1067b70f715771ff88baf2fbf3c3|(commit)]], [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=3928a8a2d98081d1bc3c0a84a2d70e29b90ecf1c|(commit)]], [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=777e208d40d0953efc6fb4ab58590da3f7d8f02d|(commit)]] * Ftrace: * Add stack tracer. It examines at each function call the size of the stack. If the stack use is greater than the previous max it is recorded. The output is available in /debug/tracing/stack_max_size and /debug/tracing/stack_trace [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=e5a81b629ea8feb9e7530cfac35cfb41c45facf3|(commit)]] * Add nop tracer. [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=fb1b6d8b5154c692172a424e45fbd0573295cb93|(commit)]], [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=43a15386c4faf913f7d70a47748c266d6210cd6e|(commit)]] * OProfile * Add IBS code macros [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=ee648bc77f11b57d15a68d336fc30e343198f893|(commit)]] * Add support for AMD Family 11h [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=12f2b2610e812627acf338aaf043fef20bb726ca|(commit)]] * Enable IBS for AMD CPUs [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=270d3e1a10e6ef85d5a085377e01d91dbcbe3726|(commit)]] * Implement Intel architectural perfmon support [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=b99170288421c79f0c2efa8b33e26e65f4bb7fb8|(commit)]] = Block = Recommended LWN articles: [[http://lwn.net/Articles/303270/|Block layer: solid-state storage, timeouts, affinity, and more]], and [[http://lwn.net/Articles/293658/|Block layer discard requests]] * Support discard requests on SSD devices to improve wear-leveling [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=fb2dce862d9f9a68e6b9374579056ec9eca02a63|(commit 1]], [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=8c540a96c175bdf55bda8707db04cec78b816454|2]], [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=eae9acd13a8d14b50c00a961fa959606f34bbd92|3]], [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=fdc53971bce56d299cb5f1f06ecbff30b34cbaf2|4]], [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=27b29e86bf3d4b3cf6641a0efd78ed11a9b633b2|5]], [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=d30a2605be9d5132d95944916e8f578fcfe4f976|6]], [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=e17fc0a1ccf88f6d4dcb363729f3141b0958c325|7)]] * Add queue flag for SSD/non-rotational devices [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=a68bbddba486020c9c74825ce90c4c1ec463e0e8|(commit)]] * Handling online resizing of block drivers [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=c3279d1454cdfed02a557d789d8a6d08ab4cbe70|(commit)]], [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=9bc3ffbfbdf71fefda8a261ef8d6fdc388a29b42|(commit)]] * Extended device numbers (litfs the 16 minors per device on sd to 64, Xen blkfront supports more than 16 xvd)[[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=bcce3de1be61e424deef35d1e86e86a35c4b6e65|(commit 1]], [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=1f0142905d4812966831613847db38a66da29eb8|2]],[[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=f615b48cc7df7cac3865ec76ac1a5bb04d3e07f4|3]], [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=870d6656126add8e383645732b03df2b7ccd4f94|4]], [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=3e1a7ff8a0a7b948f2684930166954f9e8e776fe|5]], [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=9246b5f06deeea541e7c62437c2ad19a0b1172c0|6)]] * deadline-iosched: allow non-sequential batching [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=63de428b139d3d31d86ebe25ae97b33f6540fb7e|(commit)]] * Add fault injection mechanism for faking request timeouts [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=581d4e28d9195aa8b2231383dbabc288988d615e|(commit)]] * Drop virtual merging accounting [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=b8b3e16cfe6435d961f6aaebcfd52a1ff2a988c5|(commit)]], [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=5df97b91b5d7ed426034fcc84cb6e7cf682b8838|(commit)]] = Crypto = * RNG interface and implementation [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=17f0f4a47df9aea9ee26c939f8057c35e0be1847|(commit)]] * cryptomgr - Add test infrastructure [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=da7f033ddc9fdebb3223b0bf88a2a2ab5b797608|(commit)]] * Api - Use test infrastructure [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=73d3864a4823abda19ebc4387b6ddcbf416e3a77|(commit)]] * crc32c - Use Intel CRC32 instruction [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=8cb51ba8e06570a5fff674b3744d12a1b089f2d0|(commit)]] * cryptomgr - Test ciphers using ECB [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=1aa4ecd95d8d67d21731a00646326a71295dafa3|(commit)]] = WIFI = * Add the [[http://wireless.kernel.org/en/developers/Documentation/mac80211/RateControl/minstrel|'minstrel']] rate control algorithm [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=cccf129f820e431d84690729254a32f1709328fb|(commit)]] * Mesh portal functionality support [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=79617deeebb9cf089e2bc2aad19743b1209043f6|(commit)]] * cfg80211: Add new wireless regulatory infrastructure [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=b2e1b30290539b344cbaff0d9da38012e03aa347|(commit)]] * Add multi-rate retry support [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=870abdf67170daa9f1022e55a35c469239fcc74c|(commit)]] * Add BSS configuration options for AP mode [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=9f1ba9062e032fb7b395cd27fc564754fe4e9867|(commit)]] * mac80211_hwsim: Add minimal IEEE 802.11n support [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=87e8b64e6856a41c5204a22c47cc14b1b0b57332|(commit)]] = Architecture-specific changes = * x86 * Context switch support using xsave/xrstor (instead of traditional fxsave/fxrstor) [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=a648bf4632628c787abb0514277f2a231fca39ca|(commit 1)]], [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=dc1e35c6e95e8923cf1d3510438b63c600fee1e2|2]], [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=b359e8a434cc3d09847010fc4aeccf48d69740e4|3]], [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=3c1c7f101426cb2ecc79d817a8a65928965fc860|4]], [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=9dc89c0f96a6ce6a1b7f9a47dd8bf6f17e2002c9|5]], [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=bdd8caba5ed5bb7ee21c9f061597284ffeb280bf|6]], [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=c37b5efea43f9e500363f9973dd00e3d2cdcc685|7]],[[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=42deec6f2c3688fdaf986225ac901b817cd91568|8]], [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=ab5137015fed9b948fe835a2d99a4cfbd50a0c40|9)]] * [[http://download.intel.com/design/processor/specupdt/318148.pdf|x2APIC]] support: A extension of xAPIC architecture to support 32-bit addressability of processors and associated enhancements on interrupt delivery etc., introduced in the i7 processors [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=e61d98d8dad0048619bb138b0ff996422ffae53b|(commit 1]], [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=2d6b5f85bb4ca919d8ab0f30311309b53fb93bc3|2]], [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=1886e8a90a580f3ad343f2065c84c1b9e1dac9ef|3]], [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=aaa9d1dd63bf89b62f4ea9f46de376ab1a3fbc6c|4]], [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=c42d9f32443397aed2d37d37df161392e6a5862f|5]], [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=ad3ad3f6a2caebf56869b83b69e23eb9fa5e0ab6|6]], [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=cf1337f0447e5be8e66daa944f0ea3bcac2b6179|7]], [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=fe962e90cb17a8426e144dee970e77ed789d98ee|8]], [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=2ae21010694e56461a63bfc80e960090ce0a5ed9|9]], [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=b6fcb33ad6c05f152a672f7c96c1fab006527b80|10]], [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=72b1e22dfcad1daca6906148fd956ffe404bb0bc|11]], [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=d94d93ca5cc36cd78c532def62772c98fe8ba5d7|12]], [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=4dc2f96cacd1e74c688f94348a3bfd0a980817d5|13]], [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=0c81c746f9bdbfaafe64322d540c8b7b59c27314|14]], [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=372e92d8b3e433888bf76c36f1c7e1405eae1584|15]], [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=1b374e4d6f8b3eb2fcd034fcc24ea8ba1dfde7aa|16]],[[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=32e1d0a0651004f5fe47f85a2a5c725ad579a90c|17]],[[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=1cb11583a6c4ceda7426eb36f7bf0419da8dfbc2|18]], [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=12a67cf6851871ca8df42025c94f140c303d0f7f|19]], [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=cff73a6ffaed726780b001937d2a42efde553922|20]], [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=13c88fb58d0112d47f7839f24a755715c6218822|21]], [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=5c520a6724e912a7e6153b7597192edad6752750|22]], [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=89027d35aa5b8f45ce0f7fa0911db85b46563da0|23]], [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=75c46fa61bc5b4ccd20a168ff325c58771248fcd|24]], [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=6e1cb38a2aef7680975e71f23de187859ee8b158|25]], [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=2d9579a124d746a3e0e0ba45e57d80800ee80807|26]], [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=9fa8c481b55e80edd8c637573f87853bb6b600f5|27]], [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=2d7a66d02e11af9ab8e16c76d22767e622b4e3d7|28]], [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=af9d13887f9e3699bbc852c39b076d30bb9dff2f|29)]] * Default to reboot via ACPI [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=c7ffa6c26277b403920e2255d10df849bd613380|(commit)]] * Add built-in kernel command line for x86 [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=516cbf3730c49739629d66313b20bdc50c98aa2c|(commit)]] * Early printk via EHCI debug port [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=5c05917e7fe313a187ad6ebb94c1c6cf42862a0b|(commit)]] * Check for and defend against BIOS memory corruption [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=5394f80f92642c61fc2a95385be85f2fdcfb5adb|(commit)]], [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=fc38151947477596aa27df6c4306ad6008dc6711|(commit)]] * Remove irqbalance in kernel for 32 bit [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=8b8e8c1bf7275eca859fe551dfa484134eaf013b|(commit)]] * Tracehook support [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=99bbc4b1e677ac695431e8d9c8e710ef391c567f|(commit)]], [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=59e52130f04537d2c80ea44bb007cadd1ad29543|(commit)]] * ptrace interface to Branch Trace Store [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=93fa7636dfdc059b25df148f230c0991096afdef|(commit)]] * OProfile AMD IBS ("Instruction-Based Sampling"), introduced by AMD Family10h processors (AMD Opteron Quad-Core processor “Barcelona”) [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=852402cc27bfa1200164e9e8dc7f6e5f0a4fbd46|(commit)]], [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=345c25730d085c45622ac779da4dbd97dc3a10fe|(commit)]], [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=56784f11df473b4c1d9d0e37777fd7c0b77b6bca|(commit)]] * UV: Add UV EFI table entry [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=a50f70b17541c0060967c6df61133e968bad3652|(commit)]], add UV bios call infrastructure [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=7f5942329e0787087a5e4dced838cee711ac2b58|(commit)]], add UV partition call [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=922402f15a85f7a064926eb1db68cc52bc4d4a91|(commit)]], add sysfs entries for UV [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=fc8c2d763bacc02962048fa042e287debb1416aa|(commit)]] * Printout msr [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=b05f78f5c713eda2c34e495d92495ee4f1c3b5e1|(commit)]] * AMD microcode patch loading support [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=80cc9f1020f49c9e5b50898c102fd444de70a0a3|(commit)]] * Configuration options to compile out x86 CPU support code [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=8d02c2110b3fb8e2700b31596a582a2989fd72ba|(commit)]] * Add detection of AMD family 0x11 northbridges [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=cf169702ba6928cee9d4f4adf3e932b643b8db7a|(commit)]] * Basic HPET_MSI setup code [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=58ac1e76ce77d515bd5cb65dbc465a040da341c6|(commit)]] * L3 cache index disable on AMD CPUs if there're too many MCEs [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=8cb22bcb1f3ef70d4d48092e9b057175ad9ec78d|(commit)]] * Add northbridge pci ids for fam 0x11 processors [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=ca1af29a733629b9158a4a32a927d16ff9009a95|(commit)]] * ARM * Added Mitac Mio A701 smartphone support. [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=eda6f6ecbbd6bea070ca296e40c2117d80117b76|(commit)]] * Add basic support for the !MobilePro 900/c mini-laptop [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=49ea26d0a0fa8eebc4bf0432ec3ad35a35202615|(commit)]] * Improved futex support [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=e589ed23dd27b890900eb7514f0a9e297d1e02b5|(commit)]] * Allow configuring user:kernel split via Kconfig [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=8d5796d2ec6b5a4e7a52861144e63af438d6f8f7|(commit)]] * Improve non-executable support [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=8ec53663d2698076468b3e1edc4e1b418bd54de3|(commit)]] * make ZONE_DMA optional [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=3bca103a1e658d23737d20e1989139d9ca8973bf|(commit)]] * ARMv7 Oprofile support [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=d7ac4e28ccc63ed6b4d67bd9c4a67cb9533eeb45|(commit)]] * Finish ARM sparsemem support [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=b7a69ac303cbfc8d6fa8e91d10e8049244ba6847|(commit)]], allow LH7A40x to use sparsemem [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=4ba3f7c55938d7e51e23c1feedd035dd46716ae7|(commit)]], deprecate discontigmem on ARM [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=07a2f737ba1d73ace591dd03c512bb0dd63f6785|(commit)]], enable sparsemem on clps7500 and RiscPC [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=07f841b7c587a3cbf481509be09ba5eda05f8d31|(commit)]], switch SA1100 to use sparsemem [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=ee93916efe22f767628f9d25abb8ad8548797336|(commit)]] * OMAP: Add support for McBSP devices 3 - 5 on 34xx [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=9c8e3a0fac67d24bbc60ccb3920b6a9150e798bc|(commit)]], add support for OMAP2430 in McBSP [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=05228c35c67995c745ae3c768eaf90740c643fa9|(commit)]], allocate McBSP devices dynamically [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=b4b58f5834a023dab67201db9a626bef07bb200c|(commit)]], powerdomain: Add OMAP3 powerdomains [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=ecb24aa129c6d4b2152571f856320aa7dea41676|(commit)]] * OMAP2: Add pinmux support for omap34xx [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=2351872c44be50c27001bbfa91d6e14e3cee8b88|(commit)]], clockdomain: Add base OMAP2/3 clockdomain code [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=d459bfe01f523983a822de8c2d3fe0bd2f2c194e|(commit)]], powerdomain: Add base OMAP2/3 powerdomain code [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=ad67ef6848a1608b0430003e11e7af1ce706e341|(commit)]], powerdomain: Add OMAP2/3 common powerdomains [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=9717100f77538bbee54d2b5c293fd829b252d2a6|(commit)]], powerdomain: Add OMAP2 powerdomains [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=fe6a58f8f50500a4c9a82da4a9bdae41c1500fa0|(commit)]] * OMAP3: Add basic board support for OMAP LDP [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=492656511b109b5f9ee64d05c90b5bd9043549fa|(commit)]], add minimal Beagle board support [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=2885f00049f80287b14192145699774fa55c14f7|(commit)]], add minimal omap3430 support [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=cc26b3b01bc96a8b8c36671b0dc4898b2a152ea8|(commit)]], add support for the Gumstix Overo board (rev 3) [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=eba2645aeb41d430c4601f6624c44bc971488fe2|(commit)]] * Orion: Add 88F6183 (Orion-1-90) support [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=d323ade13b959dfcf14bf18902b600c5cc711dea|(commit)]], add Buffalo Linkstation Mini power-off method [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=92a5de80e5c53c56d098ea3cb6266138efd892f6|(commit)]], add Buffalo Linkstation Mini support [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=7b0a26f2ca0001a13473b874d52b3d557e3d7289|(commit)]], add Buffalo Terastation Pro II/Live support [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=104ea0781a7052e03d731e2ff3df8bde66036bad|(commit)]], add !LaCie Ethernet Disk mini V2 support [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=0eb66974c089547ed72fe4754076d3b1358b8614|(commit)]], add RD88F6183AP-GE support [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=0b0740c3c120d1fd7b9a04f04ab79bee12c4cc38|(commit)]] * pxa: add CM-X255 support [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=a7f3f0309b68d8d07a97a54c492802c294bccacd|(commit)]], add CM-X255 pcmcia support [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=8616e2fb6930103a8408998777ec8a2332f5e89d|(commit)]], cm-x255: add NOR and NAND flash support [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=49a7061dcaaf068fd691cb4ff098e4f20cbf6c23|(commit)]], add preliminary CPUFREQ support for PXA3xx [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=4f788bb20047d7f530ad8dfccda74f7ce7a8a0f5|(commit)]], add support for USB OHCI [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=7ff43535696e65333f2e335aa0063094e3001f39|(commit)]], [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=58d27fcfe64a21c7094e0b60784258e1cccf26a4|(commit)]] * Add support for the Arcom/Eurotech Viper SBC [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=352699a3d7ccb027e0139a7a67931e7907af6249|(commit 1]], [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=20f18ff32fe311f60770ac70395b01c06758923b|2]], [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=175ff20f6a681effa82d67e3656c4cc3e7117600|3]], [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=19ec95df2c4ec2d28919f267c4d17178f8fe9d9c|4)]] * AT91: PWM controller initialization [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=bb1ad68b96a68e577a87ad62fe1aa26d052a52b5|(commit)]], eeproms on sam9260ek, sam9263ek [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=a745a622434d9c3ff6505125b37fd6828ecadb87|(commit)]], PWM LEDs on AT91SAM9263-EK [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=a7307bf22557e1e029df0ea6f2a2973de4d9c135|(commit)]], Touchscreen on AT91SAM9RL [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=f7647e63f32c501e8b59ccfdac50eb3d3e897c41|(commit)]], suspend-to-RAM disables main oscillator [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=eaad2db03cbbf734aa95f99eb93fb6309637dbca|(commit)]] * Trizeps4 PCMCIA support [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=2efa42f2fadc06f7ceee14834624d2911a9f11f1|(commit)]], SOM update [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=642aa6637e46ae788f1f8916dc9aa5a68917e12e|(commit)]] * PalmLD: PCMCIA driver [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=6d341675f8e715464849e5d5563a72c1d39e800d|(commit)]] * AFEB9260: board support [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=9c784f958d01097e3fae24ad75ab3a80ed1e556b|(commit)]] * Add support for CM-X300 board [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=cf75d8d213f58c01791940c4392c4122e0063bc0|(commit)]] * MACB ethernet support for AFEB9260 [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=53d4351f5868c7d3faa9507608c324ff7d7c186c|(commit)]] * Add the RGB555 wiring for the atmel LCD [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=fbd03a1cbc04833a952b0d603df96e4800445979|(commit)]] * Very basic Palm Zire 72 support [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=c49e1e63a9c7893d9ff9be4258d86ddc5485d712|(commit)]] * wm97xx generic battery driver [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=4e9687d9c843dc34d368358a36f5f1610e4fbab3|(commit)]] * Kirkwood: add support for newer SoC models [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=b2b3dc2fc41ef441610d0140f0f5ccacbd43f40c|(commit)]] * MX2: Add DMA support for mx2 and (eventually) mx1 [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=58a85f465fb16a918a869eba05addb8f78d9e064|(commit)]] * tosa: add support for bl/lcd driver [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=14b7b4018f90bc5e306adc59bfe8887934367ac2|(commit)]] * Remove old LED support for Trizeps4 SOM [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=2532967147f750fa661bdc3d1f890314c37dda28|(commit)]] * PPC * Add support for dynamic reconfiguration memory in kexec/kdump kernels [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=cf00085d8045cddd80a8aabad97de96fa8131793|(commit)]] * Make the 64-bit kernel as a position-independent executable [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=549e8152de8039506f69c677a4546e5427aa6ae7|(commit)]] * Support for relocatable kdump kernel [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=54622f10a6aabb8bb2bdacf3dd070046f03dc246|(commit)]] * Use kernel generic math-emu code [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=d2b194ed820880eb19c43b9c10d9f5f30026ee54|(commit)]] * Add PowerPC 40x simple platform support [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=8105fa88593c87f8aba0e7e829d7dc0ee94fe2cf|(commit)]], add support for Netstal HCU4 board [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=9fa126da4a9addec77db4663933ed592188a0741|(commit)]] * Add PowerPC 44x simple platform support [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=775d5a110b8a0bc9a0ccf3b831a8991b6c1d84dd|(commit)]], add AMCC Arches eval board support [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=e00de30a9decf48793ac83173144884a1f33de82|(commit)]], add explicit support for AMCC Glacier [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=ded563cf458e7803536f9d7b6bc5d808a6e37f21|(commit)]], add explicit Yosemite support [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=38d56f1677130004497835a776feb84f068ce22a|(commit)]], add PowerPC 4xx GPIO driver [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=878e7556bfe7b10178ea58862bf9708f35afe001|(commit)]] * 5121: Add PCI support. [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=35225802e2e7019392fbff9227662d456eef4e24|(commit)]] * 83xx: add DS1374 RTC support for the MPC837xE-MDS boards [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=8b77aeb4f52fca39e647159d87da3566f64ce30a|(commit)]], add NAND support for the MPC8360E-RDK boards [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=1fb25be1e74498d389e4de819a6d1b174d6ccb7c|(commit)]] * Add support for mpc8247 based board MGCOGE from keymile. [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=637166337ca29459581bd2943072a9f1268fb982|(commit)]] * Add support for the MPC852 based mgsuvd board from keymile. [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=e14d4af0c87af0be7f2d0e204e1922cf4fa3c19e|(commit)]] * Board support for GE Fanuc SBC610 [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=54508214cf2f88ad1288e8836032545e0357ebde|(commit)]] * FPGA support for GE Fanuc SBC610 [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=6675847ea42d5acfaa644ac24eb0d87df5769cd5|(commit)]] * gpio driver for mpc8349/8572/8610 and compatible [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=1e16dfc1baa745dd89b95f6e33e4142df6218066|(commit)]] * Add legacy PCI access via sysfs [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=e9f82cb75096ae30658a72d473bf170bf4d3bb2e|(commit)]] * SH * Add kprobes support [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=d39f5450146ff39f66cfde9d5184420627d0ac51|(commit)]] * Add support for memory hot-remove [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=3159e7d62ad13f71ef3fe029c145594d8caa580d|(commit)]] * Add latencytop support [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=5a89f1adbc5ce44988aab0c370ae2f1478061307|(commit)]] * ftrace support. [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=9d2b1f81dd93b198e12bca8120afec4a7b609b06|(commit)]] * ioremap_prot support [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=cb700aa4f13d38726defab3060d3ebeaf67dc189|(commit)]] * Enable HAVE_ARCH_TRACEHOOK [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=3231739d97b348c628a10fb49adfa9143e1de28b|(commit 1)]], [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=fb4f87a2f048b4cb1a499c9baa78f1d8437b09c3|2]], [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=9996b42ac06adb7555933366e071ec8824bcaa37|3)]] * generic clockevent broadcast support. [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=8c24594deab89a484879bee270e948f0a556ed75|(commit)]] * Add Renesas EDOSK7760 board support. [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=3db9170880241d63aae7ab86a03aa15418c3e5c6|(commit)]] * Add sh7203 [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=41e4a9a5e2fc5a43b2b81aec402720226de29f05|(commit)]], sh7720 [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=c9c3c1b74d3fa304884b5f42bfaffcf71ac6a96c|(commit)]], sh7722 [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=8d7b5b0af7e070b9ae0852541f67aa84da078315|(commit)]], sh7723 [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=0436ec15aeab7cceb0c1866fefb1edaa9aade28d|(commit)]] pinmux code. * Add support FLCTL for ap325rxa board [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=908978acbe2fb0e9aedaded5119dc663ae0d7015|(commit)]] * SH-5 clk fwk support. [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=4d01cdafbafc0fdeb730838ca38a48e5ca2894cd|(commit)]] * Kill off long-dead HD64465 cchip support. [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=3eeebf17f31c583f83e081b17b3076477cb96886|(commit)]] * SPARC * Add checkstack support [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=d41e2d7317cd55cc5135356a05c289537b0f6d70|(commit)]] * Add GPIO layer support. [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=15df0f3302fdecaa97da0b95d72b3a9a59be8692|(commit)]] * Remove bare sbus char bpp driver, obsoleted by parport_sunbpp [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=902663f6ea4a2603bee0d88450aae2d653a46f5d|(commit)]] * Kill SBUS DVMA layer. [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=334ae614772b1147435dce9be3911f9040dff0d9|(commit)]] * Kill sbus mostek RTC driver. [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=eed795bf1fd2a012beddd6017fd7baf8ddf43ca1|(commit)]] * Kill videopix SBUS driver. [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=7f06a3b2c162573c924f425053227a52b4bd7cb1|(commit)]] * remove CONFIG_SUN4 [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=5110bd21b8af4199b8332c0ab0b23367556653d3|(commit)]] * Sparc32: use RTC subsystem [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=c4cbe6f96ebf8eb03884c31504d36dccd2ef1062|(commit)]] * sparc64: * Add JBUS NUMA detection. [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=072bd413b88c17509c7aa7dbc398ab8bade633b3|(commit)]] * Add JBUS UltraSPARC-IIIi support to memory controller driver. [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=85269eb5542b425b99d79dc4c312dce0157eac7e|(commit)]] * Use generic BQ4802 RTC driver. [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=29b503f11cd648b3628be3a546f97da95a6670ce|(commit)]] * Use generic CMOS driver. [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=da86783dda5ad8c64b945157108d1ace7aa79bbf|(commit)]] * Use generic starfire RTC driver. [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=f2be6de88d247cd57010944f62267b53c47d5ae3|(commit)]] * Use generic sun4v RTC driver. [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=84d6bd5ef79a6ccc21af97b870f6ef94fbc9b11e|(commit)]] * AVR32 * Add kernel support for oprofile callgraphs [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=3d256151471ba9fd60a5b896a706eb21a6b1cea1|(commit)]] * Added mem kernel command line option support [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=48c1fd3882286fd9e978ca8725013f2e060b700e|(commit)]] * Add MIMC200 board support [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=5b50c166b79ffa0a2e3b0f3785fa5263685a81f2|(commit)]] * Add support for EarthLCD Favr-32 board [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=45c349b58c58f3922bfdec917aa30ff8425caa3f|(commit)]] * Add support for EVKLCD10X addon boards [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=a3bee42f058c2f9fe281df942eff397924630a12|(commit)]] * Blackfin * Add supporting for kgdb [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=a5ac0129249611fc4a35e6d7cd9b8462d67e5798|(commit)]] * Add supporting for double fault debug handling [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=0c7a6b2135c1bcb5139ca9ca87f292caafcb9410|(commit)]] * Add BF54x / BF52x Rotary Input device driver platform resource to board file [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=aca5e4aac88a0ee84e9dc63e3d4189adbaef24ca|(commit)]] * Add new board support for ADZS-BF526-EZ-BRD [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=8cc7117e7c4968b10fd7327b4a62d9c23082a7b3|(commit)]] * MIPS * Ptrace support for HARDWARE_WATCHPOINTS [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=0926bf953ee79b8f139741b442e5a18520f81705|(commit)]] * Rewrite spinlocks to ticket locks. [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=2a31b03335e570dce5fdd082e0d71d48b2cb4290|(commit)]] * Add support for NXP PNX833x (STB222/5) into linux kernel [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=edb6310aaa0dfc3da303a4ba6dff9dce3fbaa8d3|(commit)]] * DS1286: New RTC driver [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=5f119f29063c9a9bf1ab40112c02710c2db84f29|(commit)]] * PMC MSP71XX gpio drivers [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=9fa32c6b0275ab1e8b19f74fbfa3ed8411345db6|(commit)]] * Probe watch registers and report configuration. [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=654f57bfb467996fb730eae96dc30ea4de989fdc|(commit)]] * RBTX4939: Add smc91x support [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=1ba5a1767416cfa4fa37096e160e764c56e1460a|(commit)]] * TXx9: Add mtd support [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=51f607c76e1e7bd089dcad97b6b0a58649be06a3|(commit)]], add RBTX4939 board support [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=b27311e1cace4e296ace786c886d22f7a8ec78d6|(commit)]], add TX4939 ATA support (v2) [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=4bacc68766b11c191ee1567f54103f109c002f4f|(commit)]], add TX4939 SoC support [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=0dcdbe6add26719e956299eb519542f7d2f7d0a8|(commit)]], IOC LED support [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=ae027ead87b13cff99b4f48da7696aa4fe75393b|(commit)]] * S390 * Add ioctl support for EMC Symmetrix Subsystem Control I/O [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=ab1d848fd6a9151b02c6cbf4bddce6e24707b094|(commit)]] * dcssblk: add >2G DCSSs support and stacked contiguous DCSSs support. [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=b2300b9efe1b8174833e17f37e975c9da00c388a|(commit)]] * No more 4kb stacks. [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=7f5a8ba6b0297ca941f43f8f5cbf0e5c8c4dd916|(commit)]] * ptrace changes [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=753c4dd6a2fa2af81f5d809d610d29f2d9dd9bc1|(commit)]] * qdio enhanced SIGA (iqdio) support. [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=7a0f475513fa573bc8e072021960313da32f0ee3|(commit)]] * IA64 * Support paravirtualization and Xen guest [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=ba9cc328bfeec3ec5fad3356dd53bc0c1ff506b0|(commit)]] * Add Variable Page Size and IA64 Support in Intel IOMMU [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=62fdd7678a26efadd6ac5c2869543caff77d2df0|(commit)]] * Xtensa * Add support for Diamond 232L - Rev B processor variant [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=0025427eee4b5c005b4ac7a6489adc773e38611d|(commit)]] * Add support for the Sonic Ethernet device for the XT2000 board. [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=74f2a5f0ef643b7b277f7a270f85573f88d930d1|(commit)]] * XEN * Implement CPU hotplugging [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=d68d82afd4c88e25763b23cd9cd4974573a3706f|(commit)]] * Add debugfs support [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=994025caba3e6beade9bde84dd1b70d9d250f27b|(commit)]] * parisc: Add rtc platform driver [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=9eb1686423756f4dfb0ad8bfb02bb8bf1b89e50a|(commit)]] * h8300: GENERIC_BUG support [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=9791af55b5edb44d89608b9934a0022e7a27f625|(commit)]] * M68K: Remove the broken Hades support [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=29c8a24672e1cdfee99c15b870c57eb30ae69daf|(commit)]] = Drivers = == Graphics == * drm: Rework vblank-wait handling to allow interrupt reduction [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=0a3e67a4caac273a3bfc4ced3da364830b1ab241|(commit)]] * fb driver for Graphics chips of VIA !UniChrome (Pro) Family (CLE266,PM800/CN400,P4M800CE/!P4M800Pro/CN700/VN800,CX700/VX700,!P4M890) and Chrome9 Family (!K8M890,CN896/!P4M900,VX800) [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=801b8a8c91ff054cc93fdac65e2f067c22986bbb|(commit)]], [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=ae35e8106a960dc19c930badd80dd14d47d83839|(commit 1]], [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=c09c782f3e7d38e1f3842822209bb6faff4a2b1b|2]], [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=d61e0bf38e3e4adb2c775d64e447f6f9bef67075|3]], [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=c91b557ad0a4d4803874f8b908aa9732152b0f0b|4]], [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=ac6c97e20f1befecd791feed57170ec6735dcce7|5]], [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=69e4a7c27c1f0009b5a76b457f2ceeba6e557156|6]], [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=6bde3ed98d9d0bc2e71b3123b003d5614debda74|7]], [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=37773cf564935a02b699b6db37a9f29f0bc6cd2c|8]], [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=d42823ef6a3ebd388b193c5533efd7e7a00b7aa8|9]], [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=b3a45d8e5d9049c3a47b3f97405b4123bef5155b|10]], [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=29b619fae69a0638ce10d5d6bb3c53f5d3ca0390|11]], [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=09a525ec1cf5a142f2e73f15527c169dafc6ff52|12]], [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=9f291634aa2d79dee2d8a61c5bdffe166001c580|13]], [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=23966d5b52e6ee1f90bb343766a9703dafceae83|14)]] * Add new framebuffer driver for Fujitsu MB862xx GDCs [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=17a1217e12d8c8434f8a3deef7bf980c724a6ac7|(commit)]] * Add new TMIO framebuffer driver [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=b53cde3557b8f97e6a635782875d442551a89bf1|(commit)]] * i915: Add support for MSI and interrupt mitigation. [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=ed4cb4142b242d8090d3811d5eb4abf6aa985bc8|(commit)]], disable MSI on GM965 (errata says it doesn't work) [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=d1ed629f44b3a4108d5c445971535f05f441fce7|(commit)]] * intelfb: support 945GME (as used in ASUS Eee 901) [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=3f7a26b4b9768fe31597d1af35106aa512dc3742|(commit)]] * radeon: add support for RS740 IGP chipsets. [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=f0738e92403466d45cfb5008da668260c77fff4b|(commit)]], add RS400 family support. [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=b2ceddfa52cbeb244b90096f1e8d3e9f7e0ce299|(commit)]] * radeonfb: accelerate imageblit and other improvements [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=b1ee26bab14886350ba12a5c10cbc0696ac679bf|(commit)]] * matroxfb: support G200eV chip [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=e3a1938805d2e81b27d3d348788644f3bad004f2|(commit)]] * Suspend support for AMD K7 GART driver [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=2a32c3c894bcd3b3f8cc7e23f5ecbebca4a9f8e8|(commit)]] == Storage == * SATA * implement slave_link [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=b1c72916abbdd0a55015c87358536ca0ebaf6735|(commit)]] * Set queue SSD flag for SSD devices [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=8bff7c6b0f63c7ee9c5e3a076338d74125b8debb|(commit)]] * pata_bf54x: Add proper PM operation [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=67e3e221d61c0e70b2f244fd921e5e601d6c7339|(commit)]] * pata_ninja32: suspend/resume support [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=e7c0d217cdaa837d30bc265eddac4d176969fd68|(commit)]] * ata_piix: IDE Mode SATA patch for Intel Ibex Peak DeviceIDs [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=0395e61babd59c749fb5efe112affbfaa7d50eb7|(commit)]] * ahci: Add support for Promise PDC42819 [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=c77a036beceabbfd85b366193685cb49f38292bd|(commit)]] * IDE * Add generic ATA/ATAPI disk driver [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=806f80a6fc203ad0bde84e5a9e94572617d2ae45|(commit)]] * Add proper PCI PM support [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=feb22b7f8e62b1b987a3a1dbad95af767a1df832|(commit)]] * ide: Add tx4938ide driver (v2) [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=28502848f52f12fcebbdec663103db2dd0740122|(commit)]], [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=37897989232e6533772b0e24369b35ee9f56c8b6|(commit)]] * delkin_cb: add PM support [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=8c061a40c293660793dab83b75223e6eaaa04f8b|(commit)]] * TXx9: Add TX4938 ATA support (v3) [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=5d1d2f8c26f2d197df1f4b6a7f4c0088b190343e|(commit)]] * Remove broken hpt34x driver [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=41d1a3d31d097a31380b83eea0ec10ea1d040376|(commit)]] * Remove CONFIG_BLK_DEV_IDE [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=452a8ed8ce752a423013cfade1bbca5f13fd16eb|(commit)]] * Remove CONFIG_IDEDISK_MULTI_MODE [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=7c51c17e0431d2f26bc23ee07de12eafb125ce83|(commit)]] * SCSI * lpfc: Add MSI-X support [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=9399627f340794baebf7e4581470ccb92f019acc|(commit)]], add new FCOE hardware support [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=84774a4d0a4dba8a5767da6c58ea5a8c5b0cfe25|(commit)]], add support for PCI-EEH permanent disabling [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=a8e497d51e6adb2dd6ef307ae76f3433a4dbe895|(commit)]], update driver for new SLI-3 features [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=34b02dcdcf1865405f4762b991965c0c3b8a3ae0|(commit)]], add statistical reporting control and additional fc vendor events [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=ea2151b4e142fa2de0319d9dd80413a997bf435a|(commit)]], add sysfs control of target queue depth handling [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=977b5a0af6d22a1a0170057c19cde37eeac68acd|(commit)]] * qla2xxx: Add Flash Layout Table support. [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=c00d8994d91e51aa6b891ad0e877f66cc1011de2|(commit)]], add NPIV-Config Table support. [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=272976ca186982f7bbc4f22876c53d6c9f7b6e32|(commit)]] == Network == * libertas_tf: New driver supporting "Marvell 8xxx Libertas WLAN driver support with thin firmware" and "Marvell Libertas 8388 USB 802.11b/g cards with thin firmware" [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=7670e62c7ed6d1a70a98c3047898712be6aa9ff8|(commit 1]], [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=06b16ae5319251c26377afcb401e46056d5673f4|2]], [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=691cdb49388b808bfbfacaea93afb5c2807db45e|3]], [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=c305a19a0d0a47ac59a58865a4a63be65b1bf7c8|4]], [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=d9c6350431d0c8cac000c6a230d9a20dad52e26d|5)]] * ath5k: add Mesh Point support [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=8e5f3d0aaa3ae5305613553f869727b0361cd472|(commit)]], add support for AR2417 v2 [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=0d5f0316593df606515b17b037a1fd36c4b8bfdf|(commit)]], implement multi-rate retry support [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=2f7fe87034298d94301315ba4bb65c7284c709d0|(commit)]] * ath9k: Add LED support [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=c83be6885e2f1ee6e0b290b6cfc82014c675e087|(commit)]], add RF kill support [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=500c064d3a5f9c8aa604ef63a1346ab70eed443a|(commit)]], allow AP mode to be enabled [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=2ad67de3c8a21354b8b2721d5d2baabb7c5013c9|(commit)]] * r8169: add a new 8168c flavor [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=197ff761dbf9fa5de9a4684a51ee5cb534cbb852|(commit)]], add a new 8168cp flavor [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=ef3386f00fcd18a40343047329ec7ed2eb98bbe8|(commit)]]. additional 8101 and 8102 support [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=2857ffb7b8913ef713533ac5783abd70a20529e4|(commit)]], preliminary 8168d support [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=5b538df9dedb3469b688b93ffab2a7efb64c88e3|(commit)]], support additional 8168cp chipset [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=7f3e3d3a69da262016db6eec803881603c61ddf6|(commit)]] * e1000e: add support for 82567LM-3 and 82567LF-3 (ICH10D) parts [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=f4187b56e1f8a05dd110875d5094b21b51ebd79b|(commit)]], add support for new 82574L part [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=4662e82b2cb41c60826e50474dd86dd5c6372b0c|(commit)]], add support for the 82567LM-4 device [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=2f15f9d60190a62bc8ac50fa84fea31fc0b00ecf|(commit)]] * sfc: Enable TSO for 802.1q VLAN devices [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=740847dab16b1a410a0f833df2bf21c8ed8265f3|(commit)]], export boot configuration in EEPROM through ethtool [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=4a5b504d0c582db80813b70359b616ea30e91743|(commit)]] * rt2x00: Implement HW encryption [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=2bb057d07a0bc17475a7bf897fc41667ab08b73f|(commit)]], implement HW encryption (rt61pci) [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=61e754f44b57060464b1fcf261a8428ecfa23bed|(commit)]], implement HW encryption (rt73usb) [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=906c110fcc24bdd5bf0fa22d89ac75d99c747e53|(commit)]] * iwlwifi: Added support for 3 antennas [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=3110bef78cb4282c58245bc8fd6d95d9ccb19749|(commit)]], enable packet injection for iwlagn [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=d10c4ec8b4bc02f3874c7ef3c3539e4e7e123969|(commit)]] * rtl8187: add device ID 0bda:8198 [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=746db510395e32ff57b9f8582e520df6b3fac618|(commit)]], add USB ID for Belkin !F5D7050 with RTL8187B chip [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=eaca90dab6ab9853223029deffdd226f41b2028c|(commit)]] * mv643xx_eth: transmit multiqueue support [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=e5ef1de198c7bf2ca10de82add06536ed6165f8b|(commit)]] * bonding: add more ethtool support [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=fa53ebac42d3de04619c813f5f6628ca2a7ce97f|(commit)]] * myri10ge: add multiqueue TX [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=236bb5e649c2a7e8398b87df5e643368408afb4a|(commit)]] * cxgb3: Add 1G fiber support [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=0ce2f03bade2046d6eb6184d52d065688382d7bd|(commit)]], support for Aeluros 2005 PHY [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=1e8820256f9921370cd7423396871e2d850e0323|(commit)]] * mlx4: Add Ethernet PCI device IDs [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=57893d1cff4606915c13a4610d4e2d6048633f8e|(commit)]], ethernet MAC/VLAN management [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=2a2336f8228292b8197f4187e54b0748903e6645|(commit)]], multiple port type support [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=7ff93f8b7ecbc36e7ffc5c11a61643821c1bfee5|(commit)]], add driver for Mellanox ConnectX 10GbE NIC [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=c27a02cd94d6695fbe5858ca364b1e415af02212|(commit)]] * orinoco: Add WE-18 ioctls for WPA [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=d03032af511c56d3c1580fa4f54f6285f650e638|(commit)]] * p54: 802.11a 5GHz phy support [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=1b9975347e852c22a7c4c67b68814403ef16d2bd|(commit)]], add lots of useful rx/tx statistics [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=cc6de669f648bc8820f1cf93ee311eb4eaab9fc5|(commit)]], support LM87 firmwares in p54usb [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=2b80848e3818fb1c8ccddc105b065a86c68afa9d|(commit)]] * RDMA/nes: Add support for 4-port 1G HP blade card [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=fcb7ad31beda842804167f0645ca54660713bcd6|(commit)]] * da903x: add regulator support for DA9030/DA9034 [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=129eef96c9e25ce6516e2ddd5a338a14362b815b|(commit)]] * ibm_newemac: Add support for GPCS, SGMII and !M88E1112 PHY [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=9e3cb29497561c846d0e7efc445731764d93c749|(commit)]] * netxen: enable msi-x for quad-gig boards [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=ec68db6930635b25ef5ba4983053635f5b4bf35e|(commit)]] * libertas: Improvements on automatic tx power control via SIOCSIWTXPOW. [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=0112c9e9e8d47f1d1e6ce1323675cb43ca6aae86|(commit)]] * cs89x0: add support for i.MX31ADS ARM board. [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=0ac4ed9d76400e7c073b9d81cea13f8613d24361|(commit)]] * Add net poll support for atl2 driver [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=8d1b1fc9b97ad4de40c063ce3d213895c06fa116|(commit)]] == Input == * Add driver for USB VoIP phones with CM109 chipset [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=c04148f915e5ba7947752e6348e0da4cdab1329e|(commit)]] * ati_remote2 - add autosuspend support [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=d6505ab9cd5672f99adeba86696499c2651a6e73|(commit)]], add loadable keymap support [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=1971b9d56fce9d8903e623b953c5e2fffe3a878e|(commit)]] * bf54x-keys - add power management support [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=108fcb42c7bfd9ee205d1b8247813548705073b7|(commit)]] * psmouse - add OLPC touchpad driver [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=df08ef27a7f91961c91a2a718f5d1e616f1c8e57|(commit)]], add support for Elantech touchpads [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=2a0bd75e5e687a9c34921e942c18477ea7ec2d63|(commit)]] * wistron - add support for Fujitsu-Siemens Amilo Pro v3505 [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=34a7c48c221676ff8322ca4b8ded84eada34cf12|(commit)]] == USB == * Added driver for a Delcom USB 7-segment LED Display [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=eb86be5424d4c08e686d5e578b72a26c516ae58a|(commit)]] * Add Freescale QE/CPM USB peripheral controller driver [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=3948f0e0c999a6201e9898bb8fbe3c6cc1199276|(commit)]] * Add USB test and measurement class driver [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=5b775f672cc993ba9dba5626811ab1f2ac42883b|(commit)]] * Add ZTE MF626 USB GSM modem entry [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=bfd8408d68975759aba1b466af6f5388d7adb836|(commit)]] * usb gadget: cdc obex glue [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=3086775a4916b0fe128d924d83f4e7d7c39e4d0e|(commit)]] * ohci: add support for tmio-ohci cell [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=78c73414f4f6744e2ea5a07b263a9698aa6f2416|(commit)]] * option: add Ericsson F3507g and Dell 5530 [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=b064eca9b0cdbb2b8f731ae2e44fa02194a1219a|(commit)]], add Pantech cards [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=8b6346ec899713a90890c9e832f7eff91ea73504|(commit)]] * vstusb.c : new driver for spectrometers used by Vernier Software & Technology, Inc. [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=cbc30118d7a376dab4113f299c0c8f035737a5c3|(commit)]] == Sound == * Add USB Tascam US122L driver [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=030a07e441296c372f946cd4065b5d831d8dc40c|(commit)]] * Add jack status reporting API [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=e76d8ceaaff9d7fc1ba2b1963a9f34151832223b|(commit)]] * ASoC: Add WM8750 SPI support [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=2f3dfaf5da3d43a1483b063e9d0692789241febb|(commit)]], add WM8971 CODEC driver [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=8bae3e2335132aadd29662694866a55d52bff850|(commit)]], AD1980 audio codec driver [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=5f57dc8b2a05f1d69f913fd885539b8c1f8fb8a1|(commit)]], add mpc5200-psc I2S driver [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=dc641378b5ee220aa29ed8b8f51b7af9a19a7719|(commit)]], add support for osk5912 [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=17f9ecf34aaa0ade5c89aba603847309c849297c|(commit)]], add Texas Instruments TLV320AIC26 codec driver [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=d8e3bb7385da0bcdda4ffa600489fa1439b14673|(commit)]],add TLV320AIC23 codec driver [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=c1f27190a72e9310f1777261b33a05319ff2822c|(commit)]], add WM8510 SPI support [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=5e357952b186555afa0ff4da87431c16503a8ad7|(commit)]], add WM8580 CODEC driver [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=e88ba01544f8b8cce64d08b2982715516793225c|(commit)]], add WM8753 SPI support [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=dd0c0c805d932f34e87ee3c2db9eaee0974bfef8|(commit)]], add WM8900 CODEC driver [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=0e0e16a87a0b973702feb572c2552d82e1aec5b9|(commit)]], add WM8903 CODEC driver [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=f1c0a02f32f86f604d811876e748a405c68cc57d|(commit)]], AD73311 audio codec driver [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=0e77e78410245894e5ebde30dc68ced6daa81bce|(commit)]], add asoc ad73311 driver supporting in Blackfin boards [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=5564b14b88a5a34ea848732030fbc202a050daa6|(commit)]], add I2S DAI support for AD73311 blackfin arch [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=333926803557ee43568ebd9ae17b868d60e77a62|(commit)]], AC97 Blackfin CPU DAI driver [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=f2028623f2b14bdd3daeb0873a16cab0dc4050c4|(commit)]], add Blackfin arch ASoC Kconfig and Makefile [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=579e8eac46d80f586cd6390013115f9a012a17db|(commit)]], blackfin board driver for AD1980/1 audio codec [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=c4cf8c79c14b56e8025680b95ac7dc2583654212|(commit)]], blackfin board driver for SSM2602 sound chip [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=a7e7f54f984a5c048c328216089e6cb8a9ca39bd|(commit)]], blackfin DMA Driver for AC97 sound chip [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=aff0510c00523bfd9fab20923a493ce8a6f27cda|(commit)]], blackfin DMA Driver for I2S sound chip [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=88740da15c3ff9d22dddfb5bc4b9fb7161cf3373|(commit)]], blackfin I2S CPU DAI driver [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=912c2ac94e2698b8972c741a71ff53d4ec410801|(commit)]], include Blackfin architecture support in build [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=59fcbb6312e9b710514a19398a3acdecb1086895|(commit)]], blackfin SPORT peripheral interface driver [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=8c9c198347e39b5bcf52399989885991a5cdbaff|(commit)]], SSM2602 audio codec driver [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=b7138212a8aa90115bd9197d5b6cd89a282184f9|(commit)]] * hda: Add AD1882A codec support [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=9e44c6e40fb383e6b1d0df0c9e375a98e11828d1|(commit)]], add ALC1200 support [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=4442608d4b0071a00067dcbf64e7362ce08e91a5|(commit)]], add ALC887 support [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=a385a52925398e53bedf1a8b30a9a3e002569f27|(commit)]], add another HP model for AD1884A [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=5695ff44160e62d9193c0201706853bcfe2a077f|(commit)]], added 92HD81/83 support [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=d0513fc6c37b009004cf5c7a8e90af0adb3755bc|(commit)]], add HDA vendor ID for Wolfson Microelectronics [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=8199de3b29d7f22f3163fcf03f7a61644c93c2ea|(commit)]], add model for Toshiba L305 laptop [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=2346d0cde544179a8d235375f1bfbca5c141a31b|(commit)]], add more ALC662/663 codec support [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=f1d4e28b2dbd35191cc5097b716ec7fa49540b0b|(commit)]], add more board-specific information for Realtek ALC662 rev1 [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=19c009aad0ddeaa6a4ba41577022301f18d43afa|(commit)]], add PCI subsystem ID for !MacBookPro4,1 [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=9c95c43de81d5556237fbc82c4e90403dfe468db|(commit)]], add support for ECS/PC Chips boards with Sigmatel codecs [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=8c650087992f1d7a3a7be2e632f4e85a52d20619|(commit)]], add support of Acer Aspire One [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=8ef355da64ff087b6f26c4c28a14753861e83e4b|(commit)]], add support of ALC272 [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=01afd41f55524e8378601dbf33b858d8dd4b3f31|(commit)]], add support of HP DC7600 [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=3f8783084aa03d04e7757ced337fa415744489a5|(commit)]], add support of Quanta FL1 [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=60db6b53fb43421beb2ff3fe3e63412bf81620aa|(commit)]], add support of Toshiba RX1 [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=9f99a6386eb1ad1197a401495669315de2f19039|(commit)]], add support of Toshiba S06 [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=4e555fe5475437f5c05b9e1812959bf6d5cd50b9|(commit)]], appletv support [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=f3911c5ab93e4295938b2013104d2986ea601454|(commit)]], digital pc-beep support hd-audio codecs [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=1cd2224cd01898a13138f4ab476932cfb689839e|(commit)]], map ALC662 model for Foxconn 45CMX/45GMX/45CMX-K [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=95fe5f2cec831d73ee93227810ab95d05ced3416|(commit)]], map ALC662 model for Gigabyte 945GCM-S2L [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=cb55974cb461ff9c9c0675b2a8361d387212b64f|(commit)]], support more ALC888 devices [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=e2757d5efad01dae6986e1f84590898e47231964|(commit)]], add VT1708S and VT1702 support [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=d949cac1ea8596f61942437ad741a3fbb412846f|(commit)]], Second S/PDIF (HDMI) support [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=98aa34c0501f78bf7d3de82d96d27f4a2b450477|(commit)]], NVIDIA MCP78/7A HDMI audio [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=9a10eb21e1e1c389a8cea3016157a7f471512645|(commit)]] * snd-usb-audio: support for Edirol UA-4FX device [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=310e0dc01d15f6e792a54f971dc7b1e13d1c6e95|(commit)]], add BOSS GT-10 support [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=b38addb2da26c0eeab5b538cfbd9d306c50a4726|(commit)]], add support for E-Mu Tracker Pre [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=97c889a78b70f0ac0949967bf174d1a6a28bfb5c|(commit)]] * ac97 - vt1618 7.1 Audio Support [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=9e285e1a58bcf957cde9c0c559a1b9b0f708bb2f|(commit)]] * ice1724 - Support for Terrasoniq/MUSONIK TS22 PCI card [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=740dc9c4766b462ae88a630e969ddd3ef83a6125|(commit)]] * snd-ad1816a: add different !TerraTec EWS64 S model [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=36463a9660a69018c98f6bde93183a523667e598|(commit)]] * virtuoso: add Xonar HDAV1.3 support [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=7407a2e4b9e1fb3528bb355a571ee3eb7e32c386|(commit)]] * cs46xx: Add PCI IDs for !TerraTec and Hercules cards [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=b636a1d947c7f1bb0e0a157663e08ce3e49b2e52|(commit)]] * oss: remove driver for SGI HAL2 audio device [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=2470e93c5515606a5cf44dd046f1a69e91ae23db|(commit)]] == V4L/DVB == * initial driver for af9013 demodulator [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=825b96708054ca16d6e4d56a29326d3b2cdd697d|(commit)]] * initial driver for af9015 chipset [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=80619de8117701cad1fb5526be6fcfe6fc2a6cc2|(commit)]] * radio-mr800: Add driver for !AverMedia MR 800 USB FM radio devices [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=2aa72f3b63e4b524e9e4b1438f6c0d50a214d836|(commit)]] * Alternative version of Terratec Cinergy T2 driver [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=986bd1e58b18c09b753f797df19251804bfe3e84|(commit)]] * tuner: add FMD1216MEX tuner [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=953cafc04e9ef9d2fd9f8afb3b3bbde1f8bb9317|(commit)]] * bttv: Add support for Encore ENLTV2-FM [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=7d341a6a52f115512d60b2de89b2ebde54da8eff|(commit)]] * v4l: add AC-3 audio support to the MPEG Encoding API [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=e6b5da88fb24c5c1e52707faea7c46df09da42f0|(commit)]] * Add support for DViCO FusionHDTV DVB-T Dual Express [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=aef2d186e381816733fa15d67ad63bd99254cb9e|(commit)]] * cxusb: add support for DViCO FusionHDTV DVB-T Dual Digital 4 (rev 2) [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=8d79898897f8afee182febef18b96f559d32ebc4|(commit)]] * Add support for Micron MT9M111 camera. [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=77110abbfbfd7673be6d18ef0875350eabee7532|(commit)]] * Initial support for AME DTV-5100 USB2.0 DVB-T [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=8466028be7926679ff794ec2ed7a8938eafba521|(commit)]] * Add DVB support for the Leadtek Winfast PxDVR3200 H [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=4c56b04af67211c4311dd9961ce5aba86b96ba9c|(commit)]] * budget: Support Activy DVB-T with TDHD1 tuner [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=81ae953b687e7cdfa094b07a6544523f3bb81aa3|(commit)]] * em28xx-cards: Add vendor/product id for EM2820_BOARD_PROLINK_PLAYTV_USB2 [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=a50f4a444a14a116e2eb077e01c2eaf58ddb7c6a|(commit)]] * af9015: Add USB ID for AVerMedia A309 [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=05c1cab55c282199b85138dc1900b5d9bd6fb32a|(commit)]] * cx24116: Adding DVB-S2 demodulator support [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=0d46748c3f874defbbbf98bcf40c7b18964abbc0|(commit)]] * cx88: Add support for the Hauppauge HVR4000 and HVR4000-LITE (S2) boards [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=5bd1b66359437864e6b46420ba6770c2b1c4362c|(commit)]] * Added support for !TeVii S460 DVB-S/S2 card [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=af832623c2a44525df6e4ae0142fb0385479546c|(commit)]] * Added support for DVBWorld 2104 and !TeVii S650 USB DVB-S2 cards [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=fe03d5ee6758a2533dbc5e69a693d264d270d04b|(commit)]] * Add support for SDMC DM1105 PCI chip [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=a611d0ca006fe76d88b8dd5ac44f4468293b6760|(commit)]] * Add support for DVBWorld 2004 DVB-S2 PCI adapter [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=35d9c42779ef5e8cb46902bb6987443e136c0517|(commit)]] * Add support for Silicon Laboratories SI2109/2110 demodulators. [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=04ad28c9916da709f38b1d43817892142c2c3508|(commit)]] * Add support for USB card modification with SI2109/2110 demodulator. [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=21b007b94c714cda3ebf0fa5b4e40342d2444f79|(commit)]] * Added support for Omicom SS4 DVB-S/S2 card [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=4cd7fb876ce0beecd4907f81d1a16ea95f5d6d6e|(commit)]] * Added support for TBS 8920 DVB-S/S2 card [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=ee73042c002b435cc8bc49414d466cc3f31af123|(commit)]] * Add support for ST STV0288 demodulator and cards with it. [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=e4aab64cb78a42e45e1d387f272712e06cf89a66|(commit)]] * saa7134: add support for the triple Asus Tiger 3in1 [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=301e9d64e0bb00c557d9385474cc9d79db0485d9|(commit)]] * Add support for the Gigabyte R8000-HT USB DVB-T adapter. [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=17a370bcca661a849c9af07feae86f42d0c6dfd1|(commit)]] * Add support for new i2c API provided in firmware version 1.20 [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=bdc203e156ce938e12d957912bd29ca53d160540|(commit)]] * Add support YUAN High-Tech STK7700D (1164:1f08) [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=8751aaa6c8be191171cd8c7db01a9b4e01892b08|(commit)]] * Add support for Asus My Cinema U3000 Hybrid [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=5769743ad345881911cee4e73ddf6120b00ed3eb|(commit)]] * Add support for Pinnacle PCTV HD Pro 801e (ATSC only) [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=cb22cb5213192d2c0baaeec0ae4961e268916419|(commit)]], [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=a58843743ca0a774fbfc551adb2e5ecd04d96079|(commit)]] * Add support for Non-Pro version of Pinnacle PCTV HD USB Stick [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=d2fc3bfcc3abd14ffd1191b37d2809e780919ef4|(commit)]] * saa7134: Add support for Encore version 5.3 board [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=bf1ece6a4f30f05b227f2ec59fa0d45b5db186d2|(commit)]], add support for Avermedia PCI pure analog (M135A) [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=36f6bb97caa772d7dc42250db74253e0867a444a|(commit)]], add support for Real Audio 220 [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=9b0001913983de65af17eee8baf02283160f5a69|(commit)]] * Add support for Prolink Pixelview Global Extreme [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=a31d2bb773f23f55cc6713f2d1a9b60977bb8f89|(commit)]] * Add ADS Tech Instant HDTV PCI support [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=f689d9083a3a46ae3801c37d0dbcb170fc6a9608|(commit)]] * Pinnacle Hybrid PCTV Pro (pctv310c) DVB-T support [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=3f6014fc77c3630d2511302e19f4f02af1605947|(commit)]] * gspca: New subdriver 'finepix' added. [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=97076859590ada76dc4bee46b6ccad86d89e82cf|(commit)]], [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=491831260e94475d14d5465b424df955d1f20aac|(commit)]], sonixj webcam 0c45:60fe added. [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=3c41cb77f4be3076fdbcf9a417052c3c6ce78094|(commit)]], PAC 207 webcam 093a:2476 added. [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=d654dca7bca79dd3981267e398b6a7df34d3d047|(commit)]], sonixj webcam 0458:702e added. [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=7b537391dde35d7f412417a95f02f89af08dd2d3|(commit)]] * uvcvideo: Support two new Bison Electronics webcams. [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=e254a30154c87cc862ba94332a47dad818a8e640|(commit)]], add support for Advent 4211 integrated webcam [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=80845e1078463913f8b456e45f1fae886687c363|(commit)]], add support for a Bison Electronics webcam found in the Fujitsu Amilo SI2636. [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=4e08caf0cb85c4f63ddaf72a67d95fba8528e04e|(commit)]] * anysee: support for Anysee E30 Combo Plus [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=0f77c3a4880f33127bc8d593e0e466f004a4adde|(commit)]] * Add support for DVBWorld USB cards with STV0288 demodulator. [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=8a4949b7e98cbb9e304416ecf6da978e1fb1fb9e|(commit)]] * Added support for Prof 7300 DVB-S/S2 cards [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=57f51dbc45f65f7ee1e8c8f77200bb8000e3e271|(commit)]] * tuner-3036: remove driver [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=45a5b872bda1a3b5a4959ce66d19381df82419c9|(commit)]] == HID == * Generate aliases for hid device modules to support autoloading [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=e8c84f9a5f06912c94c38961096c994da3890a2e|(commit)]], [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=02ae9a1a8bc1d08a8fd5f6a0b8bde400b0f891b9|(commit)]] * Add support for another Gyration remote control [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=1e093206734568e780c2717da1c89b97e9471954|(commit)]] * Add support for Bright ABNT2 brazilian device [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=a48c65b35a6f993aec13d18a37f6ea71fbcb0c06|(commit)]] * Add support for Sony Vaio VGX-TP1E [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=cc6e0bbb47f02fd36cd55b3189c0c79079096ab8|(commit)]] * Add support for Super Dual Box Pro USB PS2/PS2 adapter [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=66ebf66e497094f2c3fb3107d309c6a753beb0ff|(commit)]] * Autocentering support for Logitech MOMO Racing Wheel [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=2bea94db87362ad90d0959201f5c401767042be1|(commit)]] * Remove hid-ff [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=76483cf4d0efbc35eaf9905a437f2f1be0221360|(commit)]] == HWMON == * Add Ultra45 workstation hwmon driver. [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=e04180882faf69e896a8131ff3137788dd08b8d3|(commit)]] * applesmc: add support for iMac 5 [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=6e3530fa241ae759313496f67295c9252691ed04|(commit)]], iMac 8 [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=eefc488f96cdde6e152b45675b50bf380b95d99f|(commit)]], Macbook 5 [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=181209a1d91756bfd83b1d6ce2008cea3ca225b6|(commit)]], Macbook Air [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=f5274c972bac2d14c092a9c634e03f51785c7b76|(commit)]], Macbook Pro 3 [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=07e8dbd3ebbdedc71335049dd4b0d542cb038d7d|(commit)]], Macbook Pro 4 [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=d7549905f157f217b888edb0f2055f5090eaf1d8|(commit)]], Macbook Pro 5 [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=a66603257bf88bbe2c9fd6a97ee5dc24de15d196|(commit)]] * lm90: Support MAX6646, MAX6647 and MAX6649 [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=271dabf5bbf6ae6e2792cd5cf6f0434230e5c18c|(commit)]] * w83791d: add manual PWM support [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=6495ce184033d5e70dfdf5bb8d149e9e02feaaa9|(commit)]], add pwm_enable support [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=b5938f8c4a530b2fad18f2293ffaf79ac9f5a148|(commit)]], add support for thermal cruise mode [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=a5a4598cd2e7cae456a7f2a100bf0e5c3c7811c7|(commit)]] * add driver for the accelerometers ST lis3lv02dx, found in particular in the HP laptops [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=455fbdd376c3ed3a5be8c039348896fdd87e9930|(commit)]] == I2C == * i2c-i801: Add support for Intel Ibex Peak [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=c429a247f56d277f12eaffd6525922353e9539a5|(commit)]] * Renesas Highlander FPGA SMBus support [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=4ad48e6ab18c86255f534a2cdcba5a4ead57a15f|(commit)]] * i2c-viapro: Add VX800/VX820 support [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=b806a71a0e9dacb6763371561caa693c78b93d40|(commit)]] * i7300_idle driver v1.55 [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=27471fdb32e77ecb92f09d4ac5757785b4dc33bc|(commit)]] == Multi-Function Devices == * Core support for the WM8400 !AudioPlus !HiFi CODEC and PMU [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=1d9f9f040035da73d6ee5d2b3b3a25483a980da3|(commit)]] * Add WM8350 support [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=06532c474718e330a7e3625ef91b94e22991128c|(commit)]], [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=e7aabc346b111ae2ebcd390dcca7200a3361bb62|(commit)]], [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=0c42e0b7631f1bfccc27eedac2a1e03f4c8c824c|(commit)]], [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=ebccec0fa4e35dff0c18663a492a65f4dc6cad7a|(commit)]], [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=03c127ee1e0c5f7a5285d1af3d5c1571ac2646a1|(commit)]], [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=f8ea79c2ab39513e90054ed2828a85759d979bfa|(commit)]], [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=64a91ce93499dad945c4725d39b52f734d31b742|(commit)]], [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=9201d38b97c7de1b8e6e40449745acf456cff437|(commit)]], [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=213f326810b6852bc54f38fd8bb71793f70f2c7a|(commit)]], [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=89b4012befb1abca5e86d232bc0e2a797b0d9825|(commit)]], [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=0e7203933224cbe09b5a9125f55b177b8dd5b1bd|(commit)]], [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=c661a0b92d487ac20cc9cddbb8f4d40e4dcdbec1|(commit)]], [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=bcdd4efc1b6b8b98f30e127115f4bc7bbcd6f7ce|(commit)]],[[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=add41cb46175618fd42bc1ca07fe7f9dd38bf702|(commit)]] * Add base support for Dialog DA9030/DA9034 PMICs [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=26b8f5e1e2d1229c186d8e61d26513c43a058c5e|(commit)]] * Add OHCI cell to tc6393xb [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=51a55623565c6ca864f7cf19e87c2d4bde1c0c5e|(commit)]], [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=9e78cfe53f3c2bc1b37870697c3cde1543fefa8b|(commit)]] * rtc-twl4030 driver [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=f96411ab73647ebf9485d77546c0c1f554bafcd7|(commit)]] * TWL4030 driver [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=a603a7fa8717fb778bba91b5a879babf333dc6a3|(commit)]], [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=e9d359471dfed51a1bdeaa484ee7dac0679d0a20|(commit)]] == MTD == * Add Macronix CFI V1.0 !TopBottom detection [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=87e92c062b19eea6054532f8143a91242f104a6f|(commit)]] * Dataflash OTP support [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=34a82443b79dcda4304b229d555586296da40c16|(commit)]] * m25p80.c extended jedec support [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=d0e8c47c58575b9131e786edb488fd029eba443e|(commit)]] * NAND: * Driver extension to support NAND on TQM85xx modules [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=13f5369704d3c27a07936999f063be3a8a905398|(commit)]] * Freescale i.MX2 NAND driver [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=34f6e15786293e8d6ed05f9c19ed784ff15d2702|(commit)]] * GPIO NAND flash driver [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=aaf7ea20000436df3cbb397ccb734ad1e2e5164d|(commit)]] * nand_ecc.c: adding support for 512 byte ecc [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=d68156cfad0fe09201dd049fff167a8a881427ad|(commit)]] * sh_flctl: add support for Renesas SuperH FLCTL [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=6028aa01f759a1dae11e5d0e495b3dc9d2b0a47b|(commit)]] * OneNAND: * Add defines for HF and sync write [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=feb2f55db45919aa80731f8877b60cab454b7b94|(commit)]] * Add OMAP2 / OMAP3 OneNAND driver [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=36cd4fb5d277f34fe9e4db0deac2d4efd7dff735|(commit)]] == RTC == * Add device driver for Dallas DS3234 SPI RTC chip [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=2f9b75e09ec3f62f2ebecec0ac9aec58656c2459|(commit)]] * Add Starfire platform RTC driver. [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=de2cf332b74614ad3d52206da03095b6b8cbdac1|(commit)]] * Add Sun4V hypervisor RTC driver. [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=7a138ede551c5282c1b81d191bdd4aa989b119a8|(commit)]] * Add TI BQ4802 RTC driver. [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=cca4c231028405950a15f5a27d7326d18d909784|(commit)]] * Allow RTC_DRV_CMOS to be used on SPARC. [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=582defd8ddb90448d72692a8e1d5b2966d2ed819|(commit)]] * !M48T35: new RTC driver [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=d1dbd82e2ff02181a7102088a9fe83e17ddbcb47|(commit)]] * rtc-m48t59: add support for !M48T02 and !M48T59 chips [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=94fe7424a4c21940b4569200faaf0a0a5efd2924|(commit)]] * rtc-m41t80.c: add support for the ST !M41T65 RTC [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=d3a126fcf9df7dc59f1cc553c2fb2e668264e86c|(commit)]] * rtc-rs5c372: add support for Ricoh R2025S/D RTC [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=37fc5e2c42833c32f7c8eb5d9b3a3115bb37d9c3|(commit)]] * Delete old and now unused DS1286 driver. [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=4bdebe5b4a7216bd6bfca9e9b368abad8e9f9bd9|(commit)]] * Delete old and now unused !M48T35 RTC driver for SGI IP27. [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=09d9327b3420002c9952a81db37effec9dc1135e|(commit)]] == WATCHDOG == * Add AT91SAM9X watchdog [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=e6bb42e3d669afbeb4c971994614bcf241687666|(commit)]] * Add driver for winbond w83697ug/uf watchdog feature [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=7d8b09066117e3023e55964ae4626c107f437b60|(commit)]] * Add watchdog driver IT8716 IT8726 IT8712J/K [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=e1fee94f346387739e683b31815ab54dc0a30bd6|(commit)]] * Orion: add hardware watchdog support [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=22ac92322c83334b562024414b770e48927ae963|(commit)]] == LED == * Add backlight LED trigger [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=132e9306beedd049bc5de037f1996731a2ca3eed|(commit)]] * Add driver for HP harddisk protection LEDs [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=9c78ff6e65cad9f9fcf0bbde2bfbbf3a544fb704|(commit)]] * Add driver for Sunfire UltraSPARC server LEDs. [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=5843492ccce3568ff6eb6efc52fb793923207d0b|(commit)]] * da903x: Add support for LEDs found on DA9030/DA9034 [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=9e84561c8c8671d9e58d1893cc524a71b20c9183|(commit)]] * Remove uneeded leds-cm-x270 driver [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=85b064b66400abf626b0e9754118c2a8a212c19b|(commit)]] == ACPI == * dock: add bay and battery hotplug support, delete bay driver [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=db350b084dc2cf816288643861ce07b0562dd723|(commit 1]], [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=406f692d0803d73acd3984c1e11719d3a913fd5e|2]], [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=4be9309d15e88e4a1e4a78deb52eb88c7da38c99|3)]] * acer-wmi: Add rfkill support for wireless and bluetooth [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=0606e1abfcb66c3a29722162f5d2c7ad8b638237|(commit)]] * Add the support for _TTS object [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=e49f711cc8f3bf8d719a9f5c86e79ecc0a72bf70|(commit)]] * Validation for predefined ACPI methods/objects [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=e8707b340fb5b6313cde784b944a568dfd770ddd|(commit)]] * Add Intel ACPI IGD !OpRegion support [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=8ee1c3db9075cb3211352e737e0feb98fd733b20|(commit)]] == Various == * MMC * sdio: high-speed support [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=d16f57700475f670ca2828c150a34fa7102a05fc|(commit)]] * s3cmci: cpufreq support [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=f87e6d00fbd367f2d61fd600b5f8bd6e39d63f3f|(commit)]] * atmel-mci: Add experimental DMA support [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=65e8b083fc8ec303499baa1924ae032d46d29990|(commit)]], platform code for supporting multiple mmc slots [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=6b918657b7431e4c5c953b8222ae2f4fc1b2576a|(commit)]], support multiple mmc slots [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=965ebf33ea5afb6386f5b57cc71e6572253746b3|(commit)]] * serial * Allow 8250 to be used on sparc [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=b70ac7718579b5cbf3bdd74fd01132d1c91596f4|(commit)]], add more !OxSemi devices [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=b80de369aa5c7c8ce7ff7a691e86e1dcc89accc6|(commit)]], add support for Oxford Semiconductor Devices [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=7106b4e333baeaf3c596e4d240438059b8a7616d|(commit)]] * sh-sci: Add support SCIF of SH7723 [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=ba1d28181c586deec468cc6ae558c0c099f1b956|(commit)]] * coldfire: scheduled SERIAL_COLDFIRE driver removal [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=02f11f392434656f00fdcc8c51348d52bd39afe8|(commit)]] * lcd * Add SPI-based LCD and backlight driver for SHARP corgi/spitz [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=b18250a8f66050bd2a52287cd543fb93100e8ee0|(commit)]] * Add support for Toppoly TDO24M series LCD panels [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=dd89ccb23a718a25dd989a27b04bf52871c9fb23|(commit)]] * backlight * Add driver for Tabletkiosk Sahara TouchIT-213 Tablet PC [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=d03ebb12981e80de99e9b482639ec3b5795741f3|(commit)]] * Add support for Sharp SL-6000 LCD and backlight drivers [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=fbd1b17b43b8783a5408ec18c293dd8ebdc7e2cd|(commit)]] * da903x: Add backlight driver for DA9030/DA9034 [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=923ae48b5a92591c844ebdb21276b56093f4e5da|(commit)]] * W1 * New driver. DS2431 chip [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=d8273674721faaf84bec2190c0c7a82972b37f73|(commit)]] * Be able to manually add and remove slaves [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=9b46741119590bf23c5c519b49024eb2001cfafa|(commit)]] * Enable hardware strong pullup [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=6a158c0de791a81eb761ccf26ead1bd0834abac2|(commit)]] * CPUFREQ: Add idle microaccounting in ondemand governor [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=808009131046b62ac434dbc796c0fe8accaab415|(commit)]] * regulator: Add WM8350 regulator support [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=da09155ac8d3f04c299b3d82a6ab0df8d03da632|(commit)]], add WM8400 regulator support [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=42fad570b666256a3fd009e23e74cbb365a29ca8|(commit)]] * power_supply: Support for Texas Instruments BQ27200 battery managers [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=b996ad0e9fb15ca4acc60bcd0380912117a45d13|(commit)]] * pc8736x_gpio: add support for PC87365 chips [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=b64fd291acd8c921b4757faed1d4dded31c27edf|(commit)]] * panasonic-laptop: add Panasonic Let's Note laptop extras driver v0.94 [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=709ee531c153038d81b30649b9eeed3c44a4d5cc|(commit)]] * asus-laptop: Add support for P30/P35 [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=4d0b856ef7eea5c03f4c1fa57793286ac068f4cd|(commit)]] * edac x38: Memory error and detection on Intel X38 chipsets [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=df8bc08c192f00f155185bfd6f052d46a728814a|(commit)]] * UIO: add automata sercos3 pci card support [[http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=a6030fcc608bd333c80eab3bfc72f63906476c61|(commit)]] == Other sources tracking the kernel changes == * LWN: [[http://lwn.net/Articles/302754/|Merged for 2.6.28]], [[http://lwn.net/Articles/303609/|2.6.28 merge window, part 2]], [[http://lwn.net/Articles/304592/|Closing out the 2.6.28 merge window]] (lwn.net) * [[http://linux-foundation.org/weblogs/lwf/2008/10/24/2628-takes-shape/|2.6.28 takes shape]] (Linux Weather Forecast Blog) * [[http://www.heise-online.co.uk/open/Kernel-Log-Higher-and-Further-The-innovations-of-Linux-2-6-28--/features/112299/0|Higher and further : The innovations of Linux 2.6.28]] (Kernel Log @ Heise Online) * Kernel Log @ Heise Online : Comming in 2.6.28. * [[http://www.heise-online.co.uk/open/Kernel-Log-Coming-in-2-6-28-Part-1-ATA-support-and-block-layer--/news/111743|Part 1: ATA support and block layer]] * [[http://www.heise-online.co.uk/open/Kernel-Log-Coming-in-2-6-28-Part-2-network-infrastructure-and-network-drivers--/news/111749|Part 2: network infrastructure and network drivers]] * [[http://www.heise-online.co.uk/open/Kernel-Log-What-s-coming-in-2-6-28-Part-3-Dodgy-drivers--/news/111767|Part 3: Dodgy drivers]] * [[http://www.heise-online.co.uk/open/Kernel-Log-What-s-coming-in-2-6-28-Part-4-Improved-graphics-support--/news/111783|Part 4: Improved graphics support]] * [[http://www.heise-online.co.uk/open/Kernel-Log-What-s-coming-in-2-6-28-Part-5-updates-for-netbooks-and-notebooks--/news/111958|Kernel Part 5: updates for netbooks and notebooks]] * [[http://www.heise-online.co.uk/open/Kernel-Log-What-s-coming-in-2-6-28-Part-6-Changes-to-the-audio-drivers--/news/112259|Part 6: Changes to the audio drivers]] * [[http://www.heise-online.co.uk/open/Kernel-Log-What-s-coming-in-2-6-28-Part-7-architecture-support-memory-subsystem-and-virtualisation--/news/112273|Part 7: architecture support, memory subsystem and virtualisation]] * [[http://www.heise-online.co.uk/open/Kernel-log-What-s-coming-in-2-6-28-Part-8-Video4Linux-DVB-Wireless-USB-hardware-monitoring-and-inp--/news/112278|Part 8: Video4Linux/DVB, (Wireless) USB, hardware monitoring, and input devices]] * [[http://www.heise-online.co.uk/open/Kernel-Log-What-s-coming-in-2-6-28-Part-9-Fastboot-and-other-remainders--/news/112292|Part 9: Fastboot and other remainders]] * [[http://wireless.kernel.org/News/2008-12-23|Wireless features of the 2.6.28 kernel]] (Linux Wireless) * [[http://ieee1394.wiki.kernel.org/index.php/Release_Notes#Linux_2.6.28|Firewire Release Notes for Linux 2.6.28]] (Linux !FireWire wiki) ---- . CategoryReleases