summaryrefslogtreecommitdiffstats
path: root/arch/x86
AgeCommit message (Expand)AuthorFilesLines
2012-12-11Merge branch 'x86-bsp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linu...Linus Torvalds12-41/+393
2012-12-11Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+1
2012-12-11Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds3-75/+95
2012-12-11Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds11-42/+213
2012-12-11Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds7-17/+18
2012-12-11Merge branch 'akpm' (Andrew's patchbomb)Linus Torvalds5-231/+61
2012-12-11mm: use vm_unmapped_area() in hugetlbfs on i386 architectureMichel Lespinasse1-105/+25
2012-12-11mm: fix cache coloring on x86_64 architectureMichel Lespinasse1-2/+2
2012-12-11mm: use vm_unmapped_area() on x86_64 architectureMichel Lespinasse3-126/+33
2012-12-11mm: support more pagesizes for MAP_HUGETLB/SHM_HUGETLBAndi Kleen1-0/+3
2012-12-11Merge tag 'tty-3.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds1-0/+3
2012-12-11Merge tag 'pm+acpi-for-3.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds3-3/+8
2012-12-08Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git...Ingo Molnar3-0/+42
2012-12-08Merge branch 'uprobes/core' of git://git.kernel.org/pub/scm/linux/kernel/git/...Ingo Molnar1-35/+19
2012-12-08Merge branch 'linus' into perf/coreIngo Molnar34-195/+548
2012-12-03Merge branch 'rcu/next' of git://git.kernel.org/pub/scm/linux/kernel/git/paul...Ingo Molnar7-17/+18
2012-12-01Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-0/+7
2012-12-01Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-0/+3
2012-11-30x86, fpu: Avoid FPU lazy restore after suspendVincent Palatin2-6/+14
2012-11-30context_tracking: New context tracking susbsystemFrederic Weisbecker7-18/+18
2012-11-29Merge branch 'acpi-general'Rafael J. Wysocki1-0/+2
2012-11-29Merge branch 'acpi-enumeration'Rafael J. Wysocki2-3/+6
2012-11-27x86-32: Unbreak booting on some 486 clonesH. Peter Anvin1-2/+7
2012-11-26x86, kvm: Remove incorrect redundant assembly constraintH. Peter Anvin1-2/+1
2012-11-23Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds12-38/+120
2012-11-20x86-64: Fix ordering of CFI directives and recent ASM_CLAC additionsJan Beulich1-7/+7
2012-11-20x86, microcode, AMD: Add support for family 16h processorsBoris Ostrovsky1-0/+4
2012-11-20x86-32: Export kernel_stack_pointer() for modulesH. Peter Anvin1-0/+2
2012-11-20x86-32: Fix invalid stack address while in softirqRobert Richter2-11/+32
2012-11-20Merge commit 'efi-for-3.7-v2' into x86/urgentH. Peter Anvin2-3/+2
2012-11-20x86, efi: Fix processor-specific memcpy() build errorMatt Fleming1-0/+2
2012-11-20x86: remove dummy long from EFI stubCesar Eduardo Barros1-3/+0
2012-11-19Merge branch 'x86-pre-uapi' into perf-uapiDavid Howells1-0/+3
2012-11-19x86_32: Return actual stack when requesting sp from regsSteven Rostedt1-0/+9
2012-11-16Merge 3.7-rc6 into tty-nextGreg Kroah-Hartman3-4/+13
2012-11-16KVM: x86: Fix invalid secondary exec controls in vmx_cpuid_update()Takashi Iwai1-4/+7
2012-11-16Revert "ACPI / x86: Add quirk for "CheckPoint P-20-00" to not use bridge _CRS...Rafael J. Wysocki1-10/+0
2012-11-14x86, topology: Debug CPU0 hotplugFenghua Yu4-0/+107
2012-11-14x86/i387.c: Initialize thread xstate only on CPU0 only onceFenghua Yu1-1/+5
2012-11-14x86, hotplug: Handle retrigger irq by the first available CPUFenghua Yu1-1/+3
2012-11-14x86, hotplug: The first online processor saves the MTRR stateFenghua Yu1-2/+7
2012-11-14x86, hotplug: During CPU0 online, enable x2apic, set_numa_node.Fenghua Yu1-3/+2
2012-11-14x86, hotplug: Wake up CPU0 via NMI instead of INIT, SIPI, SIPIFenghua Yu2-7/+105
2012-11-15ACPI / x86: Export acpi_[un]register_gsi()Andy Shevchenko1-0/+6
2012-11-15driver core / ACPI: Move ACPI support to core device and driver typesMika Westerberg1-3/+0
2012-11-15ACPI / Sleep: add acpi_sleep=nonvs_s3 parameterKristen Carlson Accardi1-0/+2
2012-11-15ACPI / x86: Add quirk for "CheckPoint P-20-00" to not use bridge _CRS_ infoFeng Tang1-0/+10
2012-11-14x86, mm: Correct vmflag test for checking VM_HUGETLBJoonsoo Kim1-1/+1
2012-11-14Merge v3.7-rc5 into tty-nextGreg Kroah-Hartman4-42/+61
2012-11-14x86-32, hotplug: Add start_cpu0() entry point to head_32.SFenghua Yu1-0/+13