aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2011-01-04crypto: mv_cesa - dont return PTR_ERR() of wrong pointerGravatar Roel Kluin 1-1/+1
2010-12-29crypto: omap-sham - backlog handling fixGravatar Dmitry Kasatkin 1-4/+3
2010-12-02crypto: omap-aes - checkpatch --file warning fixesGravatar Dmitry Kasatkin 1-3/+3
2010-12-02crypto: omap-aes - initialize aes module once per requestGravatar Dmitry Kasatkin 1-26/+28
2010-12-02crypto: omap-aes - unnecessary code removedGravatar Dmitry Kasatkin 1-53/+17
2010-12-02crypto: omap-aes - error handling implementation improvedGravatar Dmitry Kasatkin 1-41/+93
2010-12-02crypto: omap-aes - redundant locking is removedGravatar Dmitry Kasatkin 1-38/+32
2010-12-02crypto: omap-aes - DMA initialization fixes for OMAP off modeGravatar Dmitry Kasatkin 1-12/+12
2010-11-27crypto: omap-sham - zero-copy scatterlist handlingGravatar Dmitry Kasatkin 1-26/+61
2010-11-27crypto: omap-sham - FLAGS_FIRST is redundant and removedGravatar Dmitry Kasatkin 1-7/+1
2010-11-27crypto: omap-sham - hash-in-progress is stored in hw formatGravatar Dmitry Kasatkin 1-14/+24
2010-11-27crypto: omap-sham - crypto_ahash_final() now not need to be called.Gravatar Dmitry Kasatkin 1-86/+82
2010-11-27crypto: omap-sham - removed redundunt lockingGravatar Dmitry Kasatkin 1-26/+21
2010-11-27crypto: omap-sham - error handling improvedGravatar Dmitry Kasatkin 1-23/+44
2010-11-27crypto: omap-sham - DMA initialization fixes for off modeGravatar Dmitry Kasatkin 1-9/+10
2010-11-27crypto: omap-sham - uses digest buffer in request contextGravatar Dmitry Kasatkin 1-3/+8
2010-10-27Merge branch 'drm-core-next' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 6-6/+17
2010-10-27Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/asy...Gravatar Linus Torvalds 14-899/+5276
2010-10-27Merge branch 'viafb-next' of git://github.com/schandinat/linux-2.6Gravatar Linus Torvalds 20-1245/+974
2010-10-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-2.6-mn10300Gravatar Linus Torvalds 3-3/+23
2010-10-27Merge branch 'module' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/...Gravatar Linus Torvalds 2-1/+3
2010-10-27Merge branch 'akpm-incoming-2'Gravatar Linus Torvalds 55-373/+3092
2010-10-27proc_bus_pci_ioctl: remove pointless BKL usageGravatar Linus Torvalds 1-3/+0
2010-10-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Gravatar Linus Torvalds 86-1439/+3557
2010-10-28drm/radeon/kms: enable unmappable vram for evergreenGravatar Alex Deucher 1-0/+2
2010-10-28drm/radeon/kms: fix tiled db height calculation on 6xx/7xxGravatar Alex Deucher 1-6/+8
2010-10-28drm/radeon/kms: fix handling of tex lookup disable in cs checker on r2xxGravatar Alex Deucher 4-0/+7
2010-10-27Remove duplicate includes from many filesGravatar Zimny Lech 2-2/+0
2010-10-27ramoops: use the platform data structure instead of module paramsGravatar Kyungmin Park 1-2/+28
2010-10-27w1: don't allow arbitrary users to remove w1 devicesGravatar Brian Swetland 1-4/+4
2010-10-27rapidio: fix destructive port EM initialization for Tsi568Gravatar Alexandre Bounine 1-5/+10
2010-10-27rapidio: fix maximum port number in tsi57x EM initializationGravatar Alexandre Bounine 1-1/+2
2010-10-27rapidio: fix IDLE2 bits corruptionGravatar Alexandre Bounine 1-7/+2
2010-10-27rapidio: add handling of redundant routesGravatar Alexandre Bounine 3-51/+54
2010-10-27rapidio: add support for IDT CPS Gen2 switchesGravatar Alexandre Bounine 3-0/+455
2010-10-27rapidio: add device access check into the enumerationGravatar Alexandre Bounine 3-1/+9
2010-10-27rapidio: add handling of orphan port-write messageGravatar Alexandre Bounine 2-5/+110
2010-10-27rapidio: modify sysfs initialization for switchesGravatar Alexandre Bounine 1-7/+19
2010-10-27rapidio: add default handler for error-stopped stateGravatar Alexandre Bounine 3-31/+201
2010-10-27rapidio: add relation links between RIO device structuresGravatar Alexandre Bounine 1-33/+23
2010-10-27rapidio: use stored ingress port number instead of register readGravatar Alexandre Bounine 1-27/+9
2010-10-27rapidio: fix RapidIO sysfs hierarchyGravatar Alexandre Bounine 2-1/+2
2010-10-27drivers/char/mxser.c: fix compilation warning in mxser.cGravatar Rakib Mullick 1-0/+4
2010-10-27drivers/char/rio/Makefile: replace the use of <module>-objs with <module>-yGravatar Tracey Dent 1-1/+1
2010-10-27drivers/char/pcmcia/ipwireless/Makefile: Makefile: replace the use of <module...Gravatar Tracey Dent 1-1/+1
2010-10-27drivers/char/mwave/Makefile: clean upGravatar Tracey Dent 1-2/+2
2010-10-27drivers/char/ipmi/Makefile: replace the use of <module>-objs with <module>-yGravatar Tracey Dent 1-1/+1
2010-10-27drivers/char/ip2/Makefile: replace the use of <module>-objs with <module>-yGravatar Tracey Dent 1-1/+1
2010-10-27drivers/char/synclink_gt.c: add extended sync featureGravatar Paul Fulghum 1-3/+108
2010-10-27drivers/char/synclink_gt.c: fix information leak to userlandGravatar Vasiliy Kulikov 1-0/+3