aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/rmd256.c (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2012-06-27crypto: twofish-avx - change to use shared ablk_* functionsJussi Kivilinna2-110/+7
2012-06-27crypto: ablk_helper - move ablk_* functions from serpent-sse2/avx glue code to shared moduleJussi Kivilinna6-218/+201
2012-06-27crypto: nx - fix typo in nx driver config optionSeth Jennings1-1/+1
2012-06-27crypto: nx - move nx build to driver/crypto MakefileSeth Jennings2-1/+1
2012-06-27hwrng: mxc-rnga - fix data_present APIBenoît Thébaudeau1-8/+13
2012-06-22crypto: algapi - Move larval completion into algbossHerbert Xu3-26/+9
2012-06-14crypto: serpent-sse2/avx - allow both to be built into kernelJussi Kivilinna5-10/+42
2012-06-14crypto: arc4 - improve performance by using u32 for ctx and variablesJussi Kivilinna1-6/+6
2012-06-14crypto: arc4 - improve performance by adding ecb(arc4)Jussi Kivilinna1-22/+87
2012-06-14crypto: testmgr - add ecb(arc4) speed testsJussi Kivilinna1-0/+10
2012-06-14crypto: s390 - clean up DES code a bit morePaul Bolle1-18/+0
2012-06-12crypto: serpent - add x86_64/avx assembler implementationJohannes Goetzfried5-0/+1735
2012-06-12crypto: testmgr - expand twofish test vectorsJohannes Goetzfried1-32/+896
2012-06-12crypto: twofish - add x86_64/avx assembler implementationJohannes Goetzfried7-0/+1498
2012-06-12crypto: mv_cesa - fix for hash finalisation with dataPhil Sutter1-6/+13
2012-06-12crypto: mv_cesa - initialise the interrupt status field to zeroPhil Sutter1-0/+1
2012-06-12crypto: mv_cesa - add an expiry timer in case anything goes wrongPhil Sutter1-10/+31
2012-06-12crypto: bfin_crc - CRC hardware driver for BF60x family processors.Sonic Zhang3-1/+789
2012-06-12crypto: testmgr - Add new test cases for Blackfin CRC crypto driverSonic Zhang3-0/+102
2012-06-12crypto: sha1 - use Kbuild supplied flags for AVX testMathias Krause3-11/+4
2012-06-08Linux 3.5-rc2Linus Torvalds1-1/+1
2012-06-08mm, oom: fix badness score underflowDavid Rientjes1-2/+2
2012-06-08sched/fair: fix lots of kernel-doc warningsRandy Dunlap1-16/+6
2012-06-08Revert "drm/i915/crt: Do not rely upon the HPD presence pin"Linus Torvalds1-5/+3
2012-06-08Revert "vfs: stop d_splice_alias creating directory aliases"Linus Torvalds1-6/+10
2012-06-08x86/nmi: Fix section mismatch warnings on 32-bitDon Zickus2-2/+16
2012-06-08powerpc: Fix kernel panic during kernel module loadSteffen Rumler1-6/+5
2012-06-08x86/uv: Fix UV2 BAU legacy modeCliff Wickman2-2/+0
2012-06-08x86/mm: Only add extra pages count for the first memory range during pre-allocation early page table spaceYinghai Lu1-1/+2
2012-06-08init: Drop initcall level outputBorislav Petkov1-6/+1
2012-06-08module_param: stop double-calling parameters.Rusty Russell2-6/+6
2012-06-08powerpc/time: Sanity check of decrementer expiration is necessaryPaul Mackerras1-3/+11
2012-06-07Revert "mm: correctly synchronize rss-counters at exit/exec"Linus Torvalds3-16/+6
2012-06-08regulator: core: Properly handle the case min_uV < rdev->desc->min_uV in map_voltage_linearAxel Lin1-0/+3
2012-06-07ext4: don't set i_flags in EXT4_IOC_SETFLAGSTao Ma1-1/+0
2012-06-07ext4: fix the free blocks calculation for ext3 file systems w/ uninit_bgTheodore Ts'o1-4/+4
2012-06-08regmap: Export regmap_reinit_cache()Mark Brown1-0/+1
2012-06-07mm: correctly synchronize rss-counters at exit/execKonstantin Khlebnikov3-6/+16
2012-06-07btree: catch NULL value before it does harmJoern Engel1-0/+1
2012-06-07btree: fix tree corruption in btree_get_prev()Roland Dreier1-2/+2
2012-06-07ipc: shm: restore MADV_REMOVE functionality on shared memory segmentsWill Deacon1-0/+12
2012-06-07drivers/platform/x86/acerhdf.c: correct Boris' mail addressBorislav Petkov1-1/+1
2012-06-07c/r: prctl: drop VMA flags test on PR_SET_MM_ stack data assignmentCyrill Gorcunov1-14/+0
2012-06-07c/r: prctl: add ability to get clear_tid_addressCyrill Gorcunov2-4/+19
2012-06-07c/r: prctl: add minimal address test to PR_SET_MMCyrill Gorcunov1-1/+1
2012-06-07c/r: prctl: update prctl_set_mm_exe_file() after mm->num_exe_file_vmas removalKonstantin Khlebnikov2-12/+20
2012-06-07MAINTAINERS: whitespace fixesJoe Perches1-9/+9
2012-06-07shmem: replace_page must flush_dcache and othersHugh Dickins1-20/+37
2012-06-07x86, efi stub: Add .reloc section back into imageJordan Justen2-74/+140
2012-06-07UBI: correct ubi_wl_flush lockingArtem Bityutskiy1-4/+13