| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivial | Linus Torvalds | 2006-03-26 | 16 | -57/+33 |
|\ |
|
| * | drivers/char/ftape/lowlevel/fdc-io.c: Correct a comment | Bastien Roucaries | 2006-03-26 | 1 | -1/+1 |
| * | Kconfig help: MTD_JEDECPROBE already supports Intel | Adrian Bunk | 2006-03-26 | 1 | -3/+2 |
| * | BUG_ON() Conversion in drivers/s390/block/dasd_devmap.c | Eric Sesterhenn | 2006-03-26 | 1 | -4/+2 |
| * | BUG_ON() Conversion in input/serio/hp_sdc_mlc.c | Eric Sesterhenn | 2006-03-26 | 1 | -3/+4 |
| * | BUG_ON() Conversion in md/dm-table.c | Eric Sesterhenn | 2006-03-26 | 1 | -4/+2 |
| * | BUG_ON() Conversion in md/dm-path-selector.c | Eric Sesterhenn | 2006-03-26 | 1 | -2/+1 |
| * | BUG_ON() Conversion in drivers/isdn | Eric Sesterhenn | 2006-03-26 | 5 | -21/+9 |
| * | BUG_ON() Conversion in drivers/char | Eric Sesterhenn | 2006-03-26 | 2 | -9/+5 |
| * | BUG_ON() Conversion in drivers/mtd/ | Eric Sesterhenn | 2006-03-26 | 3 | -10/+7 |
* | | [PATCH] bitops: hweight() related cleanup | Akinobu Mita | 2006-03-26 | 1 | -2/+1 |
* | | [PATCH] more s/fucn/func/ typo fixes | Akinobu Mita | 2006-03-26 | 2 | -3/+3 |
* | | [PATCH] EDAC: use EXPORT_SYMBOL_GPL | Dave Peterson | 2006-03-26 | 1 | -14/+14 |
* | | [PATCH] EDAC: use sysbus_message in e752x code | Dave Peterson | 2006-03-26 | 1 | -4/+2 |
* | | [PATCH] EDAC: formatting cleanup | Dave Peterson | 2006-03-26 | 8 | -602/+558 |
* | | [PATCH] EDAC: reorder EXPORT_SYMBOL macros | Dave Peterson | 2006-03-26 | 1 | -25/+13 |
* | | [PATCH] EDAC: Kconfig dependency changes | Dave Peterson | 2006-03-26 | 1 | -5/+5 |
* | | [PATCH] EDAC: protect memory controller list | Dave Peterson | 2006-03-26 | 8 | -49/+37 |
* | | [PATCH] EDAC: kobject/sysfs fixes | Dave Peterson | 2006-03-26 | 2 | -43/+42 |
* | | [PATCH] EDAC: kobject_init/kobject_put fixes | Dave Peterson | 2006-03-26 | 1 | -24/+7 |
* | | [PATCH] EDAC: edac_mc_add_mc fix [2/2] | Dave Peterson | 2006-03-26 | 1 | -8/+9 |
* | | [PATCH] EDAC: edac_mc_add_mc fix [1/2] | Dave Peterson | 2006-03-26 | 1 | -18/+18 |
* | | [PATCH] EDAC: cleanup code for clearing initial errors | Dave Peterson | 2006-03-26 | 7 | -44/+13 |
* | | [PATCH] EDAC: e7xxx fix minor logic bug | Dave Peterson | 2006-03-26 | 1 | -1/+1 |
* | | [PATCH] EDAC: i82875p cleanup | Dave Peterson | 2006-03-26 | 1 | -22/+32 |
* | | [PATCH] EDAC: i82860 cleanup | Dave Peterson | 2006-03-26 | 1 | -11/+17 |
* | | [PATCH] EDAC: e752x cleanup | Dave Peterson | 2006-03-26 | 1 | -28/+7 |
* | | [PATCH] EDAC: amd76x pci_dev_get/pci_dev_put fixes | Dave Peterson | 2006-03-26 | 1 | -6/+2 |
* | | [PATCH] EDAC: name cleanup | Dave Peterson | 2006-03-26 | 7 | -15/+15 |
* | | [PATCH] EDAC: printk cleanup | Dave Peterson | 2006-03-26 | 8 | -240/+275 |
* | | [PATCH] EDAC: switch to kthread_ API | Dave Peterson | 2006-03-26 | 1 | -78/+10 |
* | | [PATCH] Dead code in drivers/isdn/avm/avmcard.h | Eric Sesterhenn | 2006-03-26 | 1 | -3/+1 |
* | | [PATCH] isdn4linux: Siemens Gigaset drivers - M105 USB DECT adapter | Hansjoerg Lipp | 2006-03-26 | 2 | -0/+1605 |
* | | [PATCH] isdn4linux: Siemens Gigaset drivers - isochronous data handler | Hansjoerg Lipp | 2006-03-26 | 1 | -0/+1009 |
* | | [PATCH] isdn4linux: Siemens Gigaset drivers - direct USB connection | Hansjoerg Lipp | 2006-03-26 | 1 | -0/+2365 |
* | | [PATCH] isdn4linux: Siemens Gigaset drivers - procfs interface | Hansjoerg Lipp | 2006-03-26 | 1 | -0/+81 |
* | | [PATCH] isdn4linux: Siemens Gigaset drivers - tty interface | Hansjoerg Lipp | 2006-03-26 | 1 | -0/+718 |
* | | [PATCH] isdn4linux: Siemens Gigaset drivers - isdn4linux interface | Hansjoerg Lipp | 2006-03-26 | 1 | -0/+567 |
* | | [PATCH] isdn4linux: Siemens Gigaset drivers - event layer | Hansjoerg Lipp | 2006-03-26 | 1 | -0/+1983 |
* | | [PATCH] isdn4linux: Siemens Gigaset drivers - common module | Hansjoerg Lipp | 2006-03-26 | 2 | -0/+2141 |
* | | [PATCH] isdn4linux: Siemens Gigaset drivers - Kconfigs and Makefiles | Hansjoerg Lipp | 2006-03-26 | 4 | -0/+50 |
* | | [PATCH] mempool: use mempool_create_slab_pool() | Matthew Dobson | 2006-03-26 | 10 | -26/+15 |
* | | [PATCH] mempool: use common mempool kzalloc allocator | Matthew Dobson | 2006-03-26 | 1 | -15/+2 |
* | | [PATCH] mempool: use common mempool kmalloc allocator | Matthew Dobson | 2006-03-26 | 6 | -117/+32 |
* | | [PATCH] mempool: use common mempool page allocator | Matthew Dobson | 2006-03-26 | 1 | -16/+1 |
* | | [PATCH] 3c59x: minor cleanups | Steffen Klassert | 2006-03-26 | 1 | -47/+34 |
* | | [PATCH] 3c59x: remove per-driver versioning | Steffen Klassert | 2006-03-26 | 1 | -7/+2 |
* | | [PATCH] 3c59x: use ethtool_op_get_link | Steffen Klassert | 2006-03-26 | 1 | -15/+1 |
* | | [PATCH] 3c59x: carriercheck for forced media | Steffen Klassert | 2006-03-26 | 1 | -4/+5 |
* | | [PATCH] 3c59x: decrease polling interval | Steffen Klassert | 2006-03-26 | 1 | -0/+4 |