summaryrefslogtreecommitdiffstats
path: root/include/linux
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds2008-07-215-9/+521
|\
| * USB: Force unbinding of drivers lacking reset_resume or other methodsAlan Stern2008-07-211-0/+1
| * USB: fix usb_reset_device and usb_reset_composite_device(take 3)Ming Lei2008-07-211-3/+2
| * USB: remove interface parameter of usb_reset_composite_deviceMing Lei2008-07-211-2/+1
| * USB Gadget: documentation updateAlan Stern2008-07-211-2/+6
| * usb: irda: cleanup on ir-usb moduleFelipe Balbi2008-07-211-0/+151
| * usb gadget: composite gadget coreDavid Brownell2008-07-211-0/+338
| * usb gadget: descriptor copying supportDavid Brownell2008-07-211-0/+19
| * USB: remove CVS keywordsAdrian Bunk2008-07-211-2/+0
| * USB: implement "soft" unbindingAlan Stern2008-07-211-0/+3
| * USB: handle pci_name() being constGreg Kroah-Hartman2008-07-211-1/+1
* | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/davej/cp...Linus Torvalds2008-07-211-3/+0
|\ \ | |/ |/|
| * [CPUFREQ] cpufreq: remove CVS keywordsAdrian Bunk2008-05-191-3/+0
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2008-07-213-11/+8
|\ \
| * | netfilter: nfnetlink_log: send complete hardware headerEric Leblond2008-07-211-0/+3
| * | netfilter: accounting rework: ct_extend + 64bit counters (v4)Krzysztof Piotr Oledzki2008-07-212-11/+5
* | | Merge branch 'x86/for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2008-07-211-0/+2
|\ \ \
| | \ \
| | \ \
| | \ \
| | \ \
| | \ \
| | \ \
| | \ \
| | \ \
| | \ \
| | \ \
| *---------. \ \ Merge branches 'x86/urgent', 'x86/amd-iommu', 'x86/apic', 'x86/cleanups', 'x8...Ingo Molnar2008-07-211-0/+2
| |\ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ / | |/| | | | | | |
| | | | | | | * | x86: Add a arch directory for x86 under debugfsvenkatesh.pallipadi@intel.com2008-07-181-0/+2
| | | | |_|_|/ / | | | |/| | | |
* | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/agk/linux-2.6-dmLinus Torvalds2008-07-212-2/+8
|\ \ \ \ \ \ \ \
| * | | | | | | | dm: introduce merge_bvec_fnMilan Broz2008-07-212-2/+8
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Merge branch 'for-linus' of git://neil.brown.name/mdLinus Torvalds2008-07-216-28/+61
|\ \ \ \ \ \ \ \
| * | | | | | | | md: Protect access to mddev->disks list using RCUNeilBrown2008-07-211-0/+3
| * | | | | | | | md: only count actual openers as access which prevent a 'stop'NeilBrown2008-07-211-1/+2
| * | | | | | | | md: linear: Make array_size sector-based and rename it to array_sectors.Andre Noll2008-07-211-1/+1
| * | | | | | | | md: Make mddev->array_size sector-based.Andre Noll2008-07-211-1/+1
| * | | | | | | | md: Remove some unused macros.Andre Noll2008-07-111-3/+0
| * | | | | | | | md: Turn rdev->sb_offset into a sector-based quantity.Andre Noll2008-07-111-1/+1
| * | | | | | | | Merge branch 'master' into for-nextNeil Brown2008-07-112-0/+16
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge branch 'for-neil' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw...Neil Brown2008-07-081-1/+1
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | md: resolve external metadata handling deadlock in md_allow_writeDan Williams2008-06-301-1/+1
| * | | | | | | | | | Merge branch 'master' into for-nextNeil Brown2008-07-0821-32/+50
| |\ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / | |/| | | | | | | | |
| * | | | | | | | | | md: replace R5_WantPrexor with R5_WantDrain, add 'prexor' reconstruct_statesDan Williams2008-06-281-3/+3
| * | | | | | | | | | md: replace STRIPE_OP_{BIODRAIN,PREXOR,POSTXOR} with 'reconstruct_states'Dan Williams2008-06-281-8/+1
| * | | | | | | | | | md: replace STRIPE_OP_CHECK with 'check_states'Dan Williams2008-06-281-6/+40
| * | | | | | | | | | md: kill STRIPE_OP_IO flagDan Williams2008-06-281-1/+0
| * | | | | | | | | | md: kill STRIPE_OP_MOD_DMA in raid5 offloadDan Williams2008-06-281-2/+0
| * | | | | | | | | | Make sure all changes to md/dev-XX/state are notifiedNeil Brown2008-06-281-0/+3
| * | | | | | | | | | Make sure all changes to md/sync_action are notified.Neil Brown2008-06-281-0/+2
| * | | | | | | | | | Allow setting start point for requested check/repairNeil Brown2008-06-281-0/+2
| * | | | | | | | | | Improve setting of "events_cleared" for write-intent bitmaps.Neil Brown2008-06-281-0/+1
| | |_|_|_|_|_|_|/ / | |/| | | | | | | |
* | | | | | | | | | Merge master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6 into nextDmitry Torokhov2008-07-21212-1753/+4577
|\ \ \ \ \ \ \ \ \ \ | | |_|_|_|/ / / / / | |/| | | | | | | |
| * | | | | | | | | Merge branch 'for-2.6.27' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2008-07-208-34/+56
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | lockd: Pass "struct sockaddr *" to new failover-by-IP functionChuck Lever2008-07-151-1/+1
| | * | | | | | | | | lockd: eliminate duplicate nlmsvc_lookup_host call from nlmsvc_lockJeff Layton2008-07-151-1/+2
| | * | | | | | | | | lockd: eliminate duplicate nlmsvc_lookup_host call from nlmsvc_testlockJeff Layton2008-07-151-1/+2
| | * | | | | | | | | file lock: reorder struct file_lock to save space on 64 bit buildsRichard Kennedy2008-07-131-2/+2
| | * | | | | | | | | Merge branch 'for-bfields' of git://linux-nfs.org/~tomtucker/xprt-switch-2.6 ...J. Bruce Fields2008-07-0374-206/+338
| | |\ \ \ \ \ \ \ \ \
| | | * | | | | | | | | svcrdma: Change WR context get/put to use the kmem cacheTom Tucker2008-07-021-6/+0
| | | * | | | | | | | | svcrdma: Remove unused wait q from svcrdma_xprt structureTom Tucker2008-07-021-1/+0