summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'gpio-for-v3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/li...Linus Torvalds2012-07-266-47/+46Star
|\
| * gpio/mxc: use the edge_sel feature if availableBenoît Thébaudeau2012-07-176-47/+46Star
* | Merge branch 'stable' of git://git.kernel.org/pub/scm/linux/kernel/git/cmetca...Linus Torvalds2012-07-262-2/+2
|\ \
| * | tilepro pci: fix pci_bus.subordinate bad bombing from b918c62eChris Metcalf2012-07-261-1/+1
| * | tilegx pci: fix semantic merge conflict with 3527ed81cChris Metcalf2012-07-261-1/+1
* | | posix_types.h: Cleanup stale __NFDBITS and related definitionsJosh Boyer2012-07-261-1/+1
* | | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2012-07-2623-359/+541
|\ \ \
| * | | x86/tlb: Fix build warning and crash when building for !SMPAlex Shi2012-07-211-2/+2
| * | | x86/tlb: do flush_tlb_kernel_range by 'invlpg'Alex Shi2012-06-282-6/+37
| * | | x86/tlb: replace INVALIDATE_TLB_VECTOR by CALL_FUNCTION_VECTORAlex Shi2012-06-285-306/+47Star
| * | | x86/tlb: enable tlb flush range support for x86Alex Shi2012-06-283-70/+68Star
| * | | x86/tlb: add tlb_flushall_shift knob into debugfsAlex Shi2012-06-282-0/+70
| * | | x86/tlb: add tlb_flushall_shift for specific CPUAlex Shi2012-06-284-6/+51
| * | | x86/tlb: fall back to flush all when meet a THP large pageAlex Shi2012-06-281-0/+34
| * | | x86/flush_tlb: try flush_tlb_single one by one in flush_tlb_rangeAlex Shi2012-06-287-44/+107
| * | | x86/tlb_info: get last level TLB entry number of CPUAlex Shi2012-06-284-0/+183
| * | | x86: Add read_mostly declaration/definition to variables from smp.hVlad Zolotarov2012-06-145-17/+17
| * | | x86: Define early read-mostly per-cpu macrosIdo Yariv2012-06-141-0/+17
* | | | Merge branch 'x86-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2012-07-267-109/+154
|\ \ \ \
| * | | | x86, efi: Handover ProtocolMatt Fleming2012-07-215-79/+144
| * | | | x86-64/efi: Use EFI to deal with platform wall clockJan Beulich2012-06-062-30/+10Star
| | | | |
| \ \ \ \
*-. \ \ \ \ Merge branches 'x86-cleanups-for-linus' and 'x86-cpufeature-for-linus' of git...Linus Torvalds2012-07-262-7/+2Star
|\ \ \ \ \ \
| | * | | | | x86, cpufeature: Add the RDSEED and ADX featuresH. Peter Anvin2012-07-201-0/+2
| * | | | | | x86, boot: Remove ancient, unconditionally #ifdef'd out dead codePaul Bolle2012-06-211-7/+0Star
* | | | | | | Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2012-07-264-26/+40
|\ \ \ \ \ \ \
| * | | | | | | x86, boot: Exclude cmdline.c if you can't use itGokul Caushik2012-07-212-2/+7
| * | | | | | | x86, boot: Exclude early_serial_console.c if can't use it.Joe Millenbach2012-07-212-0/+14
| * | | | | | | x86, boot: Removed unused debug flag and set codeJoe Millenbach2012-07-211-4/+0Star
| * | | | | | | x86, boot: Switch output functions from command-line flags to conditional com...Joe Millenbach2012-07-212-15/+14Star
| * | | | | | | x86, boot: Changed error putstr path to match new debug_putstr formatJoe Millenbach2012-07-212-3/+4
| * | | | | | | x86, boot: Wrap debug printing in a new debug_putstr functionJoe Millenbach2012-07-211-8/+10
| * | | | | | | x86, boot: Removed quiet flag and switched quiet output to debug flagJoe Millenbach2012-07-211-6/+3Star
| | |_|_|_|_|/ | |/| | | | |
* | | | | | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2012-07-262-56/+1Star
|\ \ \ \ \ \ \
| * | | | | | | sched/x86: Remove broken power estimationPeter Zijlstra2012-07-242-56/+1Star
* | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2012-07-2625-1113/+3408
|\ \ \ \ \ \ \ \
| * | | | | | | | crypto: twofish-avx - remove useless instructionJohannes Goetzfried2012-07-111-1/+0Star
| * | | | | | | | ARM: AT91SAM9G45: add crypto peripheralsNicolas Royer2012-07-113-1/+142
| * | | | | | | | crypto: aesni-intel - fix wrong kfree pointerMilan Broz2012-07-111-4/+4
| * | | | | | | | crypto: move arch/x86/include/asm/aes.h to arch/x86/include/asm/crypto/Jussi Kivilinna2012-06-273-2/+2
| * | | | | | | | crypto: move arch/x86/include/asm/serpent-{sse2|avx}.h to arch/x86/include/as...Jussi Kivilinna2012-06-274-2/+2
| * | | | | | | | crypto: twofish-avx - remove duplicated glue code and use shared glue code fr...Jussi Kivilinna2012-06-273-487/+161Star
| * | | | | | | | crypto: twofish-x86_64-3way - remove duplicated glue code and use shared glue...Jussi Kivilinna2012-06-271-272/+93Star
| * | | | | | | | crypto: camellia-x86_64 - remove duplicated glue code and use shared glue cod...Jussi Kivilinna2012-06-271-269/+86Star
| * | | | | | | | crypto: serpent-avx: remove duplicated glue code and use shared glue code fro...Jussi Kivilinna2012-06-271-304/+94Star
| * | | | | | | | crypto: serpent-sse2 - split generic glue code to new helper moduleJussi Kivilinna2012-06-274-351/+424
| * | | | | | | | crypto: serpent-sse2 - prepare serpent-sse2 glue code into generic x86 glue c...Jussi Kivilinna2012-06-271-163/+303
| * | | | | | | | crypto: aes_ni - change to use shared ablk_* functionsJussi Kivilinna2012-06-273-102/+19Star
| * | | | | | | | crypto: twofish-avx - change to use shared ablk_* functionsJussi Kivilinna2012-06-271-110/+6Star
| * | | | | | | | crypto: ablk_helper - move ablk_* functions from serpent-sse2/avx glue code t...Jussi Kivilinna2012-06-275-218/+193Star
| * | | | | | | | crypto: nx - move nx build to driver/crypto MakefileSeth Jennings2012-06-271-1/+0Star