summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2008-07-22driver core: remove DEVICE_NAME_SIZE defineKay Sievers2-4/+1
2008-07-22driver core: remove KOBJ_NAME_LEN defineKay Sievers3-4/+2
2008-07-22class: add lockdep infrastructureMatthew Wilcox1-2/+23
2008-07-22class: move driver core specific parts to a private structureGreg Kroah-Hartman1-5/+2
2008-07-22Driver Core: add ability for class_find_device to start in middle of listGreg Kroah-Hartman1-1/+2
2008-07-22Driver Core: add ability for class_for_each_device to start in middle of listGreg Kroah-Hartman1-1/+2
2008-07-22device create: convert device_create_drvdata to device_createGreg Kroah-Hartman1-5/+4
2008-07-22driver core: remove device_create()Greg Kroah-Hartman1-3/+0
2008-07-22sysfs: add /sys/dev/{char,block} to lookup sysfs path by major:minorDan Williams1-0/+3
2008-07-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds5-9/+521
2008-07-22USB: Force unbinding of drivers lacking reset_resume or other methodsAlan Stern1-0/+1
2008-07-22USB: fix usb_reset_device and usb_reset_composite_device(take 3)Ming Lei1-3/+2
2008-07-22USB: remove interface parameter of usb_reset_composite_deviceMing Lei1-2/+1
2008-07-22USB Gadget: documentation updateAlan Stern1-2/+6
2008-07-22usb: irda: cleanup on ir-usb moduleFelipe Balbi1-0/+151
2008-07-22usb gadget: composite gadget coreDavid Brownell1-0/+338
2008-07-22usb gadget: descriptor copying supportDavid Brownell1-0/+19
2008-07-22USB: remove CVS keywordsAdrian Bunk1-2/+0
2008-07-22USB: implement "soft" unbindingAlan Stern1-0/+3
2008-07-22USB: handle pci_name() being constGreg Kroah-Hartman1-1/+1
2008-07-22Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/davej/cp...Linus Torvalds1-3/+0
2008-07-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds3-11/+8
2008-07-21Merge branch 'x86/for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-0/+2
2008-07-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/agk/linux-2.6-dmLinus Torvalds2-2/+8
2008-07-21Merge branch 'for-linus' of git://neil.brown.name/mdLinus Torvalds6-28/+61
2008-07-21netfilter: nfnetlink_log: send complete hardware headerEric Leblond1-0/+3
2008-07-21netfilter: accounting rework: ct_extend + 64bit counters (v4)Krzysztof Piotr Oledzki2-11/+5
2008-07-21Merge branches 'x86/urgent', 'x86/amd-iommu', 'x86/apic', 'x86/cleanups', 'x8...Ingo Molnar1-0/+2
2008-07-21dm: introduce merge_bvec_fnMilan Broz2-2/+8
2008-07-21md: Protect access to mddev->disks list using RCUNeilBrown1-0/+3
2008-07-21md: only count actual openers as access which prevent a 'stop'NeilBrown1-1/+2
2008-07-21md: linear: Make array_size sector-based and rename it to array_sectors.Andre Noll1-1/+1
2008-07-21md: Make mddev->array_size sector-based.Andre Noll1-1/+1
2008-07-21Merge master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6 into nextDmitry Torokhov212-1753/+4577
2008-07-21Merge branch 'for-2.6.27' of git://linux-nfs.org/~bfields/linuxLinus Torvalds8-34/+56
2008-07-21Merge branch 'for-linus' of git://git.o-hand.com/linux-mfdLinus Torvalds1-90/+95
2008-07-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/v4l-dvbLinus Torvalds2-8/+14
2008-07-21Merge branch 'kvm-updates-2.6.27' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-6/+38
2008-07-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds51-433/+1385
2008-07-21Merge branch 'configfs-fixup-ptr-error' of git://oss.oracle.com/git/jlbec/lin...Linus Torvalds1-3/+4
2008-07-21tty: add more tty_port fieldsAlan Cox2-4/+4
2008-07-21cyclades: use tty_portAlan Cox1-6/+1
2008-07-21stallion: use tty_portAlan Cox1-5/+1
2008-07-21istallion: use tty_portAlan Cox1-5/+1
2008-07-21gs: use tty_portAlan Cox1-6/+2
2008-07-21esp: use tty_portAlan Cox1-7/+2
2008-07-21tty.h: clean upAlan Cox1-80/+85
2008-07-21serial: use tty_portAlan Cox1-14/+12
2008-07-21tty: Introduce a tty_port common structureAlan Cox1-1/+29
2008-07-21tty: Ldisc revampAlan Cox2-6/+10