aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/sep (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-09-04Staging: sep: Correct misspelled "remap_page_range" -> "remap_pfn_range"Robert P. J. Day1-1/+1
2012-07-19staging: sep_crypto.c: remove duplicated includeDuan Jiong1-1/+0
2012-07-19staging: sep_main.c: remove duplicated includeDuan Jiong1-1/+0
2012-07-11staging/sep: use module_pci_driver macroDevendra Naga1-26/+1
2012-07-06staging: sep: sep_crypto.c: Remove useless functions sep_dump and sep_dump_sgMarcos Paulo de Souza1-77/+0
2012-07-06staging: sep: sep_crypto.c: Remove useless function crypto_sep_dump_messageMarcos Paulo de Souza1-23/+0
2012-06-12staging "sep" Fix typos found while reading.Justin P. Mattock4-33/+33
2012-06-12Staging: sep: fix coding style issuesAdnan Ali2-19/+22
2012-05-02Merge 3.4-rc5 into staging-nextGreg Kroah-Hartman2-9/+9
2012-04-24staging, sep: Fix typo in sepMasanari Iida2-9/+9
2012-04-10staging: sep: Fix sign of errorAlan Cox1-3/+3
2012-02-13staging: Fix SEP buildAlan Cox2-2/+7
2012-02-10staging: sep: reworked crypto layerMark A. Allyn3-1421/+1717
2012-02-10staging: sep: NULL out pointers, mark debug code DEBUG to fix warningsMark A. Allyn1-4/+11
2012-02-10staging: sep: update initialisationMark A. Allyn1-13/+13
2012-02-10staging: sep: Add interfaces for the new functionsMark A. Allyn1-11/+49
2012-02-10staging: sep: Basic infrastructure for SEP DMA access to non CPU regionsMark A. Allyn2-25/+223
2012-02-10staging: sep: Add new PCI identifierMark A. Allyn2-5/+3
2012-01-31staging: sep: Fix warnings caused by sizeof() typesAlan Cox1-6/+6
2012-01-30staging: sep: SEP updateMark Allyn12-3215/+8960
2012-01-09Merge branch 'staging-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/stagingLinus Torvalds1-0/+2
2011-12-02treewide: Fix typos in various parts of the kernel, and fix some comments.Justin P. Mattock1-1/+1
2011-11-26Staging: sep: potential buffer overflow in ioctlDan Carpenter1-0/+2
2011-09-06staging: sep: call to sep_ioctl() may leave driver in unusable stateAlexey Khoroshilov1-3/+3
2011-07-25Merge branch 'staging-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging-2.6Linus Torvalds2-4/+4
2011-06-28staging: sep: fix function name in kernel-docJonathan Neuschäfer1-1/+1
2011-06-28staging: sep: clean up some checkpatch.pl issuesTim Retout2-3/+3
2011-06-20treewide: remove duplicate includesVitaliy Ivanov1-1/+0
2011-04-25staging: sep: resolve issue with false zero length of pageMark Allyn1-3/+6
2011-04-07Merge branch 'staging-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging-2.6Linus Torvalds1-13/+2
2011-04-04staging: sep: remove last memrar remnantsAlan Cox1-13/+2
2011-03-31Fix common misspellingsLucas De Marchi2-7/+7
2011-03-07staging: sep: remove unused ioctlsMark Allyn4-519/+1
2011-02-01staging: sep: Further tidyingAlan Cox1-59/+19
2011-01-21staging: sep: update driver to SEP version 3.4.5Mark Allyn3-21/+19
2011-01-21staging: sep: Remove un-needed debug printsMark Allyn1-203/+20
2011-01-21staging: sep: Add comment to TODO to clean up un-needed debug printsMark Allyn1-0/+1
2010-12-10staging: sep: fix comments in sep_get_static_pool_addr_handlerMark Allyn1-3/+1
2010-12-09Staging: sep: eliminate kernel crash due to null parameter in dma_alloc_coherentMark Allyn1-1/+1
2010-12-09Staging: sep: ensure that caller id buffer is little endianMark Allyn2-0/+11
2010-12-09Staging: sep: reduce 64 and 32 bit compile warningsMark Allyn1-61/+40
2010-12-09Staging: sep: limit time to wait for reconfig shared area completeMark Allyn2-1/+10
2010-12-09Staging: sep: remove completed items in TODOMark Allyn1-7/+0
2010-12-09Staging: sep: remove code for Moorestown deviceMark Allyn2-91/+20
2010-12-09Staging: sep: initialize driver copy of send and receive count with deviceMark Allyn1-0/+5
2010-12-09Staging: sep: clean up error checking in probe functionMark Allyn1-8/+15
2010-12-09Staging: sep: sram_addr is 32 bit; this is not a kernel address, but device internal valueMark Allyn1-1/+1
2010-12-09Staging: sep: remove spaces at end of linesMark Allyn1-7/+7
2010-12-09Staging: sep: remove virtual address being passed to user space applicationMark Allyn2-31/+6
2010-12-02staging/sep: Fix printk format warningPeter Huewe1-6/+6