summaryrefslogtreecommitdiffstats
path: root/drivers/staging/sep
AgeCommit message (Expand)AuthorLines
2014-07-27staging: sep: remove driverKristina Martšenko-9877/+0
2014-07-21staging: sep: Fix blank lines issue reported by checkpatchLABBE Corentin-43/+4
2014-07-21staging: sep: Fix misceanellous problems reported by checkpatchLABBE Corentin-3/+2
2014-07-21staging: sep: No else is necessary after a break (reported by checkpatch)LABBE Corentin-3/+2
2014-06-19staging: sep: Fix checkpatch.pl warningsBenedict Boerger-0/+17
2014-05-26drivers/staging: Remove useless return variablesPeter Senna Tschudin-2/+1
2014-05-15staging: sep: Fix coding styleCamille Bordignon-0/+11
2014-03-16staging: sep: Add fallthrough commentAndreea-Cristina Bernat-0/+1
2014-02-27Staging: sep: Fix line length over 80 characters in sep_main.cMonam Agarwal-1/+2
2014-02-27Staging: sep: Fix quoted string split across lines in sep_main.cMonam Agarwal-54/+36
2014-02-27Staging: sep: Fix missing space after return type in sep_crypto.cMonam Agarwal-1/+1
2013-12-20staging: sep: add missing destroy_workqueue() in sep_crypto.cWei Yongjun-0/+2
2013-12-17staging: delete non-required instances of include <linux/init.h>Paul Gortmaker-2/+0
2013-12-02staging: remove DEFINE_PCI_DEVICE_TABLE macroJingoo Han-1/+1
2013-10-28staging: sep: do not use comparisons on bool testsValentina Manea-12/+10
2013-10-27staging: sep: add missing misc_deregister() on error in sep_register_driver_w...Wei Yongjun-0/+1
2013-10-19Staging: sep: Fix Smatch Warning in sep_crypto.cRashika Kheria-2/+2
2013-10-05sep: Convert sep_lock_user_pages() to get_user_pages_fast()Jan Kara-7/+2
2013-05-16staging: sep: fix driver build and kconfigRandy Dunlap-1/+1
2013-03-28staging: sep: Fix typo in printk within sep driverMasanari Iida-3/+3
2013-03-15staging: sep: fix possible memory leak in sep_prepare_input_dma_table()Wei Yongjun-1/+1
2013-03-11staging: sep: using strlcpy instead of strncpyChen Gang-3/+8
2013-03-11staging/sep: Check pointers before dereferencing (fix smatch warning)Peter Huewe-2/+3
2013-03-11staging/sep: Fix smatch false positive about potential NULL dereference in se...Peter Huewe-1/+1
2013-02-11staging: Remove unnecessary OOM messagesJoe Perches-36/+14
2013-01-22staging: sep: remove assignment to i and j in sep_crypto_setupDevendra Naga-4/+0
2012-11-21staging: sep: remove use of __devinitBill Pemberton-1/+1
2012-10-29staging: sep: return -EFAULT on copy_from_user failureDevendra Naga-2/+2
2012-09-04Staging: sep: Correct misspelled "remap_page_range" -> "remap_pfn_range"Robert P. J. Day-1/+1
2012-07-19staging: sep_crypto.c: remove duplicated includeDuan Jiong-1/+0
2012-07-19staging: sep_main.c: remove duplicated includeDuan Jiong-1/+0
2012-07-11staging/sep: use module_pci_driver macroDevendra Naga-26/+1
2012-07-06staging: sep: sep_crypto.c: Remove useless functions sep_dump and sep_dump_sgMarcos Paulo de Souza-77/+0
2012-07-06staging: sep: sep_crypto.c: Remove useless function crypto_sep_dump_messageMarcos Paulo de Souza-23/+0
2012-06-12staging "sep" Fix typos found while reading.Justin P. Mattock-33/+33
2012-06-12Staging: sep: fix coding style issuesAdnan Ali-19/+22
2012-05-02Merge 3.4-rc5 into staging-nextGreg Kroah-Hartman-9/+9
2012-04-24staging, sep: Fix typo in sepMasanari Iida-9/+9
2012-04-10staging: sep: Fix sign of errorAlan Cox-3/+3
2012-02-13staging: Fix SEP buildAlan Cox-2/+7
2012-02-10staging: sep: reworked crypto layerMark A. Allyn-1421/+1717
2012-02-10staging: sep: NULL out pointers, mark debug code DEBUG to fix warningsMark A. Allyn-4/+11
2012-02-10staging: sep: update initialisationMark A. Allyn-13/+13
2012-02-10staging: sep: Add interfaces for the new functionsMark A. Allyn-11/+49
2012-02-10staging: sep: Basic infrastructure for SEP DMA access to non CPU regionsMark A. Allyn-25/+223
2012-02-10staging: sep: Add new PCI identifierMark A. Allyn-5/+3
2012-01-31staging: sep: Fix warnings caused by sizeof() typesAlan Cox-6/+6
2012-01-30staging: sep: SEP updateMark Allyn-3215/+8960
2012-01-09Merge branch 'staging-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-0/+2
2011-12-02treewide: Fix typos in various parts of the kernel, and fix some comments.Justin P. Mattock-1/+1