Size: 5392
Comment: pragmas
|
Size: 13057
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 6: | Line 6: |
* Released December 24, 2004 [http://www.kernel.org/pub/linux/kernel/v2.6/ChangeLog-2.6.10 changelog] * Accounting: report single record for multithreaded process. In kernels before 2.6.10, a separate process accounting record was written for each thread created using NTPL. Since 2.6.10, a single accounting record is written for the entire process [http://kernel.org/git/?p=linux/kernel/git/torvalds/old-2.6-bkcvs.git;a=commit;h=fa4c8b605c3313de9e3170b68b9e4576a6a5d45e (commit)] * x86-64 clustered APIC support [http://kernel.org/git/?p=linux/kernel/git/torvalds/old-2.6-bkcvs.git;a=commit;h=7f8b8c2a84d1098aec520d1f701c752f10bc5396 (commit)] * Make rlimit settings per-process instead of per-thread for POSIX compliance [http://kernel.org/git/?p=linux/kernel/git/torvalds/old-2.6-bkcvs.git;a=commit;h=f1a81f9149ac2321978e1357eb697f95cc31e989 (commit)] * POSIX compliant CPU clocks [http://kernel.org/git/?p=linux/kernel/git/torvalds/old-2.6-bkcvs.git;a=commit;h=5842ca68fe016d84f5e9a247fa4d7bdd54ff4ee4 (commit)] * Show aggregate per-process counters in /proc/$PID/stat: Add up resource usage counters for live and dead threads to show aggregate per-process usage. This mirrors the new getrusage() semantics. /proc/$PID/task/$TID/stat still has the per-thread usage [http://kernel.org/git/?p=linux/kernel/git/torvalds/old-2.6-bkcvs.git;a=commit;h=99ae4bcef104d602d790eb7da7cfc241ca6eefee (commit)] * Report the pages used for pagetables in /proc/$PID/status [http://kernel.org/git/?p=linux/kernel/git/torvalds/old-2.6-bkcvs.git;a=commit;h=713a7e3b7505f501892f031c5a51f7d6c0b89c11 (commit)] * Display committed memory limit (per the current overcommit ratio) and the amount of memory remaining under this limit in meminfo [http://kernel.org/git/?p=linux/kernel/git/torvalds/old-2.6-bkcvs.git;a=commit;h=2fdc35b54263b69e695334e465210a8db55a4cfa (commit)] * Thrashing control tuning [http://kernel.org/git/?p=linux/kernel/git/torvalds/old-2.6-bkcvs.git;a=commit;h=146f46fa1ec0b76fa76bced34b4849934791532c (commit)] |
* Released December 24, 2004 [[http://www.kernel.org/pub/linux/kernel/v2.6/ChangeLog-2.6.10|changelog]] * Accounting: report single record for multithreaded process. In kernels before 2.6.10, a separate process accounting record was written for each thread created using NTPL. Since 2.6.10, a single accounting record is written for the entire process [[http://kernel.org/git/?p=linux/kernel/git/torvalds/old-2.6-bkcvs.git;a=commit;h=fa4c8b605c3313de9e3170b68b9e4576a6a5d45e|(commit)]] * x86-64 clustered APIC support [[http://kernel.org/git/?p=linux/kernel/git/torvalds/old-2.6-bkcvs.git;a=commit;h=7f8b8c2a84d1098aec520d1f701c752f10bc5396|(commit)]] * Make rlimit settings per-process instead of per-thread for POSIX compliance [[http://kernel.org/git/?p=linux/kernel/git/torvalds/old-2.6-bkcvs.git;a=commit;h=f1a81f9149ac2321978e1357eb697f95cc31e989|(commit)]] * POSIX compliant CPU clocks [[http://kernel.org/git/?p=linux/kernel/git/torvalds/old-2.6-bkcvs.git;a=commit;h=5842ca68fe016d84f5e9a247fa4d7bdd54ff4ee4|(commit)]] * Show aggregate per-process counters in /proc/$PID/stat: Add up resource usage counters for live and dead threads to show aggregate per-process usage. This mirrors the new getrusage() semantics. /proc/$PID/task/$TID/stat still has the per-thread usage [[http://kernel.org/git/?p=linux/kernel/git/torvalds/old-2.6-bkcvs.git;a=commit;h=99ae4bcef104d602d790eb7da7cfc241ca6eefee|(commit)]] * Report the pages used for pagetables in /proc/$PID/status [[http://kernel.org/git/?p=linux/kernel/git/torvalds/old-2.6-bkcvs.git;a=commit;h=713a7e3b7505f501892f031c5a51f7d6c0b89c11|(commit)]] * Display committed memory limit (per the current overcommit ratio) and the amount of memory remaining under this limit in meminfo [[http://kernel.org/git/?p=linux/kernel/git/torvalds/old-2.6-bkcvs.git;a=commit;h=2fdc35b54263b69e695334e465210a8db55a4cfa|(commit)]] * Thrashing control tuning [[http://kernel.org/git/?p=linux/kernel/git/torvalds/old-2.6-bkcvs.git;a=commit;h=146f46fa1ec0b76fa76bced34b4849934791532c|(commit)]] |
Line 16: | Line 16: |
* IRQ subsystem code rework [http://kernel.org/git/?p=linux/kernel/git/torvalds/old-2.6-bkcvs.git;a=commit;h=133bb1db6e22ec5c8b4d0d015deed5b2fa3e447c (commit)] | * IRQ subsystem code rework [[http://kernel.org/git/?p=linux/kernel/git/torvalds/old-2.6-bkcvs.git;a=commit;h=133bb1db6e22ec5c8b4d0d015deed5b2fa3e447c|(commit)]] |
Line 18: | Line 18: |
* Generic circular buffer type [http://lwn.net/Articles/107314/ (LWN article)] [http://kernel.org/git/?p=linux/kernel/git/torvalds/old-2.6-bkcvs.git;a=commit;h=2dbf22c09c31b815202b2ffd6ba2efbfa66c0f72 (commit)] * Ext3 block reservation [http://lwn.net/Articles/81357/ (LWN article)] [http://kernel.org/git/?p=linux/kernel/git/torvalds/old-2.6-bkcvs.git;a=commit;h=75e03cd329884cf024993a2d61c4c32bf7bf6c49 (commit)] * Ext3 online resizing patches [http://lwn.net/Articles/89560/ (LWN article)] [http://kernel.org/git/?p=linux/kernel/git/torvalds/old-2.6-bkcvs.git;a=commit;h=05a7a2e19ecde7b7c559bdf5009327cff3504d9b (commit)] * Add I/O error handling to journal operations in reiserfs [http://kernel.org/git/?p=linux/kernel/git/torvalds/old-2.6-bkcvs.git;a=commit;h=ee0bc517002dcc9e80de36ba0a75bba39d951da9 (commit)] * sysfs backing store [http://lwn.net/Articles/69523/ (LWN article)] * I/O space write barriers [http://lwn.net/Articles/103183/ (LWN article)] [http://kernel.org/git/?p=linux/kernel/git/torvalds/old-2.6-bkcvs.git;a=commit;h=50ff053344ac1afbed10f2d5ef0749f816401890 (commit)] * Modular, on-the-fly switchable I/O schedulers [http://lwn.net/Articles/102976/ (LWN article)] [http://kernel.org/git/?p=linux/kernel/git/torvalds/old-2.6-bkcvs.git;a=commit;h=d35eec28b8b0da58d9e7d16548fc9105535fa7fe (commit)] * CFQ v2 update [http://kernel.org/git/?p=linux/kernel/git/torvalds/old-2.6-bkcvs.git;a=commit;h=579eef5fa2be5ed12bc8d3df3555f4e2d725af64 (commit)] * BSD secure levels module [http://kernel.org/git/?p=linux/kernel/git/torvalds/old-2.6-bkcvs.git;a=commit;h=05f59528b1256613657b6f7fdd7d5bd4b20cb902 (commit)] * In-kernel cryptographic key management [http://kernel.org/git/?p=linux/kernel/git/torvalds/old-2.6-bkcvs.git;a=commit;h=33a2761288241488ccccedc24688cf33acfba0c9 (commit)] * DVD+RW support [http://kernel.org/git/?p=linux/kernel/git/torvalds/old-2.6-bkcvs.git;a=commit;h=dcc573b12a9d623a13ef156bbde6b116507b437a (commit)] * CDRW packet writing support [http://kernel.org/git/?p=linux/kernel/git/torvalds/old-2.6-bkcvs.git;a=commit;h=23cabaea5ba85ddaba415e1d5e12073e2ce7f8e3 (commit)] |
* Generic circular buffer type [[http://lwn.net/Articles/107314/|(LWN article)]] [[http://kernel.org/git/?p=linux/kernel/git/torvalds/old-2.6-bkcvs.git;a=commit;h=2dbf22c09c31b815202b2ffd6ba2efbfa66c0f72|(commit)]] * Ext3 block reservation [[http://lwn.net/Articles/81357/|(LWN article)]] [[http://kernel.org/git/?p=linux/kernel/git/torvalds/old-2.6-bkcvs.git;a=commit;h=75e03cd329884cf024993a2d61c4c32bf7bf6c49|(commit)]] * Ext3 online resizing patches [[http://lwn.net/Articles/89560/|(LWN article)]] [[http://kernel.org/git/?p=linux/kernel/git/torvalds/old-2.6-bkcvs.git;a=commit;h=05a7a2e19ecde7b7c559bdf5009327cff3504d9b|(commit)]] * Add I/O error handling to journal operations in reiserfs [[http://kernel.org/git/?p=linux/kernel/git/torvalds/old-2.6-bkcvs.git;a=commit;h=ee0bc517002dcc9e80de36ba0a75bba39d951da9|(commit)]] * sysfs backing store [[http://lwn.net/Articles/69523/|(LWN article)]] * I/O space write barriers [[http://lwn.net/Articles/103183/|(LWN article)]] [[http://kernel.org/git/?p=linux/kernel/git/torvalds/old-2.6-bkcvs.git;a=commit;h=50ff053344ac1afbed10f2d5ef0749f816401890|(commit)]] * Modular, on-the-fly switchable I/O schedulers [[http://lwn.net/Articles/102976/|(LWN article)]] [[http://kernel.org/git/?p=linux/kernel/git/torvalds/old-2.6-bkcvs.git;a=commit;h=d35eec28b8b0da58d9e7d16548fc9105535fa7fe|(commit)]] * CFQ v2 update [[http://kernel.org/git/?p=linux/kernel/git/torvalds/old-2.6-bkcvs.git;a=commit;h=579eef5fa2be5ed12bc8d3df3555f4e2d725af64|(commit)]] * BSD secure levels module [[http://kernel.org/git/?p=linux/kernel/git/torvalds/old-2.6-bkcvs.git;a=commit;h=05f59528b1256613657b6f7fdd7d5bd4b20cb902|(commit)]] * In-kernel cryptographic key management [[http://kernel.org/git/?p=linux/kernel/git/torvalds/old-2.6-bkcvs.git;a=commit;h=33a2761288241488ccccedc24688cf33acfba0c9|(commit)]] * DVD+RW support [[http://kernel.org/git/?p=linux/kernel/git/torvalds/old-2.6-bkcvs.git;a=commit;h=dcc573b12a9d623a13ef156bbde6b116507b437a|(commit)]] * CDRW packet writing support [[http://kernel.org/git/?p=linux/kernel/git/torvalds/old-2.6-bkcvs.git;a=commit;h=23cabaea5ba85ddaba415e1d5e12073e2ce7f8e3|(commit)]] |
Line 31: | Line 31: |
* Lock initializater unification [http://kernel.org/git/?p=linux/kernel/git/torvalds/old-2.6-bkcvs.git;a=commit;h=e09813fb9c74241a00883e6411e6e3cf66d63339 (commit)] * Panick blinking: Makes the keyboard blink when a oops happens - useful to know if the kernel has really oopsed or not (ej: X.org bugs) [http://kernel.org/git/?p=linux/kernel/git/torvalds/old-2.6-bkcvs.git;a=commit;h=5234bcafa9747f78ef723cb8bad14635cf17a811 (commit)] * Reworking of spin lock initialization [http://lwn.net/Articles/109505 (LWN article)] * Configurable /proc/kcore [http://kernel.org/git/?p=linux/kernel/git/torvalds/old-2.6-bkcvs.git;a=commit;h=71f16058e2ff1a154e6ed685a66819322c4cdf21 (commit)] |
* Lock initializater unification [[http://kernel.org/git/?p=linux/kernel/git/torvalds/old-2.6-bkcvs.git;a=commit;h=e09813fb9c74241a00883e6411e6e3cf66d63339|(commit)]] * Panick blinking: Makes the keyboard blink when a oops happens - useful to know if the kernel has really oopsed or not (ej: X.org bugs) [[http://kernel.org/git/?p=linux/kernel/git/torvalds/old-2.6-bkcvs.git;a=commit;h=5234bcafa9747f78ef723cb8bad14635cf17a811|(commit)]] * Reworking of spin lock initialization [[http://lwn.net/Articles/109505|(LWN article)]] * Configurable /proc/kcore [[http://kernel.org/git/?p=linux/kernel/git/torvalds/old-2.6-bkcvs.git;a=commit;h=71f16058e2ff1a154e6ed685a66819322c4cdf21|(commit)]] * Kobject Userspace Event Notification through a netlink socket [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=12025235884570ba7f02a6f427f973ac6be7ec54|commit]] * kevent: add block mount and umount support [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=29917e272bd25f227eddf43d4fd0a8e9e6794e3d|commit]] * Put symbolic links between drivers and modules in the sysfs tree [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=a6d70cf453d11f4cbbc292ac6bd8120fb1176279|commit]] * Wireless extensions v17 [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=c77821cb5a44f69e987dc83beba1a4b203ec6ceb|commit]] * export of SEQNUM to {{{/sys/kernel/hotplug_seqnum}}} (creates {{{/sys/kernel}}}) [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=c4b61455ac041b17933550fc06d436005df4d589|commit]] * USB: export inteface and configuration strings to sysfs [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=8e8f500e90f77638bebe46d86220bb9cf99ca69e|commit]] * Drivers & architectures * USB: Add B&B Electronics VID/PIDs to ftdi_sio [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=b0c177eccd1e99941bf1eb70b6b5c636c6a9fdb5|commit]] * prism54 initial WPA support [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=96ad68ac8bb51aa5f1de503e3bb077fc336ad28a|commit]] * prism54 add WE17 support [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=5378b931aef0d5e481a1d2f4eb0be82eb7b22476|commit]] * emu10k1: Audigy DSP support [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=d801facf7ce9d21f453a060ee014a87dd0cee99e|commit]] * intel8x0: Inverted EAPD support [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=d751c14cb85cdb2de56cd10abc3d886aa11add40|commit]] * Add S3C2410 (Samsung ARM9 Mobile SoC) watchdog driver [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=f0a6b0423edcf53e4a924c6485f88b686df932d1|commit]] * USB: Codemercs IO-Warrior support [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=3a18409b10d6759e80715b690c9da8d8e7c0c7fc|commit]] * Remove gameport/MIDI support [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=05ccb0a83fbf40e7f8dea04bf2a3805d264f02a0|commit]] * USB: Unusual_devs entry for Panasonic cameras [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=03ef9d05be029dee489ba4cd911de5ca4bf8ec95|commit]] * USB: Add On-The-Go support to file storage driver [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=ecabf237ffd4f70f656096120ce22b1e1b62b323|commit]] * USB: omap_udc supports 5910/1510 chips [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=10f249cf7f98600d2984b14524e7885bca786516|commit]] * Add scsi_target abstraction and place it in sysfs [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=a7711276ee8ecdcaf637257cca2f5e77a4562ff9|commit]] * aic79xx hostraid support [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=47702565ab6db518e6ebf59ea542f771970a7b1a|commit]] * scsi: Add reset ioctl capability to ULDs [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=0ed32242445728a4996bed0b873c81d9a859bb5c|commit]] * adding smc91x ethernet to lpd7a40x [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=671e8e53c5d489d6cfd4e5d111237f8dfb49c00c|commit]] * USB: Add Surecom USB Ethernet device ids to usbnet [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=a2ea17cb132468fabad09b94f78662000fb937c6|commit]] * i2c: Add Intel VRD 10.0 and AMD Opteron VID support [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=fd01b12a3de2f16681fb0c64c796c01ca7736515|commit]] * USB: add support for symlink from usb and usb-serial driver to its module in sysfs [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=199582351606015e00bc209132ed8a0c0740dd6e|commit]] * Added support of Mediastation [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=7476d3b890b476e203c19e97b479603b7cec8952|commit]] * Add UA-1000 sample rate detection [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=e118c0ee3d93aa10270413ea133cd4d09eedbd0b|commit]] * Added support for AudioTrak Prodigy 192 cards [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=4e896874971b36b4f789d313e6d70f521f7f9819|commit]] * Support for capture of 16,32,64 channels on emu10k1 device 2 [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=11153b7ffeff97ba343be77c2f3f8ef3b8770bee|commit]] * qla1280: ISP1020/1040 support [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=fc7630f4e3bbe30860d8f869e69fc582e7e53004|commit]] * libata: add sata_uli driver for ULi (formerly ALi) SATA [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=3ba393703435336706bfd3731108e018debce004|commit]] * rx checksum support for gige nForce ethernet [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=f6eb1264c96aba501ce4f65ddd0e7b5fbbfffbb2|commit]] * ns83820: add vlan tag hardware acceleration support [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=41ebfc9adbabdf49039f0cff40070432c5c61dae|commit]] * USB: Generic USB ATM/DSL core and completed SpeedTouch driver [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=68353b96ab49df0b62b2b5d735ac4d20ea2b35d5|commit]] * PCI Hotplug: RPA dynamic addition/removal of PCI Host Bridges [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=57c73f8aef6fb0eed669148334e1671dc44ba54c|commit]] * Adds AC'97 support to Aureon cards. [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=43e8001193b6cdc9b74b9eade6aac84f7a6e2bf4|commit]] * Add (experimental) CM9761 support [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=2efeb285cc28f3e1c0e50110d4c930b27b5f82c2|commit]] * Add Edirol UA-25 support [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=e65dcee7d806251a7dfb47f3841c798dcec78c37|commit]] * Alsa: Add overclocking option for the analog input [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=c232db9e6885be94619b3a675f666ef8427dfcc8|commit]] * Bluetooth: Add module parameter for disabling ISOC transfers [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=1dbca1a73e771cb708d3675caa7550c76caab578|commit]] * Bluetooth: Add security manager flags and options [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=82346c762ab6739a1f5dfda71ea88314afda7b11|commit]] * libata: add AHCI driver [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=971db06e0923193bcb4a0bc33096d4c8fe4c67bb|commit]] * netconsole support for b44 [[https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=12b59b29e02efc1e8f8fceaa2bfee155b442a228|commit]] |
2.6.10
Released December 24, 2004 changelog
Accounting: report single record for multithreaded process. In kernels before 2.6.10, a separate process accounting record was written for each thread created using NTPL. Since 2.6.10, a single accounting record is written for the entire process (commit)
x86-64 clustered APIC support (commit)
Make rlimit settings per-process instead of per-thread for POSIX compliance (commit)
POSIX compliant CPU clocks (commit)
Show aggregate per-process counters in /proc/$PID/stat: Add up resource usage counters for live and dead threads to show aggregate per-process usage. This mirrors the new getrusage() semantics. /proc/$PID/task/$TID/stat still has the per-thread usage (commit)
Report the pages used for pagetables in /proc/$PID/status (commit)
Display committed memory limit (per the current overcommit ratio) and the amount of memory remaining under this limit in meminfo (commit)
Thrashing control tuning (commit)
- Big Kernel Lock preemption
IRQ subsystem code rework (commit)
- Removal of the "BIO walking" helper functions
Generic circular buffer type (LWN article) (commit)
Ext3 block reservation (LWN article) (commit)
Ext3 online resizing patches (LWN article) (commit)
Add I/O error handling to journal operations in reiserfs (commit)
sysfs backing store (LWN article)
I/O space write barriers (LWN article) (commit)
Modular, on-the-fly switchable I/O schedulers (LWN article) (commit)
CFQ v2 update (commit)
BSD secure levels module (commit)
In-kernel cryptographic key management (commit)
DVD+RW support (commit)
CDRW packet writing support (commit)
- kernel events notification mechanism
Lock initializater unification (commit)
Panick blinking: Makes the keyboard blink when a oops happens - useful to know if the kernel has really oopsed or not (ej: X.org bugs) (commit)
Reworking of spin lock initialization (LWN article)
Configurable /proc/kcore (commit)
Kobject Userspace Event Notification through a netlink socket commit
kevent: add block mount and umount support commit
Put symbolic links between drivers and modules in the sysfs tree commit
Wireless extensions v17 commit
export of SEQNUM to /sys/kernel/hotplug_seqnum (creates /sys/kernel) commit
USB: export inteface and configuration strings to sysfs commit
Drivers & architectures
USB: Add B&B Electronics VID/PIDs to ftdi_sio commit
prism54 initial WPA support commit
prism54 add WE17 support commit
emu10k1: Audigy DSP support commit
intel8x0: Inverted EAPD support commit
Add S3C2410 (Samsung ARM9 Mobile SoC) watchdog driver commit
USB: Codemercs IO-Warrior support commit
Remove gameport/MIDI support commit
USB: Unusual_devs entry for Panasonic cameras commit
USB: Add On-The-Go support to file storage driver commit
USB: omap_udc supports 5910/1510 chips commit
Add scsi_target abstraction and place it in sysfs commit
aic79xx hostraid support commit
scsi: Add reset ioctl capability to ULDs commit
adding smc91x ethernet to lpd7a40x commit
USB: Add Surecom USB Ethernet device ids to usbnet commit
i2c: Add Intel VRD 10.0 and AMD Opteron VID support commit
USB: add support for symlink from usb and usb-serial driver to its module in sysfs commit
Added support of Mediastation commit
Add UA-1000 sample rate detection commit
Support for capture of 16,32,64 channels on emu10k1 device 2 commit
qla1280: ISP1020/1040 support commit
libata: add sata_uli driver for ULi (formerly ALi) SATA commit
rx checksum support for gige nForce ethernet commit
ns83820: add vlan tag hardware acceleration support commit
USB: Generic USB ATM/DSL core and completed SpeedTouch driver commit
PCI Hotplug: RPA dynamic addition/removal of PCI Host Bridges commit
Adds AC'97 support to Aureon cards. commit
Add (experimental) CM9761 support commit
Add Edirol UA-25 support commit
Alsa: Add overclocking option for the analog input commit
Bluetooth: Add module parameter for disabling ISOC transfers commit
Bluetooth: Add security manager flags and options commit
libata: add AHCI driver commit
netconsole support for b44 commit