summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2010-08-11ide: use module_param_named rather than module_param_callRusty Russell1-7/+13
2010-08-11param: update drivers/char/ipmi/ipmi_watchdog.c to new schemeRusty Russell1-15/+27
2010-08-11param: lock if_sdio's lbs_helper_name and lbs_fw_name against sysfs changes.Rusty Russell1-2/+30
2010-08-11param: lock myri10ge_fw_name against sysfs changes.Rusty Russell1-13/+41
2010-08-11param: simple locking for sysfs-writable charp parametersRusty Russell7-0/+24
2010-08-11param: remove unnecessary writable charpRusty Russell4-11/+11
2010-08-11param: add kerneldoc to moduleparam.hRusty Russell1-26/+95
2010-08-11param: locking for kernel parametersRusty Russell2-7/+82
2010-08-11param: make param sections const.Rusty Russell3-7/+7
2010-08-11param: use free hook for charp (fix leak of charp parameters)Rusty Russell1-2/+50
2010-08-11param: add a free hook to kernel_param_ops.Rusty Russell2-1/+18
2010-08-11param: silence .init.text references from param opsRusty Russell1-0/+13
2010-08-11Add param ops struct for hvc_iucv driver.Sachin Sant1-2/+7
2010-08-11nfs: update for module_param_named API changeStephen Rothwell1-2/+7
2010-08-11AppArmor: update for module_param_named API changeStephen Rothwell1-12/+24
2010-08-11param: use ops in struct kernel_param, rather than get and set fns directlyRusty Russell7-111/+186
2010-08-11param: move the EXPORT_SYMBOL to after the definitions.Rusty Russell1-26/+13
2010-08-11params: don't hand NULL values to param.set callbacks.Rusty Russell1-17/+3
2010-08-11documentation: fix erroneous email address.Rusty Russell1-1/+1
2010-08-10Merge branch 'for-linus' of git://neil.brown.name/mdLinus Torvalds25-501/+740
2010-08-10x86: fix up system call numbering nitLinus Torvalds2-2/+2
2010-08-10power: Remove owner field from attribute initialization code in OLPC driverGuenter Roeck1-1/+0
2010-08-10i2c.h: fix kernel-doc warningsRandy Dunlap1-0/+2
2010-08-10kernel/timer.c: fix kernel-doc function parameter warningRandy Dunlap1-0/+1
2010-08-10docbook: fixup media support files for htmldocs alsoRandy Dunlap1-1/+1
2010-08-10docbook: fix fatal error from libataRandy Dunlap1-1/+1
2010-08-10jfs: don't allow os2 xattr namespace overlap with othersDave Kleikamp1-49/+38
2010-08-10Merge branch 'for-2.6.36' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds154-3211/+4286
2010-08-10Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds109-5048/+13451
2010-08-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/wim/linux-2.6-watchdogLinus Torvalds9-26/+1192
2010-08-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...Linus Torvalds3-7/+11
2010-08-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds25-247/+336
2010-08-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds140-2126/+5019
2010-08-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty-2.6Linus Torvalds112-647/+5498
2010-08-10USB: serial: fix stalled writesJohan Hovold1-5/+10
2010-08-10USB: remove fake "address-of" expressionsAlan Stern4-23/+15
2010-08-10USB: fix thread-unsafe anchor utiliy routinesChristian Lamparter1-29/+21
2010-08-10USB: usbtest: support test device with only one iso-in or iso-out endpointMing Lei1-1/+4
2010-08-10USB: usbtest: avoid to free coherent buffer in atomic contextMing Lei1-1/+5
2010-08-10USB: xhci: Set DMA mask for host.Sarah Sharp1-0/+9
2010-08-10USB: xhci: Don't flush doorbell writes.Sarah Sharp1-5/+0
2010-08-10USB: xhci: Reduce reads and writes of interrupter registers.Sarah Sharp1-8/+10
2010-08-10USB: xhci: Make xhci_set_hc_event_deq() static.Sarah Sharp3-23/+23
2010-08-10USB: xhci: Minimize HW event ring dequeue pointer writes.Sarah Sharp1-13/+37
2010-08-10USB: xhci: Make xhci_handle_event() static.Sarah Sharp2-2/+1
2010-08-10USB: xhci: Remove unnecessary reads of IRQ_PENDING register.Sarah Sharp1-15/+12
2010-08-10USB: xhci: Performance - move xhci_work() into xhci_irq()Sarah Sharp1-43/+30
2010-08-10USB: xhci: Performance - move interrupt handlers into xhci-ring.cSarah Sharp3-103/+104
2010-08-10USB: xhci: Performance - move functions that find ep ring.Sarah Sharp4-48/+85
2010-08-10USB:: fix linux/usb.h kernel-doc warningsRandy Dunlap1-0/+3