summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2006-12-02[PATCH] mv643xx_eth: fix unbalanced parentheses in macrosMariusz Kozlowski1-2/+2
2006-12-02[PATCH] forcedeth: add new NVIDIA pci idsAyaz Abdulla1-0/+4
2006-12-02[PATCH] wext: extend MLME supportChristian Lamparter1-0/+2
2006-12-02[PATCH] 2.6.18: sb1250-mac: Missing inclusions from <linux/phy.h>Maciej W. Rozycki1-0/+4
2006-12-02Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linusLinus Torvalds1-0/+2
2006-12-02Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds1-16/+165
2006-12-02Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/pci-2.6Linus Torvalds4-1/+16
2006-12-02Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/driver-2.6Linus Torvalds9-18/+66
2006-12-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialLinus Torvalds6-8/+6
2006-12-02Driver core: show drivers in /sys/module/Kay Sievers1-0/+1
2006-12-02Driver core: platform_driver_probe(), can save codespaceDavid Brownell1-0/+6
2006-12-02driver core: Introduce device_move(): move a device to a new parent.Cornelia Huck3-0/+17
2006-12-02driver core: Introduce device_find_child().Cornelia Huck1-0/+2
2006-12-02ACPI: Change ACPI to use dev_archdata instead of firmware_dataBenjamin Herrenschmidt1-2/+0
2006-12-02Driver core: add dev_archdata to struct deviceBenjamin Herrenschmidt1-0/+3
2006-12-02Driver core: convert fb code to use struct deviceGreg Kroah-Hartman1-4/+4
2006-12-02Driver core: convert mmc code to use struct deviceGreg Kroah-Hartman1-4/+4
2006-12-02Driver core: convert tty core to use struct deviceGreg Kroah-Hartman1-3/+2
2006-12-02Driver core: change misc class_devices to be real devicesGreg Kroah-Hartman1-3/+2
2006-12-02Driver Core: Move virtual_device_parent() to core.cGreg Kroah-Hartman1-2/+0
2006-12-02Driver core: add notification of bus eventsBenjamin Herrenschmidt1-0/+25
2006-12-02PCI: irq: irq and pci_ids patch for Intel ICH9Jason Gaston1-0/+7
2006-12-02PCI: switch pci_{enable,disable}_device() to be nestableInaky Perez-Gonzalez1-1/+2
2006-12-02Altix: Initial ACPI support - ROM shadowing.John Keller1-0/+1
2006-12-02PCI: Make some MSI-X #defines genericMichael Ellerman1-0/+6
2006-12-02USB: keep count of unsuspended childrenAlan Stern1-0/+1
2006-12-02USB: struct usb_device: change flag to bitflagAlan Stern1-1/+1
2006-12-02USB: expand autosuspend/autoresume APIAlan Stern1-3/+26
2006-12-02USB: makes usb_endpoint_* functions inline.Luiz Fernando N. Capitulino1-11/+131
2006-12-02usb/hub: allow hubs up to 31 childreninaky@linux.intel.com1-1/+6
2006-12-01[BLOCK] Cleanup unused variable passingJens Axboe1-2/+2
2006-12-01[PATCH] block: support larger block pc requestsMike Christie1-3/+4
2006-12-01[PATCH] blktrace: add timestamp messageOlaf Kirch1-0/+12
2006-11-30Fix typos in doc and commentsJan Engelhardt1-2/+2
2006-11-30Fix misc .c/.h comment typosMatt LaPlante2-2/+2
2006-11-30Fix jiffies.h commentChase Venters1-1/+1
2006-11-30fix spelling error in include/linux/kernel.hJim Cromie1-1/+1
2006-11-30mqueue.h: don't include linux/types.hAlexey Dobriyan1-2/+0
2006-11-30[MIPS] Add support for kexecNicolas Schichan1-0/+2
2006-11-29[NET]: Fix MAX_HEADER setting.David S. Miller1-2/+4
2006-11-27Fix 'ALIGN()' macro, take 2Linus Torvalds1-1/+3
2006-11-27Revert "[PATCH] Enforce "unsigned long flags;" when spinlocking"Linus Torvalds2-86/+20
2006-11-26[PATCH] lockdep: spin_lock_irqsave_nested()Arjan van de Ven2-0/+20
2006-11-26[PATCH] Enforce "unsigned long flags;" when spinlockingAlexey Dobriyan2-14/+76
2006-11-26[PATCH] mounstats NULL pointer dereferenceVasily Tarasov1-1/+3
2006-11-22[IGMP]: Fix IGMPV3_EXP() normalization bit shift value.David L Stevens1-1/+1
2006-11-20Add "pure_initcall" for static variable initializationLinus Torvalds1-0/+8
2006-11-20[CRYPTO] api: Remove one too many semicolonYoichi Yuasa1-1/+1
2006-11-16Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds6-53/+55
2006-11-16[PATCH] fat: add fat_getattr()OGAWA Hirofumi1-0/+2