summaryrefslogtreecommitdiffstats
path: root/arch/x86
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2009-06-1029-85/+78
|\
| * x86, nmi: Use predefined numbers instead of hardcoded oneCyrill Gorcunov2009-06-071-1/+1
| * x86: asm/processor.h: remove double declarationJaswinder Singh Rajput2009-05-191-3/+0
| * x86, mtrr: replace MTRRdefType_MSR with msr-index's MSR_MTRRdefTypeJaswinder Singh Rajput2009-05-154-11/+9
| * x86, mtrr: replace MTRRfix4K_C0000_MSR with msr-index's MSR_MTRRfix4K_C0000Jaswinder Singh Rajput2009-05-152-4/+2
| * x86, mtrr: remove mtrr MSRs double declarationJaswinder Singh Rajput2009-05-151-8/+0
| * x86, mtrr: replace MTRRfix16K_80000_MSR with msr-index's MSR_MTRRfix16K_80000Jaswinder Singh Rajput2009-05-152-3/+2
| * x86, mtrr: replace MTRRfix64K_00000_MSR with msr-index's MSR_MTRRfix64K_00000Jaswinder Singh Rajput2009-05-152-3/+2
| * x86, mtrr: replace MTRRcap_MSR with msr-index's MSR_MTRRcapJaswinder Singh Rajput2009-05-153-4/+3
| * x86: mce: remove duplicated #includeHuang Weiyi2009-05-091-1/+0
| * x86: msr-index.h remove duplicate MSR C001_0015 declarationJaswinder Singh Rajput2009-05-081-1/+0
| * x86: clean up arch/x86/kernel/tsc_sync.c a bitIngo Molnar2009-05-071-8/+6
| * x86: use symbolic name for VM86_SIGNAL when used as vm86 default returnSamuel Bronson2009-05-061-2/+2
| * x86: added 'ifndef _ASM_X86_IOMAP_H' to iomap.hRemis Lima Baima2009-04-301-0/+5
| * x86: avoid multiple declaration of kstack_depth_to_printJaswinder Singh Rajput2009-04-142-2/+0
| * x86: vdso/vma.c declare vdso_enabled and arch_setup_additional_pages before t...Jaswinder Singh Rajput2009-04-121-0/+1
| * x86: clean up declarations and variablesJaswinder Singh Rajput2009-04-1212-33/+42
| * x86: apic/x2apic_cluster.c x86_cpu_to_logical_apicid should be staticJaswinder Singh Rajput2009-04-121-1/+1
| * x86 early quirks: eliminate unused functionIngo Molnar2009-04-081-0/+2
* | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2009-06-103-38/+28
|\ \
| * | x86, 64-bit: ifdef out struct thread_struct::ipAlexey Dobriyan2009-05-112-1/+3
| * | x86, 32-bit: ifdef out struct thread_struct::fsAlexey Dobriyan2009-05-111-1/+2
| * | x86: clean up alternative.hMathieu Desnoyers2009-04-281-36/+23
* | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2009-06-101-1/+2
|\ \ \
| * | | sched: Don't export sched_mc_power_savings on multi-socket single core systemVaidyanathan Srinivasan2009-05-111-1/+2
* | | | Merge branch 'x86-kbuild-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2009-06-1028-956/+1092
|\ \ \ \
| * | | | x86, boot: add new generated files to the appropriate .gitignore filesMike Galbraith2009-06-022-0/+5
| * | | | x86, boot: correct the calculation of ZO_INIT_SIZEH. Peter Anvin2009-05-202-2/+2
| * | | | x86-64: align __PHYSICAL_START, remove __KERNEL_ALIGNH. Peter Anvin2009-05-121-11/+3
| * | | | x86, boot: correct sanity checks in boot/compressed/misc.cH. Peter Anvin2009-05-121-7/+5
| * | | | x86: add extension fields for bootloader type and versionH. Peter Anvin2009-05-114-4/+16
| * | | | x86, defconfig: update kernel position parametersH. Peter Anvin2009-05-112-5/+6
| * | | | x86, defconfig: update to current, no material changesH. Peter Anvin2009-05-112-68/+223
| * | | | x86: make CONFIG_RELOCATABLE the defaultH. Peter Anvin2009-05-111-2/+2
| * | | | x86: default CONFIG_PHYSICAL_START and CONFIG_PHYSICAL_ALIGN to 16 MBH. Peter Anvin2009-05-111-15/+12
| * | | | x86, boot: make kernel_alignment adjustable; new bzImage fieldsH. Peter Anvin2009-05-116-8/+45
| * | | | x86, boot: remove dead code from boot/compressed/head_*.SH. Peter Anvin2009-05-112-12/+0
| * | | | x86, boot: use LOAD_PHYSICAL_ADDR on 64 bitsH. Peter Anvin2009-05-111-3/+3
| * | | | x86, boot: make symbols from the main vmlinux availableH. Peter Anvin2009-05-112-11/+20
| * | | | x86, boot: determine compressed code offset at compile timeH. Peter Anvin2009-05-085-60/+123
| * | | | x86, boot: use appropriate rep string for move and clearH. Peter Anvin2009-05-082-18/+19
| * | | | x86, boot: zero EFLAGS on 32 bitsH. Peter Anvin2009-05-081-0/+4
| * | | | x86, boot: set up the decompression stack as early as possibleH. Peter Anvin2009-05-082-14/+12
| * | | | x86, boot: straighten out ranges to copy/zero in compressed/head*.SH. Peter Anvin2009-05-083-16/+29
| * | | | x86, boot: stylistic cleanups for boot/compressed/head_64.SH. Peter Anvin2009-05-081-21/+31
| * | | | x86, boot: stylistic cleanups for boot/compressed/head_32.SH. Peter Anvin2009-05-081-81/+89
| * | | | x86, boot: use BP_scratch in arch/x86/boot/compressed/head_*.SH. Peter Anvin2009-05-082-2/+2
| * | | | x86, boot: follow standard Kbuild style for compression suffixH. Peter Anvin2009-05-081-4/+4
| * | | | x86, boot: simplify arch/x86/boot/compressed/MakefileH. Peter Anvin2009-05-081-33/+6
| * | | | x86: add a Kconfig symbol for when relocations are neededH. Peter Anvin2009-05-081-0/+5
OpenPOWER on IntegriCloud