Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | ibmveth: enable driver for CMO | Robert Jennings | 2008-07-25 | 2 | -34/+140 | |
| * | | ibmveth: Automatically enable larger rx buffer pools for larger mtu | Santiago Leon | 2008-07-25 | 1 | -7/+13 | |
| * | | Merge commit 'gcl/gcl-next' | Benjamin Herrenschmidt | 2008-07-25 | 1 | -2/+0 | |
| |\ \ | ||||||
| | * | | powerpc/mpc5200: Fix wrong 'no interrupt' handling in of_i2c | Wolfram Sang | 2008-07-22 | 1 | -2/+0 | |
* | | | | Merge branch 'linux-next' of git://git.infradead.org/~dedekind/ubi-2.6 | Linus Torvalds | 2008-07-25 | 17 | -603/+940 | |
|\ \ \ \ | ||||||
| * | | | | UBI: always start the background thread | Artem Bityutskiy | 2008-07-25 | 1 | -4/+2 | |
| * | | | | UBI: fix gcc warning | Artem Bityutskiy | 2008-07-24 | 1 | -1/+1 | |
| * | | | | UBI: remove pre-sqnum images support | Artem Bityutskiy | 2008-07-24 | 5 | -79/+30 | |
| * | | | | UBI: fix kernel-doc errors and warnings | Artem Bityutskiy | 2008-07-24 | 8 | -35/+23 | |
| * | | | | UBI: fix checkpatch.pl errors and warnings | Artem Bityutskiy | 2008-07-24 | 11 | -81/+78 | |
| * | | | | UBI: bugfix - do not torture PEB needlessly | Artem Bityutskiy | 2008-07-24 | 1 | -1/+1 | |
| * | | | | UBI: rework scrubbing messages | Artem Bityutskiy | 2008-07-24 | 2 | -2/+12 | |
| * | | | | UBI: implement multiple volumes rename | Artem Bityutskiy | 2008-07-24 | 5 | -12/+318 | |
| * | | | | UBI: fix and re-work debugging stuff | Artem Bityutskiy | 2008-07-24 | 11 | -177/+206 | |
| * | | | | UBI: amend commentaries | Artem Bityutskiy | 2008-07-24 | 9 | -126/+127 | |
| * | | | | UBI: fix error message | Artem Bityutskiy | 2008-07-24 | 1 | -1/+1 | |
| * | | | | UBI: improve mkvol request validation | Artem Bityutskiy | 2008-07-24 | 2 | -4/+7 | |
| * | | | | UBI: add ubi_sync() interface | Artem Bityutskiy | 2008-07-24 | 1 | -0/+24 | |
| * | | | | UBI: fix 64-bit calculations | Bruce Leonard | 2008-07-24 | 1 | -1/+2 | |
| * | | | | UBI: fix LEB locking | Artem Bityutskiy | 2008-07-24 | 1 | -20/+7 | |
| * | | | | UBI: fix memory leak on error path | Artem Bityutskiy | 2008-07-24 | 1 | -4/+30 | |
| * | | | | UBI: do not forget to free internal volumes | Artem Bityutskiy | 2008-07-24 | 1 | -3/+25 | |
| * | | | | UBI: fix memory leak | Artem Bityutskiy | 2008-07-24 | 4 | -29/+9 | |
| * | | | | UBI: avoid unnecessary division operations | Kyungmin Park | 2008-07-24 | 8 | -16/+18 | |
| * | | | | UBI: fix buffer padding | Kyungmin Park | 2008-07-24 | 1 | -3/+3 | |
| * | | | | UBI: add a comment | Artem Bityutskiy | 2008-07-24 | 1 | -1/+10 | |
| * | | | | UBI: print error code | Artem Bityutskiy | 2008-07-24 | 1 | -18/+21 | |
* | | | | | Fix ahci driver 'flags' type | Linus Torvalds | 2008-07-25 | 1 | -1/+1 | |
* | | | | | edac: mpc85xx fix pci ofdev 2nd pass | Dave Jiang | 2008-07-25 | 1 | -24/+43 | |
* | | | | | edac: mv64x60 add pci fixup | Dave Jiang | 2008-07-25 | 1 | -0/+35 | |
* | | | | | edac: mv64x60 fix get_property | Dave Jiang | 2008-07-25 | 1 | -1/+1 | |
* | | | | | edac: e752x fix too loud on nonmemory errors | Doug Thompson | 2008-07-25 | 1 | -17/+42 | |
* | | | | | edac: core fix added newline to sysfs dimm labels | Arthur Jones | 2008-07-25 | 1 | -1/+5 | |
* | | | | | edac: core fix static to dynamic kset | Arthur Jones | 2008-07-25 | 1 | -9/+6 | |
* | | | | | edac: core fix redundant sysfs controls to parameters | Arthur Jones | 2008-07-25 | 1 | -116/+1 | |
* | | | | | edac: core fix workq timer | Arthur Jones | 2008-07-25 | 1 | -1/+21 | |
* | | | | | edac: core fix to use dynamic kobject | Arthur Jones | 2008-07-25 | 1 | -9/+21 | |
* | | | | | edac: i5100: cleanup | Arthur Jones | 2008-07-25 | 1 | -135/+261 | |
* | | | | | edac: i5100 fix unmask ecc bits | Arthur Jones | 2008-07-25 | 1 | -0/+6 | |
* | | | | | edac: i5100 fix enable ecc hardware | Arthur Jones | 2008-07-25 | 1 | -0/+10 | |
* | | | | | edac: i5100 fix missing bits | Arthur Jones | 2008-07-25 | 1 | -3/+15 | |
* | | | | | edac: i5100 new intel chipset driver | Arthur Jones | 2008-07-25 | 3 | -0/+835 | |
* | | | | | aoe: convert emsgs_sema into a completion | Matthias Kaehlcke | 2008-07-25 | 1 | -4/+5 | |
* | | | | | unexport proc_clear_tty | Adrian Bunk | 2008-07-25 | 1 | -1/+0 | |
* | | | | | dell_rbu: use memory_read_from_buffer() | Akinobu Mita | 2008-07-25 | 1 | -25/+3 | |
* | | | | | dcdbas: use memory_read_from_buffer() | Akinobu Mita | 2008-07-25 | 1 | -11/+2 | |
* | | | | | firmware: use memory_read_from_buffer() | Akinobu Mita | 2008-07-25 | 1 | -9/+3 | |
* | | | | | drivers/misc/phantom: note PCI | Jiri Slaby | 2008-07-25 | 2 | -2/+4 | |
* | | | | | Char: mxser, various cleanups | Jiri Slaby | 2008-07-25 | 1 | -20/+4 | |
* | | | | | Char: mxser, remove predefined isa support | Jiri Slaby | 2008-07-25 | 1 | -40/+27 |