summaryrefslogtreecommitdiffstats
path: root/arch/x86
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus-3.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2012-08-011-3/+3
|\
| * um: switch UPT_SET_RETURN_VALUE and regs_return_value to pt_regsAl Viro2012-08-011-3/+3
* | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2012-07-315-146/+1473
|\ \
| * | perf/x86: Fix missing struct before structure nameJovi Zhang2012-07-261-1/+1
| * | perf/x86: Fix format definition of SNB-EP uncore QPI boxYan, Zheng2012-07-262-1/+25
| * | perf/x86: Make bitfield unsignedPeter Zijlstra2012-07-261-1/+1
| * | perf/x86: Fix LLC-* and node-* events on Intel SandyBridgeYan, Zheng2012-07-261-6/+86
| * | perf/x86: Add Intel Nehalem-EX uncore supportYan, Zheng2012-07-262-129/+1352
| * | perf/x86: Fix typo in format definition of uncore PCU filterYan, Zheng2012-07-261-8/+8
* | | ipc: use Kconfig options for __ARCH_WANT_[COMPAT_]IPC_PARSE_VERSIONWill Deacon2012-07-302-1/+1
* | | firmware_map: make firmware_map_add_early() argument consistent with firmware...Yasuaki Ishimatsu2012-07-301-1/+1
* | | atomic64_test: simplify the #ifdef for atomic64_dec_if_positive() testCatalin Marinas2012-07-301-0/+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-201-2/+2
| * | | x86/tlb: do flush_tlb_kernel_range by 'invlpg'Alex Shi2012-06-272-6/+37
| * | | x86/tlb: replace INVALIDATE_TLB_VECTOR by CALL_FUNCTION_VECTORAlex Shi2012-06-275-306/+47
| * | | x86/tlb: enable tlb flush range support for x86Alex Shi2012-06-273-70/+68
| * | | x86/tlb: add tlb_flushall_shift knob into debugfsAlex Shi2012-06-272-0/+70
| * | | x86/tlb: add tlb_flushall_shift for specific CPUAlex Shi2012-06-274-6/+51
| * | | x86/tlb: fall back to flush all when meet a THP large pageAlex Shi2012-06-271-0/+34
| * | | x86/flush_tlb: try flush_tlb_single one by one in flush_tlb_rangeAlex Shi2012-06-277-44/+107
| * | | x86/tlb_info: get last level TLB entry number of CPUAlex Shi2012-06-274-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-205-79/+144
| * | | | x86-64/efi: Use EFI to deal with platform wall clockJan Beulich2012-06-062-30/+10
| | | | |
| \ \ \ \
*-. \ \ \ \ Merge branches 'x86-cleanups-for-linus' and 'x86-cpufeature-for-linus' of git...Linus Torvalds2012-07-262-7/+2
|\ \ \ \ \ \
| | * | | | | 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-201-7/+0
* | | | | | 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/+0
| * | | | | | x86, boot: Switch output functions from command-line flags to conditional com...Joe Millenbach2012-07-212-15/+14
| * | | | | | 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/+3
* | | | | | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2012-07-262-56/+1
|\ \ \ \ \ \ \
| * | | | | | | sched/x86: Remove broken power estimationPeter Zijlstra2012-07-242-56/+1
| | |_|/ / / / | |/| | | | |
* | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2012-07-2620-1093/+3266
|\ \ \ \ \ \ \
| * | | | | | | crypto: twofish-avx - remove useless instructionJohannes Goetzfried2012-07-111-1/+0
| * | | | | | | 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/+161
| * | | | | | | crypto: twofish-x86_64-3way - remove duplicated glue code and use shared glue...Jussi Kivilinna2012-06-271-272/+93
| * | | | | | | crypto: camellia-x86_64 - remove duplicated glue code and use shared glue cod...Jussi Kivilinna2012-06-271-269/+86
| * | | | | | | crypto: serpent-avx: remove duplicated glue code and use shared glue code fro...Jussi Kivilinna2012-06-271-304/+94
| * | | | | | | crypto: serpent-sse2 - split generic glue code to new helper moduleJussi Kivilinna2012-06-274-351/+424
OpenPOWER on IntegriCloud