summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-02-261-2/+2
|\
| * new helper: file_inode(file)Al Viro2013-02-221-2/+2
* | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2013-02-261-1/+1
|\ \
| * | x86/apic: Fix parsing of the 'lapic' cmdline optionMathias Krause2013-02-201-1/+1
* | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2013-02-261-1/+22
|\ \ \
| * | | perf/x86: Add Intel IvyBridge event scheduling constraintsStephane Eranian2013-02-201-1/+22
| |/ /
* | | Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2013-02-256-7/+6
|\ \ \
| * | | taint: add explicit flag to show whether lock dep is still OK.Rusty Russell2013-01-216-7/+6
| | |/ | |/|
* | | 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-181-5/+6
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-02-235-195/+79
|\ \ \ \
| * | | | x86: convert to ksignalAl Viro2013-02-141-63/+54
| * | | | x86: switch to generic old sigactionAl Viro2013-02-031-47/+0
| * | | | x86,um: switch to generic old sigsuspend()Al Viro2013-02-031-11/+0
| * | | | x86: get rid of pt_regs argument in vm86/vm86oldAl Viro2013-02-032-25/+4
| * | | | x86: get rid of pt_regs argument in sigreturn variantsAl Viro2013-02-033-28/+6
| * | | | x86: get rid of pt_regs argument of iopl(2)Al Viro2013-02-033-20/+15
| * | | | amd64: get rid of useless RESTORE_TOP_OF_STACK in stub_execve()Al Viro2013-02-031-1/+0
| | |/ / | |/| |
* | | | Merge branch 'akpm' (more incoming from Andrew)Linus Torvalds2013-02-232-4/+13
|\ \ \ \
| * | | | acpi, memory-hotplug: parse SRAT before memblock is readyTang Chen2013-02-231-4/+9
| * | | | cpu_hotplug: clear apicid to node when the cpu is hotremovedWen Congyang2013-02-231-0/+4
* | | | | Merge branch 'x86/microcode' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2013-02-229-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/+3
| * | | | | x86/microcode_intel.h: Define functions and macros for early loading ucodeFenghua Yu2013-01-313-171/+37
* | | | | | x86-64: don't set the early IDT to point directly to 'early_idt_handler'Linus Torvalds2013-02-222-6/+3
| |/ / / / |/| | | |
* | | | | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2013-02-2119-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-293-18/+9
| | * | | | | x86: Add Crash kernel low reservationYinghai Lu2013-01-291-2/+40
| | * | | | | x86, kdump: Remove crashkernel range find limit for 64bitYinghai Lu2013-01-291-3/+1
| | * | | | | memblock: Add memblock_mem_size()Yinghai Lu2013-01-291-15/+1
| | * | | | | x86, boot: Not need to check setup_header version for setup_dataYinghai Lu2013-01-291-6/+0
| | * | | | | x86, boot: Support loading bzImage, boot_params and ramdisk above 4GYinghai Lu2013-01-292-0/+6
| | * | | | | x86, kexec, 64bit: Only set ident mapping for ram.Yinghai Lu2013-01-291-4/+9
| | * | | | | x86, kexec: Replace ident_mapping_init and init_level4_pageYinghai Lu2013-01-291-135/+26
| | * | | | | x86, kexec: Set ident mapping for kernel that is above max_pfnYinghai Lu2013-01-291-6/+37
| | * | | | | x86, boot: Add get_cmd_line_ptr()Yinghai Lu2013-01-291-2/+11
| | * | | | | x86: Add get_ramdisk_image/size()Yinghai Lu2013-01-291-8/+21
| | * | | | | x86: Merge early_reserve_initrd for 32bit and 64bitYinghai Lu2013-01-293-26/+18
| | * | | | | x86, 64bit: Don't set max_pfn_mapped wrong value early on native pathYinghai Lu2013-01-292-3/+2
| | * | | | | x86, 64bit: #PF handler set page to cover only 2M per #PFYinghai Lu2013-01-291-17/+25
| | * | | | | x86, 64bit: Use a #PF handler to materialize early mappings on demandH. Peter Anvin2013-01-294-90/+212
| | * | | | | x86, realmode: Separate real_mode reserve and setupYinghai Lu2013-01-291-1/+3
OpenPOWER on IntegriCloud