summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [CRYPTO] sha256-generic: Extend sha256_generic.c to support SHA-224Jonathan Lynch2008-01-105-12/+241
* [CRYPTO] geode: Add fallback for unsupported modesSebastian Siewior2008-01-102-43/+206
* [CRYPTO] aes-i586: Remove setkeySebastian Siewior2008-01-103-504/+47Star
* [CRYPTO] ctr: Remove default MSebastian Siewior2008-01-101-1/+0Star
* [CRYPTO] aes-x86-64: Remove setkeySebastian Siewior2008-01-103-313/+38Star
* [CRYPTO] aes-generic: Make key generation exportableSebastian Siewior2008-01-102-129/+136
* [CRYPTO] aes-generic: Coding style cleanupSebastian Siewior2008-01-101-149/+176
* [CRYPTO] ctr: Add countersizeJoy Latten2008-01-102-15/+25
* [CRYPTO] camellia: De-unrollingDenys Vlasenko2008-01-101-84/+23Star
* [CRYPTO] camellia: Code cleanupDenys Vlasenko2008-01-101-18/+21
* [CRYPTO] camellia: Code cleanupDenys Vlasenko2008-01-101-517/+418Star
* [CRYPTO] camellia: Code cleanupDenys Vlasenko2008-01-101-540/+426Star
* [CRYPTO] twofish: Do not unroll big stuff in twofish key setupDenys Vlasenko2008-01-101-66/+30Star
* [CRYPTO] geode: move defines into a headerfileSebastian Siewior2008-01-102-34/+34
* [CRYPTO] geode: relax in busy loop and care about return valueSebastian Siewior2008-01-101-3/+6
* [CRYPTO] geode: use consistent IV copySebastian Siewior2008-01-101-6/+4Star
* [CRYPTO] aes: Move common defines into a header fileSebastian Siewior2008-01-107-22/+21Star
* [CRYPTO] geode: remove aliasSebastian Siewior2008-01-101-1/+0Star
* [CRYPTO] hifn_795x: Detect weak keysEvgeniy Polyakov2008-01-103-5/+17
* [CRYPTO] des: Create header file for common macrosEvgeniy Polyakov2008-01-102-7/+20
* [CRYPTO] hifn_795x: HIFN 795x driverEvgeniy Polyakov2008-01-103-0/+2630
* [CRYPTO] ctr: Add CTR (Counter) block cipher modeJoy Latten2008-01-105-0/+572
* [CRYPTO] padlock: Fix alignment fault in aes_crypt_copyHerbert Xu2008-01-101-2/+2
* [CRYPTO] padlock: Fix spurious ECB page faultHerbert Xu2007-12-281-4/+49
* [CRYPTO] api: Fix potential race in crypto_remove_spawnHerbert Xu2007-11-231-3/+3
* [CRYPTO] authenc: Move initialisations up to shut up gccHerbert Xu2007-11-231-8/+4Star
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/x86/li...Linus Torvalds2007-11-1716-82/+81Star
|\
| * x86: simplify "make ARCH=x86" and fix kconfig all.configSam Ravnborg2007-11-176-36/+3Star
| * x86: reboot fixup for wrap2c boardDenys2007-11-171-0/+1
| * x86: check boundary in count setup resourceYinghai Lu2007-11-171-0/+6
| * x86: fix reboot with no keyboard attachedTruxton Fulton2007-11-171-1/+1
| * x86: add hpet sanity checksThomas Gleixner2007-11-171-0/+32
| * x86: on x86_64, correct reading of PC RTC when update in progress in time_64.cDavid P. Reed2007-11-171-12/+18
| * x86: fix freeze in x86_64 RTC update code in time_64.cDavid P. Reed2007-11-171-7/+4Star
| * ntp: fix typo that makes sync_cmos_clock erraticDavid P. Reed2007-11-171-1/+1
| * Remove x86 merge artifact from top MakefileThomas Gleixner2007-11-171-6/+1Star
| * x86: fixup cpu_info array conversionThomas Gleixner2007-11-171-1/+0Star
| * x86: show cpuinfo only for online CPUsAndreas Herrmann2007-11-172-10/+6Star
| * x86: fix cpu-hotplug regressionAndreas Herrmann2007-11-171-1/+1
| * x86: ignore the sys_getcpu() tcache parameterIngo Molnar2007-11-172-36/+3Star
| * x86: voyager use correct header file nameRandy Dunlap2007-11-171-1/+1
| * x86: fix smp init sectionsRandy Dunlap2007-11-171-2/+2
| * x86: fix voyager_cat_init sectionRandy Dunlap2007-11-171-1/+1
| * x86: fix bogus memcpy in es7000_check_dsdt()Thomas Gleixner2007-11-171-3/+3
* | x86: simplify "make ARCH=x86" and fix kconfig all.configSam Ravnborg2007-11-176-36/+3Star
|/
* Linux 2.6.24-rc3Linus Torvalds2007-11-171-1/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds2007-11-171-1/+1
|\
| * SELinux: return EOPNOTSUPP not ENOTSUPPEric Paris2007-11-171-1/+1
* | Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2007-11-172-8/+30
|\ \
| * | [ARM] 4638/1: pxa: use PXA3xx specific macros to define clkseric miao2007-11-161-7/+30