summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'kvm-3.9-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2013-02-241-5/+6
|\
| * x86: pvclock kvm: align allocation size to page sizeMarcelo Tosatti2013-02-191-5/+6
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-02-245-195/+79Star
|\ \
| * | x86: convert to ksignalAl Viro2013-02-141-63/+54Star
| * | x86: switch to generic old sigactionAl Viro2013-02-041-47/+0Star
| * | x86,um: switch to generic old sigsuspend()Al Viro2013-02-041-11/+0Star
| * | x86: get rid of pt_regs argument in vm86/vm86oldAl Viro2013-02-042-25/+4Star
| * | x86: get rid of pt_regs argument in sigreturn variantsAl Viro2013-02-043-28/+6Star
| * | x86: get rid of pt_regs argument of iopl(2)Al Viro2013-02-043-20/+15Star
| * | amd64: get rid of useless RESTORE_TOP_OF_STACK in stub_execve()Al Viro2013-02-041-1/+0Star
* | | Merge branch 'akpm' (more incoming from Andrew)Linus Torvalds2013-02-242-4/+13
|\ \ \
| * | | acpi, memory-hotplug: parse SRAT before memblock is readyTang Chen2013-02-241-4/+9
| * | | cpu_hotplug: clear apicid to node when the cpu is hotremovedWen Congyang2013-02-241-0/+4
* | | | Merge branch 'x86/microcode' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2013-02-239-177/+1111
|\ \ \ \
| * | | | x86/head64.c: Early update ucode in 64-bitFenghua Yu2013-01-311-0/+6
| * | | | x86/head_32.S: Early update ucode in 32-bitFenghua Yu2013-01-311-0/+11
| * | | | x86/microcode_intel_early.c: Early update ucode on Intel's CPUFenghua Yu2013-01-311-0/+796
| * | | | x86/microcode_intel_lib.c: Early update ucode on Intel's CPUFenghua Yu2013-01-311-0/+174
| * | | | x86/microcode_core_early.c: Define interfaces for early loading ucodeFenghua Yu2013-01-311-0/+76
| * | | | x86/common.c: load ucode in 64 bit or show loading ucode info in 32 bit on APFenghua Yu2013-01-311-0/+8
| * | | | x86/common.c: Make have_cpuid_p() a global functionFenghua Yu2013-01-311-6/+3Star
| * | | | x86/microcode_intel.h: Define functions and macros for early loading ucodeFenghua Yu2013-01-313-171/+37Star
* | | | | x86-64: don't set the early IDT to point directly to 'early_idt_handler'Linus Torvalds2013-02-222-6/+3Star
| |/ / / |/| | |
* | | | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2013-02-2219-386/+479
|\ \ \ \
| * \ \ \ Merge branch 'x86/mm2' into x86/mmH. Peter Anvin2013-02-1512-362/+449
| |\ \ \ \
| | * \ \ \ Merge remote-tracking branch 'origin/x86/mm' into x86/mm2H. Peter Anvin2013-02-018-18/+23
| | |\ \ \ \ | | | |/ / / | | |/| | |
| | * | | | x86: Merge early kernel reserve for 32bit and 64bitYinghai Lu2013-01-303-18/+9Star
| | * | | | x86: Add Crash kernel low reservationYinghai Lu2013-01-301-2/+40
| | * | | | x86, kdump: Remove crashkernel range find limit for 64bitYinghai Lu2013-01-301-3/+1Star
| | * | | | memblock: Add memblock_mem_size()Yinghai Lu2013-01-301-15/+1Star
| | * | | | x86, boot: Not need to check setup_header version for setup_dataYinghai Lu2013-01-301-6/+0Star
| | * | | | x86, boot: Support loading bzImage, boot_params and ramdisk above 4GYinghai Lu2013-01-302-0/+6
| | * | | | x86, kexec, 64bit: Only set ident mapping for ram.Yinghai Lu2013-01-301-4/+9
| | * | | | x86, kexec: Replace ident_mapping_init and init_level4_pageYinghai Lu2013-01-301-135/+26Star
| | * | | | x86, kexec: Set ident mapping for kernel that is above max_pfnYinghai Lu2013-01-301-6/+37
| | * | | | x86, boot: Add get_cmd_line_ptr()Yinghai Lu2013-01-301-2/+11
| | * | | | x86: Add get_ramdisk_image/size()Yinghai Lu2013-01-301-8/+21
| | * | | | x86: Merge early_reserve_initrd for 32bit and 64bitYinghai Lu2013-01-303-26/+18Star
| | * | | | x86, 64bit: Don't set max_pfn_mapped wrong value early on native pathYinghai Lu2013-01-302-3/+2Star
| | * | | | x86, 64bit: #PF handler set page to cover only 2M per #PFYinghai Lu2013-01-301-17/+25
| | * | | | x86, 64bit: Use a #PF handler to materialize early mappings on demandH. Peter Anvin2013-01-304-90/+212
| | * | | | x86, realmode: Separate real_mode reserve and setupYinghai Lu2013-01-301-1/+3
| | * | | | x86, 64bit: Copy struct boot_params earlyYinghai Lu2013-01-301-1/+5
| | * | | | x86: Factor out e820_add_kernel_range()Yinghai Lu2013-01-301-14/+22
| | * | | | Merge remote-tracking branch 'origin/x86/boot' into x86/mm2H. Peter Anvin2013-01-3057-797/+1302
| | |\ \ \ \
| | * | | | | x86, mm: Let "memmap=" take more entries one timeYinghai Lu2012-11-171-1/+15
| | * | | | | x86, mm: kill numa_64.hYinghai Lu2012-11-174-6/+0Star
| | * | | | | x86, mm: Move init_gbpages() out of setup.cYinghai Lu2012-11-171-14/+1Star
| | * | | | | x86, mm, Xen: Remove mapping_pagetable_reserve()Yinghai Lu2012-11-171-4/+0Star
| | * | | | | x86, mm: Move min_pfn_mapped back to mm/init.cYinghai Lu2012-11-171-1/+0Star